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


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  ed9e98c214dde25cc9ff54bac7191c3824be3ffa (commit)
      from  127a8db1ed4fc7903007dc23c6b11f613933f9ef (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=ed9e98c214dde25cc9ff54bac7191c3824be3ffa

commit ed9e98c214dde25cc9ff54bac7191c3824be3ffa
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Nov 4 15:31:09 2014 +1030

    Don't use register keyword
    
    	* expr.c (expr_symbol_where): Don't use register keyword.
    	* app.c (app_push, app_pop, do_scrub_chars): Likewise.
    	* ecoff.c (add_string, add_ecoff_symbol, add_aux_sym_symint,
    	add_aux_sym_rndx, add_aux_sym_tir, add_procedure, add_file,
    	ecoff_build_lineno, ecoff_setup_ext, allocate_cluster.
    	allocate_scope, allocate_vlinks, allocate_shash,
    	allocate_thash, allocate_tag, allocate_forward, allocate_thead,
    	allocate_lineno_list): Likewise.
    	* frags.c (frag_more, frag_var, frag_variant, frag_wane): Likewise.
    	* input-file.c (input_file_push, input_file_pop): Likewise.
    	* input-scrub.c (input_scrub_push, input_scrub_next_buffer): Likewise.
    	* subsegs.c (subseg_change): Likewise.
    	* symbols.c (colon, symbol_table_insert, symbol_find_or_make)
    	(dollar_label_name, fb_label_name): Likewise.
    	* write.c (relax_align): Likewise.
    	* config/tc-alpha.c (s_alpha_pdesc): Likewise.
    	* config/tc-bfin.c (bfin_s_bss): Likewise.
    	* config/tc-i860.c (md_estimate_size_before_relax): Likewise.
    	* config/tc-m68hc11.c (md_convert_frag): Likewise.
    	* config/tc-m68k.c (m68k_ip, crack_operand): Likewise.
    	(md_convert_frag_1, s_even): Likewise.
    	* config/tc-mips.c (mips_clear_insn_labels): Likewise.
    	* config/tc-mn10200.c (md_begin): Likewise.
    	* config/tc-s390.c (s390_setup_opcodes, md_begin): Likewise.
    	* config/tc-sh.c (sh_elf_cons): Likewise.
    	* config/tc-tic4x.c (tic4x_cons, tic4x_stringer): Likewise.
    	* config/m68k-parse.y (m68k_reg_parse): Likewise.  Convert from K&R.
    	(yylex, m68k_ip_op, yyerror): Convert from K&R.

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

Summary of changes:
 gas/ChangeLog           |   31 +
 gas/app.c               |    6 +-
 gas/config/m68k-parse.y |   12 +-
 gas/config/tc-alpha.c   |    2 +-
 gas/config/tc-bfin.c    |    2 +-
 gas/config/tc-i860.c    |    2 +-
 gas/config/tc-m68hc11.c |    2 +-
 gas/config/tc-m68k.c    |   24 +-
 gas/config/tc-mips.c    |    2 +-
 gas/config/tc-mn10200.c |    2 +-
 gas/config/tc-s390.c    |    4 +-
 gas/config/tc-sh.c      |    2 +-
 gas/config/tc-sparc.c   |    4 +-
 gas/config/tc-tic30.c   |    2 +-
 gas/config/tc-tic4x.c   |    4 +-
 gas/ecoff.c             |  102 +-
 gas/expr.c              |    2 +-
 gas/frags.c             |   10 +-
 gas/input-file.c        |    4 +-
 gas/input-scrub.c       |    6 +-
 gas/po/gas.pot          | 8103 ++++++++++++++++++++++++-----------------------
 gas/subsegs.c           |    2 +-
 gas/symbols.c           |   18 +-
 gas/write.c             |    4 +-
 24 files changed, 4308 insertions(+), 4044 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]