projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69cb14a
)
Fix typo in commit 6ff71e76
author
Alan Modra
<amodra@gmail.com>
Wed, 15 Apr 2015 01:54:30 +0000
(11:24 +0930)
committer
Alan Modra
<amodra@gmail.com>
Wed, 15 Apr 2015 01:56:34 +0000
(11:26 +0930)
* elf32-rl78.c (rl78_elf_relocate_section): Typo fix.
bfd/ChangeLog
patch
|
blob
|
history
bfd/elf32-rl78.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 49202af0c6b88a04214d81a1f43fbe433510090c..17610e06ef87f99c7abc9d1ab66e4a685b212a59 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-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>
* elf32-rl78.c (RL78_OP_REL): New macro.
diff --git
a/bfd/elf32-rl78.c
b/bfd/elf32-rl78.c
index 282254762936f515226b5d3e84bef5b44fe1ba7b..ff3af7b33629cbda675cb08c5c26b3f6a399f97c 100644
(file)
--- a/
bfd/elf32-rl78.c
+++ b/
bfd/elf32-rl78.c
@@
-753,7
+753,7
@@
rl78_elf_relocate_section
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,
rel, 1, relend, howto, 0, contents);