From: Joel Brobecker <brobecker@adacore.com>
To: GDB Administrator <gdbadmin@sourceware.org>
Cc: gdb-patches@sourceware.org
Subject: Re: New ARI warning Thu Jul 7 01:55:00 UTC 2011
Date: Thu, 07 Jul 2011 07:01:00 -0000 [thread overview]
Message-ID: <20110707020752.GK2407@adacore.com> (raw)
In-Reply-To: <20110707015500.GA6660@sourceware.org>
[-- Attachment #1: Type: text/plain, Size: 228 bytes --]
> 404a405
> > gdb/jit.c:44: code: function call in first column: Function name in first column should be restricted to function implementation
> gdb/jit.c:44:jit_inferior_init (struct gdbarch *gdbarch);
Fixed thusly:
--
Joel
[-- Attachment #2: jit-ari.diff --]
[-- Type: text/x-diff, Size: 1073 bytes --]
commit e4f297fa22d3ffbb9f114931a1530dce3b3b97bd
Author: Joel Brobecker <brobecker@adacore.com>
Date: Wed Jul 6 19:03:34 2011 -0700
Minor forward declaration reformatting (jit.c)
gdb/ChangeLog:
* jit.c (jit_inferior_init): Reformat forward declaration.
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 73f5340..a01bf0a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-06 Joel Brobecker <brobecker@adacore.com>
+
+ * jit.c (jit_inferior_init): Reformat forward declaration.
+
2011-07-06 Matt Rice <ratmice@gmail.com>
* MAINTAINERS (Write After Approval): Add myself to the list.
diff --git a/gdb/jit.c b/gdb/jit.c
index 01ac5fa..eb1bcc7 100644
--- a/gdb/jit.c
+++ b/gdb/jit.c
@@ -40,8 +40,7 @@ static const char *const jit_descriptor_name = "__jit_debug_descriptor";
static const struct inferior_data *jit_inferior_data = NULL;
-static void
-jit_inferior_init (struct gdbarch *gdbarch);
+static void jit_inferior_init (struct gdbarch *gdbarch);
/* Non-zero if we want to see trace of jit level stuff. */
prev parent reply other threads:[~2011-07-07 2:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-07 2:06 GDB Administrator
2011-07-07 7:01 ` Joel Brobecker [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110707020752.GK2407@adacore.com \
--to=brobecker@adacore.com \
--cc=gdb-patches@sourceware.org \
--cc=gdbadmin@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox