From: Kevin Buettner <kevinb@cygnus.com>
To: gdb-patches@sources.redhat.com
Subject: Re: [PATCH RFC] Protoize values.c, varobj.c
Date: Thu, 09 Nov 2000 17:27:00 -0000 [thread overview]
Message-ID: <1001110012709.ZM28402@ocotillo.lan> (raw)
In-Reply-To: <1001108052055.ZM20567@ocotillo.lan>
On Nov 7, 10:20pm, Kevin Buettner wrote:
> * values.c (value_being_returned, using_struct_return): Protoize.
> * varobj.c (child_exists, cplus_class_num_children): Protoize.
Committed.
From kevinb@cygnus.com Thu Nov 09 17:27:00 2000
From: Kevin Buettner <kevinb@cygnus.com>
To: gdb-patches@sources.redhat.com
Subject: [PATCH RFC] Protoize win32-nat.c, xcoffread.c
Date: Thu, 09 Nov 2000 17:27:00 -0000
Message-id: <1001110012636.ZM28396@ocotillo.lan>
X-SW-Source: 2000-11/msg00122.html
Content-length: 1546
More protoization...
* win32-nat.c (safe_symbol_file_add): Remove extraneous blank
line after function declarator.
* xcoffread.c (arrange_linetable, xcoff_initial_scan): Protoize.
Index: win32-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/win32-nat.c,v
retrieving revision 1.15
diff -u -r1.15 win32-nat.c
--- win32-nat.c 2000/08/27 04:21:35 1.15
+++ win32-nat.c 2000/11/10 01:21:46
@@ -463,7 +463,6 @@
safe_symbol_file_add (char *name, int from_tty,
struct section_addr_info *addrs,
int mainline, int flags)
-
{
struct safe_symbol_file_add_args p;
struct cleanup *cleanup;
Index: xcoffread.c
===================================================================
RCS file: /cvs/src/src/gdb/xcoffread.c,v
retrieving revision 1.9
diff -u -r1.9 xcoffread.c
--- xcoffread.c 2000/08/27 22:30:29 1.9
+++ xcoffread.c 2000/11/10 01:21:49
@@ -408,8 +408,7 @@
sort_linevec = 1 to end_symtab. */
static struct linetable *
-arrange_linetable (oldLineTb)
- struct linetable *oldLineTb; /* old linetable */
+arrange_linetable (struct linetable *oldLineTb)
{
int ii, jj, newline, /* new line count */
function_count; /* # of functions */
@@ -2600,9 +2599,7 @@
table (as opposed to a shared lib or dynamically loaded file). */
static void
-xcoff_initial_scan (objfile, mainline)
- struct objfile *objfile;
- int mainline; /* FIXME comments above */
+xcoff_initial_scan (struct objfile *objfile, int mainline)
{
bfd *abfd;
int val;
prev parent reply other threads:[~2000-11-09 17:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-11-07 21:21 Kevin Buettner
2000-11-09 17:27 ` Kevin Buettner [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=1001110012709.ZM28402@ocotillo.lan \
--to=kevinb@cygnus.com \
--cc=gdb-patches@sources.redhat.com \
/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