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:
1ca42ba
)
fix typoi
author
Nick Clifton
<nickc@redhat.com>
Sat, 20 Nov 1999 11:53:57 +0000
(11:53 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Sat, 20 Nov 1999 11:53:57 +0000
(11:53 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/coff-mcore.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index d292fcfbcd538f42d7cc3107b9301beb43edeb15..f2785e4b0c678a2390de4d9ed4b59c964e6ece97 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,8
@@
+1999-11-20 Nick Clifton <nickc@cygnus.com>
+
+ * coff-mcore.c (coff_mcore_relocate_section): Fix typo in previous
+ delta.
+
1999-11-19 Catherine Moore <clm@cygnus.com>
* elf32-m68k.c (elf_cpu32_plt0_entry): Fix encoding.
diff --git
a/bfd/coff-mcore.c
b/bfd/coff-mcore.c
index a644db10c1ffb4802b3290b09e746e458000fdf6..09d8bf164e6a57bbc6ec46ae0b126013e65eebe9 100644
(file)
--- a/
bfd/coff-mcore.c
+++ b/
bfd/coff-mcore.c
@@
-528,7
+528,6
@@
coff_mcore_relocate_section (output_bfd, info, input_bfd, input_section,
case IMAGE_REL_MCORE_PCREL_32:
case IMAGE_REL_MCORE_PCREL_JSR_IMM11BY2:
case IMAGE_REL_MCORE_ADDR32:
- case IMAGE_REL_MCORE_RVA:
/* XXX fixme - shouldn't this be like the code for the RVA reloc ? */
rstat = _bfd_relocate_contents (howto, input_bfd, val, loc);
break;