diff options
author | Jeff Law <law@redhat.com> | 1997-09-03 00:33:47 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-09-03 00:33:47 +0000 |
commit | d37ce7639bae9f37e8757687a88a65bc1d318fa4 (patch) | |
tree | f111e4cbab0d295d1554d9259de1e9da853b02b4 /gas | |
parent | a9d67a8857501e03c3436937ebbe69f4ffa7cc43 (diff) | |
download | gdb-d37ce7639bae9f37e8757687a88a65bc1d318fa4.zip gdb-d37ce7639bae9f37e8757687a88a65bc1d318fa4.tar.gz gdb-d37ce7639bae9f37e8757687a88a65bc1d318fa4.tar.bz2 |
* config/tc-mn10200.c (md_convert_frag): PC relative instructions arex
relative to the next instruction, not the current instruction.
(md_assemble): Similarly.
pr13171
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f294ccc..4284960 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Tue Sep 2 18:32:30 1997 Jeffrey A Law (law@cygnus.com) + + * config/tc-mn10200.c (md_convert_frag): PC relative instructions arex + relative to the next instruction, not the current instruction. + (md_assemble): Similarly. + Tue Sep 2 15:58:52 1997 Nick Clifton <nickc@cygnus.com> * doc/c-v850.texi: Explanations of offsets in SDA/ZDA areas |