source: rtems-tools/tools/5/binutils/binutils-2.26-gas-reloc.patch @ a70b8e6

5
Last change on this file since a70b8e6 was a70b8e6, checked in by Sebastian Huber <sebastian.huber@…>, on 11/09/17 at 08:35:29

Add tools/5 patch

Update #3220.

  • Property mode set to 100644
File size: 510 bytes
  • gas/config/tc-sparc.c

    diff --git a/gas/config/tc-sparc.c b/gas/config/tc-sparc.c
    index 70f5bfb..d3b213c 100644
    a b cons_fix_new_sparc (fragS *frag, 
    49574957          case 8: r = BFD_RELOC_SPARC_TLS_DTPOFF64; break;
    49584958          }
    49594959    }
    4960   else if (sparc_no_align_cons)
     4960  else if (sparc_no_align_cons
     4961           || /* PR 20803 - relocs in the .eh_frame section need
     4962                 to support unaligned access.  */
     4963           strcmp (now_seg->name, ".eh_frame") == 0)
    49614964    {
    49624965      switch (nbytes)
    49634966        {
Note: See TracBrowser for help on using the repository browser.