PowerPC register numbers in DWARF
authorAlan Modra <amodra@gmail.com>
Fri, 12 Dec 2014 05:32:34 +0000 (16:02 +1030)
committerAlan Modra <amodra@gmail.com>
Fri, 12 Dec 2014 13:41:36 +0000 (00:11 +1030)
commitc322dea4027dd82a7727154b3eb33438db2859f7
tree362880793b69589540fe5f20f4a8e61ca2bbc071
parentde287215cef5f4271367f75c557c1af788892e69
PowerPC register numbers in DWARF

This makes gas .cfi output to .debug_frame match register numbering
emitted by gcc.  md_reg_eh_frame_to_debug_frame follows the ABI,
targets not using it, notably Linux, don't.

* config/tc-ppc.h (md_reg_eh_frame_to_debug_frame): Match current
gcc behaviour.
* config/te-aix.h: New file.
* configure.tgt: Use em=aix for powerpc-aix.
gas/ChangeLog
gas/config/tc-ppc.h
gas/config/te-aix.h [new file with mode: 0644]
gas/configure.tgt