diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2013-05-22 20:44:16 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2013-05-22 20:44:16 +0000 |
commit | 49dcafd4ec15f13c2be5a3168cbc3d30cd67d650 (patch) | |
tree | ffa6180d410d7b27413b909027cd869cf5941a57 /libgcc | |
parent | f62511da91a80f2737bafb9ff984e88065a68ce2 (diff) | |
download | gcc-49dcafd4ec15f13c2be5a3168cbc3d30cd67d650.zip gcc-49dcafd4ec15f13c2be5a3168cbc3d30cd67d650.tar.gz gcc-49dcafd4ec15f13c2be5a3168cbc3d30cd67d650.tar.bz2 |
config.host (powerpc-*-elf*): Add rs6000/t-savresfgpr to tmake_file.
* config.host (powerpc-*-elf*): Add rs6000/t-savresfgpr to tmake_file.
(powerpc-wrs-vxworks): Likewise.
From-SVN: r199219
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 5 | ||||
-rw-r--r-- | libgcc/config.host | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index a1bd0bf..861d5da 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,5 +1,10 @@ 2013-05-22 Eric Botcazou <ebotcazou@adacore.com> + * config.host (powerpc-*-elf*): Add rs6000/t-savresfgpr to tmake_file. + (powerpc-wrs-vxworks): Likewise. + +2013-05-22 Eric Botcazou <ebotcazou@adacore.com> + * config/sparc/sol2-unwind.h (sparc64_frob_update_context): Do it for signal frames as well. (MD_FALLBACK_FRAME_STATE_FOR): Do minor cleanups throughout and add the diff --git a/libgcc/config.host b/libgcc/config.host index 5e0f5ce..0247bb0 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -863,7 +863,7 @@ powerpc-*-eabisim*) extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o" ;; powerpc-*-elf*) - tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit" + tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic t-fdpbit" extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o" ;; powerpc-*-eabialtivec*) @@ -888,7 +888,7 @@ powerpc*-*-linux*) md_unwind_header=rs6000/linux-unwind.h ;; powerpc-wrs-vxworks|powerpc-wrs-vxworksae) - tmake_file="$tmake_file rs6000/t-ppccomm t-fdpbit" + tmake_file="$tmake_file rs6000/t-ppccomm rs6000/t-savresfgpr t-fdpbit" ;; powerpc-*-lynxos*) tmake_file="$tmake_file rs6000/t-lynx t-fdpbit" |