From: H.J. Lu Date: Mon, 15 Jun 2009 17:23:43 +0000 (+0000) Subject: 2009-06-15 H.J. Lu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=048cbda4419086de3a9dac2c18e2ec50fc655451;p=binutils-gdb.git 2009-06-15 H.J. Lu * elf32-i386.c (elf_i386_check_relocs): Reformat. * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f9d4a3942a8..e89dc008d87 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2009-06-15 H.J. Lu + + * elf32-i386.c (elf_i386_check_relocs): Reformat. + * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise. + 2009-06-15 H.J. Lu * Makefile.am: Run "make dep-am". diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index e6fc7bff8dc..6cbf428e01b 100644 --- a/bfd/elf32-i386.c +++ b/bfd/elf32-i386.c @@ -1472,16 +1472,16 @@ elf_i386_check_relocs (bfd *abfd, switch (r_type) { - default: - (*_bfd_error_handler) - (_("%B: relocation %s against STT_GNU_IFUNC " - "symbol `%s' isn't handled by %s"), abfd, - elf_howto_table[r_type].name, + default: + (*_bfd_error_handler) + (_("%B: relocation %s against STT_GNU_IFUNC " + "symbol `%s' isn't handled by %s"), abfd, + elf_howto_table[r_type].name, (h->root.root.string ? h->root.root.string : "a local symbol"), - __FUNCTION__); - bfd_set_error (bfd_error_bad_value); - return FALSE; + __FUNCTION__); + bfd_set_error (bfd_error_bad_value); + return FALSE; case R_386_32: h->non_got_ref = 1; diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c index efae09d57e6..f7a48e93f49 100644 --- a/bfd/elf64-x86-64.c +++ b/bfd/elf64-x86-64.c @@ -1258,16 +1258,16 @@ elf64_x86_64_check_relocs (bfd *abfd, struct bfd_link_info *info, switch (r_type) { - default: - (*_bfd_error_handler) - (_("%B: relocation %s against STT_GNU_IFUNC " - "symbol `%s' isn't handled by %s"), abfd, - x86_64_elf_howto_table[r_type].name, + default: + (*_bfd_error_handler) + (_("%B: relocation %s against STT_GNU_IFUNC " + "symbol `%s' isn't handled by %s"), abfd, + x86_64_elf_howto_table[r_type].name, (h->root.root.string ? h->root.root.string : "a local symbol"), - __FUNCTION__); - bfd_set_error (bfd_error_bad_value); - return FALSE; + __FUNCTION__); + bfd_set_error (bfd_error_bad_value); + return FALSE; case R_X86_64_64: h->non_got_ref = 1;