aboutsummaryrefslogtreecommitdiff
path: root/gas/configure.tgt
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2014-12-12 16:02:34 +1030
committerAlan Modra <amodra@gmail.com>2014-12-13 00:11:36 +1030
commitc322dea4027dd82a7727154b3eb33438db2859f7 (patch)
tree362880793b69589540fe5f20f4a8e61ca2bbc071 /gas/configure.tgt
parentde287215cef5f4271367f75c557c1af788892e69 (diff)
downloadgdb-c322dea4027dd82a7727154b3eb33438db2859f7.zip
gdb-c322dea4027dd82a7727154b3eb33438db2859f7.tar.gz
gdb-c322dea4027dd82a7727154b3eb33438db2859f7.tar.bz2
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.
Diffstat (limited to 'gas/configure.tgt')
-rw-r--r--gas/configure.tgt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.tgt b/gas/configure.tgt
index 853988a..0e44880 100644
--- a/gas/configure.tgt
+++ b/gas/configure.tgt
@@ -373,7 +373,7 @@ case ${generic_target} in
ppc-*-winnt*) fmt=coff em=pe ;;
ppc-*-aix5.[01]) fmt=coff em=aix5 ;;
ppc-*-aix[5-9].*) fmt=coff em=aix5 ;;
- ppc-*-aix*) fmt=coff ;;
+ ppc-*-aix*) fmt=coff em=aix ;;
ppc-*-beos*) fmt=coff ;;
ppc-*-*n*bsd* | ppc-*-elf*) fmt=elf ;;
ppc-*-eabi* | ppc-*-sysv4*) fmt=elf ;;