gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 8 May 2010 04:58:45 +0000 (04:58 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 8 May 2010 04:58:45 +0000 (04:58 +0000)
commit48cb83fdd097716c0f21511e0e5b475bb1f2aa41
tree4c4ba04451d6ee4b092fede123544b4d0238fa45
parent8ef4892fb60c863e960a860b4adc40ad79215294
gdb/
* dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
list for the obconcat call.
* mdebugread.c (parse_symbol): Likewise.
* stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
Likewise.
* symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
New variable ap.  Remove variables len and val.
* symfile.h (obconcat): Likewise for the prototype.
gdb/ChangeLog
gdb/dwarf2read.c
gdb/mdebugread.c
gdb/stabsread.c
gdb/symfile.c
gdb/symfile.h
This page took 0.030568 seconds and 4 git commands to generate.