public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
* gdb and binutils branch master updated. b879806f2fdd2eca7092d7b854d6cbbbbbd0493b
@ 2014-08-14  4:23 amodra
  0 siblings, 0 replies; only message in thread
From: amodra @ 2014-08-14  4:23 UTC (permalink / raw)
  To: binutils-cvs, src-cvs

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  b879806f2fdd2eca7092d7b854d6cbbbbbd0493b (commit)
      from  23ebe1a0bd86fdae83ca738cf75be67b58703756 (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=b879806f2fdd2eca7092d7b854d6cbbbbbd0493b

commit b879806f2fdd2eca7092d7b854d6cbbbbbd0493b
Author: Alan Modra <amodra@gmail.com>
Date:   Thu Aug 14 13:46:09 2014 +0930

    configury changes to make ld plugin support controlled by --enable-plugins
    
    This also makes --enable-plugins default to on for hosts that can
    support plugins, so we have consistent lto toolchain support.  The
    ACX_LARGEFILE moves aren't strictly necessary, but are harmless and
    will be necessary if plugin support is extended to more hosts via
    libtool's dlopen support.  I started down that path then decided it
    was more work than I was interested in doing.  (ACX_LARGEFILE invokes
    AC_PLUGINS.)
    
    config/
    	* plugins.m4: Test for dlfcn.h or windows.h here to set default
    	for --enable-plugins.  Report error if someone tries to enable
    	plugins on a host we don't support.
    bfd/
    	* configure.ac: Delete redundant plugin related checks.
    	* configure: Regenerate.
    binutils/
    	* configure.ac: Move ACX_LARGEFILE after LT_INIT.
    	* config.in: Regenerate.
    	* configure: Regenerate.
    gas/
    	* configure.ac: Move ACX_LARGEFILE after LT_INIT.
    	* config.in: Regenerate.
    	* configure: Regenerate.
    gprof/
    	* configure.ac: Move ACX_LARGEFILE after LT_INIT.
    	* configure: Regenerate.
    	* gconfig.in: Regenerate.
    ld/
    	* configure.ac: Move AC_PROG_CC and other macros earlier.  Delete
    	plugin checks now done in config/plugins.m4.
    	* config.in: Regenerate.
    	* configure: Regenerate.

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

Summary of changes:
 bfd/ChangeLog         |    5 +
 bfd/configure         |   64 ++-
 bfd/configure.ac      |    6 -
 binutils/ChangeLog    |    6 +
 binutils/config.in    |    3 +
 binutils/configure    |  513 ++++++++-------
 binutils/configure.ac |    2 +-
 config/ChangeLog      |    6 +
 config/plugins.m4     |   23 +-
 gas/ChangeLog         |    6 +
 gas/config.in         |    3 +
 gas/configure         |  513 ++++++++-------
 gas/configure.ac      |    2 +-
 gprof/ChangeLog       |    6 +
 gprof/configure       |  513 ++++++++-------
 gprof/configure.ac    |    2 +-
 gprof/gconfig.in      |    3 +
 ld/ChangeLog          |    7 +
 ld/config.in          |    9 -
 ld/configure          | 1693 ++++++++++++++++++++++++-------------------------
 ld/configure.ac       |   30 +-
 21 files changed, 1768 insertions(+), 1647 deletions(-)


hooks/post-receive
-- 
gdb and binutils


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-14  4:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-14  4:23 gdb and binutils branch master updated. b879806f2fdd2eca7092d7b854d6cbbbbbd0493b amodra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).