Address comment from Richard about relocs always needing a type.
authorJim Wilson <wilson@tuliptree.org>
Wed, 14 Feb 2001 01:46:10 +0000 (01:46 +0000)
committerJim Wilson <wilson@tuliptree.org>
Wed, 14 Feb 2001 01:46:10 +0000 (01:46 +0000)
commitfa1cb89ccc52f3e55a7de0d94b100cf3694f273e
tree904524812bcc43e4aa22817516b11155388789b6
parent6757257fb58bd0b5bd75e2d9230aae7da4559618
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