From: Max Filippov <jcmvbkbc@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 0/3] xtensa: add -mtext-section-literals to xtensa ABI
Date: Sun, 30 Mar 2014 20:55:35 +0400 [thread overview]
Message-ID: <1396198538-32628-1-git-send-email-jcmvbkbc@gmail.com> (raw)
Hi Thomas,
these three patches are the second part of fixes for building huge sources,
like wireshark or mplayer: adding trampolines support to binutils allows
assembling of such files, but with literals placed into separate section
build fails at the linking step.
First patch allows building uclibc with -mtext-section-literals, it is
posted to the uclibc list, but not reviewed/checked in yet.
Second patch adds -mtext-section-literals flag to xtensa ABI.
Third patch removes -mtext-section-literals flag from individual packages
that used to need them.
Changes v1 -> v2:
- add comment to XTENSA_ABI variable explaining -mtext-section-literals usage
- remove -mtext-section-literals from individual package *.mk's
Max Filippov (3):
uclibc: add missing .literal_position directives
Makefile.in: add -mtext-section-literals to xtensa ABI
xtensa: remove -mtext-section-literals from individual package *.mk's
package/Makefile.in | 11 +++-
package/civetweb/civetweb.mk | 3 --
package/ffmpeg/ffmpeg.mk | 4 --
package/gstreamer/gst-ffmpeg/gst-ffmpeg.mk | 4 --
package/gstreamer1/gst1-libav/gst1-libav.mk | 4 --
package/lmbench/lmbench.mk | 4 --
package/php/php.mk | 4 --
package/sqlcipher/sqlcipher.mk | 4 --
package/sqlite/sqlite.mk | 4 --
...-add-missing-.literal_position-directives.patch | 62 ++++++++++++++++++++++
10 files changed, 72 insertions(+), 32 deletions(-)
create mode 100644 package/uclibc/7bf35c8b7d4a1f97174eb49f47f33946b282114c/uclibc-0001-xtensa-add-missing-.literal_position-directives.patch
--
1.8.1.4
next reply other threads:[~2014-03-30 16:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-30 16:55 Max Filippov [this message]
2014-03-30 16:55 ` [Buildroot] [PATCH v2 1/3] uclibc: add missing .literal_position directives Max Filippov
2014-03-30 16:55 ` [Buildroot] [PATCH v2 2/3] Makefile.in: add -mtext-section-literals to xtensa ABI Max Filippov
2014-03-30 16:55 ` [Buildroot] [PATCH v2 3/3] xtensa: remove -mtext-section-literals from individual package *.mk's Max Filippov
2014-03-30 17:30 ` Baruch Siach
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=1396198538-32628-1-git-send-email-jcmvbkbc@gmail.com \
--to=jcmvbkbc@gmail.com \
--cc=buildroot@busybox.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.