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, moxie] bi-endian support for moxie port


On Thu, Sep 13, 2012 at 5:49 PM, Anthony Green <green@moxielogic.com> wrote:
> Here are some changes in support of a little-endian moxie soft-core
> implementation.

I forgot to add the GNU ld patch.  I'm checking this in as well.

Thanks,

Anthony Green


2012-09-13  Anthony Green  <green@moxielogic.com>

        * emulparams/elf32moxie.sh (BIG_OUTPUT_FORMAT,
        LITTLE_OUTPUT_FORMAT): Define.
        (OUTPUT_FORMAT): Change to elf32-bigmoxie.
        (EMBEDDED): Define.

Index: ld/emulparams/elf32moxie.sh
===================================================================
RCS file: /cvs/src/src/ld/emulparams/elf32moxie.sh,v
retrieving revision 1.2
diff -r1.2 elf32moxie.sh
4c4,6
< OUTPUT_FORMAT="elf32-moxie"
---
> OUTPUT_FORMAT="elf32-bigmoxie"
> BIG_OUTPUT_FORMAT="elf32-bigmoxie"
> LITTLE_OUTPUT_FORMAT="elf32-littlemoxie"
7a10
> EMBEDDED=yes


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