diff options
author | Jan Beulich <jbeulich@novell.com> | 2005-09-28 14:44:25 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2005-09-28 14:44:25 +0000 |
commit | d182319b0955ee234d2c9c1e1a68c38344238274 (patch) | |
tree | 48de22d3a1915ae87305ff3cd7aced0823225a43 /gas/testsuite/ChangeLog | |
parent | 37b75c0cc089664dafeed5720c2cfe11183089df (diff) | |
download | gdb-d182319b0955ee234d2c9c1e1a68c38344238274.zip gdb-d182319b0955ee234d2c9c1e1a68c38344238274.tar.gz gdb-d182319b0955ee234d2c9c1e1a68c38344238274.tar.bz2 |
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.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 6e82c82..dc7927a 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +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. + 2005-09-21 Alan Modra <amodra@bigpond.net.au> * gas/lns/lns.exp (lns-common-1): Don't run on targets without |