Typo fix
Entirely the fault of that Alan Modra bloke. * bfd.c (bfd_get_sign_extend_vma): Correct typo.
This commit is contained in:
parent
8bcf9b0392
commit
57a2957f2e
@ -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
|
||||
|
@ -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"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user