diff options
author | Tom Tromey <tromey@redhat.com> | 2013-01-21 18:15:32 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-01-21 18:15:32 +0000 |
commit | d2afef13c283c7ea0f551ddfe966651b63ad6700 (patch) | |
tree | 2fe3b15a40776dd276ab2afbd0dc1618b68c3ddf /gdb/ChangeLog | |
parent | 10f0c4bbfa440916bce5d7407fd2b7447db31ef6 (diff) | |
download | gdb-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/ChangeLog | 10 |
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. |