Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2002-04-27 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-04-27 | 1 | -2/+2 |
| | | | | | | * priv.h: Include <link.h> to get ElfW macro. * priv.h, exec.c, main.c, hostarch.c: Use `ElfW(TYPE)' in place of `Elf32_TYPE' throughout. | ||||
* | 2000-03-09 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 2000-03-10 | 1 | -3/+2 |
| | | | | | * hostarch.c (elf_machine_matches_host): Don't recognize EM_486, since newer <elf.h>'s don't define it any more. | ||||
* | 1999-07-10 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-07-11 | 1 | -26/+41 |
| | | | | | | | | | | | | | | | | * hostarch.c (mach_host_elf_machine): Replaced with ... (elf_machine_matches_host): New function. Instead of returning an ELF EM_* code, take one and check if it matches the host; operate only on mach_host_self(), cache results, Grok CPU_TYPE_{I486,PENTIUM,PENTIUMPRO} to accept EM_386 or EM_486. Grok POWERPC, ALPHA, HPPA types. * exec.c (check_elf): Call elf_machine_matches_host instead of comparing against elf_machine. (load_section): #if 0 out no-op code that uses elf_machine. * priv.h (elf_machine_matches_host): Declare it. (elf_machine, mach_host_elf_machine): Remove decls. * main.c (main) [!BFD]: Don't call mach_host_elf_machine. (elf_machine): Variable removed. | ||||
* | Sat Nov 23 16:26:55 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1996-12-05 | 1 | -1/+1 |
| | | | | | * priv.h (mach_host_elf_machine): New prototype. * hostarch.c: Include "priv.h". | ||||
* | *** empty log message *** | Thomas Bushnell | 1996-08-29 | 1 | -4/+57 |
| | |||||
* | (bfd_mach_host_arch_mach): Remove assignment from inside if test. | Michael I. Bushnell | 1995-07-07 | 1 | -2/+2 |
| | |||||
* | Rewritten to unconditionally return both BFD and ELF machine types. | Roland McGrath | 1995-06-08 | 1 | -40/+13 |
| | |||||
* | [BFD]: Fix prototype. | Roland McGrath | 1995-01-22 | 1 | -1/+1 |
| | |||||
* | Add case for CPU_TYPE_ALPHA. | Roland McGrath | 1995-01-19 | 1 | -0/+13 |
| | |||||
* | (bfd_mach_host_arch_mach, aout_mach_host_machine): Use | Roland McGrath | 1995-01-19 | 1 | -2/+3 |
| | | | | | mach_msg_type_number_t instead of unsigned int. Cast &HOSTINFO to (natural_t *). | ||||
* | [BFD] (bfd_mach_host_arch_mach): MACHINE arg is `long int *' now. | Roland McGrath | 1995-01-15 | 1 | -2/+2 |
| | |||||
* | entered into RCS | Michael I. Bushnell | 1993-11-23 | 1 | -1/+1 |
| | |||||
* | Formerly hostarch.c.~3~ | Michael I. Bushnell | 1993-11-18 | 1 | -2/+2 |
| | |||||
* | Formerly hostarch.c.~2~ | Michael I. Bushnell | 1993-10-21 | 1 | -3/+4 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1993-09-28 | 1 | -0/+131 |