OSDN Git Service

Bump up simulator Text start, so we do not waste a page
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Feb 1996 02:43:13 +0000 (02:43 +0000)
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Feb 1996 02:43:13 +0000 (02:43 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11175 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 25bc1ef..7c20972 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 30371eb..5989942 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