gdb: extend Linux osabi match
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
4e18c053
MF
12011-01-14 Mike Frysinger <vapier@gentoo.org>
2
3 * configure.tgt (*-*-uclinux*): Match more Linux os targets
4
a9df6b22
JB
52011-01-14 Joel Brobecker <brobecker@adacore.com>
6
7 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
8 new-line at end of warning message.
9 (ia64_hpux_store_register): Remove trailing new-line at end of
10 error message.
11 * ia64-hpux-tdep.c: Rephrase comment.
12 * solib-ia64-hpux.c (struct dld_info): Change type of field
13 dld_flags from "long long" to ULONGEST.
14
ecb956dd
PA
152011-01-14 Pedro Alves <pedro@codesourcery.com>
16
17 * target.h (deprecated_child_ops): Delete declaration.
18 * target.c (deprecated_child_ops): Delete definition.
19
76adfcae
PA
202011-01-14 Pedro Alves <pedro@codesourcery.com>
21
22 * Makefile.in (hpux-thread.o): Delete rule.
23 * configure.ac: Don't check for HPUX DCE threads support.
24 * configure, config.in: Regenerate.
25 * hppa-hpux-nat.c (child_suppress_run): Delete.
26 (hppa_hpux_child_can_run): Delete.
27 (_initialize_hppa_hpux_nat): Don't override to_can_run.
28 * hpux-thread.c: Delete.
29
042e866e
JB
302011-01-13 Joel Brobecker <brobecker@adacore.com>
31
32 * hpux-thread.c (hpux_pid_to_str): Delete.
33
4ffa5a33
JB
342011-01-13 Joel Brobecker <brobecker@adacore.com>
35
36 * ada-valprint.c (ada_emit_char): Remove strange code.
37 Check that c is <= UCHAR_MAX before passing it to isascii.
38 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
39
de8fa76c
JB
402011-01-13 Joel Brobecker <brobecker@adacore.com>
41
42 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
43 to the case where instream is stdin.
44
c4de7027
JB
452011-01-13 Joel Brobecker <brobecker@adacore.com>
46
47 * ia64-tdep.h (struct regcache): Forward declare.
48 (struct ia64_infcall_ops): New struct type.
49 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
50 and "infcall_ops".
51 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
52 Renames ia64_find_global_pointer.
53 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
54 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
55 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
56 methods.
57 (ia64_infcall_ops): New static global constant.
58 (ia64_gdbarch_init): Set tdep->infcall_ops.
59 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
60 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
61 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
62 (ia64_hpux_dummy_code): New static global constant.
63 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
64 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
65 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
66 New function.
67 (ia64_hpux_infcall_ops): New static global constant.
68 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
69 for inferior function calls to work properly on ia64-hpux.
70
77ca787b
JB
712011-01-13 Joel Brobecker <brobecker@adacore.com>
72
73 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
74 * ia64-tdep.h (struct frame_info): forward declaration.
75 (struct gdbarch_tdep): Add field size_of_register_frame.
76 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
77 to determine the size of the register frame.
78 (ia64_size_of_register_frame): New function.
79 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
80 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
81 (IA64_HPUX_UREG_REASON): New macro.
82 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
83 New functions.
84 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
85 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
86 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
87 objects.
88
92c9a463
JB
892011-01-13 Joel Brobecker <brobecker@adacore.com>
90
91 Add support for ia64-hpux.
92 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
93 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
94
95 * configure.host: Add handling for ia64-hpux hosts. Add associated
96 floatformats.
97 * configure.tgt: Add handling for ia64-hpux targets.
98 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
99 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
100 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
101
f688d93f
JB
1022011-01-13 Joel Brobecker <brobecker@adacore.com>
103
104 [ttrace] Compute thread list immediately after attach.
105 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
106 New subprogram.
107 (inf_ttrace_attach): Use it.
108
1b89e62f
JB
1092011-01-13 Joel Brobecker <brobecker@adacore.com>
110
111 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
112 if we could not determine the frame's function address. Instead,
113 use the frame's PC, and then continue.
114
3e5e6e2a
JB
1152011-01-13 Joel Brobecker <brobecker@adacore.com>
116
117 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
118 not already defined.
119
825d6d8a
JB
1202011-01-13 Joel Brobecker <brobecker@adacore.com>
121
122 * ia64-tdep.c (ia64_struct_type_p): New function.
123 (ia64_extract_return_value): Handle integral values that are
124 less than 8 bytes long.
125 (ia64_push_dummy_call): Likewise.
126
7458e667
JB
1272011-01-13 Joel Brobecker <brobecker@adacore.com>
128
129 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
130 floatformat_ia64_ext.
131 (floatformat_ia64_ext_big): New static const.
132 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
133
1b05df00
TT
1342011-01-12 Tom Tromey <tromey@redhat.com>
135
136 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
137 messages.
138 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
139 (mi_cmd_thread_list_ids): Likewise.
140 (mi_cmd_data_list_changed_registers): Likewise.
141 (mi_cmd_data_list_register_values): Likewise.
142 (mi_cmd_data_write_register_values): Likewise.
143 (mi_cmd_data_evaluate_expression): Likewise.
144 (mi_cmd_data_read_memory): Likewise.
145 (mi_cmd_data_read_memory_bytes): Likewise.
146 (mi_cmd_data_write_memory): Likewise.
147 (mi_cmd_enable_timings): Likewise.
148 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
149 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
150 (mi_cmd_var_delete): Likewise.
151 (mi_cmd_var_set_format): Likewise.
152 (mi_cmd_var_show_format): Likewise.
153 (mi_cmd_var_info_num_children): Likewise.
154 (mi_cmd_var_list_children): Likewise.
155 (mi_cmd_var_info_type): Likewise.
156 (mi_cmd_var_info_expression): Likewise.
157 (mi_cmd_var_show_attributes): Likewise.
158 (mi_cmd_var_assign): Likewise.
159 (mi_cmd_var_update): Likewise.
160 (mi_cmd_enable_pretty_printing): Likewise.
161 (mi_cmd_var_set_update_range): Likewise.
162 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
163 messages.
164 (mi_cmd_target_file_put): Likewise.
165 (mi_cmd_target_file_delete): Likewise.
166 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
167 messages.
168 (mi_cmd_stack_info_depth): Likewise.
169 (mi_cmd_stack_list_locals): Likewise.
170 (mi_cmd_stack_list_args): Likewise.
171 (mi_cmd_stack_select_frame): Likewise.
172 (mi_cmd_stack_select_frame): Likewise.
173 (mi_cmd_stack_info_frame): Likewise.
174 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
175 messages.
176 (mi_cmd_file_list_exec_source_files): Likewise.
177 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
178 (mi_cmd_env_cd): Likewise.
179 (mi_cmd_env_path): Likewise.
180 (mi_cmd_env_dir): Likewise.
181 (mi_cmd_inferior_tty_show): Likewise.
182 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
183 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
184 (mi_cmd_break_watch): Likewise.
185
ad422571
TJB
1862011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
187
188 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
189 (ppc_linux_insert_hw_breakpoint): Likewise.
190 (ppc_linux_remove_hw_breakpoint): Likewise.
191 (ppc_linux_insert_watchpoint): Likewise.
192
c2ff108b
JK
1932011-01-12 Andrew Burgess <aburgess@broadcom.com>
194 Jan Kratochvil <jan.kratochvil@redhat.com>
195
196 PR fortran/11104 and DWARF unbound arrays detection.
197 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
198 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
199 unspecified upper bound.
200 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
201 variables array_size_array, tmp_type and offset_item. New variable
202 array. Remove call to f77_get_upperbound. New variables array_type
203 and index. Call value_subscripted_rvalue for each dimenasion. Remove
204 the final call to deprecated_set_value_type.
205
41e8491f
JK
2062011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
207
208 Make value allocations more lazy.
209 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
210 instead of allocate_value and set_value_lazy when possible.
211 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
212 instead of allocate_value and set_value_lazy.
213 * findvar.c (value_of_register_lazy): Likewise.
214 (read_var_value): Remove V preallocation, call just check_typedef in
215 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
216 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
217 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
218 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
219 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
220 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
221 the end, remove set_value_lazy there.
222 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
223 instead of allocate_value and set_value_lazy when possible.
224 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
225 * value.c (allocate_computed_value): Use allocate_value_lazy instead
226 of allocate_value and set_value_lazy.
227 (value_from_contents_and_address): Use allocate_value_lazy instead of
228 allocate_value and set_value_lazy when possible.
229
b716877b
AB
2302011-01-12 Andrew Burgess <aburgess@broadcom.com>
231
232 * disasm.c (dump_insns): Support dumping opcodes for MI.
233 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
234 dumping of instruction opcodes.
235
d5ae309f
JB
2362011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
237
238 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
239 appropiately.
240
98871305
TT
2412011-01-11 Tom Tromey <tromey@redhat.com>
242
243 * thread.c (do_captured_thread_select): Emit newline before
244 printing frame.
245
c378eb4e
MS
2462011-01-11 Michael Snyder <msnyder@vmware.com>
247
248 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
249 * score-tdep.c: Ditto.
250 * score-tdep.h: Ditto.
251 * ser-base.c: Ditto.
252 * ser-go32.c: Ditto.
253 * serial.c: Ditto.
254 * serial.h: Ditto.
255 * ser-mingw.c: Ditto.
256 * ser-pipe.c: Ditto.
257 * ser-tcp.c: Ditto.
258 * ser-unix.c: Ditto.
259 * sh64-tdep.c: Ditto.
260 * shnbsd-nat.c: Ditto.
261 * sh-tdep.c: Ditto.
262 * sh-tdep.h: Ditto.
263 * solib.c: Ditto.
264 * solib-darwin.c: Ditto.
265 * solib-frv.c: Ditto.
266 * solib.h: Ditto.
267 * solib-irix.c: Ditto.
268 * solib-osf.c: Ditto.
269 * solib-pa64.c: Ditto.
270 * solib-som.c: Ditto.
271 * solib-spu.c: Ditto.
272 * solib-sunos.c: Ditto.
273 * solib-svr4.c: Ditto.
274 * solist.h: Ditto.
275 * sol-thread.c: Ditto.
276 * somread.c: Ditto.
277 * source.c: Ditto.
278 * source.h: Ditto.
279 * sparc64-linux-tdep.c: Ditto.
280 * sparc64-tdep.c: Ditto.
281 * sparc-linux-nat.c: Ditto.
282 * sparc-linux-tdep.c: Ditto.
283 * sparc-sol2-nat.c: Ditto.
284 * sparc-sol2-tdep.c: Ditto.
285 * sparc-tdep.c: Ditto.
286 * sparc-tdep.h: Ditto.
287 * spu-tdep.c: Ditto.
288 * stabsread.c: Ditto.
289 * stabsread.h: Ditto.
290 * stack.c: Ditto.
291 * symfile.c: Ditto.
292 * symfile.h: Ditto.
293 * symmisc.c: Ditto.
294 * symtab.c: Ditto.
295 * symtab.h: Ditto.
296 * target.c: Ditto.
297 * target-descriptions.c: Ditto.
298 * target-descriptions.h: Ditto.
299 * target.h: Ditto.
300 * target-memory.c: Ditto.
301 * terminal.h: Ditto.
302 * thread.c: Ditto.
303 * top.c: Ditto.
304 * tracepoint.c: Ditto.
305 * tracepoint.h: Ditto.
306 * trad-frame.h: Ditto.
307 * typeprint.c: Ditto.
308
581e13c1
MS
3092011-01-11 Michael Snyder <msnyder@vmware.com>
310
311 * ui-file.c: Comment cleanup, mostly periods and spaces.
312 * ui-file.h: Ditto.
313 * ui-out.c: Ditto.
314 * ui-out.h: Ditto.
315 * utils.c: Ditto.
316 * v850-tdep.c: Ditto.
317 * valarith.c: Ditto.
318 * valops.c: Ditto.
319 * valprint.c: Ditto.
320 * valprint.h: Ditto.
321 * value.c: Ditto.
322 * value.h: Ditto.
323 * varobj.c: Ditto.
324 * varobj.h: Ditto.
325 * vax-tdep.c: Ditto.
326 * vec.c: Ditto.
327 * vec.h: Ditto.
328 * version.h: Ditto.
329 * windows-nat.c: Ditto.
330 * windows-tdep.c: Ditto.
331 * xcoffread.c: Ditto.
332 * xcoffsolib.c: Ditto.
333 * xml-support.c: Ditto.
334 * xstormy16-tdep.c: Ditto.
335 * xtensa-tdep.c: Ditto.
336 * xtensa-tdep.h: Ditto.
337
90e4670f
TJB
3382011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
339
340 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
341 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
342
e09342b5
TJB
3432011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
344 Thiago Jung Bauermann <bauerman@br.ibm.com>
345
346 Implement support for PowerPC BookE ranged watchpoints.
347 * breakpoint.h
348 (struct breakpoint_ops) <resources_needed>: New method.
349 Initialize to NULL in all existing breakpoint_ops instances.
350 (struct breakpoint) <exact>: New field.
351 (target_exact_watchpoints): Declare external global.
352 * breakpoint.c (target_exact_watchpoints): New global flag.
353 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
354 b->enable_state to bp_enabled before calling
355 hw_watchpoint_used_count.
356 (hw_watchpoint_used_count): Iterate over all bp_locations in a
357 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
358 if available.
359 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
360 if the watchpoint is exact.
361 (resources_needed_watchpoint): New function.
362 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
363 (watch_command_1): Set b->exact if the user asked for an exact
364 watchpoint and one can be set.
365 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
366 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
367 the user asks for an exact watchpoint and one can be set. Return
368 number of needed debug registers to watch the expression.
369 * gdbtypes.c (is_scalar_type): New function, based on
370 valprint.c:scalar_type_p.
371 (is_scalar_type_recursive): New function.
372 * gdbtypes.h (is_scalar_type_recursive): Declare.
373 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
374 handle regions when ranged watchpoints are available.
375 (create_watchpoint_request): New function.
376 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
377 create_watchpoint_request.
378 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
379 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
380 `set powerpc' and `show powerpc' commands.
381 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
382 Mention documentation comment in the target macro.
383 (target_region_ok_for_hw_watchpoint): Document return value.
384
9fa40276
TJB
3852011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
386
387 * breakpoint.c (update_watchpoint): Decide on using a software or
388 hardware watchpoint after the bp_locations are created.
389
77b06cd7
TJB
3902010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
391
392 Convert hardware watchpoints to use breakpoint_ops.
393 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
394 <insert_location>: ... this. Return int instead of void.
395 Accept pointer to struct bp_location instead of pointer to
396 struct breakpoint. Adapt all implementations.
397 (breakpoint_ops) <remove>: Rename to...
398 <remove_location>: ... this. Accept pointer to struct bp_location
399 instead of pointer to struct breakpoint. Adapt all implementations.
400 * breakpoint.c (insert_catchpoint): Delete function.
401 (insert_bp_location): Call the watchpoint or catchpoint's
402 breakpoint_ops.insert method.
403 (remove_breakpoint_1): Call the watchpoint or catchpoint's
404 breakpoint_ops.remove method.
405 (insert_watchpoint, remove_watchpoint): New functions.
406 (watchpoint_breakpoint_ops): New structure.
407 (watch_command_1): Initialize the OPS field.
408 * inf-child.c (inf_child_insert_fork_catchpoint)
409 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
410 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
411 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
412 Delete functions.
413 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
414 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
415 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
416 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
417 * target.c (update_current_target): Change default implementation of
418 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
419 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
420 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
421 to_set_syscall_catchpoint to return_one.
422 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
423 (debug_to_insert_exec_catchpoint): Report return value.
424 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
425 (to_insert_exec_catchpoint): Change declaration to return int instead
426 of void.
427
9b20d036
MS
4282011-01-11 Michael Snyder <msnyder@vmware.com>
429
430 * arm-tdep.c: Internationalization.
431 * c-lang.c: Ditto.
432 * charset.c: Ditto.
433 * fork-child.c: Ditto.
434 * nto-procfs.c: Ditto.
435 * ppc-sysv-tdep.c: Ditto.
436 * procfs.c: Ditto.
437 * remote-mips.c: Ditto.
438 * remote.c: Ditto.
439 * rs6000-nat.c: Ditto.
440 * rs6000-tdep.c: Ditto.
441 * target.c: Ditto.
442 * valops.c: Ditto.
443 * value.c: Ditto.
444 * xml-support.c: Ditto.
445 * mi/mi-cmd-break.c: Ditto.
446 * mi/mi-cmd-var.c: Ditto.
447 * mi/mi-interp.c: Ditto.
448 * mi/mi-main.c: Ditto.
449
dae477fe
AB
4502011-01-11 Andrew Burgess <aburgess@broadcom.com>
451
452 * remote-sim.c (gdbsim_store_register): Update API to
453 sim_store_register to check more error conditions.
454
0df8b418
MS
4552011-01-10 Michael Snyder <msnyder@vmware.com>
456
457 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
458 * nto-tdep.c: Ditto.
459 * nto-tdep.h: Ditto.
460 * objc-exp.y: Ditto.
461 * objc-lang.c: Ditto.
462 * objfiles.c: Ditto.
463 * objfiles.h: Ditto.
464 * observer.c: Ditto.
465 * opencl-lang.c: Ditto.
466 * osabi.c: Ditto.
467 * parse.c: Ditto.
468 * parser-defs.h: Ditto.
469 * p-exp.y: Ditto.
470 * p-lang.c: Ditto.
471 * posix-hdep.c: Ditto.
472 * ppcbug-rom.c: Ditto.
473 * ppc-linux-nat.c: Ditto.
474 * ppc-linux-tdep.c: Ditto.
475 * ppc-linux-tdep.h: Ditto.
476 * ppcnbsd-tdep.c: Ditto.
477 * ppcobsd-tdep.c: Ditto.
478 * ppcobsd-tdep.h: Ditto.
479 * ppc-sysv-tdep.c: Ditto.
480 * ppc-tdep.h: Ditto.
481 * printcmd.c: Ditto.
482 * proc-abi.c: Ditto.
483 * proc-flags.c: Ditto.
484 * procfs.c: Ditto.
485 * proc-utils.h: Ditto.
486 * progspace.h: Ditto.
487 * prologue-value.c: Ditto.
488 * prologue-value.h: Ditto.
489 * psympriv.h: Ditto.
490 * psymtab.c: Ditto.
491 * p-typeprint.c: Ditto.
492 * p-valprint.c: Ditto.
493 * ravenscar-sparc-thread.c: Ditto.
494 * ravenscar-thread.c: Ditto.
495 * ravenscar-thread.h: Ditto.
496 * record.c: Ditto.
497 * regcache.c: Ditto.
498 * regcache.h: Ditto.
499 * remote.c: Ditto.
500 * remote-fileio.c: Ditto.
501 * remote-fileio.h: Ditto.
502 * remote.h: Ditto.
503 * remote-m32r-sdi.c: Ditto.
504 * remote-mips.c: Ditto.
505 * remote-sim.c: Ditto.
506 * rs6000-aix-tdep.c: Ditto.
507 * rs6000-nat.c: Ditto.
508 * rs6000-tdep.c: Ditto.
509
0d7a18f7
MS
5102011-01-10 Michael Snyder <msnyder@vmware.com>
511
512 * charset.c (validate): Internationalization.
513 * coffread.c (read_one_sym): Ditto.
514 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
515 * h8300-tdep.c (H8300_extract_return_value): Ditto.
516 * inflow.c (new_tty): Ditto.
517 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
518 * m32c-tdep.c (m32c_return_value): Ditto.
519 * mep-tdep.c (mep_store_return_value): Ditto.
520 * score-tdep.c (score7_fetch_insn): Ditto.
521 * ser-mingw.c (pipe_windows_open): Ditto.
522 * sh64-tdep.c (sh64_extract_return_value): Ditto.
523 * spu-tdep.c (spu_register_type): Ditto.
524 * tracepoint.c (trace_find_command): Ditto.
525 * valarith.c (value_pos): Ditto.
526
9a153e0b
JB
5272011-01-10 Joel Brobecker <brobecker@adacore.com>
528
529 * ada-valprint.c (printstr): Minor comment reformatting.
530
35ecd2d6
MS
5312011-01-08 Michael Snyder <msnyder@vmware.com>
532
533 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
534 markup.
535
1777feb0
MS
5362011-01-08 Michael Snyder <msnyder@vmware.com>
537
538 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
539 * hppa-hpux-tdep.c: Ditto.
540 * hppa-linux-nat.c: Ditto.
541 * hppa-linux-tdep.c: Ditto.
542 * hppanbsd-tdep.c: Ditto.
543 * hppa-tdep.c: Ditto.
544 * hppa-tdep.h: Ditto.
545 * hpux-thread.c: Ditto.
546 * i386-cygwin-tdep.c: Ditto.
547 * i386-darwin-nat.c: Ditto.
548 * i386gnu-nat.c: Ditto.
549 * i386-linux-nat.c: Ditto.
550 * i386-linux-tdep.c: Ditto.
551 * i386-nat.c: Ditto.
552 * i386-nat.h: Ditto.
553 * i386nbsd-tdep.c: Ditto.
554 * i386-sol2-nat.c: Ditto.
555 * i386-stub.c: Ditto.
556 * i386-tdep.c: Ditto.
557 * i386-tdep.h: Ditto.
558 * i387-tdep.c: Ditto.
559 * ia64-linux-nat.c: Ditto.
560 * ia64-linux-tdep.c: Ditto.
561 * ia64-tdep.c: Ditto.
562 * infcall.c: Ditto.
563 * infcall.h: Ditto.
564 * infcmd.c: Ditto.
565 * inferior.c: Ditto.
566 * inferior.h: Ditto.
567 * infloop.c: Ditto.
568 * inflow.c: Ditto.
569 * infrun.c: Ditto.
570 * interps.c: Ditto.
571 * interps.h: Ditto.
572 * iq2000-tdep.c: Ditto.
573 * irix5-nat.c: Ditto.
574 * jit.c: Ditto.
575 * jit.h: Ditto.
576 * jv-exp.y: Ditto.
577 * jv-lang.c: Ditto.
578 * jv-lang.h: Ditto.
579 * jv-typeprint.c: Ditto.
580 * jv-valprint.c: Ditto.
581 * language.c: Ditto.
582 * language.h: Ditto.
583 * linespec.c: Ditto.
584 * linux-fork.c: Ditto.
585 * linux-nat.c: Ditto.
586 * linux-thread-db.c: Ditto.
587 * lm32-tdep.c: Ditto.
588
025bb325
MS
5892011-01-08 Michael Snyder <msnyder@vmware.com>
590
591 * m2-exp.y: Comment cleanup, mostly periods and spaces.
592 * m2-lang.c: Ditto.
593 * m2-typeprint.c: Ditto.
594 * m2-valprint.c: Ditto.
595 * m32c-tdep.c: Ditto.
596 * m32r-linux-nat.c: Ditto.
597 * m32r-rom.c: Ditto.
598 * m32r-tdep.c: Ditto.
599 * m32r-tdep.h: Ditto.
600 * m68hc11-tdep.c: Ditto.
601 * m58klinux-nat.c: Ditto.
602 * m68k-tdep.c: Ditto.
603 * m88k-tdep.c: Ditto.
604 * m88k-tdep.h: Ditto.
605 * machoread.c: Ditto.
606 * macrocmd.c: Ditto.
607 * macroexp.c: Ditto.
608 * macrotab.c: Ditto.
609 * main.c: Ditto.
610 * maint.c: Ditto.
611 * mdebugread.c: Ditto.
612 * mdebugread.h: Ditto.
613 * memattr.c: Ditto.
614 * memattr.h: Ditto.
615 * memory-map.h: Ditto.
616 * mep-tdep.c: Ditto.
617 * microblaze-rom.c: Ditto.
618 * microblaze-tdep.c: Ditto.
619 * minsyms.c: Ditto.
620 * mips-irix-tdep.c: Ditto.
621 * mips-linux-nat.c: Ditto.
622 * mips-linux-tdep.c: Ditto.
623 * mips-linux-tdep.h: Ditto.
624 * mipsnbsd-nat.c: Ditto.
625 * mipsnbsd-tdep.c: Ditto.
626 * mipsread.c: Ditto.
627 * mips-tdep.c: Ditto.
628 * mips-tdep.h: Ditto.
629 * mn10300-linux-tdep.c: Ditto.
630 * mn10300-tdep.c: Ditto.
631 * mn10300-tdep.h: Ditto.
632 * monitor.c: Ditto.
633 * monitor.h: Ditto.
634 * moxie-tdep.c: Ditto.
635 * moxie-tdep.h: Ditto.
636 * mt-tdep.c: Ditto.
637
1642781b
MF
6382011-01-08 Mike Frysinger <vapier@gentoo.org>
639
640 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
641
394b0adb
JB
6422011-01-08 Robert Millan <rmh@gnu.org>
643
644 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
645
b670013c
MS
6462011-01-07 Michael Snyder <msnyder@vmware.com>
647
648 * charset.c (_initialize_charset): Fix typo in string.
649
a743e542
MS
6502011-01-07 Michael Snyder <msnyder@vmware.com>
651
652 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
653 for i18n.
654 * tui/tui-layout.c (tui_set_layout_for_display_command):
655 Split line so that operator goes to beginning of line.
656 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
657 assignment out of if statement.
658
0963b4bd
MS
6592011-01-07 Michael Snyder <msnyder@vmware.com>
660
661 * ada-lang.c: Comment cleanup, mostly periods and spaces.
662 * ada-lang.h: Ditto.
663 * ada-tasks.c: Ditto.
664 * ada-valprint.c: Ditto.
665 * aix-threads.c: Ditto.
666 * alpha-linux-nat.c: Ditto.
667 * alpha-linux-tdep.c: Ditto.
668 * alpha-mdebug-tdep.c: Ditto.
669 * alpha-nat.c: Ditto.
670 * alpha-osf1-tdep.c: Ditto.
671 * alpha-tdep.c: Ditto.
672 * alphabsd-nat.c: Ditto.
673 * alphabsd-tdep.c: Ditto.
674 * amd64-darwin-tdep.c: Ditto.
675 * amd64-linux-nat.c: Ditto.
676 * amd64-linux-tdep.c: Ditto.
677 * amd64-sol2-tdep.c: Ditto.
678 * amd64-tdep.c: Ditto.
679 * amd64-fbsd-tdep.c: Ditto.
680 * amd64-nbsd-tdep.c: Ditto.
681 * amd64-obsd-tdep.c: Ditto.
682 * amd64-linux-nat.c: Ditto.
683 * amd64-linux-tdep.c: Ditto.
684 * arm-tdep.c: Ditto.
685 * arm-tdep.h: Ditto.
686 * armnbsd-nat.c: Ditto.
687 * avr-tdep.c: Ditto.
688 * bfin-tdep.c: Ditto.
689 * bsd-kvm.c: Ditto.
690 * c-typeprintc: Ditto.
691 * c-valprint.c: Ditto.
692 * coff-pe-read.h: Ditto.
693 * coffreead.c: Ditto.
694 * cris-tdep.c: Ditto.
695 * d-lang.c: Ditto.
696 * darwin-nat-info.c: Ditto.
697 * darwin-nat.c: Ditto.
698 * dbug-rom.c: Ditto.
699 * dbxread.c: Ditto.
700 * dcache.c: Ditto.
701 * dcache.h: Ditto.
702 * dec-thread.c: Ditto.
703 * defs.h: Ditto.
704 * demangle.c: Ditto.
705 * dicos-tdep.c: Ditto.
706 * dictionary.c: Ditto.
707 * dictionary.h: Ditto.
708 * dink32-rom.c: Ditto.
709 * disasm.c: Ditto.
710 * doublest.c: Ditto.
711 * dsrec.c: Ditto.
712 * dummy-frame.c: Ditto.
713 * dwarf2-frame.c: Ditto.
714 * dwarf2expr.c: Ditto.
715 * dwarf2loc.c: Ditto.
716 * dwarf2read.c: Ditto.
717 * elfread.c: Ditto.
718 * environ.c: Ditto.
719 * eval.c: Ditto.
720 * event-top.h: Ditto.
721 * exceptions.c: Ditto.
722 * exceptions.h: Ditto.
723 * exec.c: Ditto.
724 * expprint.c: Ditto.
725 * expression.h: Ditto.
726 * f-exp.y: Ditto.
727 * f-lang.c: Ditto.
728 * f-lang.h: Ditto.
729 * f-typeprint.c: Ditto.
730 * f-valprint.c: Ditto.
731 * fbsd-nat.c: Ditto.
732 * findvar.c: Ditto.
733 * fork-child.c: Ditto.
734 * frame.c: Ditto.
735 * frame.h: Ditto.
736 * frv-linux-tdep.c: Ditto.
737 * frv-tdep.c: Ditto.
738 * gcore.c: Ditto.
739 * gdb-stabs.h: Ditto.
740 * gdb_assert.h: Ditto.
741 * gdb_string.h: Ditto.
742 * gdb_thread_db.h: Ditto.
743 * gdb_wait.h: Ditto.
744 * gdbarch.sh: Ditto.
745 * gdbcore.h: Ditto.
746 * gdbthread.h: Ditto.
747 * gdbtypes.c: Ditto.
748 * gdbtypes.h: Ditto.
749 * gnu-nat.c: Ditto.
750 * gnu-nat.h: Ditto.
751 * gnu-v2-abi.c: Ditto.
752 * gnu-v3-abi.c: Ditto.
753 * go32-nat.c: Ditto.
754 * gdbarch.c: Regenerate.
755 * gdbarch.h: Regenerate.
756
ac74f770
MS
7572011-01-07 Michael Snyder <msnyder@vmware.com>
758
759 * ax-gdb.c: Adjust some long output strings.
760 * breakpoint.c: Ditto.
761 * charset.c: Ditto.
762 * cp-abi.c: Ditto.
763 * infcall.c: Ditto.
764 * infrun.c: Ditto.
765 * linux-nat.c: Ditto.
766 * solib-pa64.c: Ditto.
767 * solib-som.c: Ditto.
768
d8e22779
TT
7692011-01-06 Tom Tromey <tromey@redhat.com>
770
771 PR python/12367:
772 * NEWS: Add item.
773 * python/python.c (GdbMethods): Add "newest_frame" method.
774 * python/python-internal.h (gdbpy_newest_frame): Declare.
775 * python/py-frame.c (gdbpy_newest_frame): New function.
776
a255712f
PP
7772010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
778
779 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
780 * jit.c (jit_debug): New variable.
781 (show_jit_debug): New function.
782 (struct target_buffer): Use ULONGEST.
783 (bfd_open_from_target_memory): Likewise.
784 (jit_register_code, jit_inferior_init): Add debug output.
785 (_initialize_jit): Register "debug jit" command.
786
ccfc3d6e
TT
7872011-01-06 Tom Tromey <tromey@redhat.com>
788
789 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
790 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
791 and ARCH_FRAME.
792
57126e4a
TT
7932011-01-06 Tom Tromey <tromey@redhat.com>
794
795 * python/py-frame.c (frapy_block): Use get_frame_block.
796
16dfc9ce
JB
7972011-01-06 Joel Brobecker <brobecker@adacore.com>
798
799 Do not stop on SIGPRIO signals by default
800 * infrun.c (_initialize_infrun): Unset signal_stop and
801 signal_print for TARGET_SIGNAL_PRIO.
802
b1ce2347
JB
8032011-01-06 Joel Brobecker <brobecker@adacore.com>
804
805 * ada-tasks.c: Fix style violation in comment.
806
8f7e195f
JB
8072011-01-06 Joel Brobecker <brobecker@adacore.com>
808
809 * linespec.c (decode_compound, find_method): Remove trailing \n
810 at end of error string.
811 * solib-irix.c (irix_current_sos): Likewise.
812 * varobj.c (uninstall_variable): Likewise.
813
e9bdf92c
JB
8142011-01-06 Joel Brobecker <brobecker@adacore.com>
815
816 * copyright.py: New script.
817 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
818 Launch emacs without exec'ing. Call copyright.py afterwards.
819
3e43a32a
MS
8202011-01-05 Michael Snyder <msnyder@vmware.com>
821
822 * addrmap.c: Shorten lines of >= 80 columns.
823 * arch-utils.c: Ditto.
824 * arch-utils.h: Ditto.
825 * ax-gdb.c: Ditto.
826 * ax-general.c: Ditto.
827 * bcache.c: Ditto.
828 * blockframe.c: Ditto.
829 * breakpoint.c: Ditto.
830 * buildsym.c: Ditto.
831 * c-lang.c: Ditto.
832 * c-typeprint.c: Ditto.
833 * charset.c: Ditto.
834 * coffread.c: Ditto.
835 * command.h: Ditto.
836 * corelow.c: Ditto.
837 * cp-abi.c: Ditto.
838 * cp-namespace.c: Ditto.
839 * cp-support.c: Ditto.
840 * dbug-rom.c: Ditto.
841 * dbxread.c: Ditto.
842 * defs.h: Ditto.
843 * dfp.c: Ditto.
844 * dfp.h: Ditto.
845 * dictionary.c: Ditto.
846 * disasm.c: Ditto.
847 * doublest.c: Ditto.
848 * dwarf2-frame.c: Ditto.
849 * dwarf2expr.c: Ditto.
850 * dwarf2loc.c: Ditto.
851 * dwarf2read.c: Ditto.
852 * elfread.c: Ditto.
853 * eval.c: Ditto.
854 * event-loop.c: Ditto.
855 * event-loop.h: Ditto.
856 * exceptions.h: Ditto.
857 * exec.c: Ditto.
858 * expprint.c: Ditto.
859 * expression.h: Ditto.
860 * f-lang.c: Ditto.
861 * f-valprint.c: Ditto.
862 * findcmd.c: Ditto.
863 * frame-base.c: Ditto.
864 * frame-unwind.c: Ditto.
865 * frame-unwind.h: Ditto.
866 * frame.c: Ditto.
867 * frame.h: Ditto.
868 * gcore.c: Ditto.
869 * gdb-stabs.h: Ditto.
870 * gdb_assert.h: Ditto.
871 * gdb_dirent.h: Ditto.
872 * gdb_obstack.h: Ditto.
873 * gdbcore.h: Ditto.
874 * gdbtypes.c: Ditto.
875 * gdbtypes.h: Ditto.
876 * inf-ttrace.c: Ditto.
877 * infcall.c: Ditto.
878 * infcmd.c: Ditto.
879 * inflow.c: Ditto.
880 * infrun.c: Ditto.
881 * inline-frame.h: Ditto.
882 * language.c: Ditto.
883 * language.h: Ditto.
884 * libunwind-frame.c: Ditto.
885 * libunwind-frame.h: Ditto.
886 * linespec.c: Ditto.
887 * linux-nat.c: Ditto.
888 * linux-nat.h: Ditto.
889 * linux-thread-db.c: Ditto.
890 * machoread.c: Ditto.
891 * macroexp.c: Ditto.
892 * macrotab.c: Ditto.
893 * main.c: Ditto.
894 * maint.c: Ditto.
895 * mdebugread.c: Ditto.
896 * memattr.c: Ditto.
897 * minsyms.c: Ditto.
898 * monitor.c: Ditto.
899 * monitor.h: Ditto.
900 * objfiles.c: Ditto.
901 * objfiles.h: Ditto.
902 * osabi.c: Ditto.
903 * p-typeprint.c: Ditto.
904 * p-valprint.c: Ditto.
905 * parse.c: Ditto.
906 * printcmd.c: Ditto.
907 * proc-events.c: Ditto.
908 * procfs.c: Ditto.
909 * progspace.c: Ditto.
910 * progspace.h: Ditto.
911 * psympriv.h: Ditto.
912 * psymtab.c: Ditto.
913 * record.c: Ditto.
914 * regcache.c: Ditto.
915 * regcache.h: Ditto.
916 * remote-fileio.c: Ditto.
917 * remote.c: Ditto.
918 * ser-mingw.c: Ditto.
919 * ser-tcp.c: Ditto.
920 * ser-unix.c: Ditto.
921 * serial.c: Ditto.
922 * serial.h: Ditto.
923 * solib-frv.c: Ditto.
924 * solib-irix.c: Ditto.
925 * solib-osf.c: Ditto.
926 * solib-pa64.c: Ditto.
927 * solib-som.c: Ditto.
928 * solib-sunos.c: Ditto.
929 * solib-svr4.c: Ditto.
930 * solib-target.c: Ditto.
931 * solib.c: Ditto.
932 * somread.c: Ditto.
933 * source.c: Ditto.
934 * stabsread.c: Ditto.
935 * stabsread.c: Ditto.
936 * stack.c: Ditto.
937 * stack.h: Ditto.
938 * symfile-mem.c: Ditto.
939 * symfile.c: Ditto.
940 * symfile.h: Ditto.
941 * symmisc.c: Ditto.
942 * symtab.c: Ditto.
943 * symtab.h: Ditto.
944 * target-descriptions.c: Ditto.
945 * target-memory.c: Ditto.
946 * target.c: Ditto.
947 * target.h: Ditto.
948 * terminal.h: Ditto.
949 * thread.c: Ditto.
950 * top.c: Ditto.
951 * tracepoint.c: Ditto.
952 * tracepoint.h: Ditto.
953 * ui-file.c: Ditto.
954 * ui-file.h: Ditto.
955 * ui-out.h: Ditto.
956 * user-regs.c: Ditto.
957 * user-regs.h: Ditto.
958 * utils.c: Ditto.
959 * valarith.c: Ditto.
960 * valops.c: Ditto.
961 * valprint.c: Ditto.
962 * valprint.h: Ditto.
963 * value.c: Ditto.
964 * varobj.c: Ditto.
965 * varobj.h: Ditto.
966 * vec.h: Ditto.
967 * xcoffread.c: Ditto.
968 * xcoffsolib.c: Ditto.
969 * xcoffsolib.h: Ditto.
970 * xml-syscall.c: Ditto.
971 * xml-tdesc.c: Ditto.
972
9a2b4c1b
MS
9732011-01-05 Michael Snyder <msnyder@vmware.com>
974
975 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
976 * cli/cli-decode.c: Ditto.
977 * cli/cli-dump.c: Ditto.
978 * cli/cli-logging.c: Ditto.
979 * cli/cli-script.c: Ditto.
980 * cli/cli-setshow.c: Ditto.
981 * common/signals.c: Ditto.
982 * mi/mi-cmd-break.c: Ditto.
983 * mi/mi-cmd-disas.c: Ditto.
984 * mi/mi-cmd-stack.c: Ditto.
985 * mi/mi-cmd-var.c: Ditto.
986 * mi/mi-cmds.c: Ditto.
987 * mi/mi-common.h: Ditto.
988 * mi/mi-console.c: Ditto.
989 * mi/mi-interp.c: Ditto.
990 * mi/mi-main.c: Ditto.
991 * osf-share/cma_attr.c: Ditto.
992 * osf-share/cma_deb_core.h: Ditto.
993 * osf-share/cma_debug_client.h: Ditto.
994 * osf-share/cma_handle.h: Ditto.
995 * osf-share/cma_mutex.h: Ditto.
996 * osf-share/cma_stack_int.h: Ditto.
997 * osf-share/cma_tcb_defs.h: Ditto.
998 * python/py-auto-load.c: Ditto.
999 * python/py-breakpoint.c: Ditto.
1000 * python/py-cmd.c: Ditto.
1001 * python/py-frame.c: Ditto.
1002 * python/py-objfile.c: Ditto.
1003 * python/py-param.c: Ditto.
1004 * python/py-progspace.c: Ditto.
1005 * python/py-symbol.c: Ditto.
1006 * python/py-value.c: Ditto.
1007 * python/python-internal.h: Ditto.
1008 * python/python.c: Ditto.
1009 * tui/tui-data.c: Ditto.
1010 * tui/tui-disasm.c: Ditto.
1011 * tui/tui-hooks.c: Ditto.
1012 * tui/tui-io.c: Ditto.
1013 * tui/tui-layout.c: Ditto.
1014 * tui/tui-regs.c: Ditto.
1015 * tui/tui-source.c: Ditto.
1016 * tui/tui-stack.c: Ditto.
1017 * tui/tui-win.c: Ditto.
1018 * tui/tui-windata.c: Ditto.
1019 * tui/tui-winsource.c: Ditto.
1020
44944448
JB
10212011-01-05 Joel Brobecker <brobecker@adacore.com>
1022
1023 * configure.ac, gdb.1: Copyright year update.
1024
ebedcab5
JK
10252011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1026
1027 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
1028 this_pc_in_block, morestack_msym and morestack_name. Check for
1029 "__morestack" minimal symbol there.
1030
e5cc9f32
JB
10312011-01-03 Joel Brobecker <brobecker@adacore.com>
1032
1033 * symfile.c (find_sym_fns): Add call to dont_repeat.
1034
7b6bb8da
JB
10352011-01-01 Joel Brobecker <brobecker@adacore.com>
1036
1037 Copyright year update in most files (performed by copyright.sh).
1038
71ce852c
JB
10392011-01-01 Joel Brobecker <brobecker@adacore.com>
1040
1041 * top.c (print_gdb_version): Update copyright year in version output.
0e2de366 1042
c3c1ebe8 1043For older changes see ChangeLog-2010.
c906108c
SS
1044\f
1045Local Variables:
1046mode: change-log
1047left-margin: 8
1048fill-column: 74
1049version-control: never
57da7796 1050coding: utf-8
c906108c 1051End:
This page took 1.463881 seconds and 4 git commands to generate.