Upgrade to GCC 2.X
This commit is contained in:
parent
6e3c656e2a
commit
03bdb6abfb
@ -50,6 +50,11 @@ int errno = 0;
|
|||||||
|
|
||||||
asm(".text");
|
asm(".text");
|
||||||
asm(".long 0xc000c000");
|
asm(".long 0xc000c000");
|
||||||
|
#if 1 /* more needed for alignment on i486/gcc-2.3.3 */
|
||||||
|
asm(".long 0xc000c000");
|
||||||
|
asm(".long 0xc000c000");
|
||||||
|
asm(".long 0xc000c000");
|
||||||
|
#endif
|
||||||
|
|
||||||
extern unsigned char etext;
|
extern unsigned char etext;
|
||||||
extern unsigned char eprol asm ("eprol");
|
extern unsigned char eprol asm ("eprol");
|
||||||
|
Loading…
Reference in New Issue
Block a user