From a23ede3d59edcc52a14258f7c158424851d44cad Mon Sep 17 00:00:00 2001 From: Kaz Kojima Date: Mon, 9 Jun 2008 22:20:46 +0000 Subject: * sh.h (EF_SH_BFD_TABLE): Set bfd_mach_sh for EF_SH_UNKNOWN. --- include/elf/ChangeLog | 4 ++++ include/elf/sh.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index b436c62..f003a83 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2008-06-09 Takashi Yoshii + + * sh.h (EF_SH_BFD_TABLE): Set bfd_mach_sh for EF_SH_UNKNOWN. + 2008-06-09 Joseph Myers * common.h: Change registry@caldera.com to registry@sco.com. diff --git a/include/elf/sh.h b/include/elf/sh.h index deb7a9d..4969116 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 , \ -- cgit v1.1