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