OSDN Git Service

2004-04-21 Andrew Cagney <cagney@redhat.com>
authorcagney <cagney>
Wed, 21 Apr 2004 16:58:56 +0000 (16:58 +0000)
committercagney <cagney>
Wed, 21 Apr 2004 16:58:56 +0000 (16:58 +0000)
* libaout.h (enum machine_type): Add M_POWERPC_NETBSD.

bfd/ChangeLog
bfd/libaout.h

index 10e322e..279a97c 100644 (file)
@@ -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.
index 87b49e5..ddd0a9f 100644 (file)
@@ -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.  */