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. 35eafcc71b8a54330704656fb6df0b5d6665ed15


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  35eafcc71b8a54330704656fb6df0b5d6665ed15 (commit)
      from  82b57a900fdac5664c678206348f403aa7ef53f0 (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=35eafcc71b8a54330704656fb6df0b5d6665ed15

commit 35eafcc71b8a54330704656fb6df0b5d6665ed15
Author: Alan Modra <amodra@gmail.com>
Date:   Fri Jul 4 12:59:42 2014 +0930

    Rename configure.in to configure.ac
    
    bfd/
    	* configure.ac: Rename from configure.in.
    	* Makefile.in: Regenerate.
    	* config.in: Regenerate.
    	* doc/Makefile.in: Regenerate.
    opcodes/
    	* configure.ac: Rename from configure.in.
    	* Makefile.in: Regenerate.
    	* config.in: Regenerate.
    binutils/
    	* configure.ac: Rename from configure.in.
    	* Makefile.in: Regenerate.
    	* config.in: Regenerate.
    	* doc/Makefile.in: Regenerate.
    gas/
    	* configure.ac: Rename from configure.in.
    	* Makefile.in: Regenerate.
    	* config.in: Regenerate.
    	* doc/Makefile.in: Regenerate.
    gprof/
    	* configure.ac: Rename from configure.in.
    	* configure.ac: Rename from configure.in.
    	* Makefile.in: Regenerate.
    	* gconfig.in: Regenerate.
    ld/
    	* configure.ac: Rename from configure.in.
    	* Makefile.in: Regenerate.
    	* config.in: Regenerate.

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

Summary of changes:
 bfd/ChangeLog                           |    7 +++++++
 bfd/Makefile.in                         |    2 +-
 bfd/config.in                           |    2 +-
 bfd/{configure.in => configure.ac}      |    0
 bfd/doc/Makefile.in                     |    2 +-
 binutils/ChangeLog                      |    7 +++++++
 binutils/Makefile.in                    |    2 +-
 binutils/config.in                      |    2 +-
 binutils/{configure.in => configure.ac} |    0
 binutils/doc/Makefile.in                |    2 +-
 gas/ChangeLog                           |    7 +++++++
 gas/Makefile.in                         |    2 +-
 gas/config.in                           |    2 +-
 gas/{configure.in => configure.ac}      |    0
 gas/doc/Makefile.in                     |    2 +-
 gprof/ChangeLog                         |    6 ++++++
 gprof/Makefile.in                       |    2 +-
 gprof/{configure.in => configure.ac}    |    0
 gprof/gconfig.in                        |    2 +-
 ld/ChangeLog                            |    6 ++++++
 ld/Makefile.in                          |    2 +-
 ld/config.in                            |    2 +-
 ld/{configure.in => configure.ac}       |    0
 opcodes/ChangeLog                       |    6 ++++++
 opcodes/Makefile.in                     |    2 +-
 opcodes/config.in                       |    2 +-
 opcodes/{configure.in => configure.ac}  |    0
 27 files changed, 54 insertions(+), 15 deletions(-)
 rename bfd/{configure.in => configure.ac} (100%)
 rename binutils/{configure.in => configure.ac} (100%)
 rename gas/{configure.in => configure.ac} (100%)
 rename gprof/{configure.in => configure.ac} (100%)
 rename ld/{configure.in => configure.ac} (100%)
 rename opcodes/{configure.in => configure.ac} (100%)


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]