* libaout.h (enum machine_type): Change M_SPARCLET from 142 to 131.

At the request of matra.
This commit is contained in:
David Edelsohn 1996-12-13 19:17:46 +00:00
parent 54815b9a08
commit 21e45f8225
2 changed files with 5 additions and 2 deletions

View File

@ -3,6 +3,10 @@ Fri Dec 13 13:18:49 1996 Dan Wilder <dan@gasboy.com>
* coffcode.h (coff_set_flags): Use MC68KBCSMAGIC for bfd_arch_m68k
if NAMES_HAVE_UNDERSCORE is defined.
Fri Dec 13 11:13:23 1996 Doug Evans <dje@canuck.cygnus.com>
* libaout.h (enum machine_type): Change M_SPARCLET from 142 to 131.
Thu Dec 12 15:07:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
* elf32-ppc.c (ppc_elf_check_relocs): Move R_PPC_PLTREL24 into the

View File

@ -216,13 +216,12 @@ enum machine_type {
M_29K = 101, /* AMD 29000 */
M_386_DYNIX = 102, /* Sequent running dynix */
M_ARM = 103, /* Advanced Risc Machines ARM */
M_SPARCLET = 131, /* SPARClet = M_SPARC + 128 */
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_SPARCLET = 142, /* SPARClet */
M_SPARCLET_LE = 143, /* SPARClet little endian */
M_MIPS1 = 151, /* MIPS R2000/R3000 binary */
M_MIPS2 = 152, /* MIPS R4000/R6000 binary */
M_HP200 = 200, /* HP 200 (68010) BSD binary */