This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH 0/2] xtensa gas improvements
- From: Max Filippov <jcmvbkbc at gmail dot com>
- To: binutils at sourceware dot org
- Cc: Sterling Augustine <augustine dot sterling at gmail dot com>, David Weatherford <weath at cadence dot com>, Marc Gauthier <marc at cadence dot com>, linux-xtensa at linux-xtensa dot org, Max Filippov <jcmvbkbc at gmail dot com>
- Date: Wed, 12 Aug 2015 03:54:25 +0300
- Subject: [PATCH 0/2] xtensa gas improvements
- Authentication-results: sourceware.org; auth=none
Hi Sterling,
this patch series adds tuning option for the jump trampolines and adds new
option for automatic literal pool placement, that allows assembling huge
functions.
Max Filippov (2):
xtensa: add --tramp-limit option to gas
xtensa: add --auto-litpools option
gas/config/tc-xtensa.c | 459 ++++++++++++++++++++++++++++++-
gas/config/tc-xtensa.h | 1 +
gas/doc/as.texinfo | 3 +-
gas/doc/c-xtensa.texi | 23 +-
gas/testsuite/gas/xtensa/all.exp | 1 +
gas/testsuite/gas/xtensa/auto-litpools.d | 12 +
gas/testsuite/gas/xtensa/auto-litpools.s | 13 +
7 files changed, 500 insertions(+), 12 deletions(-)
create mode 100644 gas/testsuite/gas/xtensa/auto-litpools.d
create mode 100644 gas/testsuite/gas/xtensa/auto-litpools.s
--
1.8.1.4