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:
6acdf5c
)
* elf32-mips.c (mips_reloc_map): Fix typo.
author
Thiemo Seufer
<ths@networkno.de>
Wed, 7 Aug 2002 04:32:14 +0000
(
04:32
+0000)
committer
Thiemo Seufer
<ths@networkno.de>
Wed, 7 Aug 2002 04:32:14 +0000
(
04:32
+0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/elf32-mips.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 4b9caa3779628b9ba346987d617ca329bc8cbe34..cd1c143f61b2530698ca96995e5ecb4d66819c9a 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,7
@@
+2002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+ * elf32-mips.c (mips_reloc_map): Fix typo.
+
2002-08-06 Alan Modra <amodra@bigpond.net.au>
* xcofflink.c (xcoff_write_global_symbol): Set n_scnum for abs_section.
diff --git
a/bfd/elf32-mips.c
b/bfd/elf32-mips.c
index 953417d166b8554531869a7448c195e843a2740d..f1667321025e18f3c87f0adb45f2f1bdac62fc22 100644
(file)
--- a/
bfd/elf32-mips.c
+++ b/
bfd/elf32-mips.c
@@
-1387,7
+1387,7
@@
struct elf_reloc_map {
static const struct elf_reloc_map mips_reloc_map[] =
{
- { BFD_RELOC_NONE, R_MIPS_NONE
,
},
+ { BFD_RELOC_NONE, R_MIPS_NONE },
{ BFD_RELOC_16, R_MIPS_16 },
{ BFD_RELOC_32, R_MIPS_32 },
/* There is no BFD reloc for R_MIPS_REL32. */