Bump up simulator Text start, so we do not waste a page
authorMichael Meissner <meissner@gcc.gnu.org>
Mon, 5 Feb 1996 02:43:13 +0000 (02:43 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Mon, 5 Feb 1996 02:43:13 +0000 (02:43 +0000)
From-SVN: r11175

gcc/config/rs6000/eabi.h
gcc/config/rs6000/eabisim.h

index 25bc1efa5a5ba2a294826b31f31bad2bf0a0bd43..7c20972e3e53f7a34629a65928fb67e0af4c4e3d 100644 (file)
@@ -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
index 30371eba57867794e5085b9d9eea28c6dbb9a9d0..5989942cca93f5048444e2cb5be1e94061858f47 100644 (file)
@@ -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