diff options
author | Nick Clifton <nickc@redhat.com> | 2004-11-29 15:09:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-11-29 15:09:28 +0000 |
commit | a7498ae6da27216b89836d96a72ce166ef883030 (patch) | |
tree | 36601ceb21230e79520ace3aeb6c9c948238b6a5 /gas/ChangeLog | |
parent | 68800d83aefc1d6651260898e7b2c9b2323f0aa5 (diff) | |
download | gdb-a7498ae6da27216b89836d96a72ce166ef883030.zip gdb-a7498ae6da27216b89836d96a72ce166ef883030.tar.gz gdb-a7498ae6da27216b89836d96a72ce166ef883030.tar.bz2 |
Fixed a pcrel relocte miss between different section in the same module.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e1d5802..36c34e7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2004-11-29 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> + + * config/tc-m32r.c (md_pcrel_from_section): Fixed a pcrel relocte + miss between different section in the same module. + (tc_gen_reloc): Likewise. + 2004-11-25 Theodore A. Roth <troth@openavr.org> * gas/config/tc-avr.c (mcu_types): Add support for atmega165, |