aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-01-21 18:15:32 +0000
committerTom Tromey <tromey@redhat.com>2013-01-21 18:15:32 +0000
commitd2afef13c283c7ea0f551ddfe966651b63ad6700 (patch)
tree2fe3b15a40776dd276ab2afbd0dc1618b68c3ddf /gdb/ChangeLog
parent10f0c4bbfa440916bce5d7407fd2b7447db31ef6 (diff)
downloadgdb-d2afef13c283c7ea0f551ddfe966651b63ad6700.zip
gdb-d2afef13c283c7ea0f551ddfe966651b63ad6700.tar.gz
gdb-d2afef13c283c7ea0f551ddfe966651b63ad6700.tar.bz2
* gdb_obstack.h (obconcat): Move declaration here, from...
* symfile.h (obconcat): ... here. * gdb_obstack.c: New file. (obconcat): Move from... * symfile.c (obconcat): ... here. * Makefile.in (SFILES): Add gdb_obstack.c. (COMMON_OBS): Add gdb_obstack.o.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 74d1dcb..6ef74bc 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,15 @@
2013-01-21 Tom Tromey <tromey@redhat.com>
+ * gdb_obstack.h (obconcat): Move declaration here, from...
+ * symfile.h (obconcat): ... here.
+ * gdb_obstack.c: New file.
+ (obconcat): Move from...
+ * symfile.c (obconcat): ... here.
+ * Makefile.in (SFILES): Add gdb_obstack.c.
+ (COMMON_OBS): Add gdb_obstack.o.
+
+2013-01-21 Tom Tromey <tromey@redhat.com>
+
* symfile.h (obsavestring): Don't declare.
* symfile.c (obsavestring): Remove.
* ada-exp.y: Use obstack_copy0, not obsavestring.