projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fa8086
)
Add comma after HIGH3ADJ
author
Nick Clifton
<nickc@redhat.com>
Mon, 9 Jan 2006 12:55:01 +0000
(12:55 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Mon, 9 Jan 2006 12:55:01 +0000
(12:55 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/peXXigen.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index
b526ae9
..
feb3208
100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,7
@@
+2006-01-09 Alexis Wilke <alexis_wilke@yahoo.com>
+
+ * peXXigen.c (tbl): Add comma after "HIGH3ADJ".
+
2006-01-01 Jakub Jelinek <jakub@redhat.com>
* elf64-ppc.c (ppc64_elf_action_discarded): Return 0
diff --git
a/bfd/peXXigen.c
b/bfd/peXXigen.c
index
652e45c
..
7016305
100644
(file)
--- a/
bfd/peXXigen.c
+++ b/
bfd/peXXigen.c
@@
-1668,7
+1668,7
@@
static const char * const tbl[] =
"RESERVED1",
"MIPS_JMPADDR16",
"DIR64",
- "HIGH3ADJ"
+ "HIGH3ADJ"
,
"UNKNOWN", /* MUST be last. */
};