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


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  b6a1c03a9547590a35fccda9ae358fb1cfd8befa (commit)
      from  7341d5e22f1061016411734ba162d362ac5928db (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=b6a1c03a9547590a35fccda9ae358fb1cfd8befa

commit b6a1c03a9547590a35fccda9ae358fb1cfd8befa
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Jul 1 20:43:14 2014 +0930

    Reorganise struct bfd
    
    for better packing.  Removes a field and a flag that are never set.
    
    bfd/
    	* bfd.c (struct bfd): Reorganise for better packing.  Delete
    	"ifd" field.  Make "format", "direction" and "flags" bitfields.
    	(HAS_LOAD_PAGE): Delete, renumber following flags.
    	* bfd-in2.h: Regenerate.
    	* coff-tic4x.c: Remove HAS_LOAD_PAGE from extra flags in target vecs.
    binutils/
    	* objdump.c (dump_bfd_header): Don't print HAS_LOAD_PAGE.

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

Summary of changes:
 bfd/ChangeLog      |    8 ++++
 bfd/bfd-in2.h      |  112 ++++++++++++++++++++++++---------------------------
 bfd/bfd.c          |  112 ++++++++++++++++++++++++---------------------------
 bfd/coff-tic4x.c   |   12 +++---
 binutils/ChangeLog |    4 ++
 binutils/objdump.c |    1 -
 6 files changed, 124 insertions(+), 125 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]