diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f09f3ca..bd217c0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2011-11-20 Sanjoy Das <sdas@igalia.com> + * 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. + +2011-11-20 Sanjoy Das <sdas@igalia.com> + * Makefile.in: Add jit-reader.h as a header. Have it installed in $(includedir)/gdb. * configure.ac: Generate a correct value for TARGET_PTR for |