[PATCH] Remove obsolete comment

Joel Brobecker brobecker@gnat.com
Thu Aug 12 05:20:00 GMT 2004


There was a comment in the powerpc/aix* makefile fragments that
suggested to use -Wl,-bigtoc with certain linkers. Turns out this
is handled by configure, so the comment is OBE. Removed as obvious.

2004-08-11  Joel Brobecker  <brobecker@gnat.com>

        * config/powerpc/aix.mh: Remove obsolete comment.
        * config/powerpc/aix432.mh: Likewise.

-- 
Joel
-------------- next part --------------
Index: aix.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/powerpc/aix.mh,v
retrieving revision 1.5
diff -u -p -r1.5 aix.mh
--- aix.mh	18 Jan 2002 04:51:05 -0000	1.5
+++ aix.mh	12 Aug 2004 05:17:07 -0000
@@ -9,8 +9,3 @@ NATDEPFILES= fork-child.o infptrace.o in
 # 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
Index: aix432.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/powerpc/aix432.mh,v
retrieving revision 1.3
diff -u -p -r1.3 aix432.mh
--- aix432.mh	2 Dec 2002 15:44:22 -0000	1.3
+++ aix432.mh	12 Aug 2004 05:17:07 -0000
@@ -12,8 +12,3 @@ NATDEPFILES= fork-child.o infptrace.o in
 # 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
-


More information about the Gdb-patches mailing list