Move bitfield overflow checks to after the md_apply_fix call in
authorAlan Modra <amodra@gmail.com>
Mon, 17 May 1999 03:21:41 +0000 (03:21 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 17 May 1999 03:21:41 +0000 (03:21 +0000)
commitdaa01f85d45228bb45378625876adb00f5afa4db
tree3f89a46013ec74a831462fdca22ce55607f9eeb5
parent1349dd650d7235efe59c3a64d38be8e3f5566950
Move bitfield overflow checks to after the md_apply_fix call in
fixup_segment so that md_apply_fix has a chance to modify value.
Handle 8 and 16-bit pcrel relocs for i386.
Prototypes and other minor code cleanups.
gas/ChangeLog