public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
From: amodra@sourceware.org
To: binutils-cvs@sourceware.org, gdb-cvs@sourceware.org,
	src-cvs@sourceware.org
Subject: gdb and binutils branch master updated. 2974be626b5e40033b9a259a072b2fe123469126
Date: Tue, 19 Aug 2014 12:35:00 -0000	[thread overview]
Message-ID: <20140819123555.2325.qmail@sourceware.org> (raw)

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  2974be626b5e40033b9a259a072b2fe123469126 (commit)
      from  180eb0634cd876d759f3cbd5bdce24d363f9f2f1 (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=2974be626b5e40033b9a259a072b2fe123469126

commit 2974be626b5e40033b9a259a072b2fe123469126
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Aug 19 21:59:56 2014 +0930

    Fix --diable-shared --enable-plugins build breakage
    
    Directories that don't use libtool need to add -ldl (on most *nix
    hosts) to provide dlopen for libbfd.
    
    config/
    	* plugins.m4 (AC_PLUGINS): If plugins are enabled, add -ldl to
    	LIBS via AC_SEARCH_LIBS.
    gdb/
    	* acinclude.m4 (GDB_AC_CHECK_BFD): Don't add -ldl.
    	* config.in: Regenerate.
    sim/ppc/
    	* configure.ac: Invoke AC_PLUGINS.
    	* config.in: Regenerate.
    
    and regen lots of configure files.

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

Summary of changes:
 bfd/ChangeLog            |    4 +
 bfd/configure            |   58 +++++++
 binutils/ChangeLog       |    4 +
 binutils/configure       |   58 +++++++
 config/ChangeLog         |    5 +
 config/plugins.m4        |    3 +
 gas/ChangeLog            |    4 +
 gas/configure            |   58 +++++++
 gdb/ChangeLog            |    6 +
 gdb/acinclude.m4         |    4 -
 gdb/config.in            |    3 +
 gdb/configure            |  372 ++++++++++++++++++----------------------------
 gprof/ChangeLog          |    4 +
 gprof/configure          |   58 +++++++
 ld/ChangeLog             |    4 +
 ld/configure             |   58 +++++++
 sim/arm/ChangeLog        |    4 +
 sim/arm/configure        |   62 ++++++++-
 sim/avr/ChangeLog        |    4 +
 sim/avr/configure        |   62 ++++++++-
 sim/bfin/ChangeLog       |    4 +
 sim/bfin/configure       |   62 ++++++++-
 sim/common/ChangeLog     |    4 +
 sim/common/configure     |   62 ++++++++-
 sim/cr16/ChangeLog       |    4 +
 sim/cr16/configure       |   62 ++++++++-
 sim/cris/ChangeLog       |    4 +
 sim/cris/configure       |   62 ++++++++-
 sim/d10v/ChangeLog       |    4 +
 sim/d10v/configure       |   62 ++++++++-
 sim/erc32/ChangeLog      |    4 +
 sim/erc32/configure      |   62 ++++++++-
 sim/frv/ChangeLog        |    4 +
 sim/frv/configure        |   62 ++++++++-
 sim/h8300/ChangeLog      |    4 +
 sim/h8300/configure      |   62 ++++++++-
 sim/iq2000/ChangeLog     |    4 +
 sim/iq2000/configure     |   62 ++++++++-
 sim/lm32/ChangeLog       |    4 +
 sim/lm32/configure       |   62 ++++++++-
 sim/m32c/ChangeLog       |    4 +
 sim/m32c/configure       |   62 ++++++++-
 sim/m32r/ChangeLog       |    4 +
 sim/m32r/configure       |   62 ++++++++-
 sim/m68hc11/ChangeLog    |    4 +
 sim/m68hc11/configure    |   62 ++++++++-
 sim/mcore/ChangeLog      |    4 +
 sim/mcore/configure      |   62 ++++++++-
 sim/microblaze/ChangeLog |    4 +
 sim/microblaze/configure |   62 ++++++++-
 sim/mips/ChangeLog       |    4 +
 sim/mips/configure       |   62 ++++++++-
 sim/mn10300/ChangeLog    |    4 +
 sim/mn10300/configure    |   62 ++++++++-
 sim/moxie/ChangeLog      |    4 +
 sim/moxie/configure      |   62 ++++++++-
 sim/msp430/ChangeLog     |    4 +
 sim/msp430/configure     |   62 ++++++++-
 sim/ppc/ChangeLog        |    6 +
 sim/ppc/config.in        |    6 +
 sim/ppc/configure        |  106 +++++++++++++
 sim/ppc/configure.ac     |    3 +
 sim/rl78/ChangeLog       |    4 +
 sim/rl78/configure       |   62 ++++++++-
 sim/rx/ChangeLog         |    4 +
 sim/rx/configure         |   62 ++++++++-
 sim/sh/ChangeLog         |    4 +
 sim/sh/configure         |   62 ++++++++-
 sim/sh64/ChangeLog       |    4 +
 sim/sh64/configure       |   62 ++++++++-
 sim/v850/ChangeLog       |    4 +
 sim/v850/configure       |   62 ++++++++-
 72 files changed, 2254 insertions(+), 286 deletions(-)


hooks/post-receive
-- 
gdb and binutils


                 reply	other threads:[~2014-08-19 12:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140819123555.2325.qmail@sourceware.org \
    --to=amodra@sourceware.org \
    --cc=binutils-cvs@sourceware.org \
    --cc=gdb-cvs@sourceware.org \
    --cc=src-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).