summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKaz Kojima <kkojima@rr.iij4u.or.jp>2008-06-09 22:20:46 +0000
committerKaz Kojima <kkojima@rr.iij4u.or.jp>2008-06-09 22:20:46 +0000
commitfafb3ecc146b3c9f8e7ef00b3a0297c55c954934 (patch)
tree5d8e2d2e5a7a6e54a94658a3975b96933b45b7be /include
parent8f9743c494a23d4961b7d8f069a06a9c66a72325 (diff)
downloadgdb-fafb3ecc146b3c9f8e7ef00b3a0297c55c954934.tar.gz
* sh.h (EF_SH_BFD_TABLE): Set bfd_mach_sh for EF_SH_UNKNOWN.
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/sh.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index b436c625354..f003a837727 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-09 Takashi Yoshii <yoshii.takashi@renesas.com>
+
+ * sh.h (EF_SH_BFD_TABLE): Set bfd_mach_sh for EF_SH_UNKNOWN.
+
2008-06-09 Joseph Myers <joseph@codesourcery.com>
* common.h: Change registry@caldera.com to registry@sco.com.
diff --git a/include/elf/sh.h b/include/elf/sh.h
index deb7a9dc133..49691168e60 100644
--- a/include/elf/sh.h
+++ b/include/elf/sh.h
@@ -54,7 +54,7 @@
bfd_mach_* are defined in bfd_in2.h (generated from
archures.c). */
#define EF_SH_BFD_TABLE \
-/* EF_SH_UNKNOWN */ bfd_mach_sh3 , \
+/* EF_SH_UNKNOWN */ bfd_mach_sh , \
/* EF_SH1 */ bfd_mach_sh , \
/* EF_SH2 */ bfd_mach_sh2 , \
/* EF_SH3 */ bfd_mach_sh3 , \