gdb
authorTom Tromey <tromey@redhat.com>
Thu, 23 Apr 2009 21:28:20 +0000 (21:28 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 23 Apr 2009 21:28:20 +0000 (21:28 +0000)
commitb14b1491f237a685a00ba669fb8410ae9ee7f648
tree0d95cea6581f1777f0f83662fa7ae9840cdfd805
parent5e7b5f74c234fb11db064df93e309463a9058740
gdb
2009-04-23  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
    Tom Tromey  <tromey@redhat.com>

* configure, config.in: Regenerate.
* configure.ac: Support for relocatable GDB datadir.  Use
GDB_AC_WITH_DIR.  Always define TARGET_SYSTEM_ROOT_RELOCATABLE.
* acinclude.m4 (GDB_AC_WITH_DIR): New defun.
* top.c (init_main): Add "set data-directory".
* defs.h (gdb_datadir): Declare.
* main.c (gdb_datadir): New global.
(captured_main): Initialize gdb_datadir.  Use relocate_directory.
(relocate_path): New function.
(relocate_directory): Likewise.
(get_init_files): Use relocate_path.
(README): Mention --with-gdb-datadir.
gdb/doc
2009-04-23  Tom Tromey  <tromey@redhat.com>

* gdb.texinfo (Data Files): New node.
(GDB Files): Update menu.
gdb/ChangeLog
gdb/README
gdb/acinclude.m4
gdb/config.in
gdb/configure
gdb/configure.ac
gdb/defs.h
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/main.c
gdb/top.c