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