summaryrefslogtreecommitdiffstats
path: root/gdb/demangle.c
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-09-03 16:26:03 +0000
committerStu Grossman <grossman@cygnus>1992-09-03 16:26:03 +0000
commit6c7e40b4abe997a751214346545e73e6dcd445b7 (patch)
treeab81a0d6e82aa6edd0f06eceaf262f5be3023ded /gdb/demangle.c
parent2c0e53a423288dc11e42b1e291e333ed8fe7006d (diff)
downloadppe42-binutils-6c7e40b4abe997a751214346545e73e6dcd445b7.tar.gz
ppe42-binutils-6c7e40b4abe997a751214346545e73e6dcd445b7.zip
* a68v-xdep.c (store_inferior_registers): Define as type void.
* configure.in: Add host m68k-apollo*-bsd*. * demangle.c (struct demanglers): Use enum instead of constant value to keep braindamaged HP/Apollo compiler happy.
Diffstat (limited to 'gdb/demangle.c')
-rw-r--r--gdb/demangle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/demangle.c b/gdb/demangle.c
index e7c835646f..1fdfdc8f63 100644
--- a/gdb/demangle.c
+++ b/gdb/demangle.c
@@ -67,7 +67,7 @@ static const struct demangler
{CFRONT_DEMANGLING_STYLE_STRING,
cfront_demangling,
"ARM (cfront) style demangling"},
- {NULL, 0, NULL}
+ {NULL, unknown_demangling, NULL}
};
/* show current demangling style. */
OpenPOWER on IntegriCloud