aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.stabs/xcoff.sed
AgeCommit message (Collapse)AuthorFilesLines
2010-04-05 * gdb/stabsread.c (define_symbol): Add support for charPierre Muller1-1/+1
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.
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+17
1999-04-16Initial creation of sourceware repositoryStan Shebs1-18/+0
1993-11-14 * gdb.stabs: Re-write weird.def and configuration to use sedJim Kingdon1-0/+18
instead of cpp. sed is portable and POSIX; cpp is neither.