Move bitfield overflow checks to after the md_apply_fix call in
commit6499f6983e3b037f890bab7f7b93c89118f13123
authorAlan Modra <amodra@bigpond.net.au>
Mon, 17 May 1999 03:21:41 +0000 (17 03:21 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Mon, 17 May 1999 03:21:41 +0000 (17 03:21 +0000)
tree7503806f06026104f405107934e6a59e08fd7a8c
parent68a811d606c56691667715f90394eae930caadf3
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