diff options
author | John Gilmore <gnu@cygnus> | 1991-12-06 09:22:33 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-12-06 09:22:33 +0000 |
commit | 7b2a87cab2884bec54b51082e409c46f3d94d912 (patch) | |
tree | aca7073a4275c1ecdae29f7e2b55bc6fd39f7fcb /gdb/dwarfread.c | |
parent | 1cca172985962a849c34d4c676fe64ca7a27a772 (diff) | |
download | gdb-7b2a87cab2884bec54b51082e409c46f3d94d912.zip gdb-7b2a87cab2884bec54b51082e409c46f3d94d912.tar.gz gdb-7b2a87cab2884bec54b51082e409c46f3d94d912.tar.bz2 |
* symtab.c (decode_line_1): If SKIP_PROLOGUE leaves us in
mid-line, be more careful about possibly advancing to the next line.
Diffstat (limited to 'gdb/dwarfread.c')
-rw-r--r-- | gdb/dwarfread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/dwarfread.c b/gdb/dwarfread.c index b2dcd87..ab66d6f 100644 --- a/gdb/dwarfread.c +++ b/gdb/dwarfread.c @@ -1,4 +1,3 @@ - /* DWARF debugging format support for GDB. Copyright (C) 1991 Free Software Foundation, Inc. Written by Fred Fish at Cygnus Support, portions based on dbxread.c, |