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


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  e57e6ddc2e768323732a7eed6a5d25d3ee350638 (commit)
      from  cd9ac21580fa2e2068388d86349b8deb85eafce8 (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=e57e6ddc2e768323732a7eed6a5d25d3ee350638

commit e57e6ddc2e768323732a7eed6a5d25d3ee350638
Author: Alan Modra <amodra@gmail.com>
Date:   Sat Jul 26 21:00:50 2014 +0930

    Prepare gas for 64-bit obstacks
    
    Use size_t in a few places involved with obstacks, and don't include
    obstack.h in files that don't use obstacks.
    
    gas/
    	* config/bfin-parse.y: Don't include obstack.h.
    	* config/obj-aout.c: Likewise.
    	* config/obj-coff.c: Likewise.
    	* config/obj-som.c: Likewise.
    	* config/tc-bfin.c: Likewise.
    	* config/tc-i960.c: Likewise.
    	* config/tc-rl78.c: Likewise.
    	* config/tc-rx.c: Likewise.
    	* config/tc-tic4x.c: Likewise.
    	* expr.c: Likewise.
    	* listing.c: Likewise.
    	* config/obj-elf.c (elf_file_symbol): Make name_length a size_t.
    	* config/tc-aarch64.c (symbol_locate): Likewise.
    	* config/tc-arm.c (symbol_locate): Likewise.
    	* config/tc-mmix.c (mmix_handle_mmixal): Make len_0 a size_t.
    	* config/tc-score.c (s3_build_score_ops_hsh): Make len a size_t.
    	(s3_build_dependency_insn_hsh): Likewise.
    	* config/tc-score7.c (s7_build_score_ops_hsh): Likewise.
    	(s7_build_dependency_insn_hsh): Likewise.
    	* frags.c (frag_grow): Make parameter a size_t, and use size_t locals.
    	(frag_new): Make parameter a size_t.
    	(frag_var_init): Make max_chars and var parameters size_t.
    	(frag_var, frag_variant): Likewise.
    	(frag_room): Return a size_t.
    	(frag_align_pattern): Make n_fill parameter a size_t.
    	* frags.h: Update function prototypes.
    	* symbols.c (save_symbol_name): Make name_length a size_t.

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

Summary of changes:
 gas/ChangeLog           |   30 ++++++++++++++++++++++++++++++
 gas/config/bfin-parse.y |    1 -
 gas/config/obj-aout.c   |    1 -
 gas/config/obj-coff.c   |    1 -
 gas/config/obj-elf.c    |    2 +-
 gas/config/obj-som.c    |    1 -
 gas/config/tc-aarch64.c |    2 +-
 gas/config/tc-arm.c     |    2 +-
 gas/config/tc-bfin.c    |    2 +-
 gas/config/tc-i960.c    |    1 -
 gas/config/tc-mmix.c    |    2 +-
 gas/config/tc-rl78.c    |    1 -
 gas/config/tc-rx.c      |    1 -
 gas/config/tc-score.c   |    4 ++--
 gas/config/tc-score7.c  |    4 ++--
 gas/config/tc-tic4x.c   |    1 -
 gas/expr.c              |    1 -
 gas/frags.c             |   29 +++++++++++++++--------------
 gas/frags.h             |   18 +++++++++---------
 gas/listing.c           |    1 -
 gas/symbols.c           |    2 +-
 21 files changed, 64 insertions(+), 43 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]