public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Nathan Rossi <nathan.rossi@xilinx.com>
To: <libffi-discuss@sourceware.org>
Cc: Nathan Rossi <nathan.rossi@xilinx.com>
Subject: [PATCH 0/3] MicroBlaze Port
Date: Mon, 21 Jan 2013 06:09:00 -0000	[thread overview]
Message-ID: <e477f901-545d-4e01-b6e8-09fb7c67ad63@DB3EHSMHS018.ehs.local> (raw)

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


             reply	other threads:[~2013-01-21  6:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-21  6:09 Nathan Rossi [this message]
2013-01-21 12:57 ` Anthony Green

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e477f901-545d-4e01-b6e8-09fb7c67ad63@DB3EHSMHS018.ehs.local \
    --to=nathan.rossi@xilinx.com \
    --cc=libffi-discuss@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).