* alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
authorJoel Brobecker <brobecker@gnat.com>
Mon, 6 Jan 2003 10:28:05 +0000 (10:28 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 6 Jan 2003 10:28:05 +0000 (10:28 +0000)
       failure introduced in the previous change.

gdb/ChangeLog
gdb/alpha-tdep.c

index 173a78896a9a57ab655b5930178f4a00e55f1764..2e4c12914bfee5c3f791937426226a675c905282 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-06  J. Brobecker  <brobecker@gnat.com>
+
+       * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
+       failure introduced in the previous change.
+
 2003-01-05  Michael Chastain  <mec@shout.net>
 
        * README: Remove references to deleted remote-*.c files:
index 8894783a442265400435b60ef5806844cfd068b6..b63a1c63584faf48d56594424683756c6664fadd 100644 (file)
@@ -1776,7 +1776,7 @@ alpha_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
     {
       /* 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;
+       info.osabi = GDB_OSABI_OSF1;
     }
 
   /* Find a candidate among extant architectures.  */
This page took 0.032293 seconds and 4 git commands to generate.