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