public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] MicroBlaze Port
@ 2013-01-21  6:09 Nathan Rossi
  2013-01-21 12:57 ` Anthony Green
  0 siblings, 1 reply; 2+ messages in thread
From: Nathan Rossi @ 2013-01-21  6:09 UTC (permalink / raw)
  To: libffi-discuss; +Cc: Nathan Rossi

Xilinx would like to contribute a port of libffi for the MicroBlaze
architecture, supporting both Little and Big Endian configurations. Below is
the proposed ChangeLog.

2013-01-21  Nathan Rossi <nathan.rossi@xilinx.com>
        * README: Add MicroBlaze details.
        * Makefile.am: Add MicroBlaze support.
        * configure.ac: Likewise.
        * src/microblaze/ffi.c: New.
        * src/microblaze/ffitarget.h: Likewise.
        * src/microblaze/sysv.S: Likewise.

2013-01-21  Nathan Rossi <nathan.rossi@xilinx.com>
        * testsuite/libffi.call/return_uc.c: Fixed issue.

I have sent the following patches seperately. Please let me know if there is
anything else needed.

Thanks,
Nathan

Nathan Rossi (3):
  MicroBlaze Port
  Added support for building MicroBlaze
  testsuite: libffi.call/return_uc.c: Fixed casting

 Makefile.am                       |    7 +-
 README                            |    2 +
 configure.ac                      |    5 +
 src/microblaze/ffi.c              |  339 +++++++++++++++++++++++++++++++++++++
 src/microblaze/ffitarget.h        |   53 ++++++
 src/microblaze/sysv.S             |  302 +++++++++++++++++++++++++++++++++
 testsuite/libffi.call/return_uc.c |    2 +-
 7 files changed, 708 insertions(+), 2 deletions(-)
 create mode 100644 src/microblaze/ffi.c
 create mode 100644 src/microblaze/ffitarget.h
 create mode 100644 src/microblaze/sysv.S

-- 
1.7.5.4


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 0/3] MicroBlaze Port
  2013-01-21  6:09 [PATCH 0/3] MicroBlaze Port Nathan Rossi
@ 2013-01-21 12:57 ` Anthony Green
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony Green @ 2013-01-21 12:57 UTC (permalink / raw)
  To: Nathan Rossi; +Cc: libffi-discuss

On Mon, Jan 21, 2013 at 1:08 AM, Nathan Rossi <nathan.rossi@xilinx.com> wrote:
> Xilinx would like to contribute a port of libffi for the MicroBlaze
> architecture, supporting both Little and Big Endian configurations. Below is
> the proposed ChangeLog.
>

Looks good - I've checked this in.

Thanks!

AG

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-21 12:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-21  6:09 [PATCH 0/3] MicroBlaze Port Nathan Rossi
2013-01-21 12:57 ` Anthony Green

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).