From: Joel Brobecker <brobecker@gnat.com>
To: gdb-patches@sources.redhat.com
Subject: [commit] fix a small compilation failure in alpha-tdep.c
Date: Mon, 06 Jan 2003 10:30:00 -0000 [thread overview]
Message-ID: <20030106103034.GU693@gnat.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 283 bytes --]
I checked the following patch in. The compilation failure appeared while
I was building GDB on Tru64...
2003-01-06 J. Brobecker <brobecker@gnat.com>
* alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
failure introduced in the previous change.
--
Joel
[-- Attachment #2: alpha-tdep.c.diff --]
[-- Type: text/plain, Size: 836 bytes --]
Index: alpha-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/alpha-tdep.c,v
retrieving revision 1.54
diff -c -3 -p -r1.54 alpha-tdep.c
*** alpha-tdep.c 5 Jan 2003 01:39:54 -0000 1.54
--- alpha-tdep.c 6 Jan 2003 10:24:17 -0000
*************** alpha_gdbarch_init (struct gdbarch_info
*** 1776,1782 ****
{
/* If it's an ECOFF file, assume it's OSF/1. */
if (bfd_get_flavour (info.abfd) == bfd_target_ecoff_flavour)
! osabi = GDB_OSABI_OSF1;
}
/* Find a candidate among extant architectures. */
--- 1776,1782 ----
{
/* If it's an ECOFF file, assume it's OSF/1. */
if (bfd_get_flavour (info.abfd) == bfd_target_ecoff_flavour)
! info.osabi = GDB_OSABI_OSF1;
}
/* Find a candidate among extant architectures. */
next reply other threads:[~2003-01-06 10:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-06 10:30 Joel Brobecker [this message]
2003-01-06 15:06 ` Daniel Jacobowitz
2003-01-06 20:13 ` [commit] Fix sparc build; Was: " Andrew Cagney
2003-01-06 20:25 ` Daniel Jacobowitz
2003-01-06 20:42 ` 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=20030106103034.GU693@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