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


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, microblaze, gas, bfd] PR/14736 Correct adjustment of global symbols after relax


Fixup symbol sizes after linker relaxation

Correct an off-by one when comparing relaxation addresses
with symbol start.

Also addresses PR/14736 where clang gave warning;
use of unary operator that may be intended as
compound assignment (-=)

binutils/bfd/Changelog

 2012-11-22  Edgar E. Iglesias <edgar.iglesias@gmail.com>

          * elf32-microblaze.c (calc_size_fixup): New
            (calc_fixup): Use calc_size_fixup to adjust
            object size

binutils/gas/testsuite/Changelog

 2012-11-22  David Holsgrove  <david.holsgrove@xilinx.com>

          * gas/microblaze/relax_size.exp: New file - test
            object size after linker relaxation
          * gas/microblaze/relax_size.s: Likewise
          * gas/microblaze/relax_size.elf: Likewise

Attachment: 0002-bfd-bfd-elf32-microblaze.c-Correct-adjustment-of-glo.patch
Description: 0002-bfd-bfd-elf32-microblaze.c-Correct-adjustment-of-glo.patch


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