mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
Add comma after HIGH3ADJ
This commit is contained in:
@ -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>
|
2006-01-01 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* elf64-ppc.c (ppc64_elf_action_discarded): Return 0
|
* elf64-ppc.c (ppc64_elf_action_discarded): Return 0
|
||||||
|
@ -1668,7 +1668,7 @@ static const char * const tbl[] =
|
|||||||
"RESERVED1",
|
"RESERVED1",
|
||||||
"MIPS_JMPADDR16",
|
"MIPS_JMPADDR16",
|
||||||
"DIR64",
|
"DIR64",
|
||||||
"HIGH3ADJ"
|
"HIGH3ADJ",
|
||||||
"UNKNOWN", /* MUST be last. */
|
"UNKNOWN", /* MUST be last. */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user