aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2012-03-01 21:26:48 +0000
committerPedro Alves <palves@redhat.com>2012-03-01 21:26:48 +0000
commitf3b4f45c3398591eed0bf54bb2a51266aa8a2c4a (patch)
tree8cfd548cbe307429f57b442a7dd5379c07f081a7 /gdb
parentb03a20112fb8538e3011a8334ad43cf1a5414048 (diff)
downloadfsf-binutils-gdb-f3b4f45c3398591eed0bf54bb2a51266aa8a2c4a.zip
fsf-binutils-gdb-f3b4f45c3398591eed0bf54bb2a51266aa8a2c4a.tar.gz
fsf-binutils-gdb-f3b4f45c3398591eed0bf54bb2a51266aa8a2c4a.tar.bz2
2012-03-01 Pedro Alves <palves@redhat.com>
* jit-reader.in [!__cplusplus] (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/jit-reader.in2
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) \
{ \