diff options
author | Jeff Law <law@redhat.com> | 1996-04-10 20:40:24 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-04-10 20:40:24 +0000 |
commit | d26c498b31d3ef1f5f64d0d2f6fea03463e8d59b (patch) | |
tree | 9ab7e13b4d36f6f639f1610d55688e980c01cbfb /ld | |
parent | b3ed89e86577db0a1011b57fa584c3567e859014 (diff) | |
download | gdb-d26c498b31d3ef1f5f64d0d2f6fea03463e8d59b.zip gdb-d26c498b31d3ef1f5f64d0d2f6fea03463e8d59b.tar.gz gdb-d26c498b31d3ef1f5f64d0d2f6fea03463e8d59b.tar.bz2 |
* scripttempl/h8300.sc: Add the "8-bit area" in the upper 256
bytes of the address space. Put data from the ".eight" sections
into the 8-bit area.
* scripttempl/h8300h.sc: Likewise.
8-bit area changes for hmse.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index ee90bb6..097f5e4 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +Wed Apr 10 14:41:53 1996 Jeffrey A Law (law@cygnus.com) + + * scripttempl/h8300.sc: Add the "8-bit area" in the upper 256 + bytes of the address space. Put data from the ".eight" sections + into the 8-bit area. + * scripttempl/h8300h.sc: Likewise. + Tue Apr 9 14:10:42 1996 Doug Evans <dje@canuck.cygnus.com> * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): |