mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
Fix typo in commit 6ff71e76
* elf32-rl78.c (rl78_elf_relocate_section): Typo fix.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2015-04-15 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* elf32-rl78.c (rl78_elf_relocate_section): Typo fix.
|
||||||
|
|
||||||
2015-04-14 Nick Clifton <nickc@redhat.com>
|
2015-04-14 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* elf32-rl78.c (RL78_OP_REL): New macro.
|
* elf32-rl78.c (RL78_OP_REL): New macro.
|
||||||
|
@ -753,7 +753,7 @@ rl78_elf_relocate_section
|
|||||||
name = h->root.root.string;
|
name = h->root.root.string;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sec != NULL && discarded_section (sec)
|
if (sec != NULL && discarded_section (sec))
|
||||||
RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section,
|
RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section,
|
||||||
rel, 1, relend, howto, 0, contents);
|
rel, 1, relend, howto, 0, contents);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user