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]

[crosstool-ng/crosstool-ng] c842c9: binutils: fix .init/.fini literals moving in xtens...


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: c842c9fd31b16f78cf11c1581beb0d084fb5e0f6
      https://github.com/crosstool-ng/crosstool-ng/commit/c842c9fd31b16f78cf11c1581beb0d084fb5e0f6
  Author: Max Filippov <jcmvbkbc@gmail.com>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    A patches/binutils/2.23.2/915-xtensa-fix-.init-.fini-literals-moving.patch
    A patches/binutils/2.24/915-xtensa-fix-.init-.fini-literals-moving.patch
    A patches/binutils/2.25.1/915-xtensa-fix-.init-.fini-literals-moving.patch
    A patches/binutils/2.26/915-xtensa-fix-.init-.fini-literals-moving.patch

  Log Message:
  -----------
  binutils: fix .init/.fini literals moving in xtensa gas

Despite the documentation and the comment in xtensa_move_literals, in
the presence of --text-section-literals and --auto-litpools literals are
moved from the separate literal sections into .init and .fini, because
the check in the xtensa_move_literals is incorrect.

This fixes build errors seen with projects that have .init/.fini and use
text-section-literals.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>


  Commit: 7f739389ffa69f1e2d42ce77878e032e4e66c359
      https://github.com/crosstool-ng/crosstool-ng/commit/7f739389ffa69f1e2d42ce77878e032e4e66c359
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    A patches/binutils/2.23.2/915-xtensa-fix-.init-.fini-literals-moving.patch
    A patches/binutils/2.24/915-xtensa-fix-.init-.fini-literals-moving.patch
    A patches/binutils/2.25.1/915-xtensa-fix-.init-.fini-literals-moving.patch
    A patches/binutils/2.26/915-xtensa-fix-.init-.fini-literals-moving.patch

  Log Message:
  -----------
  Merge pull request #342 from jcmvbkbc/xtensa-binutils-init-fini-literals-fix

binutils: fix .init/.fini literals moving in xtensa gas


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/8460611d5f28...7f739389ffa6
--
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]