Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [commit] fix a small compilation failure in alpha-tdep.c
@ 2003-01-06 10:30 Joel Brobecker
  2003-01-06 15:06 ` Daniel Jacobowitz
  0 siblings, 1 reply; 5+ messages in thread
From: Joel Brobecker @ 2003-01-06 10:30 UTC (permalink / raw)
  To: gdb-patches

[-- 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.  */

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-01-06 20:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-06 10:30 [commit] fix a small compilation failure in alpha-tdep.c Joel Brobecker
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox