* symfile.h (obsavestring): Don't declare.
authorTom Tromey <tromey@redhat.com>
Mon, 21 Jan 2013 18:13:14 +0000 (18:13 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 21 Jan 2013 18:13:14 +0000 (18:13 +0000)
commit10f0c4bbfa440916bce5d7407fd2b7447db31ef6
tree7c5ef827541308d1d7876de8ff93fdd280b694e1
parent86f62fd71f25a7f64ff0f7747df29c3488269116
* symfile.h (obsavestring): Don't declare.
* symfile.c (obsavestring): Remove.
* ada-exp.y: Use obstack_copy0, not obsavestring.
* ada-lang.c: Use obstack_copy0, not obsavestring.
* coffread.c: Use obstack_copy0, not obsavestring.
* cp-namespace.c: Use obstack_copy0, not obsavestring.
* dbxread.c: Use obstack_copy0, not obsavestring.
* dwarf2read.c: Use obstack_copy0, not obsavestring.
* jit.c: Use obstack_copy0, not obsavestring.
* mdebugread.c: Use obstack_copy0, not obsavestring.
* psymtab.c: Use obstack_copy0, not obsavestring.
* stabsread.c: Use obstack_copy0, not obsavestring.
* xcoffread.c: Use obstack_copy0, not obsavestring.
14 files changed:
gdb/ChangeLog
gdb/ada-exp.y
gdb/ada-lang.c
gdb/coffread.c
gdb/cp-namespace.c
gdb/dbxread.c
gdb/dwarf2read.c
gdb/jit.c
gdb/mdebugread.c
gdb/psymtab.c
gdb/stabsread.c
gdb/symfile.c
gdb/symfile.h
gdb/xcoffread.c
This page took 0.027814 seconds and 4 git commands to generate.