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


On Tue, Aug 19, 2014 at 07:06:13PM +0200, Andreas Tobler wrote:
> 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.

Yes, you could have committed this patch as obvious.  I discovered the
typo this morning and pushed the same fix plus a regen of
gas/po/POTFILES.in, before reading your email..

> 
> 
> 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 \

-- 
Alan Modra
Australia Development Lab, IBM


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