]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/arm/aout.h
tm.texi.in (OVERLAPPING_REGISTER_NAMES): Document new macro.
authorRichard Earnshaw <rearnsha@arm.com>
Sat, 13 Nov 2010 23:04:26 +0000 (23:04 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Sat, 13 Nov 2010 23:04:26 +0000 (23:04 +0000)
commit0c6d290e6d5daf537d3cb4bd8c09b943c10072db
tree4d5e92ee2775c360fc918228cb97e2a2af9270e3
parent985c87c94e17bb6b69c06783ca9cc51bbcb6225c
tm.texi.in (OVERLAPPING_REGISTER_NAMES): Document new macro.

* tm.texi.in (OVERLAPPING_REGISTER_NAMES): Document new macro.
* tm.texi: Regenerated.
* output.h (decode_reg_name_and_count): Declare.
* varasm.c (decode_reg_name_and_count): New function.
(decode_reg_name): Reimplement using decode_reg_name_and_count.
* reginfo.c (fix_register): Use decode_reg_name_and_count and
iterate over all regs used.
* stmt.c (expand_asm_operands): Likewise.
* arm/aout.h (OVERLAPPING_REGISTER_NAMES): Define.
(ADDITIONAL_REGISTER_NAMES): Remove aliases that overlap
multiple machine registers.

From-SVN: r166722
gcc/ChangeLog
gcc/config/arm/aout.h
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/output.h
gcc/reginfo.c
gcc/stmt.c
gcc/varasm.c