X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=64211b69d74fad3fb7d4c65424abf640846a70be;hb=48cb83fdd097716c0f21511e0e5b475bb1f2aa41;hp=32e9cd8b06d4c8dfe70282e89af537b9b68d267b;hpb=8ef4892fb60c863e960a860b4adc40ad79215294;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 32e9cd8b06..64211b69d7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2010-05-08 Jan Kratochvil + + * 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. + 2010-05-07 Michael Snyder * python/python.c (execute_gdb_command): Remove unused variables.