* gdb/stabsread.c (define_symbol): Add support for char
authorPierre Muller <muller@sourceware.org>
Mon, 5 Apr 2010 22:43:49 +0000 (22:43 +0000)
committerPierre Muller <muller@sourceware.org>
Mon, 5 Apr 2010 22:43:49 +0000 (22:43 +0000)
commitec8a089a3021e52b4e686dd75d84e6ef26511737
tree7c347e89526868d1331a59624981b65f68486a4d
parent2244ba2e4ab60c3d509b78893ade3a7efb6618cc
* gdb/stabsread.c (define_symbol): Add support for char
and string constants.

* gdb/testsuite/gdb.stabs/aout.sed: Convert all backslash to double backslash
within one line, unless it is followed by a double quote.
* gdb/testsuite/gdb.stabs/hppa.sed: Idem.
* gdb/testsuite/gdb.stabs/weird.def: Add char and String constants
* gdb/testsuite/gdb.stabs/weird.exp: Check for correct parsing of
chhar and string constants.
* gdb/testsuite/gdb.stabs/xcoff.sed: Ignore escaped quote quotes
in .stabs to .stabx substitution.
gdb/ChangeLog
gdb/stabsread.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.stabs/aout.sed
gdb/testsuite/gdb.stabs/hppa.sed
gdb/testsuite/gdb.stabs/weird.def
gdb/testsuite/gdb.stabs/weird.exp
gdb/testsuite/gdb.stabs/xcoff.sed