summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/h8300
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-03-07 23:40:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-03-07 23:40:26 +0000
commitd4d4d74c00c1e396066da48da9a72e35218506be (patch)
tree2272b29cd51aaebe2f523adb32214045ffd9ad7d /c/src/lib/libbsp/h8300
parent2005-03-05 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-d4d4d74c00c1e396066da48da9a72e35218506be.tar.bz2
2005-03-07 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Hacked so there is enough memory to link pppd.exe.
Diffstat (limited to 'c/src/lib/libbsp/h8300')
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/ChangeLog4
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/startup/linkcmds14
2 files changed, 11 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/h8300/h8sim/ChangeLog b/c/src/lib/libbsp/h8300/h8sim/ChangeLog
index 5c852e28bd..9d22c9c558 100644
--- a/c/src/lib/libbsp/h8300/h8sim/ChangeLog
+++ b/c/src/lib/libbsp/h8300/h8sim/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-07 Joel Sherrill <joel@OARcorp.com>
+
+ * startup/linkcmds: Hacked so there is enough memory to link pppd.exe.
+
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
diff --git a/c/src/lib/libbsp/h8300/h8sim/startup/linkcmds b/c/src/lib/libbsp/h8300/h8sim/startup/linkcmds
index ee3b4a7a87..d4cf2c070b 100644
--- a/c/src/lib/libbsp/h8300/h8sim/startup/linkcmds
+++ b/c/src/lib/libbsp/h8300/h8sim/startup/linkcmds
@@ -21,9 +21,9 @@ MEMORY
vectors : o = 0x0000, l = 0xc4
magicvectors : o = 0xc4, l = 0x3c
/* We still only use 256k as the main ram size. */
- ram : o = 0x0100, l = 0x3fefc
+ ram : o = 0x0100, l = 0xffefc /* 256K RAM --> 0x3fefc */
/* The stack starts at the top of main ram. */
- topram : o = 0x3fffc, l = 0x4
+ topram : o = 0xffffc, l = 0x4 /* 256K RAM --> 0x3fffc */
/* This holds variables in the "tiny" sections. */
tiny : o = 0xff8000, l = 0x7f00
/* At the very top of the address space is the 8-bit area. */
@@ -46,11 +46,11 @@ SECTIONS
* Special FreeBSD sysctl sections.
*/
. = ALIGN (16);
- __start_set_sysctl_set = .;
- *(set_sysctl_*);
- __stop_set_sysctl_set = ABSOLUTE(.);
- *(set_domain_*);
- *(set_pseudo_*);
+ ___start_set_sysctl_set = .;
+ *(set_sys*); /* sysctl set */
+ ___stop_set_sysctl_set = ABSOLUTE(.);
+ *(set_dom*); /* domain set */
+ *(set_pse*);
/*
* Read-only data