summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorsanjoyd <sanjoyd>2011-11-20 08:53:24 +0000
committersanjoyd <sanjoyd>2011-11-20 08:53:24 +0000
commite4cea25e43920e0bf52f41899114d9cb28c62d12 (patch)
tree7a9c342bc9f3a491b22eee3f155e287e5397fdbd /gdb/config.in
parent9fb63be00f609201690b297f37583b5a4c66fb83 (diff)
downloadgdb-e4cea25e43920e0bf52f41899114d9cb28c62d12.tar.gz
gdb/
* config.in: Add new #defines: JIT_READER_DIR and JIT_READER_DIR_RELOCATABLE. * configure.ac: New GDB directory entry for jit-reader-dir. * configure: Re-generated by autoconf. * jit.c: New static variable: const char *jit_reader_dir. (_initialize_jit): Relocate jit_reader_dir.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index c1d7c6865f2..27a4e2ce93c 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -982,3 +982,9 @@
/* Define as `fork' if `vfork' does not work. */
#undef vfork
+
+/* The directory from which JIT readers should be loaded. */
+#undef JIT_READER_DIR
+
+/* Define if JIT_READER_DIR should be relocated when GDB is moved. */
+#undef JIT_READER_DIR_RELOCATABLE