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