2009-07-02 Tristan Gingold <gingold@adacore.com>
commit5980c2a3e9d59bf0259b7d74c2a45d5b290b8d74
authorTristan Gingold <gingold@adacore.com>
Thu, 2 Jul 2009 08:09:35 +0000 (2 08:09 +0000)
committerTristan Gingold <gingold@adacore.com>
Thu, 2 Jul 2009 08:09:35 +0000 (2 08:09 +0000)
tree0bc6f76367f17e70ef3c1cf5590cd08f2863840f
parentd1786b77e24e47a40dc343396fd5cdead015e6b1
2009-07-02  Tristan Gingold  <gingold@adacore.com>

* Makefile.am (OBJ_FORMATS): Add macho.
(CPU_OBJ_VALID): Ditto.
(OBJ_FORMAT_CFILES): Add config/obj-macho.c
(OBJ_FORMAT_HFILES): Add config/obj-macho.h
(obj-macho.o): New rule.
* Makefile.in: Regenerated.
* configure.tgt (generic_target): Add i386-*-darwin*.
* config/tc-i386.h: Use i386_target_format for Mach-O.
* config/tc-i386.c (i386_target_format): Define it for Mach-O.
(i386_target_format): Add a case for bfd_target_mach_o_flavour.
* config/obj-macho.h: New file.
* config/obj-macho.c: New file.
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/config/obj-macho.c [new file with mode: 0644]
gas/config/obj-macho.h [new file with mode: 0644]
gas/config/tc-i386.c
gas/config/tc-i386.h
gas/configure.tgt