* ecoff.c (_bfd_ecoff_set_arch_mach_hook): Don't use hard-coded
authorAlan Modra <amodra@gmail.com>
Mon, 2 Sep 2002 11:47:42 +0000 (11:47 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 2 Sep 2002 11:47:42 +0000 (11:47 +0000)
commit250d94fd4b15ec8846f60f531fad5d504932d9fa
treed743a03ee231266aec3ce81d6d4119b0a59b6dba
parentbf5be082272973203c27f84790607e947c9a2ce0
* ecoff.c (_bfd_ecoff_set_arch_mach_hook): Don't use hard-coded
bfd_mach constants.
(ecoff_get_magic): Likewise.
* elf32-v850.c (v850_elf_object_p): Likewise.
(v850_elf_final_write_processing): Likewise.
* mipsbsd.c (MY(set_arch_mach)): Likewise.
(MY(write_object_contents)): Likewise.
* coff64-rs6000.c (xcoff64_write_object_contents): Likewise.
* coffcode.h (coff_write_object_contents): Likewise.
(coff_set_arch_mach_hook): Add comment describing machine == 0.
Remove unnecessary "machine" assignments.
(coff_write_relocs): Test for the absolute section sym by testing
section and flags.

* pdp11.c (NAME(aout,machine_type)): Like aoutx.h.
bfd/ChangeLog
bfd/coff64-rs6000.c
bfd/coffcode.h
bfd/ecoff.c
bfd/elf32-v850.c
bfd/mipsbsd.c
bfd/pdp11.c
This page took 0.024908 seconds and 4 git commands to generate.