* c-typeprint.c (c_type_print_varspec_suffix): If a function type
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
bdc2fc72
JB
12002-02-08 Jim Blandy <jimb@redhat.com>
2
3 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
4 is prototyped and has no arguments, print its argument list as
5 `(void)'.
6
da69bbcf
CD
72002-02-08 Chris Demetriou <cgd@broadcom.com>
8
9 * MAINTAINERS (write-after-approval): Add myself.
10 (paper-trail): I've escaped!
11
b69571f5
CF
122002-02-08 Christopher Faylor <cgf@redhat.com>
13
14 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
15 changes.
16 (_initialize_check_for_gdb_ini): Ditto.
17
f6871398
MH
182002-02-08 Martin M. Hunt <hunt@redhat.com>
19
20 * win32-nat.c (cygwin_pid_to_str): Fix typo.
21 xaprintf -> xasprintf.
22
4e52d31c
PM
232002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
24
25 * win32-nat.c: Remove use of printf and sprintf functions.
26
39bbf761
RE
272002-02-08 Richard Earnshaw <rearnsha@arm.com>
28
29 * arm-tdep.c (arm_frame_chain_valid): Make static.
30 (arm_push_arguments): Likewise.
31 (arm_gdbarch_init): New function.
32 (_initialize_arm_tdep): Call it.
33 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
34 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
35 (FRAME_CHAIN_VALID): Delete.
36 (arm_frame_chain_valid): Delete declaration.
37 (PUSH_ARGUMENTS): Delete.
38 (arm_push_arguments): Delete declaration.
39 (CALL_DUMMY_P): Delete.
40
9c9532c9
CV
412002-02-08 Andrew Cagney <ac131313@redhat.com>
42 Corinna Vinschen <vinschen@redhat.com>
43
44 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
45 on builtin float types.
46
4e8f7a8b
DJ
472002-02-08 Daniel Jacobowitz <drow@mvista.com>
48
49 * utils.c: Include <curses.h> before "bfd.h".
50 * tui/tui-hooks.c: Likewise.
51 * tui/tui.c: Likewise.
52 * tui/tuiCommand.c: Likewise.
53 * tui/tuiData.c: Likewise.
54 * tui/tuiDataWin.c: Likewise.
55 * tui/tuiDisassem.c: Likewise.
56 * tui/tuiGeneralWin.c: Likewise.
57 * tui/tuiIO.c: Likewise.
58 * tui/tuiLayout.c: Likewise.
59 * tui/tuiRegs.c: Likewise.
60 * tui/tuiSource.c: Likewise.
61 * tui/tuiSourceWin.c: Likewise.
62 * tui/tuiStack.c: Likewise.
63 * tui/tuiWin.c: Likewise.
64
cd4bffcf
EZ
652002-02-07 Elena Zannoni <ezannoni@redhat.com>
66
67 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
68 to include space for pseudoregs as well. Update loops accordingly.
69 (sh_fp_frame_init_saved_regs): Ditto.
70 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
71
26806ce2
AC
722002-02-07 Andrew Cagney <ac131313@redhat.com>
73
74 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
75 Add Richard Earnshaw to Arm maintainers.
76
97fdab62
AC
772002-02-07 Andrew Cagney <ac131313@redhat.com>
78
a6b98203
AC
79 * defs.h (warning_begin): Delete declaration.
80
97fdab62
AC
81 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
82 Delete macro.
83
78b29b40
MS
842002-02-07 Michael Snyder <msnyder@redhat.com>
85
86 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
87 Logic bug, remove misplaced else.
88
d8849953
KD
892002-02-07 Klee Dienes <klee@apple.com>
90
91 * fork-inferior.c (fork_inferior): Add '!' to the list of
92 characters that need to be quoted when building a string for the
93 shell. Quote '!' specifically with a backslash, since CSH chokes
94 when trying to evaluate "str!str".
95
095778a0
NC
962002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
97
98 * rdi-share/host.h: Only provide a typedef for bool if it is not
99 defined.
100
1900040c
MS
1012002-02-04 Michael Snyder <msnyder@redhat.com>
102
103 * breakpoint.h (enum bptype): Add new overlay event bp type.
104 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
105
106 * breakpoint.c (create_internal_breakpoint): New function.
107 (internal_breakpoint_number): Moved into create_internal_breakpoint.
108 (create_longjmp_breakpoint): Use create_internal_breakpoint.
109 (create_thread_event_breakpoint): Ditto.
110 (create_solib_event_breakpoint): Ditto.
111 (create_overlay_event_breakpoint): New function.
112 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
113 (update_breakpoints_after_exec): Delete and re-initialize
114 overlay event breakpoints after an exec. Add FIXME comment
115 about longjmp breakpoint.
116 (print_it_typical): Ignore overlay event breakpoints.
117 (print_one_breakpoint): Ditto.
118 (mention): Ditto.
119 (bpstat_what): Do not stop for overlay event breakpoints.
120 (delete_breakpoint): Don't delete overlay event breakpoints.
121 (breakpoint_re_set_one): Delete the overlay event breakpoint.
122 (breakpoint_re_set): Re-create overlay event breakpoint.
123
124 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
125 (overlay_manual_command): Disable overlay breakpoints.
126 (overlay_off_command): Disable overlay breakpoints.
127
082fc60d
RE
1282002-02-06 Richard Earnshaw <rearnsha@arm.com>
129
130 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
131 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
132 to here from config/tm-arm.h.
133 (coff_sym_is_thumb): Make static.
134 (arm_elf_make_msymbol_special): New function.
135 (arm_coff_make_msymbol_special): New function.
136 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
137 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
138 (coff_sym_is_thumb): Delete declaration.
139 (arm_elf_make_msymbol_special): Declare.
140 (arm_coff_make_msymbol_special): Declare.
141 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
142 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
143
039c5766
RE
1442002-02-06 Richard Earnshaw <rearnsha@arm.com>
145
146 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
147
1482002-02-06 Richard Earnshaw <rearnsha@arm.com>
149
150 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
151 * gdbarch.c gdbarch.h: Regenerate.
152 * arch-utils.c (default_print_float_info): New function.
153 * arch-utils.h (default_print_float_info): Prototype it.
154 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
155 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
156 (PRINT_FLOAT_INFO): Document it.
157
158 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
159 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
160 (PRINT_FLOAT_INFO): Define.
161
58fa08f0
PM
1622002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
163
164 * win32-nat.c (_initialize_check_for_gdb_ini):
165 Add typecast to sprintf argument to suppress a warning.
166
7393af7c
PM
1672002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
168
58fa08f0 169 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
170 to allow easier handling of pass state.
171 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
172 that gives exception name and address.
173 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
174 and set last_sig value to ourstatus->value.sig. Some missing
175 exceptions added.
176 (child_continue): Correctly report continue_status.
177 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
178 TARGET_SIGNAL_0 (new default value).
179 (child_resume): consider sig argument passed to decide if
180 the exception should be passed to debuggee or not.
181
6af4589c
MS
1822002-02-05 Michael Snyder <msnyder@redhat.com>
183
184 * regcache.c (fetch_register): Call target_fetch_register
185 only if we don't call FETCH_PSEUDO_REGISTER.
186 (store_register): Call target_store_register only if we
187 don't call STORE_PSEUDO_REGISTER.
188
a2cf933a
EZ
1892002-02-05 Elena Zannoni <ezannoni@redhat.com>
190
191 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
192 ELF_MAKE_MSYMBOL_SPECIAL.
193 * gdbarch.c, gdbarch.h: Regenerate.
194 * arch-utils.c (default_make_msymbol_special): New function.
195 * arch-utils.h (default_make_msymbol_special): Export.
196 * elfread.c (elf_symtab_read): Compile use of
197 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
198 multiarched.
199 * coffread.c (coff_symtab_read): Ditto, for
200 COFF_MAKE_MSYMBOL_SPECIAL.
201
6bb7be43
JB
2022002-02-05 Jim Blandy <jimb@redhat.com>
203
204 * solib-svr4.c (svr4_truncate_ptr): New function.
205 (svr4_relocate_section_addresses): Do the address arithmetic with
206 the appropriate truncation for target addresses, even when
207 CORE_ADDR is larger than a target address.
208
e18651ec
DJ
2092002-02-05 Daniel Jacobowitz <drow@mvista.com>
210
211 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
212 to (int *).
213
6b2725be
DJ
2142002-02-05 Daniel Jacobowitz <drow@mvista.com>
215
216 * gdbserver/linux-low.c (kill_inferior): Remove commented out
217 code.
218
fca9e603
DJ
2192002-02-05 Daniel Jacobowitz <drow@mvista.com>
220
221 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
222
6c537a52
DJ
2232002-02-05 Daniel Jacobowitz <drow@mvista.com>
224
225 * gdbserver/linux-low.c: Remove unused include files.
226
d844cde6
DJ
2272002-02-05 Daniel Jacobowitz <drow@mvista.com>
228
229 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
230 (read_inferior_memory): Use it.
231 (write_inferior_memory): Likewise.
232
d07c63e7
DJ
2332002-02-05 Daniel Jacobowitz <drow@mvista.com>
234
235 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
236 grubbing through sys_errlist.
237
da6d8c04
DJ
2382002-02-05 Daniel Jacobowitz <drow@mvista.com>
239
240 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
241
5b421780
PM
2422002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
243 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
244
9f60d481
AC
2452002-02-04 Andrew Cagney <ac131313@redhat.com>
246
247 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
248 (do_sfunc, set_cmd_sfunc): New functions.
249
250 * command.h (struct cmd_list_element): Add field func.
251 * cli/cli-decode.h (struct cmd_list_element): Ditto.
252 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
253 * cli/cli-decode.h: Ditto.
254
255 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
256 (help_all, help_cmd_list): Ditto.
257 (find_cmd, complete_on_cmdlist): Ditto.
258 * top.c (execute_command): Ditto.
259
260 * cli/cli-setshow.c (do_setshow_command): Call func instead of
261 function.sfunc.
262
263 * infcmd.c (notice_args_read): Fix function signature.
264
265 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
266 * cli/cli-decode.c (add_set_cmd): Ditto.
267 * utils.c (initialize_utils): Ditto.
268 * maint.c (_initialize_maint_cmds): Ditto.
269 * infrun.c (_initialize_infrun): Ditto.
270 * demangle.c (_initialize_demangler): Ditto.
271 * remote.c (add_packet_config_cmd): Ditto.
272 * mips-tdep.c (_initialize_mips_tdep): Ditto.
273 * cris-tdep.c (_initialize_cris_tdep): Ditto.
274 * proc-api.c (_initialize_proc_api): Ditto.
275 * kod.c (_initialize_kod): Ditto.
276 * valprint.c (_initialize_valprint): Ditto.
277 * top.c (init_main): Ditto.
278 * infcmd.c (_initialize_infcmd): Ditto.
279 * corefile.c (_initialize_core): Ditto.
280 * arm-tdep.c (_initialize_arm_tdep): Ditto.
281 * arch-utils.c (initialize_current_architecture): Ditto.
282 (_initialize_gdbarch_utils): Ditto.
283 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
284
285 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
286 * wince.c (_initialize_inftarg): Ditto.
287 * symfile.c (_initialize_symfile): Ditto.
288 * mips-tdep.c (_initialize_mips_tdep): Ditto.
289 * language.c (_initialize_language): Ditto.
290 * arc-tdep.c (_initialize_arc_tdep): Ditto.
291
f9ba0717
MS
2922002-02-04 Michael Snyder <msnyder@redhat.com>
293
294 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
295
0c74b2a7
DJ
2962002-02-04 Daniel Jacobowitz <drow@mvista.com>
297
298 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
299 Add rules for building the register data files.
300
c638789f
DJ
3012002-02-04 Daniel Jacobowitz <drow@mvista.com>
302
303 * regformats/regdat.sh: Add braces to the definition of
304 expedite_regs_${arch}.
305
db253027
DJ
3062002-02-04 Daniel Jacobowitz <drow@mvista.com>
307
308 * regformats/regdef.h (struct reg): Add comment describing the
309 requirements for offset and size fields.
310
206be19c
AS
3112002-02-04 Andreas Schwab <schwab@suse.de>
312
313 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
314 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
315
181c1381
RE
3162002-02-04 Richard Earnshaw <rearnsha@arm.com>
317
318 * gdbarch.sh (copyright): Update years in generated header.
319 (SMASH_TEXT_ADDRESS): Add rule.
db253027 320 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
321 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
322 * dbxread.c: Likewise.
323 * dwarfread.c: Likewise.
324 * elfread.c: Likewise.
325 * somread.c: Likewise.
326
327 * arm-tdep.c (arm_smash_text_address): New function.
328 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
329
fa4ba8da
PM
3302002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
331
332 Add support for hardware watchpoints on win32 native.
333 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
334 CONTEXT_DEBUG_REGISTERS.
335 (dr variable): New variable. Static array containing a local copy
336 of debug registers.
337 (debug_registers_changed): New variable. Reflects when debug registers
338 are changed and need to be written to inferior.
339 (debug_registers_used): New variable. Reflects when any debug register
340 was set, used when new threads are created.
341 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
342 i386-nat code.
343 (thread_rec): Set dr array if id is the thread of current_event .
344 (child_continue, child_resume): Change the debug registers for all
345 threads if debug_registers_changed.
346 (child_add_thread): Change the debug registers if debug_registers_used.
347 * config/i386/cygwin.mh: Add use of i386-nat.o file.
348 Link nm.h to new nm-cygwin.h file.
349 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
350 of hardware registers.
351
a73c86fb
AC
3522002-02-03 Andrew Cagney <ac131313@redhat.com>
353
354 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
355 Restore behavour broken by 2002-01-20 Andrew Cagney
356 <ac131313@redhat.com> IEEE_FLOAT removal.
357
acf5ed49
DJ
3582002-02-03 Daniel Jacobowitz <drow@mvista.com>
359
360 * c-valprint.c (c_val_print): Pass a proper valaddr to
361 cp_print_class_method.
362 * valops.c (search_struct_method): If there is only one method
363 and args is NULL, return that method.
364
493d28d5
DJ
3652002-02-03 Daniel Jacobowitz <drow@mvista.com>
366
367 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
368 accessing tag_name directly.
369
7495dfdb
DJ
3702002-02-03 Daniel Jacobowitz <drow@mvista.com>
371
372 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
373 of accessing tag_name directly.
374
dd6bda65
DJ
3752002-02-03 Daniel Jacobowitz <drow@mvista.com>
376
377 PR gdb/280
378 * gdbtypes.c (replace_type): New function.
379 * gdbtypes.h (replace_type): Add prototype.
380 * stabsread.c (read_type): Use replace_type.
381
88fe217c
RE
3822002-02-03 Richard Earnshaw <rearnsha@arm.com>
383
384 * Makefile.in (memattr.o): Add missing dependencies rule.
385
e5d66720
PS
3862002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
387
388 * breakpoint.c (break_at_finish_command): Really export.
389 (break_at_finish_at_depth_command): Ditto.
390 (tbreak_at_finish_command): Ditto.
391 * hppa-tdep.c: Include completer.h.
392 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
393 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
394
fffee0be
AC
3952002-02-01 Andrew Cagney <ac131313@redhat.com>
396
397 * utils.c (do_write): New function.
398 (error_stream): Rewrite combining the code from error_begin and
399 verror.
400 (verror): Rewrite using error_stream.
401 (error_begin): Delete function.
402
255e7dbf
AC
4032002-02-01 Andrew Cagney <ac131313@redhat.com>
404
405 * utils.c (error_begin): Make static.
406 * defs.h (error_begin): Delete declaration.
407
408 * linespec.c (cplusplus_error): Replace cplusplus_hint.
409 (decode_line_1): Use cplusplus_error instead of error_begin,
410 cplusplus_hint and return_to_top_level.
411 * coffread.c (coff_symfile_read): Use error instead of error_begin
412 and return_to_top_level.
413 * infrun.c (default_skip_permanent_breakpoint): Ditto.
414
ddfe3c15
AC
4152002-02-01 Andrew Cagney <ac131313@redhat.com>
416
417 * language.h (type_error, range_error): Make string parameter
418 constant.
419 * language.c (warning_pre_print): Delete extern declaration.
420 * dwarfread.c (warning_pre_print): Ditto.
421 * language.c (type_error, range_error): Rewrite to use verror and
422 vwarning instead of warning_begin.
423
03ac34d5
MS
4242002-02-01 Michael Snyder <msnyder@redhat.com>
425
261c4ca2
MS
426 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
427 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 428
e00d1dc8
AC
4292002-02-01 Andrew Cagney <ac131313@redhat.com>
430
431 * command.h (NO_FUNCTION): Delete macro.
432 * cli/cli-decode.h (NO_FUNCTION): Ditto.
433 * top.c (execute_command): Replace NO_FUNCTION with NULL.
434 * tracepoint.c (_initialize_tracepoint): Ditto.
435 * cli/cli-decode.c (add_set_cmd): Ditto.
436 * cli/cli-cmds.c (init_cli_cmds): Ditto.
437
76b79d6e
DJ
4382002-02-01 Daniel Jacobowitz <drow@mvista.com>
439
440 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
441 Update ``this'' pointer when calling virtual functions.
442
799f9e91
MS
4432002-02-01 Michael Snyder <msnyder@redhat.com>
444
c7bd442c 445 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
446 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
447
3cf384d4
DJ
4482002-02-01 Daniel Jacobowitz <drow@mvista.com>
449
450 * regformats/reg-arm.dat: New file.
451 * regformats/reg-i386.dat: New file.
452 * regformats/reg-ia64.dat: New file.
453 * regformats/reg-m68k.dat: New file.
454 * regformats/reg-mips.dat: New file.
455 * regformats/reg-ppc.dat: New file.
456 * regformats/reg-sh.dat: New file.
457 * regformats/regdef.h: New file.
458 * regformats/regdat.sh: New file.
459
0defa245
RE
4602002-02-01 Richard Earnshaw <reanrsha@arm.com>
461
462 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
463 (arm_frame_args_address, arm_frame_locals_address): New functions.
464 (arm_frame_num_args): New function.
465 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
466 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
467 (FRMA_NUM_ARGS): Call arm_frame_num_args.
468
405f26e6
MS
4692002-01-31 Michael Snyder <msnyder@redhat.com>
470
502fd408
MS
471 * breakpoint.c (break_at_finish_command): Export.
472 (break_at_finish_at_depth_command): Export.
473 (tbreak_at_finish_command): Export.
474 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
475 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
476 "tbreak" commands, which are HPPA specific.
477
7d35e135
MS
478 * printcmd.c (disassemble_command): Remove an ancient
479 artifact of an old merge.
480
d874f1e2
MS
481 * symfile.h (enum overlay_debugging_state):
482 Define enum constant values for overlay mode.
483 * symfile.c (overlay_debugging): Use enums instead of literals.
484 (overlay_is_mapped, overlay_auto_command,
485 overlay_manual_command): Ditto.
486
9f04af04
MS
487 * breakpoint.c (insert_breakpoints, remove_breakpoint,
488 breakpoint_here_p, breakpoint_inserted_here_p,
489 breakpoint_thread_match, bpstat_stop_status,
490 describe_other_breakpoints, check_duplicates, clear_command):
491 Coding standard fixes.
492
8add0441 493 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 494 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
495 code: check bfd SEC_READONLY flag for section.
496
e351066e
AC
4972002-01-31 Andrew Cagney <ac131313@redhat.com>
498
7d35e135 499 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 500
8a48e967
DJ
5012002-01-30 Daniel Jacobowitz <drow@mvista.com>
502
503 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
504 data symbols, since we search based on textlow and texthigh.
505 (find_pc_sect_symtab): Likewise.
506
f5a96129
AC
5072002-01-30 Andrew Cagney <ac131313@redhat.com>
508
509 * defs.h (vwarning): Declare.
f5a96129
AC
510 * utils.c (vwarning): New function.
511 (warning): Call vwarning.
512 (warning_begin): Delete function.
513
514 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
515 the warning message.
516 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
517 warning_begin.
518
cefd4ef5
MS
5192002-01-30 Michael Snyder <msnyder@redhat.com>
520
1a703748
MS
521 * NEWS: Mention "set trust-readonly-sections" command.
522 Mention generate-core-file command.
cefd4ef5 523
3a11626d
MS
5242002-01-15 Michael Snyder <msnyder@redhat.com>
525
526 * target.c: New command, "set trust-readonly-sections on".
527 (do_xfer_memory): Honor the suggestion to trust readonly sections
528 by reading them from the object file instead of from the target.
529 (initialize_targets): Register command "set trust-readonly-sections".
530
d1c7e53b
AC
5312002-01-29 Andrew Cagney <ac131313@redhat.com>
532
533 * parse.c (target_map_name_to_register): Simplify, search regs and
534 pseudo-regs using a single loop.
535
e2c9a72c
AC
5362002-01-30 Andrew Cagney <ac131313@redhat.com>
537
538 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
539
69824b4e
MK
5402002-01-15 Rodney Brown <rbrown64@csc.com.au>
541
542 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
543 * config/i386/i386v42mp.mh: Add i387-nat.o .
544 * i386v4-nat.c: Include i387-nat.h.
545 (supply_fpregset): Use i387_supply_fsave.
546 (fill_fpregset): Use i387_fill_fsave.
547
6eb69eab
RE
5482002-01-30 Richard Earnshaw <rearnsha@arm.com>
549
550 * arm-tdep.c (arm_call_dummy_words): Define.
551 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
552 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
553 (CALL_DUMMY_WORDS): Define.
554 (arm_call_dummy_words): Declare.
555 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
556 (arm_linux_call_dummy_words): Declare.
557
9852326a
AS
5582002-01-30 Andreas Schwab <schwab@suse.de>
559
560 * m68klinux-nat.c: Fix last change to use regcache_collect
561 instead of referencing registers[] directly.
562
977a3030
AC
5632002-01-29 Andrew Cagney <ac131313@redhat.com>
564
565 * parse.c (target_map_name_to_register): Delete code wrapped in
566 #ifdef REGISTER_NAME_ALIAS_HOOK.
567
2076c72b
MS
5682002-01-28 Michael Snyder <msnyder@redhat.com>
569
570 * regcache.c (legacy_read_register_gen): Need to be able to
571 read pseudo-register as well as real register.
572 (legacy_write_register_gen): Ditto.
573
8fcc723b
AC
5742002-01-28 Andrew Cagney <ac131313@redhat.com>
575
576 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
577 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
578 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
579 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
580 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
581 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
582 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
583 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
584 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
585 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
586 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
587 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
588 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
589 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
590 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
591 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
592 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
593 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
594 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
595 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
596
afe64c1a
AC
5972002-01-28 Andrew Cagney <ac131313@redhat.com>
598
599 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
600 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
601 (initialize_current_architecture): Update target_byte_order using
602 information from BFD.
afe64c1a
AC
603 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
604 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
605
75bc7ddf
AC
6062002-01-28 Andrew Cagney <ac131313@redhat.com>
607
608 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
609 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
610
611 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
612 #ifdef INVALID_FLOAT.
613 * infcmd.c (do_registers_info): Ditto.
614 * values.c (unpack_double): Ditto. Add comment.
615
616 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
617 already commented out.
618
0280a90a
AS
6192002-01-26 Andreas Schwab <schwab@suse.de>
620
621 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
622 * m68klinux-nat.c: Update ptrace interface for fetching/storing
623 registers and add support for PTRACE_GETREGS.
624
7072a954
AC
6252002-01-24 Andrew Cagney <ac131313@redhat.com>
626
627 GDB 5.1.1 released from 5.1 branch.
628 * NEWS: Add 5.1.1 news.
629 * README: Sync with 5.1 branch.
630
86f902e0
FF
6312002-01-23 Fred Fish <fnf@redhat.com>
632
633 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
634 stabstring on initial malloc. Reallocing will copy it for us,
635 if necessary.
636
8af51c36
EZ
6372002-01-23 Elena Zannoni <ezannoni@redhat.com>
638
639 * Makefile.in (hpread_h): Delete.
640 (HFILES_NO_SRCDIR): Remove hpread.h.
641 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
642 (hpread.o): Update dependencies.
643 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
644
645 * hp-psymtab-read.c: Remove file.
646 * hp-symtab-read.c: Remove file.
647 * hpread.h: Remove file.
648
649 * hpread.c: Merge all contents of hp-psymtab-read.c,
650 hp-symtab-read.c and hpread.h into this file, as it was prior to
651 January 1999.
652
653 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
654 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
655 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
656 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
657
dc5cfeb6
EZ
6582002-01-23 Elena Zannoni <ezannoni@redhat.com>
659
660 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
661 fill_gregset): Call gdbarch_tdep() just once, assign result to
662 variable and use that, instead of calling the function several
663 times.
664
ea87b71b
AO
6652002-01-24 Alexandre Oliva <aoliva@redhat.com>
666
667 * configure.host: Accept sparcv9 as alias for sparc64.
668 * configure.tgt: Likewise.
669
13fc0c2f
KB
6702002-01-22 Kevin Buettner <kevinb@redhat.com>
671
672 * solib-aix5.c (build_so_list_from_mapfile)
673 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
674 arguments is not reversed.
675 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
676 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
677
7bd872fe
EZ
6782002-01-22 Elena Zannoni <ezannoni@redhat.com>
679
680 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
681 modified version of obsolete sh_fetch_pseudo_register.
682 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
683 (sh4_register_read): New function.
684 (sh_pseudo_register_write): New function. Renamed and modified
685 version of obsolete sh_store_pseudo_register.
686 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
687 (sh4_register_write): New function.
688 (sh_gdbarch_init): Remove setting of gdbarch function
689 fetch_pseudo_register and store_pseudo_register. Remove setting of
690 register_convert_to_raw, register_convert_to_virtual,
691 register_convertible.
692 (sh_sh4_register_convertible): Delete. No longer needed. All is
693 taken care by architecture specific functions
694 register_read/register_write.
695 (sh_sh4_register_convert_to_virtual): Make static.
696 (sh_sh4_register_convert_to_raw): Ditto.
697
069e84fd
AC
6982002-01-22 Andrew Cagney <ac131313@redhat.com>
699
700 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
701 (floatformat_is_nan, floatformat_mantissa): Ditto.
702
703 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
704 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
705 builtin_type_ieee_double_little,
706 builtin_type_ieee_double_littlebyte_bigword,
707 builtin_type_m68881_ext, builtin_type_i960_ext,
708 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
709 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
710 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
711 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
712
211a4f69
CV
7132002-01-22 Corinna Vinschen <vinschen@redhat.com>
714
715 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
716 parameter. Set frameless flag if it exists and depended of
717 whether the scanned function is frameless or not.
718 (xstormy16_skip_prologue): If function is frameless, return
719 result of xstormy16_scan_prologue().
720 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
721 call.
722
f81353e4
EZ
7232002-01-21 Elena Zannoni <ezannoni@redhat.com>
724
725 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
726 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
727 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
728 sh_sh4_register_byte, sh_sh4_register_raw_size,
729 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
730 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
731 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
732 sh_store_pseudo_register, sh_do_pseudo_register): Call
733 gdbarch_tdep() just once, assign result to variable and use that,
734 instead of calling the function several times.
735
63c73a17
MK
7362002-01-20 Mark Kettenis <kettenis@gnu.org>
737
738 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
739 macros instead of LAST_FPU_CTRL_REGNUM.
740 (store_register): Likewise.
741
39ad761d
JB
7422002-01-21 Jim Blandy <jimb@redhat.com>
743
744 * infcmd.c (run_command): Check that the `exec' target layer's BFD
745 is up-to-date before running the program, not just when a program
746 exits.
747
3d74b771
FF
7482002-01-21 Fred Fish <fnf@redhat.com>
749
750 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
751 when we have found all instructions we are looking for.
752
966fbf70
RE
7532002-01-21 Richard Earnshaw <rearnsha@arm.com>
754
755 * arm-tdep.c (arm_register_name): New function.
756 (arm_registers_names): Make static.
757 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
758 (arm_register_name): Declare.
759 (REGISTER_NAME): Use it.
760
c3b4394c
RE
7612002-01-21 Richard Earnshaw <rearnsha@arm.com>
762 Kevin Buettner <kevinb@redhat.com>
763
764 Convert arm targets to new FRAME interface.
765 * arm-tdep.c (struct frame_extra_info): Remove fsr.
766 (arm_frame_find_save_regs): Delete.
767 (arm_frame_init_saved_regs): New.
768 (arm_init_extra_frame_info): Alloacte saved_regs as required.
769 Allocate extra_info as required. Convert all uses of fsr.regs
770 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
771 to use extra_info.
772 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
773 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
774 (check_prologue_cache, save_prologue_cache): Likewise.
775 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
776 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
777 (FRAME_FIND_SAVED_REGS): Delete.
778 (arm_frame_find_saved_regs): Delete prototype.
779 (arm_frame_init_saved_regs): New prototype.
780 (FRAME_INIT_SAVED_REGS): Define.
781
61d99182
AC
7822002-01-20 Andrew Cagney <ac131313@redhat.com>
783
784 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
785
6aaea291
AC
7862002-01-20 Andrew Cagney <ac131313@redhat.com>
787
788 From Jeff Law <law@redhat.com>:
789 * infttrace.c: Include <sys/pstat.h>.
790 (child_pid_to_exec_file): Revamp. Use pstat call to get the
791 exec file if the ttrace equivalent fails.
792
15f698d2
AC
7932002-01-20 Andrew Cagney <ac131313@redhat.com>
794
795 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
796 (closeLogFile): Ditto.
797
f86ddd7c
MC
7982002-01-20 Michael Chastain <mec@shout.net>
799
800 * top.c (print_gdb_version): Bump copyright year to 2002.
801
904507ce
AC
8022002-01-20 Andrew Cagney <ac131313@redhat.com>
803
804 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
805 Zannoni and Eli Zaretskii.
806
d7f0b9ce
DJ
8072002-01-20 Daniel Jacobowitz <drow@mvista.com>
808
809 * buildsym.c: Update copyright years.
810 * c-typeprint.c: Likewise.
811 * dwarf2read.c: Likewise.
812 * f-typeprint.c: Likewise.
813 * gdbtypes.c: Likewise.
814 * gdbtypes.h: Likewise.
815 * hp-symtab-read.c: Likewise.
816 * hpread.c: Likewise.
817 * mdebugread.c: Likewise.
818 * p-typeprint.c: Likewise.
819
3fd3d7d2
AC
8202002-01-20 Andrew Cagney <ac131313@redhat.com>
821
822 * remote-sim.c (gdbsim_open): Simplify code testing the macro
823 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
824 byte-order selectable.
825 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
826 * arch-utils.c: Ditto.
827 (set_endian): Ditto.
828 (set_endian_from_file): Ditto.
829 * gdbserver/low-sim.c (create_inferior): Ditto.
830 * gdbarch.sh: Ditto.
831 * gdbarch.h: Re-generate.
832 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
833 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
834 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
835 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
836 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
837 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
838 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
839 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
840 macro definition.
841 * config/mips/tm-wince.h: Remove #undef of macro
842 TARGET_BYTE_ORDER_SELECTABLE.
843 * config/sh/tm-wince.h: Ditto.
844
b02dede2
DJ
8452002-01-20 Daniel Jacobowitz <drow@mvista.com>
846
847 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
848 member function fields. Add accessor macro
849 TYPE_FN_FIELD_ARTIFICIAL.
850 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
851 * c-typeprint.c (c_type_print_base): Skip artificial member
852 functions.
853
c3643761
DJ
8542002-01-20 Daniel Jacobowitz <drow@mvista.com>
855
856 * f-typeprint.c: Delete unused function f_type_print_args.
857 * p-typeprint.c: Delete unused function pascal_type_print_args.
858
8176bb6d
DJ
8592002-01-20 Daniel Jacobowitz <drow@mvista.com>
860
861 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
862 comment. Add ``artificial'' to ``union field_location''.
863
864 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
865
866 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
867 * mdebugread.c (parse_symbol): Likewise.
868 * stabsread.c (define_symbol): Likewise.
869 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
870 initializing TYPE_FIELD_BITPOS to n (obsolete).
871 (hpread_doc_function_type): Likewise.
872 * hpread.c (hpread_function_type): Likewise.
873
7fd60527
AC
8742002-01-20 Andrew Cagney <ac131313@redhat.com>
875
876 * configure.in (host_makefile_frag): Only require a host makefile
877 fragment when a native build.
878 * configure: Re-generate.
879
c2f05ac9
AC
8802002-01-20 Andrew Cagney <ac131313@redhat.com>
881
882 * doublest.h (floatformat_from_type): Declare.
883 * doublest.c (floatformat_from_type): New function.
884 (convert_typed_floating): Use.
885
886 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
887 call to function floatformat_from_type.
888
889 * gdbarch.sh (IEEE_FLOAT): Delete.
890 * gdbarch.h, gdbarch.c: Re-generate.
891 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
892 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
893 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
894 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
895 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
896 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
897 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
898 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
899 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
900 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
901 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
902 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
903
904 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
905 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
906 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
907 * sh-tdep.c (sh_gdbarch_init): Ditto.
908 * mips-tdep.c (mips_gdbarch_init): Ditto.
909 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
910 * cris-tdep.c (cris_gdbarch_init): Ditto.
911
abf22e64
AJ
9122002-01-20 Jiri Smid <smid@suse.cz>
913
914 * configure.host, configure.tgt: Support x86-64.
915 * NEWS: Note new target x86-64.
916
b7c4cbf8
AJ
917 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
918 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
919 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
920 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
921 x86-64-linux-nat.o): Fix dependencies.
922
82600034
AC
9232002-01-19 Andrew Cagney <ac131313@redhat.com>
924
925 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
926 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
927 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
928 * config/sparc/xm-sun4os4.h: Delete file.
929 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 930
bbe5c628
AC
9312002-01-19 Andrew Cagney <ac131313@redhat.com>
932
933 * config/sparc/sparclynx.mh (XM_FILE): Delete.
934 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
935 * config/m68k/m68klynx.mh (XM_FILE): Delete.
936 * config/i386/i386lynx.mh (XM_FILE): Delete.
937 * config/rs6000/xm-rs6000ly.h: Delete file.
938 * config/sparc/xm-sparclynx.h: Delete file.
939 * config/m68k/xm-m68klynx.h: Delete file.
940 * config/i386/xm-i386lynx.h: Delete file.
941 * config/xm-lynx.h: Delete file.
942 * config/djgpp/fnchange.lst: Update.
943
f8453e34
JT
9442002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
945
946 * alpha-tdep.c (alpha_register_byte): New function.
947 (alpha_register_raw_size): Ditto.
948 (alpha_register_virtual_size): Ditto.
949 (alpha_skip_prologue_internal): Renamed from
950 alpha_skip_prologue.
951 (alpha_skip_prologue): New version that calls
952 alpha_skip_prologue_internal.
953 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
954 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
955 second argument from alpha_skip_prologue.
956 (REGISTER_BYTE): Use alpha_register_byte.
957 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
958 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
959 (FRAMELESS_FUNCTION_INVOCATION): Use
960 generic_frameless_function_invocation_not.
961 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
962 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
963
52d9e613
AC
9642002-01-19 Andrew Cagney <ac131313@redhat.com>
965
966 * config/mips/xm-news-mips.h: Delete file.
967 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
968
969 * config/m88k/xm-m88k.h: Delete file.
970 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
971 * config/m88k/xm-delta88v4.h: Ditto.
972 * config/m88k/xm-delta88.h: Ditto.
973
974 * config/alpha/xm-fbsd.h: Delete file.
975 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
976
977 * config/sparc/xm-sparc.h: Delete file.
978 * Makefile.in (xm-sun4os4.h): Delete dependency.
979 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
980 * config/sparc/xm-sun4os4.h: Ditto.
981 * config/sparc/xm-linux.h: Ditto.
982
983 * config/i386/xm-windows.h: Delete file.
984
2d1b2124
AC
9852002-01-19 Andrew Cagney <ac131313@redhat.com>
986
987 * utils.c: Include <sys/param.h> for MAXPATHLEN.
988 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
989
ee1f65f0
JT
9902002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
991
992 * alpha-tdep.c (alpha_call_dummy_words): New.
993 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
994 (CALL_DUMMY_P): Define.
995 (CALL_DUMMY_WORDS): Define.
996 (SIZEOF_CALL_DUMMY_WORDS): Define.
997
98081e55
PB
9982002-01-19 Per Bothner <per@bothner.com>
999
1000 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
1001 isn't NULL, which can happen with some gcj-3.x-produced code.
1002
0d056799
JT
10032002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
1004
1005 * alpha-tdep.c (alpha_register_virtual_type): New function.
1006 (alpha_init_frame_pc_first): Ditto.
1007 (alpha_fix_call_dummy): Ditto.
1008 (alpha_store_struct_return): Ditto.
1009 (alpha_extract_struct_value_address): Ditto.
1010 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
1011 alpha_register_virtual_type.
1012 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
1013 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
1014 alpha_extract_struct_value_address.
1015 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
1016 (INIT_FRAME_PC): Use init_frame_pc_noop.
1017 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
1018
4604bcad
MK
10192002-01-19 Mark Kettenis <kettenis@gnu.org>
1020
1021 * i386gnu-nat.c: Include "i386-tdep.h".
1022 (fetch_fpregs): Simplify code dealing with uninitialized floating
1023 point states such that it doesn't require FP7_REGNUM.
1024
140f9984
JT
10252002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1026
abf22e64
AJ
1027 * alpha-tdep.c (frame_extra_info): New.
1028 (alpha_find_saved_regs): Make static. Use
140f9984
JT
1029 frame->extra_info.
1030 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
1031 (alpha_frame_saved_pc): Use frame->extra_info.
1032 (temp_saved_regs): Don't declare as struct frame_saved_regs.
1033 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
1034 (init_extra_frame_info): Rename to...
1035 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 1036 (alpha_print_extra_frame_info): New function.
140f9984
JT
1037 (alpha_frame_locals_address): Ditto.
1038 (alpha_frame_args_address): Ditto.
abf22e64 1039 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
1040 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
1041 alpha_frame_args_address.
abf22e64 1042 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 1043 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
1044 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
1045 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
1046 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
1047 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
1048
d734c450
JT
10492002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1050
1051 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
1052 (alpha_cannot_fetch_register): Ditto.
1053 (alpha_cannot_store_register): Ditto.
1054 (alpha_register_convertible): Ditto.
1055 (alpha_use_struct_convention): Ditto.
1056 * config/alpha/tm-alpha.h: Update copyright years.
1057 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
1058 (INNER_THAN): Use core_addr_lessthan.
1059 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
1060 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
1061 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
1062 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
1063 (FRAME_CHAIN): Remove unnecessary cast.
1064
b4ceaee6
AC
10652002-01-18 Andrew Cagney <ac131313@redhat.com>
1066
1067 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
1068 obsolete.
1069
0a65a603
AC
10702002-01-18 Andrew Cagney <ac131313@redhat.com>
1071
1072 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
1073 * monitor.c, remote-array.c, remote-bug.c: Ditto.
1074 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
1075 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
1076 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
1077 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
1078 * x86-64-linux-nat.c: Ditto.
1079
636a6dfc
JT
10802002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1081
abf22e64 1082 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
1083 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
1084 (REGISTER_NAME): Define.
1085
acceddb6
JT
10862002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1087
1088 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
1089
ec32e4be
JT
10902002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1091
1092 * alpha-tdep.c: Update copyright years.
1093 (alpha_next_pc): New function.
1094 (alpha_software_single_step): Ditto.
1095 * config/alpha/tm-alpha.h: Add prototype for
1096 alpha_software_single_step.
1097
e771a871
JT
10982002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1099
1100 * alphabsd-nat.c: Update copyright years.
1101 (fill_gregset): Use regcache_collect.
1102 (fill_fpregset): Likewise.
1103 (fetch_inferior_registers): Only fetch integer registers
1104 if requested to do so.
1105 (store_inferior_registers): Only store integer registers
1106 if requested to do so.
1107
7708fa01
AC
11082002-01-17 Andrew Cagney <ac131313@redhat.com>
1109
1110 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
1111 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
1112 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
1113 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
1114 * config/alpha/fbsd.mh (XDEPFILES): Delete.
1115 * config/arm/linux.mh (XDEPFILES): Delete.
1116 * config/arm/nbsd.mh (XDEPFILES): Delete.
1117 * config/i386/i386dgux.mh (XDEPFILES): Delete.
1118 * config/i386/i386sol2.mh (XDEPFILES): Delete.
1119 * config/i386/i386m3.mh (XDEPFILES): Delete.
1120 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
1121 * config/i386/i386gnu.mh (XDEPFILES): Delete.
1122 * config/i386/fbsd.mh (XDEPFILES): Delete.
1123 * config/i386/i386bsd.mh (XDEPFILES): Delete.
1124 * config/i386/i386sco5.mh (XDEPFILES): Delete.
1125 * config/i386/i386v4.mh (XDEPFILES): Delete.
1126 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
1127 * config/i386/i386sco4.mh (XDEPFILES): Delete.
1128 * config/i386/i386aix.mh (XDEPFILES): Delete.
1129 * config/i386/go32.mh (XDEPFILES): Delete.
1130 * config/i386/cygwin.mh (XDEPFILES): Delete.
1131 * config/i386/i386lynx.mh (XDEPFILES): Delete.
1132 * config/i386/i386mach.mh (XDEPFILES): Delete.
1133 * config/i386/i386v32.mh (XDEPFILES): Delete.
1134 * config/i386/linux.mh (XDEPFILES): Delete.
1135 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
1136 * config/i386/ncr3000.mh (XDEPFILES): Delete.
1137 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
1138 * config/i386/i386sco.mh (XDEPFILES): Delete.
1139 * config/i386/i386v.mh (XDEPFILES): Delete.
1140 * config/i386/nbsd.mh (XDEPFILES): Delete.
1141 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
1142 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
1143 * config/i386/symmetry.mh (XDEPFILES): Delete.
1144 * config/i386/obsd.mh (XDEPFILES): Delete.
1145 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
1146 * config/ia64/linux.mh (XDEPFILES): Delete.
1147 * config/ia64/aix.mh (XDEPFILES): Delete.
1148 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
1149 * config/m68k/dpx2.mh (XDEPFILES): Delete.
1150 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
1151 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
1152 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
1153 * config/m68k/linux.mh (XDEPFILES): Delete.
1154 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
1155 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
1156 * config/m68k/nbsd.mh (XDEPFILES): Delete.
1157 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
1158 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
1159 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
1160 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
1161 * config/m88k/delta88.mh (XDEPFILES): Delete.
1162 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
1163 * config/m88k/m88k.mh (XDEPFILES): Delete.
1164 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
1165 * config/mips/linux.mh (XDEPFILES): Delete.
1166 * config/mips/irix6.mh (XDEPFILES): Delete.
1167 * config/mips/irix5.mh (XDEPFILES): Delete.
1168 * config/mips/irix4.mh (XDEPFILES): Delete.
1169 * config/mips/irix3.mh (XDEPFILES): Delete.
1170 * config/mips/decstation.mh (XDEPFILES): Delete.
1171 * config/mips/mipsm3.mh (XDEPFILES): Delete.
1172 (NATDEPFILES): Move core-aout.o to here.
1173 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
1174 * config/pa/hpux1020.mh (XDEPFILES): Delete.
1175 * config/pa/hppabsd.mh (XDEPFILES): Delete.
1176 * config/pa/hppahpux.mh (XDEPFILES): Delete.
1177 * config/pa/hpux11w.mh (XDEPFILES): Delete.
1178 * config/pa/hppaosf.mh (XDEPFILES): Delete.
1179 * config/pa/hpux11.mh (XDEPFILES): Delete.
1180 * config/powerpc/aix.mh (XDEPFILES): Delete.
1181 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
1182 * config/powerpc/linux.mh (XDEPFILES): Delete.
1183 * config/romp/rtbsd.mh: Rename XDEPFILES.
1184 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
1185 * config/rs6000/aix4.mh (XDEPFILES): Delete.
1186 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
1187 * config/s390/s390.mh (XDEPFILES): Delete.
1188 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
1189 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
1190 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
1191 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
1192 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
1193 * config/sparc/nbsd.mh (XDEPFILES): Delete.
1194 * config/sparc/linux.mh (XDEPFILES): Delete.
1195 * config/vax/vaxult.mh (XDEPFILES): Delete.
1196 * config/vax/vaxult2.mh (XDEPFILES): Delete.
1197 * Makefile.in (DEPFILES): Remove XDEPFILES.
1198
375fc983
AC
11992002-01-17 Andrew Cagney <ac131313@redhat.com>
1200
1201 * utils.c (internal_verror): Fix comments, default is yes not no.
1202 Update queries to match. Default to quit and dump core.
1203
8926118c
AC
12042002-01-17 Andrew Cagney <ac131313@redhat.com>
1205
1206 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
1207 copyright.
1208 * defs.h, event-top.c, gdbcmd.h: Ditto.
1209 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
1210 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
1211 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
1212 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
1213 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
1214 * mi/mi-main.c:Ditto.
1215
1216 * stack.c, symfile.c: Update copyright.
1217
45b7b345
DJ
12182002-01-17 Daniel Jacobowitz <drow@mvista.com>
1219
db728ff7
DJ
1220 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
1221 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
1222 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
1223 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 1224
db728ff7
DJ
12252002-01-17 Daniel Jacobowitz <drow@mvista.com>
1226
1227 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
1228 * gdbserver/low-lynx.c (myattach): Likewise.
1229 * gdbserver/low-nbsd.c (myattach): Likewise.
1230 * gdbserver/low-sim.c (myattach): Likewise.
1231 * gdbserver/low-sparc.c (myattach): Likewise.
1232 * gdbserver/low-sun3.c (myattach): Likewise.
1233
1234 * gdbserver/low-linux.c (myattach): New function.
45b7b345 1235
db728ff7 1236 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
1237 (main): Handle "--attach".
1238
8de3c354
AC
12392002-01-16 Andrew Cagney <ac131313@redhat.com>
1240
1241 * MAINTAINERS (language support): Daniel Jacobwitz is C++
1242 maintainer.
1243
b0129042
DJ
12442002-01-15 Daniel Jacobowitz <drow@mvista.com>
1245
1246 * c-typeprint.c (is_type_conversion_operator): Add additional
1247 check for non-conversion operators.
1248
ba8679fb 12492002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
1250
1251 * linux-proc.c: Add "info proc" command, a la procfs.c.
1252 (read_mapping): New function, abstract and re-use code.
1253 (linux_find_memory_regions): Use new func read_mapping.
1254 (linux_info_proc_cmd): New function, implement "info proc".
1255 (_initialize_linux_proc): Add new command "info proc".
1256
e4f9b4d5
MS
12572002-01-15 Michael Snyder <msnyder@redhat.com>
1258
1259 * symfile.c (generic_load): Use bfd_map_over_sections method
1260 instead of manipulating bfd structure members directly.
1261 (add_section_size_callback): New function, bfd sections callback
1262 used by generic_load.
1263 (load_sections_callback): New function, bfd sections callback
1264 used by generic_load.
1265
08cf96df
EZ
12662002-01-15 Elena Zannoni <ezannoni@redhat.com>
1267
abf22e64 1268 [Based on work by Jim Blandy]
08cf96df
EZ
1269 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
1270 (builtin_type_vec128): Export.
1271 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
1272 types.
1273 (builtin_type_vec128): New builtin type for 128 bit vector
1274 registers.
1275 (build_gdbtypes): Initialize builtin_type_v16qi and
1276 builtin_type_v8hi. Create the vec128 register builtin type
1277 structure.
1278 (build_builtin_type_vec128): New function.
abf22e64 1279 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
1280 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
1281 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
1282 AltiVec register to new builtin type.
1283
d7242108
DJ
12842001-01-15 Daniel Jacobowitz <drow@mvista.com>
1285
1286 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
1287 to make_cv_type.
1288
4ee3352d
AC
12892002-01-14 Andrew Cagney <ac131313@redhat.com>
1290
1291 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
1292 CLEAN_UP_REGISTER_VALUE.
1293 * regcache.c (supply_register): Update only call.
1294
f015b2e7
AC
12952002-01-14 Andrew Cagney <ac131313@redhat.com>
1296
1297 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
1298 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
1299 a29k-*-vxworks* targets as obsolete.
1300
356ae49d
MS
13012002-01-14 Michael Snyder <msnyder@redhat.com>
1302
1303 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
1304 until we can resolve portability issues.
1305 * gregset.h: Remove references to fpxregs.
1306 * gcore.c (gcore_command): Initialize note_sec to NULL.
1307
ade8f45e
AC
13082002-01-13 Andrew Cagney <ac131313@redhat.com>
1309
1310 * signals.c (target_signal_to_name): Rewrite. Only use
1311 signals[].name when in bounds and non-NULL.
abf22e64 1312
89c49e7a
AC
13132002-01-13 Andrew Cagney <ac131313@redhat.com>
1314
1315 From Petr Ledvina <ledvinap@kae.zcu.cz>:
1316 * signals.c (target_signal_to_name): Verify that SIG is within the
1317 bounds of the signals array.
1318
4daa9f9f
AC
13192002-01-13 Andrew Cagney <ac131313@redhat.com>
1320
1321 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
1322
ba4bbdcb
KS
13232002-01-13 Keith Seitz <keiths@redhat.com>
1324
1325 * stack.c (print_frame_info_base): Print the frame's pc
1326 only if when print_frame_info_listing_hook is not defined.
1327
575bbeb6
KS
13282002-01-13 Keith Seitz <keiths@redhat.com>
1329
1330 * varobj.c (varobj_set_value): Make sure that there were no
1331 errors evaluating the object before attempting to set its
1332 value.
1333 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
1334 so this offset adjustment is no longer necessary.
1335 (create_child): Don't set the error flag if the child is
1336 a CPLUS_FAKE_CHILD.
1337 (value_of_child): If value_fetch_lazy fails, return NULL
1338 so that callers will be notified that an error occurred.
1339 (c_value_of_variable): Delay check of variable's validity
1340 until later. We actually want all structs and unions to have
1341 the value "{...}".
1342 Do not return "???" for variables which could not be evaluated.
1343 This error condition must be returned to the caller so that it
1344 can get the error condition from gdb.
1345 (cplus_name_of_child): Adjust index for vptr before figuring
1346 out the name of the child.
1347 (cplus_value_of_child): If a child's (real) parent is not valid,
1348 don't even bother trying to give a value for it. Just return
1349 an error. Change all instances in this function.
1350 (cplus_type_of_child): If our parent is one of the "fake"
1351 parents, we need to get at the type of the real parent, and
1352 derive the child's true type using this information.
1353
b76898ab
AC
13542002-01-13 Andrew Cagney <ac131313@redhat.com>
1355
1356 From 2002-01-09 John Marshall <johnm@falch.net>:
1357 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
1358 sources.redhat.com, and tweak some related URLs which had
1359 suffered from linkrot.
1360
b6649e88
AC
13612002-01-13 Andrew Cagney <ac131313@redhat.com>
1362
1363 From Jeff law:
1364 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
1365 structures passed in registers.
1366
82cc5033
EZ
13672002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
1368
1369 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
1370 white space which prevented compilation. Reported by DSK
1371 <dsk@student.unsw.edu.au>.
1372
ba5f2f8a
MS
13732002-01-11 Michael Snyder <msnyder@redhat.com>
1374
fbd35540
MS
1375 * symfile.c (build_section_addr_info_from_section_tab):
1376 Use bfd access method instead of manipulating bfd directly.
1377 (syms_from_objfile): Ditto.
1378 (simple_overlay_update_1): Ditto.
1379 (simple_overlay_update): Ditto.
1380 (generic_load): Ditto.
1381 (overlay_unmapped_address): FIXME comment, bfd access methods.
1382 (sections_overlap): FIXME comment, bfd access methods.
1383 (pc_in_mapped_range): FIXME comment, bfd access methods.
1384 (pc_in_unmapped_range): FIXME comment, bfd access methods.
1385 (section_is_mapped): FIXME comment, bfd access methods.
1386 (section_is_overlay): FIXME comment, bfd access methods.
1387
ba5f2f8a
MS
1388 * symfile.c (generic_load): Whitespace and long line cleanups.
1389 Remove duplicate variable, change several local variables to
1390 more appropriate data types.
1391 (print_transfer_performance): Use %lu instead of %ld for ulongs.
1392
17df2af6
AC
13932002-01-12 Andrew Cagney <ac131313@redhat.com>
1394
1395 From Peter Schauer:
1396 * language.c (longest_local_hex_string_custom): Use phex_nz to
1397 convert NUM to a hex string.
1398
ec920329
EZ
13992002-01-12 Elena Zannoni <ezannoni@redhat.com>
1400
1401 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
1402 the function.
538a76d6 1403 Update Copyright year.
ec920329 1404
3abd2e01
AC
14052002-01-12 Andrew Cagney <ac131313@redhat.com>
1406
1407 * language.c (longest_raw_hex_string): Delete unused function.
1408
b21b22e0
PS
14092002-01-11 Petr Sorfa <petrs@caldera.com>
1410
1411 * MAINTAINERS (write-after-approval): Add myself.
1412 * dwarf2read.c (read_tag_string_type): Handling of
1413 DW_AT_byte_size.
1414 (read_tag_string_type): FORTRAN fix to prevent propagation of
1415 first string size.
1416 (set_cu_language): Handling of DW_LANG_Fortran95
1417
747fe712
RE
14182002-01-11 Richard Earnshaw <rearnsha@arm.com>
1419
1420 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
1421 GETPID(inferior_ptid).
1422 (store_inferior_registers): Likewise.
1423
f1bea926
JM
14242002-01-10 Jason Merrill <jason@redhat.com>
1425
1426 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
1427 Fix DW_OP_minus.
1428
ae940673
AC
14292002-01-10 Andrew Cagney <ac131313@redhat.com>
1430
1431 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
1432 and bfd/elf32-sh-nbsd.c.
1433
00546b04
MS
14342002-01-10 Michael Snyder <msnyder@redhat.com>
1435
352ed7b4
MS
1436 * NEWS: Mention --pid and corefile/proc-id behavior change.
1437
c18be923
MS
1438 * Makefile.in: Add rules for gcore.o and linux-proc.o.
1439 * gcore.c: Include cli/cli-decode.h instead of command.h.
1440
00546b04
MS
1441 * main.c (captured_main): Add new command line option "--pid".
1442 If the second command line argument (following the symbol-file)
1443 begins with a digit, try to attach to it before trying to open
1444 it as a corefile.
1445 (print_gdb_help): Document the "--pid" argument.
1446
db60ec62
EZ
14472002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
1448
1449 * completer.c (command_completer): New function.
1450
1451 * completer.h <command_completer>: Add prototype.
1452
1453 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
1454 completer for the "help" command.
1455
39c22d1a
JM
14562002-01-09 Jason Merrill <jason@redhat.com>
1457
1458 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
1459
c564377f
MS
14602002-01-09 Michael Snyder <msnyder@redhat.com>
1461
975aec09
MS
1462 * i386-linux-nat.c (fill_fpxregset): Make global.
1463 (store_fpxregset): Ditto.
1464
db4a10fa
MS
1465 * gregset.h (gdb_fpxregset_t): Define.
1466 (supply_fpxregset): Prototype.
1467 (fill_fpxregset): Prototype.
1468
c564377f
MS
1469 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
1470
c3d45d70
RE
14712002-01-09 Richard Earnshaw <rearnsha@arm.com>
1472
1473 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
1474 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
1475 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
1476
fcc87af1
AC
14772002-01-09 Andrew Cagney <ac131313@redhat.com>
1478
1479 * MAINTAINERS: Update target maintainer rules so that any
1480 Maintainer can approve a tested patch for a maintenance-only
1481 target.
1482
dd96c05b
RE
14832002-01-09 Richard Earnshaw <rearnsha@arm.com>
1484
d4297db9 1485 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 1486
d4297db9 1487 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
1488 IN_SIGTRAMP.
1489
145fdc6e
MS
14902002-01-08 Michael Snyder <msnyder@redhat.com>
1491
1492 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
1493 real name of the executable, rather than the /proc name.
1494
be4d1333
MS
14952002-01-03 Michael Snyder <msnyder@redhat.com>
1496
1497 Implement a "generate-core-file" command in gdb, save target state.
1498 * gcore.c: New file. Implement new command 'generate-core-file'.
1499 Save a corefile image of the current state of the inferior.
1500 * linux-proc.c: Add linux-specific code for saving corefiles.
1501 * target.h (struct target_ops): Add new target vectors for saving
1502 corefiles; to_find_memory_regions and to_make_corefile_notes.
1503 (target_find_memory_regions): New macro.
1504 (target_make_corefile_notes): New macro.
1505 * target.c (update_current_target): Inherit new target methods.
1506 (dummy_find_memory_regions): New place-holder method.
1507 (dummy_make_corefile_notes): New place-holder method.
1508 (init_dummy_target): Initialize new dummy target vectors.
1509 * exec.c (exec_set_find_memory_regions): New function.
1510 Allow the exec_ops vector for memory regions to be taken over.
1511 (exec_make_note_section): New function, target vector method.
1512 * defs.h (exec_set_find_memory_regions): Export prototype.
1513 * procfs.c (proc_find_memory_regions): New function, corefile method.
1514 (procfs_make_note_section): New function, corefile method.
1515 (init_procfs_ops): Set new target vector pointers.
1516 (find_memory_regions_callback): New function.
1517 (procfs_do_thread_registers): New function.
1518 (procfs_corefile_thread_callback): New function.
1519 * sol-thread.c (sol_find_memory_regions): New function.
1520 (sol_make_note_section): New function.
1521 (init_sol_thread_ops): Initialize new target vectors.
1522 * inftarg.c (inftarg_set_find_memory_regions): New function.
1523 Allow to_find_memory_regions vector to be taken over.
1524 (inftarg_set_make_corefile_notes): New function.
1525 Allow to_make_corefile_notes vector to be taken over.
1526 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
1527 interface layer if not target_has_execution (may be a corefile).
1528 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
1529 * config/sparc/sun4sol2.mh: Ditto.
1530 * config/alpha/alpha-linux.mh: Ditto.
1531 * config/arm/linux.mh: Ditto.
1532 * config/i386/x86-64linux.mh: Ditto.
1533 * config/ia64/linux.mh: Ditto.
1534 * config/m68k/linux.mh: Ditto.
1535 * config/mips/linux.mh: Ditto.
1536 * config/powerpc/linux.mh: Ditto.
1537 * config/sparc/linux.mh: Ditto.
1538
c6b92abd
MS
15392002-01-07 Michael Snyder <msnyder@redhat.com>
1540
1541 * arm-linux-nat.c: Remove references to regcache.c internal data
1542 (registers[] and register_valid[]).
1543
4b09dc8c
MS
15442002-01-07 Michael Snyder <msnyder@redhat.com>
1545
abf22e64
AJ
1546 * linux-proc.c: New file. Implement child_pid_to_exec_file,
1547 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
1548 symbol file and shlibs.
1549 * Makefile.in: Add rule for linux-proc.o.
1550 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
1551 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
1552 * config/arm/linux.mh: Ditto.
1553 * config/i386/linux.mh: Ditto.
1554 * config/i386/x86-64linux.mh: Ditto.
1555 * config/ia64/linux.mh: Ditto.
1556 * config/m68k/linux.mh: Ditto.
1557 * config/mips/linux.mh: Ditto.
1558 * config/powerpc/linux.mh: Ditto.
1559 * config/sparc/linux.mh: Ditto.
1560
c25b74ac
PM
15612002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
1562
1563 * win32-nat.c: Add i386-tdep.h dependency.
1564
94cd915f
MS
15652002-01-07 Michael Snyder <msnyder@redhat.com>
1566
c7cccb76
MS
1567 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
1568 instead of bfd_get_arch_size. Don't bail out just because
1569 there's no exec_bfd.
abf22e64 1570
34c0bd93
MS
1571 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
1572 * p-valprint.c (pascal_object_print_value): Ditto.
1573 * somread.c (som_symtab_read): Ditto.
1574 * symfile.c (simple_free_overlay_region_table): Ditto.
1575 * valops.c (value_assign): Ditto.
1576
21c1c920
MS
1577 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
1578 use tilde_expand and strerror for opening save-tracepoints file.
1579
5bbd998e
MS
1580 * thread-db.c (thread_db_new_objfile): Indendation fix.
1581
94cd915f
MS
1582 * infptrace.c (GDB_MAX_ALLOCA): New define.
1583 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 1584 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
1585 can be overridden with whatever value is appropriate to the host).
1586 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
1587 alloca to allocate potentially large buffer.
1588 * rs6000-nat.c (child_xfer_memory): Ditto.
1589 * symm-nat.c (child_xfer_memory): Ditto.
1590 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
1591
494e8a93
JSC
15922002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
1593
1594 From Nick Clifton <nickc@redhat.com>
1595 * d10v-tdep.c: Set STACK_START to 0x200bffe.
1596
d0e1d48e
MS
15972002-01-07 Michael Snyder <msnyder@redhat.com>
1598
abf22e64 1599 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
1600 Don't use exec_bfd if it's NULL.
1601
290b2c7a
MK
16022002-01-06 Mark Kettenis <kettenis@gnu.org>
1603
abf22e64 1604 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 1605
aef21287
AC
16062002-01-06 Andrew Cagney <ac131313@redhat.com>
1607
1608 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
1609 * gnu-nat.c: Ditto.
1610
30efa627
AC
16112002-01-06 Andrew Cagney <ac131313@redhat.com>
1612
1613 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
1614 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
1615 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
1616 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
1617 z8k-coff have not been multi-arched. Update z8k-coff build
1618 status.
1619
9b4ff276
AC
16202002-01-06 Andrew Cagney <ac131313@redhat.com>
1621
1622 * MAINTAINERS: Mark a29k target as obsolete.
1623 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
1624 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
1625 comments.
1626 * NEWS: Note that a29k targets are obsolete.
1627 * a29k-tdep.c: Mark as obsolete.
1628 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
1629 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
1630 a29k-*-vxworks* targets as obsolete.
1631 * remote-adapt.c: Obsolete.
1632 * remote-eb.c: Obsolete.
1633 * remote-mm.c: Obsolete.
1634 * remote-udi.c: Obsolete.
1635 * config/a29k/a29k-udi.mt: Obsolete.
1636 * config/a29k/a29k.mt: Obsolete.
1637 * config/a29k/tm-a29k.h: Obsolete.
1638 * config/a29k/tm-vx29k.h: Obsolete.
1639 * config/a29k/vx29k.mt: Obsolete.
1640
a9011d31
AC
16412002-01-05 Andrew Cagney <ac131313@redhat.com>
1642
1643 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
1644 with BFD_ENDIAN_BIG.
1645
9299404e
AC
16462002-01-05 Andrew Cagney <ac131313@redhat.com>
1647
1648 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
1649 * configure, config.in: Re-generate.
1650 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
1651 * defs.h: Do not include <endian.h>.
1652
7e89e357
JT
16532002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
1654
1655 * acconfig.h (HAVE_PT_GETXMMREGS): New.
1656 * config.in: Regenerate.
1657 * configure.in: Update copyright years.
1658 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
1659 * configure: Regenerate.
1660 * i386bsd-nat.c: Update copyright years.
1661 (fill_gregset): Use regcache_collect.
1662 (fetch_inferior_registers): Only fetch integer registers
1663 if requested to do so. Add support for XMM registers
1664 using PT_GETXMMREGS.
1665 (store_inferior_registers): Only store integer registers
1666 if requested to do so. Add support for XMM registers
1667 using PT_SETXMMREGS.
1668 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
1669 (store_inferior_registers): Remove.
1670 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
1671 (fetch_elfcore_registers): New function.
1672 (i386nbsd_elfcore_fns): New.
1673 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
1674 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
1675 i386bsd-nat.o.
1676 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
1677 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
1678 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1679 * config/i386/tm-nbsd.h: Update copyright years.
1680 (HAVE_SSE_REGS): Define.
1681 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
1682 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
1683 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
1684 (SIGCONTEXT_PC_OFFSET): Remove.
1685 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
1686
a752853e
AC
16872002-01-05 Andrew Cagney <ac131313@redhat.com>
1688
1689 * configure.tgt: Remove powerpc-*-macos* target.
1690 * config/m68k/xm-mpw.h: Delete file.
1691 * config/xm-mpw.h: Delete file.
1692 * ser-mac.c: Delete file.
1693 * mpw-make.sed: Delete file.
1694 * mpw-config.in: Delete file.
1695 * mac-xdep.c: Delete file.
1696 * mac-gdb.r: Delete file.
1697 * mac-defs.h: Delete file.
1698 * mac-nat.c: Delete file.
1699 * config/powerpc/macos.mh: Delete file.
1700 * config/powerpc/macos.mt: Delete file.
1701 * config/powerpc/nm-macos.h: Delete file.
1702 * config/powerpc/tm-macos.h: Delete file.
1703 * source.c (openp, open_source_file): Remove obsolete code.
1704 * top.c (gdb_readline): Ditto.
1705 * utils.c (query): Ditto.
1706 * event-top.c (display_gdb_prompt): Ditto.
1707 * Makefile.in (ser-mac.o): Delete obsolete target.
1708 * NEWS: Update.
1709
d7449b42
AC
17102002-01-04 Andrew Cagney <ac131313@redhat.com>
1711
1712 * defs.h (BIG_ENDIAN): Delete macro definition.
1713 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
1714 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
1715 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
1716 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
1717 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
1718 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
1719 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
1720 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
1721 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
1722 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
1723 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
1724 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
1725 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
1726 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
1727 * gdbarch.c: Re-generate.
1728
356374e8
DJ
17292002-01-04 Daniel Jacobowitz <drow@mvista.com>
1730
1731 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
1732 for core files.
1733
a2b8f8f8
JT
17342002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1735
1736 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
1737
12466af9
AC
17382002-01-04 Andrew Cagney <ac131313@redhat.com>
1739
1740 * value.h (value_ptr): Delete typedef.
1741
3549ab40
JT
17422002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1743
1744 * i386nbsd-nat.c: Update copyright years.
1745 Include i386-tdep.h.
1746
fedbd091
EZ
17472002-01-04 Elena Zannoni <ezannoni@redhat.com>
1748
1749 * stabsread.c: Update copyright years.
1750
1751 From Debashis Mahata <debashis.mahata@wipro.com>:
1752 (read_struct_fields): Deal with Sun C compiler erroneous stab
1753 output for structs and unions.
fec8b34f 1754 Fix PR gdb/269.
fedbd091 1755
eb43544b
DJ
17562002-01-04 Daniel Jacobowitz <drow@mvista.com>
1757
1758 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
1759 prototype.
1760
1514d34e
DJ
17612002-01-04 Daniel Jacobowitz <drow@mvista.com>
1762
1763 * cp-abi.c: Fix whitespace.
1764 (baseclass_offset): New wrapper function.
1765 * cp-abi.h (baseclass_offset): Add prototype.
1766 (struct cp_abi_ops): Add baseclass_offset pointer.
1767
1768 * valops.c (vb_match): Move to...
1769 * gnu-v2-abi.c (vb_match): here.
1770 * valops.c (baseclass_offset): Move to...
1771 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
1772
1773 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
1774
1775 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
1776 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
1777 * hpacc-abi.c (init_hpacc_ops): Likewise.
1778
7f8c9282
DJ
17792002-01-04 Daniel Jacobowitz <drow@mvista.com>
1780
1781 * valops.c (find_overload_match): Accept obj as a
1782 reference parameter. Update it before returning.
1783 * value.h (find_overload_match): Update prototype.
1784 * eval.c (evaluate_subexp_standard): Pass object to
1785 find_overload_match by reference.
1786
f23631e4
AC
17872002-01-03 Andrew Cagney <ac131313@redhat.com>
1788
1789 * valarith.c: Replace value_ptr with struct value pointer. Remove
1790 register attribute from value declarations.
1791 * valops.c: Ditto.
1792 * value.h: Ditto.
1793 * scm-lang.c (scm_lookup_name): Ditto.
1794
79e10fab 17952002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 1796
79e10fab
AC
1797 Abstract the functionality of iterating over mapped memory
1798 regions into a general purpose iterator function.
abf22e64 1799 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
1800 iterator for memory sections.
1801 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
1802 (solib_mappings_callback): New function, callback for above.
1803 (info_proc_mappings): Reimpliment using iterate_over_mappings.
1804 (info_mappings_callback): New function, callback for above.
1805
1806 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
1807
c5ad026a
MK
18082002-01-01 Mark Kettenis <kettenis@gnu.org>
1809
d2a7c97a
MK
1810 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
1811 * i386-tdep.c: Include "elf-bfd.h".
1812 (process_note_abi_tag_sections): New function.
1813 (i386_gdbarch_init): Add code to recognize various OS/ABI
1814 combinations.
1815
c5ad026a
MK
1816 * maint.c (_initialize_maint_cmds): Add missing \ in
1817 string-literal.
1818
a1a5b71e 1819For older changes see ChangeLog-2001
c906108c
SS
1820\f
1821Local Variables:
1822mode: change-log
1823left-margin: 8
1824fill-column: 74
1825version-control: never
1826End:
This page took 0.396034 seconds and 4 git commands to generate.