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] b1459d: binutils: fix .loc handling in xtensa gas


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

  Changed paths:
    A patches/binutils/2.23.2/914-xtensa-fix-signedness-of-gas-relocations.patch
    A patches/binutils/2.24/914-xtensa-fix-signedness-of-gas-relocations.patch
    A patches/binutils/2.25.1/914-xtensa-fix-signedness-of-gas-relocations.patch
    A patches/binutils/2.26/914-xtensa-fix-signedness-of-gas-relocations.patch

  Log Message:
  -----------
  binutils: fix .loc handling in xtensa gas

Binutils change 1058c7532d0b "Use signed data type for R_XTENSA_DIFF*
relocation offsets." changed signedness of BFD_RELOC_XTENSA_DIFF*
relocations substituted for BFD_RELOC_*. This made it impossible to
encode arbitrary 8-, 16- and 32-bit values, which broke e.g. debug info
encoding by .loc directive. Revert this part and add test.

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


  Commit: 2741a568a6c5adf34e7db9a2b9c3e9a0dada5fa0
      https://github.com/crosstool-ng/crosstool-ng/commit/2741a568a6c5adf34e7db9a2b9c3e9a0dada5fa0
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2016-02-05 (Fri, 05 Feb 2016)

  Changed paths:
    A patches/binutils/2.23.2/914-xtensa-fix-signedness-of-gas-relocations.patch
    A patches/binutils/2.24/914-xtensa-fix-signedness-of-gas-relocations.patch
    A patches/binutils/2.25.1/914-xtensa-fix-signedness-of-gas-relocations.patch
    A patches/binutils/2.26/914-xtensa-fix-signedness-of-gas-relocations.patch

  Log Message:
  -----------
  Merge pull request #335 from jcmvbkbc/xtensa-binutils-loc-fix

binutils: fix .loc handling in xtensa gas


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/69eb570f1991...2741a568a6c5
--
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]