summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2003-01-06 10:28:05 +0000
committerJoel Brobecker <brobecker@gnat.com>2003-01-06 10:28:05 +0000
commitcf801d28886ef403437c05be07eaadfef2097b73 (patch)
treed642c1451618715b53d41c6eadb793280d5b22ff
parent94dd61f0b2a30a27f0b0e9a6c7ed2baca2fbdd49 (diff)
downloadgdb-cf801d28886ef403437c05be07eaadfef2097b73.tar.gz
* alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
failure introduced in the previous change.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/alpha-tdep.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 173a78896a9..2e4c12914bf 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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:
diff --git a/gdb/alpha-tdep.c b/gdb/alpha-tdep.c
index 8894783a442..b63a1c63584 100644
--- a/gdb/alpha-tdep.c
+++ b/gdb/alpha-tdep.c
@@ -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. */