gas/
authorJan Beulich <jbeulich@novell.com>
Wed, 28 Sep 2005 14:44:25 +0000 (14:44 +0000)
committerJan Beulich <jbeulich@novell.com>
Wed, 28 Sep 2005 14:44:25 +0000 (14:44 +0000)
commitd182319b0955ee234d2c9c1e1a68c38344238274
tree48de22d3a1915ae87305ff3cd7aced0823225a43
parent37b75c0cc089664dafeed5720c2cfe11183089df
gas/
2005-09-28  Jan Beulich  <jbeulich@novell.com>

* config/tc-i386.h (x86_cons_fix_new): Declare unconditionally.
(TC_CONS_FIX_NEW): Define unconditionally.
(x86_pe_cons_fix_new): Remove.
* config/tc-i386.c (signed_cons): New.
(md_pseudo_table): Add slong.
(x86_cons_fix_new): Declare unconditionally.
(x86_pe_cons_fix_new): Merge into x86_cons_fix_new.
(tc_gen_reloc): Also consider BFD_RELOC_X86_64_32S for gotpc
conversion.

gas/testsuite/
2005-09-28  Jan Beulich  <jbeulich@novell.com>

* gas/i386/reloc64.s: Also test .slong.
* gas/i386/reloc64.l: Adjust.
* gas/i386/reloc64.d: Adjust.
gas/ChangeLog
gas/config/tc-i386.c
gas/config/tc-i386.h
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/reloc64.d
gas/testsuite/gas/i386/reloc64.l
gas/testsuite/gas/i386/reloc64.s
This page took 0.033044 seconds and 4 git commands to generate.