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