From e45ced6c5e06b0092ac9f5497aa580cfad0c953c Mon Sep 17 00:00:00 2001 From: Peter Bergner Date: Tue, 7 Mar 2017 09:39:13 -0600 Subject: Remove use of the no longer needed -mminimal-toc option. * config/powerpc/ppc64-linux.mh (MH_CFLAGS): Delete. --- gdb/config/powerpc/ppc64-linux.mh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gdb/config') 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) -- cgit v1.1