diff options
author | Michael Meissner <gnu@the-meissners.org> | 1997-11-17 01:21:37 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1997-11-17 01:21:37 +0000 |
commit | 7f7e2b002723a83859ea829b29a721a1f15b037a (patch) | |
tree | 8486be28ca904cf3cb6415631a340071bd24d1b8 /ld | |
parent | 469e5960b168e12773886fd864899fcafe00e647 (diff) | |
download | gdb-7f7e2b002723a83859ea829b29a721a1f15b037a.zip gdb-7f7e2b002723a83859ea829b29a721a1f15b037a.tar.gz gdb-7f7e2b002723a83859ea829b29a721a1f15b037a.tar.bz2 |
Make d30v defaults match chip
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index cc2bacf..b4d3bed 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,22 @@ +start-sanitize-d30v +Sun Nov 16 20:16:45 1997 Michael Meissner <meissner@cygnus.com> + + * emulparams/d30velf.sh ({DATA,EMEM}_START_ADDR): Define as start + of internal data area and external memory on chip. + + * scripttempl/elfd30v.sc: Define a MEMORY region that describes + the 3 regions of memory on the chip. Put .text/.init/.fini into + the text memory region, put other segments into the data memory + region. Add more of the standard elf sections. Default __stack + to be 0x20008000, which is 1 byte beyond end of the internal data + region. + +end-sanitize-d30v +Thu Nov 13 13:45:00 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * configure.tgt (targ_extra_emuls): Make FreeBSD a i386bsd + variant. + Sun Nov 2 14:51:36 1997 H.J. Lu <hjl@gnu.ai.mit.edu> * configure.host (alpha*-*-linux*): Correct HOSTING_CRT0. Set |