OSDN Git Service

* config/tc-sh.c (parse_at): Set arg type of @(expr,pc) to
authoraoliva <aoliva>
Mon, 4 Feb 2002 12:29:13 +0000 (12:29 +0000)
committeraoliva <aoliva>
Mon, 4 Feb 2002 12:29:13 +0000 (12:29 +0000)
commitf5a4331989bed5524a1337718b394f8f383eecc9
treeff2e5f5a71a28dbe6f07618575cba678c3440c17
parentc736d83dbfdf2bd5426f3b9796c35128ccd22d3d
* 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