diff options
author | Peter Bergner <bergner@vnet.ibm.com> | 2017-03-07 09:39:13 -0600 |
---|---|---|
committer | Peter Bergner <bergner@vnet.ibm.com> | 2017-03-07 09:39:13 -0600 |
commit | e45ced6c5e06b0092ac9f5497aa580cfad0c953c (patch) | |
tree | 8163ffddbdd779ec88a6a3e8efad335e08d11776 /gdb/config | |
parent | 5f6fd321915fae0194e01322d22cad4e451e8d20 (diff) | |
download | gdb-e45ced6c5e06b0092ac9f5497aa580cfad0c953c.zip gdb-e45ced6c5e06b0092ac9f5497aa580cfad0c953c.tar.gz 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.mh | 6 |
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) |