Parent Directory
|
Revision Log
|
Patch
| revision 1.5 by bellard, Wed Sep 17 22:51:45 2003 UTC | revision 1.6 by bellard, Thu Oct 30 01:21:44 2003 UTC | |
|---|---|---|
| # | Line 54 extern int printf(const char *, ...); | Line 54 extern int printf(const char *, ...); |
| 54 | #define AREG1 "r24" | #define AREG1 "r24" |
| 55 | #define AREG2 "r25" | #define AREG2 "r25" |
| 56 | #define AREG3 "r26" | #define AREG3 "r26" |
| 57 | /* XXX: suppress this hack */ | |
| 58 | #if defined(CONFIG_USER_ONLY) | |
| 59 | #define AREG4 "r16" | #define AREG4 "r16" |
| 60 | #define AREG5 "r17" | #define AREG5 "r17" |
| 61 | #define AREG6 "r18" | #define AREG6 "r18" |
| # | Line 62 extern int printf(const char *, ...); | Line 64 extern int printf(const char *, ...); |
| 64 | #define AREG9 "r21" | #define AREG9 "r21" |
| 65 | #define AREG10 "r22" | #define AREG10 "r22" |
| 66 | #define AREG11 "r23" | #define AREG11 "r23" |
| 67 | #endif | |
| 68 | #define USE_INT_TO_FLOAT_HELPERS | #define USE_INT_TO_FLOAT_HELPERS |
| 69 | #define BUGGY_GCC_DIV64 | #define BUGGY_GCC_DIV64 |
| 70 | #endif | #endif |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |