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:
4991ebb
)
* elf32-hppa.c (hppa_elf_gen_reloc_type): Typo (== for =).
author
Ian Lance Taylor
<ian@airs.com>
Mon, 24 Jan 1994 20:26:49 +0000
(20:26 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Mon, 24 Jan 1994 20:26:49 +0000
(20:26 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/elf32-hppa.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 52587594b262c0c45a6e34798acd6294cee6d625..b9eba0ce541f3c63ea702608abea3f737f317eeb 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,5
+1,7
@@
Mon Jan 24 12:38:54 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+ * elf32-hppa.c (hppa_elf_gen_reloc_type): Typo (== for =).
+
* bfd/aoutx.h (aout_link_input_section_std,
aout_link_input_section_ext): Pass additional arguments to
reloc_overflow callback.
diff --git
a/bfd/elf32-hppa.c
b/bfd/elf32-hppa.c
index af1b8e3cb7f6e878d452d9914b8d55c27155cf7e..a61152de5d1f5ffd8e465c97f41060b1a7f8b58c 100644
(file)
--- a/
bfd/elf32-hppa.c
+++ b/
bfd/elf32-hppa.c
@@
-661,7
+661,7
@@
hppa_elf_gen_reloc_type (abfd, base_type, format, field)
final_type = R_HPPA_PLABEL_32;
break;
case e_tsel:
- final_type =
=
R_HPPA_DLT_32;
+ final_type = R_HPPA_DLT_32;
break;
default:
UNDEFINED;