diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2001-09-07 18:21:33 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2001-09-07 18:21:33 +0000 |
commit | b2d319cb3eaf0c1a139ee1586fa43d5250d5a058 (patch) | |
tree | 3098ebc882c4f769776f5f02867513dc1ddde7b3 /newlib/ChangeLog | |
parent | e3f30e9c2445d6d30c1b7ab5292ef0b1951c296e (diff) | |
download | newlib-b2d319cb3eaf0c1a139ee1586fa43d5250d5a058.zip newlib-b2d319cb3eaf0c1a139ee1586fa43d5250d5a058.tar.gz newlib-b2d319cb3eaf0c1a139ee1586fa43d5250d5a058.tar.bz2 |
2001-09-07 Jeff Law <law@redhat.com>
* libc/sys/h8300hms/crt0.S: For H8/300H and H8/S, load address of
__fini with "mov.l" instead of "mov.w".
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 1d8400c..3e8d67c 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2001-09-07 Jeff Law <law@redhat.com> + + * libc/sys/h8300hms/crt0.S: For H8/300H and H8/S, load address of + __fini with "mov.l" instead of "mov.w". + 2001-09-05 Corinna Vinschen <corinna@vinschen.de> * libc/sys/cygwin/include/unistd.h: New file, wrapping sys/unistd.h |