From: Joel Brobecker <brobecker@gnat.com>
To: gdb-patches@sources.redhat.com
Subject: [commit] s/boolean/int/ in xcoffread.c
Date: Mon, 02 Dec 2002 08:48:00 -0000 [thread overview]
Message-ID: <20021202164837.GA4921@gnat.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 366 bytes --]
Hello,
I committed the following change in the head branch, to fix a
compilation failure that appeared on AiX. I suspect that it is
a small glitch introduced after the work on booleans in bfd.
2002-12-02 J. Brobecker <brobecker@gnat.com>
* xcoffread.c (read_symbol_lineno): Replace boolean by int.
Fixes a compilation failure on AiX.
--
Joel
[-- Attachment #2: xcoffread.c.diff --]
[-- Type: text/plain, Size: 843 bytes --]
Index: xcoffread.c
===================================================================
RCS file: /cvs/src/src/gdb/xcoffread.c,v
retrieving revision 1.21
diff -c -3 -p -r1.21 xcoffread.c
*** xcoffread.c 25 Oct 2002 22:25:55 -0000 1.21
--- xcoffread.c 2 Dec 2002 16:41:04 -0000
*************** static int
*** 1634,1640 ****
read_symbol_lineno (int symno)
{
struct objfile *objfile = this_symtab_psymtab->objfile;
! boolean xcoff64 = bfd_xcoff_is_xcoff64 (objfile->obfd);
struct coff_symfile_info *info =
(struct coff_symfile_info *)objfile->sym_private;
--- 1634,1640 ----
read_symbol_lineno (int symno)
{
struct objfile *objfile = this_symtab_psymtab->objfile;
! int xcoff64 = bfd_xcoff_is_xcoff64 (objfile->obfd);
struct coff_symfile_info *info =
(struct coff_symfile_info *)objfile->sym_private;
next reply other threads:[~2002-12-02 16:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-02 8:48 Joel Brobecker [this message]
2002-12-02 9:09 ` Andrew Cagney
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=20021202164837.GA4921@gnat.com \
--to=brobecker@gnat.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