From 7a2fc9d682ee22a851309fca36f933af5469122b Mon Sep 17 00:00:00 2001 From: meissner Date: Wed, 24 Jan 1996 20:56:01 +0000 Subject: 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 --- gcc/config/rs6000/eabi.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/config/rs6000/eabi.h') 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 \ -- cgit v1.2.1