* common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
authorDoug Evans <dje@google.com>
Wed, 18 Jul 2012 23:37:58 +0000 (23:37 +0000)
committerDoug Evans <dje@google.com>
Wed, 18 Jul 2012 23:37:58 +0000 (23:37 +0000)
commit48faced0e5066aaa68f1e84766760e5d7de8b3c9
tree6d61fdce8d6cf153f5a5521c71db1fb6116ce5c9
parent66f1999bd8985be71e30d4cc75ce700a5bceefd0
* common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
* common/gdb_vecs.c: New file, contents from utils.c.
* common/host-defs.h: New file, contents from defs.h.
* utils.h: New file, contents from defs.h.
* defs.h: Move all declarations of objects defined in utils.c
to utils.h (except QUIT() and related).
#include "utils.h", "host-defs.h".
* probe.h (probe_p): Move here from gdb_vecs.h.
* symfile.c: #include "probe.h" instead of "gdb_vecs.h".
* utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
(dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
* Makefile.in (SFILES): Add common/gdb_vecs.c.
(HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
(COMMON_OBS): Add gdb_vecs.o.
(gdb_vecs.o): New rule.
gdb/ChangeLog
gdb/Makefile.in
gdb/common/gdb_vecs.c [new file with mode: 0644]
gdb/common/gdb_vecs.h [new file with mode: 0644]
gdb/common/host-defs.h [new file with mode: 0644]
gdb/defs.h
gdb/gdb_vecs.h [deleted file]
gdb/probe.h
gdb/symfile.h
gdb/utils.c
gdb/utils.h [new file with mode: 0644]
This page took 0.02847 seconds and 4 git commands to generate.