* ada-lang.c (ada_language_defn): Remove commented out code.
This commit is contained in:
parent
8a2225b26e
commit
31941f6dc6
2 changed files with 4 additions and 6 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-07-15 Joel Brobecker <brobecker@gnat.com>
|
||||
|
||||
* ada-lang.c (ada_language_defn): Remove commented out code.
|
||||
|
||||
2004-07-15 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
|
||||
|
|
|
@ -10184,16 +10184,10 @@ const struct language_defn ada_language_defn = {
|
|||
ada_la_decode, /* Language specific symbol demangler */
|
||||
NULL, /* Language specific class_name_from_physname */
|
||||
{"", "", "", ""}, /* Binary format info */
|
||||
#if 0
|
||||
{"8#%lo#", "8#", "o", "#"}, /* Octal format info */
|
||||
{"%ld", "", "d", ""}, /* Decimal format info */
|
||||
{"16#%lx#", "16#", "x", "#"}, /* Hex format info */
|
||||
#else
|
||||
/* Copied from c-lang.c. */
|
||||
{"0%lo", "0", "o", ""}, /* Octal format info */
|
||||
{"%ld", "", "d", ""}, /* Decimal format info */
|
||||
{"0x%lx", "0x", "x", ""}, /* Hex format info */
|
||||
#endif
|
||||
ada_op_print_tab, /* expression operators for printing */
|
||||
0, /* c-style arrays */
|
||||
1, /* String lower bound */
|
||||
|
|
Loading…
Reference in a new issue