summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/linux.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-05-08 01:46:13 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-05-08 01:46:13 +0000
commitb5c777026349b9b3e3b7627fc300b7530345812b (patch)
tree4bc93e75118777f5021caede4466fee56fa214d8 /gcc/config/rs6000/linux.h
parent886ccd9a3d2721d4cd88ab3e051bf07257e1d1e1 (diff)
downloadgcc-b5c777026349b9b3e3b7627fc300b7530345812b.tar.gz
Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* rs6000.h (RS6000_VARARGS_OFFSET): Die die die. (CUMULATIVE_ARGS): Remove varargs_offset; update commentary. * rs6000.c (setup_incoming_varargs): Fix typo last change. (init_cumulative_args): Remove varargs_offset references. * rs6000/linux.h (NO_IMPLICIT_EXTERN_C): Define. (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Undefine. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26835 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/linux.h')
-rw-r--r--gcc/config/rs6000/linux.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/rs6000/linux.h b/gcc/config/rs6000/linux.h
index ff30618720e..13e3df2b44c 100644
--- a/gcc/config/rs6000/linux.h
+++ b/gcc/config/rs6000/linux.h
@@ -22,6 +22,12 @@ Boston, MA 02111-1307, USA. */
#include "rs6000/sysv4.h"
+/* Don't assume anything about the header files. */
+#define NO_IMPLICIT_EXTERN_C
+
+#undef MD_EXEC_PREFIX
+#undef MD_STARTFILE_PREFIX
+
#undef CPP_PREDEFINES
#define CPP_PREDEFINES \
"-DPPC -D__ELF__ -Dpowerpc -Acpu(powerpc) -Amachine(powerpc)"