* config/tc-sh.c (parse_at): Set arg type of @(expr,pc) to
authorAlexandre Oliva <aoliva@redhat.com>
Mon, 4 Feb 2002 12:29:15 +0000 (12:29 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 4 Feb 2002 12:29:15 +0000 (12:29 +0000)
commit7679ead9b557680adbce726b7024cb8f6fa0e08f
tree920f83b86145f5da94db5f249983f162b3f00edc
parent0b3301c329b795e789267f18fbe1efd45d002eb9
* 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.
gas/ChangeLog
gas/config/tc-sh.c