From 6aa7d4afaef51c6c3fbdca6232b67c31855d10e0 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Mon, 13 Mar 1995 17:05:17 +0000 Subject: [PATCH] #undef ASM_OUTPUT_EXTERNAL From-SVN: r9174 --- gcc/config/rs6000/aix41.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/config/rs6000/aix41.h b/gcc/config/rs6000/aix41.h index b3c8cd99690..a4f99e5d2fd 100644 --- a/gcc/config/rs6000/aix41.h +++ b/gcc/config/rs6000/aix41.h @@ -25,6 +25,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef ASM_SPEC #define ASM_SPEC "-u -mpwr" +/* These are not necessary when we pass -u to the assembler, and undefining + them saves a great deal of space in object files. */ + +#undef ASM_OUTPUT_EXTERNAL +#undef ASM_OUTPUT_EXTERNAL_LIBCALL + #undef LINK_SPEC #define LINK_SPEC "-bpT:0x10000000 -bpD:0x20000000 %{!r:-btextro} -bnodelcsect\ %{static:-bnso -bI:/lib/syscalls.exp} %{g*:-bexport:/usr/lib/libg.exp}\ -- 2.30.2