Commit 77c7aaec by Michael Meissner

Bump up simulator Text start, so we do not waste a page

From-SVN: r11175
parent 54ac19a6
...@@ -70,7 +70,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -70,7 +70,7 @@ Boston, MA 02111-1307, USA. */
/* Clue the simulator in to use netbsd */ /* Clue the simulator in to use netbsd */
#undef LINK_START_SPEC #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 */ /* Use the simulator crt0 or mvme and libgloss/newlib libraries if desired */
#undef STARTFILE_SPEC #undef STARTFILE_SPEC
......
...@@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. */
/* Clue the simulator in to use netbsd */ /* Clue the simulator in to use netbsd */
#undef LINK_START_SPEC #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 */ /* Use the simulator crt0 or mvme and libgloss/newlib libraries if desired */
#undef STARTFILE_SPEC #undef STARTFILE_SPEC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment