2002-02-05 Daniel Jacobowitz <drow@mvista.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
2
3 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
4
5 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
6
7 * gdbserver/linux-low.c: Remove unused include files.
8
9 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10
11 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
12 (read_inferior_memory): Use it.
13 (write_inferior_memory): Likewise.
14
15 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
16
17 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
18 grubbing through sys_errlist.
19
20 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
21
22 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
23
24 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
25 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
26
27 2002-02-04 Andrew Cagney <ac131313@redhat.com>
28
29 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
30 (do_sfunc, set_cmd_sfunc): New functions.
31
32 * command.h (struct cmd_list_element): Add field func.
33 * cli/cli-decode.h (struct cmd_list_element): Ditto.
34 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
35 * cli/cli-decode.h: Ditto.
36
37 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
38 (help_all, help_cmd_list): Ditto.
39 (find_cmd, complete_on_cmdlist): Ditto.
40 * top.c (execute_command): Ditto.
41
42 * cli/cli-setshow.c (do_setshow_command): Call func instead of
43 function.sfunc.
44
45 * infcmd.c (notice_args_read): Fix function signature.
46
47 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
48 * cli/cli-decode.c (add_set_cmd): Ditto.
49 * utils.c (initialize_utils): Ditto.
50 * maint.c (_initialize_maint_cmds): Ditto.
51 * infrun.c (_initialize_infrun): Ditto.
52 * demangle.c (_initialize_demangler): Ditto.
53 * remote.c (add_packet_config_cmd): Ditto.
54 * mips-tdep.c (_initialize_mips_tdep): Ditto.
55 * cris-tdep.c (_initialize_cris_tdep): Ditto.
56 * proc-api.c (_initialize_proc_api): Ditto.
57 * kod.c (_initialize_kod): Ditto.
58 * valprint.c (_initialize_valprint): Ditto.
59 * top.c (init_main): Ditto.
60 * infcmd.c (_initialize_infcmd): Ditto.
61 * corefile.c (_initialize_core): Ditto.
62 * arm-tdep.c (_initialize_arm_tdep): Ditto.
63 * arch-utils.c (initialize_current_architecture): Ditto.
64 (_initialize_gdbarch_utils): Ditto.
65 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
66
67 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
68 * wince.c (_initialize_inftarg): Ditto.
69 * symfile.c (_initialize_symfile): Ditto.
70 * mips-tdep.c (_initialize_mips_tdep): Ditto.
71 * language.c (_initialize_language): Ditto.
72 * arc-tdep.c (_initialize_arc_tdep): Ditto.
73
74 2002-02-04 Michael Snyder <msnyder@redhat.com>
75
76 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
77
78 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
79
80 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
81 Add rules for building the register data files.
82
83 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
84
85 * regformats/regdat.sh: Add braces to the definition of
86 expedite_regs_${arch}.
87
88 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
89
90 * regformats/regdef.h (struct reg): Add comment describing the
91 requirements for offset and size fields.
92
93 2002-02-04 Andreas Schwab <schwab@suse.de>
94
95 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
96 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
97
98 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
99
100 * gdbarch.sh (copyright): Update years in generated header.
101 (SMASH_TEXT_ADDRESS): Add rule.
102 * gdbarch.h, gdbarch.c: Re-generate.
103 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
104 * dbxread.c: Likewise.
105 * dwarfread.c: Likewise.
106 * elfread.c: Likewise.
107 * somread.c: Likewise.
108
109 * arm-tdep.c (arm_smash_text_address): New function.
110 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
111
112 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
113
114 Add support for hardware watchpoints on win32 native.
115 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
116 CONTEXT_DEBUG_REGISTERS.
117 (dr variable): New variable. Static array containing a local copy
118 of debug registers.
119 (debug_registers_changed): New variable. Reflects when debug registers
120 are changed and need to be written to inferior.
121 (debug_registers_used): New variable. Reflects when any debug register
122 was set, used when new threads are created.
123 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
124 i386-nat code.
125 (thread_rec): Set dr array if id is the thread of current_event .
126 (child_continue, child_resume): Change the debug registers for all
127 threads if debug_registers_changed.
128 (child_add_thread): Change the debug registers if debug_registers_used.
129 * config/i386/cygwin.mh: Add use of i386-nat.o file.
130 Link nm.h to new nm-cygwin.h file.
131 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
132 of hardware registers.
133
134 2002-02-03 Andrew Cagney <ac131313@redhat.com>
135
136 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
137 Restore behavour broken by 2002-01-20 Andrew Cagney
138 <ac131313@redhat.com> IEEE_FLOAT removal.
139
140 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
141
142 * c-valprint.c (c_val_print): Pass a proper valaddr to
143 cp_print_class_method.
144 * valops.c (search_struct_method): If there is only one method
145 and args is NULL, return that method.
146
147 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
148
149 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
150 accessing tag_name directly.
151
152 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
153
154 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
155 of accessing tag_name directly.
156
157 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
158
159 PR gdb/280
160 * gdbtypes.c (replace_type): New function.
161 * gdbtypes.h (replace_type): Add prototype.
162 * stabsread.c (read_type): Use replace_type.
163
164 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
165
166 * Makefile.in (memattr.o): Add missing dependencies rule.
167
168 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
169
170 * breakpoint.c (break_at_finish_command): Really export.
171 (break_at_finish_at_depth_command): Ditto.
172 (tbreak_at_finish_command): Ditto.
173 * hppa-tdep.c: Include completer.h.
174 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
175 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
176
177 2002-02-01 Andrew Cagney <ac131313@redhat.com>
178
179 * utils.c (do_write): New function.
180 (error_stream): Rewrite combining the code from error_begin and
181 verror.
182 (verror): Rewrite using error_stream.
183 (error_begin): Delete function.
184
185 2002-02-01 Andrew Cagney <ac131313@redhat.com>
186
187 * utils.c (error_begin): Make static.
188 * defs.h (error_begin): Delete declaration.
189
190 * linespec.c (cplusplus_error): Replace cplusplus_hint.
191 (decode_line_1): Use cplusplus_error instead of error_begin,
192 cplusplus_hint and return_to_top_level.
193 * coffread.c (coff_symfile_read): Use error instead of error_begin
194 and return_to_top_level.
195 * infrun.c (default_skip_permanent_breakpoint): Ditto.
196
197 2002-02-01 Andrew Cagney <ac131313@redhat.com>
198
199 * language.h (type_error, range_error): Make string parameter
200 constant.
201 * language.c (warning_pre_print): Delete extern declaration.
202 * dwarfread.c (warning_pre_print): Ditto.
203 * language.c (type_error, range_error): Rewrite to use verror and
204 vwarning instead of warning_begin.
205
206 2002-02-01 Michael Snyder <msnyder@redhat.com>
207
208 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
209 (set_ignore_count): Move misplaced comment back where it belongs.
210
211 2002-02-01 Andrew Cagney <ac131313@redhat.com>
212
213 * command.h (NO_FUNCTION): Delete macro.
214 * cli/cli-decode.h (NO_FUNCTION): Ditto.
215 * top.c (execute_command): Replace NO_FUNCTION with NULL.
216 * tracepoint.c (_initialize_tracepoint): Ditto.
217 * cli/cli-decode.c (add_set_cmd): Ditto.
218 * cli/cli-cmds.c (init_cli_cmds): Ditto.
219
220 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
221
222 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
223 Update ``this'' pointer when calling virtual functions.
224
225 2002-02-01 Michael Snyder <msnyder@redhat.com>
226
227 * breakpoint.c (create_temp_exception_breakpoint): Delete.
228 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
229
230 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
231
232 * regformats/reg-arm.dat: New file.
233 * regformats/reg-i386.dat: New file.
234 * regformats/reg-ia64.dat: New file.
235 * regformats/reg-m68k.dat: New file.
236 * regformats/reg-mips.dat: New file.
237 * regformats/reg-ppc.dat: New file.
238 * regformats/reg-sh.dat: New file.
239 * regformats/regdef.h: New file.
240 * regformats/regdat.sh: New file.
241
242 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
243
244 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
245 (arm_frame_args_address, arm_frame_locals_address): New functions.
246 (arm_frame_num_args): New function.
247 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
248 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
249 (FRMA_NUM_ARGS): Call arm_frame_num_args.
250
251 2002-01-31 Michael Snyder <msnyder@redhat.com>
252
253 * breakpoint.c (break_at_finish_command): Export.
254 (break_at_finish_at_depth_command): Export.
255 (tbreak_at_finish_command): Export.
256 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
257 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
258 "tbreak" commands, which are HPPA specific.
259
260 * printcmd.c (disassemble_command): Remove an ancient
261 artifact of an old merge.
262
263 * symfile.h (enum overlay_debugging_state):
264 Define enum constant values for overlay mode.
265 * symfile.c (overlay_debugging): Use enums instead of literals.
266 (overlay_is_mapped, overlay_auto_command,
267 overlay_manual_command): Ditto.
268
269 * breakpoint.c (insert_breakpoints, remove_breakpoint,
270 breakpoint_here_p, breakpoint_inserted_here_p,
271 breakpoint_thread_match, bpstat_stop_status,
272 describe_other_breakpoints, check_duplicates, clear_command):
273 Coding standard fixes.
274
275 * target.c (target_xfer_memory): Add spaces, coding standard.
276 (do_xfer_memory): Add missing line to trust-readonly
277 code: check bfd SEC_READONLY flag for section.
278
279 2002-01-31 Andrew Cagney <ac131313@redhat.com>
280
281 * PROBLEMS: Fix typo, 5.1->5.1.1.
282
283 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
284
285 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
286 data symbols, since we search based on textlow and texthigh.
287 (find_pc_sect_symtab): Likewise.
288
289 2002-01-30 Andrew Cagney <ac131313@redhat.com>
290
291 * defs.h (vwarning): Declare.
292 (warning_begin): Delete declaration.
293 * utils.c (vwarning): New function.
294 (warning): Call vwarning.
295 (warning_begin): Delete function.
296
297 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
298 the warning message.
299 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
300 warning_begin.
301
302 2002-01-30 Michael Snyder <msnyder@redhat.com>
303
304 * NEWS: Mention "set trust-readonly-sections" command.
305 Mention generate-core-file command.
306
307 2002-01-15 Michael Snyder <msnyder@redhat.com>
308
309 * target.c: New command, "set trust-readonly-sections on".
310 (do_xfer_memory): Honor the suggestion to trust readonly sections
311 by reading them from the object file instead of from the target.
312 (initialize_targets): Register command "set trust-readonly-sections".
313
314 2002-01-29 Andrew Cagney <ac131313@redhat.com>
315
316 * parse.c (target_map_name_to_register): Simplify, search regs and
317 pseudo-regs using a single loop.
318
319 2002-01-30 Andrew Cagney <ac131313@redhat.com>
320
321 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
322
323 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
324
325 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
326 * config/i386/i386v42mp.mh: Add i387-nat.o .
327 * i386v4-nat.c: Include i387-nat.h.
328 (supply_fpregset): Use i387_supply_fsave.
329 (fill_fpregset): Use i387_fill_fsave.
330
331 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
332
333 * arm-tdep.c (arm_call_dummy_words): Define.
334 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
335 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
336 (CALL_DUMMY_WORDS): Define.
337 (arm_call_dummy_words): Declare.
338 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
339 (arm_linux_call_dummy_words): Declare.
340
341 2002-01-30 Andreas Schwab <schwab@suse.de>
342
343 * m68klinux-nat.c: Fix last change to use regcache_collect
344 instead of referencing registers[] directly.
345
346 2002-01-29 Andrew Cagney <ac131313@redhat.com>
347
348 * parse.c (target_map_name_to_register): Delete code wrapped in
349 #ifdef REGISTER_NAME_ALIAS_HOOK.
350
351 2002-01-28 Michael Snyder <msnyder@redhat.com>
352
353 * regcache.c (legacy_read_register_gen): Need to be able to
354 read pseudo-register as well as real register.
355 (legacy_write_register_gen): Ditto.
356
357 2002-01-28 Andrew Cagney <ac131313@redhat.com>
358
359 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
360 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
361 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
362 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
363 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
364 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
365 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
366 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
367 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
368 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
369 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
370 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
371 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
372 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
373 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
374 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
375 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
376 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
377 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
378 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
379
380 2002-01-28 Andrew Cagney <ac131313@redhat.com>
381
382 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
383 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
384 (initialize_current_architecture): Update target_byte_order using
385 information from BFD.
386 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
387 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
388 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
389
390 2002-01-28 Andrew Cagney <ac131313@redhat.com>
391
392 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
393 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
394
395 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
396 #ifdef INVALID_FLOAT.
397 * infcmd.c (do_registers_info): Ditto.
398 * values.c (unpack_double): Ditto. Add comment.
399
400 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
401 already commented out.
402
403 2002-01-26 Andreas Schwab <schwab@suse.de>
404
405 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
406 * m68klinux-nat.c: Update ptrace interface for fetching/storing
407 registers and add support for PTRACE_GETREGS.
408
409 2002-01-24 Andrew Cagney <ac131313@redhat.com>
410
411 GDB 5.1.1 released from 5.1 branch.
412 * NEWS: Add 5.1.1 news.
413 * README: Sync with 5.1 branch.
414
415 2002-01-23 Fred Fish <fnf@redhat.com>
416
417 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
418 stabstring on initial malloc. Reallocing will copy it for us,
419 if necessary.
420
421 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
422
423 * Makefile.in (hpread_h): Delete.
424 (HFILES_NO_SRCDIR): Remove hpread.h.
425 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
426 (hpread.o): Update dependencies.
427 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
428
429 * hp-psymtab-read.c: Remove file.
430 * hp-symtab-read.c: Remove file.
431 * hpread.h: Remove file.
432
433 * hpread.c: Merge all contents of hp-psymtab-read.c,
434 hp-symtab-read.c and hpread.h into this file, as it was prior to
435 January 1999.
436
437 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
438 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
439 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
440 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
441
442 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
443
444 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
445 fill_gregset): Call gdbarch_tdep() just once, assign result to
446 variable and use that, instead of calling the function several
447 times.
448
449 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
450
451 * configure.host: Accept sparcv9 as alias for sparc64.
452 * configure.tgt: Likewise.
453
454 2002-01-22 Kevin Buettner <kevinb@redhat.com>
455
456 * solib-aix5.c (build_so_list_from_mapfile)
457 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
458 arguments is not reversed.
459 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
460 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
461
462 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
463
464 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
465 modified version of obsolete sh_fetch_pseudo_register.
466 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
467 (sh4_register_read): New function.
468 (sh_pseudo_register_write): New function. Renamed and modified
469 version of obsolete sh_store_pseudo_register.
470 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
471 (sh4_register_write): New function.
472 (sh_gdbarch_init): Remove setting of gdbarch function
473 fetch_pseudo_register and store_pseudo_register. Remove setting of
474 register_convert_to_raw, register_convert_to_virtual,
475 register_convertible.
476 (sh_sh4_register_convertible): Delete. No longer needed. All is
477 taken care by architecture specific functions
478 register_read/register_write.
479 (sh_sh4_register_convert_to_virtual): Make static.
480 (sh_sh4_register_convert_to_raw): Ditto.
481
482 2002-01-22 Andrew Cagney <ac131313@redhat.com>
483
484 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
485 (floatformat_is_nan, floatformat_mantissa): Ditto.
486
487 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
488 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
489 builtin_type_ieee_double_little,
490 builtin_type_ieee_double_littlebyte_bigword,
491 builtin_type_m68881_ext, builtin_type_i960_ext,
492 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
493 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
494 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
495 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
496
497 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
498
499 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
500 parameter. Set frameless flag if it exists and depended of
501 whether the scanned function is frameless or not.
502 (xstormy16_skip_prologue): If function is frameless, return
503 result of xstormy16_scan_prologue().
504 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
505 call.
506
507 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
508
509 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
510 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
511 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
512 sh_sh4_register_byte, sh_sh4_register_raw_size,
513 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
514 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
515 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
516 sh_store_pseudo_register, sh_do_pseudo_register): Call
517 gdbarch_tdep() just once, assign result to variable and use that,
518 instead of calling the function several times.
519
520 2002-01-20 Mark Kettenis <kettenis@gnu.org>
521
522 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
523 macros instead of LAST_FPU_CTRL_REGNUM.
524 (store_register): Likewise.
525
526 2002-01-21 Jim Blandy <jimb@redhat.com>
527
528 * infcmd.c (run_command): Check that the `exec' target layer's BFD
529 is up-to-date before running the program, not just when a program
530 exits.
531
532 2002-01-21 Fred Fish <fnf@redhat.com>
533
534 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
535 when we have found all instructions we are looking for.
536
537 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
538
539 * arm-tdep.c (arm_register_name): New function.
540 (arm_registers_names): Make static.
541 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
542 (arm_register_name): Declare.
543 (REGISTER_NAME): Use it.
544
545 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
546 Kevin Buettner <kevinb@redhat.com>
547
548 Convert arm targets to new FRAME interface.
549 * arm-tdep.c (struct frame_extra_info): Remove fsr.
550 (arm_frame_find_save_regs): Delete.
551 (arm_frame_init_saved_regs): New.
552 (arm_init_extra_frame_info): Alloacte saved_regs as required.
553 Allocate extra_info as required. Convert all uses of fsr.regs
554 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
555 to use extra_info.
556 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
557 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
558 (check_prologue_cache, save_prologue_cache): Likewise.
559 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
560 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
561 (FRAME_FIND_SAVED_REGS): Delete.
562 (arm_frame_find_saved_regs): Delete prototype.
563 (arm_frame_init_saved_regs): New prototype.
564 (FRAME_INIT_SAVED_REGS): Define.
565
566 2002-01-20 Andrew Cagney <ac131313@redhat.com>
567
568 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
569
570 2002-01-20 Andrew Cagney <ac131313@redhat.com>
571
572 From Jeff Law <law@redhat.com>:
573 * infttrace.c: Include <sys/pstat.h>.
574 (child_pid_to_exec_file): Revamp. Use pstat call to get the
575 exec file if the ttrace equivalent fails.
576
577 2002-01-20 Andrew Cagney <ac131313@redhat.com>
578
579 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
580 (closeLogFile): Ditto.
581
582 2002-01-20 Michael Chastain <mec@shout.net>
583
584 * top.c (print_gdb_version): Bump copyright year to 2002.
585
586 2002-01-20 Andrew Cagney <ac131313@redhat.com>
587
588 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
589 Zannoni and Eli Zaretskii.
590
591 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
592
593 * buildsym.c: Update copyright years.
594 * c-typeprint.c: Likewise.
595 * dwarf2read.c: Likewise.
596 * f-typeprint.c: Likewise.
597 * gdbtypes.c: Likewise.
598 * gdbtypes.h: Likewise.
599 * hp-symtab-read.c: Likewise.
600 * hpread.c: Likewise.
601 * mdebugread.c: Likewise.
602 * p-typeprint.c: Likewise.
603
604 2002-01-20 Andrew Cagney <ac131313@redhat.com>
605
606 * remote-sim.c (gdbsim_open): Simplify code testing the macro
607 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
608 byte-order selectable.
609 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
610 * arch-utils.c: Ditto.
611 (set_endian): Ditto.
612 (set_endian_from_file): Ditto.
613 * gdbserver/low-sim.c (create_inferior): Ditto.
614 * gdbarch.sh: Ditto.
615 * gdbarch.h: Re-generate.
616 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
617 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
618 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
619 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
620 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
621 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
622 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
623 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
624 macro definition.
625 * config/mips/tm-wince.h: Remove #undef of macro
626 TARGET_BYTE_ORDER_SELECTABLE.
627 * config/sh/tm-wince.h: Ditto.
628
629 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
630
631 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
632 member function fields. Add accessor macro
633 TYPE_FN_FIELD_ARTIFICIAL.
634 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
635 * c-typeprint.c (c_type_print_base): Skip artificial member
636 functions.
637
638 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
639
640 * f-typeprint.c: Delete unused function f_type_print_args.
641 * p-typeprint.c: Delete unused function pascal_type_print_args.
642
643 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
644
645 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
646 comment. Add ``artificial'' to ``union field_location''.
647
648 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
649
650 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
651 * mdebugread.c (parse_symbol): Likewise.
652 * stabsread.c (define_symbol): Likewise.
653 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
654 initializing TYPE_FIELD_BITPOS to n (obsolete).
655 (hpread_doc_function_type): Likewise.
656 * hpread.c (hpread_function_type): Likewise.
657
658 2002-01-20 Andrew Cagney <ac131313@redhat.com>
659
660 * configure.in (host_makefile_frag): Only require a host makefile
661 fragment when a native build.
662 * configure: Re-generate.
663
664 2002-01-20 Andrew Cagney <ac131313@redhat.com>
665
666 * doublest.h (floatformat_from_type): Declare.
667 * doublest.c (floatformat_from_type): New function.
668 (convert_typed_floating): Use.
669
670 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
671 call to function floatformat_from_type.
672
673 * gdbarch.sh (IEEE_FLOAT): Delete.
674 * gdbarch.h, gdbarch.c: Re-generate.
675 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
676 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
677 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
678 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
679 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
680 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
681 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
682 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
683 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
684 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
685 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
686 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
687
688 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
689 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
690 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
691 * sh-tdep.c (sh_gdbarch_init): Ditto.
692 * mips-tdep.c (mips_gdbarch_init): Ditto.
693 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
694 * cris-tdep.c (cris_gdbarch_init): Ditto.
695
696 2002-01-20 Jiri Smid <smid@suse.cz>
697
698 * configure.host, configure.tgt: Support x86-64.
699 * NEWS: Note new target x86-64.
700
701 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
702 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
703 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
704 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
705 x86-64-linux-nat.o): Fix dependencies.
706
707 2002-01-19 Andrew Cagney <ac131313@redhat.com>
708
709 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
710 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
711 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
712 * config/sparc/xm-sun4os4.h: Delete file.
713 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
714
715 2002-01-19 Andrew Cagney <ac131313@redhat.com>
716
717 * config/sparc/sparclynx.mh (XM_FILE): Delete.
718 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
719 * config/m68k/m68klynx.mh (XM_FILE): Delete.
720 * config/i386/i386lynx.mh (XM_FILE): Delete.
721 * config/rs6000/xm-rs6000ly.h: Delete file.
722 * config/sparc/xm-sparclynx.h: Delete file.
723 * config/m68k/xm-m68klynx.h: Delete file.
724 * config/i386/xm-i386lynx.h: Delete file.
725 * config/xm-lynx.h: Delete file.
726 * config/djgpp/fnchange.lst: Update.
727
728 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
729
730 * alpha-tdep.c (alpha_register_byte): New function.
731 (alpha_register_raw_size): Ditto.
732 (alpha_register_virtual_size): Ditto.
733 (alpha_skip_prologue_internal): Renamed from
734 alpha_skip_prologue.
735 (alpha_skip_prologue): New version that calls
736 alpha_skip_prologue_internal.
737 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
738 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
739 second argument from alpha_skip_prologue.
740 (REGISTER_BYTE): Use alpha_register_byte.
741 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
742 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
743 (FRAMELESS_FUNCTION_INVOCATION): Use
744 generic_frameless_function_invocation_not.
745 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
746 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
747
748 2002-01-19 Andrew Cagney <ac131313@redhat.com>
749
750 * config/mips/xm-news-mips.h: Delete file.
751 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
752
753 * config/m88k/xm-m88k.h: Delete file.
754 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
755 * config/m88k/xm-delta88v4.h: Ditto.
756 * config/m88k/xm-delta88.h: Ditto.
757
758 * config/alpha/xm-fbsd.h: Delete file.
759 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
760
761 * config/sparc/xm-sparc.h: Delete file.
762 * Makefile.in (xm-sun4os4.h): Delete dependency.
763 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
764 * config/sparc/xm-sun4os4.h: Ditto.
765 * config/sparc/xm-linux.h: Ditto.
766
767 * config/i386/xm-windows.h: Delete file.
768
769 2002-01-19 Andrew Cagney <ac131313@redhat.com>
770
771 * utils.c: Include <sys/param.h> for MAXPATHLEN.
772 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
773
774 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
775
776 * alpha-tdep.c (alpha_call_dummy_words): New.
777 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
778 (CALL_DUMMY_P): Define.
779 (CALL_DUMMY_WORDS): Define.
780 (SIZEOF_CALL_DUMMY_WORDS): Define.
781
782 2002-01-19 Per Bothner <per@bothner.com>
783
784 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
785 isn't NULL, which can happen with some gcj-3.x-produced code.
786
787 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
788
789 * alpha-tdep.c (alpha_register_virtual_type): New function.
790 (alpha_init_frame_pc_first): Ditto.
791 (alpha_fix_call_dummy): Ditto.
792 (alpha_store_struct_return): Ditto.
793 (alpha_extract_struct_value_address): Ditto.
794 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
795 alpha_register_virtual_type.
796 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
797 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
798 alpha_extract_struct_value_address.
799 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
800 (INIT_FRAME_PC): Use init_frame_pc_noop.
801 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
802
803 2002-01-19 Mark Kettenis <kettenis@gnu.org>
804
805 * i386gnu-nat.c: Include "i386-tdep.h".
806 (fetch_fpregs): Simplify code dealing with uninitialized floating
807 point states such that it doesn't require FP7_REGNUM.
808
809 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
810
811 * alpha-tdep.c (frame_extra_info): New.
812 (alpha_find_saved_regs): Make static. Use
813 frame->extra_info.
814 (alpha_frame_init_saved_regs): New function.
815 (alpha_frame_saved_pc): Use frame->extra_info.
816 (temp_saved_regs): Don't declare as struct frame_saved_regs.
817 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
818 (init_extra_frame_info): Rename to...
819 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
820 (alpha_print_extra_frame_info): New function.
821 (alpha_frame_locals_address): Ditto.
822 (alpha_frame_args_address): Ditto.
823 (alpha_pop_frame): Use frame->extra_info.
824 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
825 alpha_frame_args_address.
826 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
827 (alpha_find_saved_regs): Remove prototype.
828 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
829 (EXTRA_FRAME_INFO): Remove.
830 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
831 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
832
833 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
834
835 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
836 (alpha_cannot_fetch_register): Ditto.
837 (alpha_cannot_store_register): Ditto.
838 (alpha_register_convertible): Ditto.
839 (alpha_use_struct_convention): Ditto.
840 * config/alpha/tm-alpha.h: Update copyright years.
841 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
842 (INNER_THAN): Use core_addr_lessthan.
843 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
844 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
845 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
846 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
847 (FRAME_CHAIN): Remove unnecessary cast.
848
849 2002-01-18 Andrew Cagney <ac131313@redhat.com>
850
851 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
852 obsolete.
853
854 2002-01-18 Andrew Cagney <ac131313@redhat.com>
855
856 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
857 * monitor.c, remote-array.c, remote-bug.c: Ditto.
858 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
859 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
860 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
861 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
862 * x86-64-linux-nat.c: Ditto.
863
864 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
865
866 * alpha-tdep.c (alpha_register_name): New function.
867 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
868 (REGISTER_NAME): Define.
869
870 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
871
872 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
873
874 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
875
876 * alpha-tdep.c: Update copyright years.
877 (alpha_next_pc): New function.
878 (alpha_software_single_step): Ditto.
879 * config/alpha/tm-alpha.h: Add prototype for
880 alpha_software_single_step.
881
882 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
883
884 * alphabsd-nat.c: Update copyright years.
885 (fill_gregset): Use regcache_collect.
886 (fill_fpregset): Likewise.
887 (fetch_inferior_registers): Only fetch integer registers
888 if requested to do so.
889 (store_inferior_registers): Only store integer registers
890 if requested to do so.
891
892 2002-01-17 Andrew Cagney <ac131313@redhat.com>
893
894 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
895 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
896 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
897 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
898 * config/alpha/fbsd.mh (XDEPFILES): Delete.
899 * config/arm/linux.mh (XDEPFILES): Delete.
900 * config/arm/nbsd.mh (XDEPFILES): Delete.
901 * config/i386/i386dgux.mh (XDEPFILES): Delete.
902 * config/i386/i386sol2.mh (XDEPFILES): Delete.
903 * config/i386/i386m3.mh (XDEPFILES): Delete.
904 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
905 * config/i386/i386gnu.mh (XDEPFILES): Delete.
906 * config/i386/fbsd.mh (XDEPFILES): Delete.
907 * config/i386/i386bsd.mh (XDEPFILES): Delete.
908 * config/i386/i386sco5.mh (XDEPFILES): Delete.
909 * config/i386/i386v4.mh (XDEPFILES): Delete.
910 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
911 * config/i386/i386sco4.mh (XDEPFILES): Delete.
912 * config/i386/i386aix.mh (XDEPFILES): Delete.
913 * config/i386/go32.mh (XDEPFILES): Delete.
914 * config/i386/cygwin.mh (XDEPFILES): Delete.
915 * config/i386/i386lynx.mh (XDEPFILES): Delete.
916 * config/i386/i386mach.mh (XDEPFILES): Delete.
917 * config/i386/i386v32.mh (XDEPFILES): Delete.
918 * config/i386/linux.mh (XDEPFILES): Delete.
919 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
920 * config/i386/ncr3000.mh (XDEPFILES): Delete.
921 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
922 * config/i386/i386sco.mh (XDEPFILES): Delete.
923 * config/i386/i386v.mh (XDEPFILES): Delete.
924 * config/i386/nbsd.mh (XDEPFILES): Delete.
925 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
926 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
927 * config/i386/symmetry.mh (XDEPFILES): Delete.
928 * config/i386/obsd.mh (XDEPFILES): Delete.
929 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
930 * config/ia64/linux.mh (XDEPFILES): Delete.
931 * config/ia64/aix.mh (XDEPFILES): Delete.
932 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
933 * config/m68k/dpx2.mh (XDEPFILES): Delete.
934 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
935 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
936 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
937 * config/m68k/linux.mh (XDEPFILES): Delete.
938 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
939 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
940 * config/m68k/nbsd.mh (XDEPFILES): Delete.
941 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
942 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
943 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
944 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
945 * config/m88k/delta88.mh (XDEPFILES): Delete.
946 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
947 * config/m88k/m88k.mh (XDEPFILES): Delete.
948 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
949 * config/mips/linux.mh (XDEPFILES): Delete.
950 * config/mips/irix6.mh (XDEPFILES): Delete.
951 * config/mips/irix5.mh (XDEPFILES): Delete.
952 * config/mips/irix4.mh (XDEPFILES): Delete.
953 * config/mips/irix3.mh (XDEPFILES): Delete.
954 * config/mips/decstation.mh (XDEPFILES): Delete.
955 * config/mips/mipsm3.mh (XDEPFILES): Delete.
956 (NATDEPFILES): Move core-aout.o to here.
957 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
958 * config/pa/hpux1020.mh (XDEPFILES): Delete.
959 * config/pa/hppabsd.mh (XDEPFILES): Delete.
960 * config/pa/hppahpux.mh (XDEPFILES): Delete.
961 * config/pa/hpux11w.mh (XDEPFILES): Delete.
962 * config/pa/hppaosf.mh (XDEPFILES): Delete.
963 * config/pa/hpux11.mh (XDEPFILES): Delete.
964 * config/powerpc/aix.mh (XDEPFILES): Delete.
965 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
966 * config/powerpc/linux.mh (XDEPFILES): Delete.
967 * config/romp/rtbsd.mh: Rename XDEPFILES.
968 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
969 * config/rs6000/aix4.mh (XDEPFILES): Delete.
970 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
971 * config/s390/s390.mh (XDEPFILES): Delete.
972 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
973 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
974 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
975 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
976 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
977 * config/sparc/nbsd.mh (XDEPFILES): Delete.
978 * config/sparc/linux.mh (XDEPFILES): Delete.
979 * config/vax/vaxult.mh (XDEPFILES): Delete.
980 * config/vax/vaxult2.mh (XDEPFILES): Delete.
981 * Makefile.in (DEPFILES): Remove XDEPFILES.
982
983 2002-01-17 Andrew Cagney <ac131313@redhat.com>
984
985 * utils.c (internal_verror): Fix comments, default is yes not no.
986 Update queries to match. Default to quit and dump core.
987
988 2002-01-17 Andrew Cagney <ac131313@redhat.com>
989
990 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
991 copyright.
992 * defs.h, event-top.c, gdbcmd.h: Ditto.
993 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
994 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
995 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
996 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
997 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
998 * mi/mi-main.c:Ditto.
999
1000 * stack.c, symfile.c: Update copyright.
1001
1002 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
1003
1004 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
1005 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
1006 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
1007 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
1008
1009 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
1010
1011 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
1012 * gdbserver/low-lynx.c (myattach): Likewise.
1013 * gdbserver/low-nbsd.c (myattach): Likewise.
1014 * gdbserver/low-sim.c (myattach): Likewise.
1015 * gdbserver/low-sparc.c (myattach): Likewise.
1016 * gdbserver/low-sun3.c (myattach): Likewise.
1017
1018 * gdbserver/low-linux.c (myattach): New function.
1019
1020 * gdbserver/server.c (attach_inferior): New function.
1021 (main): Handle "--attach".
1022
1023 2002-01-16 Andrew Cagney <ac131313@redhat.com>
1024
1025 * MAINTAINERS (language support): Daniel Jacobwitz is C++
1026 maintainer.
1027
1028 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
1029
1030 * c-typeprint.c (is_type_conversion_operator): Add additional
1031 check for non-conversion operators.
1032
1033 2002-01-15 Michael Snyder <msnyder@redhat.com>
1034
1035 * linux-proc.c: Add "info proc" command, a la procfs.c.
1036 (read_mapping): New function, abstract and re-use code.
1037 (linux_find_memory_regions): Use new func read_mapping.
1038 (linux_info_proc_cmd): New function, implement "info proc".
1039 (_initialize_linux_proc): Add new command "info proc".
1040
1041 2002-01-15 Michael Snyder <msnyder@redhat.com>
1042
1043 * symfile.c (generic_load): Use bfd_map_over_sections method
1044 instead of manipulating bfd structure members directly.
1045 (add_section_size_callback): New function, bfd sections callback
1046 used by generic_load.
1047 (load_sections_callback): New function, bfd sections callback
1048 used by generic_load.
1049
1050 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
1051
1052 [Based on work by Jim Blandy]
1053 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
1054 (builtin_type_vec128): Export.
1055 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
1056 types.
1057 (builtin_type_vec128): New builtin type for 128 bit vector
1058 registers.
1059 (build_gdbtypes): Initialize builtin_type_v16qi and
1060 builtin_type_v8hi. Create the vec128 register builtin type
1061 structure.
1062 (build_builtin_type_vec128): New function.
1063 (_initialize_gdbtypes): Register builtin_type_v16qi and
1064 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
1065 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
1066 AltiVec register to new builtin type.
1067
1068 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
1069
1070 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
1071 to make_cv_type.
1072
1073 2002-01-14 Andrew Cagney <ac131313@redhat.com>
1074
1075 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
1076 CLEAN_UP_REGISTER_VALUE.
1077 * regcache.c (supply_register): Update only call.
1078
1079 2002-01-14 Andrew Cagney <ac131313@redhat.com>
1080
1081 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
1082 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
1083 a29k-*-vxworks* targets as obsolete.
1084
1085 2002-01-14 Michael Snyder <msnyder@redhat.com>
1086
1087 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
1088 until we can resolve portability issues.
1089 * gregset.h: Remove references to fpxregs.
1090 * gcore.c (gcore_command): Initialize note_sec to NULL.
1091
1092 2002-01-13 Andrew Cagney <ac131313@redhat.com>
1093
1094 * signals.c (target_signal_to_name): Rewrite. Only use
1095 signals[].name when in bounds and non-NULL.
1096
1097 2002-01-13 Andrew Cagney <ac131313@redhat.com>
1098
1099 From Petr Ledvina <ledvinap@kae.zcu.cz>:
1100 * signals.c (target_signal_to_name): Verify that SIG is within the
1101 bounds of the signals array.
1102
1103 2002-01-13 Andrew Cagney <ac131313@redhat.com>
1104
1105 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
1106
1107 2002-01-13 Keith Seitz <keiths@redhat.com>
1108
1109 * stack.c (print_frame_info_base): Print the frame's pc
1110 only if when print_frame_info_listing_hook is not defined.
1111
1112 2002-01-13 Keith Seitz <keiths@redhat.com>
1113
1114 * varobj.c (varobj_set_value): Make sure that there were no
1115 errors evaluating the object before attempting to set its
1116 value.
1117 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
1118 so this offset adjustment is no longer necessary.
1119 (create_child): Don't set the error flag if the child is
1120 a CPLUS_FAKE_CHILD.
1121 (value_of_child): If value_fetch_lazy fails, return NULL
1122 so that callers will be notified that an error occurred.
1123 (c_value_of_variable): Delay check of variable's validity
1124 until later. We actually want all structs and unions to have
1125 the value "{...}".
1126 Do not return "???" for variables which could not be evaluated.
1127 This error condition must be returned to the caller so that it
1128 can get the error condition from gdb.
1129 (cplus_name_of_child): Adjust index for vptr before figuring
1130 out the name of the child.
1131 (cplus_value_of_child): If a child's (real) parent is not valid,
1132 don't even bother trying to give a value for it. Just return
1133 an error. Change all instances in this function.
1134 (cplus_type_of_child): If our parent is one of the "fake"
1135 parents, we need to get at the type of the real parent, and
1136 derive the child's true type using this information.
1137
1138 2002-01-13 Andrew Cagney <ac131313@redhat.com>
1139
1140 From 2002-01-09 John Marshall <johnm@falch.net>:
1141 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
1142 sources.redhat.com, and tweak some related URLs which had
1143 suffered from linkrot.
1144
1145 2002-01-13 Andrew Cagney <ac131313@redhat.com>
1146
1147 From Jeff law:
1148 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
1149 structures passed in registers.
1150
1151 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
1152
1153 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
1154 white space which prevented compilation. Reported by DSK
1155 <dsk@student.unsw.edu.au>.
1156
1157 2002-01-11 Michael Snyder <msnyder@redhat.com>
1158
1159 * symfile.c (build_section_addr_info_from_section_tab):
1160 Use bfd access method instead of manipulating bfd directly.
1161 (syms_from_objfile): Ditto.
1162 (simple_overlay_update_1): Ditto.
1163 (simple_overlay_update): Ditto.
1164 (generic_load): Ditto.
1165 (overlay_unmapped_address): FIXME comment, bfd access methods.
1166 (sections_overlap): FIXME comment, bfd access methods.
1167 (pc_in_mapped_range): FIXME comment, bfd access methods.
1168 (pc_in_unmapped_range): FIXME comment, bfd access methods.
1169 (section_is_mapped): FIXME comment, bfd access methods.
1170 (section_is_overlay): FIXME comment, bfd access methods.
1171
1172 * symfile.c (generic_load): Whitespace and long line cleanups.
1173 Remove duplicate variable, change several local variables to
1174 more appropriate data types.
1175 (print_transfer_performance): Use %lu instead of %ld for ulongs.
1176
1177 2002-01-12 Andrew Cagney <ac131313@redhat.com>
1178
1179 From Peter Schauer:
1180 * language.c (longest_local_hex_string_custom): Use phex_nz to
1181 convert NUM to a hex string.
1182
1183 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
1184
1185 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
1186 the function.
1187 Update Copyright year.
1188
1189 2002-01-12 Andrew Cagney <ac131313@redhat.com>
1190
1191 * language.c (longest_raw_hex_string): Delete unused function.
1192
1193 2002-01-11 Petr Sorfa <petrs@caldera.com>
1194
1195 * MAINTAINERS (write-after-approval): Add myself.
1196 * dwarf2read.c (read_tag_string_type): Handling of
1197 DW_AT_byte_size.
1198 (read_tag_string_type): FORTRAN fix to prevent propagation of
1199 first string size.
1200 (set_cu_language): Handling of DW_LANG_Fortran95
1201
1202 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
1203
1204 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
1205 GETPID(inferior_ptid).
1206 (store_inferior_registers): Likewise.
1207
1208 2002-01-10 Jason Merrill <jason@redhat.com>
1209
1210 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
1211 Fix DW_OP_minus.
1212
1213 2002-01-10 Andrew Cagney <ac131313@redhat.com>
1214
1215 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
1216 and bfd/elf32-sh-nbsd.c.
1217
1218 2002-01-10 Michael Snyder <msnyder@redhat.com>
1219
1220 * NEWS: Mention --pid and corefile/proc-id behavior change.
1221
1222 * Makefile.in: Add rules for gcore.o and linux-proc.o.
1223 * gcore.c: Include cli/cli-decode.h instead of command.h.
1224
1225 * main.c (captured_main): Add new command line option "--pid".
1226 If the second command line argument (following the symbol-file)
1227 begins with a digit, try to attach to it before trying to open
1228 it as a corefile.
1229 (print_gdb_help): Document the "--pid" argument.
1230
1231 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
1232
1233 * completer.c (command_completer): New function.
1234
1235 * completer.h <command_completer>: Add prototype.
1236
1237 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
1238 completer for the "help" command.
1239
1240 2002-01-09 Jason Merrill <jason@redhat.com>
1241
1242 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
1243
1244 2002-01-09 Michael Snyder <msnyder@redhat.com>
1245
1246 * i386-linux-nat.c (fill_fpxregset): Make global.
1247 (store_fpxregset): Ditto.
1248
1249 * gregset.h (gdb_fpxregset_t): Define.
1250 (supply_fpxregset): Prototype.
1251 (fill_fpxregset): Prototype.
1252
1253 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
1254
1255 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
1256
1257 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
1258 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
1259 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
1260
1261 2002-01-09 Andrew Cagney <ac131313@redhat.com>
1262
1263 * MAINTAINERS: Update target maintainer rules so that any
1264 Maintainer can approve a tested patch for a maintenance-only
1265 target.
1266
1267 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
1268
1269 * MAINTAINERS (write-after-approval): Add myself.
1270
1271 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
1272 IN_SIGTRAMP.
1273
1274 2002-01-08 Michael Snyder <msnyder@redhat.com>
1275
1276 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
1277 real name of the executable, rather than the /proc name.
1278
1279 2002-01-03 Michael Snyder <msnyder@redhat.com>
1280
1281 Implement a "generate-core-file" command in gdb, save target state.
1282 * gcore.c: New file. Implement new command 'generate-core-file'.
1283 Save a corefile image of the current state of the inferior.
1284 * linux-proc.c: Add linux-specific code for saving corefiles.
1285 * target.h (struct target_ops): Add new target vectors for saving
1286 corefiles; to_find_memory_regions and to_make_corefile_notes.
1287 (target_find_memory_regions): New macro.
1288 (target_make_corefile_notes): New macro.
1289 * target.c (update_current_target): Inherit new target methods.
1290 (dummy_find_memory_regions): New place-holder method.
1291 (dummy_make_corefile_notes): New place-holder method.
1292 (init_dummy_target): Initialize new dummy target vectors.
1293 * exec.c (exec_set_find_memory_regions): New function.
1294 Allow the exec_ops vector for memory regions to be taken over.
1295 (exec_make_note_section): New function, target vector method.
1296 * defs.h (exec_set_find_memory_regions): Export prototype.
1297 * procfs.c (proc_find_memory_regions): New function, corefile method.
1298 (procfs_make_note_section): New function, corefile method.
1299 (init_procfs_ops): Set new target vector pointers.
1300 (find_memory_regions_callback): New function.
1301 (procfs_do_thread_registers): New function.
1302 (procfs_corefile_thread_callback): New function.
1303 * sol-thread.c (sol_find_memory_regions): New function.
1304 (sol_make_note_section): New function.
1305 (init_sol_thread_ops): Initialize new target vectors.
1306 * inftarg.c (inftarg_set_find_memory_regions): New function.
1307 Allow to_find_memory_regions vector to be taken over.
1308 (inftarg_set_make_corefile_notes): New function.
1309 Allow to_make_corefile_notes vector to be taken over.
1310 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
1311 interface layer if not target_has_execution (may be a corefile).
1312 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
1313 * config/sparc/sun4sol2.mh: Ditto.
1314 * config/alpha/alpha-linux.mh: Ditto.
1315 * config/arm/linux.mh: Ditto.
1316 * config/i386/x86-64linux.mh: Ditto.
1317 * config/ia64/linux.mh: Ditto.
1318 * config/m68k/linux.mh: Ditto.
1319 * config/mips/linux.mh: Ditto.
1320 * config/powerpc/linux.mh: Ditto.
1321 * config/sparc/linux.mh: Ditto.
1322
1323 2002-01-07 Michael Snyder <msnyder@redhat.com>
1324
1325 * arm-linux-nat.c: Remove references to regcache.c internal data
1326 (registers[] and register_valid[]).
1327
1328 2002-01-07 Michael Snyder <msnyder@redhat.com>
1329
1330 * linux-proc.c: New file. Implement child_pid_to_exec_file,
1331 so that attaching to a pid will automatically read the process's
1332 symbol file and shlibs.
1333 * Makefile.in: Add rule for linux-proc.o.
1334 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
1335 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
1336 * config/arm/linux.mh: Ditto.
1337 * config/i386/linux.mh: Ditto.
1338 * config/i386/x86-64linux.mh: Ditto.
1339 * config/ia64/linux.mh: Ditto.
1340 * config/m68k/linux.mh: Ditto.
1341 * config/mips/linux.mh: Ditto.
1342 * config/powerpc/linux.mh: Ditto.
1343 * config/sparc/linux.mh: Ditto.
1344
1345 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
1346
1347 * win32-nat.c: Add i386-tdep.h dependency.
1348
1349 2002-01-07 Michael Snyder <msnyder@redhat.com>
1350
1351 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
1352 instead of bfd_get_arch_size. Don't bail out just because
1353 there's no exec_bfd.
1354
1355 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
1356 * p-valprint.c (pascal_object_print_value): Ditto.
1357 * somread.c (som_symtab_read): Ditto.
1358 * symfile.c (simple_free_overlay_region_table): Ditto.
1359 * valops.c (value_assign): Ditto.
1360
1361 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
1362 use tilde_expand and strerror for opening save-tracepoints file.
1363
1364 * thread-db.c (thread_db_new_objfile): Indendation fix.
1365
1366 * infptrace.c (GDB_MAX_ALLOCA): New define.
1367 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
1368 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
1369 can be overridden with whatever value is appropriate to the host).
1370 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
1371 alloca to allocate potentially large buffer.
1372 * rs6000-nat.c (child_xfer_memory): Ditto.
1373 * symm-nat.c (child_xfer_memory): Ditto.
1374 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
1375
1376 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
1377
1378 From Nick Clifton <nickc@redhat.com>
1379 * d10v-tdep.c: Set STACK_START to 0x200bffe.
1380
1381 2002-01-07 Michael Snyder <msnyder@redhat.com>
1382
1383 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
1384 Don't use exec_bfd if it's NULL.
1385
1386 2002-01-06 Mark Kettenis <kettenis@gnu.org>
1387
1388 * valops.c (value_arg_coerce): Fix formatting.
1389
1390 2002-01-06 Andrew Cagney <ac131313@redhat.com>
1391
1392 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
1393 * gnu-nat.c: Ditto.
1394
1395 2002-01-06 Andrew Cagney <ac131313@redhat.com>
1396
1397 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
1398 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
1399 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
1400 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
1401 z8k-coff have not been multi-arched. Update z8k-coff build
1402 status.
1403
1404 2002-01-06 Andrew Cagney <ac131313@redhat.com>
1405
1406 * MAINTAINERS: Mark a29k target as obsolete.
1407 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
1408 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
1409 comments.
1410 * NEWS: Note that a29k targets are obsolete.
1411 * a29k-tdep.c: Mark as obsolete.
1412 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
1413 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
1414 a29k-*-vxworks* targets as obsolete.
1415 * remote-adapt.c: Obsolete.
1416 * remote-eb.c: Obsolete.
1417 * remote-mm.c: Obsolete.
1418 * remote-udi.c: Obsolete.
1419 * config/a29k/a29k-udi.mt: Obsolete.
1420 * config/a29k/a29k.mt: Obsolete.
1421 * config/a29k/tm-a29k.h: Obsolete.
1422 * config/a29k/tm-vx29k.h: Obsolete.
1423 * config/a29k/vx29k.mt: Obsolete.
1424
1425 2002-01-05 Andrew Cagney <ac131313@redhat.com>
1426
1427 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
1428 with BFD_ENDIAN_BIG.
1429
1430 2002-01-05 Andrew Cagney <ac131313@redhat.com>
1431
1432 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
1433 * configure, config.in: Re-generate.
1434 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
1435 * defs.h: Do not include <endian.h>.
1436
1437 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
1438
1439 * acconfig.h (HAVE_PT_GETXMMREGS): New.
1440 * config.in: Regenerate.
1441 * configure.in: Update copyright years.
1442 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
1443 * configure: Regenerate.
1444 * i386bsd-nat.c: Update copyright years.
1445 (fill_gregset): Use regcache_collect.
1446 (fetch_inferior_registers): Only fetch integer registers
1447 if requested to do so. Add support for XMM registers
1448 using PT_GETXMMREGS.
1449 (store_inferior_registers): Only store integer registers
1450 if requested to do so. Add support for XMM registers
1451 using PT_SETXMMREGS.
1452 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
1453 (store_inferior_registers): Remove.
1454 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
1455 (fetch_elfcore_registers): New function.
1456 (i386nbsd_elfcore_fns): New.
1457 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
1458 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
1459 i386bsd-nat.o.
1460 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
1461 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
1462 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1463 * config/i386/tm-nbsd.h: Update copyright years.
1464 (HAVE_SSE_REGS): Define.
1465 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
1466 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
1467 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
1468 (SIGCONTEXT_PC_OFFSET): Remove.
1469 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
1470
1471 2002-01-05 Andrew Cagney <ac131313@redhat.com>
1472
1473 * configure.tgt: Remove powerpc-*-macos* target.
1474 * config/m68k/xm-mpw.h: Delete file.
1475 * config/xm-mpw.h: Delete file.
1476 * ser-mac.c: Delete file.
1477 * mpw-make.sed: Delete file.
1478 * mpw-config.in: Delete file.
1479 * mac-xdep.c: Delete file.
1480 * mac-gdb.r: Delete file.
1481 * mac-defs.h: Delete file.
1482 * mac-nat.c: Delete file.
1483 * config/powerpc/macos.mh: Delete file.
1484 * config/powerpc/macos.mt: Delete file.
1485 * config/powerpc/nm-macos.h: Delete file.
1486 * config/powerpc/tm-macos.h: Delete file.
1487 * source.c (openp, open_source_file): Remove obsolete code.
1488 * top.c (gdb_readline): Ditto.
1489 * utils.c (query): Ditto.
1490 * event-top.c (display_gdb_prompt): Ditto.
1491 * Makefile.in (ser-mac.o): Delete obsolete target.
1492 * NEWS: Update.
1493
1494 2002-01-04 Andrew Cagney <ac131313@redhat.com>
1495
1496 * defs.h (BIG_ENDIAN): Delete macro definition.
1497 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
1498 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
1499 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
1500 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
1501 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
1502 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
1503 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
1504 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
1505 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
1506 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
1507 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
1508 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
1509 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
1510 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
1511 * gdbarch.c: Re-generate.
1512
1513 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
1514
1515 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
1516 for core files.
1517
1518 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1519
1520 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
1521
1522 2002-01-04 Andrew Cagney <ac131313@redhat.com>
1523
1524 * value.h (value_ptr): Delete typedef.
1525
1526 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1527
1528 * i386nbsd-nat.c: Update copyright years.
1529 Include i386-tdep.h.
1530
1531 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
1532
1533 * stabsread.c: Update copyright years.
1534
1535 From Debashis Mahata <debashis.mahata@wipro.com>:
1536 (read_struct_fields): Deal with Sun C compiler erroneous stab
1537 output for structs and unions.
1538 Fix PR gdb/269.
1539
1540 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
1541
1542 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
1543 prototype.
1544
1545 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
1546
1547 * cp-abi.c: Fix whitespace.
1548 (baseclass_offset): New wrapper function.
1549 * cp-abi.h (baseclass_offset): Add prototype.
1550 (struct cp_abi_ops): Add baseclass_offset pointer.
1551
1552 * valops.c (vb_match): Move to...
1553 * gnu-v2-abi.c (vb_match): here.
1554 * valops.c (baseclass_offset): Move to...
1555 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
1556
1557 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
1558
1559 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
1560 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
1561 * hpacc-abi.c (init_hpacc_ops): Likewise.
1562
1563 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
1564
1565 * valops.c (find_overload_match): Accept obj as a
1566 reference parameter. Update it before returning.
1567 * value.h (find_overload_match): Update prototype.
1568 * eval.c (evaluate_subexp_standard): Pass object to
1569 find_overload_match by reference.
1570
1571 2002-01-03 Andrew Cagney <ac131313@redhat.com>
1572
1573 * valarith.c: Replace value_ptr with struct value pointer. Remove
1574 register attribute from value declarations.
1575 * valops.c: Ditto.
1576 * value.h: Ditto.
1577 * scm-lang.c (scm_lookup_name): Ditto.
1578
1579 2002-01-03 Michael Snyder <msnyder@redhat.com>
1580
1581 Abstract the functionality of iterating over mapped memory
1582 regions into a general purpose iterator function.
1583 * procfs.c (iterate_over_mappings): New function, general purpose
1584 iterator for memory sections.
1585 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
1586 (solib_mappings_callback): New function, callback for above.
1587 (info_proc_mappings): Reimpliment using iterate_over_mappings.
1588 (info_mappings_callback): New function, callback for above.
1589
1590 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
1591
1592 2002-01-01 Mark Kettenis <kettenis@gnu.org>
1593
1594 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
1595 * i386-tdep.c: Include "elf-bfd.h".
1596 (process_note_abi_tag_sections): New function.
1597 (i386_gdbarch_init): Add code to recognize various OS/ABI
1598 combinations.
1599
1600 * maint.c (_initialize_maint_cmds): Add missing \ in
1601 string-literal.
1602
1603 For older changes see ChangeLog-2001
1604 \f
1605 Local Variables:
1606 mode: change-log
1607 left-margin: 8
1608 fill-column: 74
1609 version-control: never
1610 End:
This page took 0.101384 seconds and 5 git commands to generate.