diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2011-06-04 15:21:01 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2011-06-04 15:21:01 +0000 |
commit | 0defd7866392143e217750bc2b34be3ef0d6b57b (patch) | |
tree | d7fb8312e6c6872913e36e842256714ae91657f7 | |
parent | e3195c52b954dd2956385f6b209e2d51785d13a1 (diff) | |
download | gcc-0defd7866392143e217750bc2b34be3ef0d6b57b.zip gcc-0defd7866392143e217750bc2b34be3ef0d6b57b.tar.gz gcc-0defd7866392143e217750bc2b34be3ef0d6b57b.tar.bz2 |
config.host (hppa*-*-linux*): Correct md_unwind_header name.
* config.host (hppa*-*-linux*): Correct md_unwind_header name.
From-SVN: r174640
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config.host | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index b1dace7..4701c3d 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2011-06-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + + * config.host (hppa*-*-linux*): Correct md_unwind_header name. + 2011-06-04 Kaz Kojima <kkojima@gcc.gnu.org> * config.host (sh*-*-linux*): Fix typo. diff --git a/libgcc/config.host b/libgcc/config.host index 851ff9b..f0e28f8 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -298,7 +298,7 @@ h8300-*-elf*) hppa*64*-*-linux*) ;; hppa*-*-linux*) - md_unwind_header=pa/pa32-linux.h + md_unwind_header=pa/linux-unwind.h ;; hppa[12]*-*-hpux10*) md_unwind_header=pa/hpux-unwind.h |