diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2012-03-21 08:58:40 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2012-03-21 08:58:40 +0000 |
commit | 32b9ff0d14a1ca3a9bc0fbee86d676b3fa08561b (patch) | |
tree | 65d5f82543b2a3fcb91791957d50ba514a00a752 /gas/ChangeLog | |
parent | adcadaab4ab9b7dbf1a911188be4f61761cae654 (diff) | |
download | gdb-32b9ff0d14a1ca3a9bc0fbee86d676b3fa08561b.zip gdb-32b9ff0d14a1ca3a9bc0fbee86d676b3fa08561b.tar.gz gdb-32b9ff0d14a1ca3a9bc0fbee86d676b3fa08561b.tar.bz2 |
gas/
[SH] Support the .uaquad and .8byte directives also for non-sh64
configurations.
* config/tc-sh.c (sh_cons_fix_new, md_apply_fix) [!HAVE_SH64]: Handle
BFD_RELOC_64.
* doc/c-sh64.texi (SH64 Machine Directives): Move .uaquad
description...
* doc/c-sh.texi (SH Machine Directives): ... here.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b6fe7e3..8402be4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2012-03-21 Thomas Schwinge <thomas@codesourcery.com> + + [SH] Support the .uaquad and .8byte directives also for non-sh64 + configurations. + + * config/tc-sh.c (sh_cons_fix_new, md_apply_fix) [!HAVE_SH64]: Handle + BFD_RELOC_64. + * doc/c-sh64.texi (SH64 Machine Directives): Move .uaquad + description... + * doc/c-sh.texi (SH Machine Directives): ... here. + 2012-03-20 Nick Clifton <nickc@redhat.com> * config/tc-arm.c (do_vmrs): Accept priviledged mode VFP system |