diff options
author | Jeff Law <law@redhat.com> | 1996-03-14 00:49:42 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-03-14 00:49:42 +0000 |
commit | deddae66811d6251e8de65270f6194f8473649c2 (patch) | |
tree | 9aac336f81ae3b25cd7d6ac5d6d54d7cef91c4e6 /ld/ChangeLog | |
parent | 38b92747feee9c39d94a03fb7960e54605882800 (diff) | |
download | gdb-deddae66811d6251e8de65270f6194f8473649c2.zip gdb-deddae66811d6251e8de65270f6194f8473649c2.tar.gz gdb-deddae66811d6251e8de65270f6194f8473649c2.tar.bz2 |
* scripttempl/h8300.sc: Change name of page zero memory
from "null" to "vectors". Create an output section for
vectors. Add comments on how to explicitly place items
in the vector table.
* scripttempl/h8300h.sc: Likewise.
hmse
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index c9201ff..adce52f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +Wed Mar 13 17:47:31 1996 Jeffrey A Law (law@cygnus.com) + + * scripttempl/h8300.sc: Change name of page zero memory + from "null" to "vectors". Create an output section for + vectors. Add comments on how to explicitly place items + in the vector table. + * scripttempl/h8300h.sc: Likewise. + Wed Mar 13 12:40:18 1996 Ian Lance Taylor <ian@cygnus.com> * emultempl/lnk960.em (machine_table): Add jx and hx. |