]> Git Repo - binutils.git/blobdiff - gdb/config/powerpc/aix.mh
* gdbserver/low-linux.c (arm_register_u_addr): added.
[binutils.git] / gdb / config / powerpc / aix.mh
index bac3e30216c041e6a5692a4a6bbe97b6a64b0a49..cda754ccce23ff6b20212e14a108cc4acc52d92b 100644 (file)
@@ -4,8 +4,14 @@ XM_FILE= xm-aix.h
 XDEPFILES= 
 
 NAT_FILE= nm-aix.h
-NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o xcoffread.o
+NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o \
+            xcoffread.o xcoffsolib.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
This page took 0.025687 seconds and 4 git commands to generate.