diff options
author | David S. Miller <davem@davemloft.net> | 2011-06-09 07:31:44 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2011-06-09 07:31:44 +0000 |
commit | 10c4cabcde3983eb6b79bb9105fd60bc0bfd4361 (patch) | |
tree | 7833dfcaf7c37ae0ad3253b6e8b1940f576efd78 | |
parent | ee610fcd4d08b101e426b13827d70b8a387e0498 (diff) | |
download | gcc-10c4cabcde3983eb6b79bb9105fd60bc0bfd4361.zip gcc-10c4cabcde3983eb6b79bb9105fd60bc0bfd4361.tar.gz gcc-10c4cabcde3983eb6b79bb9105fd60bc0bfd4361.tar.bz2 |
config.host (sparc-*-linux*): Correct md_unwind_header filename.
2011-06-09 David S. Miller <davem@davemloft.net>
Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config.host (sparc-*-linux*): Correct md_unwind_header
filename.
(s390x-ibm-tpf*): Fix typo.
Co-Authored-By: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
From-SVN: r174838
-rw-r--r-- | libgcc/ChangeLog | 7 | ||||
-rw-r--r-- | libgcc/config.host | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index a0d96c6..c84bb05 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,10 @@ +2011-06-09 David S. Miller <davem@davemloft.net> + Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * config.host (sparc-*-linux*): Correct md_unwind_header + filename. + (s390x-ibm-tpf*): Fix typo. + 2011-06-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * config.host (mips-sgi-irix6.5*): Add t-crtfm to tmake_file. diff --git a/libgcc/config.host b/libgcc/config.host index 24282e1..38b0eb3 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -563,7 +563,7 @@ s390x-*-linux*) ;; s390x-ibm-tpf*) tmake_file="${tmake_file} s390/t-crtstuff s390/t-tpf" - md_unwind_header-s390/tpf-unwind.h + md_unwind_header=s390/tpf-unwind.h ;; score-*-elf) ;; @@ -600,7 +600,7 @@ sparc-*-elf*) sparc-*-linux*) # SPARC's running GNU/Linux, libc6 extra_parts="$extra_parts crtfastmath.o" tmake_file="${tmake_file} t-crtfm" - md_unwind_header=sparc/linux.h + md_unwind_header=sparc/linux-unwind.h ;; sparc-*-rtems* | sparc64-*-rtems* ) tmake_file="sparc/t-elf t-crtin t-crtfm t-rtems" |