Entirely the fault of that Alan Modra bloke.

	* bfd.c (bfd_get_sign_extend_vma): Correct typo.
This commit is contained in:
Sangamesh Mallayya 2017-12-11 08:17:15 +10:30 committed by Alan Modra
parent 8bcf9b0392
commit 57a2957f2e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2017-12-11 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
* bfd.c (bfd_get_sign_extend_vma): Correct typo.
2017-12-09 Alan Modra <amodra@gmail.com>
* elfxx-sparc.c (_bfd_sparc_elf_relocate_section): When emitting

View File

@ -1534,7 +1534,7 @@ bfd_get_sign_extend_vma (bfd *abfd)
|| strcmp (name, "pe-arm-wince-little") == 0
|| strcmp (name, "pei-arm-wince-little") == 0
|| strcmp (name, "aixcoff-rs6000") == 0
|| strcmp (name, "aixcoff64-rs6000") == 0)
|| strcmp (name, "aix5coff64-rs6000") == 0)
return 1;
if (CONST_STRNEQ (name, "mach-o"))