diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1996-02-05 02:43:13 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1996-02-05 02:43:13 +0000 |
commit | 77c7aaec021996c6384cca59c5c21daf14b0e09a (patch) | |
tree | 471d58af55a182415e741194645a46ac536b175f | |
parent | 54ac19a62a67c7107a2b0d462c9e57b4f0c510ca (diff) | |
download | gcc-77c7aaec021996c6384cca59c5c21daf14b0e09a.zip gcc-77c7aaec021996c6384cca59c5c21daf14b0e09a.tar.gz gcc-77c7aaec021996c6384cca59c5c21daf14b0e09a.tar.bz2 |
Bump up simulator Text start, so we do not waste a page
From-SVN: r11175
-rw-r--r-- | gcc/config/rs6000/eabi.h | 2 | ||||
-rw-r--r-- | gcc/config/rs6000/eabisim.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/eabi.h b/gcc/config/rs6000/eabi.h index 25bc1ef..7c20972 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 30371eb..5989942 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 |