mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-11 10:11:42 +08:00
Typo fix
Entirely the fault of that Alan Modra bloke. * bfd.c (bfd_get_sign_extend_vma): Correct typo.
This commit is contained in:

committed by
Alan Modra

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>
|
2017-12-09 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* elfxx-sparc.c (_bfd_sparc_elf_relocate_section): When emitting
|
* 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, "pe-arm-wince-little") == 0
|
||||||
|| strcmp (name, "pei-arm-wince-little") == 0
|
|| strcmp (name, "pei-arm-wince-little") == 0
|
||||||
|| strcmp (name, "aixcoff-rs6000") == 0
|
|| strcmp (name, "aixcoff-rs6000") == 0
|
||||||
|| strcmp (name, "aixcoff64-rs6000") == 0)
|
|| strcmp (name, "aix5coff64-rs6000") == 0)
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
if (CONST_STRNEQ (name, "mach-o"))
|
if (CONST_STRNEQ (name, "mach-o"))
|
||||||
|
Reference in New Issue
Block a user