Upgrade to GCC 2.X

This commit is contained in:
Paul Richards 1993-06-18 02:04:48 +00:00
parent 8eece53087
commit 52768b912b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7

View File

@ -50,6 +50,11 @@ int errno = 0;
asm(".text");
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 eprol asm ("eprol");