2008-04-23 Mike Frysinger <vapier@gentoo.org>
commit4b320282eed967feb3aab1e47a904430182e41cf
authorMike Frysinger <vapier@gentoo.org>
Wed, 23 Apr 2008 18:40:34 +0000 (23 18:40 +0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 23 Apr 2008 18:40:34 +0000 (23 18:40 +0000)
treebb28a58c9112580dbef12c2be74d72ef7ca5f602
parent3cb62419e1f5271c5906cd680b017f757146555d
2008-04-23  Mike Frysinger  <vapier@gentoo.org>

* Makefile.am (OBJ_FORMAT_CFILES): Add config/obj-fdpicelf.c.
(OBJ_FORMAT_HFILES): Add config/obj-fdpicelf.h.
(obj-fdpicelf.o): Define.
* Makefile.in: Regenerate.
* configure.tgt: Set bfd_gas to yes when fmt is fdpicelf.
(bfin-*-*): Delete.
(bfin-*-linux-uclibc): New; set fmt to fdpicelf and em to linux.
(bfin-*-uclinux*): New; set fmt to elf and em to linux.
* config/obj-fdpicelf.c: New.
* config/obj-fdpicelf.h: Likewise.
* config/tc-bfin.c (bfin_flags, bfin_pic_flag): Set default based on
the OBJ_FDPIC_ELF define.
(OPTION_NOPIC): Define.
(md_longopts): Add mnopic and mno-fdpic.
(md_parse_option): Handle OPTION_NOPIC.
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/config/obj-fdpicelf.c [new file with mode: 0644]
gas/config/obj-fdpicelf.h [new file with mode: 0644]
gas/config/tc-bfin.c
gas/configure.tgt