This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] add support for the configurable Xtensa architecture


Hi Bryan,

this series adds support for the configurable Xtensa architecture to the
crosstool-NG and provides latest binutils patches for this architecture.
It supersedes earlier patches from Chris Zankel [1] and Baruch Siach [2].
Please consider applying.

[1] https://patchwork.ozlabs.org/patch/261562/
[2] https://patchwork.ozlabs.org/patch/312522/

Baruch Siach (1):
  xtensa: add support for the configurable Xtensa architecture

Max Filippov (1):
  patches/binutils: backport 2.22 and 2.24 xtensa fixes

 config/arch/xtensa.in                              |  20 +
 config/arch/xtensa.in.2                            |  30 +
 patches/binutils/2.22/900-xtensa-trampolines.patch | 846 +++++++++++++++++++++
 .../2.22/901-xtensa-gas-first-frag-alignment.patch |  51 ++
 .../902-xtensa-gas-ld-diff-relocation-signed.patch | 133 ++++
 ...ix-ld-segfault-when-linking-linux-modules.patch |  47 ++
 ...-target-out-of-range-xtensa-ld-relaxation.patch |  79 ++
 ...ines-search-code-for-conditional-branches.patch |  90 +++
 patches/binutils/2.24/900-xtensa-trampolines.patch | 846 +++++++++++++++++++++
 .../2.24/901-xtensa-gas-first-frag-alignment.patch |  51 ++
 .../902-xtensa-gas-ld-diff-relocation-signed.patch | 133 ++++
 ...ix-ld-segfault-when-linking-linux-modules.patch |  47 ++
 ...-target-out-of-range-xtensa-ld-relaxation.patch |  79 ++
 ...ines-search-code-for-conditional-branches.patch |  90 +++
 scripts/build/arch/xtensa.sh                       |  51 ++
 scripts/build/binutils/binutils.sh                 |   4 +
 scripts/build/cc/gcc.sh                            |   4 +
 scripts/build/debug/300-gdb.sh                     |   4 +
 18 files changed, 2605 insertions(+)
 create mode 100644 config/arch/xtensa.in
 create mode 100644 config/arch/xtensa.in.2
 create mode 100644 patches/binutils/2.22/900-xtensa-trampolines.patch
 create mode 100644 patches/binutils/2.22/901-xtensa-gas-first-frag-alignment.patch
 create mode 100644 patches/binutils/2.22/902-xtensa-gas-ld-diff-relocation-signed.patch
 create mode 100644 patches/binutils/2.22/903-xtensa-fix-ld-segfault-when-linking-linux-modules.patch
 create mode 100644 patches/binutils/2.22/904-Fix-call8-call-target-out-of-range-xtensa-ld-relaxation.patch
 create mode 100644 patches/binutils/2.22/905-Fix-trampolines-search-code-for-conditional-branches.patch
 create mode 100644 patches/binutils/2.24/900-xtensa-trampolines.patch
 create mode 100644 patches/binutils/2.24/901-xtensa-gas-first-frag-alignment.patch
 create mode 100644 patches/binutils/2.24/902-xtensa-gas-ld-diff-relocation-signed.patch
 create mode 100644 patches/binutils/2.24/903-xtensa-fix-ld-segfault-when-linking-linux-modules.patch
 create mode 100644 patches/binutils/2.24/904-Fix-call8-call-target-out-of-range-xtensa-ld-relaxation.patch
 create mode 100644 patches/binutils/2.24/905-Fix-trampolines-search-code-for-conditional-branches.patch
 create mode 100644 scripts/build/arch/xtensa.sh

-- 
1.8.1.4


--
For unsubscribe information see http://sourceware.org/lists.html#faq


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