2002-04-18 Michael Snyder <msnyder@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2002-04-18 Michael Snyder <msnyder@redhat.com>
2
3 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
4
5 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6
7 * vax-tdep.c (vax_frame_chain): New function.
8 (vax_push_dummy_frame): Ditto.
9 (vax_pop_frame): Ditto.
10 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
11 (FRAMELESS_FUNCTION_INVOCATION): Use
12 generic_frameless_function_invocation_not.
13 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
14 (POP_FRAME): Use vax_pop_frame.
15
16 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
17
18 * vax-tdep.c (vax_store_struct_return): New function.
19 (vax_extract_return_value): Ditto.
20 (vax_store_return_value): Ditto.
21 (vax_extract_struct_value_address): Ditto.
22 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
23 vax_store_struct_return.
24 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
25 (STORE_RETURN_VALUE): Use vax_store_return_value.
26 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
27
28 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
29
30 * vax-tdep.c (vax_frame_saved_pc): New function.
31 (vax_frame_args_address_correct): Ditto.
32 (vax_frame_args_address): Ditto.
33 (vax_frame_locals_address): Ditto.
34 (vax_frame_num_args): Move code to be in proximity to
35 other frame-related functions.
36 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
37 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
38 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
39 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
40 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
41
42 2002-04-22 H.J. Lu (hjl@gnu.org)
43
44 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
45 includedir.
46
47 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
48
49 * vax-tdep.c (vax_frame_init_saved_regs): New function.
50 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
51 (FRAME_INIT_SAVED_REGS): New macro.
52
53 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
54
55 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
56
57 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
58
59 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
60 where needed.
61 (fetch_osf_core_registers): Likewise.
62 (supply_gregset): Likewise.
63
64 2002-04-22 J. Brobecker <brobecker@gnat.com>
65
66 * symfile.h (get_section_index): Define.
67 * symfile.c (get_section_index): New function.
68 * mdebugread.c (SC_IS_SBSS): New macro.
69 (SC_IS_BSS): Return true for the scBss storage class only, as
70 the scSBss storage class refers to the .sbss section.
71 (parse_partial_symbols): Discard the symbols which associated
72 section does not exist.
73 Make sure to use the .sbss section index for symbols which
74 storage class is scBss, rather than using the .bss section index.
75
76 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
77
78 * vax-tdep.c: Update copyright years.
79 (vax_register_name): New function.
80 (vax_register_byte): Ditto.
81 (vax_register_raw_size): Ditto.
82 (vax_register_virtual_size): Ditto.
83 (vax_register_virtual_type): Ditto.
84 * config/vax/tm-vax.h: Update copyright years.
85 (REGISTER_NAMES): Remove.
86 (REGISTER_NAME): Define.
87 (REGISTER_BYTE): Use vax_register_byte.
88 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
89 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
90 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
91
92 2002-04-21 Andrew Cagney <ac131313@redhat.com>
93
94 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
95 declaration
96 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
97
98 2002-04-21 David S. Miller <davem@redhat.com>
99
100 * arch-utils.c (generic_prologue_frameless_p): Kill
101 SKIP_PROLOGUE_FRAMELESS_P code.
102 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
103 references.
104 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
105 * arc-tdep.c (arc_prologue_frameless_p): Implement.
106 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
107 references.
108 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
109 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
110 (sparc_gdbarch_init): Pass it to
111 set_gdbarch_prologue_frameless_p.
112
113 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
114
115 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
116 (alphabsd-nat.o): New dependency list.
117
118 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
119
120 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
121 alphafbsd-tdep.c.
122 (alpha-linux-tdep.o): New dependency list.
123 (alphafbsd-tdep.o): Likewise.
124
125 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
126
127 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
128 to here...
129 * alpha-tdep.c: ...from here.
130 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
131
132 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
133
134 * config/alpha/tm-alpha.h: Move alpha_software_single_step
135 prototype from here...
136 * alpha-tdep.h: ...to here.
137
138 2002-04-21 Andrew Cagney <ac131313@redhat.com>
139
140 * frame.h (selected_frame_level): Document as deprecated.
141 (frame_relative_level): Declare.
142 * stack.c (frame_relative_level): New function.
143 (selected_frame_level): Document as deprecated.
144 (select_frame): Do not set the selected_frame_level.
145
146 * stack.c (frame_info, record_selected_frame): Update.
147 (frame_command, current_frame_command): Update.
148 (up_silently_base, up_command, down_silently_base): Update.
149 (down_command): Update.
150 * inflow.c (kill_command): Update.
151 * tracepoint.c (finish_tfind_command): Update.
152 * corelow.c (core_open): Update.
153 * thread.c (info_threads_command): Update.
154 (do_captured_thread_select): Update.
155 * infcmd.c (finish_command): Update.
156 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
157
158 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
159
160 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
161
162 2002-04-21 Andrew Cagney <ac131313@redhat.com>
163
164 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
165 type const.
166
167 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
168
169 * alphafbsd-tdep.c: Update copyright years. Include
170 alpha-tdep.h.
171 (alphafbsd_use_struct_convention): Make static.
172 (alphafbsd_init_abi): New function.
173 (_initialize_alphafbsd_tdep): New function.
174 * config/alpha/tm-fbsd.h: Update copyright years.
175 (USE_STRUCT_CONVENTION): Remove.
176
177 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
178
179 * alpha-tdep.c (alpha_abi_handler): New structure to describe
180 an Alpha ABI variant.
181 (alpha_abi_handler_list): Declare.
182 (alpha_gdbarch_register_os_abi): New function.
183 (alpha_gdbarch_init): Give registered ABI variant handlers a
184 chance to tweak the gdbarch once we have set up defaults.
185 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
186
187 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
188
189 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
190 to standard_coerce_float_to_double.
191 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
192
193 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
194
195 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
196 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
197 from gdbarch_tdep rather than a constant.
198 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
199 the default text address for all Alpha Unix ABIs.
200 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
201 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
202
203 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
204
205 * alpha-tdep.h: New file. Includes several Alpha target constants
206 taken from...
207 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
208 let gdbarch deal with.
209 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
210 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
211 to dependency list.
212 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
213 Alpha target register names.
214 * alphabsd-nat.c: Likewise.
215 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
216 Alpha target register names. Make serveral routines static.
217 (alpha_get_saved_register): New function.
218 (alpha_abi_names): New.
219 (process_note_abi_tag_sections): New function.
220 (get_elfosabi): New function.
221 (alpha_gdbarch_init): New function.
222 (alpha_dump_tdep): New function.
223 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
224
225 2002-04-21 Andrew Cagney <ac131313@redhat.com>
226
227 * frame.c (find_saved_register): Delete #ifdef
228 HAVE_REGISTER_WINDOWS code.
229 * config/sparc/tm-sparc.h: Update comments.
230 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
231
232 2002-04-21 Andrew Cagney <ac131313@redhat.com>
233
234 * i960-tdep.c (i960_find_saved_register): New function.
235 (i960_get_saved_register): New function.
236 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
237 (i960_get_saved_register): Declare.
238 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
239
240 2002-04-20 David S. Miller <davem@redhat.com>
241
242 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
243
244 2002-04-20 Andrew Cagney <ac131313@redhat.com>
245
246 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
247 instead of NUM_PSEUDO_REGS.
248
249 2002-04-20 David S. Miller <davem@redhat.com>
250
251 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
252 GDB_MULTI_ARCH_PARTIAL
253 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
254 define, let tm-sp64.h do it.
255
256 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
257
258 * frame.c (find_saved_register): Avoid a NULL pointer
259 dereference and actually walk the frame list.
260
261 2002-04-20 Andrew Cagney <ac131313@redhat.com>
262
263 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
264 sorted in most most-recent-used order. Document.
265 * gdbarch.h, gdbarch.c: Regenerate.
266
267 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
268
269 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
270 (add_inferior): Call create_register_cache.
271 (clear_inferiors): Call free_register_cache.
272 (inferior_regcache_data, set_inferior_regcache_data): New functions.
273 * gdbserver/regcache.c (struct inferior_regcache_data): New.
274 (registers): Remove.
275 (get_regcache): New function.
276 (create_register_cache, free_register_cache): New functions.
277 (set_register_cache): Don't initialize the register cache here.
278 (registers_to_string, registers_from_string, register_data): Call
279 get_regcache.
280 * gdbserver/regcache.h: Add prototypes.
281 * gdbserver/server.h: Likewise.
282
283 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
284
285 * gdbserver/mem-break.c: New file.
286 * gdbserver/mem-break.h: New file.
287 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
288 dependencies.
289 * gdbserver/inferiors.c (struct inferior_info): Add target_data
290 member.
291 (clear_inferiors): Free target_data member if set.
292 (inferior_target_data, set_inferior_target_data): New functions.
293 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
294 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
295 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
296 (struct inferior_linux_data): New.
297 (linux_create_inferior): Use set_inferior_target_data.
298 (linux_attach): Likewise. Call add_inferior.
299 (linux_wait_for_one_inferior): New function.
300 (linux_wait): Call it.
301 (linux_write_memory): Add const.
302 (initialize_low): Call set_breakpoint_data.
303 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
304 handling members.
305 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
306 call.
307 * gdbserver/server.h: Include mem-break.h. Update inferior.c
308 prototypes.
309 * gdbserver/target.c (read_inferior_memory)
310 (write_inferior_memory): New functions.
311 * gdbserver/target.h (read_inferior_memory)
312 (write_inferior_memory): Change macros to prototypes.
313 (struct target_ops): Update comments. Add const to write_memory
314 definition.
315
316 2002-04-19 Andrew Cagney <ac131313@redhat.com>
317
318 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
319 instead of ->prev.
320 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
321 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
322 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
323 instead of ->prev.
324
325 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
326
327 Fix PR gdb/471.
328 * gdbtypes.c (init_simd_type): Rewrite using new functions.
329 (build_builtin_type_vec128): Ditto.
330 (append_composite_type_field): Fix calculation of type length in
331 union case.
332
333 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
334
335 * config/djgpp/README: Update.
336
337 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
338 compiler warnings.
339
340 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
341
342 * alpha-tdep.c (setup_arbitrary_frame): Rename...
343 (alpha_setup_arbitrary_frame): ...to this.
344 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
345 for alpha_setup_arbitrary_frame.
346
347 2002-04-18 Andrew Cagney <cagney@redhat.com>
348
349 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
350 * gdbarch.h, gdbarch.c: Regenerate.
351
352 * defs.h (breakpoint_from_pc_fn): Delete type definition.
353 * target.h (memory_breakpoint_from_pc): Update declaration.
354 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
355
356 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
357 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
358 * mem-break.c (memory_breakpoint_from_pc): Ditto.
359 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
360 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
361 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
362 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
363 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
364 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
365 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
366 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
367 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
368
369 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
370 const pointer.
371 * monitor.c (monitor_insert_breakpoint): Ditto.
372 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
373
374 * config/mcore/tm-mcore.h: Update copyright.
375 * mem-break.c: Ditto.
376 * xstormy16-tdep.c: Ditto.
377
378 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
379
380 * p-exp.y: Add precedence rule for '^' token.
381 This removes the shift/reduce conflicts.
382 Remove the comment concerning these shift/reduce conflicts.
383
384 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
385
386 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
387 (registers_powerpc_nofp): New register set for processors
388 without floating point unit.
389
390 2002-04-18 David S. Miller <davem@redhat.com>
391
392 * MAINTAINERS: Add myself to write-after-approval.
393
394 2002-04-17 Michael Snyder <msnyder@redhat.com>
395
396 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
397
398 2002-04-17 Andrew Cagney <ac131313@redhat.com>
399
400 * rs6000-tdep.c (frame_initial_stack_address): Use
401 frame_register_read to read the alloca_reg.
402
403 2002-04-17 Andrew Cagney <ac131313@redhat.com>
404
405 * frame.c (find_saved_register): Find saved registers in the next
406 not prev frame.
407 Fix PR gdb/365.
408
409 2002-04-17 Andrew Cagney <ac131313@redhat.com>
410
411 * gdbarch.sh (LANG): Set to ``c''.
412
413 2002-04-15 Andrew Cagney <ac131313@redhat.com>
414
415 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
416
417 2002-04-15 Andrew Cagney <ac131313@redhat.com>
418
419 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
420 Update copyright.
421
422 * hpread.c (hpread_get_lntt): Add declaration.
423 Also fix PR gdb/391.
424
425 2002-04-14 Andrew Cagney <ac131313@redhat.com>
426
427 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
428 * aclocal.m4, configure: Re-generate.
429 Fix PR gdb/391.
430
431 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
432
433 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
434 instead of tm_print_insn.
435
436 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
437
438 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
439
440 2002-04-14 Andrew Cagney <ac131313@redhat.com>
441
442 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
443 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
444 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
445
446 2002-04-12 Don Howard <dhoward@redhat.com>
447
448 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
449 max_user_call_depth.
450 (init_cmd_lists): Initialize the new value;
451 * cli/cli-script.c (execute_user_command): Limit the call depth of
452 user defined commands. This avoids a core-dump when user commands
453 are infinitly recursive.
454
455 2002-04-12 Kevin Buettner <kevinb@redhat.com>
456
457 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
458 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
459 from tdep struct instead of DEFAULT_LR_SAVE.
460 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
461 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
462 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
463
464 2002-04-12 Michael Snyder <msnyder@redhat.com>
465
466 * Remote.c: Spelling fix.
467 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
468 If no symbol found for "sbrk", try "_sbrk".
469 (make_output_phdrs): Use bfd_section_name.
470 (gcore_copy_callback): Use bfd_section_name.
471 * eval.c: Indentation fix-ups.
472 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
473 in case it gets applied to an address that is already
474 in the instruction space.
475 * cli/cli-decode.c (help_list): Allow long lines to wrap.
476 * symfile.c: Fix indentation, long lines.
477 * source.c: White space fix-up.
478
479 2002-04-12 Andrew Cagney <cagney@redhat.com>
480
481 * defs.h (read_relative_register_raw_bytes): Delete declaration.
482 * frame.c (frame_register_read): New function. Return non-zero on
483 success.
484 (read_relative_register_raw_bytes_for_frame): Delete.
485 (read_relative_register_raw_bytes): Delete.
486 * frame.h (frame_register_read): Declare.
487 * d30v-tdep.c: Update Copyright. Use frame_register_read.
488 * sh-tdep.c: Ditto.
489 * infcmd.c (do_registers_info): Ditto.
490 * hppa-tdep.c: Ditto.
491 * rs6000-tdep.c: Ditto.
492 * h8500-tdep.c: Ditto.
493 * mips-tdep.c: Ditto.
494 * h8300-tdep.c: Ditto.
495 * z8k-tdep.c: Ditto.
496
497 2002-04-12 Kevin Buettner <kevinb@redhat.com>
498
499 From Jimi X <jimix@watson.ibm.com>:
500 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
501 64-bit SysV ABI.
502
503 2002-04-12 Kevin Buettner <kevinb@redhat.com>
504
505 From Jimi X <jimix@watson.ibm.com>:
506 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
507 bfd info.
508
509 2002-04-12 Kevin Buettner <kevinb@redhat.com>
510
511 From Jimi X <jimix@watson.ibm.com>:
512 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
513 register sets for these processor variants.
514
515 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
516
517 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
518 registers which are allowed to fail to store.
519 * gdbserver/linux-low.h (linux_target_ops): Likewise.
520 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
521 (ppc_cannot_store_register): FPSCR may not be storable.
522 * regformats/reg-ppc.dat: Support FPSCR.
523
524 2002-04-11 Kevin Buettner <kevinb@redhat.com>
525
526 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
527 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
528 Add fpscr as an invalid/unfetchable register.
529 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
530 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
531 (fill_fpregset): Add support for register fpscr.
532 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
533 (fill_gregset): Account for the fact that register ``mq'' might
534 not exist.
535 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
536 (registers_power): Add fpscr to register set at slot 71.
537 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
538 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
539
540 2002-04-11 Michael Snyder <msnyder@redhat.com>
541
542 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
543 * configure: Regenerate.
544 * config.in: Regenerate.
545 * acconfig.h: Add define for _SYSCALL32.
546 * core-sol2.c: Remove #define _SYSCALL32.
547 * solib-legacy.c: Remove #define _SYSCALL32.
548
549 2002-04-10 Andrew Cagney <ac131313@redhat.com>
550
551 * stack.c (select_frame): Cleanup internal error message, do not
552 use %p.
553
554 2002-04-10 Andrew Cagney <ac131313@redhat.com>
555
556 * stack.c (select_frame): Check that selected_frame and the
557 specified level are as expected.
558 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
559 Update copyright.
560 * frame.h (struct frame_info): Add field `level'. Update
561 copyright.
562 Work-in-progress PR gdb/464.
563
564 2002-04-10 Andrew Cagney <ac131313@redhat.com>
565
566 * maint.c (maint_print_section_info): Rename print_section_info.
567 (print_bfd_section_info, print_objfile_section_info): Update.
568 * inferior.h (struct gdbarch): Add opaque declaration.
569 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
570 * gdbarch.h: Regenerate.
571
572 2002-04-10 Michal Ludvig <mludvig@suse.cz>
573
574 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
575 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
576 (kernel_u_size): Added.
577 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
578 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
579
580 2002-04-04 Jim Ingham <jingham@apple.com>
581
582 * valarith.c (find_size_for_pointer_math): New function, either returns
583 the size for a pointer's target, returns 1 for void *, or errors for
584 incomplete types.
585 (value_add, value_sub): use find_size_for_pointer_math.
586
587 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
588
589 * linux-low.c (linux_look_up_symbols): New hook.
590 (linux_target_ops): Add linux_look_up_symbols.
591 * remote-utils.c (decode_address): New function.
592 (look_up_one_symbol): New function.
593 * server.c (handle_query): Call target look_up_symbols hook.
594 * server.h (look_up_one_symbol): Add prototype.
595 * target.h (struct target_ops): Add look_up_symbols hook.
596
597 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
598
599 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
600 * ChangeLog: Correct paths in last ChangeLog entry.
601
602 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
603
604 * gdbserver/linux-low.h: Remove obsolete prototypes.
605 (struct linux_target_ops): New.
606 (extern the_low_target): New.
607 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
608 (register_addr): Use the_low_target explicitly.
609 (fetch_register): Likewise.
610 (usr_fetch_inferior_registers): Likewise.
611 (usr_store_inferior_registers): Likewise.
612 * gdbserver/linux-arm-low.c (num_regs): Remove.
613 (arm_num_regs): Define.
614 (arm_regmap): Renamed from regmap, made static.
615 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
616 made static.
617 (arm_cannot_store_register): Renamed from cannot_store_register,
618 made static.
619 (the_low_target): New.
620 * gdbserver/linux-i386-low.c (num_regs): Remove.
621 (i386_num_regs): Define.
622 (i386_regmap): Renamed from regmap, made static.
623 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
624 made static.
625 (i386_cannot_store_register): Renamed from cannot_store_register,
626 made static.
627 (the_low_target): New.
628 * gdbserver/linux-ia64-low.c (num_regs): Remove.
629 (ia64_num_regs): Define.
630 (ia64_regmap): Renamed from regmap, made static.
631 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
632 made static.
633 (ia64_cannot_store_register): Renamed from cannot_store_register,
634 made static.
635 (the_low_target): New.
636 * gdbserver/linux-m68k-low.c (num_regs): Remove.
637 (m68k_num_regs): Define.
638 (m68k_regmap): Renamed from regmap, made static.
639 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
640 made static.
641 (m68k_cannot_store_register): Renamed from cannot_store_register,
642 made static.
643 (the_low_target): New.
644 * gdbserver/linux-mips-low.c (num_regs): Remove.
645 (mips_num_regs): Define.
646 (mips_regmap): Renamed from regmap, made static.
647 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
648 made static.
649 (mips_cannot_store_register): Renamed from cannot_store_register,
650 made static.
651 (the_low_target): New.
652 * gdbserver/linux-ppc-low.c (num_regs): Remove.
653 (ppc_num_regs): Define.
654 (ppc_regmap): Renamed from regmap, made static.
655 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
656 made static.
657 (ppc_cannot_store_register): Renamed from cannot_store_register,
658 made static.
659 (the_low_target): New.
660 * gdbserver/linux-s390-low.c (num_regs): Remove.
661 (s390_num_regs): Define.
662 (s390_regmap): Renamed from regmap, made static.
663 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
664 made static.
665 (s390_cannot_store_register): Renamed from cannot_store_register,
666 made static.
667 (the_low_target): New.
668 * gdbserver/linux-sh-low.c (num_regs): Remove.
669 (sh_num_regs): Define.
670 (sh_regmap): Renamed from regmap, made static.
671 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
672 made static.
673 (sh_cannot_store_register): Renamed from cannot_store_register,
674 made static.
675 (the_low_target): New.
676 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
677 (the_low_target): New.
678
679 2002-04-09 Andrew Cagney <ac131313@redhat.com>
680
681 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
682 override FP_REGNUM with frame->fp. Update copyright.
683 * parse.c (num_std_regs, std_regs): Delete.
684 (target_map_name_to_register): Do not search std_regs. Update
685 function description.
686 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
687 declarations. Update copyright.
688 Fix PR gdb/251.
689
690 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
691
692 * gdbserver/Makefile.in: Add stamp-h target.
693 * gdbserver/configure.in: Create stamp-h.
694 * gdbserver/configure: Regenerated.
695
696 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
697
698 * gdbserver/inferiors.c: New file.
699 * gdbserver/target.c: New file.
700 * gdbserver/target.h: New file.
701 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
702 dependencies.
703 * gdbserver/linux-low.c (inferior_pid): New static variable,
704 moved from server.c.
705 (linux_create_inferior): Renamed from create_inferior.
706 Call add_inferior. Return 0 on success instead of a PID.
707 (linux_attach): Renamed from myattach.
708 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
709 (linux_thread_alive): Renamed from mythread_alive.
710 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
711 child dies.
712 (linux_resume): Renamed from myresume. Add missing ``return 0''.
713 (regsets_store_inferior_registers): Correct error message.
714 Add missing ``return 0''.
715 (linux_fetch_registers): Renamed from fetch_inferior_registers.
716 (linux_store_registers): Renamed from store_inferior_registers.
717 (linux_read_memory): Renamed from read_inferior_memory.
718 (linux_write_memory): Renamed from write_inferior_memory.
719 (linux_target_ops): New structure.
720 (initialize_low): Call set_target_ops ().
721 * gdbserver/remote-utils.c (unhexify): New function.
722 (hexify): New function.
723 (input_interrupt): Send signals to ``signal_pid''.
724 * gdbserver/server.c (inferior_pid): Remove.
725 (start_inferior): Update create_inferior call.
726 (attach_inferior): Call add_inferior.
727 (handle_query): New function.
728 (main): Call handle_query for `q' packets.
729 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
730 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
731
732 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
733
734 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
735 dependencies.
736 * gdbserver/configure.in: Check for <string.h>
737 * gdbserver/configure: Regenerate.
738 * gdbserver/config.in: Regenerate.
739 * gdbserver/gdbreplay.c: Include needed system headers.
740 (remote_open): Remove strchr prototype.
741 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
742 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
743 (supply_register_by_name): Likewise.
744 (collect_register): Change buf argument to void *.
745 (collect_register_by_name): Likewise.
746 * gdbserver/regcache.h: Add missing prototypes.
747 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
748 * gdbserver/server.c (handle_query): New function.
749 (attached): New static variable, moved out of main.
750 (main): Quiet longjmp clobber warnings.
751 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
752 * gdbserver/utils.c (error): Remove NORETURN.
753 (fatal): Likewise.
754
755 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
756
757 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
758 after the last symbol in a block.
759
760 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
761
762 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
763 is non zero as a found symbol.
764
765 2002-04-08 Andrew Cagney <ac131313@redhat.com>
766
767 * findvar.c: Include "builtin-regs.h".
768 (value_of_register): Call value_of_builtin_reg when applicable.
769 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
770 (target_map_name_to_register): Call
771 builtin_reg_map_name_to_regnum.
772 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
773 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
774 (builtin_regs_h): Define.
775 (builtin-regs.o): New target.
776 (findvar.o): Add $(builtin_regs_h).
777 * builtin-regs.c, builtin-regs.h: New files.
778 * std-regs.c: New file.
779 Partial fix for PR gdb/251.
780
781 2002-04-08 Kevin Buettner <kevinb@redhat.com>
782
783 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
784 it's no longer required.
785
786 2002-04-08 Andrew Cagney <ac131313@redhat.com>
787
788 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
789
790 2002-04-08 Kevin Buettner <kevinb@redhat.com>
791
792 From Jimi X <jimix@watson.ibm.com>:
793 * rs6000-tdep.c (rs6000_software_single_step): Use
794 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
795 and size. Use target_insert_breakpoint() and
796 target_remove_breakpoint() to insert and remove breakpoints
797 instead of explicit memory reads and writes.
798
799 2002-04-08 Kevin Buettner <kevinb@redhat.com>
800
801 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
802 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
803 ELF_OBJECT_FORMAT ifdef.
804
805 2002-04-08 Kevin Buettner <kevinb@redhat.com>
806
807 From Jimi X <jimix@watson.ibm.com>:
808 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
809
810 2002-04-08 Kevin Buettner <kevinb@redhat.com>
811
812 From Jimi X <jimix@watson.ibm.com>:
813 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
814 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
815
816 2002-04-07 Mark Kettenis <kettenis@gnu.org>
817
818 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
819 s/asprintf/xasprintf/.
820 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
821
822 2002-04-07 Andrew Cagney <ac131313@redhat.com>
823
824 I believe Jeff Law denies responsability for this one:
825 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
826 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
827 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
828 Work-around for PR gdb/366.
829
830 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
831
832 * remote-e7000.c (write_small, e7000_read_inferior_memory,
833 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
834 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
835
836 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
837
838 * sh-tdep.c (sh_fp_frame_init_saved_regs,
839 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
840 information.
841
842 2002-04-07 Andrew Cagney <ac131313@redhat.com>
843
844 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
845 maintainer.
846
847 2002-04-07 Andrew Cagney <ac131313@redhat.com>
848
849 * README (Reporting Bugs in GDB): Document the bug web page as the
850 prefered way of submitting bugs.
851 Fix PR gdb/402.
852
853 2002-04-06 Andrew Cagney <ac131313@redhat.com>
854
855 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
856 -1. Update comment.
857 * gdbarch.h, gdbarch.c: Re-generate.
858
859 2002-04-07 Andreas Schwab <schwab@suse.de>
860
861 * m68klinux-nat.c (fill_fpregset): Properly pass address of
862 buffer to regcache_collect.
863
864 2002-04-06 Andrew Cagney <ac131313@redhat.com>
865
866 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
867 * gdbarch.c, gdbarch.h: Re-generate.
868
869 2002-04-06 Andrew Cagney <ac131313@redhat.com>
870
871 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
872 declaration. Fix -Werror.
873
874 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
875
876 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
877 * gdbarch.c: Regenerate.
878
879 2002-04-05 Michael Snyder <msnyder@redhat.com>
880
881 * breakpoint.c (clear_command): Rewrite middle section to
882 combine two loops with identical control conditions.
883 Add a cleanup to eliminate a memory leak.
884 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
885
886 2002-04-05 H.J. Lu (hjl@gnu.org)
887
888 * solib-svr4.c (bkpt_names): Add "__start".
889
890 2002-04-04 Andrew Cagney <ac131313@redhat.com>
891
892 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
893 as test for 64 bit target.
894
895 2002-04-05 Andrew Cagney <ac131313@redhat.com>
896
897 * h8500-tdep.c (h8500_write_fp): Delete function.
898 * dwarf2cfi.c (cfi_write_fp): Document as not used.
899 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
900 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
901 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
902 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
903 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
904 (s390_write_fp):
905 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
906 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
907 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
908 (d10v_write_fp): Delete function.
909 * inferior.h (write_fp, generic_target_write_fp): Delete
910 declarations.
911 * regcache.c (generic_target_write_fp): Delete function.
912 (write_fp): Delete function.
913 * gdbarch.sh (TARGET_WRITE_FP): Delete.
914 * gdbarch.h, gdbarch.c: Regenerate.
915 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
916 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
917 (sparc64_write_fp): Delete declaration.
918 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
919 (h8500_write_fp): Delete declaration.
920
921 2002-04-04 Andrew Cagney <ac131313@redhat.com>
922
923 * sparc-tdep.c (sparc64_write_fp): Delete.
924 (sparc_push_dummy_frame): Replace write_fp call with code to store
925 the FP directly.
926 (sparc_gdbarch_init): Do not initialize write_fp.
927
928 2002-04-05 Kevin Buettner <kevinb@redhat.com>
929
930 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
931 clause.
932
933 2002-03-29 Jim Blandy <jimb@redhat.com>
934
935 * stack.c (get_selected_block): Add new argument `addr_in_block',
936 used to return the exact code address we used to select the block,
937 not just the block.
938 * blockframe.c (get_frame_block, get_current_block): Same.
939 * frame.h (get_frame_block, get_current_block,
940 get_selected_block): Update declarations.
941 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
942 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
943
944 2002-04-05 Michael Snyder <msnyder@redhat.com>
945
946 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
947 warning message.
948
949 2002-04-05 J. Brobecker <brobecker@gnat.com>
950
951 * utils.c (xfullpath): New function.
952 * defs.h (xfullpath): Add declaration.
953 * source.c (openp): Use xfullpath in place of gdb_realpath to
954 avoid resolving the basename part of filenames when the
955 associated file is a symbolic link. This fixes a potential
956 inconsistency between the filenames known to GDB and the
957 filenames it prints in the annotations.
958 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
959 to be able to match a filename with either the real filename, or
960 the name of any symbolic link to this file.
961 (lookup_partial_symtab): Ditto.
962
963 2002-04-04 Michael Snyder <msnyder@redhat.com>
964
965 * breakpoint.c: Add support for hardware breakpoints in overlays.
966 (overlay_events_enabled): New state variable.
967 (insert_breakpoints): Use overlay_events_enabled to decide
968 whether to attempt to set a breakpoint at the overlay load addr.
969 Handle bp_hardware_breakpoint as well as bp_breakpoint.
970 (remove_breakpoint): Use overlay_events_enabled to decide
971 whether breakpoints need to be removed from overlay load addr.
972 Handle bp_hardware_breakpoint as well as bp_breakpoint.
973 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
974 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
975 disable_overlay_breakpoints): Update overlay_events_enabled.
976
977 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
978
979 * dwarf2read.c (struct function_range): New.
980 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
981 (check_cu_functions): New.
982 (read_file_scope): Initialize global function lists.
983 Call dwarf_decode_line after processing children.
984 (read_func_scope): Add to global function list.
985 (dwarf_decode_lines): Call check_cu_functions everywhere
986 record_line is called. Call record_line with a linenumber
987 of 0 to mark sequence ends.
988
989 2002-04-04 Michal Ludvig <mludvig@suse.cz>
990
991 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
992 change sync with glibc.
993
994 2002-04-03 Jim Blandy <jimb@redhat.com>
995
996 * configure.in: Call AC_C_INLINE.
997 * configure: Regenerated.
998
999 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
1000
1001 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
1002 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
1003
1004 2002-03-31 Mark Kettenis <kettenis@gnu.org>
1005
1006 * NEWS: Mention gcore support on FreeBSD/i386.
1007
1008 * fbsd-proc.c: New file.
1009 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
1010 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
1011
1012 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
1013 while statement.
1014
1015 2002-03-29 Jim Blandy <jimb@redhat.com>
1016
1017 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
1018 unescaped newlines in string literals, but newer ones don't. So
1019 escape them.
1020
1021 2002-03-26 Michael Snyder <msnyder@redhat.com>
1022 Andrew Cagney <cagney@redhat.com>
1023
1024 * cli/cli-dump.c: New file. Dump memory to file,
1025 restore file to memory.
1026 * cli/cli-dump.h: New file.
1027 * Makefile.in: Add rules, dependencies for cli-dump.o.
1028 * NEWS: Mention new commands.
1029
1030 2002-03-28 Michael Snyder <msnyder@redhat.com>
1031
1032 * symfile.c (symbol_file_add): Move test for null symbols to later.
1033
1034 2002-03-27 Andrew Cagney <ac131313@redhat.com>
1035
1036 From veksler at il.ibm.com:
1037 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
1038 the xstrduped original path.
1039 Fix PR gdb/417.
1040
1041 2002-03-27 Michael Snyder <msnyder@redhat.com>
1042
1043 * breakpoint.c (_initialize_breakpoint): Clean up help string.
1044 * infcmd.c (_initialize_infcmd): Ditto.
1045 * language.c (_initialize_language): Ditto.
1046 * symfile.c (_initialize_symfile): Ditto.
1047 * top.c (_init_main): Ditto.
1048 * cli/cli-cmds.c (init_cli_cmds): Ditto.
1049
1050 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
1051
1052 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
1053 vector registers handling.
1054 (skip_prologue): Handle new AltiVec instructions. Fill in new
1055 fields of frame data.
1056 (frame_get_saved_regs): Fill in information for AltiVec registers.
1057
1058 2002-03-27 Jim Blandy <jimb@redhat.com>
1059
1060 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
1061 a function; leave this macro here to invoke that function.
1062 (symbol_init_mangled_name): Declaration for that function.
1063 * symtab.c (symbol_init_mangled_name): New function.
1064
1065 2002-03-27 Andrew Cagney <ac131313@redhat.com>
1066
1067 * valarith.c: Replace strerror with safe_strerror.
1068 * tracepoint.c: Ditto.
1069 * lin-lwp.c: Ditto.
1070 * go32-nat.c: Ditto.
1071 * inflow.c: Ditto.
1072 * gnu-nat.c: Ditto.
1073
1074 2002-03-27 Andreas Schwab <schwab@suse.de>
1075
1076 * event-top.c (command_line_handler): Remove useless if.
1077
1078 2002-03-27 Andreas Jaeger <aj@suse.de>
1079
1080 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
1081 comment.
1082
1083 2002-03-27 Michal Ludvig <mludvig@suse.cz>
1084
1085 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
1086 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
1087 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
1088 (x86_64_linux_dr_get_status, supply_gregset),
1089 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
1090 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
1091 (x86_64_register_info_table): Add.
1092 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
1093 (x86_64_register_raw_size, x86_64_register_virtual_type),
1094 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
1095 general x86_64_register_info_table.
1096 (i386_gdbarch_init): gdbarch_register_bytes is now set
1097 dynamicaly during initialization.
1098 * regformats/reg-x86-64.dat: Synced with changes to registers above.
1099 * gdbserver/linux-x86-64-low.c: Ditto.
1100
1101 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
1102
1103 * gdbserver/server.c (main): Call target_signal_to_host_p
1104 and target_signal_to_host on signals received from the remote.
1105 * gdbserver/remote-utils.c (prepare_resume_reply): Call
1106 target_signal_from_host on signals sent to the remote.
1107 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
1108 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
1109
1110 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
1111
1112 * signals/signals.c: Include "server.h" in gdbserver build.
1113 (target_signal_from_name): Don't use STREQ.
1114 (_initialize_signals): Likewise. Don't include function in
1115 gdbserver build.
1116
1117 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
1118
1119 * signals.c: Moved to...
1120 * signals/signals.c: Here.
1121 * Makefile (signals.o): Update.
1122
1123 2002-03-26 Jeff Law (law@redhat.com)
1124
1125 * somread.c (som_symtab_read): Remove some commented out code and
1126 updated related comments. Do not set the minimal symbol table to
1127 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
1128 in a dynamic executable.
1129 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
1130 where we are unable to find the minimal symbol for the given
1131 PC value.
1132
1133 2002-03-25 Jeff Law (law@redhat.com)
1134
1135 * linux-proc.c (read_mapping): Scan up to end of line for filename.
1136
1137 2002-03-25 Michal Ludvig <mludvig@suse.cz>
1138
1139 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
1140
1141 2002-03-23 Andrew Cagney <ac131313@redhat.com>
1142
1143 * command.h: Update copyright.
1144 (struct cmd_list_element): Replace definition with opaque
1145 declaration.
1146 (enum cmd_types): Document that it will eventually be moved to
1147 cli/cli-decode.h
1148 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
1149 (MALLOCED_REPLACEMENT): Delete macro.
1150 * Makefile.in (cli_decode_h): Add $(command_h).
1151 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
1152 * top.c: Include "cli/cli-decode.h".
1153 * completer.c: Include "cli/cli-decode.h".
1154 * maint.c: Include "cli/cli-decode.h".
1155 * cli/cli-decode.h: Include "command.h".
1156 (enum command_class): Delete.
1157 (enum cmd_types): Comment out.
1158 (enum cmd_auto_boolean): Delete.
1159 (enum var_types): Delete.
1160
1161 2002-03-23 Andrew Cagney <ac131313@redhat.com>
1162
1163 * cli/cli-decode.c: Include "gdb_assert.h".
1164 (add_set_or_show_cmd): New static function.
1165 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
1166 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
1167 all fields, such as func, from the set command.
1168
1169 2002-03-23 Andrew Cagney <ac131313@redhat.com>
1170
1171 * MAINTAINERS (sh-elf): Change warning flag to -w.
1172
1173 2002-03-23 Andrew Cagney <cagney@redhat.com>
1174
1175 * defs.h (error): Add printf format attribute.
1176 * thread-db.c (thread_from_lwp): Fix error format string.
1177 * stack.c (parse_frame_specification): Ditto.
1178 * cli/cli-decode.c (undef_cmd_error): Ditto.
1179 * scm-lang.c (scm_lookup_name): Ditto.
1180 * tracepoint.c (trace_error): Ditto.
1181 * remote-utils.c (usage): Ditto.
1182 * remote.c (compare_sections_command): Ditto.
1183 Fix PR gdb/328.
1184
1185 2002-03-22 Andrew Cagney <ac131313@redhat.com>
1186
1187 * gdbtypes.c (append_composite_type_field): New function.
1188 (init_composite_type): New function.
1189 * gdbtypes.h (append_composite_type_field): Declare.
1190 (init_composite_type): Ditto.
1191
1192 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
1193
1194 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
1195 function.
1196 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
1197 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
1198 structure returning convention for SYSV ABI case, but not
1199 for GNU/Linux, FreeBSD, or NetBSD.
1200
1201 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
1202
1203 * symtab.h (lookup_block_symbol): Add mangled_name argument
1204 to prototype.
1205
1206 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
1207 with new mangled_name argument.
1208 * linespec.c (decode_line_1): Likewise.
1209 * valops (value_of_this): Likewise.
1210 * symtab.c (lookup_transparent_type): Likewise.
1211 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
1212 (lookup_symbol): If we are given a mangled name, pass it down
1213 to lookup_symbol_aux.
1214 (lookup_block_symbol): If we are given a mangled name to check
1215 against, only return symbols which match it.
1216
1217 2002-03-22 Christopher Faylor <cgf@redhat.com>
1218
1219 * win32-nat.c (child_create_inferior): Check for proper shell to use
1220 here, in case the user changes it on the fly.
1221 (_initialize_inftarg): Remove shell path considerations.
1222
1223 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
1224
1225 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
1226 for gdbarch_max_register_raw_size and max_register_virtual_size.
1227 Adjust copyright year.
1228
1229 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
1230
1231 * dbxread.c (process_one_symbol): Extend the first N_SLINE
1232 in a function to cover the entire beginning of the function
1233 as well if it does not already.
1234
1235 2002-03-21 Tom Rix <trix@redhat.com>
1236
1237 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
1238 (rs6000_ptrace64): Renamed from ptrace64.
1239
1240 2002-03-20 Martin M. Hunt <hunt@redhat.com>
1241
1242 * gdbserver/remote-utils.c (remote_open): Don't call
1243 getprotobyname, we're all using TCP here so just use
1244 IPPROTO_TCP.
1245 * gdbserver/gdbreplay.c (remote_open): Ditto.
1246
1247 2002-03-20 Martin M. Hunt <hunt@redhat.com>
1248
1249 * regcache.c (_initialize_regcache): No need to call
1250 build_regcache() at this time; it gets called whenever
1251 the gdbarch changes.
1252
1253 2002-03-20 David O'Brien <obrien@FreeBSD.org>
1254
1255 * sparc-nat.c: Include sys/param.h where possible.
1256
1257 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
1258
1259 Fix PR gdb/422.
1260 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
1261 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
1262 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
1263 complex types.
1264 * stabsread.c (rs6000_builtin_type): Likewise.
1265 (read_sun_floating_type): Likewise.
1266
1267 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1268
1269 * stabsread.c (read_member_functions): Remove skip code for duplicate
1270 constructor/destructor methods. Use standard parsing for these
1271 methods and just do not chain them to the list of methods after
1272 parsing.
1273
1274 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
1275
1276 * coffread.c: Remove redundant static declarations. Replace
1277 occurrences of `PTR' with `void *'.
1278 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
1279 * top.h (quit_cover): Likewise.
1280 * defs.h (catch_errors): Likewise.
1281
1282 2002-03-18 Andrew Cagney <ac131313@redhat.com>
1283
1284 * defs.h (XMALLOC): Define.
1285 * gdb-events.sh (XMALLOC): Delete macro.
1286 * gdb-events.c, gdb-events.h: Regenerate.
1287 * gdbarch.sh (XMALLOC): Delete macro.
1288 * gdbarch.c: Regenerate.
1289 * serial.c (XMALLOC): Delete macro.
1290 * ui-file.c (XMALLOC): Ditto.
1291 * ser-unix.h (XMALLOC): Ditto.
1292 * sh-tdep.c (XMALLOC): Ditto.
1293 * ui-out.c (XMALLOC): Ditto.
1294 * utils.c (XMALLOC): Ditto.
1295 * i386-tdep.c (XMALLOC): Ditto.
1296 * gdb-events.c (XMALLOC): Ditto.
1297 * d10v-tdep.c (XMALLOC): Ditto.
1298 * cli-out.c (XMALLOC): Ditto.
1299
1300 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
1301 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
1302 * ui-file.c, ui-out.c: Ditto.
1303
1304 2002-03-18 Andrew Cagney <ac131313@redhat.com>
1305
1306 * command.h (struct cmd_list_element): Add field context.
1307 (set_cmd_context, get_cmd_context): Declare.
1308 * cli/cli-decode.h: Ditto.
1309 * cli/cli-decode.c (get_cmd_context): New function.
1310 (set_cmd_context): New function.
1311 (add_cmd): Initialize context.
1312 Part of fixing PR gdb/145 and PR gdb/146.
1313
1314 2002-03-17 Andrew Cagney <ac131313@redhat.com>
1315
1316 * cli/cli-decode.c (cmd_type): New function.
1317 * command.h (cmd_type): Declare.
1318 * infrun.c (set_schedlock_func): Call function cmd_type.
1319 * kod.c (kod_set_os): Call cmd_type.
1320 * cris-tdep.c (cris_version_update): Use function cmd_type.
1321 (cris_mode_update, cris_abi_update): Ditto.
1322
1323 * command.h: (execute_cmd_post_hook): Declare.
1324 (execute_cmd_pre_hook): Declare.
1325 * cli/cli-script.c (clear_hook_in_cleanup): New function.
1326 (execute_cmd_post_hook, execute_cmd_pre_hook): New
1327 functions. Execute pre/post hook while ensuring that afterwords
1328 hook_in is cleared.
1329 * top.c (execute_command): Use execute_cmd_post_hook, and
1330 execute_cmd_pre_hook to execute pre/post commands.
1331 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
1332 hook_stop_stub.
1333 (hook_stop_stub): Call execute_cmd_pre_hook.
1334
1335 2002-03-17 Andrew Cagney <ac131313@redhat.com>
1336
1337 * kod.c (kod_set_os): Revert previous change. Is called by ``info
1338 set'' and this leads to a core dump. Move xstrdup of
1339 operating_system to after check that it is not NULL.
1340
1341 2002-03-17 Andrew Cagney <ac131313@redhat.com>
1342
1343 * kod.c (kod_set_os): Remove unnecessary check that
1344 ``command->type'' is set_cmd.
1345
1346 * valprint.c (set_input_radix): Use input_radix.
1347 (set_output_radix): Use output_radix.
1348 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
1349 isn't reverted.
1350
1351 2002-03-16 Andrew Cagney <ac131313@redhat.com>
1352
1353 * value.h (struct value): Delete field ``substring_addr''. Change
1354 aligner fields to force_doublest_align, force_longest_align,
1355 force_core_addr_align and force_pointer_aligh.
1356
1357 * value.h (struct value): Fix typo in above change.
1358
1359 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1360
1361 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
1362 to fix internal_error from ``maintenance print architecture''.
1363
1364 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1365
1366 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
1367 for gcc versions after gcc-2.8.1.
1368
1369 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1370
1371 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
1372 for method resolution. Restore adjustment of ``this'' pointer after
1373 calling value_struct_elt, which was accidentally removed during the
1374 HP merge.
1375
1376 2002-03-15 Andrew Cagney <ac131313@redhat.com>
1377
1378 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
1379 value_of_register.
1380 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
1381 get_saved_register.
1382 * value.h (value_of_register): Update.
1383
1384 2002-03-14 Richard Henderson <rth@redhat.com>
1385
1386 * configure.in: Detect declaration for canonicalize_file_name.
1387 * utils.c (canonicalize_file_name): Declare, if needed.
1388 (gdb_realpath): Prefer realpath if available and usable.
1389 * config.in, configure: Rebuild.
1390
1391 2002-03-14 Richard Henderson <rth@redhat.com>
1392
1393 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
1394 a constant array bound.
1395
1396 * MAINTAINERS: Add myself to write-after-approval.
1397
1398 2002-03-14 Michael Snyder <msnyder@redhat.com>
1399
1400 * symfile.c (syms_from_objfile): Return immediately if no syms.
1401 (symbol_file_add): Return immediately if no syms.
1402 (find_sym_fns): Return immediately if no syms.
1403
1404 2002-03-13 Michal Ludvig <mludvig@suse.cz>
1405
1406 * gdbserver/remote-util.c (remote_open): Print remote-side's
1407 IP address when remote debugging over the network.
1408
1409 2002-03-12 David O'Brien <obrien@FreeBSD.org>
1410
1411 * config/sparc/fbsd.mh: Fix copyright.
1412 * config/sparc/fbsd.mt: Likewise.
1413
1414 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
1415
1416 * MAINTAINERS: Fix typo in name of gdb warnings option.
1417 (x86-64): Fix formating so that this can be parsed by awk.
1418
1419 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
1420
1421 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
1422 * defs.h: Include "gdb/signals.h".
1423 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
1424
1425 2002-03-10 Michal Ludvig <mludvig@suse.cz>
1426
1427 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
1428 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
1429 from x86-64-tdep.h
1430
1431 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
1432 Don Howard <dhoward@redhat.com>
1433
1434 * mips-tdep.c (ST0_FR): Define.
1435 (mips2_fp_compat): New function, temporarily disabled.
1436 (mips_read_fp_register_single): New function.
1437 (mips_read_fp_register_double): New function.
1438 (mips_print_register): Use them.
1439 (do_fp_register_row): Likewise.
1440
1441 2002-03-09 Andrew Cagney <ac131313@redhat.com>
1442
1443 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
1444 approval''.
1445
1446 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1447
1448 * stabsread.c (read_member_functions): Fix is_stub test for
1449 static member functions, improve comment.
1450
1451 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
1452
1453 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
1454 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
1455 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
1456 commands that set boolean values.
1457 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
1458 (arm_rdi_resume): Always initialize PC.
1459 (arm_rdi_open): Don't use rslt as a boolean.
1460 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
1461 (arm_rdi_fetch_registers, arm_rdi_store_registers)
1462 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
1463 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
1464
1465 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
1466
1467 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
1468 * configure: Rebuilt.
1469
1470 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1471
1472 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
1473 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
1474
1475 2002-03-06 Andrew Cagney <ac131313@redhat.com>
1476
1477 * cli/cli-decode.c (set_cmd_completer): New function.
1478 * command.h (set_cmd_completer): Declare.
1479 * cli/cli-decode.h (set_cmd_completer): Ditto.
1480
1481 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
1482 * cli/cli-cmds.c (init_cli_cmds): Ditto.
1483 * win32-nat.c (_initialize_inftarg): Ditto.
1484 * remote-rdi.c (_initialize_remote_rdi): Ditto.
1485 * proc-api.c (_initialize_proc_api): Ditto.
1486 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
1487 * source.c (_initialize_source): Ditto.
1488 * exec.c (_initialize_exec): Ditto.
1489 * solib.c (_initialize_solib): Ditto.
1490 * top.c (init_main): Ditto.
1491 * tracepoint.c (_initialize_tracepoint): Ditto.
1492 * symfile.c (_initialize_symfile): Ditto.
1493 * printcmd.c (_initialize_printcmd): Ditto.
1494 * infcmd.c (_initialize_infcmd): Ditto.
1495 * corefile.c (_initialize_core): Ditto.
1496
1497 2002-03-05 Andrew Cagney <ac131313@redhat.com>
1498
1499 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
1500
1501 2002-03-05 Andrew Cagney <ac131313@redhat.com>
1502
1503 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
1504
1505 2002-03-05 Andrew Cagney <ac131313@redhat.com>
1506
1507 * NEWS: Update headings, 5.2 has branched.
1508
1509 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
1510
1511 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
1512 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
1513 (register_addr, REGISTER_RAW_SIZE): Likewise.
1514 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
1515 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
1516
1517 2002-03-03 Michal Ludvig <mludvig@suse.cz>
1518
1519 * MAINTAINERS (x86-64): Add myself.
1520 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
1521 changed value_ptr -> struct value *
1522
1523 2002-03-01 David O'Brien <obrien@FreeBSD.org>
1524
1525 * configure.host (sparc64-*-freebsd): Add.
1526 * configure.tgt: Likewise.
1527 * config/sparc/fbsd.mh: New file.
1528 * config/sparc/fbsd.mt: Likewise.
1529 * config/sparc/nm-fbsd.h: Likewise.
1530 * config/sparc/tm-fbsd.h: Likewise.
1531
1532 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
1533
1534 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
1535 regformats/reg-s390x.dat.
1536
1537 2002-03-01 Andrew Cagney <ac131313@redhat.com>
1538
1539 * utils.c: Add FIXME explaining true/false problem.
1540
1541 2002-02-28 Andrew Cagney <ac131313@redhat.com>
1542
1543 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
1544
1545 2002-02-28 Michael Chastain <mec@shout.net>
1546
1547 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
1548
1549 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
1550
1551 * gdbserver/linux-s390-low.c: New file.
1552 * regformats/reg-s390.dat: New file.
1553 * regformats/reg-s390x.dat: New file.
1554 * gdbserver/configure.srv: Add S/390.
1555 * gdbserver/Makefile.in: Add S/390.
1556 * configure.tgt: Enable gdbserver for S/390.
1557
1558 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
1559
1560 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
1561 first line of the doc string for "info dos", except at the end of
1562 the sentence, since the short help stops at the first period.
1563
1564 2002-02-28 Jason Merrill <jason@redhat.com>
1565
1566 * dwarf2read.c (dwarf_cfi_name): Add new codes.
1567
1568 2002-02-27 Fred Fish <fnf@redhat.com>
1569
1570 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
1571 comment (dumy -> dummy).
1572
1573 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1574
1575 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
1576
1577 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
1578
1579 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
1580
1581 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
1582
1583 * gdbserver/acconfig.h: New file.
1584 * gdbserver/i387-fp.c: New file.
1585 * gdbserver/i387-fp.h: New file.
1586 * gdbserver/linux-x86-64.c: New file.
1587 * regformats/reg-x86-64.dat: New file.
1588 * configure.tgt: Add x86_64-*-linux* gdbserver support.
1589 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
1590 * gdbserver/configure.in: Add support for regsets.
1591 * gdbserver/config.in: Regenerate.
1592 * gdbserver/configure: Regenerate.
1593 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
1594 * gdbserver/linux-low.h: New file.
1595 * gdbserver/linux-low.c: Include "linux-low.h". Add support
1596 for regsets.
1597 * gdbserver/linux-arm-low.c: Include "linux-low.h".
1598 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
1599 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
1600 * gdbserver/linux-mips-low.c: Include "linux-low.h".
1601 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
1602 * gdbserver/linux-sh-low.c: Include "linux-low.h".
1603 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
1604 "i387-fp.h". Add PTRACE_GETREGS and friends.
1605 * gdbserver/regcache.c (supply_register): New function.
1606 (supply_register_by_name): New function.
1607 (collect_register): New function.
1608 (collect_register_by_name): New function.
1609
1610 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
1611
1612 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
1613 (config.status): Add configure.srv dependency.
1614 (server_h): Add config.h dependency.
1615
1616 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
1617
1618 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
1619 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
1620 * gdbserver/configure.srv: Change i386-*-linux* to use
1621 reg-i386-linux.o.
1622
1623 2002-02-26 Andrew Cagney <ac131313@redhat.com>
1624
1625 * x86-64-tdep.c: Re-indent. Update copyright date.
1626
1627 2002-02-26 Andrew Cagney <ac131313@redhat.com>
1628
1629 From Michal Ludvig <mludvig@suse.cz>:
1630 * x86-64-tdep.c (value.h): Delete.
1631 (gdb_assert.h): Include.
1632 (x86_64_register_convert_to_virtual,
1633 x86_64_register_convert_to_raw ): Add check which lets only
1634 floating-point values to be converted.
1635 (value_push): Delete.
1636 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
1637 (i386_gdbarch_init): Number of register_bytes fixed.
1638
1639 2002-02-26 Andrew Cagney <ac131313@redhat.com>
1640
1641 * MAINTAINERS: Add x86-64 target.
1642
1643 2002-02-26 Andrew Cagney <ac131313@redhat.com>
1644
1645 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
1646 * osfsolib.c (solib_map_sections): Ditto.
1647 * irix5-nat.c (solib_map_sections): Ditto.
1648 * corelow.c (gdb_check_format): Ditto.
1649 * symfile.c (symfile_bfd_open): Ditto.
1650 * solib.c (solib_map_sections): Ditto.
1651 Fix PR gdb/354.
1652
1653 2002-02-26 Andrew Cagney <ac131313@redhat.com>
1654
1655 * remote.c (_initialize_remote): By default, disable ``e'' and
1656 ``E'' step out-of-range packets.
1657
1658 2002-02-26 Andreas Schwab <schwab@suse.de>
1659
1660 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
1661 m68k_linux_frame_saved_pc.
1662 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
1663 in_sigtramp.
1664 (SIGCONTEXT_PC_OFFSET): Remove.
1665 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
1666 m68k_linux_sigtramp_saved_pc): New functions.
1667 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
1668 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
1669 (UCONTEXT_PC_OFFSET): Define.
1670 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
1671 non-RT and RT signal trampolines.
1672
1673 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
1674
1675 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
1676 (TARGET_NBPG, STACK_END_ADDR): Delete
1677 (VARIABLES_INSIDE_BLOCK): Delete.
1678
1679 2002-02-25 Andrew Cagney <ac131313@redhat.com>
1680
1681 * utils.c (perror_with_name): Make string parameter constant.
1682 (print_sys_errmsg): Ditto.
1683 (query): Ditto.
1684 * defs.h (perror_with_name): Update.
1685 (print_sys_errmsg): Update.
1686 (query): Update.
1687
1688 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
1689
1690 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
1691 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
1692
1693 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1694
1695 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
1696 if it already matches the current architecture from the exec file.
1697 Include arch-utils.h for gdbarch_info_init prototype.
1698 * Makefile.in (rs6000-nat.o): Update dependencies.
1699
1700 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
1701
1702 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
1703 list of exported variables.
1704
1705 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
1706
1707 * gdbserver/configure.srv: New file.
1708 * gdbserver/configure.in: Use configure.srv instead
1709 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
1710 from it.
1711 * gdbserver/configure: Regenerated.
1712 * gdbserver/terminal.h: New file.
1713 * gdbserver/Makefile.in: Update for configure changes. Remove
1714 more unneeded include paths.
1715
1716 2002-02-24 Andrew Cagney <ac131313@redhat.com>
1717
1718 From wiz at danbala:
1719 * config/sparc/tm-sp64.h: Fix grammar and typos.
1720 Fix PR gdb/287.
1721
1722 2002-02-24 Andrew Cagney <ac131313@redhat.com>
1723
1724 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
1725 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
1726 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
1727 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
1728 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
1729 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
1730 * s390-tdep.c: Ditto.
1731 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
1732 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
1733 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
1734 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
1735 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
1736 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
1737 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
1738 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
1739 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
1740 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
1741 Fix PR gdb/378.
1742
1743 2002-02-23 Andrew Cagney <ac131313@redhat.com>
1744
1745 * lin-thread.c: Delete file.
1746 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
1747 to gdb_proc_service.h.
1748 * configure: Re-generate.
1749
1750 * ocd.c (ocd_open): Do not try to open the "ocd" device.
1751 * serial.c (serial_open): Delete check for "ocd".
1752 Fix PR gdb/349.
1753
1754 * Makefile.in (linux-thread.o): Delete target.
1755 * linux-thread.c: Delete file.
1756
1757 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
1758 renamed SH files to be consistent.
1759
1760 * symtab.c (sort_search_symbols): Use xfree.
1761
1762 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
1763
1764 * arm-linux-tdep.c (arm_linux_init_abi): Register
1765 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
1766 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
1767 definition with undef, since we don't want the sysvr4 definition.
1768 (SKIP_TRAMPOLINE_CODE): Likewise.
1769
1770 2002-02-23 Andrew Cagney <ac131313@redhat.com>
1771
1772 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
1773
1774 * configure.in: (AC_CHECK_FUNCS) Added test for
1775 canonicalize_file_name Regenerated.
1776 * config.in, configure: Regenerated.
1777 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
1778 defined use canonicalize_file_name.
1779
1780 2002-02-23 Michael Chastain <mec@shout.net>
1781
1782 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
1783
1784 2002-02-23 Andrew Cagney <ac131313@redhat.com>
1785
1786 * README: Remove references to cygnus.com.
1787 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
1788 dot com'' form. Remove references to cygnus.com and sourceware.
1789
1790 2002-02-23 Andrew Cagney <ac131313@redhat.com>
1791
1792 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
1793 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
1794 1003.1-2001 no longer allows "head -1".
1795 * gdb/Makefile.in (version.c): Likewise.
1796 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
1797 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
1798 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
1799
1800 2002-02-23 Andrew Cagney <ac131313@redhat.com>
1801
1802 * cli/cli-decode.c (cmd_cfunc_eq): New function.
1803 * command.h (cmd_cfunc_eq): Declare.
1804 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
1805
1806 * cli/cli-cmds.h (is_complete_command): Change parameter to a
1807 ``struct cmd_list_element *''.
1808 * cli/cli-cmds.c (is_complete_command): Update. Use
1809 cmd_cfunc_eq.
1810 * top.c (execute_command): Pass the command to
1811 is_complete_command.
1812 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
1813
1814 2002-02-23 Andrew Cagney <ac131313@redhat.com>
1815
1816 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
1817 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
1818 architecture defines.
1819 * s390-tdep.c (s390_gdbarch_init): Likewise.
1820
1821 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
1822
1823 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
1824 (arm_linux_push_arguments): Likewise.
1825 (arm_linux_init_abi): Register them. Also register linux-specific
1826 call_dummy_words.
1827 (find_minsym_and_objfile): Use strcmp, not STREQ.
1828 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
1829 (arm_linux_call_dummy_words): Delete declaration.
1830 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
1831 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
1832 declarations.
1833 (LOWEST_PC): Delete.
1834
1835 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1836
1837 * maint.c (print_section_info): Do not prepend `0x' to filepos
1838 output, it will be handled by local_hex_string_custom.
1839
1840 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
1841
1842 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
1843 (store_newfpe_double, store_newfpe_extended, store_fpregister)
1844 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
1845
1846 2002-02-22 Jim Blandy <jimb@redhat.com>
1847
1848 Indicate that the bcache functions don't change the strings
1849 they're passed.
1850 * bcache.h (bcache, hash): Add `const' keywords to declarations.
1851 * bcache.c (bcache, hash): Add `const' keywords to definitions.
1852
1853 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
1854
1855 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
1856
1857 2002-02-21 Christopher Faylor <cgf@redhat.com>
1858
1859 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
1860 find the complete path to a loaded DLL.
1861
1862 2002-02-21 Fred Fish <fnf@redhat.com>
1863
1864 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
1865 that marks the end of the range of a function, enter a line number
1866 entry that has a line number of zero and a PC offset that matches
1867 the end of the function. This starts a range of PC's for which no
1868 line number information is known.
1869 * symtab.c (find_pc_sect_line): If our best fit is in a range of
1870 PC's for which no line number info is found (line number is zero)
1871 then we didn't find any valid line information.
1872 * symtab.h: Document use of zero line number entry.
1873
1874 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
1875
1876 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
1877 (have_ptrace_getvrregs): Define for run time checks.
1878 (gdb_vrregset_t): New type for Altivec register handling.
1879 (fetch_register, store_register): Fetch/store altivec register
1880 when needed.
1881 (fetch_altivec_register, store_altivec_register): New functions.
1882 (supply_vrregset, fill_vrregset): New functions.
1883 (fetch_altivec_registers, store_altivec_registers): New functions.
1884 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
1885 registers as well.
1886
1887 2002-02-21 Jiri Smid <smid@suse.cz>
1888
1889 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
1890
1891 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
1892
1893 * Makefile.in (armnbsd-nat.o): Update dependencies.
1894 * armnbsd-nat.c (supply_gregset): New function. Common code to
1895 supply the integer register set.
1896 (supply_fparegset): New function. Similar for FPA registers.
1897 (fetch_regs, fetch_fp_regs): Use them.
1898 (fetch_core_registers): Likewise.
1899 (fetch_elfcore_registers): New function.
1900 (arm_netbsd_elfcore_fns): New core-file type specification.
1901 (_initialize_arm_netbsd_nat): Register it.
1902
1903 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
1904
1905 * armnbsd-nat.c: Include gdbcore.h.
1906 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
1907 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
1908 'void' to declaration, to shut up ARI.
1909 (fetch_core_registers): Make static. Rewrite using supply_register.
1910 (arm_netbsd_core_fns): New core-file type specification.
1911 (_initialize_arm_netbsd_nat): New function.
1912
1913 2002-02-21 Christopher Faylor <cgf@redhat.com>
1914
1915 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
1916 value.
1917
1918 2002-02-20 Christopher Faylor <cgf@redhat.com>
1919
1920 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
1921 fails.
1922
1923 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
1924
1925 * jv-exp.y (parse_number): Change type of implicit longs
1926 to builtin_type_uint64.
1927
1928 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
1929
1930 * gdbserver/linux-low.c (mywait): Change argument to waitpid
1931 to be an integer instead of a `union wait'.
1932
1933 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
1934
1935 * mips-linux-nat.c: Call the operating system GNU/Linux.
1936 * mips-linux-tdep.c: Likewise.
1937 * mips-tdep.c: Likewise.
1938
1939 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
1940
1941 Fix PR gdb/265.
1942 * jv-exp.y (parse_number): Handle 64-bit integers.
1943
1944 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
1945
1946 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
1947 AC_STDC_HEADERS to AC_HEADER_STDC.
1948 * gdbserver/configure: Regenerated.
1949
1950 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
1951
1952 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
1953 is defined.
1954 * sparc-tdep.c (get_longjmp_target): Likewise.
1955
1956 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
1957
1958 * News: Add news about ARM and Multi-arch. Mention the new target
1959 arm*-*-netbsd*.
1960
1961 2002-02-19 Jim Blandy <jimb@redhat.com>
1962
1963 * stabsread.c (error_type_complaint): Improve error message.
1964
1965 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
1966
1967 * gdbserver/README: Update documentation.
1968 * gdbserver/configure.in: Update configury to match documentation.
1969 * gdbserver/Makefile.in: Likewise.
1970 * gdbserver/configure: Regenerated.
1971 * gdbserver/aclocal.m4: New file, generated by aclocal.
1972 * gdbserver/config.in: New file, generated by autoheader.
1973
1974 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
1975
1976 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
1977 armnbsd-nat.c.
1978
1979 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
1980
1981 * arm-tdep.h (enum arm_float_model): New enum.
1982 (struct gdbarch_tdep): Add fp_model.
1983 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
1984 up floating-point conversions until we know the floating-point model
1985 in use by the inferior. Don't complain about being unable to
1986 determine the ABI of the inferior when we don't have one.
1987 (arm_extract_return_value): Support different floating-point models.
1988 (arm_store_return_value): Likewise.
1989 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
1990 ARM_FLOAT_SOFT.
1991 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
1992
1993 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1994
1995 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
1996 of ``current_gdbarch''.
1997
1998 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
1999
2000 * armnbsd-nat.c : ANSIfy all function declarations.
2001 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
2002 (fetch_inferior_registers): Re-implement in terms of above.
2003 (store_register, store_regs, store_fp_register, store_fp_regs): New.
2004 (store_inferior_registers): Re-implement in terms of above.
2005
2006 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
2007
2008 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
2009 kernel.
2010 * arm-linux-tdep.c: Likewise.
2011 * config/arm/tm-linux.h: Likewise.
2012
2013 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
2014
2015 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
2016 * config/arm/nbsd.mt (TM_FILE): Delete.
2017 * config/arm/tm-nbsd.h: Delete.
2018
2019 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
2020
2021 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
2022 Initialize CALL_DUMMY_LENGTH.
2023
2024 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
2025
2026 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
2027 function.
2028 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
2029 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
2030 defines one thing and that is incorrect for this port.
2031 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
2032
2033 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
2034
2035 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
2036
2037 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
2038
2039 * win32-nat.c (display_selector): New function. Displays information
2040 about the information returned by GetThreadSelectorEntry API function.
2041 (display_selectors): New function. Displays the infomation of
2042 the selector given as argument, or of CS, DS ans FS selectors
2043 if no argument is given.
2044 ( _initialize_inftarg): Add "w32" as info prefix command.
2045 Add "info w32 selector" as command calling display_selectors.
2046
2047 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
2048
2049 * i386-tdep.c (get_longjmp_target): Fix compilation failure
2050 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
2051 if not defined.
2052
2053 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
2054
2055 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
2056
2057 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
2058
2059 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
2060 (arm_fix_call_dummy): Call it.
2061 (arm_call_dummy_breakpoint_offset): Delete.
2062 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
2063 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
2064
2065 2002-02-18 Andrew Cagney <ac131313@redhat.com>
2066
2067 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
2068 Default to func_frame_chain_valid.
2069 * gdbarch.h, gdbarch.c: Re-generate.
2070 * frame.h (FRAME_CHAIN_VALID): Delete definition.
2071
2072 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
2073
2074 * ppc-linux-nat.c: Update copyright.
2075 (fetch_register, store_register): Add tid parameter, don't compute
2076 tid here.
2077 (fetch_ppc_registers, store_ppc_registers): Add tid
2078 parameter. Pass it along to callees.
2079 (fetch_inferior_registers, store_inferior_registers): Compute tid
2080 here, and pass it to calleed functions.
2081 (fill_gregset, supply_fpregset): Clean up formatting.
2082
2083 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
2084
2085 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
2086 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
2087
2088 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
2089
2090 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
2091 * gdbarch.c gdbarch.h: Regenerate.
2092 * breakpoint.c (create_longjmp_breakpoint): Always compile this
2093 function.
2094 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
2095 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
2096 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
2097
2098 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
2099 * arm-tdep.c (arm_get_longjmp_target): New function.
2100 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
2101 this to a positive value register arm_get_longjmp_target as the
2102 longjmp handler.
2103 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
2104 (arm_linux_init_abi): Set up longjmp description in tdep.
2105 * armnbsd-nat.c (get_longjmp_target): Delete.
2106 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
2107 description in tdep.
2108 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
2109 (get_longjmp_target): Delete declaration.
2110 (GET_LONGJMP_TARGET): Delete.
2111 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
2112 (GET_LONGJMP_TARGET): Delete.
2113
2114 2002-02-17 Kevin Buettner <kevinb@redhat.com>
2115
2116 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
2117 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
2118 of ``current_gdbarch''.
2119
2120 2002-02-17 Tom Tromey <tromey@redhat.com>
2121
2122 * cli/cli-cmds.c (compare_strings): New function.
2123 (complete_command): Only print each unique item once.
2124 * completer.h (complete_line): Declare.
2125 * completer.c (complete_line): New function.
2126 (line_completion_function): Use it.
2127
2128 2002-02-16 Andrew Cagney <ac131313@redhat.com>
2129
2130 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
2131 * gdbarch.h, gdbarch.c: Re-generate.
2132
2133 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
2134
2135 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
2136
2137 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
2138
2139 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
2140 * valops.c (value_arg_coerce): Don't take the address of a reference
2141 to convert an argument to a reference.
2142
2143 2002-02-15 Christopher Faylor <cgf@redhat.com>
2144
2145 * win32-nat.c (get_image_name): New function.
2146 (handle_load_dll): Use get_image_name function.
2147 (get_child_debug_event): Avoid registering debug events until possibly
2148 execed process is started.
2149 (child_create_inferior): Allow invocation via shell so that command
2150 line redirection, etc. works ok.
2151 (_initialize_inftarg): Add new command: "set shell" to control whether
2152 a shell is used to start a process.
2153
2154 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
2155
2156 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
2157 instead of find_register_by_number.
2158 (cannot_store_register): Likewise.
2159
2160 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
2161
2162 * dwarf2read.c: Replace fprintf (stderr, ...) by
2163 fprintf_unfiltered (gdb_stderr, ...).
2164
2165 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
2166
2167 * gdbserver/gdbserver.1: Document --attach.
2168
2169 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
2170
2171 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
2172 descriptions.
2173 * arm-tdep.c (arm_default_arm_le_breakpoint)
2174 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
2175 (arm_default_thumb_be_breakpoint): New. Initialize them from
2176 traditional breakpoint defines.
2177 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
2178 (arm_gdbarch_init): Initialize new breakpoint variables.
2179 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
2180 (arm_linux_init_abi): Initialize linux-specific breakpoint.
2181 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
2182 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
2183 code out to ...
2184 (arm_netbsd_init_abi_common): ... here; new function.
2185 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
2186 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
2187 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
2188 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
2189
2190 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
2191
2192 * arm-tdep.h (enum arm_abi): New enum.
2193 (struct gdbarch_tdep): New structure.
2194 (LOWEST_PC): Provide a default.
2195 (arm_gdbarch_register_os_abi): Declare new function.
2196 * arm-tdep.c (arm_abi_names): New array.
2197 (process_note_abi_tag_sections): New function.
2198 (get_elfosabi): New function.
2199 (arm_gdbarch_register_os_abi): New function.
2200 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
2201 support for that ABI has been built in, then call the appropriate
2202 configuration routine. Use gdbarch_num_regs() to get the number
2203 of registers.
2204 (arm_dump_tdep): New function.
2205 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
2206 place-holder functions.
2207 (_initialize_arm_tdep): Register them.
2208 * config/arm/tm-arm.h (LOWEST_PC): Delete.
2209
2210 * armnbsd-tdep.c: New file.
2211 * Makefile.in (armnbsd-tdep.o): Add dependencies.
2212 * config/arm/nbsd.mt (TDEPFILES): Add it.
2213 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
2214
2215 * armnbsd-nat.c: Include regcache.h.
2216 * Makefile.in (armnbsd-nat.o): Update dependency list.
2217
2218 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
2219
2220 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
2221
2222 * gdbserver/Makefile.in: Fix typos in target rules.
2223
2224 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
2225
2226 Fix part of PR gdb/267.
2227 * linespec.c (find_methods): Handle constructors specially for now.
2228
2229 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
2230
2231 * arm-tdep.c (arm_push_arguments): Eliminate special float type
2232 handling.
2233 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
2234 standard_coerce_float_to_double().
2235
2236 2002-02-14 Christopher Faylor <cgf@redhat.com>
2237
2238 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
2239 GDBINIT_FILENAME.
2240
2241 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
2242
2243 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
2244 find_variant_by_name, because it confuses the multiarch
2245 framework. Return NULL if there isn't an architecture with the
2246 user supplied name, instead of forcing a different one without
2247 recording the change with the multiarch machinery.
2248 (find_variant_by_name): Delete.
2249
2250 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2251
2252 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
2253 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
2254
2255 2002-02-13 Martin M. Hunt <hunt@redhat.com>
2256
2257 * stack.c (print_frame_info_base): When calling
2258 print_frame_info_listing_hook, set current_source_symtab.
2259
2260 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
2261
2262 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
2263 and remove unused $(INCLUDE_DIR).
2264 Add regcache.c to OBS.
2265 Add generated register protocol files to clean target.
2266 Update dependencies for new objects, obsolete old target code.
2267
2268 * gdbserver/linux-low.c: Remove all platform-specific code to
2269 new files. Remove various dead code. Update to use regcache
2270 functionality.
2271 * gdbserver/remote-utils.c (fromhex): Add return statement
2272 to quiet warning.
2273 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
2274 constant.
2275 (input_interrupt): Add integer parameter to match prototype
2276 of a signal handler.
2277 (outreg): Use register_data ().
2278 (prepare_resume_reply): Use gdbserver_expedite_regs.
2279 * gdbserver/server.c (main): Dynamically allocate own_buf because
2280 PBUFSIZ is no longer constant. Use registers_to_string () and
2281 registers_from_string ().
2282 * gdbserver/server.h: No longer include "defs.h". Add prototypes
2283 for error (), fatal (), and warning (). Update definition of
2284 PBUFSIZ to use regcache functionality. Add include guard.
2285 * gdbserver/utils.c (fatal): Add missing ``const''.
2286 (warning): New function.
2287
2288 * regformats/regdat.sh: Include "regcache.h" in generated files.
2289 Provide init_registers () function.
2290 * regformats/regdef.h: Add prototype for set_register_cache ().
2291 Add include guard.
2292
2293 * gdbserver/linux-arm-low.c: New file.
2294 * gdbserver/linux-i386-low.c: New file.
2295 * gdbserver/linux-ia64-low.c: New file.
2296 * gdbserver/linux-m68k-low.c: New file.
2297 * gdbserver/linux-mips-low.c: New file.
2298 * gdbserver/linux-ppc-low.c: New file.
2299 * gdbserver/linux-sh-low.c: New file.
2300
2301 * gdbserver/regcache.c: New file.
2302 * gdbserver/regcache.h: New file.
2303
2304 * gdbserver/low-linux.c: Removed obsolete file.
2305
2306 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
2307
2308 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
2309 * config/i386/linux.mt: Likewise.
2310 * config/ia64/linux.mt: Likewise.
2311 * config/m68k/linux.mh: Likewise.
2312 * config/powerpc/linux.mh: Likewise.
2313 * config/mips/linux.mt: Likewise.
2314
2315 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
2316
2317 * config/i386/i386lynx.mh: Mark gdbserver variables
2318 as (currently) obsolete for this target.
2319 * config/i386/nbsd.mt: Likewise.
2320 * config/i386/nbsdelf.mt: Likewise.
2321 * config/m32r/m32r.mt: Likewise.
2322 * config/m68k/m68klynx.mh: Likewise.
2323 * config/m68k/nbsd.mt: Likewise.
2324 * config/m68k/sun3os4.mh: Likewise.
2325 * config/mips/vr5000.mt: Likewise.
2326 * config/ns32k/nbsd.mt: Likewise.
2327 * config/pa/hppabsd.mh: Likewise.
2328 * config/pa/hppaosf.mh: Likewise.
2329 * config/powerpc/nbsd.mt: Likewise.
2330 * config/rs6000/rs6000lynx.mh: Likewise.
2331 * config/s390/s390.mt: Likewise.
2332 * config/s390/s390x.mt: Likewise.
2333 * config/sparc/sparclynx.mh: Likewise.
2334 * config/sparc/sun4os4.mh: Likewise.
2335 * config/i386/x86-64linux.mt: Likewise.
2336 * config/sparc/linux.mh: Likewise.
2337
2338 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
2339
2340 * configure.tgt: Configure gdbserver only for known working
2341 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
2342 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
2343 SUBDIRS if it is configured. Update comment for ${nativefile}.
2344 * configure: Regenerated.
2345
2346 2002-02-13 Michael Snyder <msnyder@redhat.com>
2347
2348 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
2349
2350 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
2351 (default_gcore_mach): Just return 0, work around a problem in bfd.
2352 (default_gcore_target): OK to return NULL if exec_bfd is null.
2353 (make_mem_sec): Use a cast, avoid a warning.
2354
2355 * procfs.c (find_memory_regions_callback): Use a cast instead of
2356 calling host_pointer_to_address (which complains if
2357 sizeof (host pointer) != sizeof (target pointer)).
2358 (procfs_make_note_section): Avoid overflow in psargs string.
2359
2360 * procfs.c (procfs_make_note_section): Make the default
2361 implementation return an error.
2362
2363 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
2364
2365 * procfs.c (procfs_make_note_section): Provide a default definition
2366 (for alpha-dec-osf4.0f). Fix typos.
2367
2368 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
2369
2370 * linux-proc.c: Add include of regcache.h.
2371 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
2372
2373 2002-02-13 Andrew Cagney <ac131313@redhat.com>
2374
2375 From 2002-01-18 Greg McGary <greg@mcgary.org>:
2376 * memattr.c (create_mem_region): Disallow useless empty region.
2377 Regions are half-open intervals, so allow [A..B) [B..C) as
2378 non-overlapping.
2379
2380 2002-02-13 Michael Chastain <mec@shout.net>
2381
2382 * defs.h: Kill CONST_PTR.
2383 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
2384 * c-lang.c (c_builtin_types): Likewise.
2385 * ch-lang.c (ch_builtin_types): Likewise.
2386 * f-lang.c (f_builtin_types): Likewise.
2387 * language.c (unknown_builtin_types): Likewise.
2388 * m2-lang.c (m2_builtin_types): Likewise.
2389 * p-lang.c (pascal_builtin_types): Likewise.
2390 * scm-lang.c (c_builtin_types): Likewise.
2391
2392 2002-02-13 Keith Seitz <keiths@redhat.com>
2393
2394 * arm-tdep.h (arm_get_next_pc): Add declaration.
2395
2396 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
2397
2398 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
2399 with other related struct-returning functions.
2400 (arm_extract_struct_value_address): New function.
2401 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
2402 initialize float_format, double_format and long_double_format as
2403 appropriate to the endianness of the target.
2404 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
2405 (arm_use_struct_convention): Delete declaration.
2406 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2407
2408 2002-02-13 Keith Seitz <keiths@redhat.com>
2409
2410 * defs.h (core_addr_to_string_nz): New function.
2411
2412 2002-02-13 Mark Kettenis <kettenis@gnu.org>
2413
2414 Apply missing bits of 2002-01-15 patch.
2415 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
2416 (fill_fpregset): Use i387_fill_fsave.
2417
2418 2002-02-12 Keith Seitz <keiths@redhat.com>
2419
2420 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
2421 (core_addr_to_string_nz): New function.
2422
2423 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
2424
2425 * arm-linux-nat.c: Really include arm-tdep.h.
2426 * config/arm/tm-linux.h (struct type, struct value): Declare.
2427
2428 2002-02-11 Michael Snyder <msnyder@redhat.com>
2429
2430 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
2431 (gcore section): Ifdef for Solaris and Unixware only.
2432 (procfs_do_thread_registers): Unixware needs one lwpstatus
2433 per thread (not one prstatus or pstatus).
2434 (procfs_make_note_section): Iterate only over kernel threads (lwps),
2435 not over all gdb threads. For unixware, call elfcore_write_pstatus
2436 once before iterating over threads.
2437
2438 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
2439
2440 * arm-tdep.h: New file.
2441 * arm-tdep.c: Include arm-tdep.h.
2442 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
2443 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
2444 (arm_print_float_info, arm_register_type, convert_to_extended)
2445 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
2446 (arm_extract_return_value, arm_register_name): Make static.
2447 (arm_software_single_step): Similarly. Fix types in declaration.
2448 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
2449 (arm_store_return_value, arm_store_struct_return): New functions.
2450 (arm_gdbarch_init): Register the above functions. Also register
2451 call_dummy_start_offset, sizeof_call_dummy_words,
2452 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
2453 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
2454 max_register_virtual_size, register_size. Set up
2455 prologue_cache.saved_regs here, rather than ...
2456 (_initialize_arm_tdep): ... here.
2457 * config/arm/tm-arm.h (struct type, struct value): Delete forward
2458 declarations.
2459 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
2460 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
2461 (arm_print_float_info, arm_register_type, convert_to_extended)
2462 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
2463 (arm_extract_return_value, arm_register_name): Delete declarations.
2464 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
2465 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
2466 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
2467 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
2468 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
2469 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
2470 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
2471 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
2472 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
2473 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
2474 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
2475 (arm_get_next_pc): No-longer static -- these are needed by the RDI
2476 interface.
2477 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
2478 * remote-rdi.c remote-rdp.c: Likewise.
2479 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
2480 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
2481 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
2482 definition.
2483
2484 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
2485 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
2486 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
2487 from non-ARM_ prefixed definitions.
2488 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
2489 all uses of above.
2490 * remote-rdi.c remote-rdp.c: Likewise.
2491 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
2492
2493 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
2494
2495 * arm-tdep.c (arm_frameless_function_invocation)
2496 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
2497 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
2498 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
2499 (arm_pop_frame, arm_get_next_pc): Make static.
2500 (arm_gdbarch_init): Register above in gdbarch structure.
2501 (arm_read_fp): Renamed from arm_target_read_fp.
2502 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
2503 * config/arm/tm-arm.h (arm_frameless_function_invocation)
2504 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
2505 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
2506 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
2507 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
2508 (arm_pc_is_thumb_dummy): Delete declarations.
2509 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
2510 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
2511 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
2512 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
2513
2514 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
2515
2516 * symtab.c (compare_search_syms): New function.
2517 (sort_search_symbols): New function.
2518 (search_symbols): Sort symbols after searching rather than
2519 before.
2520
2521 2002-02-10 Andrew Cagney <ac131313@redhat.com>
2522
2523 * NEWS: Linux -> GNU/Linux.
2524
2525 2002-02-10 Andrew Cagney <ac131313@redhat.com>
2526
2527 * gdbarch.sh: For for level one methods, disallow a definition
2528 when partially multi-arched. Add comments explaining rationale.
2529 * gdbarch.h: Re-generate.
2530
2531 2002-02-10 Andrew Cagney <ac131313@redhat.com>
2532
2533 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
2534 multi-arch partial.
2535
2536 2002-02-10 Andrew Cagney <ac131313@redhat.com>
2537
2538 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
2539 field. Use diff -u.
2540 * gdbarch.c: Re-generate.
2541
2542 2002-02-10 Andrew Cagney <ac131313@redhat.com>
2543
2544 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
2545 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
2546 partial.
2547
2548 2002-02-10 Andrew Cagney <ac131313@redhat.com>
2549
2550 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
2551 multi-arch partial.
2552 (PUSH_ARGUMENTS): Switch to using predefault.
2553 * gdbarch.c: Regenerate.
2554
2555 2002-02-10 Andrew Cagney <ac131313@redhat.com>
2556
2557 * valops.c (PUSH_ARGUMENTS): Delete definition.
2558 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
2559 partial. Default to default_push_arguments.
2560 * gdbarch.h, gdbarch.c: Regenerate.
2561
2562 2002-02-09 Andrew Cagney <ac131313@redhat.com>
2563
2564 * defs.h (throw_exception): Rename return_to_top_level. Update
2565 comments.
2566 * utils.c (error_stream, internal_verror, quit): Ditto.
2567 * top.c (throw_exception, catcher): Ditto.
2568 * sparclet-rom.c (sparclet_load): Ditto.
2569 * remote.c (interrupt_query, minitelnet): Ditto.
2570 * remote-sds.c (interrupt_query): Ditto.
2571 * remote-mips.c (mips_error, mips_kill): Ditto.
2572 * ocd.c (interrupt_query): Ditto.
2573 * monitor.c (monitor_interrupt_query): Ditto.
2574 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
2575 * target.h: Update comment.
2576
2577 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
2578
2579 2002-02-09 Andrew Cagney <ac131313@redhat.com>
2580
2581 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
2582 default_double_format.
2583 * gdbarch.h, gdbarch.c: Re-generate.
2584 * findvar.c (floatformat_unknown): Delete variable definition.
2585 * doublest.h (floatformat_unknown): Delete variable declaration.
2586
2587 2002-02-09 Jim Blandy <jimb@redhat.com>
2588
2589 * stabsread.c (read_type): Add code to parse Sun's syntax for
2590 prototyped function types.
2591
2592 2002-02-09 Andrew Cagney <ac131313@redhat.com>
2593
2594 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
2595 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
2596
2597 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2598
2599 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
2600 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
2601 now _initialize_xcoffsolib gets called again and overrides the
2602 commands from solib.c in a native configuration.
2603
2604 2002-02-09 Mark Kettenis <kettenis@gnu.org>
2605
2606 * doublest.c (store_typed_floating): Don't try to return a value.
2607 Fixes PR gdb/290.
2608
2609 2002-02-08 Jim Blandy <jimb@redhat.com>
2610
2611 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
2612 is prototyped and has no arguments, print its argument list as
2613 `(void)'.
2614
2615 2002-02-08 Chris Demetriou <cgd@broadcom.com>
2616
2617 * MAINTAINERS (write-after-approval): Add myself.
2618 (paper-trail): I've escaped!
2619
2620 2002-02-08 Christopher Faylor <cgf@redhat.com>
2621
2622 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
2623 changes.
2624 (_initialize_check_for_gdb_ini): Ditto.
2625
2626 2002-02-08 Martin M. Hunt <hunt@redhat.com>
2627
2628 * win32-nat.c (cygwin_pid_to_str): Fix typo.
2629 xaprintf -> xasprintf.
2630
2631 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
2632
2633 * win32-nat.c: Remove use of printf and sprintf functions.
2634
2635 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
2636
2637 * arm-tdep.c (arm_frame_chain_valid): Make static.
2638 (arm_push_arguments): Likewise.
2639 (arm_gdbarch_init): New function.
2640 (_initialize_arm_tdep): Call it.
2641 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
2642 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
2643 (FRAME_CHAIN_VALID): Delete.
2644 (arm_frame_chain_valid): Delete declaration.
2645 (PUSH_ARGUMENTS): Delete.
2646 (arm_push_arguments): Delete declaration.
2647 (CALL_DUMMY_P): Delete.
2648
2649 2002-02-08 Andrew Cagney <ac131313@redhat.com>
2650 Corinna Vinschen <vinschen@redhat.com>
2651
2652 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
2653 on builtin float types.
2654
2655 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
2656
2657 * utils.c: Include <curses.h> before "bfd.h".
2658 * tui/tui-hooks.c: Likewise.
2659 * tui/tui.c: Likewise.
2660 * tui/tuiCommand.c: Likewise.
2661 * tui/tuiData.c: Likewise.
2662 * tui/tuiDataWin.c: Likewise.
2663 * tui/tuiDisassem.c: Likewise.
2664 * tui/tuiGeneralWin.c: Likewise.
2665 * tui/tuiIO.c: Likewise.
2666 * tui/tuiLayout.c: Likewise.
2667 * tui/tuiRegs.c: Likewise.
2668 * tui/tuiSource.c: Likewise.
2669 * tui/tuiSourceWin.c: Likewise.
2670 * tui/tuiStack.c: Likewise.
2671 * tui/tuiWin.c: Likewise.
2672
2673 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
2674
2675 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
2676 to include space for pseudoregs as well. Update loops accordingly.
2677 (sh_fp_frame_init_saved_regs): Ditto.
2678 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
2679
2680 2002-02-07 Andrew Cagney <ac131313@redhat.com>
2681
2682 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
2683 Add Richard Earnshaw to Arm maintainers.
2684
2685 2002-02-07 Andrew Cagney <ac131313@redhat.com>
2686
2687 * defs.h (warning_begin): Delete declaration.
2688
2689 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
2690 Delete macro.
2691
2692 2002-02-07 Michael Snyder <msnyder@redhat.com>
2693
2694 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
2695 Logic bug, remove misplaced else.
2696
2697 2002-02-07 Klee Dienes <klee@apple.com>
2698
2699 * fork-inferior.c (fork_inferior): Add '!' to the list of
2700 characters that need to be quoted when building a string for the
2701 shell. Quote '!' specifically with a backslash, since CSH chokes
2702 when trying to evaluate "str!str".
2703
2704 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
2705
2706 * rdi-share/host.h: Only provide a typedef for bool if it is not
2707 defined.
2708
2709 2002-02-04 Michael Snyder <msnyder@redhat.com>
2710
2711 * breakpoint.h (enum bptype): Add new overlay event bp type.
2712 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
2713
2714 * breakpoint.c (create_internal_breakpoint): New function.
2715 (internal_breakpoint_number): Moved into create_internal_breakpoint.
2716 (create_longjmp_breakpoint): Use create_internal_breakpoint.
2717 (create_thread_event_breakpoint): Ditto.
2718 (create_solib_event_breakpoint): Ditto.
2719 (create_overlay_event_breakpoint): New function.
2720 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
2721 (update_breakpoints_after_exec): Delete and re-initialize
2722 overlay event breakpoints after an exec. Add FIXME comment
2723 about longjmp breakpoint.
2724 (print_it_typical): Ignore overlay event breakpoints.
2725 (print_one_breakpoint): Ditto.
2726 (mention): Ditto.
2727 (bpstat_what): Do not stop for overlay event breakpoints.
2728 (delete_breakpoint): Don't delete overlay event breakpoints.
2729 (breakpoint_re_set_one): Delete the overlay event breakpoint.
2730 (breakpoint_re_set): Re-create overlay event breakpoint.
2731
2732 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
2733 (overlay_manual_command): Disable overlay breakpoints.
2734 (overlay_off_command): Disable overlay breakpoints.
2735
2736 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
2737
2738 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
2739 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
2740 to here from config/tm-arm.h.
2741 (coff_sym_is_thumb): Make static.
2742 (arm_elf_make_msymbol_special): New function.
2743 (arm_coff_make_msymbol_special): New function.
2744 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
2745 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
2746 (coff_sym_is_thumb): Delete declaration.
2747 (arm_elf_make_msymbol_special): Declare.
2748 (arm_coff_make_msymbol_special): Declare.
2749 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
2750 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
2751
2752 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
2753
2754 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
2755
2756 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
2757
2758 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
2759 * gdbarch.c gdbarch.h: Regenerate.
2760 * arch-utils.c (default_print_float_info): New function.
2761 * arch-utils.h (default_print_float_info): Prototype it.
2762 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
2763 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
2764 (PRINT_FLOAT_INFO): Document it.
2765
2766 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
2767 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
2768 (PRINT_FLOAT_INFO): Define.
2769
2770 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
2771
2772 * win32-nat.c (_initialize_check_for_gdb_ini):
2773 Add typecast to sprintf argument to suppress a warning.
2774
2775 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
2776
2777 * win32-nat.c (last_sig): Changed type of variable to target_signal,
2778 to allow easier handling of pass state.
2779 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
2780 that gives exception name and address.
2781 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
2782 and set last_sig value to ourstatus->value.sig. Some missing
2783 exceptions added.
2784 (child_continue): Correctly report continue_status.
2785 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
2786 TARGET_SIGNAL_0 (new default value).
2787 (child_resume): consider sig argument passed to decide if
2788 the exception should be passed to debuggee or not.
2789
2790 2002-02-05 Michael Snyder <msnyder@redhat.com>
2791
2792 * regcache.c (fetch_register): Call target_fetch_register
2793 only if we don't call FETCH_PSEUDO_REGISTER.
2794 (store_register): Call target_store_register only if we
2795 don't call STORE_PSEUDO_REGISTER.
2796
2797 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
2798
2799 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
2800 ELF_MAKE_MSYMBOL_SPECIAL.
2801 * gdbarch.c, gdbarch.h: Regenerate.
2802 * arch-utils.c (default_make_msymbol_special): New function.
2803 * arch-utils.h (default_make_msymbol_special): Export.
2804 * elfread.c (elf_symtab_read): Compile use of
2805 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
2806 multiarched.
2807 * coffread.c (coff_symtab_read): Ditto, for
2808 COFF_MAKE_MSYMBOL_SPECIAL.
2809
2810 2002-02-05 Jim Blandy <jimb@redhat.com>
2811
2812 * solib-svr4.c (svr4_truncate_ptr): New function.
2813 (svr4_relocate_section_addresses): Do the address arithmetic with
2814 the appropriate truncation for target addresses, even when
2815 CORE_ADDR is larger than a target address.
2816
2817 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
2818
2819 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
2820 to (int *).
2821
2822 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
2823
2824 * gdbserver/linux-low.c (kill_inferior): Remove commented out
2825 code.
2826
2827 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
2828
2829 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
2830
2831 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
2832
2833 * gdbserver/linux-low.c: Remove unused include files.
2834
2835 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
2836
2837 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
2838 (read_inferior_memory): Use it.
2839 (write_inferior_memory): Likewise.
2840
2841 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
2842
2843 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
2844 grubbing through sys_errlist.
2845
2846 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
2847
2848 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
2849
2850 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
2851 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
2852
2853 2002-02-04 Andrew Cagney <ac131313@redhat.com>
2854
2855 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
2856 (do_sfunc, set_cmd_sfunc): New functions.
2857
2858 * command.h (struct cmd_list_element): Add field func.
2859 * cli/cli-decode.h (struct cmd_list_element): Ditto.
2860 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
2861 * cli/cli-decode.h: Ditto.
2862
2863 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
2864 (help_all, help_cmd_list): Ditto.
2865 (find_cmd, complete_on_cmdlist): Ditto.
2866 * top.c (execute_command): Ditto.
2867
2868 * cli/cli-setshow.c (do_setshow_command): Call func instead of
2869 function.sfunc.
2870
2871 * infcmd.c (notice_args_read): Fix function signature.
2872
2873 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
2874 * cli/cli-decode.c (add_set_cmd): Ditto.
2875 * utils.c (initialize_utils): Ditto.
2876 * maint.c (_initialize_maint_cmds): Ditto.
2877 * infrun.c (_initialize_infrun): Ditto.
2878 * demangle.c (_initialize_demangler): Ditto.
2879 * remote.c (add_packet_config_cmd): Ditto.
2880 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2881 * cris-tdep.c (_initialize_cris_tdep): Ditto.
2882 * proc-api.c (_initialize_proc_api): Ditto.
2883 * kod.c (_initialize_kod): Ditto.
2884 * valprint.c (_initialize_valprint): Ditto.
2885 * top.c (init_main): Ditto.
2886 * infcmd.c (_initialize_infcmd): Ditto.
2887 * corefile.c (_initialize_core): Ditto.
2888 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2889 * arch-utils.c (initialize_current_architecture): Ditto.
2890 (_initialize_gdbarch_utils): Ditto.
2891 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
2892
2893 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
2894 * wince.c (_initialize_inftarg): Ditto.
2895 * symfile.c (_initialize_symfile): Ditto.
2896 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2897 * language.c (_initialize_language): Ditto.
2898 * arc-tdep.c (_initialize_arc_tdep): Ditto.
2899
2900 2002-02-04 Michael Snyder <msnyder@redhat.com>
2901
2902 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
2903
2904 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
2905
2906 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
2907 Add rules for building the register data files.
2908
2909 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
2910
2911 * regformats/regdat.sh: Add braces to the definition of
2912 expedite_regs_${arch}.
2913
2914 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
2915
2916 * regformats/regdef.h (struct reg): Add comment describing the
2917 requirements for offset and size fields.
2918
2919 2002-02-04 Andreas Schwab <schwab@suse.de>
2920
2921 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
2922 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
2923
2924 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
2925
2926 * gdbarch.sh (copyright): Update years in generated header.
2927 (SMASH_TEXT_ADDRESS): Add rule.
2928 * gdbarch.h, gdbarch.c: Re-generate.
2929 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
2930 * dbxread.c: Likewise.
2931 * dwarfread.c: Likewise.
2932 * elfread.c: Likewise.
2933 * somread.c: Likewise.
2934
2935 * arm-tdep.c (arm_smash_text_address): New function.
2936 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
2937
2938 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
2939
2940 Add support for hardware watchpoints on win32 native.
2941 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
2942 CONTEXT_DEBUG_REGISTERS.
2943 (dr variable): New variable. Static array containing a local copy
2944 of debug registers.
2945 (debug_registers_changed): New variable. Reflects when debug registers
2946 are changed and need to be written to inferior.
2947 (debug_registers_used): New variable. Reflects when any debug register
2948 was set, used when new threads are created.
2949 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
2950 i386-nat code.
2951 (thread_rec): Set dr array if id is the thread of current_event .
2952 (child_continue, child_resume): Change the debug registers for all
2953 threads if debug_registers_changed.
2954 (child_add_thread): Change the debug registers if debug_registers_used.
2955 * config/i386/cygwin.mh: Add use of i386-nat.o file.
2956 Link nm.h to new nm-cygwin.h file.
2957 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
2958 of hardware registers.
2959
2960 2002-02-03 Andrew Cagney <ac131313@redhat.com>
2961
2962 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
2963 Restore behavour broken by 2002-01-20 Andrew Cagney
2964 <ac131313@redhat.com> IEEE_FLOAT removal.
2965
2966 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
2967
2968 * c-valprint.c (c_val_print): Pass a proper valaddr to
2969 cp_print_class_method.
2970 * valops.c (search_struct_method): If there is only one method
2971 and args is NULL, return that method.
2972
2973 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
2974
2975 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
2976 accessing tag_name directly.
2977
2978 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
2979
2980 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
2981 of accessing tag_name directly.
2982
2983 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
2984
2985 PR gdb/280
2986 * gdbtypes.c (replace_type): New function.
2987 * gdbtypes.h (replace_type): Add prototype.
2988 * stabsread.c (read_type): Use replace_type.
2989
2990 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
2991
2992 * Makefile.in (memattr.o): Add missing dependencies rule.
2993
2994 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2995
2996 * breakpoint.c (break_at_finish_command): Really export.
2997 (break_at_finish_at_depth_command): Ditto.
2998 (tbreak_at_finish_command): Ditto.
2999 * hppa-tdep.c: Include completer.h.
3000 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
3001 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
3002
3003 2002-02-01 Andrew Cagney <ac131313@redhat.com>
3004
3005 * utils.c (do_write): New function.
3006 (error_stream): Rewrite combining the code from error_begin and
3007 verror.
3008 (verror): Rewrite using error_stream.
3009 (error_begin): Delete function.
3010
3011 2002-02-01 Andrew Cagney <ac131313@redhat.com>
3012
3013 * utils.c (error_begin): Make static.
3014 * defs.h (error_begin): Delete declaration.
3015
3016 * linespec.c (cplusplus_error): Replace cplusplus_hint.
3017 (decode_line_1): Use cplusplus_error instead of error_begin,
3018 cplusplus_hint and return_to_top_level.
3019 * coffread.c (coff_symfile_read): Use error instead of error_begin
3020 and return_to_top_level.
3021 * infrun.c (default_skip_permanent_breakpoint): Ditto.
3022
3023 2002-02-01 Andrew Cagney <ac131313@redhat.com>
3024
3025 * language.h (type_error, range_error): Make string parameter
3026 constant.
3027 * language.c (warning_pre_print): Delete extern declaration.
3028 * dwarfread.c (warning_pre_print): Ditto.
3029 * language.c (type_error, range_error): Rewrite to use verror and
3030 vwarning instead of warning_begin.
3031
3032 2002-02-01 Michael Snyder <msnyder@redhat.com>
3033
3034 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
3035 (set_ignore_count): Move misplaced comment back where it belongs.
3036
3037 2002-02-01 Andrew Cagney <ac131313@redhat.com>
3038
3039 * command.h (NO_FUNCTION): Delete macro.
3040 * cli/cli-decode.h (NO_FUNCTION): Ditto.
3041 * top.c (execute_command): Replace NO_FUNCTION with NULL.
3042 * tracepoint.c (_initialize_tracepoint): Ditto.
3043 * cli/cli-decode.c (add_set_cmd): Ditto.
3044 * cli/cli-cmds.c (init_cli_cmds): Ditto.
3045
3046 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
3047
3048 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
3049 Update ``this'' pointer when calling virtual functions.
3050
3051 2002-02-01 Michael Snyder <msnyder@redhat.com>
3052
3053 * breakpoint.c (create_temp_exception_breakpoint): Delete.
3054 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
3055
3056 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
3057
3058 * regformats/reg-arm.dat: New file.
3059 * regformats/reg-i386.dat: New file.
3060 * regformats/reg-ia64.dat: New file.
3061 * regformats/reg-m68k.dat: New file.
3062 * regformats/reg-mips.dat: New file.
3063 * regformats/reg-ppc.dat: New file.
3064 * regformats/reg-sh.dat: New file.
3065 * regformats/regdef.h: New file.
3066 * regformats/regdat.sh: New file.
3067
3068 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
3069
3070 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
3071 (arm_frame_args_address, arm_frame_locals_address): New functions.
3072 (arm_frame_num_args): New function.
3073 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
3074 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
3075 (FRMA_NUM_ARGS): Call arm_frame_num_args.
3076
3077 2002-01-31 Michael Snyder <msnyder@redhat.com>
3078
3079 * breakpoint.c (break_at_finish_command): Export.
3080 (break_at_finish_at_depth_command): Export.
3081 (tbreak_at_finish_command): Export.
3082 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
3083 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
3084 "tbreak" commands, which are HPPA specific.
3085
3086 * printcmd.c (disassemble_command): Remove an ancient
3087 artifact of an old merge.
3088
3089 * symfile.h (enum overlay_debugging_state):
3090 Define enum constant values for overlay mode.
3091 * symfile.c (overlay_debugging): Use enums instead of literals.
3092 (overlay_is_mapped, overlay_auto_command,
3093 overlay_manual_command): Ditto.
3094
3095 * breakpoint.c (insert_breakpoints, remove_breakpoint,
3096 breakpoint_here_p, breakpoint_inserted_here_p,
3097 breakpoint_thread_match, bpstat_stop_status,
3098 describe_other_breakpoints, check_duplicates, clear_command):
3099 Coding standard fixes.
3100
3101 * target.c (target_xfer_memory): Add spaces, coding standard.
3102 (do_xfer_memory): Add missing line to trust-readonly
3103 code: check bfd SEC_READONLY flag for section.
3104
3105 2002-01-31 Andrew Cagney <ac131313@redhat.com>
3106
3107 * PROBLEMS: Fix typo, 5.1->5.1.1.
3108
3109 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
3110
3111 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
3112 data symbols, since we search based on textlow and texthigh.
3113 (find_pc_sect_symtab): Likewise.
3114
3115 2002-01-30 Andrew Cagney <ac131313@redhat.com>
3116
3117 * defs.h (vwarning): Declare.
3118 * utils.c (vwarning): New function.
3119 (warning): Call vwarning.
3120 (warning_begin): Delete function.
3121
3122 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
3123 the warning message.
3124 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
3125 warning_begin.
3126
3127 2002-01-30 Michael Snyder <msnyder@redhat.com>
3128
3129 * NEWS: Mention "set trust-readonly-sections" command.
3130 Mention generate-core-file command.
3131
3132 2002-01-15 Michael Snyder <msnyder@redhat.com>
3133
3134 * target.c: New command, "set trust-readonly-sections on".
3135 (do_xfer_memory): Honor the suggestion to trust readonly sections
3136 by reading them from the object file instead of from the target.
3137 (initialize_targets): Register command "set trust-readonly-sections".
3138
3139 2002-01-29 Andrew Cagney <ac131313@redhat.com>
3140
3141 * parse.c (target_map_name_to_register): Simplify, search regs and
3142 pseudo-regs using a single loop.
3143
3144 2002-01-30 Andrew Cagney <ac131313@redhat.com>
3145
3146 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
3147
3148 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
3149
3150 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
3151 * config/i386/i386v42mp.mh: Add i387-nat.o .
3152 * i386v4-nat.c: Include i387-nat.h.
3153 (supply_fpregset): Use i387_supply_fsave.
3154 (fill_fpregset): Use i387_fill_fsave.
3155
3156 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
3157
3158 * arm-tdep.c (arm_call_dummy_words): Define.
3159 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
3160 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
3161 (CALL_DUMMY_WORDS): Define.
3162 (arm_call_dummy_words): Declare.
3163 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
3164 (arm_linux_call_dummy_words): Declare.
3165
3166 2002-01-30 Andreas Schwab <schwab@suse.de>
3167
3168 * m68klinux-nat.c: Fix last change to use regcache_collect
3169 instead of referencing registers[] directly.
3170
3171 2002-01-29 Andrew Cagney <ac131313@redhat.com>
3172
3173 * parse.c (target_map_name_to_register): Delete code wrapped in
3174 #ifdef REGISTER_NAME_ALIAS_HOOK.
3175
3176 2002-01-28 Michael Snyder <msnyder@redhat.com>
3177
3178 * regcache.c (legacy_read_register_gen): Need to be able to
3179 read pseudo-register as well as real register.
3180 (legacy_write_register_gen): Ditto.
3181
3182 2002-01-28 Andrew Cagney <ac131313@redhat.com>
3183
3184 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
3185 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
3186 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
3187 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
3188 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
3189 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
3190 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
3191 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
3192 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
3193 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
3194 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
3195 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
3196 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
3197 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
3198 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
3199 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
3200 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
3201 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
3202 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
3203 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
3204
3205 2002-01-28 Andrew Cagney <ac131313@redhat.com>
3206
3207 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
3208 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
3209 (initialize_current_architecture): Update target_byte_order using
3210 information from BFD.
3211 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
3212 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
3213
3214 2002-01-28 Andrew Cagney <ac131313@redhat.com>
3215
3216 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
3217 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
3218
3219 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
3220 #ifdef INVALID_FLOAT.
3221 * infcmd.c (do_registers_info): Ditto.
3222 * values.c (unpack_double): Ditto. Add comment.
3223
3224 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
3225 already commented out.
3226
3227 2002-01-26 Andreas Schwab <schwab@suse.de>
3228
3229 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
3230 * m68klinux-nat.c: Update ptrace interface for fetching/storing
3231 registers and add support for PTRACE_GETREGS.
3232
3233 2002-01-24 Andrew Cagney <ac131313@redhat.com>
3234
3235 GDB 5.1.1 released from 5.1 branch.
3236 * NEWS: Add 5.1.1 news.
3237 * README: Sync with 5.1 branch.
3238
3239 2002-01-23 Fred Fish <fnf@redhat.com>
3240
3241 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
3242 stabstring on initial malloc. Reallocing will copy it for us,
3243 if necessary.
3244
3245 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
3246
3247 * Makefile.in (hpread_h): Delete.
3248 (HFILES_NO_SRCDIR): Remove hpread.h.
3249 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
3250 (hpread.o): Update dependencies.
3251 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
3252
3253 * hp-psymtab-read.c: Remove file.
3254 * hp-symtab-read.c: Remove file.
3255 * hpread.h: Remove file.
3256
3257 * hpread.c: Merge all contents of hp-psymtab-read.c,
3258 hp-symtab-read.c and hpread.h into this file, as it was prior to
3259 January 1999.
3260
3261 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
3262 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
3263 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
3264 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
3265
3266 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
3267
3268 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
3269 fill_gregset): Call gdbarch_tdep() just once, assign result to
3270 variable and use that, instead of calling the function several
3271 times.
3272
3273 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
3274
3275 * configure.host: Accept sparcv9 as alias for sparc64.
3276 * configure.tgt: Likewise.
3277
3278 2002-01-22 Kevin Buettner <kevinb@redhat.com>
3279
3280 * solib-aix5.c (build_so_list_from_mapfile)
3281 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
3282 arguments is not reversed.
3283 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
3284 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
3285
3286 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
3287
3288 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
3289 modified version of obsolete sh_fetch_pseudo_register.
3290 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
3291 (sh4_register_read): New function.
3292 (sh_pseudo_register_write): New function. Renamed and modified
3293 version of obsolete sh_store_pseudo_register.
3294 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
3295 (sh4_register_write): New function.
3296 (sh_gdbarch_init): Remove setting of gdbarch function
3297 fetch_pseudo_register and store_pseudo_register. Remove setting of
3298 register_convert_to_raw, register_convert_to_virtual,
3299 register_convertible.
3300 (sh_sh4_register_convertible): Delete. No longer needed. All is
3301 taken care by architecture specific functions
3302 register_read/register_write.
3303 (sh_sh4_register_convert_to_virtual): Make static.
3304 (sh_sh4_register_convert_to_raw): Ditto.
3305
3306 2002-01-22 Andrew Cagney <ac131313@redhat.com>
3307
3308 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
3309 (floatformat_is_nan, floatformat_mantissa): Ditto.
3310
3311 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
3312 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
3313 builtin_type_ieee_double_little,
3314 builtin_type_ieee_double_littlebyte_bigword,
3315 builtin_type_m68881_ext, builtin_type_i960_ext,
3316 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
3317 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
3318 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
3319 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
3320
3321 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
3322
3323 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
3324 parameter. Set frameless flag if it exists and depended of
3325 whether the scanned function is frameless or not.
3326 (xstormy16_skip_prologue): If function is frameless, return
3327 result of xstormy16_scan_prologue().
3328 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
3329 call.
3330
3331 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
3332
3333 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
3334 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
3335 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
3336 sh_sh4_register_byte, sh_sh4_register_raw_size,
3337 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
3338 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
3339 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
3340 sh_store_pseudo_register, sh_do_pseudo_register): Call
3341 gdbarch_tdep() just once, assign result to variable and use that,
3342 instead of calling the function several times.
3343
3344 2002-01-20 Mark Kettenis <kettenis@gnu.org>
3345
3346 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
3347 macros instead of LAST_FPU_CTRL_REGNUM.
3348 (store_register): Likewise.
3349
3350 2002-01-21 Jim Blandy <jimb@redhat.com>
3351
3352 * infcmd.c (run_command): Check that the `exec' target layer's BFD
3353 is up-to-date before running the program, not just when a program
3354 exits.
3355
3356 2002-01-21 Fred Fish <fnf@redhat.com>
3357
3358 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
3359 when we have found all instructions we are looking for.
3360
3361 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
3362
3363 * arm-tdep.c (arm_register_name): New function.
3364 (arm_registers_names): Make static.
3365 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
3366 (arm_register_name): Declare.
3367 (REGISTER_NAME): Use it.
3368
3369 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
3370 Kevin Buettner <kevinb@redhat.com>
3371
3372 Convert arm targets to new FRAME interface.
3373 * arm-tdep.c (struct frame_extra_info): Remove fsr.
3374 (arm_frame_find_save_regs): Delete.
3375 (arm_frame_init_saved_regs): New.
3376 (arm_init_extra_frame_info): Alloacte saved_regs as required.
3377 Allocate extra_info as required. Convert all uses of fsr.regs
3378 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
3379 to use extra_info.
3380 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
3381 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
3382 (check_prologue_cache, save_prologue_cache): Likewise.
3383 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
3384 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
3385 (FRAME_FIND_SAVED_REGS): Delete.
3386 (arm_frame_find_saved_regs): Delete prototype.
3387 (arm_frame_init_saved_regs): New prototype.
3388 (FRAME_INIT_SAVED_REGS): Define.
3389
3390 2002-01-20 Andrew Cagney <ac131313@redhat.com>
3391
3392 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
3393
3394 2002-01-20 Andrew Cagney <ac131313@redhat.com>
3395
3396 From Jeff Law <law@redhat.com>:
3397 * infttrace.c: Include <sys/pstat.h>.
3398 (child_pid_to_exec_file): Revamp. Use pstat call to get the
3399 exec file if the ttrace equivalent fails.
3400
3401 2002-01-20 Andrew Cagney <ac131313@redhat.com>
3402
3403 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
3404 (closeLogFile): Ditto.
3405
3406 2002-01-20 Michael Chastain <mec@shout.net>
3407
3408 * top.c (print_gdb_version): Bump copyright year to 2002.
3409
3410 2002-01-20 Andrew Cagney <ac131313@redhat.com>
3411
3412 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
3413 Zannoni and Eli Zaretskii.
3414
3415 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
3416
3417 * buildsym.c: Update copyright years.
3418 * c-typeprint.c: Likewise.
3419 * dwarf2read.c: Likewise.
3420 * f-typeprint.c: Likewise.
3421 * gdbtypes.c: Likewise.
3422 * gdbtypes.h: Likewise.
3423 * hp-symtab-read.c: Likewise.
3424 * hpread.c: Likewise.
3425 * mdebugread.c: Likewise.
3426 * p-typeprint.c: Likewise.
3427
3428 2002-01-20 Andrew Cagney <ac131313@redhat.com>
3429
3430 * remote-sim.c (gdbsim_open): Simplify code testing the macro
3431 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
3432 byte-order selectable.
3433 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
3434 * arch-utils.c: Ditto.
3435 (set_endian): Ditto.
3436 (set_endian_from_file): Ditto.
3437 * gdbserver/low-sim.c (create_inferior): Ditto.
3438 * gdbarch.sh: Ditto.
3439 * gdbarch.h: Re-generate.
3440 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3441 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
3442 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
3443 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3444 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3445 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3446 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3447 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
3448 macro definition.
3449 * config/mips/tm-wince.h: Remove #undef of macro
3450 TARGET_BYTE_ORDER_SELECTABLE.
3451 * config/sh/tm-wince.h: Ditto.
3452
3453 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
3454
3455 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
3456 member function fields. Add accessor macro
3457 TYPE_FN_FIELD_ARTIFICIAL.
3458 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
3459 * c-typeprint.c (c_type_print_base): Skip artificial member
3460 functions.
3461
3462 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
3463
3464 * f-typeprint.c: Delete unused function f_type_print_args.
3465 * p-typeprint.c: Delete unused function pascal_type_print_args.
3466
3467 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
3468
3469 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
3470 comment. Add ``artificial'' to ``union field_location''.
3471
3472 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
3473
3474 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
3475 * mdebugread.c (parse_symbol): Likewise.
3476 * stabsread.c (define_symbol): Likewise.
3477 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
3478 initializing TYPE_FIELD_BITPOS to n (obsolete).
3479 (hpread_doc_function_type): Likewise.
3480 * hpread.c (hpread_function_type): Likewise.
3481
3482 2002-01-20 Andrew Cagney <ac131313@redhat.com>
3483
3484 * configure.in (host_makefile_frag): Only require a host makefile
3485 fragment when a native build.
3486 * configure: Re-generate.
3487
3488 2002-01-20 Andrew Cagney <ac131313@redhat.com>
3489
3490 * doublest.h (floatformat_from_type): Declare.
3491 * doublest.c (floatformat_from_type): New function.
3492 (convert_typed_floating): Use.
3493
3494 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
3495 call to function floatformat_from_type.
3496
3497 * gdbarch.sh (IEEE_FLOAT): Delete.
3498 * gdbarch.h, gdbarch.c: Re-generate.
3499 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
3500 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
3501 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
3502 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
3503 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
3504 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
3505 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
3506 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
3507 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
3508 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
3509 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
3510 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
3511
3512 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
3513 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
3514 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3515 * sh-tdep.c (sh_gdbarch_init): Ditto.
3516 * mips-tdep.c (mips_gdbarch_init): Ditto.
3517 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3518 * cris-tdep.c (cris_gdbarch_init): Ditto.
3519
3520 2002-01-20 Jiri Smid <smid@suse.cz>
3521
3522 * configure.host, configure.tgt: Support x86-64.
3523 * NEWS: Note new target x86-64.
3524
3525 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
3526 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
3527 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
3528 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
3529 x86-64-linux-nat.o): Fix dependencies.
3530
3531 2002-01-19 Andrew Cagney <ac131313@redhat.com>
3532
3533 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
3534 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
3535 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
3536 * config/sparc/xm-sun4os4.h: Delete file.
3537 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
3538
3539 2002-01-19 Andrew Cagney <ac131313@redhat.com>
3540
3541 * config/sparc/sparclynx.mh (XM_FILE): Delete.
3542 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
3543 * config/m68k/m68klynx.mh (XM_FILE): Delete.
3544 * config/i386/i386lynx.mh (XM_FILE): Delete.
3545 * config/rs6000/xm-rs6000ly.h: Delete file.
3546 * config/sparc/xm-sparclynx.h: Delete file.
3547 * config/m68k/xm-m68klynx.h: Delete file.
3548 * config/i386/xm-i386lynx.h: Delete file.
3549 * config/xm-lynx.h: Delete file.
3550 * config/djgpp/fnchange.lst: Update.
3551
3552 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
3553
3554 * alpha-tdep.c (alpha_register_byte): New function.
3555 (alpha_register_raw_size): Ditto.
3556 (alpha_register_virtual_size): Ditto.
3557 (alpha_skip_prologue_internal): Renamed from
3558 alpha_skip_prologue.
3559 (alpha_skip_prologue): New version that calls
3560 alpha_skip_prologue_internal.
3561 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
3562 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
3563 second argument from alpha_skip_prologue.
3564 (REGISTER_BYTE): Use alpha_register_byte.
3565 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
3566 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
3567 (FRAMELESS_FUNCTION_INVOCATION): Use
3568 generic_frameless_function_invocation_not.
3569 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
3570 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
3571
3572 2002-01-19 Andrew Cagney <ac131313@redhat.com>
3573
3574 * config/mips/xm-news-mips.h: Delete file.
3575 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
3576
3577 * config/m88k/xm-m88k.h: Delete file.
3578 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
3579 * config/m88k/xm-delta88v4.h: Ditto.
3580 * config/m88k/xm-delta88.h: Ditto.
3581
3582 * config/alpha/xm-fbsd.h: Delete file.
3583 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
3584
3585 * config/sparc/xm-sparc.h: Delete file.
3586 * Makefile.in (xm-sun4os4.h): Delete dependency.
3587 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
3588 * config/sparc/xm-sun4os4.h: Ditto.
3589 * config/sparc/xm-linux.h: Ditto.
3590
3591 * config/i386/xm-windows.h: Delete file.
3592
3593 2002-01-19 Andrew Cagney <ac131313@redhat.com>
3594
3595 * utils.c: Include <sys/param.h> for MAXPATHLEN.
3596 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
3597
3598 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
3599
3600 * alpha-tdep.c (alpha_call_dummy_words): New.
3601 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
3602 (CALL_DUMMY_P): Define.
3603 (CALL_DUMMY_WORDS): Define.
3604 (SIZEOF_CALL_DUMMY_WORDS): Define.
3605
3606 2002-01-19 Per Bothner <per@bothner.com>
3607
3608 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
3609 isn't NULL, which can happen with some gcj-3.x-produced code.
3610
3611 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
3612
3613 * alpha-tdep.c (alpha_register_virtual_type): New function.
3614 (alpha_init_frame_pc_first): Ditto.
3615 (alpha_fix_call_dummy): Ditto.
3616 (alpha_store_struct_return): Ditto.
3617 (alpha_extract_struct_value_address): Ditto.
3618 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
3619 alpha_register_virtual_type.
3620 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
3621 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
3622 alpha_extract_struct_value_address.
3623 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
3624 (INIT_FRAME_PC): Use init_frame_pc_noop.
3625 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
3626
3627 2002-01-19 Mark Kettenis <kettenis@gnu.org>
3628
3629 * i386gnu-nat.c: Include "i386-tdep.h".
3630 (fetch_fpregs): Simplify code dealing with uninitialized floating
3631 point states such that it doesn't require FP7_REGNUM.
3632
3633 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3634
3635 * alpha-tdep.c (frame_extra_info): New.
3636 (alpha_find_saved_regs): Make static. Use
3637 frame->extra_info.
3638 (alpha_frame_init_saved_regs): New function.
3639 (alpha_frame_saved_pc): Use frame->extra_info.
3640 (temp_saved_regs): Don't declare as struct frame_saved_regs.
3641 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
3642 (init_extra_frame_info): Rename to...
3643 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
3644 (alpha_print_extra_frame_info): New function.
3645 (alpha_frame_locals_address): Ditto.
3646 (alpha_frame_args_address): Ditto.
3647 (alpha_pop_frame): Use frame->extra_info.
3648 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
3649 alpha_frame_args_address.
3650 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
3651 (alpha_find_saved_regs): Remove prototype.
3652 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
3653 (EXTRA_FRAME_INFO): Remove.
3654 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
3655 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
3656
3657 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3658
3659 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
3660 (alpha_cannot_fetch_register): Ditto.
3661 (alpha_cannot_store_register): Ditto.
3662 (alpha_register_convertible): Ditto.
3663 (alpha_use_struct_convention): Ditto.
3664 * config/alpha/tm-alpha.h: Update copyright years.
3665 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
3666 (INNER_THAN): Use core_addr_lessthan.
3667 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
3668 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
3669 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
3670 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
3671 (FRAME_CHAIN): Remove unnecessary cast.
3672
3673 2002-01-18 Andrew Cagney <ac131313@redhat.com>
3674
3675 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
3676 obsolete.
3677
3678 2002-01-18 Andrew Cagney <ac131313@redhat.com>
3679
3680 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
3681 * monitor.c, remote-array.c, remote-bug.c: Ditto.
3682 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
3683 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
3684 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
3685 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
3686 * x86-64-linux-nat.c: Ditto.
3687
3688 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3689
3690 * alpha-tdep.c (alpha_register_name): New function.
3691 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
3692 (REGISTER_NAME): Define.
3693
3694 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3695
3696 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
3697
3698 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3699
3700 * alpha-tdep.c: Update copyright years.
3701 (alpha_next_pc): New function.
3702 (alpha_software_single_step): Ditto.
3703 * config/alpha/tm-alpha.h: Add prototype for
3704 alpha_software_single_step.
3705
3706 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3707
3708 * alphabsd-nat.c: Update copyright years.
3709 (fill_gregset): Use regcache_collect.
3710 (fill_fpregset): Likewise.
3711 (fetch_inferior_registers): Only fetch integer registers
3712 if requested to do so.
3713 (store_inferior_registers): Only store integer registers
3714 if requested to do so.
3715
3716 2002-01-17 Andrew Cagney <ac131313@redhat.com>
3717
3718 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
3719 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
3720 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
3721 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
3722 * config/alpha/fbsd.mh (XDEPFILES): Delete.
3723 * config/arm/linux.mh (XDEPFILES): Delete.
3724 * config/arm/nbsd.mh (XDEPFILES): Delete.
3725 * config/i386/i386dgux.mh (XDEPFILES): Delete.
3726 * config/i386/i386sol2.mh (XDEPFILES): Delete.
3727 * config/i386/i386m3.mh (XDEPFILES): Delete.
3728 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
3729 * config/i386/i386gnu.mh (XDEPFILES): Delete.
3730 * config/i386/fbsd.mh (XDEPFILES): Delete.
3731 * config/i386/i386bsd.mh (XDEPFILES): Delete.
3732 * config/i386/i386sco5.mh (XDEPFILES): Delete.
3733 * config/i386/i386v4.mh (XDEPFILES): Delete.
3734 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
3735 * config/i386/i386sco4.mh (XDEPFILES): Delete.
3736 * config/i386/i386aix.mh (XDEPFILES): Delete.
3737 * config/i386/go32.mh (XDEPFILES): Delete.
3738 * config/i386/cygwin.mh (XDEPFILES): Delete.
3739 * config/i386/i386lynx.mh (XDEPFILES): Delete.
3740 * config/i386/i386mach.mh (XDEPFILES): Delete.
3741 * config/i386/i386v32.mh (XDEPFILES): Delete.
3742 * config/i386/linux.mh (XDEPFILES): Delete.
3743 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
3744 * config/i386/ncr3000.mh (XDEPFILES): Delete.
3745 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
3746 * config/i386/i386sco.mh (XDEPFILES): Delete.
3747 * config/i386/i386v.mh (XDEPFILES): Delete.
3748 * config/i386/nbsd.mh (XDEPFILES): Delete.
3749 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
3750 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
3751 * config/i386/symmetry.mh (XDEPFILES): Delete.
3752 * config/i386/obsd.mh (XDEPFILES): Delete.
3753 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
3754 * config/ia64/linux.mh (XDEPFILES): Delete.
3755 * config/ia64/aix.mh (XDEPFILES): Delete.
3756 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
3757 * config/m68k/dpx2.mh (XDEPFILES): Delete.
3758 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
3759 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
3760 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
3761 * config/m68k/linux.mh (XDEPFILES): Delete.
3762 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
3763 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
3764 * config/m68k/nbsd.mh (XDEPFILES): Delete.
3765 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
3766 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
3767 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
3768 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
3769 * config/m88k/delta88.mh (XDEPFILES): Delete.
3770 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
3771 * config/m88k/m88k.mh (XDEPFILES): Delete.
3772 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
3773 * config/mips/linux.mh (XDEPFILES): Delete.
3774 * config/mips/irix6.mh (XDEPFILES): Delete.
3775 * config/mips/irix5.mh (XDEPFILES): Delete.
3776 * config/mips/irix4.mh (XDEPFILES): Delete.
3777 * config/mips/irix3.mh (XDEPFILES): Delete.
3778 * config/mips/decstation.mh (XDEPFILES): Delete.
3779 * config/mips/mipsm3.mh (XDEPFILES): Delete.
3780 (NATDEPFILES): Move core-aout.o to here.
3781 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
3782 * config/pa/hpux1020.mh (XDEPFILES): Delete.
3783 * config/pa/hppabsd.mh (XDEPFILES): Delete.
3784 * config/pa/hppahpux.mh (XDEPFILES): Delete.
3785 * config/pa/hpux11w.mh (XDEPFILES): Delete.
3786 * config/pa/hppaosf.mh (XDEPFILES): Delete.
3787 * config/pa/hpux11.mh (XDEPFILES): Delete.
3788 * config/powerpc/aix.mh (XDEPFILES): Delete.
3789 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
3790 * config/powerpc/linux.mh (XDEPFILES): Delete.
3791 * config/romp/rtbsd.mh: Rename XDEPFILES.
3792 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
3793 * config/rs6000/aix4.mh (XDEPFILES): Delete.
3794 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
3795 * config/s390/s390.mh (XDEPFILES): Delete.
3796 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
3797 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
3798 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
3799 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
3800 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
3801 * config/sparc/nbsd.mh (XDEPFILES): Delete.
3802 * config/sparc/linux.mh (XDEPFILES): Delete.
3803 * config/vax/vaxult.mh (XDEPFILES): Delete.
3804 * config/vax/vaxult2.mh (XDEPFILES): Delete.
3805 * Makefile.in (DEPFILES): Remove XDEPFILES.
3806
3807 2002-01-17 Andrew Cagney <ac131313@redhat.com>
3808
3809 * utils.c (internal_verror): Fix comments, default is yes not no.
3810 Update queries to match. Default to quit and dump core.
3811
3812 2002-01-17 Andrew Cagney <ac131313@redhat.com>
3813
3814 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
3815 copyright.
3816 * defs.h, event-top.c, gdbcmd.h: Ditto.
3817 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
3818 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
3819 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
3820 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
3821 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
3822 * mi/mi-main.c:Ditto.
3823
3824 * stack.c, symfile.c: Update copyright.
3825
3826 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
3827
3828 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
3829 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
3830 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
3831 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
3832
3833 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
3834
3835 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
3836 * gdbserver/low-lynx.c (myattach): Likewise.
3837 * gdbserver/low-nbsd.c (myattach): Likewise.
3838 * gdbserver/low-sim.c (myattach): Likewise.
3839 * gdbserver/low-sparc.c (myattach): Likewise.
3840 * gdbserver/low-sun3.c (myattach): Likewise.
3841
3842 * gdbserver/low-linux.c (myattach): New function.
3843
3844 * gdbserver/server.c (attach_inferior): New function.
3845 (main): Handle "--attach".
3846
3847 2002-01-16 Andrew Cagney <ac131313@redhat.com>
3848
3849 * MAINTAINERS (language support): Daniel Jacobwitz is C++
3850 maintainer.
3851
3852 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
3853
3854 * c-typeprint.c (is_type_conversion_operator): Add additional
3855 check for non-conversion operators.
3856
3857 2002-01-15 Michael Snyder <msnyder@redhat.com>
3858
3859 * linux-proc.c: Add "info proc" command, a la procfs.c.
3860 (read_mapping): New function, abstract and re-use code.
3861 (linux_find_memory_regions): Use new func read_mapping.
3862 (linux_info_proc_cmd): New function, implement "info proc".
3863 (_initialize_linux_proc): Add new command "info proc".
3864
3865 2002-01-15 Michael Snyder <msnyder@redhat.com>
3866
3867 * symfile.c (generic_load): Use bfd_map_over_sections method
3868 instead of manipulating bfd structure members directly.
3869 (add_section_size_callback): New function, bfd sections callback
3870 used by generic_load.
3871 (load_sections_callback): New function, bfd sections callback
3872 used by generic_load.
3873
3874 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
3875
3876 [Based on work by Jim Blandy]
3877 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
3878 (builtin_type_vec128): Export.
3879 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
3880 types.
3881 (builtin_type_vec128): New builtin type for 128 bit vector
3882 registers.
3883 (build_gdbtypes): Initialize builtin_type_v16qi and
3884 builtin_type_v8hi. Create the vec128 register builtin type
3885 structure.
3886 (build_builtin_type_vec128): New function.
3887 (_initialize_gdbtypes): Register builtin_type_v16qi and
3888 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
3889 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
3890 AltiVec register to new builtin type.
3891
3892 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
3893
3894 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
3895 to make_cv_type.
3896
3897 2002-01-14 Andrew Cagney <ac131313@redhat.com>
3898
3899 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
3900 CLEAN_UP_REGISTER_VALUE.
3901 * regcache.c (supply_register): Update only call.
3902
3903 2002-01-14 Andrew Cagney <ac131313@redhat.com>
3904
3905 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
3906 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
3907 a29k-*-vxworks* targets as obsolete.
3908
3909 2002-01-14 Michael Snyder <msnyder@redhat.com>
3910
3911 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
3912 until we can resolve portability issues.
3913 * gregset.h: Remove references to fpxregs.
3914 * gcore.c (gcore_command): Initialize note_sec to NULL.
3915
3916 2002-01-13 Andrew Cagney <ac131313@redhat.com>
3917
3918 * signals.c (target_signal_to_name): Rewrite. Only use
3919 signals[].name when in bounds and non-NULL.
3920
3921 2002-01-13 Andrew Cagney <ac131313@redhat.com>
3922
3923 From Petr Ledvina <ledvinap@kae.zcu.cz>:
3924 * signals.c (target_signal_to_name): Verify that SIG is within the
3925 bounds of the signals array.
3926
3927 2002-01-13 Andrew Cagney <ac131313@redhat.com>
3928
3929 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
3930
3931 2002-01-13 Keith Seitz <keiths@redhat.com>
3932
3933 * stack.c (print_frame_info_base): Print the frame's pc
3934 only if when print_frame_info_listing_hook is not defined.
3935
3936 2002-01-13 Keith Seitz <keiths@redhat.com>
3937
3938 * varobj.c (varobj_set_value): Make sure that there were no
3939 errors evaluating the object before attempting to set its
3940 value.
3941 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
3942 so this offset adjustment is no longer necessary.
3943 (create_child): Don't set the error flag if the child is
3944 a CPLUS_FAKE_CHILD.
3945 (value_of_child): If value_fetch_lazy fails, return NULL
3946 so that callers will be notified that an error occurred.
3947 (c_value_of_variable): Delay check of variable's validity
3948 until later. We actually want all structs and unions to have
3949 the value "{...}".
3950 Do not return "???" for variables which could not be evaluated.
3951 This error condition must be returned to the caller so that it
3952 can get the error condition from gdb.
3953 (cplus_name_of_child): Adjust index for vptr before figuring
3954 out the name of the child.
3955 (cplus_value_of_child): If a child's (real) parent is not valid,
3956 don't even bother trying to give a value for it. Just return
3957 an error. Change all instances in this function.
3958 (cplus_type_of_child): If our parent is one of the "fake"
3959 parents, we need to get at the type of the real parent, and
3960 derive the child's true type using this information.
3961
3962 2002-01-13 Andrew Cagney <ac131313@redhat.com>
3963
3964 From 2002-01-09 John Marshall <johnm@falch.net>:
3965 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
3966 sources.redhat.com, and tweak some related URLs which had
3967 suffered from linkrot.
3968
3969 2002-01-13 Andrew Cagney <ac131313@redhat.com>
3970
3971 From Jeff law:
3972 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
3973 structures passed in registers.
3974
3975 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
3976
3977 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
3978 white space which prevented compilation. Reported by DSK
3979 <dsk@student.unsw.edu.au>.
3980
3981 2002-01-11 Michael Snyder <msnyder@redhat.com>
3982
3983 * symfile.c (build_section_addr_info_from_section_tab):
3984 Use bfd access method instead of manipulating bfd directly.
3985 (syms_from_objfile): Ditto.
3986 (simple_overlay_update_1): Ditto.
3987 (simple_overlay_update): Ditto.
3988 (generic_load): Ditto.
3989 (overlay_unmapped_address): FIXME comment, bfd access methods.
3990 (sections_overlap): FIXME comment, bfd access methods.
3991 (pc_in_mapped_range): FIXME comment, bfd access methods.
3992 (pc_in_unmapped_range): FIXME comment, bfd access methods.
3993 (section_is_mapped): FIXME comment, bfd access methods.
3994 (section_is_overlay): FIXME comment, bfd access methods.
3995
3996 * symfile.c (generic_load): Whitespace and long line cleanups.
3997 Remove duplicate variable, change several local variables to
3998 more appropriate data types.
3999 (print_transfer_performance): Use %lu instead of %ld for ulongs.
4000
4001 2002-01-12 Andrew Cagney <ac131313@redhat.com>
4002
4003 From Peter Schauer:
4004 * language.c (longest_local_hex_string_custom): Use phex_nz to
4005 convert NUM to a hex string.
4006
4007 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
4008
4009 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
4010 the function.
4011 Update Copyright year.
4012
4013 2002-01-12 Andrew Cagney <ac131313@redhat.com>
4014
4015 * language.c (longest_raw_hex_string): Delete unused function.
4016
4017 2002-01-11 Petr Sorfa <petrs@caldera.com>
4018
4019 * MAINTAINERS (write-after-approval): Add myself.
4020 * dwarf2read.c (read_tag_string_type): Handling of
4021 DW_AT_byte_size.
4022 (read_tag_string_type): FORTRAN fix to prevent propagation of
4023 first string size.
4024 (set_cu_language): Handling of DW_LANG_Fortran95
4025
4026 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
4027
4028 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
4029 GETPID(inferior_ptid).
4030 (store_inferior_registers): Likewise.
4031
4032 2002-01-10 Jason Merrill <jason@redhat.com>
4033
4034 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
4035 Fix DW_OP_minus.
4036
4037 2002-01-10 Andrew Cagney <ac131313@redhat.com>
4038
4039 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
4040 and bfd/elf32-sh-nbsd.c.
4041
4042 2002-01-10 Michael Snyder <msnyder@redhat.com>
4043
4044 * NEWS: Mention --pid and corefile/proc-id behavior change.
4045
4046 * Makefile.in: Add rules for gcore.o and linux-proc.o.
4047 * gcore.c: Include cli/cli-decode.h instead of command.h.
4048
4049 * main.c (captured_main): Add new command line option "--pid".
4050 If the second command line argument (following the symbol-file)
4051 begins with a digit, try to attach to it before trying to open
4052 it as a corefile.
4053 (print_gdb_help): Document the "--pid" argument.
4054
4055 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
4056
4057 * completer.c (command_completer): New function.
4058
4059 * completer.h <command_completer>: Add prototype.
4060
4061 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
4062 completer for the "help" command.
4063
4064 2002-01-09 Jason Merrill <jason@redhat.com>
4065
4066 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
4067
4068 2002-01-09 Michael Snyder <msnyder@redhat.com>
4069
4070 * i386-linux-nat.c (fill_fpxregset): Make global.
4071 (store_fpxregset): Ditto.
4072
4073 * gregset.h (gdb_fpxregset_t): Define.
4074 (supply_fpxregset): Prototype.
4075 (fill_fpxregset): Prototype.
4076
4077 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
4078
4079 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
4080
4081 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
4082 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
4083 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
4084
4085 2002-01-09 Andrew Cagney <ac131313@redhat.com>
4086
4087 * MAINTAINERS: Update target maintainer rules so that any
4088 Maintainer can approve a tested patch for a maintenance-only
4089 target.
4090
4091 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
4092
4093 * MAINTAINERS (write-after-approval): Add myself.
4094
4095 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
4096 IN_SIGTRAMP.
4097
4098 2002-01-08 Michael Snyder <msnyder@redhat.com>
4099
4100 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
4101 real name of the executable, rather than the /proc name.
4102
4103 2002-01-03 Michael Snyder <msnyder@redhat.com>
4104
4105 Implement a "generate-core-file" command in gdb, save target state.
4106 * gcore.c: New file. Implement new command 'generate-core-file'.
4107 Save a corefile image of the current state of the inferior.
4108 * linux-proc.c: Add linux-specific code for saving corefiles.
4109 * target.h (struct target_ops): Add new target vectors for saving
4110 corefiles; to_find_memory_regions and to_make_corefile_notes.
4111 (target_find_memory_regions): New macro.
4112 (target_make_corefile_notes): New macro.
4113 * target.c (update_current_target): Inherit new target methods.
4114 (dummy_find_memory_regions): New place-holder method.
4115 (dummy_make_corefile_notes): New place-holder method.
4116 (init_dummy_target): Initialize new dummy target vectors.
4117 * exec.c (exec_set_find_memory_regions): New function.
4118 Allow the exec_ops vector for memory regions to be taken over.
4119 (exec_make_note_section): New function, target vector method.
4120 * defs.h (exec_set_find_memory_regions): Export prototype.
4121 * procfs.c (proc_find_memory_regions): New function, corefile method.
4122 (procfs_make_note_section): New function, corefile method.
4123 (init_procfs_ops): Set new target vector pointers.
4124 (find_memory_regions_callback): New function.
4125 (procfs_do_thread_registers): New function.
4126 (procfs_corefile_thread_callback): New function.
4127 * sol-thread.c (sol_find_memory_regions): New function.
4128 (sol_make_note_section): New function.
4129 (init_sol_thread_ops): Initialize new target vectors.
4130 * inftarg.c (inftarg_set_find_memory_regions): New function.
4131 Allow to_find_memory_regions vector to be taken over.
4132 (inftarg_set_make_corefile_notes): New function.
4133 Allow to_make_corefile_notes vector to be taken over.
4134 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
4135 interface layer if not target_has_execution (may be a corefile).
4136 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
4137 * config/sparc/sun4sol2.mh: Ditto.
4138 * config/alpha/alpha-linux.mh: Ditto.
4139 * config/arm/linux.mh: Ditto.
4140 * config/i386/x86-64linux.mh: Ditto.
4141 * config/ia64/linux.mh: Ditto.
4142 * config/m68k/linux.mh: Ditto.
4143 * config/mips/linux.mh: Ditto.
4144 * config/powerpc/linux.mh: Ditto.
4145 * config/sparc/linux.mh: Ditto.
4146
4147 2002-01-07 Michael Snyder <msnyder@redhat.com>
4148
4149 * arm-linux-nat.c: Remove references to regcache.c internal data
4150 (registers[] and register_valid[]).
4151
4152 2002-01-07 Michael Snyder <msnyder@redhat.com>
4153
4154 * linux-proc.c: New file. Implement child_pid_to_exec_file,
4155 so that attaching to a pid will automatically read the process's
4156 symbol file and shlibs.
4157 * Makefile.in: Add rule for linux-proc.o.
4158 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
4159 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
4160 * config/arm/linux.mh: Ditto.
4161 * config/i386/linux.mh: Ditto.
4162 * config/i386/x86-64linux.mh: Ditto.
4163 * config/ia64/linux.mh: Ditto.
4164 * config/m68k/linux.mh: Ditto.
4165 * config/mips/linux.mh: Ditto.
4166 * config/powerpc/linux.mh: Ditto.
4167 * config/sparc/linux.mh: Ditto.
4168
4169 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
4170
4171 * win32-nat.c: Add i386-tdep.h dependency.
4172
4173 2002-01-07 Michael Snyder <msnyder@redhat.com>
4174
4175 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
4176 instead of bfd_get_arch_size. Don't bail out just because
4177 there's no exec_bfd.
4178
4179 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
4180 * p-valprint.c (pascal_object_print_value): Ditto.
4181 * somread.c (som_symtab_read): Ditto.
4182 * symfile.c (simple_free_overlay_region_table): Ditto.
4183 * valops.c (value_assign): Ditto.
4184
4185 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
4186 use tilde_expand and strerror for opening save-tracepoints file.
4187
4188 * thread-db.c (thread_db_new_objfile): Indendation fix.
4189
4190 * infptrace.c (GDB_MAX_ALLOCA): New define.
4191 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
4192 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
4193 can be overridden with whatever value is appropriate to the host).
4194 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
4195 alloca to allocate potentially large buffer.
4196 * rs6000-nat.c (child_xfer_memory): Ditto.
4197 * symm-nat.c (child_xfer_memory): Ditto.
4198 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
4199
4200 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
4201
4202 From Nick Clifton <nickc@redhat.com>
4203 * d10v-tdep.c: Set STACK_START to 0x200bffe.
4204
4205 2002-01-07 Michael Snyder <msnyder@redhat.com>
4206
4207 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
4208 Don't use exec_bfd if it's NULL.
4209
4210 2002-01-06 Mark Kettenis <kettenis@gnu.org>
4211
4212 * valops.c (value_arg_coerce): Fix formatting.
4213
4214 2002-01-06 Andrew Cagney <ac131313@redhat.com>
4215
4216 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
4217 * gnu-nat.c: Ditto.
4218
4219 2002-01-06 Andrew Cagney <ac131313@redhat.com>
4220
4221 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
4222 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
4223 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
4224 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
4225 z8k-coff have not been multi-arched. Update z8k-coff build
4226 status.
4227
4228 2002-01-06 Andrew Cagney <ac131313@redhat.com>
4229
4230 * MAINTAINERS: Mark a29k target as obsolete.
4231 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
4232 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
4233 comments.
4234 * NEWS: Note that a29k targets are obsolete.
4235 * a29k-tdep.c: Mark as obsolete.
4236 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
4237 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
4238 a29k-*-vxworks* targets as obsolete.
4239 * remote-adapt.c: Obsolete.
4240 * remote-eb.c: Obsolete.
4241 * remote-mm.c: Obsolete.
4242 * remote-udi.c: Obsolete.
4243 * config/a29k/a29k-udi.mt: Obsolete.
4244 * config/a29k/a29k.mt: Obsolete.
4245 * config/a29k/tm-a29k.h: Obsolete.
4246 * config/a29k/tm-vx29k.h: Obsolete.
4247 * config/a29k/vx29k.mt: Obsolete.
4248
4249 2002-01-05 Andrew Cagney <ac131313@redhat.com>
4250
4251 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
4252 with BFD_ENDIAN_BIG.
4253
4254 2002-01-05 Andrew Cagney <ac131313@redhat.com>
4255
4256 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
4257 * configure, config.in: Re-generate.
4258 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
4259 * defs.h: Do not include <endian.h>.
4260
4261 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
4262
4263 * acconfig.h (HAVE_PT_GETXMMREGS): New.
4264 * config.in: Regenerate.
4265 * configure.in: Update copyright years.
4266 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
4267 * configure: Regenerate.
4268 * i386bsd-nat.c: Update copyright years.
4269 (fill_gregset): Use regcache_collect.
4270 (fetch_inferior_registers): Only fetch integer registers
4271 if requested to do so. Add support for XMM registers
4272 using PT_GETXMMREGS.
4273 (store_inferior_registers): Only store integer registers
4274 if requested to do so. Add support for XMM registers
4275 using PT_SETXMMREGS.
4276 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
4277 (store_inferior_registers): Remove.
4278 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
4279 (fetch_elfcore_registers): New function.
4280 (i386nbsd_elfcore_fns): New.
4281 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
4282 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
4283 i386bsd-nat.o.
4284 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
4285 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
4286 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
4287 * config/i386/tm-nbsd.h: Update copyright years.
4288 (HAVE_SSE_REGS): Define.
4289 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
4290 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
4291 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
4292 (SIGCONTEXT_PC_OFFSET): Remove.
4293 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
4294
4295 2002-01-05 Andrew Cagney <ac131313@redhat.com>
4296
4297 * configure.tgt: Remove powerpc-*-macos* target.
4298 * config/m68k/xm-mpw.h: Delete file.
4299 * config/xm-mpw.h: Delete file.
4300 * ser-mac.c: Delete file.
4301 * mpw-make.sed: Delete file.
4302 * mpw-config.in: Delete file.
4303 * mac-xdep.c: Delete file.
4304 * mac-gdb.r: Delete file.
4305 * mac-defs.h: Delete file.
4306 * mac-nat.c: Delete file.
4307 * config/powerpc/macos.mh: Delete file.
4308 * config/powerpc/macos.mt: Delete file.
4309 * config/powerpc/nm-macos.h: Delete file.
4310 * config/powerpc/tm-macos.h: Delete file.
4311 * source.c (openp, open_source_file): Remove obsolete code.
4312 * top.c (gdb_readline): Ditto.
4313 * utils.c (query): Ditto.
4314 * event-top.c (display_gdb_prompt): Ditto.
4315 * Makefile.in (ser-mac.o): Delete obsolete target.
4316 * NEWS: Update.
4317
4318 2002-01-04 Andrew Cagney <ac131313@redhat.com>
4319
4320 * defs.h (BIG_ENDIAN): Delete macro definition.
4321 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
4322 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
4323 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
4324 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
4325 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
4326 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
4327 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
4328 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
4329 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
4330 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
4331 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
4332 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
4333 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
4334 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
4335 * gdbarch.c: Re-generate.
4336
4337 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
4338
4339 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
4340 for core files.
4341
4342 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
4343
4344 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
4345
4346 2002-01-04 Andrew Cagney <ac131313@redhat.com>
4347
4348 * value.h (value_ptr): Delete typedef.
4349
4350 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
4351
4352 * i386nbsd-nat.c: Update copyright years.
4353 Include i386-tdep.h.
4354
4355 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
4356
4357 * stabsread.c: Update copyright years.
4358
4359 From Debashis Mahata <debashis.mahata@wipro.com>:
4360 (read_struct_fields): Deal with Sun C compiler erroneous stab
4361 output for structs and unions.
4362 Fix PR gdb/269.
4363
4364 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
4365
4366 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
4367 prototype.
4368
4369 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
4370
4371 * cp-abi.c: Fix whitespace.
4372 (baseclass_offset): New wrapper function.
4373 * cp-abi.h (baseclass_offset): Add prototype.
4374 (struct cp_abi_ops): Add baseclass_offset pointer.
4375
4376 * valops.c (vb_match): Move to...
4377 * gnu-v2-abi.c (vb_match): here.
4378 * valops.c (baseclass_offset): Move to...
4379 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
4380
4381 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
4382
4383 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
4384 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
4385 * hpacc-abi.c (init_hpacc_ops): Likewise.
4386
4387 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
4388
4389 * valops.c (find_overload_match): Accept obj as a
4390 reference parameter. Update it before returning.
4391 * value.h (find_overload_match): Update prototype.
4392 * eval.c (evaluate_subexp_standard): Pass object to
4393 find_overload_match by reference.
4394
4395 2002-01-03 Andrew Cagney <ac131313@redhat.com>
4396
4397 * valarith.c: Replace value_ptr with struct value pointer. Remove
4398 register attribute from value declarations.
4399 * valops.c: Ditto.
4400 * value.h: Ditto.
4401 * scm-lang.c (scm_lookup_name): Ditto.
4402
4403 2002-01-03 Michael Snyder <msnyder@redhat.com>
4404
4405 Abstract the functionality of iterating over mapped memory
4406 regions into a general purpose iterator function.
4407 * procfs.c (iterate_over_mappings): New function, general purpose
4408 iterator for memory sections.
4409 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
4410 (solib_mappings_callback): New function, callback for above.
4411 (info_proc_mappings): Reimpliment using iterate_over_mappings.
4412 (info_mappings_callback): New function, callback for above.
4413
4414 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
4415
4416 2002-01-01 Mark Kettenis <kettenis@gnu.org>
4417
4418 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
4419 * i386-tdep.c: Include "elf-bfd.h".
4420 (process_note_abi_tag_sections): New function.
4421 (i386_gdbarch_init): Add code to recognize various OS/ABI
4422 combinations.
4423
4424 * maint.c (_initialize_maint_cmds): Add missing \ in
4425 string-literal.
4426
4427 For older changes see ChangeLog-2001
4428 \f
4429 Local Variables:
4430 mode: change-log
4431 left-margin: 8
4432 fill-column: 74
4433 version-control: never
4434 End: