diff options
author | Nick Clifton <nickc@redhat.com> | 2014-08-19 15:51:43 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-08-19 15:51:43 +0100 |
commit | f7f2534e71f51f11f9f00f6365d5d8f37e6df054 (patch) | |
tree | 466900f55a6612609d1bc55d2873aa727cb0b077 /gas/Makefile.in | |
parent | 9ace48f3d7d80ce09c5df60cccb433470410b11b (diff) | |
download | gdb-f7f2534e71f51f11f9f00f6365d5d8f37e6df054.zip gdb-f7f2534e71f51f11f9f00f6365d5d8f37e6df054.tar.gz gdb-f7f2534e71f51f11f9f00f6365d5d8f37e6df054.tar.bz2 |
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.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index be2711b..f42df83 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -565,6 +565,8 @@ TARG_ENV_HFILES = \ config/te-386bsd.h \ config/te-aix5.h \ config/te-armeabi.h \ + config/te-armfbsddeabi.h \ + config/te-armfbsdvfp.h \ config/te-armlinuxeabi.h \ config/te-dynix.h \ config/te-epoc-pe.h \ |