Rev 2968 | Rev 2978 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2968 | Rev 2973 | ||
|---|---|---|---|
| Line 32... | Line 32... | ||
| 32 | */ |
32 | */ |
| 33 | /** |
33 | /** |
| 34 | * @file |
34 | * @file |
| 35 | */ |
35 | */ |
| 36 | 36 | ||
| - | 37 | #include <libtest.h> |
|
| - | 38 | ||
| 37 | void __io_init(void); |
39 | void __io_init(void); |
| 38 | void __main(void); |
40 | void __main(void); |
| 39 | void __exit(void); |
41 | void __exit(void); |
| 40 | 42 | ||
| 41 | static void kputint(unsigned i) |
43 | static void kputint(unsigned i) |
| Line 59... | Line 61... | ||
| 59 | } |
61 | } |
| 60 | 62 | ||
| 61 | int main(int argc, char *argv[]) |
63 | int main(int argc, char *argv[]) |
| 62 | { |
64 | { |
| 63 | test(); |
65 | test(); |
| - | 66 | /* Unreachable, yet. Just to create a relocation entry */ |
|
| - | 67 | test_func(); |
|
| 64 | return 0; |
68 | return 0; |
| 65 | } |
69 | } |
| 66 | 70 | ||
| 67 | void __io_init(void) |
71 | void __io_init(void) |
| 68 | { |
72 | { |