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.
This commit is contained in:
Elena Zannoni 2001-07-24 01:33:18 +00:00
parent ec22bddae2
commit a7019e234a
2 changed files with 8 additions and 1 deletions

View 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

View 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