bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/11600] Support SHF_EXCLUDE


From: hjl dot tools at gmail dot com
Subject: [Bug gas/11600] Support SHF_EXCLUDE
Date: 18 May 2010 06:34:39 -0000

------- Additional Comments From cvs-commit at gcc dot gnu dot org  2010-05-18 
03:31 -------
Subject: Bug 11600

CVSROOT:        /cvs/src
Module name:    src
Changes by:     address@hidden  2010-05-18 03:31:07

Modified files:
        gas            : ChangeLog 
        gas/config     : obj-elf.c tc-ppc.c tc-ppc.h 
        gas/doc        : as.texinfo 
        gas/testsuite  : ChangeLog 
        gas/testsuite/gas/elf: elf.exp 
        bfd            : ChangeLog elf.c elf32-i370.c elf32-ppc.c 
        include/elf    : ChangeLog common.h i370.h or32.h ppc.h sparc.h 
        ld/testsuite   : ChangeLog 
        binutils       : ChangeLog readelf.c 
        binutils/testsuite: ChangeLog 
        binutils/testsuite/binutils-all: objcopy.exp 
Added files:
        gas/testsuite/gas/elf: section8.d section8.s 
        ld/testsuite/ld-elf: exclude3.s exclude3a.d exclude3b.d 
                             exclude3c.d 
        binutils/testsuite/binutils-all: exclude-1.s exclude-1a.d 
                                         exclude-1b.d 

Log message:
        Implement generic SHF_EXCLUDE.
        
        bfd/
        
        2010-05-18  H.J. Lu  <address@hidden>
        
        PR gas/11600
        * elf.c (_bfd_elf_make_section_from_shdr): Handle SHF_EXCLUDE
        (elf_fake_sections): Likewise.
        
        * elf32-i370.c (i370_elf_section_from_shdr): Don't handle
        SHF_EXCLUDE here.
        * elf32-ppc.c (ppc_elf_fake_sections): Likewise.
        
        binutils/
        
        2010-05-18  H.J. Lu  <address@hidden>
        
        PR gas/11600
        * readelf.c (get_elf_section_flags): Treat SHF_EXCLUDE as a
        generic flag.
        
        binutils/testsuite/
        
        2010-05-18  H.J. Lu  <address@hidden>
        
        PR gas/11600
        * binutils-all/objcopy.exp: Run exclude-1a and exclude-1b for
        ELF targets.
        
        * binutils-all/exclude-1.s: New.
        * binutils-all/exclude-1a.d: Likewise.
        * binutils-all/exclude-1b.d: Likewise.
        
        gas/
        
        2010-05-18  H.J. Lu  <address@hidden>
        
        PR gas/11600
        * obj-elf.c (obj_elf_change_section): Handle SHF_EXCLUDE.
        (obj_elf_parse_section_letters): Likewise.
        (obj_elf_section_word): Likewise.
        
        * config/tc-ppc.c (ppc_section_letter): Removed.
        (ppc_section_word): Likewise.
        * config/tc-ppc.h (ppc_section_letter): Likewise.
        (ppc_section_word): Likewise.
        (md_elf_section_letter): Likewise.
        (md_elf_section_word): Likewise.
        
        * doc/as.texinfo: Document `e' and `#exclude'.
        
        gas/testsuite/
        
        2010-05-18  H.J. Lu  <address@hidden>
        
        PR gas/11600
        * gas/elf/elf.exp: Run section8.
        
        * gas/elf/section8.d: New.
        * gas/elf/section8.s: Likewise.
        
        include/elf/
        
        2010-05-18  H.J. Lu  <address@hidden>
        
        PR gas/11600
        * common.h (SHF_EXCLUDE): New.
        
        * i370.h (SHF_EXCLUDE): Removed.
        * or32.h (SHF_EXCLUDE): Likewise.
        * ppc.h (SHF_EXCLUDE): Likewise.
        * sparc.h (SHF_EXCLUDE): Likewise.
        
        ld/testsuite/
        
        2010-05-18  H.J. Lu  <address@hidden>
        
        PR gas/11600
        * ld-elf/exclude3.s: New.
        * ld-elf/exclude3a.d: Likewise.
        * ld-elf/exclude3b.d: Likewise.
        * ld-elf/exclude3c.d: Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.4150&r2=1.4151
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/obj-elf.c.diff?cvsroot=src&r1=1.126&r2=1.127
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-ppc.c.diff?cvsroot=src&r1=1.165&r2=1.166
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-ppc.h.diff?cvsroot=src&r1=1.41&r2=1.42
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/doc/as.texinfo.diff?cvsroot=src&r1=1.217&r2=1.218
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1667&r2=1.1668
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/elf/section8.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/elf/section8.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/elf/elf.exp.diff?cvsroot=src&r1=1.56&r2=1.57
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.5020&r2=1.5021
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/elf.c.diff?cvsroot=src&r1=1.510&r2=1.511
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/elf32-i370.c.diff?cvsroot=src&r1=1.63&r2=1.64
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/elf32-ppc.c.diff?cvsroot=src&r1=1.281&r2=1.282
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/elf/ChangeLog.diff?cvsroot=src&r1=1.397&r2=1.398
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/elf/common.h.diff?cvsroot=src&r1=1.124&r2=1.125
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/elf/i370.h.diff?cvsroot=src&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/elf/or32.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/elf/ppc.h.diff?cvsroot=src&r1=1.28&r2=1.29
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/elf/sparc.h.diff?cvsroot=src&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1251&r2=1.1252
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-elf/exclude3.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-elf/exclude3a.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-elf/exclude3b.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-elf/exclude3c.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1643&r2=1.1644
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/readelf.c.diff?cvsroot=src&r1=1.496&r2=1.497
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/testsuite/ChangeLog.diff?cvsroot=src&r1=1.201&r2=1.202
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/testsuite/binutils-all/exclude-1.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/testsuite/binutils-all/exclude-1a.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/testsuite/binutils-all/exclude-1b.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/testsuite/binutils-all/objcopy.exp.diff?cvsroot=src&r1=1.66&r2=1.67


------- Additional Comments From hjl dot tools at gmail dot com  2010-05-18 
06:34 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=11600

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]