bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Invalid gas configuration for arm-wince-pe target


From: Nick Clifton
Subject: Re: Invalid gas configuration for arm-wince-pe target
Date: Tue, 11 Nov 2003 12:03:43 +0000
User-agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.2 (gnu/linux)

Hi Dmitry,

> The following two lines from binutils-2.14/gas/configure.in:
>
>       arm-*-wince)                      fmt=coff em=wince-pe ;;
>       arm-*-pe | thumb-*-pe)            fmt=coff em=pe ;;
>
> should look like:
>
>       arm-wince-pe | arm-*-wince)       fmt=coff em=wince-pe ;;
>       arm-*-pe | thumb-*-pe)            fmt=coff em=pe ;;
>
> It is confusing to have 'pe' at the place of OS, but this is how
> it is done for arm-wince-pe target everywhere else.

Thanks for pointing this out.  I have update the sources in the CVS
repository to reflect this change.

Cheers
        Nick

gas/ChangeLog
2003-11-11  Dmitry Semyonov <address@hidden>

        * configure.in: Add support for arm-wince-pe target.
        * configure: Regenerate.

                





reply via email to

[Prev in Thread] Current Thread [Next in Thread]