2001-07-23 Elena Zannoni <ezannoni@redhat.com>
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>
Tue, 24 Jul 2001 01:33:18 +0000 (01:33 +0000)
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>
Tue, 24 Jul 2001 01:33:18 +0000 (01:33 +0000)
* config/powerpc/aix.mh (MH_LDFLAGS): Don't set these, the Gnu linker
doesn't understand them.

gdb/ChangeLog
gdb/config/powerpc/aix.mh

index b5fa49eeedadca93f06271d0c4253aa01611649c..15eec294f152db9e5a0b793de4858af8de469aa8 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-23  Elena Zannoni  <ezannoni@redhat.com>
+
+       * config/powerpc/aix.mh (MH_LDFLAGS): Don't set these, the Gnu linker
+       doesn't understand them.
+
 2001-07-23  Elena Zannoni  <ezannoni@redhat.com>
 
        * memattr.c (mem_info_command): Reformat output to look more like
index 30e4080c937adb984501dd285490377ff17396d6..cda754ccce23ff6b20212e14a108cc4acc52d92b 100644 (file)
@@ -12,4 +12,6 @@ NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o \
 # MH_CFLAGS = -bnodelcsect
 
 # gdb is too big for all of its external symbols to fit in a small TOC
-MH_LDFLAGS = -Wl,-bbigtoc
+# It looks like the GNU linker doesn't understand the -bbigtoc switch.
+# This switch may be needed for some vendor compilers.
+# MH_LDFLAGS = -Wl,-bbigtoc