mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
* alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
failure introduced in the previous change.
This commit is contained in:
parent
805517776c
commit
aff87235b0
@ -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>
|
2003-01-05 Michael Chastain <mec@shout.net>
|
||||||
|
|
||||||
* README: Remove references to deleted remote-*.c files:
|
* README: Remove references to deleted remote-*.c files:
|
||||||
|
@ -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 it's an ECOFF file, assume it's OSF/1. */
|
||||||
if (bfd_get_flavour (info.abfd) == bfd_target_ecoff_flavour)
|
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. */
|
/* Find a candidate among extant architectures. */
|
||||||
|
Loading…
Reference in New Issue
Block a user