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


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  fc270c357a3301fec8cc161199242bb934203cf6 (commit)
       via  70ba0933adb6b8d64b0687289d51837a58b804f9 (commit)
       via  41bf6acad7b02f67240f4cf84f066078f9ed7116 (commit)
      from  aa726b9e09228f819a1ebe2c7ffe83b0c9e09d3d (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=fc270c357a3301fec8cc161199242bb934203cf6

commit fc270c357a3301fec8cc161199242bb934203cf6
Author: Tom Tromey <tromey@redhat.com>
Date:   Sat Dec 28 15:32:27 2013 -0700

    replace XCALLOC with XCNEWVEC or XCNEW
    
    This removes XCALLOC and replaces it either with XCNEWVEC, or, if the
    number of elements being requested was 1, with XCNEW.
    
    2014-01-13  Tom Tromey  <tromey@redhat.com>
    
    	* defs.h (XCALLOC): Remove.
    	* bcache.c (bcache_xmalloc): Use XCNEW, not XCALLOC.
    	(print_bcache_statistics): Use XCNEWVEC, not XCALLOC.
    	* dwarf2loc.c (allocate_piece_closure): Likewise.
    	* elfread.c (elf_symfile_segments): Likewise.
    	(elf_symfile_segments): Likewise.
    	* gdbtypes.c (copy_type_recursive): Likewise.
    	* i386-tdep.c (i386_gdbarch_init): Use XCNEW, not XCALLOC.
    	* jit.c (jit_frame_sniffer): Use XCNEWVEC, not XCALLOC.
    	* minsyms.c (prim_record_minimal_symbol_full): Use XCNEW, not
    	XCALLOC.
    	* mt-tdep.c (mt_gdbarch_init): Likewise.
    	* opencl-lang.c (allocate_lval_closure): Use XCNEWVEC, not
    	XCALLOC.
    	* psymtab.c (psymbol_compare): Use XCNEW, not XCALLOC.
    	* regcache.c (regcache_xmalloc_1): Use XCNEWVEC, not XCALLOC.
    	* registry.c (registry_alloc_data): Likewise.
    	* rs6000-tdep.c (rs6000_gdbarch_init): Use XCNEW, not XCALLOC.
    	* s390-linux-tdep.c (s390_gdbarch_init): Likewise.
    	* serial.c (serial_fdopen_ops): Likewise.
    	* solib-aix.c (solib_aix_get_section_offsets): Use XCNEWVEC, not
    	XCALLOC.
    	* spu-tdep.c (spu_gdbarch_init): Use XCNEW, not XCALLOC.
    	* symfile.c (default_symfile_segments): Use XCNEW and XCNEWVEC,
    	not XCALLOC.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=70ba0933adb6b8d64b0687289d51837a58b804f9

commit 70ba0933adb6b8d64b0687289d51837a58b804f9
Author: Tom Tromey <tromey@redhat.com>
Date:   Sat Dec 28 15:31:23 2013 -0700

    replace XMALLOC with XNEW
    
    This replaces XMALLOC with XNEW, and removes XMALLOC.  The only
    non-mechanical bit here was remembering to edit gdbarch.sh.
    
    2014-01-13  Tom Tromey  <tromey@redhat.com>
    
    	* defs.h (XMALLOC): Remove.
    	* avr-tdep.c (avr_gdbarch_init): Use XNEW, not XMALLOC.
    	* bfin-tdep.c (bfin_gdbarch_init): Likewise.
    	* cli-out.c (struct ui_out *): Likewise.
    	* cli/cli-dump.c (add_dump_command): Likewise.
    	(add_dump_command): Likewise.
    	* complaints.c (get_complaints): Likewise.
    	(find_complaint): Likewise.
    	* dwarf2-frame.c (execute_cfa_program): Likewise.
    	* dwarf2read.c (abbrev_table_read_table): Likewise.
    	* gdbarch.sh: Likewise.
    	* gdbarch.c: Rebuild.
    	* inf-ttrace.c (inf_ttrace_add_page): Likewise.
    	* interps.c (interp_new): Likewise.
    	* lm32-tdep.c (lm32_gdbarch_init): Likewise.
    	* m32r-tdep.c (m32r_gdbarch_init): Likewise.
    	* mi/mi-console.c (mi_console_file_new): Likewise.
    	* mi/mi-interp.c (mi_interpreter_init): Likewise.
    	* mi/mi-out.c (mi_out_new): Likewise.
    	* mi/mi-parse.c (mi_parse): Likewise.
    	* microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
    	* moxie-tdep.c (moxie_gdbarch_init): Likewise.
    	* observer.c (xalloc_observer_list_node): Likewise.
    	* regcache.c (regcache_xmalloc_1): Likewise.
    	* reggroups.c (reggroup_new): Likewise.
    	(_initialize_reggroup): Likewise.
    	* registry.c (register_data_with_cleanup): Likewise.
    	* remote.c (remote_notif_stop_alloc_reply): Likewise.
    	* ser-base.c (serial_ttystate): Likewise.
    	* ser-mingw.c (make_pipe_state): Likewise.
    	* ser-pipe.c (pipe_open): Likewise.
    	* serial.c (serial_open): Likewise.
    	* sh64-tdep.c (sh64_gdbarch_init): Likewise.
    	* tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
    	(tui_alloc_win_info): Likewise.
    	(tui_add_content_elements): Likewise.
    	* tui/tui-file.c (tui_file_new): Likewise.
    	* tui/tui-out.c (tui_out_new): Likewise.
    	* ui-file.c (mem_file_new): Likewise.
    	* ui-out.c (push_level): Likewise.
    	(make_cleanup_ui_out_end): Likewise.
    	(append_header_to_list): Likewise.
    	(ui_out_new): Likewise.
    	* user-regs.c (user_reg_add_builtin): Likewise.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=41bf6acad7b02f67240f4cf84f066078f9ed7116

commit 41bf6acad7b02f67240f4cf84f066078f9ed7116
Author: Tom Tromey <tromey@redhat.com>
Date:   Sat Dec 28 15:31:01 2013 -0700

    replace XZALLOC with XCNEW
    
    This replaces XZALLOC with XCNEW and removes XZALLOC.
    This change is purely mechanical.
    
    2014-01-13  Tom Tromey  <tromey@redhat.com>
    
    	* defs.h (XZALLOC): Remove.
    	* ada-lang.c (get_ada_inferior_data): Use XCNEW, not XZALLOC.
    	* ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
    	(get_ada_tasks_inferior_data): Likewise.
    	* auto-load.c (get_auto_load_pspace_data): Likewise.
    	* auxv.c (get_auxv_inferior_data): Likewise.
    	* bfd-target.c (target_bfd_reopen): Likewise.
    	* breakpoint.c (get_catch_syscall_inferior_data): Likewise.
    	(deprecated_insert_raw_breakpoint): Likewise.
    	* bsd-uthread.c (bsd_uthread_pid_to_str): Likewise.
    	* corelow.c (core_open): Likewise.
    	* darwin-nat.c (darwin_check_new_threads): Likewise.
    	(darwin_attach_pid): Likewise.
    	* dummy-frame.c (dummy_frame_push): Likewise.
    	* dwarf2-frame.c (dwarf2_frame_cache): Likewise.
    	* dwarf2loc.c (allocate_piece_closure): Likewise.
    	* elfread.c (elf_symfile_segments): Likewise.
    	* eval.c (ptrmath_type_p): Likewise.
    	* exceptions.c (EXCEPTIONS_SIGJMP_BUF): Likewise.
    	* gdbtypes.c (alloc_type_arch): Likewise.
    	(alloc_type_instance): Likewise.
    	* hppa-tdep.c (hppa_gdbarch_init): Likewise.
    	* inf-child.c (inf_child_can_use_agent): Likewise.
    	* inflow.c (get_inflow_inferior_data): Likewise.
    	* infrun.c (save_infcall_suspend_state): Likewise.
    	* jit.c (jit_reader_load): Likewise.
    	(get_jit_objfile_data): Likewise.
    	(get_jit_program_space_data): Likewise.
    	(jit_object_open_impl): Likewise.
    	(jit_symtab_open_impl): Likewise.
    	(jit_block_open_impl): Likewise.
    	(jit_frame_sniffer): Likewise.
    	* linux-fork.c (add_fork): Likewise.
    	* maint.c (make_command_stats_cleanup): Likewise.
    	* objfiles.c (get_objfile_pspace_data): Likewise.
    	* opencl-lang.c (struct lval_closure): Likewise.
    	* osdata.c (osdata_start_osdata): Likewise.
    	* progspace.c (new_address_space): Likewise.
    	(add_program_space): Likewise.
    	* remote-sim.c (get_sim_inferior_data): Likewise.
    	* sh-tdep.c (sh_gdbarch_init): Likewise.
    	* skip.c (Ignore): Likewise.
    	(skip_delete_command): Likewise.
    	* solib-aix.c (get_solib_aix_inferior_data): Likewise.
    	(library_list_start_library): Likewise.
    	(solib_aix_current_sos): Likewise.
    	* solib-darwin.c (get_darwin_info): Likewise.
    	(darwin_current_sos): Likewise.
    	* solib-dsbt.c (get_dsbt_info): Likewise.
    	* solib-ia64-hpux.c (new_so_list): Likewise.
    	(ia64_hpux_get_solib_linkage_addr): Likewise.
    	* solib-spu.c (append_ocl_sos): Likewise.
    	(spu_current_sos): Likewise.
    	* solib-svr4.c (get_svr4_info): Likewise.
    	(svr4_keep_data_in_core): Likewise.
    	(library_list_start_library): Likewise.
    	(svr4_default_sos): Likewise.
    	(svr4_read_so_list): Likewise.
    	* solib-target.c (library_list_start_library): Likewise.
    	(solib_target_current_sos): Likewise.
    	* sparc-tdep.c (sparc32_gdbarch_init): Likewise.
    	* symfile-debug.c (install_symfile_debug_logging): Likewise.
    	* symfile.c (default_symfile_segments): Likewise.
    	* target-descriptions.c (tdesc_data_init): Likewise.
    	(tdesc_create_reg): Likewise.
    	(struct tdesc_type *): Likewise.
    	(tdesc_create_vector): Likewise.
    	(tdesc_set_struct_size): Likewise.
    	(struct tdesc_type *): Likewise.
    	(tdesc_free_feature): Likewise.
    	(tdesc_create_feature): Likewise.
    	* windows-nat.c (windows_add_thread): Likewise.
    	(windows_make_so): Likewise.
    	* xml-support.c (gdb_xml_body_text): Likewise.
    	(gdb_xml_create_parser_and_cleanup): Likewise.
    	(xml_process_xincludes): Likewise.
    	* xml-syscall.c (allocate_syscalls_info): Likewise.
    	(syscall_create_syscall_desc): Likewise.

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

Summary of changes:
 gdb/ChangeLog             |  156 +++++++++++++++++++++++++++++++++++++++++++++
 gdb/ada-lang.c            |    2 +-
 gdb/ada-tasks.c           |    4 +-
 gdb/auto-load.c           |    2 +-
 gdb/auxv.c                |    2 +-
 gdb/avr-tdep.c            |    2 +-
 gdb/bcache.c              |    6 +-
 gdb/bfd-target.c          |    4 +-
 gdb/bfin-tdep.c           |    2 +-
 gdb/breakpoint.c          |    4 +-
 gdb/bsd-uthread.c         |    2 +-
 gdb/cli-out.c             |    2 +-
 gdb/cli/cli-dump.c        |    4 +-
 gdb/complaints.c          |    4 +-
 gdb/corelow.c             |    2 +-
 gdb/darwin-nat.c          |    4 +-
 gdb/defs.h                |    7 --
 gdb/dummy-frame.c         |    2 +-
 gdb/dwarf2-frame.c        |    4 +-
 gdb/dwarf2loc.c           |    4 +-
 gdb/dwarf2read.c          |    2 +-
 gdb/elfread.c             |    8 +-
 gdb/eval.c                |    4 +-
 gdb/exceptions.c          |    2 +-
 gdb/gdbarch.c             |   10 ++--
 gdb/gdbarch.sh            |   10 ++--
 gdb/gdbtypes.c            |    8 +-
 gdb/hppa-tdep.c           |    2 +-
 gdb/i386-tdep.c           |    2 +-
 gdb/inf-child.c           |    2 +-
 gdb/inf-ttrace.c          |    2 +-
 gdb/inflow.c              |    2 +-
 gdb/infrun.c              |    2 +-
 gdb/interps.c             |    2 +-
 gdb/jit.c                 |   18 +++---
 gdb/linux-fork.c          |    2 +-
 gdb/lm32-tdep.c           |    2 +-
 gdb/m32r-tdep.c           |    2 +-
 gdb/maint.c               |    2 +-
 gdb/mi/mi-console.c       |    2 +-
 gdb/mi/mi-interp.c        |    2 +-
 gdb/mi/mi-out.c           |    2 +-
 gdb/mi/mi-parse.c         |    2 +-
 gdb/microblaze-tdep.c     |    2 +-
 gdb/minsyms.c             |    2 +-
 gdb/moxie-tdep.c          |    2 +-
 gdb/mt-tdep.c             |    2 +-
 gdb/objfiles.c            |    2 +-
 gdb/observer.c            |    4 +-
 gdb/opencl-lang.c         |    4 +-
 gdb/osdata.c              |    2 +-
 gdb/progspace.c           |    4 +-
 gdb/psymtab.c             |    2 +-
 gdb/regcache.c            |   10 ++--
 gdb/reggroups.c           |   16 ++--
 gdb/registry.c            |    6 +-
 gdb/remote-sim.c          |    2 +-
 gdb/remote.c              |    2 +-
 gdb/rs6000-tdep.c         |    2 +-
 gdb/s390-linux-tdep.c     |    2 +-
 gdb/ser-base.c            |    4 +-
 gdb/ser-mingw.c           |    2 +-
 gdb/ser-pipe.c            |    2 +-
 gdb/serial.c              |    4 +-
 gdb/sh-tdep.c             |    2 +-
 gdb/sh64-tdep.c           |    2 +-
 gdb/skip.c                |    4 +-
 gdb/solib-aix.c           |    8 +-
 gdb/solib-darwin.c        |    4 +-
 gdb/solib-dsbt.c          |    2 +-
 gdb/solib-ia64-hpux.c     |    6 +-
 gdb/solib-spu.c           |    4 +-
 gdb/solib-svr4.c          |   12 ++--
 gdb/solib-target.c        |    4 +-
 gdb/sparc-tdep.c          |    2 +-
 gdb/spu-tdep.c            |    2 +-
 gdb/symfile-debug.c       |    2 +-
 gdb/symfile.c             |    8 +-
 gdb/target-descriptions.c |   16 ++--
 gdb/tui/tui-data.c        |    6 +-
 gdb/tui/tui-file.c        |    2 +-
 gdb/tui/tui-out.c         |    2 +-
 gdb/ui-file.c             |    2 +-
 gdb/ui-out.c              |   10 ++--
 gdb/user-regs.c           |    2 +-
 gdb/windows-nat.c         |    4 +-
 gdb/xml-support.c         |    6 +-
 gdb/xml-syscall.c         |    4 +-
 88 files changed, 327 insertions(+), 178 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]