diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-04-14 06:53:57 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2001-04-14 06:53:57 +0000 |
commit | eb0dfd58c8702a985afe93d26baa56d0c356ee9a (patch) | |
tree | 337676d7030470f6c9d53d42b6f53de471bdc306 /gas/ChangeLog | |
parent | 2dd439c54ea23e795741dad1008273de056b45e5 (diff) | |
download | gdb-eb0dfd58c8702a985afe93d26baa56d0c356ee9a.zip gdb-eb0dfd58c8702a985afe93d26baa56d0c356ee9a.tar.gz gdb-eb0dfd58c8702a985afe93d26baa56d0c356ee9a.tar.bz2 |
* config/tc-mn10300.c (md_assemble): Simplify offset adjustment of
pc-relative relocations not placed at the end of the instruction.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 749d89b..afec943 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2001-04-14 Alexandre Oliva <aoliva@redhat.com> + + * config/tc-mn10300.c (md_assemble): Simplify offset adjustment of + pc-relative relocations not placed at the end of the instruction. + 2001-04-13 Jim Wilson <wilson@redhat.com> * tc-ia64.c (is_conditional_branch): Return true for br, brl, and br. |