diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-02-04 12:29:15 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-02-04 12:29:15 +0000 |
commit | 7679ead9b557680adbce726b7024cb8f6fa0e08f (patch) | |
tree | 920f83b86145f5da94db5f249983f162b3f00edc /gas/ChangeLog | |
parent | 0b3301c329b795e789267f18fbe1efd45d002eb9 (diff) | |
download | gdb-7679ead9b557680adbce726b7024cb8f6fa0e08f.zip gdb-7679ead9b557680adbce726b7024cb8f6fa0e08f.tar.gz gdb-7679ead9b557680adbce726b7024cb8f6fa0e08f.tar.bz2 |
* config/tc-sh.c (parse_at): Set arg type of @(expr,pc) to
A_DISP_PC only if it's an integral constant, and to
A_DISP_PC_ABS otherwise.
(get_specific): Accept A_DISP_PC_ABS where A_DISP_PC is
expected.
(build_Mytes): Mark PCRELIMM fix-ups as pc-relative only if
the operand type is not A_DISP_PC_ABS.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 968ce17..a93f323 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2002-02-04 Alexandre Oliva <aoliva@redhat.com> + + * config/tc-sh.c (parse_at): Set arg type of @(expr,pc) to + A_DISP_PC only if it's an integral constant, and to + A_DISP_PC_ABS otherwise. + (get_specific): Accept A_DISP_PC_ABS where A_DISP_PC is + expected. + (build_Mytes): Mark PCRELIMM fix-ups as pc-relative only if + the operand type is not A_DISP_PC_ABS. + 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com> * config/tc-mmix.c (tc_gen_reloc): Don't try and take the value of |