diff options
author | Roland McGrath <roland@gnu.org> | 2004-09-10 03:38:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-09-10 03:38:14 +0000 |
commit | 181742f8041aef5adc85da67d96681a32ef9eb00 (patch) | |
tree | 4eeda3d036d21866dd2245ae4e0028c353c8bb49 /ChangeLog | |
parent | 1386a2bb3cf5cf3655ffe15316d5128a8fa28f71 (diff) | |
download | glibc-181742f8041aef5adc85da67d96681a32ef9eb00.tar.gz glibc-181742f8041aef5adc85da67d96681a32ef9eb00.tar.xz glibc-181742f8041aef5adc85da67d96681a32ef9eb00.zip |
2004-09-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
* stdlib/longlong.h [__M32R__] (add_ssaaaa, sub_ddmmss): Fix broken instruct operands. * elf/elf.h: Add R_M32R_* relocs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 943848b4ab..d63f842a48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-09-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> + + * stdlib/longlong.h [__M32R__] (add_ssaaaa, sub_ddmmss): Fix broken + instruct operands. + * elf/elf.h: Add R_M32R_* relocs. + 2004-09-09 Ulrich Drepper <drepper@redhat.com> * misc/sys/cdefs.h: Despite what the gcc manual says, gcc 3.2 |