gas/
authorJan Beulich <jbeulich@novell.com>
Mon, 14 Nov 2005 08:37:12 +0000 (08:37 +0000)
committerJan Beulich <jbeulich@novell.com>
Mon, 14 Nov 2005 08:37:12 +0000 (08:37 +0000)
commit8b84be9d3571f8d63e78a1957652f3e6af0bb6c5
treea13765d3249d4c9136c43e2358a447929d29f423
parentff2587ec784c2780e768ed705ee1f97119616a12
gas/
2005-11-14  Jan Beulich  <jbeulich@novell.com>

* config/tc-ia64.c (md): Rename regsym to indregsym and move
it to the end of the structure.
(ar): Field regnum is unsigned.
(cr): Likewise:
(indirect_reg): Likewise.
(declare_register_set): Parameter regnum is unsigned.
(declare_register): Parameter numregs and base_regnum are
unsigned. So is the local loop variable.
(md_begin): Restrict scope of local variable regnum, which
also is unsigned. Replace loops with function calls where
possible. Re-order things so that register groups are kept
together. Remove all uses of regsym except for indirect
registers. Replace use of regsym by indregsym for indirect
registers.
(ia64_optimize_expr): Replace use of regsym by indregsym for
indirect registers, with appropriate bias.
gas/ChangeLog
gas/config/tc-ia64.c
This page took 0.024734 seconds and 4 git commands to generate.