mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
Added M_68K4K_NETBSD magic.
This commit is contained in:
@ -218,6 +218,7 @@ enum machine_type {
|
||||
M_ARM = 103, /* Advanced Risc Machines ARM */
|
||||
M_386_NETBSD = 134, /* NetBSD/i386 binary */
|
||||
M_68K_NETBSD = 135, /* NetBSD/m68k binary */
|
||||
M_68K4K_NETBSD = 136, /* NetBSD/m68k4k binary */
|
||||
M_532_NETBSD = 137, /* NetBSD/ns32k binary */
|
||||
M_SPARC_NETBSD = 138, /* NetBSD/sparc binary */
|
||||
M_MIPS1 = 151, /* MIPS R2000/R3000 binary */
|
||||
@ -336,6 +337,9 @@ struct aoutdata {
|
||||
n_magic
|
||||
} magic;
|
||||
|
||||
/* A buffer for find_nearest_line. */
|
||||
char *line_buf;
|
||||
|
||||
/* The external symbol information. */
|
||||
struct external_nlist *external_syms;
|
||||
bfd_size_type external_sym_count;
|
||||
|
Reference in New Issue
Block a user