From d719efc6d5435a174fc9dfafff1c6f8d2d7e7c04 Mon Sep 17 00:00:00 2001 From: Dawn Perchik Date: Mon, 8 Sep 1997 00:38:19 +0000 Subject: * dbxread.c, buildsym.c, symtab.c, stabsread.c: Add support for reading stabs extensions for live range information. * stabsread.h, partial-stab.h: Add prototypes for new functions. * symtab.h: Add structure for storing live range information. --- gdb/partial-stab.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/partial-stab.h') diff --git a/gdb/partial-stab.h b/gdb/partial-stab.h index 970676f..c494a07 100644 --- a/gdb/partial-stab.h +++ b/gdb/partial-stab.h @@ -666,6 +666,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ case '8': case '9': case '-': + case '#': /* for symbol identification (used in live ranges) */ /* added to support cfront stabs strings */ case 'Z': /* for definition continuations */ case 'P': /* for prototypes */ -- cgit v1.1