diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-04-21 16:58:57 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-04-21 16:58:57 +0000 |
commit | 7f919c8471b407c6a8c698ee3b29cdf0e9c4eb3d (patch) | |
tree | da8d0f6046c02daef652e3e3158830425c7833e9 | |
parent | 13c7b1ca39642da4ad0046c4d0c48e3f4650a978 (diff) | |
download | fsf-binutils-gdb-7f919c8471b407c6a8c698ee3b29cdf0e9c4eb3d.zip fsf-binutils-gdb-7f919c8471b407c6a8c698ee3b29cdf0e9c4eb3d.tar.gz fsf-binutils-gdb-7f919c8471b407c6a8c698ee3b29cdf0e9c4eb3d.tar.bz2 |
2004-04-21 Andrew Cagney <cagney@redhat.com>
* libaout.h (enum machine_type): Add M_POWERPC_NETBSD.
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/libaout.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 10e322e..279a97c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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. diff --git a/bfd/libaout.h b/bfd/libaout.h index 87b49e5..ddd0a9f 100644 --- a/bfd/libaout.h +++ b/bfd/libaout.h @@ -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. */ |