gas/
authorTristan Gingold <gingold@adacore.com>
Fri, 12 Feb 2010 14:34:45 +0000 (14:34 +0000)
committerTristan Gingold <gingold@adacore.com>
Fri, 12 Feb 2010 14:34:45 +0000 (14:34 +0000)
commit9d0e849713a37ee589c203792f8450786733ee63
tree627f06d761b7391c88cd30feca4df7b9538a4076
parent8e9c5e020f5fa7b76a1f6694e2eb00a1585151cc
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).
gas/ChangeLog
gas/config/tc-ia64.c
gas/doc/c-ia64.texi
gas/testsuite/ChangeLog
gas/testsuite/gas/ia64/ia64.exp
gas/testsuite/gas/ia64/slotcount.d [new file with mode: 0644]
gas/testsuite/gas/ia64/slotcount.s [new file with mode: 0644]