aboutsummaryrefslogtreecommitdiff
path: root/gdb/alpha-tdep.c
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
commitaff87235b07cfc24bd831f35077c0d2280a4381c (patch)
tree35e4161a8f784ffbd455a9e627866e37b414b37f /gdb/alpha-tdep.c
parent805517776c3066465178fefb5599fb40f5316090 (diff)
downloadgdb-aff87235b07cfc24bd831f35077c0d2280a4381c.zip
gdb-aff87235b07cfc24bd831f35077c0d2280a4381c.tar.gz
gdb-aff87235b07cfc24bd831f35077c0d2280a4381c.tar.bz2
* alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
failure introduced in the previous change.
Diffstat (limited to 'gdb/alpha-tdep.c')
-rw-r--r--gdb/alpha-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/alpha-tdep.c b/gdb/alpha-tdep.c
index 8894783..b63a1c6 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. */