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/symfile.h | |
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/symfile.h')
-rw-r--r-- | gdb/symfile.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h index ad9a4e2..8caec8e 100644 --- a/gdb/symfile.h +++ b/gdb/symfile.h @@ -506,13 +506,6 @@ extern struct section_addr_info extern void free_section_addr_info (struct section_addr_info *); -/* Concatenate NULL terminated variable argument list of `const char - *' strings; return the new string. Space is found in the OBSTACKP. - Argument list must be terminated by a sentinel expression `(char *) - NULL'. */ - -extern char *obconcat (struct obstack *obstackp, ...) ATTRIBUTE_SENTINEL; - /* Variables */ /* If non-zero, shared library symbols will be added automatically |