aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorPeter Bergner <bergner@vnet.ibm.com>2017-03-07 09:39:13 -0600
committerPeter Bergner <bergner@vnet.ibm.com>2017-03-07 09:39:13 -0600
commite45ced6c5e06b0092ac9f5497aa580cfad0c953c (patch)
tree8163ffddbdd779ec88a6a3e8efad335e08d11776 /gdb/config
parent5f6fd321915fae0194e01322d22cad4e451e8d20 (diff)
downloadfsf-binutils-gdb-e45ced6c5e06b0092ac9f5497aa580cfad0c953c.zip
fsf-binutils-gdb-e45ced6c5e06b0092ac9f5497aa580cfad0c953c.tar.gz
fsf-binutils-gdb-e45ced6c5e06b0092ac9f5497aa580cfad0c953c.tar.bz2
Remove use of the no longer needed -mminimal-toc option.
* config/powerpc/ppc64-linux.mh (MH_CFLAGS): Delete.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/powerpc/ppc64-linux.mh6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config/powerpc/ppc64-linux.mh b/gdb/config/powerpc/ppc64-linux.mh
index 580eb1f..8681d00 100644
--- a/gdb/config/powerpc/ppc64-linux.mh
+++ b/gdb/config/powerpc/ppc64-linux.mh
@@ -10,12 +10,6 @@ NATDEPFILES= inf-ptrace.o fork-child.o \
linux-namespaces.o
NAT_CDEPS = $(srcdir)/proc-service.list
-# The PowerPC has severe limitations on TOC size, and uses them even
-# for non-PIC code. GDB overflows those tables when compiling with
-# -mfull-toc (the default), so we need to ask GCC to use as few TOC
-# entries as possible.
-MH_CFLAGS= -mminimal-toc
-
# The dynamically loaded libthread_db needs access to symbols in the
# gdb executable.
LOADLIBES= -ldl $(RDYNAMIC)