summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/eabi.h
diff options
context:
space:
mode:
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1996-01-24 20:56:01 +0000
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1996-01-24 20:56:01 +0000
commit7a2fc9d682ee22a851309fca36f933af5469122b (patch)
tree1cb1748a7f0fdcf827bb4c4427daaf7270a2b18b /gcc/config/rs6000/eabi.h
parented69f33fe6444e869c9d3b371501c7a56e69d9f7 (diff)
downloadgcc-7a2fc9d682ee22a851309fca36f933af5469122b.tar.gz
Small data support; Windows NT attributes; windows NT call indrect fix
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11093 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/eabi.h')
-rw-r--r--gcc/config/rs6000/eabi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/rs6000/eabi.h b/gcc/config/rs6000/eabi.h
index ea32add7d07..25bc1efa5a5 100644
--- a/gcc/config/rs6000/eabi.h
+++ b/gcc/config/rs6000/eabi.h
@@ -68,6 +68,10 @@ Boston, MA 02111-1307, USA. */
#define CPP_PREDEFINES \
"-DPPC -D__embedded__ -Asystem(embedded) -Acpu(powerpc) -Amachine(powerpc)"
+/* Clue the simulator in to use netbsd */
+#undef LINK_START_SPEC
+#define LINK_START_SPEC "%{msim: %{!Ttext*: -Ttext 0x10000000}}"
+
/* Use the simulator crt0 or mvme and libgloss/newlib libraries if desired */
#undef STARTFILE_SPEC
#define STARTFILE_SPEC "crti.o%s \