Use gdb_byte for bytes from the program being debugged.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 511d18df6412b904ca613f0e864b75679c015e16..92d2209a219b3facf2ff754e0bdd05c4dbf5845e 100644 (file)
@@ -1,3 +1,501 @@
+2013-03-01  Pedro Alves  <palves@redhat.com>
+
+       Use gdb_byte for bytes from the program being debugged.
+
+       * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
+       Change type of local 'buf' to gdb_byte.
+       * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
+       * bfin-tdep.c (bfin_push_dummy_call): Likewise.
+       * cris-tdep.c (cris_sigcontext_addr)
+       (cris_sigtramp_frame_unwind_cache): Likewise.
+       * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
+       (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
+       Likewise.
+       * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
+       * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
+       (hppa32_hpux_search_dummy_call_sequence)
+       (hppa_hpux_supply_save_state): Likewise.
+       * hppa-linux-tdep.c (insns_match_pattern)
+       (hppa_linux_find_global_pointer): Likewise.
+       * hppa-tdep.c (hppa_in_function_epilogue_p)
+       (skip_prologue_hard_way, hppa_frame_cache): Likewise.
+       * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
+       * i386fbsd-tdep.c (i386fbsd_supply_uthread)
+       (i386fbsd_collect_uthread): Likewise.
+       * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
+       * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
+       * ia64-tdep.c (examine_prologue, ia64_frame_cache)
+       (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
+       (ia64_sigtramp_frame_prev_register, ia64_access_reg)
+       (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
+       (ia64_libunwind_frame_prev_register)
+       (ia64_libunwind_sigtramp_frame_this_id)
+       (ia64_find_global_pointer_from_dynamic_section)
+       (find_extant_func_descr, find_func_descr, ia64_dummy_id)
+       (ia64_unwind_pc): Likewise.
+       * iq2000-tdep.c (iq2000_store_return_value): Likewise.
+       * m68hc11-tdep.c (m68hc11_push_dummy_call)
+       (m68hc11_extract_return_value): Likewise.
+       * m68klinux-nat.c (fetch_register, store_register): Likewise.
+       * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
+       (mep_get_insn, mep_push_dummy_call): Likewise.
+       * mips-linux-tdep.c (mips_linux_get_longjmp_target)
+       (mips_linux_in_dynsym_stub): Likewise.
+       * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
+       * ppc-linux-nat.c (fetch_register, store_register): Likewise.
+       * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
+       to gdb_byte.
+       * remote-mips.c (mips_set_register): Likewise.
+       * remote-sim.c (gdbsim_fetch_register): Likewise.
+       * score-tdep.c (score7_fetch_inst): Change type of parameter
+       'memblock' and local 'buf' to gdb_byte.
+       (score7_malloc_and_get_memblock): Change return type to gdb_byte.
+       Change type of local 'buf' to gdb_byte.  Adjust.
+       (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
+       to gdb_byte**.
+       (score7_analyze_prologue): Change type of 'memblock' and
+       'memblock_ptr' locals to gdb_byte*.
+       * sh64-tdep.c (sh64_extract_return_value)
+       (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
+       * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
+       * solib-pa64.c (pa64_solib_create_inferior_hook)
+       (pa64_open_symbol_file_object): Remove local 'buf'.
+       * solib-som.c (som_solib_create_inferior_hook, link_map_start)
+       (som_open_symbol_file_object): Likewise.
+       * solib-spu.c (spu_current_sos): Likewise.
+       * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
+       * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
+       (spu_store_registers): Likewise.
+       * target.c (debug_print_register): Likewise.
+       * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
+       * xstormy16-tdep.c (xstormy16_store_return_value)
+       (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
+       (xstormy16_find_jmp_table_entry): Likewise.
+
+2013-03-01  Jiong Wang  <jiwang@tilera.com>
+
+       * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
+       (tilegx_gdbarch_init): Install it.
+
+2013-02-28  Tom Tromey  <tromey@redhat.com>
+
+       * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
+       PyLong_Check.
+
+2013-02-28  Doug Evans  <dje@google.com>
+
+       * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
+       * python/python.c (gdbpy_find_pc_line): Ditto.
+
+2013-02-28  Tom Tromey  <tromey@redhat.com>
+
+       * contrib/excheck.py: New file.
+       * contrib/exsummary.py: New file.
+       * contrib/gcc-with-excheck: New file.
+
+2013-02-28  Tom Tromey  <tromey@redhat.com>
+
+       * python/python.c (gdbpy_print_stack): Call begin_line and
+       fprintf_filtered inside TRY_CATCH.
+
+2013-02-28  Tom Tromey  <tromey@redhat.com>
+
+       * python/python.c (gdbpy_find_pc_line): Call find_pc_line
+       inside TRY_CATCH.
+
+2013-02-28  Tom Tromey  <tromey@redhat.com>
+
+       * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
+       frame_object_to_frame_info inside TRY_CATCH.
+
+2013-02-28  Tom Tromey  <tromey@redhat.com>
+
+       * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
+       TRY_CATCH.
+
+2013-02-28  Tom Tromey  <tromey@redhat.com>
+
+       * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
+
+2013-02-27  Corinna Vinschen  <vinschen@redhat.com>
+
+       * windows-nat.c: Throughout, fix format strings and casts of
+       printf-like functions to avoid type related warnings on all
+       platforms.
+       (handle_output_debug_string): Fetch context information address
+       from debug string using string_to_core_addr.
+
+2013-02-27  Jiong Wang  <jiwang@tilera.com>
+
+       * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
+       * regformats/reg-tilegx32.dat: New.
+
+2013-02-27  Jiong Wang  <jiwang@tilera.com>
+
+       * configure.tgt (tilegx-*-linux*): Enable gdbserver.
+
+2013-02-27  Jiong Wang  <jiwang@tilera.com>
+
+       * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
+
+2013-02-27  Yao Qi  <yao@codesourcery.com>
+           Pedro Alves  <palves@redhat.com>
+
+       * tracepoint.c (tfile_trace_find): For tfind
+       pc/tp/range/outside, look for the next trace frame instead of
+       always starting from frame 0.
+
+2013-02-26  Anthony Green  <green@moxielogic.com>
+
+       * configure.tgt: Add support for moxie-*-rtems* target.
+
+2013-02-25  Pedro Alves  <palves@redhat.com>
+
+       * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
+       warning text.
+
+2013-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
+       if $fp is used as the virtual frame pointer.
+
+2013-02-23  Alan Modra  <amodra@gmail.com>
+
+       * elfread.c (elf_symtab_read): Do not use udata.p here to find
+       symbol size.
+       * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
+       * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
+       * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
+       * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
+
+2013-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Code cleanup.
+       * elfread.c (build_id_bfd_get): Make the return type const.
+       (build_id_verify): Make the check parameter const.
+       (build_id_to_debug_filename): Make the build_id parameter and variable
+       data const.
+       (find_separate_debug_file_by_buildid): Make the variable build_id const.
+
+2013-02-21  Alan Modra  <amodra@gmail.com>
+
+       * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
+
+2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
+
+       Add a new method 'disassemble' to gdb.Architecture class.
+       * python/py-arch.c (archpy_disassmble): Implementation of the
+       new method gdb.Architecture.disassemble.
+       (arch_object_methods): Add entry for the new method.
+
+2013-02-20  Jiong Wang  <jiwang@tilera.com>
+
+       * MAINTAINERS (Write After Approval): Add myself to the list.
+
+2013-02-19  Pedro Alves  <palves@redhat.com>
+
+       Garbage collect 'struct monitor_ops'::load_routine.
+
+       * monitor.h (struct monitor_ops) <load_routine>: Remove field.
+       * monitor.c (monitor_load): No longer call
+       current_monitor->load_routine.
+       * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
+       * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
+       * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
+
+2013-02-19  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/15161
+
+       Harmonize with generic_load.
+
+       * monitor.c: Include "readline/readline.h".
+       (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
+       instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
+       long/strtol for the 'load_offset' local.  Error out if no argument
+       is given or if too many arguments are given.  Tilde expand the
+       passed in file name.
+
+2013-02-19  Kai Tietz  <ktietz@redhat.com>
+
+       PR gdb/15161
+       * symfile.c (load_section_data): Change type of load_offset
+       to CORE_ADDR.
+       (generic_load): User strtoulst instead of strtoul for conversion
+       of load_offset.
+
+2013-02-19  Jiong Wang  <jiwang@tilera.com>
+
+       * tilegx-tdep.c (tilegx_analyze_prologue): add check for
+        for return address, "lr" register, saved on stack.
+       * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
+       after we invoke tilegx_analyze_prologue.
+
+2013-02-19  Jiong Wang  <jiwang@tilera.com>
+
+       * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
+
+2013-02-19  Jiong Wang  <jiwang@tilera.com>
+
+       * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
+
+2013-02-19  Jiong Wang  <jiwang@tilera.com>
+
+       * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
+       (tilegx_write_pc): New function.
+       (tilegx_cannot_reference_register): Return zero if REGNO
+       is TILEGX_FAULTNUM_REGNUM.
+       (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
+       (tilegx_register_name): Add handling of "faultnum" register.
+       * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
+       * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
+       handling of TILEGX_FAULTNUM_REGNUM.
+       * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
+
+2013-02-19  Jiong Wang  <jiwang@tilera.com>
+
+       * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
+       should be aligned to 64bit.
+
+2013-02-19  Kai Tietz  <ktietz@redhat.com>
+
+       * windows-nat.c (windows_xfer_memory): Fix debug-output
+       for LLP64.
+
+2013-02-19  Lei Liu  <lei.liu2@windriver.com>
+
+       * mips-linux-nat.c (mips64_linux_regsets_store_registers):
+       Don't check DSP register number if HAVE_DSP is not set.
+
+2013-02-19  Alan Modra  <amodra@gmail.com>
+
+       * elfread.c (struct build_id): Delete.  Use struct elf_build_id
+       throughout file instead.
+       (build_id_bfd_get): Update to use new elf_tdata build_id field.
+       Don't xmalloc return value.
+       (build_id_verify): Similarly.  Don't xfree.
+       (build_id_to_debug_filename): Update.
+       (find_separate_debug_file_by_buildid): Update, don't xfree.
+
+2013-02-18  Tom Tromey  <tromey@redhat.com>
+
+       PR gdb/15102:
+       * dwarf2read.c (read_subrange_type): Use result of
+       'check_typedef'.
+
+2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
+
+       * frame.c: Remove one extra white space after #include
+       directive.
+
+2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
+
+2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
+       and dir commands into an if block.
+
+2013-02-15  Sanimir Agovic  <sanimir.agovic@intel.com>
+
+       * python/py-breakpoint (struct pybp_code):  Use int instead of
+       enum type_code.
+
+2013-02-15  Pedro Alves  <pedro@codesourcery.com>
+           Hafiz Abid Qadeer  <abidh@codesourcery.com>
+
+       * NEWS: Mention new field "trace-file".
+       * tracepoint.c (trace_status_mi): Output "trace-file" field.
+       (tfile_open): Record the trace file's filename in the trace
+       status.
+       (tfile_files_info): Mention the name of the trace file.
+       Check the "filename" field explicitely.
+       (trace_status_command): Explicitely check "filename" field.
+       (trace_find_command): Ditto.
+       (trace_find_pc_command): Ditto.
+       (trace_find_tracepoint_command): Ditto.
+       (trace_find_line_command): Ditto.
+       (trace_find_range_command): Ditto.
+       (trace_find_outside_command): Ditto.
+       * tracepoint.h (struct trace_status) <from_file>: Rename it
+       to "filename" and make it hold the trace file's filename
+       instead of a boolean.
+       * remote.c (remote_get_trace_status): Initialize "filename"
+       field with NULL instead of 0.
+
+2013-02-15  Yao Qi  <yao@codesourcery.com>
+
+       * remote.c: Fix a typo.
+
+2013-02-14  Pierre Muller  <muller@sourceware.org>
+
+       * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
+
+2013-02-14  Pedro Alves  <palves@redhat.com>
+
+       * utils.c (savestring): Don't #undef it.  Move function to
+       common/common-utils.c.
+       * common/common-utils.c: Include gdb_string.h.
+       (savestring): Move here from utils.c.
+       * common/common-utils.h (savestring): Declare.
+
+2013-02-14  Pedro Alves  <palves@redhat.com>
+
+       * utils.c (savestring): Rename parameter 'size' to 'len'.
+
+2013-02-14  Pedro Alves  <palves@redhat.com>
+           Yufeng Zhang  <yufeng.zhang@arm.com>
+
+       * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
+       (aarch64_inferior_data, struct aarch64_inferior_data):
+       Delete.
+       (struct aarch64_process_info): New.
+       (aarch64_process_list): New global.
+       (aarch64_find_process_pid, aarch64_add_process)
+       (aarch64_process_info_get): New functions.
+       (aarch64_inferior_data_get): Delete.
+       (aarch64_process_info_get): New function.
+       (aarch64_forget_process): New function.
+       (aarch64_get_debug_reg_state): New parameter 'pid'.  Reimplement.
+       (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
+       aarch64_get_debug_reg_state.
+       (aarch64_notify_debug_reg_change): Use iterate_over_lwps
+       instead of linux_nat_iterate_watchpoint_lwps.
+       (aarch64_linux_new_fork): New function.
+       (aarch64_linux_child_post_startup_inferior): Use
+       aarch64_forget_process instead of aarch64_init_debug_reg_state.
+       (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
+       (aarch64_linux_remove_hw_breakpoint)
+       (aarch64_handle_aligned_watchpoint)
+       (aarch64_handle_unaligned_watchpoint)
+       (aarch64_linux_insert_watchpoint)
+       (aarch64_linux_remove_watchpoint)
+       (aarch64_linux_stopped_data_address): Adjust to pass the current
+       process id to aarch64_debug_reg_state.
+       (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
+       linux_nat_new_fork hook, and aarch64_forget_process as
+       linux_nat_forget_process hook; remove the call to
+       register_inferior_data_with_cleanup.
+
+2013-02-14  Pedro Alves  <palves@redhat.com>
+
+       * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
+       EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
+       lval_memory.
+
+2013-02-14  Pedro Alves  <pedro@codesourcery.com>
+           Hafiz Abid Qadeer  <abidh@codesourcery.com>
+
+       * tracepoint.h (validate_trace_state_variable_name): Declare.
+       * tracepoint.c (validate_trace_state_variable_name): New.
+       (trace_variable_command): Parse the trace state variable's name
+       without using parse_expression.  Do several validations.
+       * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
+       trace state variable's name with parse_expression.  Validate it.
+
+2013-02-14  Yao Qi  <yao@codesourcery.com>
+
+       * infcmd.c (breakpoint_proceeded): Remove it.
+
+2013-02-14  Yao Qi  <yao@codesourcery.com>
+
+       * tracepoint.c (end_actions_pseudocommand): Make it static.
+       (while_stepping_pseudocommand): Likewise.
+       * tracepoint.h (end_actions_pseudocommand): Remove the
+       declaration.
+       (while_stepping_pseudocommand): Likewise.
+
+2013-02-14  Yao Qi  <yao@codesourcery.com>
+
+       * cli/cli-decode.c (help_cmd): Remove the declaration of
+       "cmdlist".
+       (help_all): Likewise.
+
+2013-02-13  Pedro Alves  <palves@redhat.com>
+
+       * amd64-linux-nat.c (update_debug_registers_callback):
+       Update comment.
+       (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
+       iterate_over_lwps.
+       (amd64_linux_prepare_to_resume): Pass the lwp's pid to
+       i386_debug_reg_state.
+       (amd64_linux_new_fork): New function.
+       (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
+       linux_nat_new_fork hook, and i386_forget_process as
+       linux_nat_forget_process hook.
+       * i386-linux-nat.c (update_debug_registers_callback):
+       Update comment.
+       (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
+       iterate_over_lwps.
+       (i386_linux_prepare_to_resume): Pass the lwp's pid to
+       i386_debug_reg_state.
+       (i386_linux_new_fork): New function.
+       (_initialize_i386_linux_nat): Install i386_linux_new_fork as
+       linux_nat_new_fork hook, and i386_forget_process as
+       linux_nat_forget_process hook.
+       * i386-nat.c (i386_init_dregs): Delete.
+       (i386_inferior_data, struct i386_inferior_data):
+       Delete.
+       (struct i386_process_info): New.
+       (i386_process_list): New global.
+       (i386_find_process_pid, i386_add_process, i386_process_info_get):
+       New functions.
+       (i386_inferior_data_get): Delete.
+       (i386_process_info_get): New function.
+       (i386_debug_reg_state): New parameter 'pid'.  Reimplement.
+       (i386_forget_process): New function.
+       (i386_cleanup_dregs): Rewrite.
+       (i386_update_inferior_debug_regs, i386_insert_watchpoint)
+       (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
+       (i386_stopped_data_address, i386_insert_hw_breakpoint)
+       (i386_remove_hw_breakpoint): Adjust to pass the current process id
+       to i386_debug_reg_state.
+       (i386_use_watchpoints): Don't register inferior data.
+       * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
+       adjust comment.
+       (i386_forget_process): Declare.
+       * linux-fork.c (delete_fork): Call linux_nat_forget_process.
+       * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
+       New static globals.
+       (linux_child_follow_fork): Don't call linux_nat_new_thread here.
+       (add_initial_lwp): New, factored out from ...
+       (add_lwp): ... this.  Don't check the number of lwps before
+       calling linux_nat_new_thread.
+       (linux_nat_iterate_watchpoint_lwps): Delete.
+       (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
+       (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
+       forks and vforks.
+       (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
+       initial lwp.
+       (linux_nat_kill, linux_nat_mourn_inferior): Call
+       linux_nat_forget_process.
+       (linux_nat_set_new_fork, linux_nat_set_forget_process)
+       (linux_nat_forget_process): New functions.
+       * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
+       type.
+       (linux_nat_iterate_watchpoint_lwps): Delete declaration.
+       (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
+       types.
+       (linux_nat_set_new_fork, linux_nat_set_forget_process)
+       (linux_nat_forget_process): New declarations.
+
+       * amd64fbsd-nat.c (super_mourn_inferior): New global.
+       (amd64fbsd_mourn_inferior): New function.
+       (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
+       * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
+
+2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
+
+       * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
+       Adding _().
+
+2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
+
+       * aarch64-linux-nat.c (debug_reg_change_callback)
+       (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
+       %s and phex().
+
 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
 
        * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
 
 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
 
-       * MAINTAINERS (Write After Approval): Add myself to the list. 
+       * MAINTAINERS (Write After Approval): Add myself to the list.
 
 2013-01-24  Tom Tromey  <tromey@redhat.com>
 
This page took 0.028343 seconds and 4 git commands to generate.