[PATCH 0/2] Introducing support for cross compiling/linking for the z/OS platform

David Lanzendörfer leviathan@libresilicon.com
Sun Jan 26 15:50:00 GMT 2020


ignore this one

On Sunday, 26 January 2020 7:33:27 PM HKT David Lanzenörfer wrote:
> From: David Lanzendörfer <leviathan@libresilicon.com>
> 
> Dear mailing list
> 
> I've been refurbishing the work from Ambitus, an attempt by the Linux
> Foundation to support cross compiling for the z/OS mainframe platform with
> GCC.
> 
> The following two patches are needed to create executable headers which
> allows to execute binaries on the z/OS platform.
> 
> Patchsets for GCC itself will follow soon on the GCC developer mailing list,
> since I'm still cleaning up and debugging those.
> 
> Linking however already works without any issues, so I already submit those.
> 
> David Lanzendörfer (2):
>   z/OS support: Introducing z/OS support
>   z/OS Support: Catching segfaults
> 
>  bfd/bfd-in2.h               |    1 +
>  bfd/config.bfd              |    5 +
>  bfd/configure               |    1 +
>  bfd/configure.ac            |    1 +
>  bfd/linker.c                |    2 +-
>  bfd/po-bfd.h                |   92 ++
>  bfd/po-s390.h               |    0
>  bfd/po64-s390.c             | 1697 +++++++++++++++++++++++++++++++++++
>  bfd/targets.c               |    1 +
>  config.sub                  |    6 +-
>  gas/configure.tgt           |    1 +
>  include/po/common.h         |  166 ++++
>  include/po/external.h       |  323 +++++++
>  include/po/internal.h       |  186 ++++
>  ld/Makefile.am              |    7 +-
>  ld/Makefile.in              |    8 +-
>  ld/configure.tgt            |    3 +
>  ld/emulparams/po64_s390.sh  |  109 +++
>  ld/ldlang.c                 |    4 +
>  ld/scripttempl/po64_s390.sc |   12 +
>  20 files changed, 2621 insertions(+), 4 deletions(-)
>  create mode 100644 bfd/po-bfd.h
>  create mode 100644 bfd/po-s390.h
>  create mode 100644 bfd/po64-s390.c
>  create mode 100644 include/po/common.h
>  create mode 100644 include/po/external.h
>  create mode 100644 include/po/internal.h
>  create mode 100644 ld/emulparams/po64_s390.sh
>  create mode 100644 ld/scripttempl/po64_s390.sc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part.
URL: <https://sourceware.org/pipermail/binutils/attachments/20200126/50dda285/attachment.sig>


More information about the Binutils mailing list