This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB 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. db74e4ba014f9ee96e8c8587534811c91c4d8ebb


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  db74e4ba014f9ee96e8c8587534811c91c4d8ebb (commit)
      from  d63f2f8402c38d106b8508f324da6a5277471a2d (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=db74e4ba014f9ee96e8c8587534811c91c4d8ebb

commit db74e4ba014f9ee96e8c8587534811c91c4d8ebb
Author: Pedro Alves <palves@redhat.com>
Date:   Wed Oct 1 11:18:22 2014 +0100

    features/Makefile: Make 'make cfiles' default to generating all C files
    
    This makes it easier to rebuild all GDB's generated target description
    C files.
    
    It also clarifies the comments a bit.  One might think we need a GDB
    configured for the particular arquitecture (--target=foo).  But a
    build that includes support for the target description is sufficient.
    (GDB rejects target descriptions that explicitly specify the
    architecture, with an <architecture> element, if the architecture is
    unknown.)
    
    Tested that "make clean-cfiles" deletes all .c files under
    src/gdb/features/, and that "make cfiles" generates them all without
    error, and that diffing the newly generated C files against master
    comes out an empty diff.
    
    gdb/
    2014-10-01  Pedro Alves  <palves@redhat.com>
    
    	* features/Makefile: Update comments.
    	(XMLTOC): List all xml files we build C files from.
    	(clean-cfiles): New rule.

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

Summary of changes:
 gdb/ChangeLog         |    6 ++
 gdb/features/Makefile |  122 +++++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 124 insertions(+), 4 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]