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 b5fa49e..15eec29 100644 (file)
@@ -1,5 +1,10 @@
 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
        'info break' output.
        (_initialize_mem): Improve help.
index 30e4080..cda754c 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