diff options
author | Jan Beulich <jbeulich@novell.com> | 2005-03-08 08:23:32 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2005-03-08 08:23:32 +0000 |
commit | ef6a2b41811b88306afc5ce073da33e047d888cd (patch) | |
tree | 60071479087818c0234af7bdc6687911d2c81fb6 /gas/testsuite/ChangeLog | |
parent | 0b74f93c04ea699969fb60bcc150c9be841b23cf (diff) | |
download | gdb-ef6a2b41811b88306afc5ce073da33e047d888cd.zip gdb-ef6a2b41811b88306afc5ce073da33e047d888cd.tar.gz gdb-ef6a2b41811b88306afc5ce073da33e047d888cd.tar.bz2 |
gas/
2005-03-08 Jan Beulich <jbeulich@novell.com>
* config/tc-ia64.c (parse_section_name): Rename to...
(cross_section): In addition to separating the name from the rest of
the arguments, also carry out the operation.
(dot_xdata): Use cross_section.
(dot_float_cons): Likewise.
(dot_xstringer): Likewise.
(dot_xdata_ua): Likewise.
(dot_float_cons_ua): Likewise. Pass float_cons, not stmt_float_cons.
gas/testsuite/
2005-03-08 Jan Beulich <jbeulich@novell.com>
* gas/ia64/xdata.[sd], gas/ia64/xdata-ilp32.d: New.
* gas/ia64/ia64.exp: Run new tests.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 7858ab8..4f1d9f0 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2005-03-08 Jan Beulich <jbeulich@novell.com> + * gas/ia64/xdata.[sd], gas/ia64/xdata-ilp32.d: New. + * gas/ia64/ia64.exp: Run new tests. + +2005-03-08 Jan Beulich <jbeulich@novell.com> + * gas/ia64/pcrel.d: Account for big endian target. * gas/ia64/reloc-bad.s: Enforce 64-bit ABI. |