From: Michael Meissner Date: Mon, 5 Feb 1996 02:43:13 +0000 (+0000) Subject: Bump up simulator Text start, so we do not waste a page X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=77c7aaec021996c6384cca59c5c21daf14b0e09a;p=gcc.git Bump up simulator Text start, so we do not waste a page From-SVN: r11175 --- diff --git a/gcc/config/rs6000/eabi.h b/gcc/config/rs6000/eabi.h index 25bc1efa5a5..7c20972e3e5 100644 --- a/gcc/config/rs6000/eabi.h +++ b/gcc/config/rs6000/eabi.h @@ -70,7 +70,7 @@ Boston, MA 02111-1307, USA. */ /* Clue the simulator in to use netbsd */ #undef LINK_START_SPEC -#define LINK_START_SPEC "%{msim: %{!Ttext*: -Ttext 0x10000000}}" +#define LINK_START_SPEC "%{msim: %{!Ttext*: -Ttext 0x10000074}}" /* Use the simulator crt0 or mvme and libgloss/newlib libraries if desired */ #undef STARTFILE_SPEC diff --git a/gcc/config/rs6000/eabisim.h b/gcc/config/rs6000/eabisim.h index 30371eba578..5989942cca9 100644 --- a/gcc/config/rs6000/eabisim.h +++ b/gcc/config/rs6000/eabisim.h @@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. */ /* Clue the simulator in to use netbsd */ #undef LINK_START_SPEC -#define LINK_START_SPEC "%{!mmvme: %{!Ttext*: -Ttext 0x10000000}}" +#define LINK_START_SPEC "%{!mmvme: %{!Ttext*: -Ttext 0x10000074}}" /* Use the simulator crt0 or mvme and libgloss/newlib libraries if desired */ #undef STARTFILE_SPEC