]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gas/
authorJan Beulich <jbeulich@novell.com>
Mon, 14 Feb 2005 07:47:51 +0000 (07:47 +0000)
committerJan Beulich <jbeulich@novell.com>
Mon, 14 Feb 2005 07:47:51 +0000 (07:47 +0000)
commit20b36a95ab568a0de00130164834322706e59d1d
treec10be03b35956223586c4f091fdda0002c5397ee
parent35a922ee131210f22da845548d3dcdf812314af1
gas/
2005-02-13  Jan Beulich  <jbeulich@novell.com>

* config/tc-ia64.c (dot_rot): Add comment that name strings should
be freed when wiping out previous state. Canonicalize names before
use. Free name string when detecting redefinition.
(dot_pred_rel): Call generic expression parser to process arguments.
Handle O_register case for individual predicates and O_subtract for
ranges.
(ia64_parse_name): Canonicalize name before looking it up in dynamic
register hash.
(ia64_canonicalize_symbol_name): Strip off all trailing # characters.
Warn if multiple found, issue error if resulting symbol name has zero
length.
(dot_alias): Canonicalize name before use.

gas/testsuite/
2005-02-13  Jan Beulich  <jbeulich@novell.com>

* gas/ia64/pound.[ls]: New.
* gas/ia64/ia64.exp: Run new test.
gas/ChangeLog
gas/config/tc-ia64.c
gas/testsuite/ChangeLog
gas/testsuite/gas/ia64/ia64.exp
gas/testsuite/gas/ia64/pound.l [new file with mode: 0644]
gas/testsuite/gas/ia64/pound.s [new file with mode: 0644]