diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/jit-reader.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index db913a7..ce3d48e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2012-03-01 Pedro Alves <palves@redhat.com> + * jit-reader.in [!__cplusplus] + (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash. + +2012-03-01 Pedro Alves <palves@redhat.com> + * configure.ac (build_warnings): Add -Wmissing-prototypes. * configure: Regenerate. diff --git a/gdb/jit-reader.in b/gdb/jit-reader.in index 42c28b5..3ad521a 100644 --- a/gdb/jit-reader.in +++ b/gdb/jit-reader.in @@ -45,7 +45,7 @@ extern "C" { #else -#define GDB_DECLARE_GPL_COMPATIBLE_READER +#define GDB_DECLARE_GPL_COMPATIBLE_READER \ extern int plugin_is_GPL_compatible (void); \ extern int plugin_is_GPL_compatible (void) \ { \ |