This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] gas: add support for FreeBSD ARM


Hi Nick,

On 19.08.14 17:15, Nicholas Clifton wrote:

2014-08-15  Andreas Tobler  <andreast@fgznet.ch>

      * 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.

Approved and applied.

Thanks a lot! I got overrun by your fast response.

Unfortunately I discovered a minor glitch in the Makefile.am/in, see below.

As far as I could test, it has no functional change on gas.

Is this ok?

2014-08-19  Andreas Tobler  <andreast@fgznet.ch>

	* Makefile.am: Fix typo: s/armfbsddeabi/armfbsdeabi.
	* Makefile.in: Regenerate.


diff --git a/gas/Makefile.am b/gas/Makefile.am
index 972d379..55c86b2 100644
+++ b/gas/Makefile.am
@@ -296,7 +296,7 @@ TARG_ENV_HFILES = \
        config/te-386bsd.h \
        config/te-aix5.h \
        config/te-armeabi.h \
-       config/te-armfbsddeabi.h \
+       config/te-armfbsdeabi.h \
        config/te-armfbsdvfp.h \
        config/te-armlinuxeabi.h \
        config/te-dynix.h \
diff --git a/gas/Makefile.in b/gas/Makefile.in
index f42df83..5dc250f 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -565,7 +565,7 @@ TARG_ENV_HFILES = \
        config/te-386bsd.h \
        config/te-aix5.h \
        config/te-armeabi.h \
-       config/te-armfbsddeabi.h \
+       config/te-armfbsdeabi.h \
        config/te-armfbsdvfp.h \
        config/te-armlinuxeabi.h \
        config/te-dynix.h \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]