This patch adds support for FreeBSD ARM in gas.
authorNick Clifton <nickc@redhat.com>
Tue, 19 Aug 2014 14:51:43 +0000 (15:51 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 19 Aug 2014 14:51:43 +0000 (15:51 +0100)
commitf7f2534e71f51f11f9f00f6365d5d8f37e6df054
tree466900f55a6612609d1bc55d2873aa727cb0b077
parent9ace48f3d7d80ce09c5df60cccb433470410b11b
This patch adds support for FreeBSD ARM in gas.
Before FreeBSD-8 there was/is no arm support from the OS side.
FreeBSD-9.x added ARM support but only for the OABI.
From FreeBSD-10 upwards there is EABI support.

    * Makefile.am: Add FreeBSD ARM support.
    * Mafefile.in: Regenerate.
    * configure.tgt: Add FreeBSD ARM support.
    * config/te-armfbsdeabi.h: New file.
    * config/te-armfbsdvfp.h: Likewise.
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/config/te-armfbsdeabi.h [new file with mode: 0644]
gas/config/te-armfbsdvfp.h [new file with mode: 0644]
gas/configure.tgt
This page took 0.028655 seconds and 4 git commands to generate.