diff options
author | Tristan Gingold <gingold@adacore.com> | 2010-02-12 14:34:45 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2010-02-12 14:34:45 +0000 |
commit | 9d0e849713a37ee589c203792f8450786733ee63 (patch) | |
tree | 627f06d761b7391c88cd30feca4df7b9538a4076 /gas/ChangeLog | |
parent | 8e9c5e020f5fa7b76a1f6694e2eb00a1585151cc (diff) | |
download | gdb-9d0e849713a37ee589c203792f8450786733ee63.zip gdb-9d0e849713a37ee589c203792f8450786733ee63.tar.gz gdb-9d0e849713a37ee589c203792f8450786733ee63.tar.bz2 |
gas/
2010-02-12 Tristan Gingold <gingold@adacore.com>
Douglas B Rupp <rupp@gnat.com>
* config/tc-ia64.c (enum reloc_func): Add FUNC_SLOTCOUNT_RELOC.
(DUMMY_RELOC_IA64_SLOTCOUNT): Added.
(pseudo_func): Add an entry for slotcount.
(md_begin): Initialize slotcount pseudo symbol.
(ia64_parse_name): Handle @slotcount parameter.
(ia64_gen_real_reloc_type): Handle slotcount.
(md_apply_fix): Ditto.
* doc/c-ia64.texi (IA-64-Relocs): Document @slotcount.
gas/testsuite/
2010-02-12 Tristan Gingold <gingold@adacore.com>
* gas/ia64/slotcount.s, gas/ia64/slotcount.s: New test.
* gas/ia64/ia64.exp: Add slotcount test (vms only).
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1156fe2..d1e9871 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +2010-02-12 Tristan Gingold <gingold@adacore.com> + Douglas B Rupp <rupp@gnat.com> + + * config/tc-ia64.c (enum reloc_func): Add FUNC_SLOTCOUNT_RELOC. + (DUMMY_RELOC_IA64_SLOTCOUNT): Added. + (pseudo_func): Add an entry for slotcount. + (md_begin): Initialize slotcount pseudo symbol. + (ia64_parse_name): Handle @slotcount parameter. + (ia64_gen_real_reloc_type): Handle slotcount. + (md_apply_fix): Ditto. + * doc/c-ia64.texi (IA-64-Relocs): Document @slotcount. + 2010-02-11 Sterling Augustine <sterling@jaw.hq.tensilica.com> * config/tc-xtensa.c (istack_init): Don't call memset. |