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:
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 b526ae973a503178cea461c796cff1c932f9766a..feb3208ad8390b1c1694f6f1e60ec6d76618f185 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 652e45c65bf8d4d3c7e7e8bc6fe0c4b606a59b13..70163055bc736d8b2d24a2e7364ad6026343c524 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. */
};