aboutsummaryrefslogtreecommitdiff
path: root/gdb/partial-stab.h
diff options
context:
space:
mode:
authorDawn Perchik <dawn@cygnus>1996-04-24 19:34:45 +0000
committerDawn Perchik <dawn@cygnus>1996-04-24 19:34:45 +0000
commit94f5a25f2e5c4c4769f310cd7d78d0169347a46a (patch)
tree44fde1d76baff07af4c6166c1488883bd8f8c704 /gdb/partial-stab.h
parent50b802e0f5cf5151459bae42776f5f7e9b1d053a (diff)
downloadgdb-94f5a25f2e5c4c4769f310cd7d78d0169347a46a.zip
gdb-94f5a25f2e5c4c4769f310cd7d78d0169347a46a.tar.gz
gdb-94f5a25f2e5c4c4769f310cd7d78d0169347a46a.tar.bz2
Add new support for parsing cfront stabs.
Diffstat (limited to 'gdb/partial-stab.h')
-rw-r--r--gdb/partial-stab.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/partial-stab.h b/gdb/partial-stab.h
index d006809..9fe653b 100644
--- a/gdb/partial-stab.h
+++ b/gdb/partial-stab.h
@@ -635,6 +635,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
case '8':
case '9':
case '-':
+ /* added to support cfront stabs strings */
+ case 'Z': /* for definition continuations */
+ case 'P': /* for prototypes */
continue;
case ':':