diff options
author | Joel Brobecker <brobecker@gnat.com> | 2004-08-12 05:19:10 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2004-08-12 05:19:10 +0000 |
commit | 72f4e82b228acd35b133071328a47c616b4e9c05 (patch) | |
tree | 0ac942e4a18f06336b60046e44ec35347950e044 /gdb/config | |
parent | 0687ccb2441b3382a2e017647bd64ae623265082 (diff) | |
download | gdb-72f4e82b228acd35b133071328a47c616b4e9c05.zip gdb-72f4e82b228acd35b133071328a47c616b4e9c05.tar.gz gdb-72f4e82b228acd35b133071328a47c616b4e9c05.tar.bz2 |
* config/powerpc/aix.mh: Remove obsolete comment.
* config/powerpc/aix432.mh: Likewise.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/powerpc/aix.mh | 5 | ||||
-rw-r--r-- | gdb/config/powerpc/aix432.mh | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/gdb/config/powerpc/aix.mh b/gdb/config/powerpc/aix.mh index d0913b7..0318a0a 100644 --- a/gdb/config/powerpc/aix.mh +++ b/gdb/config/powerpc/aix.mh @@ -9,8 +9,3 @@ NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o \ # When compiled with cc, for debugging, this argument should be passed. # We have no idea who our current compiler is though, so we skip it. # MH_CFLAGS = -bnodelcsect - -# gdb is too big for all of its external symbols to fit in a small TOC -# 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 diff --git a/gdb/config/powerpc/aix432.mh b/gdb/config/powerpc/aix432.mh index fc7a8b1..51f0906 100644 --- a/gdb/config/powerpc/aix432.mh +++ b/gdb/config/powerpc/aix432.mh @@ -12,8 +12,3 @@ NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o \ # We have no idea who our current compiler is though, so we skip it. # MH_CFLAGS = -bnodelcsect -# gdb is too big for all of its external symbols to fit in a small TOC -# 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 - |