This is the mail archive of the binutils-cvs@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]

gdb and binutils branch master updated. 0b42baa397bcacec234090eaac043d3d261b2908


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  0b42baa397bcacec234090eaac043d3d261b2908 (commit)
       via  6a2619f95336f522e6a5e9a7fcbfd6d4ce47014b (commit)
       via  15635cff5fc339e9819b975232933a0fb133899d (commit)
       via  6f86b3b00029344e8aebadf1bb10c9ee46d2d512 (commit)
      from  2d6f0de676f46ebd8bb7d98a0093aa081e17e94b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0b42baa397bcacec234090eaac043d3d261b2908

commit 0b42baa397bcacec234090eaac043d3d261b2908
Author: Will Newton <will.newton@linaro.org>
Date:   Tue Jul 8 10:23:27 2014 +0100

    gas/ARM: Fix testsuite failure for arm-elf
    
    At some point the arm-elf output became the same as arm-eabi. Remove
    the special handling of arm-elf.
    
    gas/testsuite/ChangeLog:
    
    2014-07-10  Will Newton  <will.newton@linaro.org>
    
    	* gas/elf/elf.exp: Remove special handling of arm-elf for
    	section2 test.
    	* gas/elf/section2.e-armeabi: Rename to...
    	* gas/elf/section2.e-arm: ...here.
    	* gas/elf/section2.e-armelf: Remove file.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6a2619f95336f522e6a5e9a7fcbfd6d4ce47014b

commit 6a2619f95336f522e6a5e9a7fcbfd6d4ce47014b
Author: Will Newton <will.newton@linaro.org>
Date:   Mon Jul 7 17:33:34 2014 +0100

    Fix tests when configured for arm-linux and arm-elf
    
    With this change all gas and most ld tests pass when configured for
    arm-linux. It doesn't look like these configurations have been
    tested in a long time but this attempts to stem the bit-rot slightly.
    
    gas/testsuite/ChangeLog:
    
    2014-07-10  Will Newton  <will.newton@linaro.org>
    
    	* gas/arm/bl-local-2.d: Only enable the test on EABI and
    	NaCl configurations.
    	* gas/arm/bl-local-v4t.d: Likewise.
    	* gas/arm/blx-local.d: Likewise.
    	* gas/arm/branch-reloc.d: Likewise.
    
    ld/testsuite/ChangeLog:
    
    2014-07-10  Will Newton  <will.newton@linaro.org>
    
    	* ld-arm/arm-elf.exp (armelftests_nonacl): Move Cortex-A8 fix
    	tests, IFUNC tests and other EABI requiring tests to...
    	(armeabitests_nonacl): ...here.
    	* ld-arm/arm-app-abs32.d: Loosen regex for architecture type
    	to allow test to pass on configurations without an attributes
    	section.
    	* ld-arm/arm-app.d: Likewise.
    	* ld-arm/arm-lib-plt32.d: Likewise.
    	* ld-arm/arm-lib.d: Likewise.
    	* ld-arm/arm-static-app.d: Likewise.
    	* ld-arm/armthumb-lib.d: Likewise.
    	* ld-arm/cortex-a8-far.d: Likewise.
    	* ld-arm/farcall-mixed-app.d: Likewise.
    	* ld-arm/farcall-mixed-lib-v4t.d: Likewise.
    	* ld-arm/farcall-mixed-lib.d: Likewise.
    	* ld-arm/mixed-app-v5.d: Likewise.
    	* ld-arm/mixed-app.d: Likewise.
    	* ld-arm/mixed-lib.d: Likewise.
    	* ld-arm/tls-app.d: Likewise.
    	* ld-arm/tls-descrelax-be32.d: Likewise.
    	* ld-arm/tls-descrelax.d: Likewise.
    	* ld-arm/tls-descseq.d: Likewise.
    	* ld-arm/tls-gdesc-got.d: Likewise.
    	* ld-arm/tls-gdesc.d: Likewise.
    	* ld-arm/tls-gdierelax.d: Likewise.
    	* ld-arm/tls-gdierelax2.d: Likewise.
    	* ld-arm/tls-gdlerelax.d: Likewise.
    	* ld-arm/tls-lib-loc.d: Likewise.
    	* ld-arm/tls-lib.d: Likewise.
    	* ld-arm/tls-thumb1.d: Likewise.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=15635cff5fc339e9819b975232933a0fb133899d

commit 15635cff5fc339e9819b975232933a0fb133899d
Author: Will Newton <will.newton@linaro.org>
Date:   Mon Jul 7 17:26:48 2014 +0100

    binutils/testsuite: Disable strip-10 test on ARM non-EABI
    
    Non-EABI ARM targets set OSABI to ARM regardless of whether or not GNU
    features have been used which causes this test to fail.
    
    binutils/testsuite/ChangeLog:
    
    2014-07-10  Will Newton  <will.newton@linaro.org>
    
    	* binutils-all/objcopy.exp: Disable the strip-10 test on
    	non-EABI ARM configurations.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6f86b3b00029344e8aebadf1bb10c9ee46d2d512

commit 6f86b3b00029344e8aebadf1bb10c9ee46d2d512
Author: Will Newton <will.newton@linaro.org>
Date:   Mon Jul 7 17:30:58 2014 +0100

    ld/testsuite: Disable non-PIC shared library tests on ARM
    
    ARM doesn't support non-PIC shared libraries so don't run those
    tests.
    
    ld/testsuite/ChangeLog:
    
    2014-07-10  Will Newton  <will.newton@linaro.org>
    
    	* ld-elfvers/vers.exp: Set pic to yes for ARM targets.

-----------------------------------------------------------------------

Summary of changes:
 binutils/testsuite/ChangeLog                       |    5 +
 binutils/testsuite/binutils-all/objcopy.exp        |    4 +-
 gas/testsuite/ChangeLog                            |   14 +
 gas/testsuite/gas/arm/bl-local-2.d                 |    2 +-
 gas/testsuite/gas/arm/bl-local-v4t.d               |    2 +-
 gas/testsuite/gas/arm/blx-local.d                  |    2 +-
 gas/testsuite/gas/arm/branch-reloc.d               |    4 +-
 gas/testsuite/gas/elf/elf.exp                      |   10 +-
 .../gas/elf/{section2.e-armeabi => section2.e-arm} |    0
 gas/testsuite/gas/elf/section2.e-armelf            |   10 -
 ld/testsuite/ChangeLog                             |   35 ++
 ld/testsuite/ld-arm/arm-app-abs32.d                |    2 +-
 ld/testsuite/ld-arm/arm-app.d                      |    2 +-
 ld/testsuite/ld-arm/arm-elf.exp                    |  380 ++++++++++----------
 ld/testsuite/ld-arm/arm-lib-plt32.d                |    2 +-
 ld/testsuite/ld-arm/arm-lib.d                      |    2 +-
 ld/testsuite/ld-arm/arm-static-app.d               |    2 +-
 ld/testsuite/ld-arm/armthumb-lib.d                 |    2 +-
 ld/testsuite/ld-arm/cortex-a8-far.d                |    1 +
 ld/testsuite/ld-arm/farcall-mixed-app.d            |    2 +-
 ld/testsuite/ld-arm/farcall-mixed-lib-v4t.d        |    2 +-
 ld/testsuite/ld-arm/farcall-mixed-lib.d            |    2 +-
 ld/testsuite/ld-arm/mixed-app-v5.d                 |    2 +-
 ld/testsuite/ld-arm/mixed-app.d                    |    2 +-
 ld/testsuite/ld-arm/mixed-lib.d                    |    2 +-
 ld/testsuite/ld-arm/tls-app.d                      |    2 +-
 ld/testsuite/ld-arm/tls-descrelax-be32.d           |    2 +-
 ld/testsuite/ld-arm/tls-descrelax.d                |    2 +-
 ld/testsuite/ld-arm/tls-descseq.d                  |    2 +-
 ld/testsuite/ld-arm/tls-gdesc-got.d                |    2 +-
 ld/testsuite/ld-arm/tls-gdesc.d                    |    2 +-
 ld/testsuite/ld-arm/tls-gdierelax.d                |    2 +-
 ld/testsuite/ld-arm/tls-gdierelax2.d               |    2 +-
 ld/testsuite/ld-arm/tls-gdlerelax.d                |    2 +-
 ld/testsuite/ld-arm/tls-lib-loc.d                  |    2 +-
 ld/testsuite/ld-arm/tls-lib.d                      |    2 +-
 ld/testsuite/ld-arm/tls-thumb1.d                   |    2 +-
 ld/testsuite/ld-elfvers/vers.exp                   |    3 +-
 38 files changed, 280 insertions(+), 240 deletions(-)
 rename gas/testsuite/gas/elf/{section2.e-armeabi => section2.e-arm} (100%)
 delete mode 100644 gas/testsuite/gas/elf/section2.e-armelf


hooks/post-receive
-- 
gdb and binutils


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