From: Kaz Kojima Date: Mon, 14 Oct 2002 02:12:36 +0000 (+0000) Subject: * config.bfd (sh*eb-*-linux*, sh*-*-linux*): Add the alternative X-Git-Tag: jimb-dwarf-compression-021023-branchpoint~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=019dca2bd016f0bdad60d35ccb90e922adf8311f;p=thirdparty%2Fbinutils-gdb.git * config.bfd (sh*eb-*-linux*, sh*-*-linux*): Add the alternative endian vector to targ_selvecs. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1c25594d9ab..4620c74f4ae 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2002-10-14 Kaz Kojima + + * config.bfd (sh*eb-*-linux*, sh*-*-linux*): Add the alternative + endian vector to targ_selvecs. + 2002-10-13 Alexandre Oliva * elfxx-mips.c (mips_elf_calculate_relocation): Take diff --git a/bfd/config.bfd b/bfd/config.bfd index 85f1ea2d5c0..cfe6097f5af 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -952,9 +952,11 @@ case "${targ}" in ;; sh*eb-*-linux*) targ_defvec=bfd_elf32_shblin_vec + targ_selvecs=bfd_elf32_shlin_vec ;; sh*-*-linux*) targ_defvec=bfd_elf32_shlin_vec + targ_selvecs=bfd_elf32_shblin_vec ;; #ifdef BFD64