Date: Thu, 22 Apr 1999 13:57:41 -0700 (PDT) From: John Polstra <jdp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/egcs/gcc/config/i386 freebsd.h Message-ID: <199904222057.NAA02007@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jdp 1999/04/22 13:57:40 PDT Modified files: contrib/egcs/gcc/config/i386 freebsd.h Log: Add fixes for a.out support. The definition of SUPPORTS_ONE_ONLY prevents the compiler from trying to use "linkonce" sections for a.out. The definition of NO_DBX_FUNCTION_END causes it to avoid .stabs symbols that the assembler cannot handle for a.out. The old EXCEPTION_SECTION_FUNCTION definition was unused because it had the wrong name for egcs. I gave it the proper name and updated it appropriately. With these changes, "make -DWANT_AOUT world" works except for unrelated problems in sys/boot and sys/i386/boot which I will fix next. Revision Changes Path 1.14 +9 -3 src/contrib/egcs/gcc/config/i386/freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904222057.NAA02007>