summaryrefslogtreecommitdiffstats
path: root/gcc
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-30 20:09:51 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-30 20:09:51 +0000
commitaf1e1452a5a2bedbfccf57943271cdb903a14bba (patch)
tree0ec348df86e68d29406e83214b7173e895a1d6e5 /gcc
parent1f10d38798986c0c00edb1d9e7e6f459f2682f9f (diff)
downloadppe42-gcc-af1e1452a5a2bedbfccf57943271cdb903a14bba.tar.gz
ppe42-gcc-af1e1452a5a2bedbfccf57943271cdb903a14bba.zip
PR other/1963
* config/alpha/osf.h (SWITCHES_NEED_SPACES): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81363 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/alpha/osf.h8
2 files changed, 11 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4ef6b7eb4b0..f6a66b0a0c7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
+ PR other/1963
+ * config/alpha/osf.h (SWITCHES_NEED_SPACES): Define.
+
2004-04-29 Andreas Krebbel <krebbel1@de.ibm.com>
* config/s390/s390-protos.h (s390_emit_epilogue): Parameter added.
diff --git a/gcc/config/alpha/osf.h b/gcc/config/alpha/osf.h
index fd72ba38132..f8b4eca49b3 100644
--- a/gcc/config/alpha/osf.h
+++ b/gcc/config/alpha/osf.h
@@ -1,6 +1,6 @@
/* Definitions of target machine for GNU compiler, for DEC Alpha on OSF/1.
- Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003
- Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003,
+ 2004 Free Software Foundation, Inc.
Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
This file is part of GCC.
@@ -169,6 +169,10 @@ __enable_execute_stack (void *addr) \
#define LD_INIT_SWITCH "-init"
#define LD_FINI_SWITCH "-fini"
+/* The linker needs a space after "-o". This allows -oldstyle_liblookup to
+ be passed to ld. */
+#define SWITCHES_NEED_SPACES "o"
+
/* Select a format to encode pointers in exception handling data. CODE
is 0 for data, 1 for code labels, 2 for function pointers. GLOBAL is
true if the symbol may be affected by dynamic relocations.
OpenPOWER on IntegriCloud