2004-04-21 Andrew Cagney <cagney@redhat.com>
* libaout.h (enum machine_type): Add M_POWERPC_NETBSD.
This commit is contained in:
parent
13c7b1ca39
commit
7f919c8471
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-04-21 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* libaout.h (enum machine_type): Add M_POWERPC_NETBSD.
|
||||
|
||||
2004-04-21 Eric Botcazou <ebotcazou@act-europe.fr>
|
||||
|
||||
* elflink.c (elf_gc_mark_dynamic_ref_symbol): New function.
|
||||
|
|
|
@ -273,6 +273,7 @@ enum machine_type
|
|||
M_ALPHA_NETBSD = 141, /* NetBSD/alpha binary. */
|
||||
M_ARM6_NETBSD = 143, /* NetBSD/arm32 binary. */
|
||||
M_SPARCLET_1 = 147, /* 0x93, reserved. */
|
||||
M_POWERPC_NETBSD = 149, /* NetBSD/powerpc (big-endian) binary. */
|
||||
M_VAX4K_NETBSD = 150, /* NetBSD/vax 4K pages binary. */
|
||||
M_MIPS1 = 151, /* MIPS R2000/R3000 binary. */
|
||||
M_MIPS2 = 152, /* MIPS R4000/R6000 binary. */
|
||||
|
|
Loading…
Reference in a new issue