diff options
author | Jan Beulich <jbeulich@novell.com> | 2005-09-28 15:31:21 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2005-09-28 15:31:21 +0000 |
commit | e05278afa3c5b5aa74f9694f7aac576f437c7e1b (patch) | |
tree | e37ee201918565103f23244f3ca1239acb5e8d0c /gas/testsuite/ChangeLog | |
parent | dd86362472ff29dd0a3972e35b20ab0e7b1ba161 (diff) | |
download | gdb-e05278afa3c5b5aa74f9694f7aac576f437c7e1b.zip gdb-e05278afa3c5b5aa74f9694f7aac576f437c7e1b.tar.gz gdb-e05278afa3c5b5aa74f9694f7aac576f437c7e1b.tar.bz2 |
gas/
2005-09-28 Jan Beulich <jbeulich@novell.com>
* config/tc-i386.c (reloc): Disable signedness check for 4-byte
relocations in 16- and 32-bit modes.
(i386_displacement): Make pc-relative branch handling dependent
upon operand (rather than address) size.
gas/testsuite/
2005-09-28 Jan Beulich <jbeulich@novell.com>
* gas/i386/mixed-mode-reloc.s: Enable all insns.
* gas/i386/mixed-mode-reloc32.d: Adjust.
* gas/i386/mixed-mode-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 dc7927a..5416d28 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,11 @@ 2005-09-28 Jan Beulich <jbeulich@novell.com> + * gas/i386/mixed-mode-reloc.s: Enable all insns. + * gas/i386/mixed-mode-reloc32.d: Adjust. + * gas/i386/mixed-mode-reloc64.d: Adjust. + +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. |