OSDN Git Service

Address comment from Richard about relocs always needing a type.
authorwilson <wilson>
Wed, 14 Feb 2001 01:46:09 +0000 (01:46 +0000)
committerwilson <wilson>
Wed, 14 Feb 2001 01:46:09 +0000 (01:46 +0000)
commit21c6e5e1c0686744dff643fad457bfb28192c93c
tree0b12e06e213386655ea84823efe6320fdc111620
parentd9ba5fc4d1d9ef48d7260fbc073f92d0643b2f18
Address comment from Richard about relocs always needing a type.
* config/tc-ia64.c (operand_match, case TAG13): Make a BFD_RELOC_UNUSED
reloc instead of a 0 reloc.
(md_apply_fix3): Check for BFD_RELOC_UNUSED instead of 0, and mark it
as done.
* config/tc-ia64.h (TC_RELOC_RTSYM_LOC_FIXUP): Likewise.
gas/ChangeLog
gas/config/tc-ia64.c
gas/config/tc-ia64.h