mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-01 22:42:18 +00:00
* libaout.h (enum machine_type): Add M_POWERPC_NETBSD.
* netbsd-core.c (netbsd_core_file_p): Set architecture for PowerPC core files.
This commit is contained in:
parent
f622ad424f
commit
0b60d5d323
@ -1,3 +1,9 @@
|
||||
2004-04-18 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* libaout.h (enum machine_type): Add M_POWERPC_NETBSD.
|
||||
* netbsd-core.c (netbsd_core_file_p): Set architecture for PowerPC
|
||||
core files.
|
||||
|
||||
2004-04-17 Brian Ford <ford@vss.fsi.com>
|
||||
|
||||
* peXXigen.c (_bfd_XXi_swap_aouthdr_out): Use the first non-zero
|
||||
|
@ -177,6 +177,10 @@ netbsd_core_file_p (abfd)
|
||||
bfd_default_set_arch_mach (abfd, bfd_arch_i386, bfd_mach_i386_i386);
|
||||
break;
|
||||
|
||||
case M_POWERPC_NETBSD:
|
||||
bfd_default_set_arch_mach (abfd, bfd_arch_powerpc, bfd_mach_ppc);
|
||||
break;
|
||||
|
||||
case M_SPARC_NETBSD:
|
||||
bfd_default_set_arch_mach (abfd, bfd_arch_sparc, bfd_mach_sparc);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user