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