Fix whitespace.

This commit is contained in:
Pedro Alves
2013-02-12 15:18:33 +00:00
parent 8a4ac37ef4
commit 43aaf8b6d6
3 changed files with 72 additions and 69 deletions

View File

@ -327,7 +327,7 @@
(iterate_over_some_symtabs): Remove variable name_len and its
initialization, remove it from the compare_filenames_for_search calls.
* symtab.h (compare_filenames_for_search): Remove the search_len
parameter,
parameter.
2012-12-16 Joel Brobecker <brobecker@adacore.com>

View File

@ -1700,7 +1700,8 @@
(linux_read_loadmap): New function.
(linux_target_ops): Add linux_read_loadmap.
* server.c (handle_query): Support qXfer:fdpic:read packet.
* win32-low.c (win32_target_ops): Initialize field `read_loadmap' to NULL.
* win32-low.c (win32_target_ops): Initialize field `read_loadmap'
to NULL.
2011-08-05 Eli Zaretskii <eliz@gnu.org>
@ -2783,7 +2784,8 @@
(struct collect_static_trace_data_action): Delete.
(enum tracepoint_type): New.
(struct tracepoint) <type>: New field `type'.
<actions_str, step_actions, step_actions_str>: Only include in GDBserver.
<actions_str, step_actions, step_actions_str>: Only include in
GDBserver.
<orig_size, obj_addr_on_target, adjusted_insn_addr>
<adjusted_insn_addr_end, jump_pad, jump_pad_end>: New fields.
(tracepoints): Use IP_AGENT_EXPORT.
@ -3863,7 +3865,8 @@
(linux_fetch_registers, linux_store_registers): Ditto.
* i387-fp.c (i387_cache_to_fsave): Change prototype to take a
regcache. Adjust.
(i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
(i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache):
Ditto.
* i387-fp.h (i387_cache_to_fsave, i387_fsave_to_cache): Change
prototype to take a regcache.
(i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
@ -3906,8 +3909,8 @@
(mips_collect_register_32bit, mips_supply_register_32bit)
(mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
(mips_store_fpregset): Ditto.
* linux-ppc-low.c (ppc_supply_ptrace_register, ppc_supply_ptrace_register):
Ditto.
* linux-ppc-low.c (ppc_supply_ptrace_register)
(ppc_supply_ptrace_register): Ditto.
(parse_spufs_run): Adjust.
(ppc_get_pc, ppc_set_pc, ppc_fill_gregset, ppc_fill_vsxregset)
(ppc_store_vsxregset, ppc_fill_vrregset, ppc_store_vrregset)
@ -5336,8 +5339,8 @@
2008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
* configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into single
powerpc*-*-linux* case.
* configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into
single powerpc*-*-linux* case.
(s390-*-linux*, s390x-*-linux*): Merge into single s390*-*-linux* case.
2008-04-17 Ulrich Weigand <uweigand@de.ibm.com>