diff options
author | Jeff Law <law@redhat.com> | 1998-07-24 18:24:31 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1998-07-24 18:24:31 +0000 |
commit | 8417b6242ebf9cfef0d4cbde75c15898db2749ae (patch) | |
tree | 65a8421bcef3320638eaf37175767c5ebeb45799 | |
parent | 88ac1a5e137356d81e07149f23f3e4f7eaa76c7f (diff) | |
download | gdb-8417b6242ebf9cfef0d4cbde75c15898db2749ae.zip gdb-8417b6242ebf9cfef0d4cbde75c15898db2749ae.tar.gz gdb-8417b6242ebf9cfef0d4cbde75c15898db2749ae.tar.bz2 |
* elf-m10300.c (mn10300_elf_relax_section): Fix typo when relaxing
from 24bit operand to an 8bit operand.
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9724023..e93e133 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,6 +1,9 @@ Fri Jul 24 11:24:29 1998 Jeffrey A Law (law@cygnus.com) start-sanitize-am33 + * elf-m10300.c (mn10300_elf_relax_section): Fix typo when relaxing + from 24bit operand to an 8bit operand. + * elf-m10300.c (mn10300_elf_relax_section): Do not relax "dmul", "dmulu", "dmach", "dmachu" with 32bit operands. end-sanitize-am33 |