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