diff options
author | Joseph Myers <joseph@codesourcery.com> | 2009-04-21 10:13:05 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2009-04-21 10:13:05 +0000 |
commit | 29b0e8a24aad93899d3d81d9e43493adfa83c930 (patch) | |
tree | 320900356a949dd9b985d39cb6be0c3c0eaab724 /gdb/config.in | |
parent | ccabeb57ba166e3c9a5ec72fec715f05e1a93e2a (diff) | |
download | gdb-29b0e8a24aad93899d3d81d9e43493adfa83c930.zip gdb-29b0e8a24aad93899d3d81d9e43493adfa83c930.tar.gz gdb-29b0e8a24aad93899d3d81d9e43493adfa83c930.tar.bz2 |
gdb:
* configure.ac (--with-relocated-sources): New.
* configure, config.in: Regenerate.
* source.c (add_substitute_path_rule): Remove static.
* source.h (add_substitute_path_rule): Declare.
* main.c: Include "source.h".
(captured_main): Add substitution rule if RELOC_SRCDIR.
gdb/doc:
* gdb.texinfo (Source Path): Document --with-relocated-sources.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index ab0c840..1bfd837 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -630,6 +630,9 @@ 'ptrdiff_t'. */ #undef PTRDIFF_T_SUFFIX +/* Relocated directory for source files. */ +#undef RELOC_SRCDIR + /* Bug reporting address */ #undef REPORT_BUGS_TO |