[commit] fix a small compilation failure in alpha-tdep.c

Joel Brobecker brobecker@gnat.com
Mon Jan 6 10:30:00 GMT 2003


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
-------------- next part --------------
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.  */


More information about the Gdb-patches mailing list