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. abc868c6090192b9bf3059da81e518bd744b8da3


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  abc868c6090192b9bf3059da81e518bd744b8da3 (commit)
      from  878f7dc7d15cd4f47943bef53c8201f4781d1807 (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=abc868c6090192b9bf3059da81e518bd744b8da3

commit abc868c6090192b9bf3059da81e518bd744b8da3
Author: Alan Modra <amodra@gmail.com>
Date:   Sat Jul 5 11:59:53 2014 +0930

    Rid libdummy.a from lto.exp
    
    libdummy.a is used to make run_cc_link_tests compile objects and
    archive them.  libdummy.a isn't used.  What we're really doing is
    preventing a final link.  So do that directly.
    
    	* lib/ld-lib.exp (run_ld_link_tests): Stop after assembling objects
    	if binfile is empty.
    	(run_ld_link_exec_tests, run_cc_link_tests): Likewise.  Tidy
    	status checks.
    	* ld-plugin/lto.exp: Don't use libdummy.a trick to compile objects.
    	Instead use an empty output file.

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

Summary of changes:
 ld/testsuite/ChangeLog         |    9 ++++
 ld/testsuite/ld-plugin/lto.exp |   98 ++++++++++++++++++++--------------------
 ld/testsuite/lib/ld-lib.exp    |   33 +++++++-------
 3 files changed, 74 insertions(+), 66 deletions(-)


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]