1 2002-08-16 Mark Kettenis <kettenis@gnu.org>
3 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
6 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
9 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
10 * configure.host: Make i[3456]86-*-aix host obsolete.
11 * configure.tgt: Make i[3456]86-*-aix target obsolete.
12 * config/i386/i386aix.mh, config/i386/i386aix.mt,
13 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
14 config/i386/xm-i386aix.h: Make files obsolete.
15 * i386aix-nat.c: Make file obsolete.
16 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
17 (i386aix-nat.o): Make target obsolete.
19 * config/i386/nm-gnu.h: Removed.
20 * config/i386/nm-i386gnu.h: New file.
21 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
22 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
24 * config/i386/tm-i386gnu.h: ... here. Removed.
25 * config/i386/xm-i386gnu.h: Removed.
26 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
27 (NAT_FILE): Set to nm-i386gnu.h.
28 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
29 * i386-tdep.c: New file.
30 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
31 (i386gnu-tdep.o): Specify dependencies.
33 2002-08-15 Mark Kettenis <kettenis@gnu.org>
35 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
36 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
37 Adjust a few comments to reflect reality a bit closer.
38 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
39 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
40 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
41 target_insert_watchpoint, target_remove_watchpoint):
43 * config/i386/nm-i386sco5.h: ... here.
44 (kernel_u_size): Add prototype. Improve a few comments and add
45 protection against multiple inclusion.
47 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
50 * uw-thread.c (SP_ARG0): Define if not already defined.
51 * config/i386/tm-i386.h (SO_ARG0): Remove define.
53 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
55 * config/i386/tm-i386.h: Don't include "regcache.h".
57 * i387-tdep.h (i387_print_float_info): New prototype.
58 * i387-tdep.c (print_i387_value, print_i387_ext,
59 print_i387_status_word, print_i387_control_word): Add `struct
60 ui_file *' argument and use it for output.
61 (i387_print_float_info): Renamed from i387_float_info. Add
62 `struct gdbarch *' and `struct ui_file *' arguments and use the
64 * i386-tdep.c: Include "i387-tdep.h".
65 (i386_gdbarch_init): Set print_float_info.
66 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
67 (FLOAT_INFO): Remove define.
69 2002-08-13 Michael Snyder <msnyder@redhat.com>
71 * mips-tdep.c (mips_push_arguments): Rename to
72 mips_eabi_push_arguments, and tune for EABI.
73 (MIPS_REGS_HAVE_HOME_P): Delete.
74 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
75 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
76 Delete references to mips_regs_have_home_p.
78 2002-08-14 Keith Seitz <keiths@redhat.com>
80 * Makefile.in (install-gdbtk): Create insight plugin directory.
81 Install plugins.tcl file.
83 2002-08-14 Keith Seitz <keiths@redhat.com>
85 * configure.in: Move SUBDIRS to near top of the file so that
86 --enable options may add things to it.
87 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
88 * configure: Regenerate.
90 2002-08-13 Michael Snyder <msnyder@redhat.com>
92 * mips-tdep.c (mips_o32o64_push_arguments): New function,
93 cloned from mips_push_arguments, tuned for o32/o64 ABI.
94 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
96 2002-08-13 Andrew Cagney <ac131313@redhat.com>
98 * vax-tdep.c (vax_get_saved_register): Delete function.
99 (vax_gdbarch_init): Update.
100 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
101 (ns32k_gdbarch_init): Update.
102 * alpha-tdep.c (alpha_get_saved_register): Delete function.
103 (alpha_gdbarch_init): Update.
105 2002-08-13 Andrew Cagney <cagney@redhat.com>
107 * regcache.c (init_regcache_descr): Overallocate the
108 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
109 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
111 (set_register_cached): Add range checking assertions. Use
114 2002-08-13 Mark Kettenis <kettenis@gnu.org>
116 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
117 numbers for MMX registers.
119 2002-08-13 Andrew Cagney <cagney@redhat.com>
121 * i386-tdep.c (i386_gdbarch_init): Use
122 generic_unwind_get_saved_register.
124 2002-08-13 Kevin Buettner <kevinb@redhat.com>
126 * procfs.c (procfs_can_use_hw_breakpoint): New function.
127 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
129 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
130 Delete. Add comment regarding this now-deleted target method.
132 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
134 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
135 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
136 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
137 real PC and the page number (if it's within the memory bank window).
138 (m68hc11_pseudo_register_write): Likewise when saving.
139 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
140 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
141 (m68hc11_register_raw_size): And use 32-bit for it.
142 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
143 16K memory bank is used by the prog; also use the virtual pc.
145 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
147 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
148 (m68hc11_gdbarch_init): Install it in gdbarch.
149 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
150 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
151 (MSYMBOL_SIZE): New for documentation.
152 (insn_return_kind): Enum to specify how a function returns.
153 (frame_extra_info): Cleanup and record the return mode.
154 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
155 register in address computation.
156 (m68hc11_get_return_insn): New to obtain the return instruction used
158 (m68hc11_frame_init_saved_regs): Take into account the return
159 instruction used by the function for far and interrupt functions.
160 (m68hc11_init_extra_frame_info): Take into account page register.
161 (m68hc11_frame_args_address): Adjust according to the return mode.
162 (show_regs): Print page register only when it's used.
164 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
166 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
167 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
168 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
170 (m68hc11_register_raw_size): Likewise.
172 2002-08-13 Andrew Cagney <cagney@redhat.com>
174 * i386-tdep.c (i386_register_name): Handle mmx registers.
175 (mmx_regnum_p): New function.
176 (i386_mmx_names): New array.
177 (mmx_num_regs): New variable.
178 (i386_pseudo_register_read): New function.
179 (i386_pseudo_register_write): New function.
180 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
182 * regcache.c (regcache_raw_read_unsigned): New function.
183 (regcache_raw_read_signed): New function.
184 * regcache.h (regcache_raw_read_unsigned): Declare.
185 (regcache_raw_read_signed): Declare.
187 2002-08-13 Andrew Cagney <cagney@redhat.com>
189 * regcache.c (regcache_raw_read_as_address): Delete function.
190 (regcache_cooked_read_signed): New function.
191 (regcache_cooked_read_unsigned): New function.
192 * regcache.h (regcache_cooked_read_signed): Declare.
193 (regcache_cooked_read_unsigned): Declare.
194 (regcache_raw_read_as_address): Delete declaration.
196 * blockframe.c (generic_read_register_dummy): Use
197 regcache_cooked_read_unsigned.
198 * i386-tdep.c (i386_extract_struct_value_address): Use
199 regcache_cooked_read_unsigned.
201 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
203 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
204 double sizes according to ELF ABI flags.
205 (gdbarch_tdep): Record elf_flags.
207 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
209 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
210 (m6812_prolog): They can appear in 68HC12 function prologue.
211 (m68hc11_frame_chain): Cleanup.
213 2002-08-12 Andrew Cagney <cagney@redhat.com>
215 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
217 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
218 (i386_linux_register_raw_size): Delete function.
219 (i386_linux_init_abi): Update.
220 * i386-tdep.c (i386_register_raw_size): Delete function.
221 (i386_register_byte): Delete function.
222 (i386_gdbarch_init): Update.
223 (i386_register_size): Delete array.
224 (i386_register_offset): Delete array.
226 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
227 (REGISTER_RAW_SIZE): Delete macro.
228 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
229 (REGISTER_BYTE): Delete macro.
231 2002-08-11 Aidan Skinner <aidan@velvet.net>
233 * ada-lang.c (ada_lookup_partial_symbol)
234 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
235 prototype names so that grep ^func works properly.
237 * ada-lang.c (ada_array_element_type)
238 (ada_lookup_partial_symbol): Fix typos in parameter list.
240 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
241 Fix prototype names so that grep ^func works properly.
243 2002-08-10 Andrew Cagney <cagney@redhat.com>
244 Elena Zannoni <ezannoni@redhat.com>
245 Martin M. Hunt <hunt@redhat.com>
247 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
248 (build_builtin_type_vec128i): Set the vector bit.
249 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
250 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
251 (build_builtin_type_vec64): New function.
252 (build_builtin_type_vec64i): New function.
253 (build_gdbtypes): Initialize builtin_type_vec64 and
256 2002-08-09 Andrew Cagney <cagney@redhat.com>
258 * regcache.c (regcache_dump): Compare the register offset
260 * arch-utils.c (generic_register_byte): New function.
261 * arch-utils.h (generic_register_byte): Declare.
262 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
263 * gdbarch.h, gdbarch.c: Regenerate.
265 2002-08-09 Andrew Cagney <cagney@redhat.com>
267 * regcache.c: Include "gdbcmd.h"
268 (_initialize_regcache): Add commands "maintenance print
269 registers", "maintenance print raw-registers" and "maintenance
270 print cooked-registers".
271 (enum regcache_dump_what): Define.
272 (dump_endian_bytes): New function.
273 (regcache_dump): New function.
274 (regcache_print): New function.
275 (maintenance_print_registers): New function.
276 (maintenance_print_raw_registers): New function.
277 (maintenance_print_cooked_registers): New function.
278 * Makefile.in (regcache.o): Update dependencies.
280 2002-08-09 Michael Snyder <msnyder@redhat.com>
282 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
283 (mips_push_arguments): Correct some comments. Use paddr_nz
284 for printing addresses in debug output. Replace static
285 allocation using MAX_REGISTER_RAW_SIZE with alloca.
286 (mips_n32n64_push_arguments): New function, cloned from
287 mips_push_arguments and tuned for the n32/n64 ABI.
288 (mips_push_register): Buffer needs dynamic allocation.
289 (mips_print_register): Ditto.
290 (do_gp_register_row): Ditto.
291 (mips_store_return_value): Ditto.
292 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
294 2002-08-09 Don Howard <dhoward@redhat.com>
296 * memattr.c (mem_info_command): Print special case of upper bound
297 as max CORE_ADDR + 1.
299 2002-08-08 Michael Snyder <msnyder@redhat.com>
301 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
302 returns structs by ref if they're too big to fit in two registers.
304 2002-08-09 Kevin Buettner <kevinb@redhat.com>
306 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
308 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
309 mips_find_saved_regs().
310 (mips_pop_frame): Likewise.
312 2002-08-09 Kevin Buettner <kevinb@redhat.com>
314 * blockframe.c (frame_saved_regs_register_unwind): Revise
315 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
318 2002-08-09 Grace Sainsbury <graces@redhat.com>
320 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
321 T-packets; the 'a' is not taken as a register number.
322 (remote_check_watch_resources, remote_stopped_by_watchpoint)
323 (remote_stopped_data_address): New functions; add to target
325 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
326 prototypes to match other implementations of this
327 function. replace integer argument with pointer -- the length
328 field in the Z-packet is the length of what is pointed to or 1 if
329 pointer is null. Add to target vector.
330 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
334 * remote.c (remote_wait): Add support to extract optional
335 watchpoint information from T-packet. Ignore unrecognized
336 optional info in T-packet.
337 (remote_async_wait): Ditto.
339 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
341 * cli/cli-dump.c: Change fopen modes to use binary open modes
342 as defined in include/fopen-bin.h throughout.
344 2002-08-08 Michael Snyder <msnyder@redhat.com>
346 * mips-tdep.c: Minor whitespace and indentation clean-ups.
348 2002-08-08 Kevin Buettner <kevinb@redhat.com>
350 * doublest.c (store_floating): Avoid floatformat_from_doublest()
351 assertion failure by returning early after a warning.
353 2002-08-08 Kevin Buettner <kevinb@redhat.com>
355 * mips-tdep.c (mips_find_saved_regs): Make static.
356 (mips_frame_init_saved_regs): New function.
357 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
358 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
359 (mips_find_saved_regs): Delete declaration.
361 2002-08-08 Grace Sainsbury <graces@redhat.com>
363 * remote.c (remote_wait, remote_async_wait): Change
364 thread_num from int to ULONGEST.
365 (unpack_varlen_hex): Change result parameter from
368 2002-08-08 Andrew Cagney <ac131313@redhat.com>
370 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
371 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
373 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
375 2002-08-08 Andrew Cagney <cagney@redhat.com>
377 * gcore.c (override_derive_stack_segment): Delete variable.
378 (preempt_derive_stack_segment): Delete function.
379 (derive_stack_segment): Delete function.
380 (default_derive_stack_segment): Renamed to derive_stack_segment.
381 (override_derive_heap_segment): Delete variable.
382 (preempt_derive_heap_segment): Delete function.
383 (derive_heap_segment): Delete function.
384 (default_derive_heap_segment): Rename to derive_heap_segment.
386 2002-08-06 Michael Snyder <msnyder@redhat.com>
388 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
389 * mips-tdep.c (mips_EABI_use_struct_convention,
390 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
391 New functions. (mips_use_struct_convention): Delete.
392 (mips_gdbarch_init): set use_gdbarch_convention.
394 2002-08-06 Michael Snyder <msnyder@redhat.com>
396 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
397 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
398 mips_o32_reg_struct_has_addr): New functions.
399 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
401 2002-08-07 Andrew Cagney <ac131313@redhat.com>
403 * regcache.c (pseudo_register): Delete function.
404 (fetch_register): Delete function.
405 (store_register): Delete function.
406 (regcache_raw_read, legacy_read_register_gen): Use
407 target_fetch_registers instead of fetch_register.
408 (legacy_write_register_gen, regcache_raw_write): Use
409 target_store_register instead of store_register.
410 (write_register_bytes): Ditto.
412 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
413 (STORE_PSEUDO_REGISTER): Delete.
414 * gdbarch.h, gdbarch.c: Regenerate.
416 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
418 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
419 write dump file binary.
421 2002-08-05 Michael Snyder <msnyder@redhat.com>
423 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
424 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
425 (mips_gdbarch_init): Set N32 target to be mips64.
427 2002-08-06 Kevin Buettner <kevinb@redhat.com>
429 * frame.c (find_saved_register): Break out of loop once saved
430 register address is found. Don't mention sparc in loop comment
433 2002-08-06 Kevin Buettner <kevinb@redhat.com>
435 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
436 mips_default_saved_regsize to 8.
438 2002-08-06 Andrew Cagney <ac131313@redhat.com>
440 * gcore.c: Do not include <sys/procfs.h>.
441 * Makefile.in (gcore.o): Update dependencies.
443 2002-08-06 Andrew Cagney <cagney@redhat.com>
445 * configure.tgt: Make arc-*-* obsolete.
446 * NEWS: Mention that arc-*-* has been identifed as obsolete.
447 * MAINTAINERS: Make arc-elf obsolete.
448 * arc-tdep.c: Make file obsolete.
449 * config/arc/arc.mt: Ditto.
450 * config/arc/tm-arc.h: Ditto.
452 2002-08-05 Theodore A. Roth <troth@verinet.com>
454 * gdb/avr-tdep.c(avr_skip_prologue): Fix to return the correct pc.
456 2002-08-05 Andrew Cagney <ac131313@redhat.com>
458 * mcore-tdep.c (mcore_gdbarch_init): Use
459 generic_unwind_get_saved_register instead of
460 generic_get_saved_register.
461 * v850-tdep.c (v850_gdbarch_init): Ditto.
462 * frv-tdep.c (frv_gdbarch_init): Ditto.
463 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
464 * s390-tdep.c (s390_gdbarch_init): Ditto.
465 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
466 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
467 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
469 2002-08-05 Joel Brobecker <brobecker@gnat.com>
471 * objfiles.h: Add missing #include "symfile.h"
473 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
475 2002-08-04 Andrew Cagney <ac131313@redhat.com>
477 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
478 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
481 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
483 * NEWS: Cleanup and nitpick.
485 2002-08-03 Andrew Cagney <ac131313@redhat.com>
487 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
489 2002-08-03 Andrew Cagney <ac131313@redhat.com>
491 * Makefile.in (gdbtk-bp.o): Update dependencies.
492 (gdbtk-register.o): Ditto.
493 (gdbtk-varobj.o): Ditto.
495 2002-08-03 Andrew Cagney <cagney@redhat.com>
497 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
498 m68hc11_fetch_pseudo_register.
499 (m68hc11_pseudo_register_write): Replace
500 m68hc11_store_pseudo_register.
501 (m68hc11_gdbarch_init): Update.
503 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
505 * gdbarch.sh: Include "gdb_string.h".
506 * gdbarch.c: Regenerate.
508 * regcache.c: Include "gdb_string.h".
509 * ax-general.c: Ditto.
512 * fbsd-proc.c: Ditto.
515 * Makefile.in (regcache.o): Update dependencies.
516 (thread.o, gdbarch.o): Ditto.
517 (ax-general.o, gdbarch.o): Ditto.
518 (varobj.o, std-regs.o): Ditto.
519 (fbsd-proc.o): Specify dependencies.
521 2002-08-02 Andrew Cagney <cagney@redhat.com>
523 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
525 (regcache_cooked_write): Ditto.
527 2002-08-02 Andrew Cagney <ac131313@redhat.com>
529 * regcache.c (regcache_cooked_read): New function.
530 (regcache_cooked_write): New function.
531 (read_register_gen): Rewrite using regcache_cooked_read.
532 (write_register_gen): Rewrite using regcache_cooked_write.
534 * regcache.h (regcache_cooked_read, regcache_cooked_write):
537 2002-08-02 Andrew Cagney <cagney@redhat.com>
539 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
540 Replace the architecture methods register_read and register_write.
541 * gdbarch.h, gdbarch.c: Regenerate.
542 * regcache.c (init_regcache_descr): Update.
543 (read_register_gen): Update.
544 (write_register_gen): Update.
545 (supply_register): Update comment.
547 * sh-tdep.c (sh_gdbarch_init): Update.
548 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
549 `regcache' and `gdbarch' parameters. Make `buffer' a void
550 pointer. Update code.
551 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
552 `regcache' and `gdbarch' parameters. Make `buffer' a constant
553 void pointer. Update code.
554 (sh64_register_write): Delete.
555 (sh4_register_read): Delete.
556 (sh64_register_read): Delete.
557 (sh4_register_write): Delete.
558 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
559 void pointer, `to' parameter a void pointer.
560 (sh_sh64_register_convert_to_raw): Ditto.
562 2002-08-01 Kevin Buettner <kevinb@redhat.com>
564 * mips-tdep.c (mips_register_virtual_type): Use architecture
565 invariant return values.
567 2002-08-01 Andrew Cagney <cagney@redhat.com>
569 * linux-proc.c: Include "gdb_string.h".
570 * Makefile.in (linux-proc.o): Update dependency list.
572 2002-08-01 Kevin Buettner <kevinb@redhat.com>
574 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
577 2002-08-01 Grace Sainsbury <graces@redhat.com>
579 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
580 to_insert_watchpoint, to_remove_watchpoint,
581 to_stopped_by_watchpoint, to_stopped_data_address,
582 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
583 target vecctor. Define their corresponding macros so they call
586 * target.c: Add default and debug versions of for
587 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
588 to_insert_watchpoint, to_remove_watchpoint,
589 to_stopped_by_watchpoint, to_stopped_data_address,
590 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
592 2002-08-01 Kevin Buettner <kevinb@redhat.com>
594 * mips-tdep.c (mips_register_virtual_type): New function.
595 (mips_gdbarch_init): Register mips_register_virtual_type()
596 with gdbarch machinery.
597 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
598 this file instead of tm-bigmips.h.
599 (MIPS_REGSIZE): Delete this macro.
600 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
601 multiarch version in mips-tdep.c will be found.
603 2002-08-01 Andrew Cagney <cagney@redhat.com>
605 * NEWS: Menion that CHILL has been made obsolete.
607 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
608 * gdbserver/Makefile.in: Ditto.
609 * stabsread.c (read_range_type): Ditto.
611 * language.c (binop_type_check): Ditto.
612 (binop_result_type): Ditto.
613 (integral_type): Ditto.
614 (character_type): Ditto.
615 (string_type): Ditto.
616 (boolean_type): Ditto.
617 (structured_type): Ditto.
618 (lang_bool_type): Ditto.
619 (binop_type_check): Ditto.
620 * language.h (_LANG_chill): Ditto.
621 * dwarfread.c (set_cu_language): Ditto.
622 * dwarfread.c (CHILL_PRODUCER): Ditto.
623 * dwarfread.c (handle_producer): Ditto.
624 * expression.h (enum exp_opcode): Ditto.
625 * eval.c: Ditto for comments.
626 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
627 * expprint.c (print_subexp): Ditto.
628 (print_subexp): Ditto.
629 * valops.c (value_cast): Ditto.
630 (search_struct_field): Ditto.
631 * value.h (COERCE_VARYING_ARRAY): Ditto.
632 * symfile.c (init_filename_language_table): Ditto.
633 (add_psymbol_with_dem_name_to_list): Ditto.
634 * valarith.c (value_binop): Ditto.
636 * valops.c (value_slice): Ditto.
637 * symtab.h (union language_specific): Ditto.
638 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
639 (SYMBOL_DEMANGLED_NAME): Ditto.
640 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
641 * defs.h (enum language): Ditto.
642 * symtab.c (got_symtab): Ditto.
643 * utils.c (fprintf_symbol_filtered): Ditto.
645 * ch-typeprint.c: Make file obsolete.
646 * ch-valprint.c: Make file obsolete.
647 * ch-lang.h: Make file obsolete.
648 * ch-exp.c: Make file obsolete.
649 * ch-lang.c: Make file obsolete.
651 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
653 (TARGET_FLAGS_TO_PASS): Ditto.
654 (CHILLFLAGS): Obsolete.
656 (CHILL_FOR_TARGET): Obsolete.
657 (CHILL_LIB): Obsolete.
658 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
660 (HFILES_NO_SRCDIR): Remove ch-lang.h.
661 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
663 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
666 2002-07-31 Joel Brobecker <brobecker@gnat.com>
668 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
669 This does not change anything at the moment, but will be helpful
670 later when full Ada support is integrated.
672 2002-07-31 Kevin Buettner <kevinb@redhat.com>
674 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
677 2002-07-31 Kevin Buettner <kevinb@redhat.com>
679 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
680 and save it in a local variable. Use variable in later test.
682 2002-07-31 Kevin Buettner <kevinb@redhat.com>
684 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
685 test. (Thanks to Daniel Jacobowitz.)
687 2002-07-31 Kevin Buettner <kevinb@redhat.com>
689 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
690 (mips_abi_strings): Add "n64".
691 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
693 2002-07-31 Kevin Buettner <kevinb@redhat.com>
695 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
696 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
698 2002-07-31 Kevin Buettner <kevinb@redhat.com>
700 * utils.c (host_pointer_to_address, address_to_host_pointer):
701 Use gdb_assert() instead of explicit call to internal_error().
703 2002-07-30 Kevin Buettner <kevinb@redhat.com>
705 * Makefile.in (rs6000-nat.o): Update dependencies.
707 From Nicholas Duffek:
708 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
709 (aix-thread.o): New rule.
710 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
711 * config/powerpc/aix432.mh: New file.
713 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
715 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
716 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
717 (fetch_core_registers, ppc_linux_supply_gregset)
718 (ppc_linux_supply_fpregset): New functions.
719 (ppc_linux_regset_core_fns): New.
720 (_initialize_ppc_linux_tdep): Call add_core_fns.
721 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
722 and ppc_linux_supply_gregset.
723 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
724 (supply_fpregset): Call ppc_linux_supply_fpregset.
725 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
727 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
729 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
731 * symtab.c (lookup_symbol): Demangle before lowercasing.
733 2002-07-30 Andrew Cagney <ac131313@redhat.com>
735 * symtab.h: Replace #include "gdb_obstack.h" with opaque
737 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
738 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
739 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
740 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
742 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
743 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
744 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
745 (avr-tdep.o, mon960-rom.o): Ditto.
746 (aout_stabs_gnu_h): Define.
747 (symtab_h): Remove $(gdb_obstack_h).
749 2002-07-30 Jim Blandy <jimb@redhat.com>
751 Patch from David Carlton <carlton@math.stanford.edu>:
752 * gdbinit.in: Move the `dir' commands that add GDB's own source
753 directory to the search path to the end, so that the `gdb' source
754 directory will be searched first.
756 2002-07-29 Andrew Cagney <ac131313@redhat.com>
758 * gdb_obstack.h: New file.
759 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
760 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
761 * objfiles.h: Include "gdb_obstack.h".
762 * Makefile.in (gdb_obstack_h): Define.
763 (symtab_h): Add $(gdb_obstack_h).
764 (objfiles_h): Add $(gdb_obstack_h).
766 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
767 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
768 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
769 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
770 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
771 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
772 * symfile.c, coffread.c, c-typeprint.c: Ditto.
773 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
775 * Makefile.in (bcache.o): Update dependencies.
776 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
777 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
778 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
779 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
780 (stabsread.o, symfile.o, symmisc.o): Ditto.
781 (symtab.o, typeprint.o, macroexp.o): Ditto.
782 (macrotab.o, mdebugread.o): Ditto.
783 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
784 (coff_ecoff_h, aout_aout64_h): Define.
785 (aout_stabs_gnu_h, libaout_h): Define.
787 2002-07-29 Andrew Cagney <cagney@redhat.com>
789 * regcache.c (struct regcache_descr): Rename nr_registers to
790 nr_cooked_registers. Revise comments describing the structure
792 (init_regcache_descr): Update.
793 (init_legacy_regcache_descr): Update.
794 (read_register_gen, write_register_gen): When a cooked register in
795 the raw register range, directly access the value from the raw
798 2002-07-29 Andrew Cagney <ac131313@redhat.com>
800 * z8k-tdep.c: Do not include "obstack.h".
801 * h8300-tdep.c, h8500-tdep.c: Ditto.
802 * m68hc11-tdep.c, sh-tdep.c: Ditto.
803 * valprint.c, v850-tdep.c: Ditto.
804 * d10v-tdep.c, mn10300-tdep.c: Ditto.
805 * mn10200-tdep.c: Ditto.
807 * Makefile.in (z8k-tdep.o): Update dependencies.
808 (m68hc11-tdep.o, valprint.o): Ditto.
809 (v850-tdep.o, d10v-tdep.o): Ditto.
810 (mn10300-tdep.o, sparc-tdep.o): Ditto.
811 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
812 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
813 (sh_opc_h, gdb_sim_sh_h): Define.
814 (elf_sh_h, elf_bfd_h): Define.
815 (opcode_m68hc11_h): Define.
816 (OPCODES_SRC, OPCODES_DIR): define.
817 (OPCODES): Use $(OPCODES_DIR).
818 (gdb_sim_d10v_h): Rename sim_d10v_h.
819 (gdb_sim_arm_h): Rename sim_arm_h.
821 2002-07-26 Kevin Buettner <kevinb@redhat.com>
823 * utils.c (host_pointer_to_address, address_to_host_pointer):
824 Change internal_error() message to indicate function responsible
827 2002-07-26 Kevin Buettner <kevinb@redhat.com>
829 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
830 calls to local_hex_string_custom().
832 2002-07-26 Kevin Buettner <kevinb@redhat.com>
834 * irix5-nat.c: Move IRIX shared library support from here...
835 * solib-irix.c: ...to here. Revised substantially to work with
836 generic solib framework.
838 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
839 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
840 * mips-irix-tdep.c: New file.
842 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
843 (mips-irix-tdep.o, solib-irix.o): New rules.
844 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
846 * config/mips/irix6.mt (TDEPFILES): Likewise.
847 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
849 2002-07-26 Kevin Buettner <kevinb@redhat.com>
851 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
852 disabled (via ``#if 0'') includes.
854 2002-07-26 Kevin Buettner <kevinb@redhat.com>
856 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
857 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
858 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
859 Add support for the fpscr register.
860 * rs6000-nat.c (regmap, fetch_inferior_registers)
861 (store_inferior_registers, fetch_core_registers): Likewise.
863 2002-07-26 Kevin Buettner <kevinb@redhat.com>
865 * rs6000-nat.c (language.h): Include.
866 (special_regs): Delete this array.
867 (regmap): New function.
868 (fetch_register, store_register): Use regmap() to map gdb
869 register numbers to ptrace register numbers. Also, use
870 outputs from regmap() to make decisions regarding type of
871 ptrace() call to make. In particular, don't compare against
872 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
873 (fetch_inferior_registers, store_inferior_registers): Where
874 possible, obtain register numbers from tdep struct. Don't
875 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
876 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
877 (LAST_UISA_SP_REGNUM): Delete.
879 2002-07-25 Kevin Buettner <kevinb@redhat.com>
881 * rs6000-nat.c (ppc-tdep.h): Include.
882 (fetch_registers, store_register, fetch_core_registers): Don't
883 access registers[] directly. Instead, use supply_register() or
884 regcache_collect() as appropriate.
885 (find_toc_address): Format hex address with local_hex_string().
887 2002-07-25 Andrew Cagney <ac131313@redhat.com>
889 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
892 2002-07-24 Tom Tromey <tromey@redhat.com>
894 * jv-exp.y: Marked all strings with _().
895 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
897 (MethodInvocation, CastExpression, parse_number, yyerror,
898 java_type_from_name, push_expression_name, yylex): Typo fixes.
900 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
902 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
903 (tee_file_flush, tee_file_write, tee_file_fputs)
904 (tee_file_isatty): New.
905 * ui-file.h (tee_file_new): Add prototype.
907 2002-07-24 Aidan Skinner <aidan@velvet.net>
909 * ada-lang.c: Change k&r style function definitions to prototyped
911 * ada-typeprint.c: Change k&r style function definitions to prototyped
913 * ada-valprint.c: Change k&r style function definitions to prototyped
916 2002-07-24 Andrew Cagney <cagney@redhat.com>
918 * README: Remove reference to remote-bug.
919 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
921 (m88k-nat.o): Delete rule.
922 (m88k-tdep.o): Delete rule.
923 (remote-bug.o): Delete rule.
924 * MAINTAINERS: Mark as obsolete.
925 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
926 * m88k-tdep.c: Make file obsolete.
927 * config/m88k/m88k.mh: Ditto.
928 * config/m88k/delta88v4.mh: Ditto.
929 * config/m88k/delta88v4.mt: Ditto.
930 * config/m88k/delta88.mt: Ditto.
931 * config/m88k/delta88.mh: Ditto.
932 * remote-bug.c: Ditto.
933 * config/m88k/tm-delta88.h: Ditto.
934 * config/m88k/nm-delta88v4.h: Ditto.
935 * config/m88k/xm-delta88.h: Ditto.
936 * config/m88k/xm-dgux.h: Ditto.
937 * config/m88k/tm-m88k.h: Ditto.
938 * config/m88k/nm-m88k.h: Ditto.
939 * config/m88k/tm-delta88v4.h: Ditto.
942 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
943 and m88*-*-* obsolete.
944 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
947 2002-07-24 Andrew Cagney <cagney@redhat.com>
949 * findvar.c (extract_unsigned_integer): Make `addr' parameter
950 constant. Same for local pointer variables.
951 (extract_signed_integer): Ditto.
952 * defs.h (extract_unsigned_integer): Update.
953 (extract_signed_integer): Update.
955 2002-07-24 Kevin Buettner <kevinb@redhat.com>
957 * gdbserver/configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
958 * gdbserver/configure: Regenerate.
959 * gdbserver/config.in: Regenerate.
961 2002-07-24 Andrew Cagney <cagney@redhat.com>
963 * regcache.c (regcache_raw_write): Change buf parameter to a
964 constant void pointer.
965 (regcache_raw_read): Change buf parameter to a void pointer.
966 (legacy_write_register_gen): Change myaddr parameter a constant
968 (supply_register): Change val parameter to a const void pointer.
969 * regcache.h (regcache_raw_write): Update declaration.
970 (regcache_raw_read): Update declaration.
971 (supply_register): Update declaration.
973 2002-07-24 Tom Tromey <tromey@redhat.com>
975 * defs.h (gdb_readline_wrapper): Declare.
976 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
977 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
978 * top.c (gdb_readline_wrapper): New function.
979 (command_line_input): Use it.
981 2002-07-24 Andrew Cagney <cagney@redhat.com>
983 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
984 regcache_read and regcache_write.
985 (regcache_raw_read_as_address): Replace regcache_read_as_address.
986 * regcache.c: Update.
987 * sh-tdep.c (sh64_push_arguments): Update comment.
988 (sh_pseudo_register_read): Update.
989 (sh_pseudo_register_write): Update.
990 (sh4_register_read): Update.
991 (sh4_register_write): Update.
992 (sh64_pseudo_register_read): Update.
993 (sh64_pseudo_register_write): Update.
994 (sh64_register_read): Update.
995 (sh64_register_write): Update.
996 * i386-tdep.c (i386_extract_return_value): Update.
997 (i386_extract_struct_value_address): Update.
998 (i386_extract_return_value): Update.
999 * blockframe.c (generic_read_register_dummy): Update.
1000 (generic_call_dummy_register_unwind): Update
1001 * infrun.c (write_inferior_status_register): Update.
1003 2002-07-23 Jim Blandy <jimb@redhat.com>
1005 * parser-defs.h (expression_context_pc): Make this extern.
1006 (Thanks to Michael Snyder.)
1008 2002-07-23 Andrew Cagney <ac131313@redhat.com>
1010 GDB 5.2.1 released from 5.2 branch.
1011 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
1012 * README: Update to mention 5.2.1.
1014 2002-07-23 Mark Salter <msalter@redhat.com>
1016 * remote.c (remote_read_bytes): Fix check for error.
1018 2002-07-22 Kevin Buettner <kevinb@redhat.com>
1020 * aix-thread.c (language.h): Include.
1021 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
1022 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
1023 Print newlines at end of debug messages.
1024 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
1025 (pdc_write_data): Use local_hex_string() instead of %llx formats.
1027 2002-07-22 Kevin Buettner <kevinb@redhat.com>
1029 * aix-thread.c (ppc-tdep.h): Include.
1030 (special_register_p): New function.
1031 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
1032 (store_regs_user_thread): Use register number information from
1033 gdbarch_tdep struct instead of hardcoded offsets relative to
1034 FIRST_UISA_SP_REGNUM.
1035 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
1036 special_register_p() instead of using FPLAST_REGNUM and
1037 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
1038 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
1039 will be MQ's register number.
1041 2002-07-22 Michael Snyder <msnyder@redhat.com>
1043 * aix-thread.c (ops): Rename to aix_thread_ops.
1044 (base_ops): Rename to base_target.
1045 (ops_attach): Rename to aix_thread_attach.
1046 (ops_detach): Rename to aix_thread_detach.
1047 (ops_resume): Rename to aix_thread_detach.
1048 (ops_wait): Rename to aix_thread_wait.
1049 (ops_kill): Rename to aix_thread_kill.
1050 (init_ops): Rename to init_aix_thread_ops.
1051 (ops_fetch_register): Rename to aix_thread_fetch_register.
1052 (ops_store_register): Rename to aix_thread_store_register.
1053 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
1054 (ops_thread_alive): Rename to aix_thread_thread_alive.
1055 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
1056 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
1057 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
1058 (fetch_regs_lib): Rename to fetch_regs_user_thread.
1059 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
1060 (store_regs_lib): Rename to store_regs_user_thread.
1061 (store_regs_kern): Rename to store_regs_kernel_thread.
1063 2002-07-22 Michael Snyder <msnyder@redhat.com>
1065 * aix-thread.c (ops_prepare_to_store): Eliminate.
1066 (init_ops): Don't initialize ops.prepare_to_store.
1067 (store_regs_kern): Pre-fetch register buffers from child,
1068 because some registers may not be in the cache. Copy
1069 regs from register cache only if they are cached.
1070 (store_regs_lib): Copy regs from register cache only
1072 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
1073 fill_gprs64): Ditto.
1075 2002-07-22 Kevin Buettner <kevinb@redhat.com>
1077 * aix-thread.c (gdb_assert.h): Include.
1078 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
1079 register sizes (from register cache) match size of buffer holding
1081 (fill_sprs32): Change parameter types to match those in the ptrace()
1083 (store_regs_lib): Likewise, but for 32-bit temporary variables.
1084 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
1086 2002-07-22 Michael Snyder <msnyder@redhat.com>
1088 * aix-thread.c (supply_sprs64): Cosmetic change.
1089 (supply_sprs32): Cosmetic change.
1090 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
1091 (fill_sprs64): Use regcache_collect instead of read_register.
1092 (store_regs_lib): Use regcache_collect instead of
1093 read_register. Use fill_sprs32 instead of fill_sprs64,
1094 if debugging a 32-bit architecture.
1095 (store_regs_kern): Use fill_gprs64 etc. to pull the values
1096 out of the register cache, instead of passing a pointer into
1097 the register cache directly to ptrace. Use regcache_collect
1098 insteaad of read_register.
1099 (ops_prepare_to_store): Use target_read_registers instead
1100 of read_register_bytes.
1102 2002-07-20 Aidan Skinner <aidan@velvet.net>
1104 * MAINTAINERS: Add self under write after approval.
1106 2002-07-20 Aidan Skinner <aidan@velvet.net>
1108 * ada-tasks.c: Change k&r style function definitions to prototyped
1111 2002-07-19 Andrew Cagney <ac131313@redhat.com>
1113 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
1114 * x86-64-tdep.c: Include "objfiles.h".
1115 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
1116 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
1118 2002-07-17 Michal Ludvig <michal@suse.cz>
1120 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
1121 (update_context): Initialise cfa variable.
1123 2002-07-17 Michael Snyder <msnyder@redhat.com>
1125 * aix-thread.c: Shorten some long lines.
1126 Bring comments into line with code spec.
1128 2002-07-18 Joel Brobecker <brobecker@gnat.com>
1130 * infrun.c: Re-indent using gdb_indent.sh.
1132 2002-07-18 Joel Brobecker <brobecker@gnat.com>
1134 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
1135 Leave the indentation temporarily untouched, to minimize the diffs.
1137 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
1139 * stabsread.c: Make os9k sections of the code obsolete,
1141 * stabsread.h: Make os9k sections of the code obsolete.
1143 2002-07-18 Michal Ludvig <mludvig@suse.cz>
1145 * linux-low.c (regsets_store_inferior_registers): Add free()
1146 at the end of a loop to prevent memory leak.
1147 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
1148 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
1149 * config/sparc/tm-sp64linux.h: Make the rest of #endif
1151 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
1153 2002-07-17 Jim Blandy <jimb@redhat.com>
1155 * macrocmd.c (info_macro_command): Remove newline from error
1158 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
1160 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
1161 (sh_gdbarch_init): Use it for sh-dsp.
1163 2002-07-16 Kevin Buettner <kevinb@redhat.com>
1165 * dwarf2read.c (read_initial_length): Handle older, non-standard,
1166 64-bit DWARF2 format.
1168 2002-07-16 Joel Brobecker <brobecker@gnat.com>
1170 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
1171 <sys/proc.h> when not available.
1173 2002-07-16 Andrew Cagney <ac131313@redhat.com>
1175 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
1176 * stabsread.c: Make os9k sections of the code obsolete.
1177 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
1178 * config/i386/i386os9k.mt: Make file obsolete.
1179 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
1180 (COMMON_OBS): Remove os9kread.o
1181 (SFILES): Remove os9kread.c.
1182 (os9kread.o, remote-os9k.o): Make target obsolete.
1183 * remote-os9k.c: Make file obsolete.
1184 * os9kread.c: Make file obsolete.
1187 2002-07-16 Andrew Cagney <ac131313@redhat.com>
1189 * NEWS: Mention that the FR30 has been made obsolete.
1190 * fr30-tdep.c: Make file obsolete.
1191 * config/fr30/tm-fr30.h: Ditto.
1192 * config/fr30/fr30.mt: Ditto.
1193 * configure.tgt: Make fr30-*-elf obsolete.
1194 * MAINTAINERS: Make fr30-elf obsolete.
1196 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
1198 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
1199 found is not inside a section.
1201 2002-07-15 Kevin Buettner <kevinb@redhat.com>
1203 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
1205 (pdc_realloc): Use xrealloc() instead of realloc().
1207 2002-07-15 Kevin Buettner <kevinb@redhat.com>
1209 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
1210 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
1211 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
1214 2002-07-15 Kevin Buettner <kevinb@redhat.com>
1216 * aix-thread.c (ptrace_check): Eliminate goto.
1217 (sync_threadlists): Eliminate gotos. Also, fix array overrun
1220 2002-07-15 Kevin Buettner <kevinb@redhat.com>
1222 * aix-thread.c (gdbcmd.h): Include.
1223 (DEBUG, DBG, DBG2, dbg): Eliminate.
1224 (debug_aix_thread): New static global.
1225 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
1226 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
1227 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
1228 invocations to DBG and DBG2 macros to test against
1229 ``debug_aix_thread'' and call fprintf_unfiltered().
1230 (_initialize_aix_thread): Add new command "set debug aix-thread".
1232 2002-07-15 Andrew Cagney <ac131313@redhat.com>
1234 From Gerhard Tonn <TON@de.ibm.com>:
1235 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
1236 instead of supply_register.
1238 2002-07-15 Andrew Cagney <ac131313@redhat.com>
1240 * dwarf2cfi.c: Include "gdb_assert.h".
1241 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
1243 (update_context): Do not use __func__. Add missing ``break''.
1244 (update_context): Do not use __func__.
1246 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
1248 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
1249 and its setting. Set gdbarch instruction printing functions
1250 directly. For non-rs6000 case use new function
1251 gdb_print_insn_powerpc.
1252 (gdb_print_insn_powerpc): New function.
1254 2002-07-13 Andrew Cagney <ac131313@redhat.com>
1256 * NEWS: Mention that the d30v has been marked obsolete.
1257 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
1258 * configure.tgt: Mark d30v-*-* as obsolete.
1259 * d30v-tdep.c: Mark file as obsolete.
1260 * config/d30v/d30v.mt: Ditto.
1261 * config/d30v/tm-d30v.h: Ditto.
1263 2002-07-13 Aidan Skinner <aidan@velvet.net>
1265 * ada-tasks.c (add_task_entry): replace calls to
1266 malloc() with xmalloc
1267 * ada-tasks.c (init_task_list): replace calls to free with xfree()
1269 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
1270 ada_finish_decode_line_1, all_sals_for_line
1271 ada_breakpoint_rewrite): replace calls to free() with xfree()
1273 2002-07-12 Kevin Buettner <kevinb@redhat.com>
1275 From Nicholas Duffek (with minor changes by Martin Hunt,
1276 Louis Hamilton, and Kevin Buettner):
1277 * aix-thread.c: New file.
1279 2002-07-12 Petr Sorfa <petrs@caldera.com>
1281 * dwarf2read.c (dwarf2_invalid_attrib_class): New
1282 complaint for invalid attribute class or form.
1283 (read_func_scope): DW_AT_frame_base
1284 better handling of DW_AT_block*.
1285 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
1286 better handling of DW_AT_block*.
1287 (read_common_block): DW_AT_location
1288 better handling of DW_AT_block*.
1289 (read_partial_die): DW_AT_location better handling
1291 (new_symbol): DW_AT_external better handling of
1292 DW_AT_block*. Proper initialization of variable
1294 (attr_form_is_block): New function that returns true
1295 if the attribute's form is of DW_FORM_block*.
1297 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
1299 * valops.c (find_method_list): Remove comment about
1300 removed STATIC_MEMFUNCP argument.
1301 (value_find_oload_method_list): Likewise.
1303 2002-07-12 Kevin Buettner <kevinb@redhat.com>
1305 From Nicholas Duffek:
1306 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
1307 target_new_objfile_hook.
1309 2002-07-12 Kevin Buettner <kevinb@redhat.com>
1311 From Nicholas Duffek:
1312 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
1315 2002-07-12 Andrew Cagney <cagney@redhat.com>
1317 * MAINTAINERS: Mention --enable-sim-build-warnings.
1318 (m68hc11-elf): Disable sim build warnings.
1319 (m32r-elf): Mark as broken obsolete candidate.
1320 (x86_64-linux-gnu): Mark as buildable with -Werror.
1321 (arm-elf): Change -w to ``,'' which enables warnings but not
1324 2002-07-12 Andrew Cagney <ac131313@redhat.com>
1326 * bcache.h: Update copyright.
1327 (struct bstring, struct bcache): Move definition to "bcache.c".
1328 Replaced by opaque declaration.
1329 (bcache_xfree): Replace free_bcache.
1330 (bcache_xmalloc, bcache_memory_used): Declare.
1332 * bcache.c: Update copyright.
1333 (struct bstring, struct bcache): Moved to here from "bcache.h".
1335 (bcache_xmalloc, bcache_memory_used): New functions.
1336 (bcache_xfree): Replace function free_bcache.
1338 * Makefile.in (objfiles.o): Add $(bcache_h).
1339 (objfiles_h): Remove $(bcache_h).
1340 (symfile.o): Add $(bcache_h).
1342 * symmisc.c: Update copyright.
1343 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
1344 (print_objfile_statistics): Use bcache_memory_used.
1346 * symfile.c: Include "bcache.h".
1347 (reread_symbols): Use bcache_xfree.
1348 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
1349 (add_psymbol_to_list): Pass psymbol_cache by value.
1350 (add_psymbol_with_dem_name_to_list): Ditto.
1352 * objfiles.h: Update copyright.
1353 (struct bcache): Declare opaque. Do not include "bcache.h".
1354 (struct objfile): Change psymbol_cache and macro_cache to ``struct
1356 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
1358 * objfiles.c: Include "bcache.h". Update copyright.
1359 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
1361 (free_objfile): Use bcache_xfree.
1363 2002-07-11 Grace Sainsbury <graces@redhat.com>
1365 * monitor.c (monitor_fetch_register): Make name a constant.
1366 (monitor_store_register): Same.
1368 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
1370 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
1371 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
1372 (finish_block) For non-function blocks, hash the symbol table. For
1373 function blocks, mark the symbol table as unhashed.
1374 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
1375 (msymbol_hash_iw): Likewise.
1376 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
1378 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
1379 (lookup_minimal_symbol): Likewise for both.
1380 * symtab.h (struct block): Add `hashtable' flag. Comment the
1382 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
1383 (ALL_BLOCK_SYMBOLS): Update.
1384 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
1385 (struct symbol): Add `hash_next' pointer.
1386 * symtab.c (lookup_block_symbol): Search using the hash table when
1388 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
1389 (search_symbols, find_addr_symbol): Likewise.
1391 * dstread.c (process_dst_block): Clear hashtable bit for new block.
1392 (read_dst_symtab): Likewise.
1393 * jv-lang.c (get_java_class_symtab): Likewise.
1394 * mdebugread.c: Include "gdb_assert.h".
1395 (shrink_block): Assert that the block being modified is not hashed.
1396 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
1397 * symmisc.c (free_symtab_block): Walk the hash table when freeing
1399 (dump_symtab): Recognize hashed blocks.
1400 * printcmd.c (print_frame_args): Assert that function blocks do not
1401 have hashed symbol tables.
1402 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
1403 (fill_in_ada_prototype, debug_print_block): Likewise.
1404 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
1406 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
1408 * stack.c (print_frame): Use result of frame_address_in_block()
1409 instead of fi->pc when evaluating symbols.
1410 (backtrace_command_1): Ditto.
1412 2002-07-11 Andrew Cagney <cagney@redhat.com>
1414 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
1417 * arm-tdep.c (arm_register_name): Make return type constant.
1419 2002-07-10 Andrew Cagney <ac131313@redhat.com>
1421 * win32-nat.c (has_detach_ability): Convert to strict ISO C
1423 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
1424 * s390-tdep.c (s390_fp_regnum): Ditto.
1425 (s390_read_fp): Ditto.
1426 (s390_pop_frame): Ditto.
1427 (_initialize_s390_tdep): Ditto.
1428 * remote.c (get_remote_state): Ditto.
1429 * procfs.c (mappingflags): Ditto.
1430 * memattr.c (_initialize_mem): Ditto.
1431 * mcore-tdep.c (mcore_pop_frame): Ditto.
1432 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
1433 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
1434 * language.c (set_case_str): Ditto.
1435 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
1436 * frv-tdep.c (new_variant): Ditto.
1437 (frv_stopped_data_address): Ditto.
1438 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
1439 (context_alloc): Ditto.
1440 (frame_state_alloc): Ditto.
1441 (unwind_tmp_obstack_init): Ditto.
1442 (unwind_tmp_obstack_free): Ditto.
1443 (cfi_read_fp): Ditto.
1444 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
1445 (cris_pop_frame): Ditto.
1446 * c-lang.c (scanning_macro_expansion): Ditto.
1447 (finished_macro_expansion): Ditto.
1448 (c_preprocess_and_parse): Ditto.
1449 * gdbarch.sh: Ditto.
1450 * gdbarch.h, gdbarch.c: Regenerate.
1451 * config/mn10200/tm-mn10200.h: Adjust indentation.
1452 * target.c: Adjust indentation.
1453 * symtab.h: Adjust indentation.
1454 * stabsread.h: Adjust indentation.
1455 * remote-es.c: Adjust indentation.
1456 * os9kread.c: Adjust indentation.
1458 2002-07-10 Andrew Cagney <ac131313@redhat.com>
1460 * wince.c (_initialize_wince): Rename _initialize_inftarg.
1461 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
1463 2002-07-10 Grace Sainsbury <graces@redhat.com>
1465 * NEWS: Mention m68k, mcore multi-arching.
1466 * MAINTAINERS: Change status of m68k, mcore to reflect
1469 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
1471 * valops.c (find_overload_match): Free oload_syms.
1473 2002-07-09 Joel Brobecker <brobecker@gnat.com>
1475 Define HAVE_SYS_PROC_H if sys/proc.h exists
1476 * configure.in: Add check for sys/proc.h
1477 * config.in: Regenerate.
1478 * configure: Regenerate.
1480 2002-07-09 Grace Sainsbury <graces@redhat.com>
1482 * config/m68k/tm-m68k.h: Remove macros wrapped in
1483 #if !GDB_MULTI_ARCH.
1485 2002-07-09 David O'Brien <obrien@FreeBSD.org>
1487 * gdbserver/gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
1488 (perror_with_name, remote_close, remote_open, expect, play): Static.
1490 2002-07-08 Andrew Cagney <ac131313@redhat.com>
1492 * config.in, configure: Regenerate.
1494 2002-07-08 Mark Kettenis <kettenis@gnu.org>
1496 * dwarf2cfi.c: Include "gcore.h".
1497 (execute_stack_op): Fix implementation of the
1498 DW_OP_deref and DW_OP_deref_size operators by letting do their
1499 lookup in the target.
1501 2002-07-07 Mark Kettenis <kettenis@gnu.org>
1503 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
1504 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
1507 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
1509 Fix PR gdb/595, gdb/602
1510 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
1511 Don't call value_cast, just read the vtable pointer; update comments
1514 2002-07-05 Grace Sainsbury <graces@redhat.com>
1516 * config/mcore/tm-mcore.h: Remove file.
1517 * config/mcore/mcore.mt: Remove definition of TM_FILE
1518 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
1520 2002-07-05 Mark Kettenis <kettenis@gnu.org>
1522 * i386bsd-tdep.c: Include "gdb_string.h".
1524 2002-07-04 Grace Sainsbury <graces@redhat.com>
1526 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
1527 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
1529 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
1530 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
1531 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
1532 (RETVAL_REGNUM): Move macros from tm-mcore.h
1533 (mcore_reg_struct_has_addr): New function.
1534 (mcore_gdbarch_init): Added initializations for the macros removed
1537 2002-07-04 Mark Kettenis <kettenis@gnu.org>
1539 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
1540 traditonal string branding within the ELF header.
1542 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
1544 * symtab.c (remove_params): New function.
1545 (make_symbol_overload_list): Use it instead of cplus_demangle.
1546 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
1548 2002-07-04 Mark Kettenis <kettenis@gnu.org>
1550 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
1552 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
1554 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
1555 and tdep->sigtramp_end.
1556 * i386obsd-nat.c: New file.
1557 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
1559 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
1560 Don't call get_current_frame().
1562 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
1564 * i386-nat.c (child_post_startup_inferior): New function
1565 calling i386_cleanup_dregs if
1566 I386_USE_GENERIC_WATCHPOINTS is defined.
1567 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
1568 conditional to acknowledge that i386-nat.c has its
1569 own child_post_startup_inferior function.
1571 2002-07-04 Mark Kettenis <kettenis@gnu.org>
1573 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
1574 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
1575 instead of MAX_REGISTER_RAW_SIZE.
1576 (i386_extract_return_value, i386_extract_struct_value_address):
1577 Convert to use regcache.
1578 (i386_gdbarch_init): Set max_register_raw_size and
1579 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
1580 Set extract_return_value and extract_struct_value_address instead
1581 of their deprecated variants.
1583 Convert i386 target to generic dummy frames.
1584 * i386-tdep.c: Include "symfile.h".
1585 (i386_frameless_signal_p): Consider a function to be frameless if
1586 the pc points at the first instruction of the function.
1587 (i386_frame_chain): Handle (generic) call dummies.
1588 (i386_frame_saved_pc): Likewise.
1589 (i386_frame_init_saved_regs): Remove code dealing with call
1590 dummies on the stack.
1591 (i386_push_dummy_frame): Removed.
1592 (i386_call_dummy_words): Removed.
1593 (i386_fix_call_dummy): Removed.
1594 (i386_push_return_address): New function.
1595 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
1596 parameter, and don't call get_current_frame.
1597 (i386_pop_frame): New function.
1598 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
1599 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
1600 entry_point_address, set call_dummy_breakpoint_offset to 0, set
1601 call_dummy_length to 0, set call_dummy_words to NULL, set
1602 sizeof_call_dummy_words to 0, set fix_call_dummy to
1603 generic_fix_call_dummy, set pc_in_call_dummy to
1604 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
1605 generic_push_dummy_frame, set push_return_address to
1606 i386_push_return_address and set frame_chain_valid to
1607 generic_file_frame_chain_valid.
1609 2002-07-04 Michal Ludvig <mludvig@suse.cz>
1611 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Make it an array of
1612 byte offsets instead of an array of indexes.
1613 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
1615 2002-07-03 Andrew Cagney <ac131313@redhat.com>
1617 * gdbarch.sh (struct regcache): Add opaque declaration.
1618 (EXTRACT_RETURN_VALUE): New architecture method.
1619 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
1620 * gdbarch.h, gdbarch.c: Regenerate.
1621 * arch-utils.c (legacy_extract_return_value): New function.
1622 * arch-utils.h (legacy_extract_return_value): Declare.
1623 * values.c (value_being_returned): Re-enable code handling
1624 EXTRACT_STRUCT_VALUE_ADDRESS. Move
1625 deprecated_grub_regcache_for_registers call to block handling
1626 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
1627 (EXTRACT_RETURN_VALUE): Do not define.
1629 2002-07-03 Grace Sainsbury <graces@redhat.com>
1631 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
1632 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
1633 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
1634 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
1635 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
1636 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
1637 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
1638 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
1639 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
1640 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
1641 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
1642 argument so the function fits the prototype in the architecture
1644 (mcore_pop_frame): Remove argument so the function fits the
1645 prototype. Use get_current_frame instead of the argument.
1646 (mcore_push_arguments): Change type of struct_return so the
1647 function can be used in the architecture vector.
1648 (mcore_store_struct_return): Add.
1649 (mcore_frame_init_saved_regs): Add.
1650 (mcore_gdbarch_init): Add function calls to replace the macros
1651 removed from tm-mcore.h
1653 2002-07-03 Andrew Cagney <ac131313@redhat.com>
1655 * infcmd.c (print_return_value): Remove compatibility code calling
1656 deprecated_grub_regcache_for_registers.
1658 * values.c: Include "regcache.h".
1659 (value_being_returned): Update. Use
1660 deprecated_grub_regcache_for_registers to extract the register
1662 * value.h (value_being_returned): Change ``retbuf'' parameter to a
1663 ``struct regcache''.
1664 * Makefile.in (values.o): Add dependency on $(regcache_h).
1666 * inferior.h (run_stack_dummy): Change type of second parameter to
1667 a ``struct regcache''.
1668 * valops.c (hand_function_call): Change type of retbuf to ``struct
1669 regcache''. Allocate using regcache_xmalloc, clean using
1670 make_cleanup_regcache_xfree.
1671 * infcmd.c (run_stack_dummy): Update. Use
1672 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
1674 * regcache.c (do_regcache_xfree): New function.
1675 (make_cleanup_regcache_xfree): New function.
1676 * regcache.h (make_cleanup_regcache_xfree): Declare.
1678 2002-07-03 Martin M. Hunt <hunt@redhat.com>
1680 * event-top.c (command_line_handler): Don't read past
1681 beginning of buffer.
1683 2002-07-03 Martin M. Hunt <hunt@redhat.com>
1685 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
1687 (varobj_create): Store frame_id for root.
1688 (varobj_gen_name): Use xasprintf.
1689 (varobj_update): Save and restore frame using get_frame_id() and
1691 (create_child): Use xasprintf.
1692 (new_root_variable): Initialize frame_id.
1693 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
1694 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
1695 to prevent memory leak.
1697 2002-07-03 Andrew Cagney <ac131313@redhat.com>
1699 * valops.c (hand_function_call): Move declaration of retbuf to
1700 start of function, allocate using malloc, add a cleanup but before
1701 the inf_status cleanup, cleanup the buffer. Rename local variable
1702 old_chain to inf_status_cleanup.
1704 2002-07-03 Martin M. Hunt <hunt@redhat.com>
1706 * top.c (execute_command): Use cmd_func() and cmd_func_p().
1708 * cli/cli-decode.c (cmd_func_p): New function.
1709 (cmd_func): New function.
1711 * command.h: Add cmd_func() and cmd_func_p().
1713 2002-07-03 Grace Sainsbury <graces@redhat.com>
1715 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
1716 (REGISTER_SIZE): Remove.
1717 (MAX_REGISTER_RAW_SIZE): Remove.
1718 (REGISTER_VIRTUAL_TYPE): Remove.
1719 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
1720 (REGISTER_NAME): Remove.
1721 (USE_GENERIC_DUMMY_FRAMES): Remove.
1722 (CALL_DUMMY): Remove.
1723 (CALL_DUMMY_START_OFFSET): Remove.
1724 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
1725 (CALL_DUMMY_LOCATION): Remove.
1726 (FIX_CALL_DUMMY): Remove.
1727 (CALL_DUMMY_ADDRESS): Remove.
1728 (SIZEOF_CALL_DUMMY_WORDS): Remove.
1729 (SAVE_DUMMY_FRAME_TOS): Remove.
1730 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
1731 (mcore_register_virtual_type): New function.
1732 (mcore_register_byte): New function.
1733 (mcore_register_size): New function.
1734 (mcore_register_name): New function.
1735 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
1736 macros removed from tm-mcore.h.
1737 (mcore_dump_tdep): Add.
1738 (_initialize_mcore_tdep): Add gdbarch_register call.
1740 2002-07-03 Mark Kettenis <kettenis@gnu.org>
1742 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
1743 frameless_look_for_prologue, such that we actually call this
1746 2002-07-02 Joel Brobecker <brobecker@gnat.com>
1748 * frame.h (frame_address_in_block): New function.
1750 * blockframe.c (frame_address_in_block): New function extracted
1751 from get_frame_block().
1752 (get_frame_block): Use frame_address_in_block().
1753 (block_innermost_frame): Use frame_address_in_block() to match
1754 the frame pc address against the block boundaries rather than
1755 the frame pc directly. This prevents a failure when a frame pc
1756 is actually a return-address pointing immediately after the end
1759 2002-07-02 Grace Sainsbury <graces@redhat.com>
1761 * MAINTAINERS: Add self under write after approval.
1763 2002-07-02 Grace Sainsbury <graces@redhat.com>
1765 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
1766 used in architecture vector. The default is
1767 m68k_local_breakpoint_from_pc.
1768 (m68k_local_breakpoint_from_pc): Add.
1769 (enum): Add register numbers from tm-m68k.h.
1770 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
1772 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
1773 GDB_MULTI_ARCH_PARTIAL.
1774 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
1775 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
1777 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
1778 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
1779 to enum in m68k-tdep.c
1781 2002-07-02 Joel Brobecker <brobecker@gnat.com>
1783 * solib-osf.c (open_map): Compute the list of shared libraries
1784 loaded by the inferior, rather than the list of libraries loaded
1785 by GDB itself. Otherwise, GDB ends up reading the symbols from
1786 the wrong shared libraries...
1788 2002-07-02 Mark Kettenis <kettenis@gnu.org>
1790 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
1791 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
1793 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
1795 (FRAMELESS_SIGNAL): Remove function.
1796 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
1797 i386_linux_saved_pc_after_call): Removed.
1798 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
1799 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
1800 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
1802 * i386-tdep.c (i386_frameless_signal_p): New function.
1803 (i386_frame_chain): Deal with frameless signals.
1804 (i386_sigtramp_saved_sp): New function.
1805 (i386_frame_saved_pc): Deal with frameless signals.
1806 (i386_saved_pc_after_call): Make sure the correct value is
1807 returned just after entry into a sigtramp.
1808 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
1809 i386fbsd4_sc_sp_offset): New variables.
1810 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
1811 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
1812 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
1813 similiar to what we already did for sc_pc_offset.
1814 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
1817 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
1819 2002-07-02 Michal Ludvig <mludvig@suse.cz>
1821 * config/i386/tm-x86-64linux.h: New.
1822 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
1824 * config/i386/nm-x86-64.h: Rename to ...
1825 * config/i386/nm-x86-64linux.h: ... this one.
1826 * config/i386/x86-64linux.mh: Reflect the above change.
1828 2002-07-01 Mark Kettenis <kettenis@gnu.org>
1830 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
1831 with sigcontext_addr. Add sc_sp_offset.
1832 (i386bsd_sigtramp_saved_pc): Remove prototype.
1833 (i386bsd_sicontext_addr): Add prototype.
1834 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
1835 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
1836 (i386_svr4_sigtramp_saved_pc): Removed.
1837 (i386_svr4_sigcontext_addr): New function.
1838 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
1839 Initialize tdep->sigcontext_addr instead. Initialize
1840 tdep->sc_pc_offset and tdep->sc_sp_offset.
1841 (i386_gdbarch_init): Likewise.
1842 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
1844 (i386bsd_sigtramp_saved_pc): Remove function.
1845 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
1846 Initialize tdep->sigcontext_addr instead. Initialize
1848 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
1849 of tdep->sigtramp_saved_pc.
1850 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
1851 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
1854 * i386-tdep.c (i386_frameless_function_invocation,
1855 i386_frame_num_args, i386_frame_init_saved_regs,
1856 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
1857 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
1858 i386_extract_return_value, i386_store_return_value,
1859 i386_extract_struct_value_address, i386_register_virtual_type,
1860 i386_register_convertible, i386_register_convert_to_virtual,
1861 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
1862 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
1865 2002-07-01 Mark Kettenis <kettenis@gnu.org>
1867 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
1869 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
1870 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
1871 this macro. Include "value.h".
1873 2002-06-30 Aidan Skinner <aidan@velvet.net>
1875 * ada-exp.tab.c: remove as it's a generated file
1876 * ada-lex.c: remove as it's a generated file
1878 2002-06-30 Mark Kettenis <kettenis@gnu.org>
1880 * config/i386/tm-i386.h (struct frame_info, struct
1881 frame_saved_regs, struct value, struct type): Remove forward
1884 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
1885 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
1886 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
1887 (FILL_FPXREGSET): Define.
1889 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
1891 * configure.tgt (i[3456]86-*-openbsd*): Fold into
1892 i[3456]86-*-netbsd* case.
1893 * config/i386/tm-obsd.h: Removed.
1894 * config/i386/obsd.mt: Removed.
1895 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
1897 (MH_CFLAGS): Add -DYYDEBUG=0.
1899 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
1900 i386nbsd_sc_pc_offset on OpenBSD too.
1902 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
1903 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
1904 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
1906 * i386bsd-tdep.c: Include "arch-utils.h".
1907 (i386bsd_aout_in_solib_call_trampoline): New function.
1908 (i386bsd_init_abi): Set in_solib_call_trampoline to
1909 i386bsd_aout_in_solib_call_trampoline.
1910 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
1911 in_solib_call_trampoline to generic_in_solib_call_trampoline.
1913 2002-06-28 Andrew Cagney <ac131313@redhat.com>
1915 * macrotab.h: Do not include "obstack.h" or "bcache.h".
1916 (struct obstack, struct bcache): Add opaque declarations.
1917 * Makefile.in (macrotab_h): Update
1919 2002-06-28 Andrew Cagney <ac131313@redhat.com>
1921 * blockframe.c (generic_find_dummy_frame): Change return type to
1922 ``struct regcache''.
1923 (struct dummy_frame): Replace field ``registers'' with regcache, a
1924 struct regcache object.
1925 (generic_find_dummy_frame): Update.
1926 (generic_push_dummy_frame): Update. Use regcache_xfree,
1927 regcache_xmalloc and regcache_cpy.
1928 (generic_pop_dummy_frame): Update. Use regcache_cpy and
1930 (deprecated_generic_find_dummy_frame): Update.
1931 (generic_read_register_dummy): Update. Use
1932 regcache_read_as_address.
1933 (generic_call_dummy_register_unwind): Update. Use regcache_read.
1934 (generic_get_saved_register): Update. Use regcache_read.
1936 2002-06-28 Andrew Cagney <ac131313@redhat.com>
1938 * Makefile.in (objfiles_h): Add $(bcache_h).
1939 * objfiles.h: Include "bcache.h".
1941 * Makefile.in (symtab_h): Remove $(bcache_h).
1942 * symtab.h: Do not include "bcache.h".
1944 2002-06-28 Andrew Cagney <ac131313@redhat.com>
1946 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
1947 generic_func_frame_chain_valid.
1949 2002-06-28 David O'Brien <obrien@FreeBSD.org>
1951 * config/i386/nm-fbsd.h: Include <sys/param.h>.
1952 * config/i386/tm-fbsd.h: Likewise.
1954 2002-06-28 Andrew Cagney <ac131313@redhat.com>
1956 * rs6000-tdep.c (rs6000_gdbarch_init): Use
1957 generic_unwind_get_saved_register.
1959 2002-06-27 Andrew Cagney <ac131313@redhat.com>
1961 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
1962 * regcache.c (supply_register): Add missing argument to
1963 register_buffer call.
1965 2002-06-27 Andrew Cagney <ac131313@redhat.com>
1967 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
1968 Solaris /bin/grep does not not like it. From Peter Schauer.
1970 2002-06-26 Tom Tromey <tromey@redhat.com>
1972 * command.h (add_setshow_cmd): Declare.
1973 (add_setshow_cmd_full): Declare.
1974 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
1975 returns void. Use add_setshow_cmd_full.
1976 (add_setshow_cmd_full): New function.
1977 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
1978 (add_setshow_boolean_cmd): Likewise.
1980 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
1982 * config/vax/tm-vax.h: Protect from multiple inclusion.
1983 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
1984 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
1985 * config/vax/tm-vaxbsd.h: ...here. New file.
1986 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
1988 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
1990 * config/vax/tm-vax.h (BREAKPOINT): Remove.
1991 (BELIEVE_PCC_PROMOTION): Remove.
1992 (AP_REGNUM): Move to...
1993 * config/vax/nm-vax.h: ...here.
1994 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
1995 (vax_breakpoint_from_pc): New function.
1996 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
1997 and gdbarch_believe_pcc_promotion.
1999 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
2001 * Makefile.in (vax_tdep_h): Define.
2002 (vax-tdep.o): Use $(vax_tdep_h).
2003 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
2004 (vax_dump_tdep): New function.
2005 (_initialize_vax_tdep): Register vax_dump_tdep.
2006 * vax-tdep.h: Include osabi.h.
2007 (struct gdbarch_tdep): New.
2009 2002-06-26 Andrew Cagney <cagney@redhat.com>
2011 * frame.h (deprecated_generic_find_dummy_frame): Rename
2012 generic_find_dummy_frame.
2013 * blockframe.c (generic_find_dummy_frame): Make static.
2014 (deprecated_generic_find_dummy_frame): New function.
2015 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
2016 generic_find_dummy_frame with deprecated_find_dummy_frame.
2017 (sh64_nofp_frame_init_saved_regs): Ditto.
2018 (sh_fp_frame_init_saved_regs): Ditto.
2019 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
2020 (s390_frame_chain): Ditto.
2021 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
2023 2002-06-26 Grace Sainsbury <graces@redhat.com>
2025 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
2026 gdbarch vector are at the top.
2028 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
2029 (FRAME_ARGS_ADDRESS): Remove.
2030 (FRAME_LOCALS_ADDRESS): Remove.
2031 (FRAME_NUM_ARGS): Remove.
2032 (FRAME_ARGS_SKIP): Remove.
2033 * m68k-tdep.c (enum): Add eumeration of special register numbers.
2034 (m68k_gdbarch_init): Add gdbarch initializations for macros
2035 undefined in tm-m68k.h
2037 2002-06-26 Grace Sainsbury <graces@redhat.com>
2039 * monitor.h: Add the function regname to monitor_ops
2040 structure. This way NUM_REGS does not have to be a constant.
2041 * monitor.c (monitor_fetch_register): Added support for regname
2042 function. The function is called if the array regnames is NULL.
2043 (monitor_store_register): Same.
2044 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
2046 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
2047 cpu32bug_cmds.regname to point to new function.
2048 * abug-rom.c (abug_regname): Same as above.
2049 (init_abug_cmds): Same.
2050 * dbug-rom.c (dbug_regname): Same as above.
2051 (init_dbug_cmds): Same.
2052 * remote-est.c (est_regname): Same.
2053 (init_est_cmds): Same.
2054 * rom68k-rom.c (rom68k_regname): Same.
2055 (init_rom68k_cmds): Same.
2057 2002-06-25 Tom Tromey <tromey@redhat.com>
2059 * breakpoint.c (delete_command): Don't repeat `delete' commands.
2061 2002-06-25 Andrew Cagney <cagney@redhat.com>
2063 * infrun.c (stop_registers): Change variable's type to ``struct
2065 (xmalloc_inferior_status): Delete function.
2066 (free_inferior_status): Delete function.
2067 (normal_stop): Use regcache_cpy.
2068 (struct inferior_status): Change type of fields ``stop_registers''
2069 and ``registers'' to ``struct regcache''.
2070 (write_inferior_status_register): Use regcache_write.
2071 (save_inferior_status): Instead of calling
2072 xmalloc_inferior_status, allocate the inf_status buffer directly.
2073 Use regcache_dup_no_passthrough and regcache_dup to save the
2075 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
2076 Replace the stop_registers regcache instead of overriding it. Use
2077 regcache_xfree. Instead of calling free_inferior_status, xfree
2078 the buffer directly.
2079 (discard_inferior_status): Use regcache_xfree. Instead of calling
2080 free_inferior_status, xfree the buffer directly.
2081 (build_infrun): Use regcache_xmalloc.
2082 (_initialize_infrun): Delete redundant call to build_infrun.
2084 * Makefile.in (infcmd.o): Add $(regcache_h).
2086 * infcmd.c: Include "regcache.h".
2087 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
2088 obtain the address of `stop_registers' register buffer.
2089 (print_return_value): Ditto.
2091 * inferior.h (struct regcache): Add opaque declaration.
2092 (stop_registers): Change variable's declared type to ``struct
2095 2002-06-24 Tom Tromey <tromey@redhat.com>
2097 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
2098 * target.c (initialize_targets): Fixed typo in
2099 trust-readonly-sections `show' documentation.
2101 * main.c: Marked all strings with _().
2103 2002-06-24 Don Howard <dhoward@redhat.com>
2105 * memattr.c (create_mem_region): Treat hi == 0 as a special case
2106 that means max CORE_ADDR+1.
2107 (lookup_mem_region): Ditto.
2108 (mem_info_command): Ditto.
2110 2002-06-24 Grace Sainsbury <graces@redhat.com>
2112 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
2113 (REGISTER_BYTES_OK): Remove.
2114 (REGISTER_BYTES): Remove.
2115 (STORE_STRUCT_RETURN): Remove.
2116 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
2117 (STORE_RETURN_VALUE): Remove.
2118 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
2119 (FRAME_CHAIN): Remove.
2120 (FRAMELESS_FUNCTION_INVOCATION): Remove.
2121 (FRAME_SAVED_PC): Remove.
2122 * m68k-tdep.c (m68k_register_bytes_ok):Add.
2123 (m68k_store_struct_return): Add.
2124 (m68k_deprecated_extract_return_value): Add.
2125 (m68k_deprecated_extract_struct_value_address): Add.
2126 (m68k_store_return_value): Add.
2127 (m68k_frame_chain): Add.
2128 (m68k_frameless_function_invocation): Add.
2129 (m68k_frame_saved_pc): Add.
2130 (m68k_gdbarch_init): added set_gdbarch calls for new
2131 functions and deleted macros.
2133 2002-06-23 Tom Tromey <tromey@redhat.com>
2135 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
2136 (ALLDEPFILES): Likewise.
2137 (udiheaders): Removed.
2138 (udip2soc.o): Likewise.
2139 (udi2go32.o): Likewise.
2141 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
2143 2002-06-22 Andrew Cagney <ac131313@redhat.com>
2145 * infrun.c (_initialize_infrun): Delete unnecessary call to
2148 * regcache.h: Update comments describing the regcache_cpy family
2150 (regcache_save, regcache_restore): Delete declaration.
2151 (regcache_save_no_passthrough): Delete declaration.
2152 (regcache_restore_no_passthrough): Delete declaration.
2153 * regcache.c (regcache_save): Delete function.
2154 (regcache_save_no_passthrough): Delete function.
2155 (regcache_restore): Delete function.
2156 (regcache_restore_no_passthrough): Delete function.
2158 2002-06-21 Andrew Cagney <ac131313@redhat.com>
2160 * config/m68k/tm-m68k.h: Fix typo.
2161 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
2162 (m68k_frame_init_saved_regs): Declare.
2164 2002-06-21 Jim Blandy <jimb@redhat.com>
2166 Remove some vestiges of Harris 88k support.
2167 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
2168 register numbering quirk.
2169 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
2170 odd symbols occurring in Harris 88k ELF targets.
2172 2002-06-21 Tom Tromey <tromey@redhat.com>
2174 * gdb_locale.h: New file.
2175 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
2176 (defs_h): Added gdb_locale.h.
2177 * configure, config.in: Rebuilt.
2178 * configure.in (PACKAGE): Define.
2179 * defs.h: Include gdb_locale.h.
2180 * main.c (captured_main): Call setlocale, bindtextdomain,
2183 2002-06-21 Dave Brolley <brolley@redhat.com>
2185 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
2186 * config/frv/frv.mt: New file.
2187 * config/frv/tm-frv.h: New file.
2188 * configure.tgt: Support frv-*-*.
2189 * Makefile.in (frv-tdep.o): New target.
2190 * frv-tdep.c: New file.
2191 * NEWS: Mention frv.
2193 2002-06-21 Dave Brolley <brolley@redhat.com>
2195 * MAINTAINERS: Add self to "Write After Approval" list.
2197 2002-06-21 Grace Sainsbury <graces@redhat.com>
2199 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
2200 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
2201 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
2202 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
2203 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
2205 * m68k-tdep.c: Include arch-utils.h
2206 (m68k_register_raw_size): Add.
2207 (m68k_register_virtual_size): Add.
2208 (m68k_register_virtual_type): Add.
2209 (m68k_register_name): Add.
2210 (m68k_stack_align): Add.
2211 (m68k_register_byte): Add.
2212 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
2215 2002-06-21 Grace Sainsbury <graces@redhat.com>
2217 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
2218 m68k_find_saved_regs.
2219 (m68k_pop_frame): Removed saved_regs structure, and replaced
2220 references to it with frame->saved_regs.
2221 (m68k_gdbarch_init): Added function calls to initialize the
2223 (m68k_fix_call_dummy): Add.
2224 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
2225 (CALL_DUMMY): Remove.
2226 (CALL_DUMMY_LENGTH): Remove.
2227 (CALL_DUMMY_START_OFFSET): Remove.
2228 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2229 (FIX_CALL_DUMMY): Remove.
2230 (PUSH_DUMMY_FRAME): Remove.
2231 (POP_FRAME): Remove.
2233 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
2235 * parse.c (parse_fprintf): New function used to avoid calls to
2236 fprintf in bison parser generated debug code.
2237 * parser-defs.h: Declaration of new parse_fprintf function.
2238 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
2239 Set YYDEBUG to 1 by default.
2240 Set YYFPRINTF as parse_fprintf.
2242 2002-06-21 Michal Ludvig <mludvig@suse.cz>
2244 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
2246 (pointer_encoding, enum ptr_encoding): New.
2247 (execute_cfa_program): Take care about pointer encoding.
2248 (dwarf2_build_frame_info): Only call parse_frame_info for
2249 .debug_frame and .eh_frame.
2250 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
2251 fixed augmentation handling, added relative addressing,
2252 ignore duplicate FDEs. Added comments.
2253 * dwarf2cfi.c: Reindented.
2255 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
2257 * event-top.c (command_handler): Don't use space_at_cmd_start
2258 unless there is sbrk() on the host. Assign time and space data
2259 to union fields of the appropriate length.
2261 2002-06-20 Michal Ludvig <mludvig@suse.cz>
2263 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
2264 x86_64_register_name. Return type changed to 'const char *'.
2265 (x86_64_register_name2nr): Rename to x86_64_register_number.
2266 (x86_64_gdbarch_init): Update to reflect the change.
2267 * x86-64-tdep.h: Ditto.
2268 * x86-64-linux-nat.c (x86_64_fxsave_offset)
2269 (supply_fpregset): Ditto.
2271 2002-06-19 Andrew Cagney <cagney@redhat.com>
2273 * regcache.h: Update copyright.
2274 (struct regcache, struct gdbarch): Add opaque declarations.
2275 (current_regcache): Declare global variable.
2276 (regcache_read, regcache_write): Add gdbarch parameter.
2277 (regcache_save, regcache_save_no_passthrough)
2278 (regcache_restore, regcache_restore_no_passthrough)
2279 (regcache_dup, regcache_dup_no_passthrough)
2280 (regcache_cpy, regcache_cpy_no_passthrough)
2281 (deprecated_grub_regcache_for_registers)
2282 (deprecated_grub_regcache_for_register_valid)
2283 (regcache_valid_p): Add function declarations.
2285 * regcache.c: Update copyright.
2286 (regcache_descr_handle): New global variable.
2287 (struct regcache_descr): Define.
2288 (init_legacy_regcache_descr, init_regcache_descr): New functions.
2289 (regcache_descr, xfree_regcache_descr): New functions.
2290 (struct regcache): Define.
2291 (regcache_xmalloc, regcache_xfree): New functions.
2292 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
2293 (regcache_dup, regcache_dup_no_passthrough): New functions.
2294 (regcache_valid_p, regcache_read_as_address): New functions.
2295 (deprecated_grub_regcache_for_registers): New function.
2296 (deprecated_grub_regcache_for_register_valid): New function.
2297 (current_regcache): New global variable.
2298 (register_buffer): Add regcache parameter. Update calls.
2299 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
2300 (read_register_gen, write_register_gen): Update register_buffer
2301 call. Test for legacy_p instead of gdbarch_register_read_p or
2302 gdbarch_register_write_p.
2303 (regcache_collect): Update register_buffer call.
2304 (build_regcache): Rewrite. Use deprecated grub functions.
2305 (regcache_save, regcache_save_no_passthrough): New functions.
2306 (regcache_restore, regcache_restore_no_passthrough): New
2308 (_initialize_regcache): Create the regcache_data_handle. Swap
2309 current_regcache global variable.
2311 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
2312 parameter to regcache_read and regcache_write calls.
2313 (sh4_register_read): Ditto.
2314 (sh64_pseudo_register_read): Ditto.
2315 (sh64_register_read): Ditto.
2316 (sh_pseudo_register_write): Ditto.
2317 (sh4_register_write): Ditto.
2318 (sh64_pseudo_register_write): Ditto.
2319 (sh64_register_write): Ditto.
2321 * defs.h (XCALLOC): Define.
2323 2002-06-19 Grace Sainsbury <graces@redhat.com>
2325 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
2326 * m68k-tdep.c (m68k_gdbarch_init): Added.
2327 (m68k_dump_tdep): Added.
2329 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
2331 * ada-lang.c (fill_in_ada_prototype): Update comment.
2333 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
2335 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
2337 (mips_abi_string, mips_abi_strings): New.
2338 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
2339 (mips_gdbarch_init): Set tdep->found_abi. Don't set
2340 tdep->mips_abi_string. Honor mips_abi_string. Default to
2341 O32 if no ABI is found.
2342 (mips_dump_tdep): Use mips_abi_strings.
2343 (mips_abi_update): New function.
2344 (_initialize_mips_tdep): Initialize mips_abi_string. Add
2345 ``set mips abi'' and ``show mips abi''. Check the size of
2348 2002-06-19 Andrew Cagney <cagney@redhat.com>
2350 * i386-linux-tdep.c (i386_linux_register_name): Make return type
2353 2002-06-18 Joel Brobecker <brobecker@gnat.com>
2355 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
2356 current frame using only the first stack size adjustment. All
2357 subsequent size adjustments are not considered to be part of
2358 the "static" part of the current frame.
2359 Compute the address of the saved registers relative to the
2360 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
2361 in use in this frame.
2363 2002-06-18 Don Howard <dhoward@redhat.com>
2365 * valops.c (value_ind): Use value_at_lazy() when dereferencing
2366 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
2367 suggesting this solution.
2369 2002-06-18 Andrew Cagney <ac131313@redhat.com>
2371 * config/romp/xm-rtbsd.h: Delete file.
2372 * config/romp/rtbsd.mh: Delete file.
2374 2002-06-18 Keith Seitz <keiths@redhat.com>
2376 * breakpoint.c (condition_command): Post breakpoint_modify
2377 when a condition is added to an existing breakpoint.
2378 (commands_command): Likewise for commands.
2379 (set_ignore_count): Likewise for ignore counts.
2380 If no tty, do not simply return, still need to send event
2382 (ignore_command): Only print a newline if the command came
2384 Don't call breakpoints_changed, since this is now properly
2385 handled by set_ignore_count.
2387 2002-06-18 Andrew Cagney <cagney@redhat.com>
2389 * MAINTAINERS: Note that cris-elf target can be compiled with
2391 * cris-tdep.c (cris_register_name): Make return type constant.
2392 (cris_breakpoint_from_pc): Ditto.
2394 2002-06-18 Michal Ludvig <mludvig@suse.cz>
2396 * frame.h (struct frame_info): Change type of context to
2399 2002-06-17 Andrew Cagney <cagney@redhat.com>
2401 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
2403 * gdbarch.h, gdbarch.c: Regenerate.
2404 * config/mips/tm-mips.h (mips_register_name): Update.
2405 * i386-tdep.h (i386_register_name): Update.
2406 * mips-tdep.c (mips_register_name): Update
2407 * alpha-tdep.c (alpha_register_name): Update.
2408 * arch-utils.c (legacy_register_name): Update.
2409 * arch-utils.h (legacy_register_name): Update.
2410 * avr-tdep.c (avr_register_name): Update.
2411 * ia64-tdep.c (ia64_register_name): Update.
2412 * i386-tdep.c (i386_register_name): Update.
2413 * sparc-tdep.c (sparc32_register_name): Update.
2414 (sparc64_register_name): Update.
2415 (sparclite_register_name): Update.
2416 (sparclet_register_name): Update.
2417 * sh-tdep.c (sh_generic_register_name): Update.
2418 (sh_sh_register_name): Update.
2419 (sh_sh3_register_name): Update.
2420 (sh_sh3e_register_name): Update.
2421 (sh_sh_dsp_register_name): Update.
2422 (sh_sh3_dsp_register_name): Update.
2423 (sh_sh4_register_name): Update.
2424 (sh_sh64_register_name): Update.
2425 * s390-tdep.c (s390_register_name): Update.
2426 * rs6000-tdep.c (rs6000_register_name): Update.
2427 * ns32k-tdep.c (ns32k_register_name_32082): Update.
2428 (ns32k_register_name_32382): Update.
2429 * d10v-tdep.c (d10v_ts2_register_name): Update.
2430 (d10v_ts3_register_name): Update.
2431 * xstormy16-tdep.c (xstormy16_register_name): Update.
2432 * vax-tdep.c (vax_register_name): Update.
2433 * v850-tdep.c (v850_register_name): Update.
2434 * m68hc11-tdep.c (m68hc11_register_name): Update.
2435 * mn10300-tdep.c (mn10300_generic_register_name): Update.
2436 (am33_register_name): Update.
2438 2002-06-17 Grace Sainsbury <graces@redhat.com>
2440 * m68k-tdep.c: Reindented.
2442 2002-06-17 Andrew Cagney <ac131313@redhat.com>
2444 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
2445 list of predefined types.
2447 2002-06-16 Mark Kettenis <kettenis@gnu.org>
2449 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
2450 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
2451 REGISTER_CONVERT_TO_RAW): Remove defines.
2452 (i386_register_virtual_type, i386_register_convertible,
2453 i386_register_convert_to_virtual, i386_register_convert_to_raw):
2455 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
2456 macros mentioned above.
2458 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
2459 (i386lynx_saved_pc_after_call): Remove prototype.
2460 * i386ly-tdep.c: Include "i386-tdep.h".
2461 (i386lynx_saved_pc_after_call): Make static. Use
2462 read_memory_nobpt instead of read_memory. Use
2463 read_memory_unsigned_integer instead of read_memory_integer.
2464 (i386lynx_init_abi): New function.
2465 (i386lynx_coff_osabi_sniffer): New function.
2466 (_initialize_i386bsd_tdep): New function.
2468 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
2469 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
2470 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
2471 (i386_fix_call_dummy): Remove prototype.
2472 * i386-tdep.c (i386_call_dummy_words): New variable.
2473 (i386_gdbarch_init): Adjust for removal of the
2474 macros mentioned above.
2476 2002-06-15 Andrew Cagney <ac131313@redhat.com>
2478 * command.h (add_setshow_auto_boolean_cmd): Replace
2479 add_set_auto_boolean_cmd.
2480 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
2481 add_set_auto_boolean_cmd.
2482 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
2483 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
2484 mask-address'' command.
2485 (show_mask_address): Add cmd parameter.
2486 * remote.c (add_packet_config_cmd): Update. Change type of
2487 set_func and show_func to cmd_sfunc_ftype.
2488 (_initialize_remote): Update `set remote Z-packet'
2489 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
2490 (show_remote_protocol_e_packet_cmd): Ditto.
2491 (show_remote_protocol_E_packet_cmd): Ditto.
2492 (show_remote_protocol_P_packet_cmd): Ditto.
2493 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
2494 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
2495 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
2496 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
2497 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
2498 (show_remote_protocol_Z_packet_cmd): Ditto.
2499 (show_remote_protocol_binary_download_cmd): Ditto.
2500 (show_remote_cmd): Pass NULL to all of above.
2502 2002-06-15 Mark Kettenis <kettenis@gnu.org>
2504 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
2505 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
2506 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
2507 POP_FRAME): Remove defines.
2508 (i386_push_arguments, i386_store_struct_return,
2509 i386_extract_return_value, i386_store_return_value,
2510 i386_extract_struct_value_address, i386_push_dummy_frame,
2511 i386_pop_frame): Renove prototypes.
2512 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
2513 macros mentioned above.
2515 2002-06-15 Andrew Cagney <ac131313@redhat.com>
2517 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
2518 add_set_boolean_cmd.
2519 (add_setshow_cmd): New function.
2520 * command.h (add_setshow_boolean_cmd): Replace
2521 add_set_boolean_cmd.
2522 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
2523 and ``set rdiromatzero''.
2524 * maint.c (_initialize_maint_cmds): Update commented out code.
2525 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
2526 * target.c (initialize_targets): Update `set
2527 trust-readonly-sections'.
2528 * remote.c (_initialize_remote): Update `set remotebreak'.
2530 2002-06-15 Mark Kettenis <kettenis@gnu.org>
2532 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
2533 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
2534 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
2535 fit into multi-arch framework.
2536 (i386_breakpoint_from_pc): New function.
2537 (i386_gdbarch_init): Adjust for removal of the macros mentioned
2540 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
2541 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
2542 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
2543 (i386_frameless_function_invocation, i386_frame_num_args,
2544 i386_frame_init_saved_regs): Remove prototypes.
2545 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
2546 macros mentioned above.
2548 2002-06-15 Andrew Cagney <ac131313@redhat.com>
2550 * cli/cli-decode.c (set_cmd_cfunc): Update.
2551 (set_cmd_sfunc): Update.
2552 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
2553 (set_cmd_sfunc, set_cmd_cfunc): Update.
2554 * cli/cli-decode.h: Update.
2556 2002-06-15 Mark Kettenis <kettenis@gnu.org>
2558 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
2559 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
2561 2002-06-15 Andrew Cagney <ac131313@redhat.com>
2563 * defs.h (auto_boolean): Declare enum.
2564 * command.h (cmd_auto_boolean): Delete enum.
2565 * mips-tdep.c (mask_address_var): Update.
2566 (mips_mask_address_p): Update.
2567 (show_mask_address): Update.
2568 * remote.c (struct packet_config): Update.
2569 (update_packet_config): Update.
2570 (show_packet_config_cmd): Update.
2571 (packet_ok): Update.
2572 (add_packet_config_cmd): Update.
2573 (_initialize_remote):
2574 * command.h: Update.
2575 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
2576 (do_setshow_command): Update.
2577 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
2578 * cli/cli-decode.h: Update.
2580 2002-06-15 Mark Kettenis <kettenis@gnu.org>
2582 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
2583 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
2584 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
2585 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
2586 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
2587 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
2589 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
2590 list of DJGPP COFF targets.
2592 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
2593 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
2594 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
2595 (FP0_REGNUM): Remove define.
2596 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
2597 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
2598 (i386_register_virtual_size): Remove protoype.
2599 * i386-tdep.c (i386_register_virtual_size): Removed.
2600 (i386_extract_return_value, i386_store_return_value): Use
2601 FP0_REGNUM instead of NUM_FREGS to determine whether the
2602 floating-point registers are available.
2603 (i386_gdbarch_init): Tweak FIXME about FPU registers.
2604 Adjust for removal of macros mentioned above.
2606 2002-06-15 Mark Kettenis <kettenis@gnu.org>
2608 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
2610 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
2612 (supply_gregset, fill_gregset): Remove use of register keyword and
2613 remove declaration for regmap. Use I386_NUM_GREGS instead of
2614 NUM_REGS and NUM_FREGS.
2615 (FPREGSET_FSAVE_OFFSET): Remove.
2616 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
2617 NUM_FREGS to determine whether the floating-point registers are
2620 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
2621 gnu_store_registers): Replace usage of NUM_GREGS with
2624 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
2625 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
2626 usage of NUM_GREGS with I386_NUM_GREGS.
2628 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
2630 * i386bsd-nat.c: Include "i386-tdep.h".
2631 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
2634 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
2635 and associated comment. They no longer make any sense, since we
2636 don't use this file anymore on Linux.
2638 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
2639 * i386-tdep.c (i386_register_offset, i386_register_size): Use
2640 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
2641 elements in these arrays.
2642 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
2645 2002-06-15 Mark Kettenis <kettenis@gnu.org>
2647 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
2648 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
2650 2002-06-14 Andrew Cagney <cagney@redhat.com>
2652 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
2653 EXTRACT_RETURN_VALUE.
2654 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
2655 EXTRACT_STRUCT_VALUE_ADDRESS.
2656 * gdbarch.h, gdbarch.c: Regenerate.
2658 * values.c (value_being_returned): Handle
2659 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2660 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
2662 * arm-linux-tdep.c (arm_linux_init_abi): Update.
2663 * arm-tdep.c (arm_gdbarch_init): Update.
2664 * avr-tdep.c (avr_gdbarch_init): Update.
2665 * cris-tdep.c (cris_gdbarch_init): Update.
2666 * d10v-tdep.c (d10v_gdbarch_init): Update.
2667 * ia64-tdep.c (ia64_gdbarch_init): Update.
2668 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2669 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2670 * s390-tdep.c (s390_gdbarch_init): Update.
2671 * sh-tdep.c (sh_gdbarch_init): Update.
2672 * s390-tdep.c (s390_gdbarch_init): Update.
2673 * sparc-tdep.c (sparc_gdbarch_init): Update.
2674 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2675 * v850-tdep.c (v850_gdbarch_init): Update.
2676 * vax-tdep.c (vax_gdbarch_init): Update.
2677 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2678 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2680 * config/arc/tm-arc.h: Update.
2681 * config/d30v/tm-d30v.h: Update.
2682 * config/fr30/tm-fr30.h: Update.
2683 * config/h8300/tm-h8300.h: Update.
2684 * config/h8500/tm-h8500.h: Update.
2685 * config/i386/tm-i386.h: Update.
2686 * config/i386/tm-ptx.h: Update.
2687 * config/i386/tm-symmetry.h: Update.
2688 * config/i960/tm-i960.h: Update.
2689 * config/m32r/tm-m32r.h: Update.
2690 * config/m68k/tm-delta68.h: Update.
2691 * config/m68k/tm-linux.h: Update.
2692 * config/m68k/tm-m68k.h: Update.
2693 * config/m88k/tm-m88k.h: Update.
2694 * config/mcore/tm-mcore.h: Update.
2695 * config/mips/tm-mips.h: Update.
2696 * config/mn10200/tm-mn10200.h: Update.
2697 * config/pa/tm-hppa.h: Update.
2698 * config/pa/tm-hppa64.h: Update.
2699 * config/sparc/tm-sp64.h: Update.
2700 * config/sparc/tm-sparc.h: Update.
2701 * config/sparc/tm-sparclet.h: Update.
2702 * config/z8k/tm-z8k.h: Update.
2704 2002-06-14 Andrew Cagney <cagney@redhat.com>
2706 * Makefile.in (i386_linux_tdep_h): Define.
2707 (i386_tdep_h, i387_tdep_h): Define.
2708 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
2709 $(i386_tdep_h) and $(i387_tdep_h).
2710 * i386-linux-nat.c: Include "i386-linux-tdep.h".
2712 2002-06-14 Mark Kettenis <kettenis@gnu.org>
2714 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
2715 Already covered by the default.
2717 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
2718 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
2719 (i386_gdbarch_init): Initialize long_double_format and long_double
2722 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
2723 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
2725 * config/i386/i386sol2.mh: ... here.
2726 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
2727 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
2728 (SIGCONTEXT_PC_OFFSET): Remove define.
2729 (IN_SIGTRAMP): Remove define.
2730 * i386-sol2-tdep.c: New file.
2732 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
2733 * config/i386/tm-i386nw.h: Removed.
2735 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
2736 USE_STRUCT_CONVENTION): Remove defines.
2737 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
2738 (get_longjmp_target): Remove prototype.
2739 (IN_SIGTRAMP): Remove define.
2740 (i386bsd_in_sigtramp): Remove prototype.
2741 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
2742 function. Update comment accordingly
2743 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
2744 (FRAME_SAVED_PC): Remove define.
2745 (i386bsd_frame_saved_pc): Remove prototype.
2746 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
2747 GET_LONGJMP_TARGET): Remove defines.
2748 (get_longjmp_target): Remove prototype.
2749 (IN_SIGTRAMP): Remove define.
2750 (i386bsd_in_sigtramp): Remove prototype.
2751 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
2752 function. Update comment accordingly
2753 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
2754 (FRAME_SAVED_PC): Remove define.
2755 (i386bsd_frame_saved_pc): Remove prototype.
2756 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
2758 (USE_STRUCT_CONVENTION): Remove prototype.
2759 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
2761 (_initialize_i386bsd_nat): Revise logic to determine some
2762 constants at compile time when compiling a native GDB. Warn if
2763 things don't match up with what we expect.
2764 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
2766 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
2767 to use date stored in `struct gdbarch_tdep'.
2768 (i386bsd_sigcontext_offset): Remove varaible.
2769 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
2770 stored in `struct gdbarch_tdep'.
2771 (i386bsd_frame_saved_pc): Make static.
2772 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
2773 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
2774 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
2775 i386fbsd4_sc_pc_offset): New variables.
2776 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
2777 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
2779 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
2781 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
2782 Modify the value of i386fbsd_sigtramp_start and
2783 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
2784 i386fbsd_sigtramp_end.
2785 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
2788 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
2789 define to i386-linux-tdep.h.
2790 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
2791 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
2793 (i386_linux_register_name, i386_linux_register_byte,
2794 i386_linux_register_raw_size): Remove prototypes.
2795 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
2796 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
2797 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
2798 TARGET_WRITE_PC): Remove defines.
2799 (i386_linux_in_sigtramp, i386_linux_frame_chain,
2800 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
2801 i386_linux_write_pc): Remove prototypes.
2802 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
2803 (get_longjmp_target): Remove prototype.
2804 * i386-linux-tdep.h: New file.
2805 * i386-linux-nat.c: Include "i386-linux-tdep.h".
2806 * i386-linux-tdep.c: Include "i386-tdep.h" and
2807 "i386-linux-tdep.h".
2808 (i386_linux_register_name, i386_linux_register_byte,
2809 i386_linux_register_raw_size, i386_linux_in_sigtramp,
2810 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
2812 (i386_linux_init_abi): New function.
2813 (_initialize_i386_linux_tdep): New function.
2815 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
2816 (i386_saved_pc_after_call): Remove prototype.
2817 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
2818 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
2819 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
2820 (i386_register_name, i386_stab_reg_to_regnum,
2821 i386_dwarf_reg_to_regnum): Remove prototypes.
2822 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
2823 SIZEOF_SSE_REGS): Remove defines.
2824 (REGISTER_BYTES): Remove define.
2825 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
2826 (i386_register_byte, i386_register_raw_size): Remove prototypes.
2827 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
2828 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
2829 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
2830 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
2831 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
2832 (get_longjmp_target): Remove prototype.
2833 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
2834 (sigtramp_saved_pc): Remove define.
2835 (i386v4_sigtramp_saved_pc): Remove prototype.
2836 * config/i386/tm-go32.h (FRAME_CHAIN,
2837 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
2838 (i386go32_frame_saved_pc): Remove prototype.
2839 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
2840 (get_longjmp_target): Remove prototype.
2841 * i386-tdep.h: Include "osabi.h".
2842 (enum i386_abi): Removed.
2843 (enum struct_return): New enum.
2844 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
2845 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
2846 sc_pc_offset members.
2847 (i386_gdbarch_register_os_abi): Remove prototype.
2848 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
2849 I386_SSE_NUM_REGS): New defines.
2850 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
2851 I386_SSE_SIZEOF_REGS): New defines.
2852 (i386_register_name, i386_register_byte, i386_register_raw_size):
2854 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
2855 (i386bsd_sigtramp_saved_pc): New prototype.
2856 * i386-tdep.c: Don't include "elf-bfd.h".
2857 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
2858 i386_frame_chain, i386_saved_pc_after_call): Make static.
2859 (i386_frame_saved_pc): Rewrite to call architecture dependent
2860 function to deal with signal handlers. Make static.
2861 (i386go32_frame_saved_pc): Removed.
2862 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
2864 (i386_get_longjmp_target): New function.
2865 (default_struct_convention, pcc_struct_convention,
2866 reg_struct_convention, valid_conventions, struct_convention): New
2868 (i386_use_struct_convention): New function.
2869 (i386v4_sigtramp_saved_pc): Renamed to
2870 i386_svr4_sigtramp_saved_pc. Made static. Moved.
2871 (i386_pc_in_sigtramp): New function.
2872 (i386_abi_names): Removed.
2873 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
2874 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
2876 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
2877 i386_gdbarch_register_os_abi): Removed.
2878 (struct i386_abi_handler): Removed.
2879 (i386_abi_handler_list): Removed.
2880 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
2882 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
2883 i386_nw_init_abi): New functions.
2884 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
2885 Use set_gdbarch_xxx() calls instead of relying on macros for a
2887 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
2888 (_initialize_i386_tdep): Add new 'struct-convcention' command.
2889 Register the various architecture variants defined in this file.
2891 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
2893 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
2894 (struct main_type): Remove arg_types member. Update comments for
2896 (TYPE_ARG_TYPES): Remove.
2897 (TYPE_FN_FIELD_ARGS): Update.
2898 (smash_to_method_type): Update prototype.
2900 * c-typeprint.c (cp_type_print_method_args): Take method type
2901 instead of argument list. Use new argument layout. Simplify.
2902 (c_type_print_args): Use new argument layout. Simplify.
2903 (c_type_print_base): Update call to cp_type_print_method_args.
2904 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
2905 argument; use die->type instead. Update call to
2906 smash_to_method_type.
2907 (read_structure_scope): Update call to dwarf2_add_member_fn.
2908 * gdbtypes.c (allocate_stub_method): Update comment.
2909 (smash_to_method_type): Take new NARGS and VARARGS arguments.
2910 Use new argument layout.
2911 (check_stub_method): Use new argument layout. Don't count
2912 void as an argument.
2913 (print_arg_types): Update comments. Use new argument layout.
2914 (recursive_dump_type): Don't print arg_types member.
2915 * hpread.c (hpread_read_struct_type): Use new argument layout.
2916 (fixup_class_method_type): Likewise.
2917 (hpread_type_lookup): Likewise.
2918 * stabsread.c (read_type): Update calls to read_args and
2919 smash_to_method_type.
2920 (read_args): Use new argument layout. Simplify.
2921 * valops.c (typecmp): Use new argument layout. Update parameters
2922 and comments. Simplify.
2923 (hand_function_call): Use new argument layout.
2924 (search_struct_method): Update call to typecmp.
2925 (find_overload_match): Use new argument layout.
2927 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
2929 * NEWS: Mention multithreaded debug support for gdbserver.
2931 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
2933 * MAINTAINERS: Mention NEWS.
2935 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
2937 * gdbserver/regcache.c: Add comment.
2939 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
2941 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
2942 (struct mips_objfile_private, compare_pdr_entries): New.
2943 (non_heuristic_proc_desc): Read the ".pdr" section if it
2946 2002-06-12 Andrew Cagney <ac131313@redhat.com>
2948 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
2949 (arm_debug): New static variable.
2950 (_initialize_arm_tdep): Add ``set debug arm'' command.
2952 2002-06-12 Andrew Cagney <ac131313@redhat.com>
2954 * Makefile.in (sim_arm_h): Define.
2955 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
2956 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
2957 (arm_register_sim_regno): New function, map an internal REGNUM
2958 onto a simulator register number.
2959 (arm_gdbarch_init): Set register_sim_regno.
2961 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
2963 * MAINTAINERS: Add self.
2965 2002-06-11 Jim Blandy <jimb@redhat.com>
2967 * source.c (source_info): Mention whether the symtab has
2968 information about preprocessor macros.
2970 Call the command `info macro', not `show macro'.
2971 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
2973 (_initialize_macrocmd): Register `info_macro_command' in
2974 `infolist', not `showlist'.
2976 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
2978 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
2979 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
2980 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
2981 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
2982 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
2984 (set_mipsfpu_single_command, set_mipsfpu_double_command)
2985 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
2986 (_initialize_mips_tdep): Remove dead code.
2987 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
2988 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
2989 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
2990 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
2991 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
2992 MIPS_LAST_FP_ARG_REGNUM): Remove.
2994 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
2996 * gdbserver/thread-db.c: New file.
2997 * gdbserver/proc-service.c: New file.
2998 * gdbserver/acinclude.m4: New file.
2999 * gdbserver/Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
3000 proc-service.o, and thread-db.o.
3001 (linux-low.o): Add USE_THREAD_DB.
3002 * gdbserver/acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
3003 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
3004 * gdbserver/aclocal.m4: Regenerated.
3005 * gdbserver/config.in: Regenerated.
3006 * gdbserver/configure: Regenerated.
3007 * gdbserver/configure.in: Check for proc_service.h, sys/procfs.h,
3008 thread_db.h, and linux/elf.h headrs.
3009 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
3010 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
3011 Check for -lthread_db and thread support.
3012 * gdbserver/configure.srv: Enable thread_db support for ARM, i386, MIPS,
3013 PowerPC, and SuperH.
3014 * gdbserver/i387-fp.c: Constify arguments.
3015 * gdbserver/i387-fp.h: Likewise.
3016 * gdbserver/inferiors.c: (struct thread_info): Renamed from
3017 `struct inferior_info'. Remove PID member. Use generic inferior
3018 list header. All uses updated.
3019 (inferiors, signal_pid): Removed.
3020 (all_threads): New variable.
3021 (get_thread): Define.
3022 (add_inferior_to_list): New function.
3023 (for_each_inferior): New function.
3024 (change_inferior_id): New function.
3025 (add_inferior): Removed.
3026 (remove_inferior): New function.
3027 (add_thread): New function.
3028 (free_one_thread): New function.
3029 (remove_thread): New function.
3030 (clear_inferiors): Use for_each_inferior and free_one_thread.
3031 (find_inferior): New function.
3032 (find_inferior_id): New function.
3033 (inferior_target_data): Update argument type.
3034 (set_inferior_target_data): Likewise.
3035 (inferior_regcache_data): Likewise.
3036 (set_inferior_regcache_data): Likewise.
3037 * gdbserver/linux-low.c (linux_bp_reinsert): Remove.
3038 (all_processes, stopping_threads, using_thrads)
3039 (struct pending_signals, debug_threads, pid_of): New.
3040 (inferior_pid): Replace with macro.
3041 (struct inferior_linux_data): Remove.
3042 (get_stop_pc, add_process): New functions.
3043 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
3044 Use add_process and add_thread.
3045 (linux_attach_lwp): New function, based on old linux_attach. Use
3046 add_process and add_thread. Set stop_expected for new threads.
3047 (linux_attach): New function.
3048 (linux_kill_one_process): New function.
3049 (linux_kill): Kill all LWPs.
3050 (linux_thread_alive): Use find_inferior_id.
3051 (check_removed_breakpoints, status_pending_p): New functions.
3052 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
3053 Update. Use WNOHANG. Wait for cloned processes also. Update process
3054 struct for the found process.
3055 (linux_wait_for_event): New function.
3056 (linux_wait): Use it. Support LWPs.
3057 (send_sigstop, wait_for_sigstop, stop_all_processes)
3058 (linux_resume_one_process, linux_continue_one_process): New functions.
3059 (linux_resume): Support LWPs.
3060 (REGISTER_RAW_SIZE): Remove.
3061 (fetch_register): Use register_size instead. Call supply_register.
3062 (usr_store_inferior_registers): Likewise. Call collect_register.
3064 (regsets_fetch_inferior_registers): Improve error message.
3065 (regsets_store_inferior_registers): Add debugging.
3066 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
3067 (unstopped_p, linux_signal_pid): New functions.
3068 (linux_target_ops): Add linux_signal_pid.
3069 (linux_init_signals): New function.
3070 (initialize_low): Call it. Initialize using_threads.
3071 * gdbserver/regcache.c (inferior_regcache_data): Add valid
3073 (get_regcache): Fetch registers lazily. Add fetch argument
3074 and update all callers.
3075 (regcache_invalidate_one, regcache_invalidate): New
3077 (new_register_cache): Renamed from create_register_cache.
3078 Return the new regcache.
3079 (free_register_cache): Change argument to a void *.
3080 (registers_to_string, registers_from_string): Call get_regcache
3081 with fetch flag set.
3082 (register_data): Make static. Pass fetch flag to get_regcache.
3083 (supply_register): Call get_regcache with fetch flag clear.
3084 (collect_register): Call get_regcache with fetch flag set.
3085 (collect_register_as_string): New function.
3086 * gdbserver/regcache.h: Update.
3087 * gdbserver/remote-utils.c (putpkt): Flush after debug output and use
3089 Handle input interrupts while waiting for an ACK.
3090 (input_interrupt): Use signal_pid method.
3091 (getpkt): Flush after debug output and use stderr.
3092 (outreg): Use collect_register_as_string.
3093 (new_thread_notify, dead_thread_notify): New functions.
3094 (prepare_resume_reply): Check using_threads. Set thread_from_wait
3096 (look_up_one_symbol): Flush after debug output.
3097 * gdbserver/server.c (step_thread, server_waiting): New variables.
3098 (start_inferior): Don't use signal_pid. Update call to mywait.
3099 (attach_inferior): Update call to mywait.
3100 (handle_query): Handle qfThreadInfo and qsThreadInfo.
3101 (main): Don't fetch/store registers explicitly. Use
3102 set_desired_inferior. Support proposed ``Hs'' packet. Update
3104 * gdbserver/server.h: Update.
3105 (struct inferior_list, struct_inferior_list_entry): New.
3106 * gdbserver/target.c (set_desired_inferior): New.
3107 (write_inferior_memory): Constify.
3108 (mywait): New function.
3109 * gdbserver/target.h: Update.
3110 (struct target_ops): New signal_pid method.
3111 (mywait): Removed macro, added prototype.
3113 * gdbserver/linux-low.h (regset_func): Removed.
3114 (regset_fill_func, regset_store_func): New.
3115 (enum regset_type): New.
3116 (struct regset_info): Add type field. Use new operation types.
3117 (struct linux_target_ops): stop_pc renamed to get_pc.
3118 Add decr_pc_after_break and breakpoint_at.
3119 (get_process, get_thread_proess, get_process_thread)
3120 (strut process_info, all_processes, linux_attach_lwp)
3121 (thread_db_init): New.
3123 * gdbserver/linux-arm-low.c (arm_get_pc, arm_set_pc,
3124 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
3125 (the_low_target): Add new members.
3126 * gdbserver/linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
3127 (i386_store_fpxregset): Constify.
3128 (target_regsets): Add new kind identifier.
3129 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
3130 (i386_set_pc): Add debugging.
3131 (i386_breakpoint_at): New function.
3132 (the_low_target): Add new members.
3133 * gdbserver/linux-mips-low.c (mips_get_pc, mips_set_pc)
3134 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
3135 (mips_breakpoint_at): New.
3136 (the_low_target): Add new members.
3137 * gdbserver/linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
3138 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
3139 (the_low_target): Add new members.
3140 * gdbserver/linux-sh-low.c (sh_get_pc, sh_set_pc)
3141 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
3142 (the_low_target): Add new members.
3143 * gdbserver/linux-x86-64-low.c (target_regsets): Add new kind
3146 2002-06-11 Michal Ludvig <mludvig@suse.cz>
3148 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
3149 (unwind_tmp_obstack_free, parse_frame_info)
3150 (update_context, cfi_read_fp, cfi_write_fp)
3151 (cfi_frame_chain, cfi_init_extra_frame_info)
3152 (cfi_virtual_frame_pointer): Use the above function.
3153 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
3155 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
3157 * v850-tdep.c (v850_type_is_scalar): New function.
3158 (v850_use_struct_convention): Match current gcc implementation
3159 as close as possible.
3160 (v850_push_arguments): Fix stack_offset handling. Don't write
3161 struct_addr into register. This is done by v850_store_struct_return.
3162 (v850_extract_return_value): Care for structs.
3163 (v850_store_return_value): Ditto.
3164 (v850_store_struct_return): Actually write address.
3166 2002-06-11 Michal Ludvig <mludvig@suse.cz>
3168 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
3169 without debug information too.
3171 2002-06-10 Andrew Cagney <ac131313@redhat.com>
3173 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
3174 Make multi-arch pure.
3175 * gdbarch.h, gdbarch.c: Re-generate.
3176 * arm-tdep.c (arm_print_float_info): Update.
3177 * arch-utils.h (default_print_float_info): Update.
3178 * arch-utils.c (default_print_float_info): Update.
3179 * infcmd.c (float_info): Update call.
3181 2002-06-10 Andrew Cagney <ac131313@redhat.com>
3183 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
3184 the front of the initialize list.
3186 2002-06-10 Andrew Cagney <ac131313@redhat.com>
3188 * infrun.c (struct inferior_status): Replace fields
3189 selected_frame_address and selected_level with field
3191 (save_inferior_status): Update. Use get_frame_id.
3192 (struct restore_selected_frame_args): Delete.
3193 (restore_selected_frame): Update. Use frame_find_by_id.
3194 (restore_inferior_status): Update.
3196 * breakpoint.h (struct breakpoint): Change type of
3197 watchpoint_frame to frame_id.
3198 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
3199 call to get_current_frame.
3200 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
3202 (watchpoint_check): Use frame_find_by_id.
3204 * frame.h (record_selected_frame): Delete declaration.
3205 * stack.c (record_selected_frame): Delete function.
3207 * frame.h (struct frame_id): Define.
3208 (get_frame_id): Declare.
3209 (frame_find_by_id): Declare.
3210 * frame.c (frame_find_by_id): New function.
3211 (get_frame_id): New function.
3213 2002-06-10 Andrey Volkov <avolkov@transas.com>
3215 * ser-e7kpc.c: Fix duplicated define and call of
3216 _initialize_ser_e7000pc
3218 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
3220 * signals/signals.c (target_signal_from_host): Fix #ifdef
3222 (do_target_signal_to_host): Likewise.
3224 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
3226 * mips-tdep.c (mips_find_abi_section): New function.
3227 (mips_gdbarch_init): Call it.
3229 2002-06-09 Mark Kettenis <kettenis@gnu.org>
3231 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
3232 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
3233 after Andrew's 2002-06-08 gdbarch change.
3235 2002-06-09 Mark Kettenis <kettenis@gnu.org>
3237 * i386-linux-nat.c (suppy_gregset): Don't supply
3238 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
3240 (fill_gregset): Don't fetch it under the same circumstances.
3242 2002-06-09 Andrew Cagney <cagney@redhat.com>
3244 * Makefile.in (callback_h): Define.
3245 (remote_sim_h): Update path to remote-sim.h.
3246 (remote-rdp.o): Add $(callback_h).
3247 (remote-sim.o): Use $(callback_h).
3248 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
3249 * remote-rdp.c: Include "gdb/callback.h".
3251 2002-06-09 Mark Kettenis <kettenis@gnu.org>
3253 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
3254 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
3256 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3258 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
3259 * rdi-share/serpardr.c: Ditto.
3260 * rdi-share/unixcomm.c: Ditto.
3261 * rdi-share/serdrv.c: Ditto.
3262 * rdi-share/hostchan.h: Ditto.
3263 * rdi-share/hostchan.c: Ditto.
3264 * rdi-share/host.h: Ditto.
3265 * rdi-share/devsw.c: Ditto.
3267 * objfiles.h: Change type of obj_private to void pointer.
3268 * pa64solib.c: Update copyright. Don't include "assert.h", use
3269 strcmp instead of STREQ, use LONGEST, do not use PTR
3270 * somsolib.c: Ditto.
3272 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
3273 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
3274 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
3276 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3278 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
3279 (default_get_saved_register): Delete function.
3280 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
3281 generic_unwind_get_saved_register.
3282 * gdbarch.h, gdbarch.c: Re-generate.
3284 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3286 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
3287 generic_func_frame_chain_valid.
3288 * gdbarch.h, gdbarch.c: Re-generate.
3289 * blockframe.c (generic_func_frame_chain_valid): Only check
3290 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
3291 passing FP to PC_IN_CALL_DUMMY.
3294 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3296 * gdbarch.sh (struct gdbarch_data): Add field init_p.
3297 (register_gdbarch_data): Initialize init_p.
3298 (gdbarch_data): Initialize data pointer using the init function.
3299 (init_gdbarch_data): Delete function.
3300 (gdbarch_update_p): Update.
3301 (initialize_non_multiarch): Update.
3302 (struct gdbarch): Add field initialized_p.
3303 * gdbarch.h, gdbarch.c: Re-generate.
3305 2002-06-07 Michal Ludvig <mludvig@suse.cz>
3307 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
3308 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
3309 better do the things actually here.
3310 * x86-64-tdep.c (x86_64_register_name2nr): New.
3311 (x86_64_register_name): Renamed to x86_64_register_nr2name.
3312 (x86_64_gdbarch_init): Respect the above change.
3313 * x86-64-tdep.h (x86_64_register_name2nr)
3314 (x86_64_register_nr2name): Add prototypes.
3315 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
3317 2002-06-06 Michael Snyder <msnyder@redhat.com>
3319 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
3320 Delete extra braces and re-indent.
3321 (d10v_store_return_value): Char return values
3322 must be shifted over by one byte in R0.
3323 (d10v_extract_return_value): Delete extra braces, re-indent.
3325 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
3327 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
3328 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
3329 (d10v_integer_to_address): Rewrite.
3330 (d10v_frame_init_saved_regs): When reading fp and sp registers use
3331 the d10v specific functions which take care of converting to the
3334 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
3336 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
3337 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
3339 2002-06-02 Andrew Cagney <ac131313@redhat.com>
3341 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
3343 * config/tm-linux.h: Ditto.
3344 * config/alpha/tm-alphalinux.h: Ditto.
3345 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
3346 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
3347 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
3348 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
3349 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
3350 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
3351 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
3352 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
3353 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
3354 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
3355 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
3356 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
3357 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
3358 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
3359 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
3360 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
3361 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
3362 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
3363 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
3364 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
3365 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
3366 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
3367 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
3368 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
3369 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
3370 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
3371 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
3372 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
3373 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
3374 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
3375 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
3376 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
3377 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
3378 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
3379 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
3380 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
3381 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
3383 2002-05-04 Aidan Skinner <aidan@velvet.net>
3385 * ada-exp.tab.c: New file
3386 * ada-exp.y: New file
3387 * ada-lang.c: New file
3388 * ada-lang.h: New file
3389 * ada-lex.c: New file
3390 * ada-lex.l: New file
3391 * ada-tasks.c: New file
3392 * ada-typeprint.c: New file
3393 * ada-valprint.c: New file
3395 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
3397 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
3398 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
3400 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
3402 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
3403 insetead of ppc-linux-tdep.o.
3404 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
3405 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
3407 2002-06-02 Andrew Cagney <ac131313@redhat.com>
3409 2002-05-07 Christian Groessler <chris@groessler.org>
3410 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
3411 bit register contents for little endian hosts.
3413 2002-06-01 Andrew Cagney <ac131313@redhat.com>
3415 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
3418 2002-06-01 Andrew Cagney <ac131313@redhat.com>
3420 * gdbarch.h: Regenerate.
3422 2002-06-01 Andrew Cagney <ac131313@redhat.com>
3424 * MAINTAINERS: Add everyone to write-after-approval list.
3426 2002-06-01 Andrew Cagney <ac131313@redhat.com>
3428 * stack.c (frame_info): Use frame_register_unwind instead of
3429 saved_regs. Mention when the SP is on the stack or in a register.
3431 * frame.h (frame_register_unwind_ftype): Define. Document.
3432 (struct frame_info): Add field register_unwind and
3433 register_unwind_cache.
3434 (frame_register_unwind): Declare.
3435 (generic_unwind_get_saved_register): Declare.
3437 * frame.c (frame_register_unwind): New function.
3438 (generic_unwind_get_saved_register): New function.
3440 * blockframe.c (generic_call_dummy_register_unwind): New function.
3441 (frame_saved_regs_register_unwind): New function.
3442 (set_unwind_by_pc): New function.
3443 (create_new_frame): New function.
3444 (get_prev_frame): New function.
3446 2002-05-30 Andrew Cagney <ac131313@redhat.com>
3448 * a29k-share/: Delete directory.
3449 * remote-vx29k.c: Delete file.
3451 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
3453 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
3454 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
3456 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
3458 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
3459 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
3462 (sparcnbsd-tdep.o): New dependency lists.
3463 * NEWS: Note new UltraSPARC NetBSD native configuration.
3464 * configure.host (sparc64-*-netbsd*): New host.
3465 * configure.tgt (sparc-*-netbsdelf*)
3466 (sparc-*-netbsd*): Set gdb_target to nbsd.
3467 (sparc64-*-netbsd*): New target.
3468 * sparc64nbsd-nat.c: New file.
3469 * sparcnbsd-nat.c: New file.
3470 * sparcnbsd-tdep.c: New file.
3471 * sparcnbsd-tdep.h: New file.
3472 * config/sparc/nbsd.mt: New file.
3473 * config/sparc/nbsd64.mh: New file.
3474 * config/sparc/nbsd64.mt: New file.
3475 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
3476 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
3478 * config/sparc/nbsdaout.mt: Remove.
3479 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
3480 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
3482 * config/sparc/nbsdelf.mt: Remove.
3483 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
3484 sparc-nat.c compatiblity defines.
3485 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
3486 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
3487 * config/sparc/tm-nbsd64.h: New file.
3488 * config/sparc/tm-nbsdaout.h: Remove.
3489 * config/sparc/xm-nbsd.h: Remove.
3491 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
3493 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
3494 * sparc-tdep.c: Include osabi.h.
3495 (gdbarch_tdep): Add osabi member.
3496 (_initialize_sparc_tdep): Use gdbarch_register.
3497 (sparc_gdbarch_init): Use generic OS ABI framework.
3498 (sparc_dump_tdep): New function.
3500 2002-05-30 Kevin Buettner <kevinb@redhat.com>
3502 * corefile.c (do_captured_read_memory_integer): Return non-zero
3504 (safe_read_memory_integer): Copy result of memory read when
3505 status is non-zero. Also, add comments.
3507 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
3509 * Makefile.in (ppc_tdep_h): Define.
3512 (rs6000-tdep.o): Use $(ppc_tdep_h).
3515 (ppcnbsd-tdep.o): New dependency lists.
3516 * ppc-tdep.h: Use generic OS ABI framework.
3517 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
3518 (ppc_linux_init_abi): New functions.
3519 (ppc_sysv_abi_broken_use_struct_convention)
3520 (ppc_sysv_abi_use_struct_convention)
3521 (ppc_sysv_abi_push_arguments): Move to...
3522 * ppc-sysv-tdep.c: ...here.
3523 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
3524 * rs6000-tdep.c (process_note_abi_tag_sections)
3525 (get_elfosabi): Remove.
3526 (rs6000_gdbarch_init): Use generic OS ABI framework.
3527 (rs6000_dump_tdep): New function.
3528 (_initialize_rs6000_tdep): Use gdbarch_register.
3529 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
3530 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
3531 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
3532 of ppc-linux-tdep.o.
3533 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
3534 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
3535 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
3536 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
3537 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
3538 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
3540 2002-05-29 Jim Blandy <jimb@redhat.com>
3542 * macroscope.c (default_macro_scope): Put `void' in empty argument
3545 2002-05-29 Andrew Cagney <ac131313@redhat.com>
3547 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
3548 * arch-utils.c: Include "sim-regno.h".
3549 * gdbarch.sh: Don't include "sim-regno.h".
3550 * gdbarch.h, gdbarch.c: Regenerate.
3551 * sim-regno.h (legacy_register_sim_regno): Move declaration from
3553 * arch-utils.h (legacy_register_sim_regno): To here.
3554 * remote-sim.c (legacy_register_sim_regno): Move function from
3556 * arch-utils.c (legacy_register_sim_regno): To here.
3558 2002-05-28 Andrew Cagney <ac131313@redhat.com>
3560 * sim-regno.h: New file.
3561 * Makefile.in (sim_regno_h): Define.
3562 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
3563 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
3564 (legacy_register_sim_regno): New function.
3565 (one2one_register_sim_regno): New function.
3566 (gdbsim_fetch_register): Rewrite.
3567 (gdbsim_store_register): Only store a register when
3568 REGISTER_SIM_REGNO is valid.
3569 * d10v-tdep.c: Include "sim-regno.h".
3570 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
3571 (d10v_ts3_register_sim_regno): Ditto.
3572 * gdbarch.sh: Include "sim-regno.h".
3573 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
3574 * gdbarch.h, gdbarch.c: Regenerate.
3575 * arch-utils.h (default_register_sim_regno): Delete declaration.
3576 * arch-utils.c (default_register_sim_regno): Delete function.
3578 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
3580 * ppcnbsd-nat.c: Rewrite.
3581 * ppcnbsd-tdep.c: New file.
3582 * ppcnbsd-tdep.h: New file.
3583 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
3584 solib.o, and solib-svr4.o.
3585 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
3586 nbsd-tdep.o, and corelow.o.
3588 2002-05-28 Andrew Cagney <ac131313@redhat.com>
3590 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
3591 `tr' and `sed'. Mention that `broken' targets are not expected to
3594 2002-05-27 Michal Ludvig <mludvig@suse.cz>
3596 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
3597 Let PC point right after the prologue before looking up symbols.
3599 2002-05-27 Martin M. Hunt <hunt@redhat.com>
3601 * i386-tdep.c (i386_register_virtual_type): Return
3602 builtin_type_vec128i for SSE registers.
3604 * gdbtypes.h (builtin_type_vec128i): Declare.
3606 * gdbtypes.c (build_builtin_type_vec128i): New function.
3607 (builtin_type_v2_double, builtin_type_v4_int64): New types.
3608 (builtin_type_vec128i): New type for SSE2 128-bit registers.
3609 (build_gdbtypes): Initialize new builtin vector types.
3610 (_initialize_gdbtypes): Register new vector types with gdbarch.
3612 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
3614 * MAINTAINERS: ns32k is not longer an obsolete candidate,
3615 since it has been multi-arch'd.
3616 * NEWS: Note that ns32k-*-* is now partial multi-arch.
3617 Move Alpha and VAX multi-arch news entries to same section
3618 as other multi-arch news.
3620 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
3622 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
3623 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
3624 static. Rename some register numbers to put them in ns32k-tdep
3626 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
3627 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
3629 (_initialize_ns32k_tdep): Use gdbarch_register.
3630 * ns32k-tdep.h: New file.
3631 * ns32knbsd-tdep.c: New file.
3632 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
3633 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
3634 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
3635 REGISTER_BYTES, REGISTER_BYTE): Remove.
3636 * config/ns32k/tm-ns32k.h: New file.
3637 * config/ns32k/tm-umax.h: Remove.
3639 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
3641 * ns32k-tdep.c (ns32k_saved_pc_after_call,
3642 ns32k_store_struct_return, ns32k_extract_return_value,
3643 ns32k_store_return_value, ns32k_extract_struct_value_address): New
3645 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
3646 ns32k_saved_pc_after_call.
3647 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
3648 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
3649 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
3650 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
3651 ns32k_extract_struct_value_address.
3653 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
3655 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
3656 ns32k_fix_call_dummy): New.
3657 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
3658 ns32k_call_dummy_words.
3659 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
3660 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
3661 CALL_DUMMY_NARGS): Remove.
3662 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
3664 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
3666 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
3667 ns32k_frame_saved_pc, ns32k_frame_args_address,
3668 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
3669 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
3670 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
3671 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
3672 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
3673 (BREAKPOINT): Remove..
3674 (FRAME_CHAIN): Define as ns32k_frame_chain.
3675 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
3676 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
3677 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
3678 (FRAME_FIND_SAVED_REGS): Remove.
3679 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
3680 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
3681 (POP_FRAME): Define as ns32k_pop_frame.
3683 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
3685 * ns32k-tdep.c (ns32k_register_byte_32082,
3686 ns32k_register_byte_32382, ns32k_register_raw_size,
3687 ns32k_register_virtual_size, ns32k_register_virtual_type): New
3689 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
3690 ns32k_register_byte_32382.
3691 * config/ns32k/tm-umax.h: Update copyright years.
3692 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
3693 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
3694 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
3695 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
3696 (ns32k_get_enter_addr): Fix prototype.
3698 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
3700 * ns32k-tdep.c: Update copyright years.
3701 (ns32k_register_name_32082): New function.
3702 (ns32k_register_name_32382): Ditto.
3703 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
3704 (REGISTER_NAME): Define as ns32k_register_name_32382.
3705 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
3706 (REGISTER_NAME): Define as ns32k_register_name_32082.
3708 2002-05-24 Jim Blandy <jimb@redhat.com>
3710 * dwarf2read.c (free_line_header): Use xfree, not free.
3712 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
3714 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
3715 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
3717 2002-05-23 Andrew Cagney <ac131313@redhat.com>
3719 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
3721 2002-05-23 Andrew Cagney <ac131313@redhat.com>
3723 From Ross Alexander at NEC Europe:
3724 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
3726 2002-05-23 Michael Snyder <msnyder@redhat.com>
3728 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
3729 for input, rather than parse_and_eval_address.
3731 2002-05-23 Andrew Cagney <ac131313@redhat.com>
3733 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
3734 * Makefile.in (sim_d10v_h): Update definition.
3736 2002-05-24 Andrew Cagney <cagney@redhat.com>
3738 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
3739 change `2002-05-22 Michael Snyder' below.
3740 (d10v_push_arguments): Ditto.
3741 (d10v_extract_return_value): Ditto.
3743 2002-05-23 Jim Blandy <jimb@redhat.com>
3745 * macrotab.c (check_for_redefinition): Don't complain if the new
3746 definition is the same as the previous one. Take more arguments
3747 to allow the comparison.
3748 (macro_define_object, macro_define_function): Pass more arguments
3749 to check_for_redefinition.
3751 2002-05-22 Michael Snyder <msnyder@redhat.com>
3753 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
3754 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
3755 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
3756 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
3757 Don't bail if return_pc is PC_IN_CALL_DUMMY.
3758 Add a temp variable to save a call (and a memory read).
3759 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
3760 if possible (so that PC_IN_CALL_DUMMY will work).
3762 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
3764 * MAINTAINERS: Remove status `OBSOLETE' from v850.
3766 2002-05-22 Michal Ludvig <mludvig@suse.cz>
3768 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
3770 (dwarf2_build_frame_info): Corrected handling of eh_frame.
3771 (dwarf2_build_frame_info): Add offset to fde->initial_location
3772 so that frames of shared libraries are mapped correctly.
3773 (execute_stack_op): Change type of 'result' from ULONGEST to
3776 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
3778 * config/alpha/tm-nbsd.h: Include solib.h.
3780 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
3782 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
3783 assumptions about the host's byte order.
3785 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
3787 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
3789 * alphanbsd-tdep.c: Include solib-svr4.h.
3790 * shnbsd-tdep.c: Ditto.
3792 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
3794 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
3795 nbsd-tdep.h to dependency list.
3796 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
3797 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
3798 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
3799 nbsdaout.mh and nbsdelf.mh consistently.
3800 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
3801 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
3802 nbsdaout.mt and nbsdelf.mh consistently.
3803 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
3804 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
3805 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
3806 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
3807 a.out shared library stuff from here...
3808 * config/nm-nbsdaout.h: ...to here.
3809 * config/tm-nbsd.h: Remove.
3810 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
3811 * config/arm/nbsd.mh: Remove.
3812 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
3814 * config/arm/nbsdaout.mh: New file.
3815 * config/arm/nbsdelf.mh: New file.
3816 * config/arm/nm-nbsdaout.h: New file.
3817 * config/i386/nbsd.mh: Remove.
3818 * config/i386/nbsd.mt: Remove.
3819 * config/i386/nbsdaout.mh: New file.
3820 * config/i386/nbsdaout.mt: New file.
3821 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
3822 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
3823 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
3824 i386_register_u_addr): Remove.
3825 * config/i386/nm-nbsdaout.h: New file.
3826 * config/i386/nm-nbsdelf.h: Remove.
3827 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
3828 (USE_STRUCT_CONVENTION): Remove.
3829 * config/i386/tm-nbsdaout.h: New file.
3830 * config/i386/tm-nbsdelf.h: Remove.
3831 * config/m68k/nbsd.mh: Remove.
3832 * config/m68k/nbsd.mt: Remove.
3833 * config/m68k/nbsdaout.mh: New file.
3834 * config/m68k/nbsdaout.mt: New file.
3835 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
3836 * config/m68k/nm-nbsdaout.h: New file.
3837 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
3838 (IN_SOLIB_CALL_TRAMPOLINE): Define.
3839 * config/ns32k/nbsd.mh: Remove.
3840 * config/ns32k/nbsd.mt: Remove.
3841 * config/ns32k/nbsdaout.mh: New file.
3842 * config/ns32k/nbsdaout.mt: New file.
3843 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
3844 * config/ns32k/nm-nbsdaout.h: New file.
3845 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
3846 (IN_SOLIB_CALL_TRAMPOLINE): Define.
3847 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
3848 (SVR4_SHARED_LIBS): Remove.
3849 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
3850 * config/sparc/nbsd.mh: Remove.
3851 * config/sparc/nbsd.mt: Remove.
3852 * config/sparc/nbsdaout.mh: New file.
3853 * config/sparc/nbsdaout.mt: New file.
3854 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
3855 * config/sparc/nbsdelf.mt: New file.
3856 * config/sparc/nm-nbsdaout.h: New file.
3857 * config/sparc/nm-nbsdelf.h: Remove.
3858 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
3859 * config/sparc/tm-nbsdaout.h: New file.
3861 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
3863 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
3865 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
3867 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
3869 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
3871 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
3873 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
3875 * NEWS: Note new MIPS NetBSD native configuration.
3876 * configure.host (mips*-*-netbsd*): New host.
3877 * configure.tgt (mips*-*-netbsd*): New target.
3878 * mipsnbsd-nat.c: New file.
3879 * mipsnbsd-tdep.c: New file.
3880 * mipsnbsd-tdep.h: New file.
3881 * config/mips/nbsd.mh: New file.
3882 * config/mips/nbsd.mt: New file.
3883 * config/mips/nm-nbsd.h: New file.
3884 * config/mips/tm-nbsd.h: New file.
3886 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
3888 * Makefile.in (SFILES): Add osabi.c.
3889 (COMMON_OBS): Add osabi.o.
3890 (osabi.o): New dependency list.
3891 * osabi.c: New file.
3892 * osabi.h: New file.
3893 * doc/gdbint.texinfo: Document new generic OS ABI framework.
3895 * Makefile.in (alpha_tdep_h): Define and use instead of
3897 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
3898 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
3900 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
3901 * alpha-tdep.h: Include osabi.h.
3902 (alpha_abi): Remove.
3903 (gdbarch_tdep): Use generic OS ABI framework.
3904 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
3905 gdbarch_register_osabi.
3906 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
3907 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
3908 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
3910 * Makefile.in (sh_tdep_h): Add osabi.h.
3911 * sh-tdep.h (sh_osabi): Remove.
3912 (gdbarch_tdep): Use generic OS ABI framework.
3913 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
3914 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
3915 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
3916 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
3918 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
3919 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
3920 gdbarch_register_osabi.
3921 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
3922 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
3923 (get_elfosabi): Rename to...
3924 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
3925 ABI framework support routines.
3926 (arm_gdbarch_init): Use generic OS ABI framework.
3927 (arm_dump_tdep): Likewise.
3928 (_initialize_arm_tdep): Likewise.
3929 * arm-tdep.h: Include osabi.h.
3931 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
3933 (arm_gdbarch_register_os_abi): Remove prototype.
3934 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
3935 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
3937 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
3938 * mips-tdep.c: Include osabi.h.
3939 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
3942 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
3944 * h8300-tdep.c: Fix formatting.
3946 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
3948 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
3949 printing vector registers.
3951 2002-05-19 Andrew Cagney <ac131313@redhat.com>
3953 From Fernando Nasser:
3954 * remote.c (remote_async_open_1): Re-throw the exception when the
3956 (remote_cisco_open): Ditto.
3957 (remote_open_1): Ditto.
3959 2002-05-19 Andrew Cagney <ac131313@redhat.com>
3961 * remote.c (remote_start_remote_dummy): Add uiout parameter.
3962 (remote_start_remote): Add uiout parameter. Pass through to
3963 remote_start_remote_dummy.
3964 (remote_open_1): Use catch_exception instead of catch_errors.
3965 (remote_async_open_1): Ditto.
3966 (remote_cisco_open): Ditto.
3968 2002-05-19 Andrew Cagney <ac131313@redhat.com>
3970 * remote.c (remote_start_remote): Replace PTR with void pointer.
3971 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
3974 2002-05-18 Andrew Cagney <ac131313@redhat.com>
3976 * gdb_indent.sh: Allow the script to be run in the sim directory.
3978 2002-05-18 Mark Kettenis <kettenis@gnu.org>
3980 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
3981 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
3983 * corelow.c (core_open): Only call set_gdbarch_from_file if
3986 2002-05-17 Andrey Volkov <avolkov@transas.com>
3988 * h8300-tdep.c: Add support of EXR register
3989 * config/h8300/tm-h8300.h: Ditto.
3991 2002-05-17 Andrey Volkov <avolkov@transas.com>
3993 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
3995 2002-05-17 Andrey Volkov <avolkov@transas.com>
3997 * h8300-tdep.c: Change literal regnums to REGNO.
3999 2002-05-17 Jim Blandy <jimb@redhat.com>
4001 * NEWS: Note addition of macro support.
4003 Expand preprocessor macros in C expressions.
4004 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
4005 (scan_macro_expansion, scanning_macro_expansion,
4006 finished_macro_expansion): New function declarations.
4007 (expression_macro_lookup_func, expression_macro_lookup_baton): New
4008 variable declarations.
4009 * parser-defs.h (expression_context_pc): New declaration.
4010 * parse.c (expression_context_pc): New variable.
4011 (parse_exp_1): Set expression_context_pc, as well as
4012 expression_context_block.
4013 * c-exp.y (yylex): If we're not already reading the result of a
4014 macro expansion, try to macro-expand the next token. When we're
4015 done scanning a macro expansion, switch back to the mainline text.
4016 Commas and `if's in a macro's expansion don't terminate the input.
4017 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
4018 (macro_original_text, macro_expanded_text,
4019 expression_macro_lookup_func, expression_macro_lookup_baton): New
4021 (scan_macro_expansion, scanning_macro_expansion,
4022 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
4023 c_preprocess_and_parse): New functions.
4024 (c_language_defn, cplus_language_defn, asm_language_defn): Call
4025 c_preprocess_and_parse, instead of c_parse.
4026 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
4027 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
4029 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
4031 * sh-tdep.c (gdb_print_insn_sh64): Delete.
4032 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
4033 (sh_gdbarch_init): Always use gdb_print_insn_sh.
4035 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
4037 * NEWS: Add section for multi-arched targets. Add v850 to that section.
4039 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
4041 * Makefile.in (sh_tdep_h): Define and use.
4042 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
4043 register enum): Move to...
4044 * * sh-tdep.h: ...here.
4045 * sh-tdep.c: Include sh-tdep.h.
4046 * sh3-rom.c: Likewise.
4047 * shnbsd-tdep.c: Likewise.
4049 2002-05-16 Michael Snyder <msnyder@redhat.com>
4051 * arm-tdep.c: Spelling fix in comment.
4053 2002-05-16 Jim Blandy <jimb@redhat.com>
4055 Add commands for manually expanding macros and showing their
4057 * macrocmd.c, macroscope.c, macroscope.h: New files.
4058 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
4059 (macroscope_h): New variable.
4060 (HFILES_NO_SRCDIR): Add macroscope.h.
4061 (COMMON_OBS): Add macrocmd.o, macroscope.o.
4062 (macroscope.o, macrocmd.o): New rules.
4064 Teach the Dwarf 2 reader to read macro information.
4065 * dwarf2read.c: #include "macrotab.h".
4066 (dwarf_macinfo_buffer): New variable.
4067 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
4069 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
4070 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
4071 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
4072 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
4073 dwarf2_macro_spaces_in_definition): New complaints.
4074 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
4075 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
4076 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
4077 the partial symbol table.
4078 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
4079 from what's recorded in the partial symbol table.
4080 (read_file_scope): If the compilation unit has a
4081 `DW_AT_macro_info' attribute, read its macro information.
4082 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
4084 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
4087 * ser-tcp.c: Don't include <netinet/udp.h>.
4089 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
4091 * MAINTAINERS: Update my email address.
4093 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
4095 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
4096 include file of the same name.
4098 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4100 * configure.tgt: Mark v850 as multi-arched.
4101 * config/v850/tm-v850.h: Remove file.
4102 * config/v850/v850.mt: Eliminate TM_FILE.
4104 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4106 * v850-tdep.c: Full multi-arch.
4107 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
4108 Define GDB_MULTI_ARCH to 2.
4110 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
4112 * p-exp.y (current_type): New static variable.
4113 Carries the type of the expression at the position that is parsed.
4114 (push_current_type, pop_current_type): Two new functions. Used
4115 to store/restore current_type in expression on specific tokens.
4116 (search_field): New static variable. Set to one after parsing a point
4117 as at that point only a FIELDNAME token should be searched.
4118 (FIELDNAME): New token. After a point only a token belonging to
4119 current_type type definition is allowed.
4120 (all over token rules): reset and change current_type according
4122 (exp '[' rule): insert implicit array index field if
4123 exp is a pascal string type.
4125 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4127 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
4128 frame info. Use frame_info's saved_regs instead of matching member
4129 in extra_frame_info throughout.
4130 (v850_frame_init_saved_regs): New function.
4131 (v850_init_extra_frame_info): Move most functionality into
4132 v850_frame_init_saved_regs().
4133 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
4134 (v850_frame_find_saved_regs): Remove declaration.
4135 (FRAME_FIND_SAVED_REGS): Remove definition.
4136 (v850_frame_init_saved_regs): Add declaration.
4137 (FRAME_INIT_SAVED_REGS): Add definition.
4139 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4141 * v850-tdep.c: Begin multi-arch'ing v850.
4142 (v850_target_architecture_hook): Remove function.
4143 (v850_gdbarch_init): New function. Add code previously in
4144 v850_target_architecture_hook().
4145 (_initialize_v850_tdep): Don't set target_architecture_hook.
4146 Call register_gdbarch_init() instead.
4148 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
4150 * gdbtypes.h (struct cplus_struct_type): Remove args field.
4151 * hpread.c (hpread_read_struct_type): Remove assignments to args.
4152 (fixup_class_method_type): Likewise.
4154 2002-05-15 Daniel Jacobowitz <drow@mvista.com>
4156 From Martin Pool <mbp@samba.org>:
4157 * gdbserver/server.c (gdbserver_usage): New function.
4160 2002-05-15 Jim Blandy <jimb@redhat.com>
4162 Add macro structures to GDB's symbol tables. Nobody puts anything
4164 * symtab.h (struct symtab): New member: `macro_table'.
4165 * buildsym.h (pending_macros): New global variable.
4166 * buildsym.c: #include "macrotab.h".
4167 (buildsym_init): Initialize `pending_macros'.
4168 (end_symtab): If we found macro information while reading a CU's
4169 debugging info, do build a symtab structure for it. Make the
4170 symtab point to the macro information, and clear the
4171 `pending_macros' pointer which held it while we were reading the
4173 (really_free_pendings): Free any pending macro table.
4174 * objfiles.h (struct objfile): New member: `macro_cache'.
4175 * objfiles.c (allocate_objfile): Set allocate and free functions
4176 for the macro cache's objstack.
4177 (free_objfile): Empty the macro cache's obstack.
4178 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
4179 set new allocate and free functions for it.
4180 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
4181 free functions for the macro cache's objstack. (Why is this
4182 function building its own objfile?)
4183 * symmisc.c (print_objfile_statistics): Print statistics on the
4185 * Makefile.in: Note that buildsym.o depends on macrotab.h.
4187 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
4189 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
4190 (REGISTER_U_ADDR): Delete definition.
4191 (arm_register_u_addr): Delete declaration.
4193 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
4195 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
4196 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
4198 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
4200 * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
4203 2002-05-14 Andrew Cagney <ac131313@redhat.com>
4205 * regcache.c (register_valid): Revise comments refering to "Not
4206 available" and "unavailable".
4207 * frame.c (frame_register_read): Ditto.
4208 * findvar.c (value_of_register): Ditto.
4210 2002-05-15 Andrew Cagney <cagney@redhat.com>
4212 * Makefile.in (remote_sim_h): Replace remote-sim_h.
4213 (remote-sim.o): Update dependencies.
4214 (d10v-tdep.o): Specify dependencies.
4215 (sim_d10v_h): Define.
4217 2002-05-14 Jim Blandy <jimb@redhat.com>
4219 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
4220 * macrotab.c (macro_lookup_inclusion, find_definition,
4221 new_macro_table): Same.
4223 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
4224 not `! strcmp ()'. This is a dubious improvement.
4225 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
4227 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
4228 although it's not necessary, to avoid a warning.
4230 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
4232 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
4233 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
4234 TYPE_INSTANCE_FLAGS.
4235 (struct main_type): New.
4236 (struct type): Move most members to struct main_type. Change
4237 cv_type and as_type to new type_chain member. Add instance_flags.
4238 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
4239 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
4240 (finish_cv_type): Remove prototype.
4241 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
4243 (alloc_type_instance): New function.
4244 (smash_type): New function.
4245 (make_pointer_type, make_reference_type, make_function_type)
4246 (smash_to_member_type, smash_to_method_type): Call smash_type.
4247 (make_qualified_type): New function.
4248 (make_type_with_address_space): Call make_qualified_type.
4249 (make_cv_type): Likewise.
4250 (finish_cv_type): Remove unnecessary function.
4251 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
4252 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
4253 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
4254 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
4255 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
4256 * hpread.c (hpread_read_struct_type): Likewise.
4257 * stabsread.c (read_struct_type): Likewise.
4259 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
4261 * configure.tgt: Add a catch all sh* target, for cases like
4262 sh[2,3,4]-elf and sh-hms.
4264 2002-05-14 Keith Seitz <keiths@redhat.com>
4266 * event-loop.c (create_file_handler): Don't do anything but
4267 update data when we are given a fd which we are already
4270 2002-05-14 Michal Ludvig <mludvig@suse.cz>
4272 * dwarf2cfi.c (context_cpy): Copy registers correctly.
4273 (update_context): Use __func__ in warnings.
4275 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
4277 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
4278 and tcp_close to net_open and net_close.
4279 (net_open): Accept "udp:" and "tcp:" specifications. Connect
4280 using UDP if requested. Don't try to disable Nagle on UDP
4282 * remote.c (remote_serial_open): New function. Warn about UDP.
4283 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
4285 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
4287 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
4289 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
4291 * configure.tgt: Remove sh-hms target.
4292 * MAINTAINERS: Don't list sh-hms as a separate target.
4294 2002-05-13 Jim Blandy <jimb@redhat.com>
4296 Add first preprocessor macro-expansion files.
4297 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
4298 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
4299 (splay_tree_h, macroexp_h, macrotab_h): New variable.
4300 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
4301 (COMMON_OBS): Add macrotab.o, macroexp.o.
4302 (macroexp.o, macrotab.o): New rules.
4304 2002-05-13 Andrew Cagney <ac131313@redhat.com>
4306 * config/m88k/tm-m88k.h: Update copyright.
4307 (m88k_target_write_pc): Declare
4308 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
4309 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
4310 (SHIFT_INST_REGS): Update definition.
4311 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
4312 using old definition of TARGET_WRITE_PC.
4313 * regcache.c (generic_target_write_pc): Delete code handling
4315 * gdbarch.sh (NNPC_REGNUM): Delete.
4316 * gdbarch.h, gdbarch.c: Regenerate.
4318 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
4320 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
4323 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
4325 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
4326 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
4327 (gen_address_of, gen_struct_ref, gen_repeat): Use type
4329 * c-typeprint.c (cp_type_print_method_args): Likewise.
4330 (c_type_print_args): Likewise.
4331 * d10v-tdep.c (d10v_push_arguments): Likewise.
4332 (d10v_extract_return_value): Likewise.
4333 * expprint.c (print_subexp): Likewise.
4334 * gdbtypes.c (lookup_primitive_typename): Likewise.
4335 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
4336 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
4337 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
4338 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
4339 (TYPE_VECTOR): Likewise.
4340 * hpread.c (hpread_read_struct_type)
4341 (fix_static_member_physnames, fixup_class_method_type)
4342 (hpread_type_lookup): Likewise.
4343 * mdebugread.c (parse_symbol, parse_type): Likewise.
4344 * p-lang.c (is_pascal_string_type): Likewise.
4345 * valops.c (hand_function_call): Likewise.
4346 * x86-64-tdep.c (classify_argument): Likewise.
4348 * hpread.c (hpread_read_function_type)
4349 (hpread_read_doc_function_type): Call replace_type.
4350 * dstread.c (create_new_type): Delete.
4351 (decode_dst_structure, process_dst_function): Call alloc_type.
4352 Use type access macros.
4354 2002-05-12 Mark Kettenis <kettenis@gnu.org>
4356 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
4357 the're not supported by the current architecture.
4358 (i387_fill_fxsave): Likewise.
4360 2002-05-12 Fred Fish <fnf@redhat.com>
4362 * symfile.c (default_symfile_offsets): Arrange for uninitialized
4363 sect_index_xxx members to index the first slot in section_offsets
4364 if all of the section_offsets are zero.
4366 2002-05-12 Mark Kettenis <kettenis@gnu.org>
4368 * configure.tgt (sparc-*openbsd): Remove entry accidentially
4369 checked in with last change.
4371 2002-05-12 Mark Kettenis <kettenis@gnu.org>
4373 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
4374 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
4377 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
4379 * Makefile.in: Update dependencies.
4381 2002-05-11 Andrew Cagney <ac131313@redhat.com>
4383 * language.c (local_hex_string_custom): Simplify. Do not depend
4384 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
4386 * memattr.c (mem_info_command): Replace calls to
4387 longest_local_hex_string and longest_local_hex_string_custom.
4388 * buildsym.c (make_blockvector): Ditto.
4389 * solib.c (info_sharedlibrary_command): Ditto.
4390 * tracepoint.c (tracepoints_info): Ditto.
4391 * symtab.c (print_msymbol_info): Ditto.
4393 * language.c (local_hex_string): Delete.
4394 (local_hex_string_custom): Delete.
4395 (longest_local_hex_string): Rename to local_hex_string.
4396 (longest_local_hex_string_custom): Rename to
4397 local_hex_string_custom.
4398 * language.h (local_hex_string): Change parameter type to LONGEST.
4399 (local_hex_string_custom): Ditto.
4400 (longest_local_hex_string): Delete declaration.
4401 (longest_local_hex_string_custom): Ditto.
4403 * solib.c: Update copyright.
4404 * memattr.c: Update copyright.
4406 2002-05-11 Andrew Cagney <ac131313@redhat.com>
4408 * arch-utils.h (legacy_register_to_value): Declare.
4409 (legacy_value_to_register): Declare.
4410 (legacy_convert_register_p): Declare.
4411 * arch-utils.c (legacy_register_to_value): New function.
4412 (legacy_value_to_register): New function.
4413 (legacy_convert_register_p): New function.
4415 * gdbarch.sh (REGISTER_TO_VALUE): Define.
4416 (VALUE_TO_REGISTER): Define.
4417 (CONVERT_REGISTER_P): Define.
4418 * gdbarch.h, gdbarch.c: Regenerate.
4420 * valops.c (value_assign): Use CONVERT_REGISTER_P and
4422 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
4425 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
4426 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4428 * Makefile.in: Update dependencies for valops.c.
4429 * valops.c: Include "gdb_assert.h".
4430 (typecmp): Skip THIS parameter to methods.
4431 (find_method_list): Remove static_memfuncp argument,
4432 update callers. Check for stub methods.
4433 (find_value_oload_method_list): Don't set *static_memfuncp.
4434 (find_overload_match): Don't check for stub methods. Assert
4435 that methods are not stubbed. Handle static methods.
4436 (value_find_oload_method_list): Remove static_memfuncp argument.
4437 * gdbtypes.c (check_stub_method): Do not add THIS pointer
4438 to the argument list for static stub methods.
4439 * value.h (value_find_oload_method_list): Update prototype.
4441 2002-05-11 Andrew Cagney <ac131313@redhat.com>
4443 * arch-utils.h (generic_register_size): Declare.
4444 (generic_register_raw_size, generic_register_virtual_size): Delete
4446 * arch-utils.c (generic_register_raw_size): Delete.
4447 (generic_register_size): New function.
4448 (generic_register_virtual_size): Delete.
4450 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
4451 default generic_register_size.
4452 * gdbarch.h, gdbarch.c: Re-generate.
4454 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
4455 register_virtual_size.
4456 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
4457 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4459 2002-05-11 Andrew Cagney <ac131313@redhat.com>
4461 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
4462 * gdbarch.h, gdbarch.c: Regenerate.
4463 * gnu-v3-abi.c: Update copyright.
4464 (vtable_address_point_offset): Update.
4465 (gnuv3_rtti_type): Update.
4466 (gnuv3_baseclass_offset): Update.
4467 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
4468 (init_fetch_link_map_offsets): Update.
4469 * remote.c (get_remote_state): Update.
4471 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
4473 * TODO: Remove value_headof/value_from_vtable_info comment.
4474 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
4475 * values.c (value_headof, value_from_vtable_info): Delete.
4476 * value.h (value_from_vtable_info): Delete prototype.
4478 2002-05-11 Andrew Cagney <ac131313@redhat.com>
4480 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
4481 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
4483 (gdb_assert_h): Define.
4484 (gdb_wait_h): Define.
4485 (gdb_regex_h): Define.
4487 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
4489 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
4490 * linespec.c (find_methods): Handle GCC 3.x template constructors.
4492 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4494 * nbsd-tdep.c: Fix comment.
4496 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4498 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
4499 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
4500 (nbsd-tdep.o): New dependency list.
4501 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
4503 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
4504 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
4505 * nbsd-tdep.c: New file.
4506 * nbsd-tdep.h: New file.
4507 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
4509 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
4510 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4511 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
4512 * config/sh/nbsd.mt (TDEPFILES): Ditto.
4514 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4516 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
4517 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
4518 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
4519 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
4520 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
4521 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
4523 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4525 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
4526 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
4527 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
4528 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
4529 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
4530 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
4531 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
4533 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4535 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
4536 fetch_elfcore_registers to...
4537 * i386nbsd-tdep.c: ...here.
4538 (i386nbsd_use_struct_convention): Rename to...
4539 (i386nbsd_aout_use_struct_convention): ...this.
4540 (i386nbsd_supply_reg): New function.
4541 (i386nbsd_fill_reg): New function.
4542 (fetch_core_registers): Use i386nbsd_supply_reg.
4543 (fetch_elfcore_registers): Likewise.
4544 (_initialize_i386nbsd_tdep): New function.
4545 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
4546 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
4547 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
4548 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
4549 (i386nbsd_aout_use_struct_convention): ...this.
4551 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4553 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
4554 (store_inferior_registers): Use shnbsd_fill_reg.
4555 * shnbsd-tdep.c (sh_nbsd_supply_registers,
4556 sh_nbsd_supply_register): Collapse into...
4557 (shnbsd_supply_reg): ...this.
4558 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
4559 (shnbsd_fill_reg): ...this.
4560 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
4561 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
4562 (fetch_core_registers): Use shnbsd_supply_reg.
4563 (fetch_elfcore_registers): Use shnbsd_supply_reg.
4564 (sh_nbsd_core_fns): Rename to...
4565 (shnbsd_core_fns): ...this.
4566 (sh_nbsd_elfcore_fns): Rename to...
4567 (shnbsd_elfcore_fns): ...this.
4568 (sh_nbsd_init_abi): Rename to...
4569 (shnbsd_init_abi): ...this.
4570 (_initialize_sh_nbsd_tdep): Rename to...
4571 (_initialize_shnbsd_tdep): ...this.
4572 * shnbsd-tdep.h (sh_nbsd_supply_registers,
4573 sh_nbsd_supply_register, sh_nbsd_fill_registers,
4574 sh_nbsd_fill_register): Remove prototypes.
4575 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
4577 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4579 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
4580 (i387-nat.o): Delete dependency list.
4581 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
4582 (x86-64-linux-nat.o): Likewise.
4583 * i387-nat.c: Delete file, moving contents to...
4584 * i387-tdep.c: ...here.
4585 * i387-nat.h: Rename...
4586 * i387-tdep.h: ...to this.
4587 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
4588 * i386-linux-nat.c: Likewise.
4589 * i386bsd-nat.c: Likewise.
4590 * i386gnu-nat.c: Likewise.
4591 * i386nbsd-nat.c: Likewise.
4592 * i386v4-nat.c: Likewise.
4593 * x86-64-linux-nat.c: Likewise.
4594 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
4595 * config/i386/go32.mh (NATDEPFILES): Likewise.
4596 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
4597 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
4598 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
4599 * config/i386/linux.mh (NATDEPFILES): Likewise.
4600 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
4601 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
4602 * config/i386/obsd.mh (NATDEPFILES): Likewise.
4603 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
4605 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4607 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
4608 (alphanbsd-nat.o): Remove dependency list.
4609 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
4610 * alphanbsd-nat.c: Delete. Contents moved to...
4611 * alphanbsd-tdep.c: ...here.
4612 (_initialize_alphanbsd_tdep): Register core functions.
4613 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
4615 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4617 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
4618 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
4619 (alphanbsd-nat.o): Likewise.
4620 (alphabsd-tdep.o): New dependency list.
4621 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
4622 (fill_gregset): Use alphabsd_fill_reg.
4623 (supply_fpregset): Use alphabsd_supply_fpreg.
4624 (fill_fpregset): Use alphabsd_fill_fpreg.
4625 (fetch_inferior_registers): Use struct reg and struct fpreg
4626 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
4627 and alphabsd_supply_fpreg.
4628 (store_inferior_registers): Use struct reg and struct fpreg
4629 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
4630 and alphabsd_fill_fpreg.
4631 * alphabsd-tdep.c: New file.
4632 * alphabsd-tdep.h: New file.
4633 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
4634 (fetch_elfcore_registers): Use alphabsd_supply_reg and
4635 alphabsd_supply_fpreg.
4636 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
4637 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
4639 2002-05-11 Eric Christopher <echristo@redhat.com>
4641 * mips-tdep.c (mips_double_register_type): Fix thinko.
4642 (mips_single_register_type): Ditto.
4643 * MAINTAINERS: Add self.
4645 2002-05-11 Mark Kettenis <kettenis@gnu.org>
4647 * i387-nat.c (i387_supply_register, i387_fill_fsave,
4648 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
4649 right thing on architectures with different endianness and/or
4652 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
4654 From Christian Limpach <chris@Pin.LU>
4655 * configure.in: Change sed expression which comments out
4656 NATDEPFILES to also comment out continuation lines.
4657 * configure: Regenerate.
4659 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
4661 * sh-tdep.c: Clean up code erroneously reintroduced by previous
4664 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
4666 * sh-tdep.c: Include correct file.
4668 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
4670 New support for sh64-elf (sh5) target.
4672 * configure.tgt: For sh64-elf target, default to sh-elf.
4674 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
4675 (struct gdbarch_tdep): Add new fields for new registers and ABI
4678 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
4679 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
4680 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
4681 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
4682 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
4683 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
4684 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
4685 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
4686 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
4687 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
4688 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
4689 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
4690 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
4691 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
4692 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
4693 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
4694 sh64_get_gdb_regnum, sh64_media_reg_base_num,
4695 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
4696 sign_extend, sh64_nofp_frame_init_saved_regs,
4697 sh64_init_extra_frame_info, sh64_get_saved_register,
4698 sh64_extract_struct_value_address, sh64_pop_frame,
4699 sh64_push_arguments, sh64_extract_return_value,
4700 sh64_store_return_value, sh64_show_media_regs,
4701 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
4702 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
4703 sh_sh64_register_virtual_type,
4704 sh_sh64_register_convert_to_virtual,
4705 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
4706 sh64_register_read, sh64_pseudo_register_write,
4707 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
4708 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
4709 sh64_do_pseudo_register, sh_compact_do_registers_info,
4710 sh64_do_registers_info, sh_gdbarch_init): New functions.
4712 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
4714 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
4716 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
4718 * linespec.c (decode_line_1): Check for a double quote after
4719 a filename correctly.
4721 2002-05-10 Jim Blandy <jimb@redhat.com>
4723 Properly track the size of the current objfile's .debug_line section.
4724 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
4725 (DWARF_LINE_SIZE): New macro.
4726 (dwarf2_build_psymtabs_hard): Record the line section's size in
4727 the partial symbol table.
4728 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
4731 2002-05-10 Petr Sorfa <petrs@caldera.com>
4733 * ia64-tdep.c: Handle breakpoints on L instruction type
4734 in MLX instruction bundle by moving the breakpoint to
4735 the third slot (X instruction type) as L holds only data.
4737 2002-05-10 Kevin Buettner <kevinb@redhat.com>
4739 * dbxread.c (discarding_local_symbols_complaint): New complaint.
4740 (process_one_symbol): Complain about discarding local symbols
4741 due to a misplaced N_LBRAC entry.
4743 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
4745 From Daniel Berlin <dan@cgsoftware.com>
4746 * linespec.c (find_toplevel_char): '<' and '>' also increase and
4747 decrease the depth we are at, in the case of templates.
4749 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
4751 * mips-tdep.c (mips_float_register_type): New function.
4752 (mips_double_register_type): New function.
4753 (mips_print_register): Use them.
4754 (do_fp_register_row): Likewise.
4756 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
4758 * signals/signals.c (signals): Remove conditional compilation around
4759 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
4760 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
4762 2002-05-09 Michael Snyder <msnyder@redhat.com>
4764 * remote-rdp.c (remote_rdp_can_run): Remove.
4766 2002-05-09 Tom Tromey <tromey@redhat.com>
4768 * jv-valprint.c (java_val_print): Handle `char' as a special case
4771 2002-05-09 Michael Snyder <msnyder@redhat.com>
4773 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
4774 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
4775 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
4776 str r(0123),[sp,#nn].
4777 (arm_skip_prologue): Ditto. Also make disassembly
4778 order-independent by placing it in a loop.
4780 2002-05-06 Michael Snyder <msnyder@redhat.com>
4782 * stabsread.c (read_type): Add recognition for new attribute:
4783 "@V;" means that an array type is actually a vector.
4784 This is analogous to the vector flag that's been added to dwarf2.
4786 2002-05-09 Mark Kettenis <kettenis@gnu.org>
4788 * i386-tdep.h (i386_abi): New enum.
4789 (struct gdbarch_tdep): Replace os_ident member with abi.
4790 (i386_gdbarch_register_os_abi): New prototype.
4791 * i386-tdep.c (i386_abi_names): New array.
4792 (process_note_abi_tag_sections): Removed.
4793 (process_note_sections): New function.
4794 (i386_elf_abi_from_note, i386_elf_abi): New functions.
4795 (struct i386_abi_handler): New struct.
4796 (i386_abi_handler_list): New variable.
4797 (i386_gdbarch_register_os_abi): New function.
4798 (i386_gdbarch_init): Adapt for the changes given above.
4800 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
4802 * gregset.h: Say "GNU/Linux".
4804 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
4806 * gdbtypes.c : Add new builtin type for 64 bit vectors.
4807 (build_gdbtypes): Build builtin_type_v2_float.
4808 (_initialize_gdbtypes): Register new builtin type.
4810 2002-05-08 Andrew Cagney <ac131313@redhat.com>
4812 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
4813 (clear_gdbarch_swap): New function.
4814 (initialize_non_multiarch): Call.
4815 (gdbarch_update_p): Before calling init(), swap out and clear the
4816 existing architecture.
4817 * gdbarch.c: Regenerate.
4819 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
4821 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
4824 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
4826 * sh-nbsd-nat.c: Rename to...
4827 * shnbsd-nat.c: ...this.
4828 * sh-nbsd-tdep.c: Rename to...
4829 * shnbsd-tdep.c: ...this.
4830 * sh-nbsd-tdep.h: Rename to...
4831 * shnbsd-tdep.h: ...this.
4832 * config/sh/nbsd.mh: Use shnbsd-nat.o.
4833 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
4835 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
4837 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
4838 concatenation for command help messages.
4840 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
4842 * NEWS: Note new sh*-*-netbsdelf* configuration.
4843 * configure.host: Set gdb_host_cpu to sh for all sh*.
4844 (sh*-*-netbsdelf*): New host.
4845 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
4846 (sh*-*-netbsdelf*): New target.
4847 * sh-nbsd-nat.c: New file.
4848 * sh-nbsd-tdep.c: New file.
4849 * sh-nbsd-tdep.h: New file.
4850 * config/sh/nbsd.mh: New file.
4851 * config/sh/nbsd.mt: New file.
4852 * config/sh/nm-nbsd.h: New file.
4853 * config/sh/tm-nbsd.h: New file.
4855 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
4857 * sh-tdep.c (sh_osabi_names): Declare.
4858 (process_note_abi_tag_sections): New function.
4859 (get_elfosabi): Ditto.
4860 (sh_gdbarch_register_os_abi): Ditto.
4861 (sh_dump_tdep): Ditto.
4862 _initialize_sh_tdep): Use gdbarch_register to register
4863 sh_gdbarch_init and sh_dump_tdep.
4864 * config/sh/tm-sh.h (sh_osabi): Declare.
4865 (gdbarch_tdep): Add sh_osabi and osabi_name members.
4867 2002-05-07 Andrew Cagney <ac131313@redhat.com>
4869 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
4870 (thumb_scan_prologue): Ditto.
4871 (arm_find_callers_reg): Ditto.
4872 (arm_frame_chain): Ditto.
4873 (arm_init_extra_frame_info): Ditto.
4874 (arm_frame_saved_pc): Ditto.
4875 (arm_pop_frame): Ditto.
4876 (arm_push_return_address): New function.
4877 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
4878 call_dummy_location, call_dummy_breakpoint_offset_p,
4879 call_dummy_breakpoint_offset, call_dummy_p,
4880 call_dummy_stack_adjust_p, call_dummy_words,
4881 sizeof_call_dummy_words, call_dummy_start_offset,
4882 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
4883 call_dummy_address, push_return_address and push_dummy_frame for
4884 generic dummy frames.
4886 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
4888 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
4889 size computation for alloca.
4890 (sh_fp_frame_init_saved_regs): Likewise.
4892 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
4894 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
4895 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
4896 * arm-tdep.c (arm_store_return_value): Use them.
4897 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
4898 * remote-rdp.c (remote_rdp_fetch_register): Use
4899 ARM_MAX_REGISTER_RAW_SIZE.
4900 (remote_rdp_store_register): Likewise.
4902 2002-05-07 Michal Ludvig <mludvig@suse.cz>
4904 * dwarf2cfi.c: Code cleanup, removed unused variables,
4905 added default labels to switch {} statements.
4906 * x86-64-tdep.c: Ditto.
4907 * x86-64-linux-nat.c: Ditto.
4909 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
4911 * solib.h: Protect against multiple inclusion.
4913 2002-05-06 Jim Blandy <jimb@redhat.com>
4915 Add first preprocessor macro-expansion files.
4916 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
4917 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
4918 (splay_tree_h, macroexp_h, macrotab_h): New variable.
4919 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
4920 (COMMON_OBS): Add macrotab.o, macroexp.o.
4921 (macroexp.o, macrotab.o): New rules.
4923 Separate the job of reading the line number info statement program
4924 header (...expialidocious) out into its own function.
4925 * dwarf2read.c (struct line_head, struct filenames, struct
4926 directories): Replace with...
4927 (struct line_header): New structure, containing the full
4928 contents of the statement program header, including the
4929 include directory and file name tables.
4930 (read_file_scope): If we have line number info, instead of just
4931 calling dwarf_decode_lines to do all the work, call
4932 dwarf_decode_line_header first to get a `struct line_header'
4933 containing the data in the statement program header, and then
4934 pass that to dwarf_decode_lines, which will pick up where that
4935 left off. Be sure to clean up the `struct line_header' object.
4936 (dwarf_decode_line_header, free_line_header, add_include_dir,
4937 add_file_name): New functions.
4938 (dwarf_decode_lines): Move all the code to read the statement
4939 program header into dwarf_decode_line_header. Take the line
4940 header it built as the first argument, instead of the offset to
4941 the compilation unit's line number info. Use the new `struct
4942 line_header' type instead of the old structures. No need to do
4943 cleanups here now, since we don't allocate anything.
4944 (dwarf2_statement_list_fits_in_line_number_section,
4945 dwarf2_line_header_too_long): New complaints.
4947 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
4949 * gdbtypes.c (init_vector_type): New function.
4950 (build_builtin_type_vec128): Simplify the representation of SIMD
4952 (build_gdbtypes): Initialize new builtin vector types.
4953 (_initialize_gdbtypes): Register new vector types with gdbarch.
4954 (builtin_type_v4_float, builtin_type_v4_int32,
4955 builtin_type_v8_int16, builtin_type_v16_int8,
4956 builtin_type_v2_int32, builtin_type_v4_int16,
4957 builtin_type_v8_int8): New (renamed) SIMD types.
4959 2002-05-06 Mark Kettenis <kettenis@gnu.org>
4961 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
4962 (i387_fill_fxsave): Likewise.
4964 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
4966 * alpha-tdep.c (alpha_extract_return_value): Don't use
4967 non-constant array size in prototype.
4969 2002-05-04 Andrew Cagney <ac131313@redhat.com>
4971 From Brian Taylor <briant at model dot com>:
4972 * ui-out.c (ui_out_field_core_addr): Use the function
4973 longest_local_hex_string_custom'to format addresses > 32 bits
4976 * ui-out.c (ui_out_field_core_addr): Update comment.
4978 2002-05-04 Andrew Cagney <ac131313@redhat.com>
4980 * stack.c (select_and_print_frame): Make static. Delete the
4982 (func_command): Update call.
4983 (select_frame_command): Delete code computing the frame level.
4984 * frame.h (select_and_print_frame): Delete declaration.
4986 2002-05-04 Andrew Cagney <ac131313@redhat.com>
4988 * sparc-tdep.c (sparc_get_saved_register): Comment why
4989 get_prev_frame call is safe.
4991 2002-05-04 Andrew Cagney <ac131313@redhat.com>
4993 * frame.h (select_frame): Delete level parameter.
4994 * stack.c (select_frame): Update. Use frame_relative_level to
4995 obtain the frame's level.
4996 (select_and_print_frame): Update call.
4997 (select_frame_command): Ditto.
4998 (up_silently_base): Ditto.
4999 (down_silently_base): Ditto.
5000 * ocd.c (ocd_start_remote): Ditto.
5001 * remote-rdp.c (remote_rdp_open): Ditto.
5002 * remote-mips.c (mips_initialize): Ditto.
5003 (common_open): Ditto.
5004 * remote-e7000.c (e7000_start_remote): Ditto.
5005 * m3-nat.c (select_thread): Ditto.
5006 * hppa-tdep.c (child_get_current_exception_event): Ditto.
5007 (child_get_current_exception_event): Ditto.
5008 * varobj.c (varobj_create): Ditto.
5009 (varobj_update): Ditto.
5010 (c_value_of_root): Ditto.
5011 * tracepoint.c (finish_tfind_command): Ditto.
5012 * corelow.c (core_open): Ditto.
5013 * arch-utils.c (generic_prepare_to_proceed): Ditto.
5014 * thread.c (info_threads_command): Ditto.
5015 (switch_to_thread): Ditto.
5016 * infrun.c (normal_stop): Ditto.
5017 (restore_selected_frame): Ditto.
5018 (restore_inferior_status): Ditto.
5019 * breakpoint.c (insert_breakpoints): Ditto.
5020 (watchpoint_check): Ditto.
5021 (bpstat_stop_status): Ditto.
5022 (do_enable_breakpoint): Ditto.
5023 * blockframe.c (flush_cached_frames): Ditto.
5024 (reinit_frame_cache): Ditto.
5026 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5028 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
5031 2002-05-04 Jim Blandy <jimb@redhat.com>
5033 * gdbtypes.c (replace_type): Doc fix.
5035 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5037 * valprint.c (strcat_longest): Delete commented out function.
5040 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5042 * MAINTAINERS: Mark a29k as deleted.
5043 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
5044 Move new configurations to the top.
5045 * configure.tgt: Remove a29k.
5046 * config/a29k/tm-vx29k.h: Delete.
5047 * config/a29k/vx29k.mt: Delete.
5048 * config/a29k/tm-a29k.h: Delete.
5049 * config/a29k/a29k-udi.mt: Delete.
5050 * config/a29k/a29k.mt: Delete.
5051 * a29k-tdep.c: Delete.
5052 * remote-udi.c: Delete.
5053 * remote-mm.c: Delete.
5054 * remote-eb.c: Delete.
5055 * remote-adapt.c: Delete.
5056 * Makefile.in: Remove obsolete code.
5057 * gdbserver/Makefile.in: Ditto.
5058 * config/s390/s390x.mt: Ditto.
5059 * config/s390/s390.mt: Ditto.
5060 * config/sparc/sparclynx.mh: Ditto.
5061 * config/sparc/linux.mh: Ditto.
5062 * config/pa/hppaosf.mh: Ditto.
5063 * config/pa/hppabsd.mh: Ditto.
5064 * config/ns32k/nbsd.mt: Ditto.
5065 * config/mips/vr5000.mt: Ditto.
5066 * config/m68k/sun3os4.mh: Ditto.
5067 * config/m68k/nbsd.mt: Ditto.
5068 * config/m68k/m68klynx.mh: Ditto.
5069 * config/m32r/m32r.mt: Ditto.
5070 * config/i386/x86-64linux.mt: Ditto.
5071 * config/i386/nbsdelf.mt: Ditto.
5072 * config/i386/nbsd.mt: Ditto.
5073 * config/i386/i386lynx.mh: Ditto.
5075 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5077 * target.c (debug_print_register): New function. Handle oversize
5079 (debug_to_fetch_registers): Call.
5080 (debug_to_store_registers): Call.
5082 2002-05-03 Jim Blandy <jimb@redhat.com>
5084 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
5085 (read_type): Doc fix.
5086 * gdbtypes.c (replace_type): Doc fix.
5088 * stabsread.c (multiply_defined_struct): New complaint.
5089 (read_struct_type): If the type we were passed isn't empty, or
5090 incomplete, don't read the new struct type into it; complain,
5091 and return the original type unchanged. Take a new `type_code'
5092 argument, which is the type code for the new type.
5093 (read_type): Rather than storing the type's type code here, pass
5094 it as an argument to read_struct_type, and let that take care of
5095 storing it. That way, we don't overwrite the original type code,
5096 so read_struct_type can use it to decide whether we're overwriting
5097 something we shouldn't.
5098 (complain_about_struct_wipeout): New function.
5100 2002-05-03 Andrew Cagney <ac131313@redhat.com>
5102 * gdbarch.sh: Assert that gdbarch is non-NULL.
5103 * gdbarch.c: Regenerate.
5105 2002-05-03 Jason Merrill <jason@redhat.com>
5107 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
5110 2002-05-03 Michal Ludvig <mludvig@suse.cz>
5112 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
5113 (x86_64_dwarf2gdb_regno_map_length),
5114 (x86_64_dwarf2_reg_to_regnum): Added.
5115 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
5116 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
5117 (_initialize_x86_64_tdep): Synced with the change above.
5118 (x86_64_skip_prologue): Reformulated message.
5120 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
5122 * f-exp.y: Also use new prev_lexptr variable
5123 to improve error reporting. Based on Michael Snyder
5124 2002-04-24 dated patch to c-exp.y.
5125 * jv-exp.y: Likewise.
5126 * m2-exp.y: Likewise.
5128 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
5130 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
5131 we are dealing with vectors.
5133 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5135 * config/m68k/tm-nbsd.h: Obvious fix,
5136 correct machine name.
5138 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5140 * p-typeprint.c (pascal_type_print_base): Add support
5141 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
5143 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5145 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
5146 for fondamental pascal 'char' type.
5148 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5150 * p-lang.h (is_pascal_string_type): Declaration changed,
5151 new sixth argument of type char ** added.
5152 * p-lang.c (is_pascal_string_type): Implementation
5153 changed. Args length_pos, length_size, string_pos, char_size
5154 can now be NULL. New argument arrayname set to the field
5155 name of the char array. Return value set to char array
5156 field index plus one.
5157 * p-valprint.c (pascal_val_print): Adapt to new declaration of
5158 is_pascal_string_type function.
5160 2002-05-02 Andrew Cagney <cagney@redhat.com>
5162 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
5163 <cagney@redhat.com> change.
5164 * gdbarch.c: Regenerate.
5166 2002-05-02 Andrew Cagney <cagney@redhat.com>
5168 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
5169 before probing for a new one. Detect errorenous gdbarch_init
5171 * gdbarch.c: Regenerate.
5173 2002-05-01 Andrew Cagney <cagney@redhat.com>
5175 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
5176 * config/mcore/tm-mcore.h: Ditto. Update copyright.
5177 * config/v850/tm-v850.h: Ditto. Update copyright.
5179 2002-04-30 Andrew Cagney <ac131313@redhat.com>
5181 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
5184 2002-04-30 Michael Snyder <msnyder@redhat.com>
5186 * arm-tdep.c: Whitespace clean-ups.
5187 (arm_skip_prologue): Fix thinko; two lines
5188 should have been removed as part of 4/24 change.
5190 2002-04-30 Kevin Buettner <kevinb@redhat.com>
5192 * rs6000-tdep.c: Added comment describing how fpscr register
5193 numbers were chosen.
5195 2002-04-30 Michael Snyder <msnyder@redhat.com>
5197 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
5199 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
5201 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
5202 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
5203 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
5205 2002-04-29 Kevin Buettner <kevinb@redhat.com>
5207 From Louis Hamilton <hamilton@redhat.com>:
5208 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
5209 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
5210 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
5211 not bfd-private xcoff data, to determine wordsize.
5212 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
5214 2002-04-29 Andrew Cagney <ac131313@redhat.com>
5216 GDB 5.2 released from 5.2 branch.
5218 2002-04-29 Michal Ludvig <mludvig@suse.cz>
5220 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
5221 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
5222 (x86_64_register_info_table): Added comments with register numbers.
5224 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
5226 * rs6000-tdep.c (rs6000_extract_return_value,
5227 rs6000_store_return_value): Handle returning vectors.
5228 (rs6000_gdbarch_init): Use
5229 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
5230 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
5232 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
5234 (ppc_sysv_abi_push_arguments): Handle vector parameters.
5235 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
5237 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
5239 * hpread.c (hpread_psymtab_to_symtab_1,
5240 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
5241 with fprintf_unfiltered (gdb_stderr,...).
5243 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
5245 * remote-array.c (printf_monitor, write_monitor,
5246 array_insert_breakpoint, array_remove_breakpoint ):
5247 Replace fprintf (stderr,...
5248 with fprintf_unfiltered (gdb_stderr,....
5249 * remote-es.c: Likewise.
5250 * remote-os9k.c: Likewise.
5251 * remote-st.c: Likewise.
5253 2002-04-28 Andreas Schwab <schwab@suse.de>
5255 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
5256 linux-proc.o and gcore.o.
5258 2002-04-26 Michal Ludvig <mludvig@suse.cz>
5260 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
5261 code without frame pointers.
5263 2002-04-26 Andrew Cagney <ac131313@redhat.com>
5265 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
5268 2002-04-26 Ben Elliston <bje@redhat.com>
5270 * target.c (do_xfer_memory): Correct reference to the new option
5271 "trust-readonly-sections".
5273 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
5275 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
5276 * gdbtypes.c (recursive_dump_type): Output the vector flag.
5277 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
5279 (read_array_type): Record the fact that this array type is really a
5280 vector (i.e. are passed in by value).
5282 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
5284 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
5285 * alpha-tdep.c (alpha_sigcontext_addr): New function.
5286 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
5287 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
5288 * alpha-linux-tdep.c: Include frame.h.
5289 (alpha_linux_sigcontext_addr): New function.
5290 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
5291 alpha_linux_sigcontext_addr.
5292 * alpha-osf1-tdep.c: Include gdbcore.h.
5293 (alpha_osf1_sigcontext_addr): New function.
5294 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
5295 alpha_osf1_sigcontext_addr.
5296 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
5297 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
5299 2002-04-26 Andrew Cagney <ac131313@redhat.com>
5301 * stack.c (selected_frame_level):
5302 (select_frame): Do not set selected_frame_level.
5303 * frame.h (selected_frame_level): Delete declaration.
5305 2002-04-26 Andrew Cagney <ac131313@redhat.com>
5307 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
5308 convert_from_func_ptr-addr when AIX / PowerOpen.
5310 2002-04-25 Andrew Cagney <ac131313@redhat.com>
5312 * valops.c (hand_function_call): Call
5313 generic_save_call_dummy_addr.
5314 * frame.h (generic_save_call_dummy_addr): Declare.
5315 * blockframe.c (struct dummy_frame): Add fields call_lo and
5317 (generic_find_dummy_frame): Check for PC in range call_lo to
5318 call_hi instead of entry_point_address.
5319 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
5320 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
5321 (generic_save_call_dummy_addr): New function.
5323 2002-04-24 David S. Miller <davem@redhat.com>
5325 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
5326 sparc_skip_prologue.
5327 (sparc_skip_prologue): Kill frameless_p arg, and use line number
5328 information to find prologue when possible.
5329 (sparc_prologue_frameless_p): Call examine_prologue directly.
5330 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
5331 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
5333 (SKIP_PROLOGUE): Likewise.
5335 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5337 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
5338 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
5339 indicate that the condition it was testing is always true.
5340 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
5341 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
5342 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
5344 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5346 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
5347 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
5348 tdep->jb_pc and tdep->jb_elt_size.
5349 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
5350 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
5351 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5352 * alpha-nat.c (get_longjmp_target): Remove.
5353 (JB_ELEMENT_SIZE): Ditto.
5355 * alpha-tdep.c (alpha_get_longjmp_target): New function.
5356 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
5357 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
5358 to alpha_get_longjmp_target.
5359 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
5360 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
5361 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
5363 2002-04-25 Andrew Cagney <ac131313@redhat.com>
5365 * README: Update to GDB 5.2.
5367 2002-04-25 Andrew Cagney <ac131313@redhat.com>
5369 * gdbarch.sh (LC_ALL): Set to `c'.
5371 2002-04-25 Theodore A. Roth <troth@verinet.com>
5373 * avr-tdep.c: Ran through gdb_indent.sh.
5375 2002-04-25 Theodore A. Roth <troth@verinet.com>
5377 * MAINTAINERS: Add myself as AVR maintainer.
5378 * NEWS: Note new target avr.
5380 2002-04-25 Theodore A. Roth <troth@verinet.com>
5382 * Makefile.in: Add support for AVR target.
5383 * configure.tgt: Add support for AVR target.
5384 * avr-tdep.c: New file
5385 * config/avr/avr.mt: New file.
5387 2002-04-25 Theodore A. Roth <troth@verinet.com>
5389 * MAINTAINERS: Add myself to write-after-approval.
5391 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
5393 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
5394 with fprintf_unfiltered (gdb_stderr,....
5396 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
5399 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
5401 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
5403 * p-exp.y: Also use new prev_lexptr variable
5404 to improve error reporting. Based on Michael Snyder
5405 2002-04-24 dated patch to c-exp.y.
5407 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5409 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
5410 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
5411 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
5413 * config/alpha/tm-alpha.h: Remove forward decls of struct type
5415 (FUNCTION_START_OFFSET): Remove.
5416 (BREAKPOINT): Ditto.
5418 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5420 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
5423 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5425 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
5426 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
5427 alpha_linux_pc_in_sigtramp.
5428 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
5429 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
5430 alpha_osf1_pc_in_sigtramp.
5431 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
5432 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
5433 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
5434 alphafbsd_pc_in_sigtramp.
5435 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
5436 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
5437 alphanbsd_pc_in_sigtramp.
5438 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
5439 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
5441 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5443 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5445 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5447 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
5449 (alphanbsd-nat.o): New dependency list.
5450 (alphanbsd-tdep.o): Ditto.
5451 * NEWS: Note new native NetBSD/alpha configuration.
5452 * alphanbsd-nat.c: New file.
5453 * alphanbsd-tdep.c: Ditto.
5454 * configure.host (alpha*-*-netbsd*): New host.
5455 * configure.tgt (alpha*-*-netbsd*): New target.
5456 * config/alpha/nbsd.mh: New file.
5457 * config/alpha/nbsd.mt: Ditto.
5458 * config/alpha/nm-nbsd.h: Ditto.
5459 * config/alpha/tm-nbsd.h: Ditto.
5461 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5463 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
5464 (alpha-osf1-tdep.o): New dependency list.
5465 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
5466 and skip_sigtramp_frame members.
5467 * alpha-linux-tdep.c: Include gdbcore.h.
5468 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
5469 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
5470 * alpha-osf1-tdep.c: New file.
5471 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
5473 (alpha_frame_past_sigtramp_frame): New function.
5474 (alpha_dynamic_sigtramp_offset): Ditto.
5475 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
5476 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
5477 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
5478 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
5479 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
5480 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
5481 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
5482 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
5483 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
5484 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
5485 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
5486 to find_solib_trampoline_target.
5487 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
5488 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
5489 (SKIP_TRAMPOLINE_CODE): Remove.
5490 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5491 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5492 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
5493 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
5494 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
5495 (PROC_SIGTRAMP_MAGIC): Ditto.
5496 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5497 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5498 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5499 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
5500 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
5502 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5504 * NEWS: Note that Alpha targets are now multi-arch.
5506 2002-04-24 Michael Snyder <msnyder@redhat.com>
5508 * parser-defs.h (prev_lexptr): New external variable.
5509 * parse.c (parse_exp_1): Set prev_lexptr to null before
5510 calling the language-specific parser.
5511 * c-exp.y (yylex): Set prev_lexptr to start of current token.
5512 (yyerror): Use prev_lexptr in error reporting.
5514 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
5516 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
5517 * gregset.h: If FILL_FPXREGSET is defined, provide
5518 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
5519 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
5520 is defined, call fill_fpxregset.
5522 2002-04-24 Roland McGrath <roland@frob.com>
5524 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
5525 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
5526 (supply_gregset, supply_fpregset): New functions.
5528 * gnu-nat.c (gnu_find_memory_regions): New function.
5529 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
5530 (gnu_xfer_memory): Add a cast.
5532 2002-04-24 Michael Snyder <msnyder@redhat.com>
5534 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
5535 loop. Add handling for "str lr, [sp, #-4]!" and for saves
5536 of argument regs ("str r(0123), [r11, #-nn"]).
5537 (arm_skip_prologue): Better handling for frameless functions.
5538 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
5539 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
5541 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
5543 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
5544 NUM_PSEUDO_REGS can be used.
5546 2002-04-24 Andrew Cagney <ac131313@redhat.com>
5548 * arch-utils.h: Update copyright.
5550 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
5551 * gdbarch.h, gdbarch.c: Re-generate.
5553 * inferior.h (IN_SIGTRAMP): Delete definition.
5554 * arch-utils.c (legacy_pc_in_sigtramp): New function.
5555 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
5557 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
5558 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
5559 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
5560 (find_proc_framesize): Ditto.
5561 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
5562 (alpha_init_extra_frame_info): Ditto.
5563 * infrun.c (handle_inferior_event): Ditto.
5564 (handle_inferior_event): Ditto.
5565 (check_sigtramp2): Ditto.
5566 * blockframe.c (create_new_frame): Ditto.
5567 (get_prev_frame): Ditto.
5568 * ppc-linux-tdep.c: Update comments.
5569 * i386-linux-tdep.c: Update comments.
5570 * breakpoint.c (bpstat_what): Update comment.
5572 2002-04-24 Michal Ludvig <mludvig@suse.cz>
5574 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
5575 (regsets_store_inferior_registers): Removed cast to int from
5577 * gdbserver/regcache.h: Added declaration of struct inferior_info.
5579 2002-04-24 David S. Miller <davem@redhat.com>
5581 * i960-tdep.c (register_in_window_p): New function.
5582 (i960_find_saved_register): Use it instead of
5583 REGISTER_IN_WINDOW_P.
5584 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
5586 * symtab.h (find_stab_function_addr): Kill extern.
5587 * minsyms.c (find_stab_function_addr): Remove from here...
5588 * dbxread.c: ... to here, and mark it static.
5590 2002-04-20 David S. Miller <davem@redhat.com>
5592 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
5593 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
5595 2002-04-21 David S. Miller <davem@redhat.com>
5597 * remote-vxsparc.c (vx_read_register): Fix typo, we want
5598 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
5599 (vx_write_register): Likewise.
5601 2002-04-23 J. Brobecker <brobecker@gnat.com>
5603 * source.c (is_regular_file): New function.
5604 (openp): Check wether file to open is a regular file
5605 to avoid opening directories.
5607 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5609 * findvar.c (extract_signed_integer): Cast printf argument
5610 to suppress format warning.
5611 (extract_unsigned_integer): Likewise.
5612 * infcmd.c (registers_info): Likewise.
5613 * top.c (get_prompt_1): Likewise.
5614 * valops.c (value_assign): Likewise.
5615 * valprint.c (print_decimal): Likewise.
5617 2002-04-22 H.J. Lu (hjl@gnu.org)
5619 * c-exp.y (typebase): Support
5621 [long|long long|short] [signed|unsigned] [int|]
5625 signed [long|long long|short] int
5627 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5629 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
5631 * vax-tdep.h: New file.
5632 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
5633 Make several routines static.
5634 (vax_get_saved_register): New function.
5635 (vax_gdbarch_init): New function.
5636 (_initialize_vax_tdep): Register vax_gdbarch_init.
5637 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
5638 Remove macros now under the control of gdbarch.
5640 2002-04-22 Michael Snyder <msnyder@redhat.com>
5642 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
5643 Some whitespace and coding standards tweaks.
5645 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5647 * vax-tdep.c: Include regcache.h.
5648 (vax_call_dummy_words): New.
5649 (sizeof_vax_call_dummy_words): New.
5650 (vax_fix_call_dummy): New function.
5651 (vax_saved_pc_after_call): Ditto.
5652 * config/vax/tm-vax.h: Don't include regcache.h.
5653 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
5654 (CALL_DUMMY): Remove.
5655 (CALL_DUMMY_WORDS): Define.
5656 (SIZEOF_CALL_DUMMY_WORDS): Define.
5657 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
5659 2002-04-18 Michael Snyder <msnyder@redhat.com>
5661 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
5663 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5665 * vax-tdep.c (vax_frame_chain): New function.
5666 (vax_push_dummy_frame): Ditto.
5667 (vax_pop_frame): Ditto.
5668 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
5669 (FRAMELESS_FUNCTION_INVOCATION): Use
5670 generic_frameless_function_invocation_not.
5671 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
5672 (POP_FRAME): Use vax_pop_frame.
5674 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5676 * vax-tdep.c (vax_store_struct_return): New function.
5677 (vax_extract_return_value): Ditto.
5678 (vax_store_return_value): Ditto.
5679 (vax_extract_struct_value_address): Ditto.
5680 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
5681 vax_store_struct_return.
5682 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
5683 (STORE_RETURN_VALUE): Use vax_store_return_value.
5684 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
5686 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5688 * vax-tdep.c (vax_frame_saved_pc): New function.
5689 (vax_frame_args_address_correct): Ditto.
5690 (vax_frame_args_address): Ditto.
5691 (vax_frame_locals_address): Ditto.
5692 (vax_frame_num_args): Move code to be in proximity to
5693 other frame-related functions.
5694 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
5695 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
5696 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
5697 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
5698 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
5700 2002-04-22 H.J. Lu (hjl@gnu.org)
5702 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
5705 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5707 * vax-tdep.c (vax_frame_init_saved_regs): New function.
5708 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
5709 (FRAME_INIT_SAVED_REGS): New macro.
5711 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5713 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
5715 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5717 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
5719 (fetch_osf_core_registers): Likewise.
5720 (supply_gregset): Likewise.
5722 2002-04-22 J. Brobecker <brobecker@gnat.com>
5724 * symfile.h (get_section_index): Define.
5725 * symfile.c (get_section_index): New function.
5726 * mdebugread.c (SC_IS_SBSS): New macro.
5727 (SC_IS_BSS): Return true for the scBss storage class only, as
5728 the scSBss storage class refers to the .sbss section.
5729 (parse_partial_symbols): Discard the symbols which associated
5730 section does not exist.
5731 Make sure to use the .sbss section index for symbols which
5732 storage class is scBss, rather than using the .bss section index.
5734 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5736 * vax-tdep.c: Update copyright years.
5737 (vax_register_name): New function.
5738 (vax_register_byte): Ditto.
5739 (vax_register_raw_size): Ditto.
5740 (vax_register_virtual_size): Ditto.
5741 (vax_register_virtual_type): Ditto.
5742 * config/vax/tm-vax.h: Update copyright years.
5743 (REGISTER_NAMES): Remove.
5744 (REGISTER_NAME): Define.
5745 (REGISTER_BYTE): Use vax_register_byte.
5746 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
5747 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
5748 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
5750 2002-04-21 Andrew Cagney <ac131313@redhat.com>
5752 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
5754 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
5756 2002-04-21 David S. Miller <davem@redhat.com>
5758 * arch-utils.c (generic_prologue_frameless_p): Kill
5759 SKIP_PROLOGUE_FRAMELESS_P code.
5760 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
5762 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
5763 * arc-tdep.c (arc_prologue_frameless_p): Implement.
5764 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
5766 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
5767 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
5768 (sparc_gdbarch_init): Pass it to
5769 set_gdbarch_prologue_frameless_p.
5771 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
5773 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
5774 (alphabsd-nat.o): New dependency list.
5776 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
5778 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
5780 (alpha-linux-tdep.o): New dependency list.
5781 (alphafbsd-tdep.o): Likewise.
5783 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
5785 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
5787 * alpha-tdep.c: ...from here.
5788 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
5790 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
5792 * config/alpha/tm-alpha.h: Move alpha_software_single_step
5793 prototype from here...
5794 * alpha-tdep.h: ...to here.
5796 2002-04-21 Andrew Cagney <ac131313@redhat.com>
5798 * frame.h (selected_frame_level): Document as deprecated.
5799 (frame_relative_level): Declare.
5800 * stack.c (frame_relative_level): New function.
5801 (selected_frame_level): Document as deprecated.
5802 (select_frame): Do not set the selected_frame_level.
5804 * stack.c (frame_info, record_selected_frame): Update.
5805 (frame_command, current_frame_command): Update.
5806 (up_silently_base, up_command, down_silently_base): Update.
5807 (down_command): Update.
5808 * inflow.c (kill_command): Update.
5809 * tracepoint.c (finish_tfind_command): Update.
5810 * corelow.c (core_open): Update.
5811 * thread.c (info_threads_command): Update.
5812 (do_captured_thread_select): Update.
5813 * infcmd.c (finish_command): Update.
5814 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
5816 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
5818 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
5820 2002-04-21 Andrew Cagney <ac131313@redhat.com>
5822 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
5825 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
5827 * alphafbsd-tdep.c: Update copyright years. Include
5829 (alphafbsd_use_struct_convention): Make static.
5830 (alphafbsd_init_abi): New function.
5831 (_initialize_alphafbsd_tdep): New function.
5832 * config/alpha/tm-fbsd.h: Update copyright years.
5833 (USE_STRUCT_CONVENTION): Remove.
5835 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
5837 * alpha-tdep.c (alpha_abi_handler): New structure to describe
5838 an Alpha ABI variant.
5839 (alpha_abi_handler_list): Declare.
5840 (alpha_gdbarch_register_os_abi): New function.
5841 (alpha_gdbarch_init): Give registered ABI variant handlers a
5842 chance to tweak the gdbarch once we have set up defaults.
5843 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
5845 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
5847 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
5848 to standard_coerce_float_to_double.
5849 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
5851 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
5853 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
5854 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
5855 from gdbarch_tdep rather than a constant.
5856 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
5857 the default text address for all Alpha Unix ABIs.
5858 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
5859 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
5861 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
5863 * alpha-tdep.h: New file. Includes several Alpha target constants
5865 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
5866 let gdbarch deal with.
5867 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
5868 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
5870 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
5871 Alpha target register names.
5872 * alphabsd-nat.c: Likewise.
5873 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
5874 Alpha target register names. Make serveral routines static.
5875 (alpha_get_saved_register): New function.
5876 (alpha_abi_names): New.
5877 (process_note_abi_tag_sections): New function.
5878 (get_elfosabi): New function.
5879 (alpha_gdbarch_init): New function.
5880 (alpha_dump_tdep): New function.
5881 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
5883 2002-04-21 Andrew Cagney <ac131313@redhat.com>
5885 * frame.c (find_saved_register): Delete #ifdef
5886 HAVE_REGISTER_WINDOWS code.
5887 * config/sparc/tm-sparc.h: Update comments.
5888 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
5890 2002-04-21 Andrew Cagney <ac131313@redhat.com>
5892 * i960-tdep.c (i960_find_saved_register): New function.
5893 (i960_get_saved_register): New function.
5894 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
5895 (i960_get_saved_register): Declare.
5896 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
5898 2002-04-20 David S. Miller <davem@redhat.com>
5900 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
5902 2002-04-20 Andrew Cagney <ac131313@redhat.com>
5904 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
5905 instead of NUM_PSEUDO_REGS.
5907 2002-04-20 David S. Miller <davem@redhat.com>
5909 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
5910 GDB_MULTI_ARCH_PARTIAL
5911 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
5912 define, let tm-sp64.h do it.
5914 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
5916 * frame.c (find_saved_register): Avoid a NULL pointer
5917 dereference and actually walk the frame list.
5919 2002-04-20 Andrew Cagney <ac131313@redhat.com>
5921 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
5922 sorted in most most-recent-used order. Document.
5923 * gdbarch.h, gdbarch.c: Regenerate.
5925 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
5927 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
5928 (add_inferior): Call create_register_cache.
5929 (clear_inferiors): Call free_register_cache.
5930 (inferior_regcache_data, set_inferior_regcache_data): New functions.
5931 * gdbserver/regcache.c (struct inferior_regcache_data): New.
5932 (registers): Remove.
5933 (get_regcache): New function.
5934 (create_register_cache, free_register_cache): New functions.
5935 (set_register_cache): Don't initialize the register cache here.
5936 (registers_to_string, registers_from_string, register_data): Call
5938 * gdbserver/regcache.h: Add prototypes.
5939 * gdbserver/server.h: Likewise.
5941 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
5943 * gdbserver/mem-break.c: New file.
5944 * gdbserver/mem-break.h: New file.
5945 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
5947 * gdbserver/inferiors.c (struct inferior_info): Add target_data
5949 (clear_inferiors): Free target_data member if set.
5950 (inferior_target_data, set_inferior_target_data): New functions.
5951 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
5952 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
5953 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
5954 (struct inferior_linux_data): New.
5955 (linux_create_inferior): Use set_inferior_target_data.
5956 (linux_attach): Likewise. Call add_inferior.
5957 (linux_wait_for_one_inferior): New function.
5958 (linux_wait): Call it.
5959 (linux_write_memory): Add const.
5960 (initialize_low): Call set_breakpoint_data.
5961 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
5963 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
5965 * gdbserver/server.h: Include mem-break.h. Update inferior.c
5967 * gdbserver/target.c (read_inferior_memory)
5968 (write_inferior_memory): New functions.
5969 * gdbserver/target.h (read_inferior_memory)
5970 (write_inferior_memory): Change macros to prototypes.
5971 (struct target_ops): Update comments. Add const to write_memory
5974 2002-04-19 Andrew Cagney <ac131313@redhat.com>
5976 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
5978 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
5979 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
5980 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
5983 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
5986 * gdbtypes.c (init_simd_type): Rewrite using new functions.
5987 (build_builtin_type_vec128): Ditto.
5988 (append_composite_type_field): Fix calculation of type length in
5991 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
5993 * config/djgpp/README: Update.
5995 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
5998 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
6000 * alpha-tdep.c (setup_arbitrary_frame): Rename...
6001 (alpha_setup_arbitrary_frame): ...to this.
6002 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
6003 for alpha_setup_arbitrary_frame.
6005 2002-04-18 Andrew Cagney <cagney@redhat.com>
6007 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
6008 * gdbarch.h, gdbarch.c: Regenerate.
6010 * defs.h (breakpoint_from_pc_fn): Delete type definition.
6011 * target.h (memory_breakpoint_from_pc): Update declaration.
6012 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
6014 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
6015 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
6016 * mem-break.c (memory_breakpoint_from_pc): Ditto.
6017 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
6018 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
6019 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
6020 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
6021 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
6022 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
6023 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
6024 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
6025 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
6027 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
6029 * monitor.c (monitor_insert_breakpoint): Ditto.
6030 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
6032 * config/mcore/tm-mcore.h: Update copyright.
6033 * mem-break.c: Ditto.
6034 * xstormy16-tdep.c: Ditto.
6036 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
6038 * p-exp.y: Add precedence rule for '^' token.
6039 This removes the shift/reduce conflicts.
6040 Remove the comment concerning these shift/reduce conflicts.
6042 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
6044 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
6045 (registers_powerpc_nofp): New register set for processors
6046 without floating point unit.
6048 2002-04-18 David S. Miller <davem@redhat.com>
6050 * MAINTAINERS: Add myself to write-after-approval.
6052 2002-04-17 Michael Snyder <msnyder@redhat.com>
6054 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
6056 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6058 * rs6000-tdep.c (frame_initial_stack_address): Use
6059 frame_register_read to read the alloca_reg.
6061 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6063 * frame.c (find_saved_register): Find saved registers in the next
6067 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6069 * gdbarch.sh (LANG): Set to ``c''.
6071 2002-04-15 Andrew Cagney <ac131313@redhat.com>
6073 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
6075 2002-04-15 Andrew Cagney <ac131313@redhat.com>
6077 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
6080 * hpread.c (hpread_get_lntt): Add declaration.
6081 Also fix PR gdb/391.
6083 2002-04-14 Andrew Cagney <ac131313@redhat.com>
6085 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
6086 * aclocal.m4, configure: Re-generate.
6089 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
6091 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
6092 instead of tm_print_insn.
6094 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
6096 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
6098 2002-04-14 Andrew Cagney <ac131313@redhat.com>
6100 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
6101 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
6102 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
6104 2002-04-12 Don Howard <dhoward@redhat.com>
6106 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
6107 max_user_call_depth.
6108 (init_cmd_lists): Initialize the new value;
6109 * cli/cli-script.c (execute_user_command): Limit the call depth of
6110 user defined commands. This avoids a core-dump when user commands
6111 are infinitly recursive.
6113 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6115 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
6116 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
6117 from tdep struct instead of DEFAULT_LR_SAVE.
6118 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
6119 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
6120 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
6122 2002-04-12 Michael Snyder <msnyder@redhat.com>
6124 * Remote.c: Spelling fix.
6125 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
6126 If no symbol found for "sbrk", try "_sbrk".
6127 (make_output_phdrs): Use bfd_section_name.
6128 (gcore_copy_callback): Use bfd_section_name.
6129 * eval.c: Indentation fix-ups.
6130 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
6131 in case it gets applied to an address that is already
6132 in the instruction space.
6133 * cli/cli-decode.c (help_list): Allow long lines to wrap.
6134 * symfile.c: Fix indentation, long lines.
6135 * source.c: White space fix-up.
6137 2002-04-12 Andrew Cagney <cagney@redhat.com>
6139 * defs.h (read_relative_register_raw_bytes): Delete declaration.
6140 * frame.c (frame_register_read): New function. Return non-zero on
6142 (read_relative_register_raw_bytes_for_frame): Delete.
6143 (read_relative_register_raw_bytes): Delete.
6144 * frame.h (frame_register_read): Declare.
6145 * d30v-tdep.c: Update Copyright. Use frame_register_read.
6147 * infcmd.c (do_registers_info): Ditto.
6148 * hppa-tdep.c: Ditto.
6149 * rs6000-tdep.c: Ditto.
6150 * h8500-tdep.c: Ditto.
6151 * mips-tdep.c: Ditto.
6152 * h8300-tdep.c: Ditto.
6153 * z8k-tdep.c: Ditto.
6155 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6157 From Jimi X <jimix@watson.ibm.com>:
6158 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
6161 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6163 From Jimi X <jimix@watson.ibm.com>:
6164 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
6167 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6169 From Jimi X <jimix@watson.ibm.com>:
6170 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
6171 register sets for these processor variants.
6173 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
6175 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
6176 registers which are allowed to fail to store.
6177 * gdbserver/linux-low.h (linux_target_ops): Likewise.
6178 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
6179 (ppc_cannot_store_register): FPSCR may not be storable.
6180 * regformats/reg-ppc.dat: Support FPSCR.
6182 2002-04-11 Kevin Buettner <kevinb@redhat.com>
6184 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
6185 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6186 Add fpscr as an invalid/unfetchable register.
6187 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
6188 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
6189 (fill_fpregset): Add support for register fpscr.
6190 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
6191 (fill_gregset): Account for the fact that register ``mq'' might
6193 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
6194 (registers_power): Add fpscr to register set at slot 71.
6195 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
6196 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
6198 2002-04-11 Michael Snyder <msnyder@redhat.com>
6200 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
6201 * configure: Regenerate.
6202 * config.in: Regenerate.
6203 * acconfig.h: Add define for _SYSCALL32.
6204 * core-sol2.c: Remove #define _SYSCALL32.
6205 * solib-legacy.c: Remove #define _SYSCALL32.
6207 2002-04-10 Andrew Cagney <ac131313@redhat.com>
6209 * stack.c (select_frame): Cleanup internal error message, do not
6212 2002-04-10 Andrew Cagney <ac131313@redhat.com>
6214 * stack.c (select_frame): Check that selected_frame and the
6215 specified level are as expected.
6216 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
6218 * frame.h (struct frame_info): Add field `level'. Update
6220 Work-in-progress PR gdb/464.
6222 2002-04-10 Andrew Cagney <ac131313@redhat.com>
6224 * maint.c (maint_print_section_info): Rename print_section_info.
6225 (print_bfd_section_info, print_objfile_section_info): Update.
6226 * inferior.h (struct gdbarch): Add opaque declaration.
6227 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
6228 * gdbarch.h: Regenerate.
6230 2002-04-10 Michal Ludvig <mludvig@suse.cz>
6232 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
6233 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
6234 (kernel_u_size): Added.
6235 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
6236 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
6238 2002-04-04 Jim Ingham <jingham@apple.com>
6240 * valarith.c (find_size_for_pointer_math): New function, either returns
6241 the size for a pointer's target, returns 1 for void *, or errors for
6243 (value_add, value_sub): use find_size_for_pointer_math.
6245 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6247 * linux-low.c (linux_look_up_symbols): New hook.
6248 (linux_target_ops): Add linux_look_up_symbols.
6249 * remote-utils.c (decode_address): New function.
6250 (look_up_one_symbol): New function.
6251 * server.c (handle_query): Call target look_up_symbols hook.
6252 * server.h (look_up_one_symbol): Add prototype.
6253 * target.h (struct target_ops): Add look_up_symbols hook.
6255 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6257 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
6258 * ChangeLog: Correct paths in last ChangeLog entry.
6260 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6262 * gdbserver/linux-low.h: Remove obsolete prototypes.
6263 (struct linux_target_ops): New.
6264 (extern the_low_target): New.
6265 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
6266 (register_addr): Use the_low_target explicitly.
6267 (fetch_register): Likewise.
6268 (usr_fetch_inferior_registers): Likewise.
6269 (usr_store_inferior_registers): Likewise.
6270 * gdbserver/linux-arm-low.c (num_regs): Remove.
6271 (arm_num_regs): Define.
6272 (arm_regmap): Renamed from regmap, made static.
6273 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
6275 (arm_cannot_store_register): Renamed from cannot_store_register,
6277 (the_low_target): New.
6278 * gdbserver/linux-i386-low.c (num_regs): Remove.
6279 (i386_num_regs): Define.
6280 (i386_regmap): Renamed from regmap, made static.
6281 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
6283 (i386_cannot_store_register): Renamed from cannot_store_register,
6285 (the_low_target): New.
6286 * gdbserver/linux-ia64-low.c (num_regs): Remove.
6287 (ia64_num_regs): Define.
6288 (ia64_regmap): Renamed from regmap, made static.
6289 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
6291 (ia64_cannot_store_register): Renamed from cannot_store_register,
6293 (the_low_target): New.
6294 * gdbserver/linux-m68k-low.c (num_regs): Remove.
6295 (m68k_num_regs): Define.
6296 (m68k_regmap): Renamed from regmap, made static.
6297 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
6299 (m68k_cannot_store_register): Renamed from cannot_store_register,
6301 (the_low_target): New.
6302 * gdbserver/linux-mips-low.c (num_regs): Remove.
6303 (mips_num_regs): Define.
6304 (mips_regmap): Renamed from regmap, made static.
6305 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
6307 (mips_cannot_store_register): Renamed from cannot_store_register,
6309 (the_low_target): New.
6310 * gdbserver/linux-ppc-low.c (num_regs): Remove.
6311 (ppc_num_regs): Define.
6312 (ppc_regmap): Renamed from regmap, made static.
6313 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
6315 (ppc_cannot_store_register): Renamed from cannot_store_register,
6317 (the_low_target): New.
6318 * gdbserver/linux-s390-low.c (num_regs): Remove.
6319 (s390_num_regs): Define.
6320 (s390_regmap): Renamed from regmap, made static.
6321 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
6323 (s390_cannot_store_register): Renamed from cannot_store_register,
6325 (the_low_target): New.
6326 * gdbserver/linux-sh-low.c (num_regs): Remove.
6327 (sh_num_regs): Define.
6328 (sh_regmap): Renamed from regmap, made static.
6329 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
6331 (sh_cannot_store_register): Renamed from cannot_store_register,
6333 (the_low_target): New.
6334 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
6335 (the_low_target): New.
6337 2002-04-09 Andrew Cagney <ac131313@redhat.com>
6339 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
6340 override FP_REGNUM with frame->fp. Update copyright.
6341 * parse.c (num_std_regs, std_regs): Delete.
6342 (target_map_name_to_register): Do not search std_regs. Update
6343 function description.
6344 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
6345 declarations. Update copyright.
6348 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6350 * gdbserver/Makefile.in: Add stamp-h target.
6351 * gdbserver/configure.in: Create stamp-h.
6352 * gdbserver/configure: Regenerated.
6354 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6356 * gdbserver/inferiors.c: New file.
6357 * gdbserver/target.c: New file.
6358 * gdbserver/target.h: New file.
6359 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
6361 * gdbserver/linux-low.c (inferior_pid): New static variable,
6362 moved from server.c.
6363 (linux_create_inferior): Renamed from create_inferior.
6364 Call add_inferior. Return 0 on success instead of a PID.
6365 (linux_attach): Renamed from myattach.
6366 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
6367 (linux_thread_alive): Renamed from mythread_alive.
6368 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
6370 (linux_resume): Renamed from myresume. Add missing ``return 0''.
6371 (regsets_store_inferior_registers): Correct error message.
6372 Add missing ``return 0''.
6373 (linux_fetch_registers): Renamed from fetch_inferior_registers.
6374 (linux_store_registers): Renamed from store_inferior_registers.
6375 (linux_read_memory): Renamed from read_inferior_memory.
6376 (linux_write_memory): Renamed from write_inferior_memory.
6377 (linux_target_ops): New structure.
6378 (initialize_low): Call set_target_ops ().
6379 * gdbserver/remote-utils.c (unhexify): New function.
6380 (hexify): New function.
6381 (input_interrupt): Send signals to ``signal_pid''.
6382 * gdbserver/server.c (inferior_pid): Remove.
6383 (start_inferior): Update create_inferior call.
6384 (attach_inferior): Call add_inferior.
6385 (handle_query): New function.
6386 (main): Call handle_query for `q' packets.
6387 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
6388 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
6390 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6392 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
6394 * gdbserver/configure.in: Check for <string.h>
6395 * gdbserver/configure: Regenerate.
6396 * gdbserver/config.in: Regenerate.
6397 * gdbserver/gdbreplay.c: Include needed system headers.
6398 (remote_open): Remove strchr prototype.
6399 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
6400 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
6401 (supply_register_by_name): Likewise.
6402 (collect_register): Change buf argument to void *.
6403 (collect_register_by_name): Likewise.
6404 * gdbserver/regcache.h: Add missing prototypes.
6405 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
6406 * gdbserver/server.c (handle_query): New function.
6407 (attached): New static variable, moved out of main.
6408 (main): Quiet longjmp clobber warnings.
6409 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
6410 * gdbserver/utils.c (error): Remove NORETURN.
6413 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6415 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
6416 after the last symbol in a block.
6418 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
6420 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
6421 is non zero as a found symbol.
6423 2002-04-08 Andrew Cagney <ac131313@redhat.com>
6425 * findvar.c: Include "builtin-regs.h".
6426 (value_of_register): Call value_of_builtin_reg when applicable.
6427 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
6428 (target_map_name_to_register): Call
6429 builtin_reg_map_name_to_regnum.
6430 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
6431 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
6432 (builtin_regs_h): Define.
6433 (builtin-regs.o): New target.
6434 (findvar.o): Add $(builtin_regs_h).
6435 * builtin-regs.c, builtin-regs.h: New files.
6436 * std-regs.c: New file.
6437 Partial fix for PR gdb/251.
6439 2002-04-08 Kevin Buettner <kevinb@redhat.com>
6441 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
6442 it's no longer required.
6444 2002-04-08 Andrew Cagney <ac131313@redhat.com>
6446 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
6448 2002-04-08 Kevin Buettner <kevinb@redhat.com>
6450 From Jimi X <jimix@watson.ibm.com>:
6451 * rs6000-tdep.c (rs6000_software_single_step): Use
6452 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
6453 and size. Use target_insert_breakpoint() and
6454 target_remove_breakpoint() to insert and remove breakpoints
6455 instead of explicit memory reads and writes.
6457 2002-04-08 Kevin Buettner <kevinb@redhat.com>
6459 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
6460 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
6461 ELF_OBJECT_FORMAT ifdef.
6463 2002-04-08 Kevin Buettner <kevinb@redhat.com>
6465 From Jimi X <jimix@watson.ibm.com>:
6466 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
6468 2002-04-08 Kevin Buettner <kevinb@redhat.com>
6470 From Jimi X <jimix@watson.ibm.com>:
6471 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
6472 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
6474 2002-04-07 Mark Kettenis <kettenis@gnu.org>
6476 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
6477 s/asprintf/xasprintf/.
6478 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
6480 2002-04-07 Andrew Cagney <ac131313@redhat.com>
6482 I believe Jeff Law denies responsability for this one:
6483 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
6484 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
6485 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
6486 Work-around for PR gdb/366.
6488 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
6490 * remote-e7000.c (write_small, e7000_read_inferior_memory,
6491 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
6492 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
6494 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
6496 * sh-tdep.c (sh_fp_frame_init_saved_regs,
6497 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
6500 2002-04-07 Andrew Cagney <ac131313@redhat.com>
6502 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
6505 2002-04-07 Andrew Cagney <ac131313@redhat.com>
6507 * README (Reporting Bugs in GDB): Document the bug web page as the
6508 prefered way of submitting bugs.
6511 2002-04-06 Andrew Cagney <ac131313@redhat.com>
6513 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
6515 * gdbarch.h, gdbarch.c: Re-generate.
6517 2002-04-07 Andreas Schwab <schwab@suse.de>
6519 * m68klinux-nat.c (fill_fpregset): Properly pass address of
6520 buffer to regcache_collect.
6522 2002-04-06 Andrew Cagney <ac131313@redhat.com>
6524 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
6525 * gdbarch.c, gdbarch.h: Re-generate.
6527 2002-04-06 Andrew Cagney <ac131313@redhat.com>
6529 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
6530 declaration. Fix -Werror.
6532 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
6534 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
6535 * gdbarch.c: Regenerate.
6537 2002-04-05 Michael Snyder <msnyder@redhat.com>
6539 * breakpoint.c (clear_command): Rewrite middle section to
6540 combine two loops with identical control conditions.
6541 Add a cleanup to eliminate a memory leak.
6542 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
6544 2002-04-05 H.J. Lu (hjl@gnu.org)
6546 * solib-svr4.c (bkpt_names): Add "__start".
6548 2002-04-04 Andrew Cagney <ac131313@redhat.com>
6550 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
6551 as test for 64 bit target.
6553 2002-04-05 Andrew Cagney <ac131313@redhat.com>
6555 * h8500-tdep.c (h8500_write_fp): Delete function.
6556 * dwarf2cfi.c (cfi_write_fp): Document as not used.
6557 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
6558 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
6559 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
6560 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
6561 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
6563 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
6564 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
6565 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
6566 (d10v_write_fp): Delete function.
6567 * inferior.h (write_fp, generic_target_write_fp): Delete
6569 * regcache.c (generic_target_write_fp): Delete function.
6570 (write_fp): Delete function.
6571 * gdbarch.sh (TARGET_WRITE_FP): Delete.
6572 * gdbarch.h, gdbarch.c: Regenerate.
6573 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
6574 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
6575 (sparc64_write_fp): Delete declaration.
6576 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
6577 (h8500_write_fp): Delete declaration.
6579 2002-04-04 Andrew Cagney <ac131313@redhat.com>
6581 * sparc-tdep.c (sparc64_write_fp): Delete.
6582 (sparc_push_dummy_frame): Replace write_fp call with code to store
6584 (sparc_gdbarch_init): Do not initialize write_fp.
6586 2002-04-05 Kevin Buettner <kevinb@redhat.com>
6588 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
6591 2002-03-29 Jim Blandy <jimb@redhat.com>
6593 * stack.c (get_selected_block): Add new argument `addr_in_block',
6594 used to return the exact code address we used to select the block,
6596 * blockframe.c (get_frame_block, get_current_block): Same.
6597 * frame.h (get_frame_block, get_current_block,
6598 get_selected_block): Update declarations.
6599 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
6600 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
6602 2002-04-05 Michael Snyder <msnyder@redhat.com>
6604 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
6607 2002-04-05 J. Brobecker <brobecker@gnat.com>
6609 * utils.c (xfullpath): New function.
6610 * defs.h (xfullpath): Add declaration.
6611 * source.c (openp): Use xfullpath in place of gdb_realpath to
6612 avoid resolving the basename part of filenames when the
6613 associated file is a symbolic link. This fixes a potential
6614 inconsistency between the filenames known to GDB and the
6615 filenames it prints in the annotations.
6616 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
6617 to be able to match a filename with either the real filename, or
6618 the name of any symbolic link to this file.
6619 (lookup_partial_symtab): Ditto.
6621 2002-04-04 Michael Snyder <msnyder@redhat.com>
6623 * breakpoint.c: Add support for hardware breakpoints in overlays.
6624 (overlay_events_enabled): New state variable.
6625 (insert_breakpoints): Use overlay_events_enabled to decide
6626 whether to attempt to set a breakpoint at the overlay load addr.
6627 Handle bp_hardware_breakpoint as well as bp_breakpoint.
6628 (remove_breakpoint): Use overlay_events_enabled to decide
6629 whether breakpoints need to be removed from overlay load addr.
6630 Handle bp_hardware_breakpoint as well as bp_breakpoint.
6631 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
6632 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
6633 disable_overlay_breakpoints): Update overlay_events_enabled.
6635 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
6637 * dwarf2read.c (struct function_range): New.
6638 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
6639 (check_cu_functions): New.
6640 (read_file_scope): Initialize global function lists.
6641 Call dwarf_decode_line after processing children.
6642 (read_func_scope): Add to global function list.
6643 (dwarf_decode_lines): Call check_cu_functions everywhere
6644 record_line is called. Call record_line with a linenumber
6645 of 0 to mark sequence ends.
6647 2002-04-04 Michal Ludvig <mludvig@suse.cz>
6649 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
6650 change sync with glibc.
6652 2002-04-03 Jim Blandy <jimb@redhat.com>
6654 * configure.in: Call AC_C_INLINE.
6655 * configure: Regenerated.
6657 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
6659 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
6660 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
6662 2002-03-31 Mark Kettenis <kettenis@gnu.org>
6664 * NEWS: Mention gcore support on FreeBSD/i386.
6666 * fbsd-proc.c: New file.
6667 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
6668 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
6670 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
6673 2002-03-29 Jim Blandy <jimb@redhat.com>
6675 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
6676 unescaped newlines in string literals, but newer ones don't. So
6679 2002-03-26 Michael Snyder <msnyder@redhat.com>
6680 Andrew Cagney <cagney@redhat.com>
6682 * cli/cli-dump.c: New file. Dump memory to file,
6683 restore file to memory.
6684 * cli/cli-dump.h: New file.
6685 * Makefile.in: Add rules, dependencies for cli-dump.o.
6686 * NEWS: Mention new commands.
6688 2002-03-28 Michael Snyder <msnyder@redhat.com>
6690 * symfile.c (symbol_file_add): Move test for null symbols to later.
6692 2002-03-27 Andrew Cagney <ac131313@redhat.com>
6694 From veksler at il.ibm.com:
6695 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
6696 the xstrduped original path.
6699 2002-03-27 Michael Snyder <msnyder@redhat.com>
6701 * breakpoint.c (_initialize_breakpoint): Clean up help string.
6702 * infcmd.c (_initialize_infcmd): Ditto.
6703 * language.c (_initialize_language): Ditto.
6704 * symfile.c (_initialize_symfile): Ditto.
6705 * top.c (_init_main): Ditto.
6706 * cli/cli-cmds.c (init_cli_cmds): Ditto.
6708 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
6710 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
6711 vector registers handling.
6712 (skip_prologue): Handle new AltiVec instructions. Fill in new
6713 fields of frame data.
6714 (frame_get_saved_regs): Fill in information for AltiVec registers.
6716 2002-03-27 Jim Blandy <jimb@redhat.com>
6718 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
6719 a function; leave this macro here to invoke that function.
6720 (symbol_init_mangled_name): Declaration for that function.
6721 * symtab.c (symbol_init_mangled_name): New function.
6723 2002-03-27 Andrew Cagney <ac131313@redhat.com>
6725 * valarith.c: Replace strerror with safe_strerror.
6726 * tracepoint.c: Ditto.
6728 * go32-nat.c: Ditto.
6732 2002-03-27 Andreas Schwab <schwab@suse.de>
6734 * event-top.c (command_line_handler): Remove useless if.
6736 2002-03-27 Andreas Jaeger <aj@suse.de>
6738 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
6741 2002-03-27 Michal Ludvig <mludvig@suse.cz>
6743 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
6744 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
6745 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
6746 (x86_64_linux_dr_get_status, supply_gregset),
6747 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
6748 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
6749 (x86_64_register_info_table): Add.
6750 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
6751 (x86_64_register_raw_size, x86_64_register_virtual_type),
6752 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
6753 general x86_64_register_info_table.
6754 (i386_gdbarch_init): gdbarch_register_bytes is now set
6755 dynamicaly during initialization.
6756 * regformats/reg-x86-64.dat: Synced with changes to registers above.
6757 * gdbserver/linux-x86-64-low.c: Ditto.
6759 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
6761 * gdbserver/server.c (main): Call target_signal_to_host_p
6762 and target_signal_to_host on signals received from the remote.
6763 * gdbserver/remote-utils.c (prepare_resume_reply): Call
6764 target_signal_from_host on signals sent to the remote.
6765 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
6766 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
6768 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
6770 * signals/signals.c: Include "server.h" in gdbserver build.
6771 (target_signal_from_name): Don't use STREQ.
6772 (_initialize_signals): Likewise. Don't include function in
6775 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
6777 * signals.c: Moved to...
6778 * signals/signals.c: Here.
6779 * Makefile (signals.o): Update.
6781 2002-03-26 Jeff Law (law@redhat.com)
6783 * somread.c (som_symtab_read): Remove some commented out code and
6784 updated related comments. Do not set the minimal symbol table to
6785 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
6786 in a dynamic executable.
6787 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
6788 where we are unable to find the minimal symbol for the given
6791 2002-03-25 Jeff Law (law@redhat.com)
6793 * linux-proc.c (read_mapping): Scan up to end of line for filename.
6795 2002-03-25 Michal Ludvig <mludvig@suse.cz>
6797 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
6799 2002-03-23 Andrew Cagney <ac131313@redhat.com>
6801 * command.h: Update copyright.
6802 (struct cmd_list_element): Replace definition with opaque
6804 (enum cmd_types): Document that it will eventually be moved to
6806 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
6807 (MALLOCED_REPLACEMENT): Delete macro.
6808 * Makefile.in (cli_decode_h): Add $(command_h).
6809 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
6810 * top.c: Include "cli/cli-decode.h".
6811 * completer.c: Include "cli/cli-decode.h".
6812 * maint.c: Include "cli/cli-decode.h".
6813 * cli/cli-decode.h: Include "command.h".
6814 (enum command_class): Delete.
6815 (enum cmd_types): Comment out.
6816 (enum cmd_auto_boolean): Delete.
6817 (enum var_types): Delete.
6819 2002-03-23 Andrew Cagney <ac131313@redhat.com>
6821 * cli/cli-decode.c: Include "gdb_assert.h".
6822 (add_set_or_show_cmd): New static function.
6823 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
6824 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
6825 all fields, such as func, from the set command.
6827 2002-03-23 Andrew Cagney <ac131313@redhat.com>
6829 * MAINTAINERS (sh-elf): Change warning flag to -w.
6831 2002-03-23 Andrew Cagney <cagney@redhat.com>
6833 * defs.h (error): Add printf format attribute.
6834 * thread-db.c (thread_from_lwp): Fix error format string.
6835 * stack.c (parse_frame_specification): Ditto.
6836 * cli/cli-decode.c (undef_cmd_error): Ditto.
6837 * scm-lang.c (scm_lookup_name): Ditto.
6838 * tracepoint.c (trace_error): Ditto.
6839 * remote-utils.c (usage): Ditto.
6840 * remote.c (compare_sections_command): Ditto.
6843 2002-03-22 Andrew Cagney <ac131313@redhat.com>
6845 * gdbtypes.c (append_composite_type_field): New function.
6846 (init_composite_type): New function.
6847 * gdbtypes.h (append_composite_type_field): Declare.
6848 (init_composite_type): Ditto.
6850 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
6852 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
6854 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
6855 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
6856 structure returning convention for SYSV ABI case, but not
6857 for GNU/Linux, FreeBSD, or NetBSD.
6859 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
6861 * symtab.h (lookup_block_symbol): Add mangled_name argument
6864 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
6865 with new mangled_name argument.
6866 * linespec.c (decode_line_1): Likewise.
6867 * valops (value_of_this): Likewise.
6868 * symtab.c (lookup_transparent_type): Likewise.
6869 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
6870 (lookup_symbol): If we are given a mangled name, pass it down
6871 to lookup_symbol_aux.
6872 (lookup_block_symbol): If we are given a mangled name to check
6873 against, only return symbols which match it.
6875 2002-03-22 Christopher Faylor <cgf@redhat.com>
6877 * win32-nat.c (child_create_inferior): Check for proper shell to use
6878 here, in case the user changes it on the fly.
6879 (_initialize_inftarg): Remove shell path considerations.
6881 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
6883 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
6884 for gdbarch_max_register_raw_size and max_register_virtual_size.
6885 Adjust copyright year.
6887 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
6889 * dbxread.c (process_one_symbol): Extend the first N_SLINE
6890 in a function to cover the entire beginning of the function
6891 as well if it does not already.
6893 2002-03-21 Tom Rix <trix@redhat.com>
6895 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
6896 (rs6000_ptrace64): Renamed from ptrace64.
6898 2002-03-20 Martin M. Hunt <hunt@redhat.com>
6900 * gdbserver/remote-utils.c (remote_open): Don't call
6901 getprotobyname, we're all using TCP here so just use
6903 * gdbserver/gdbreplay.c (remote_open): Ditto.
6905 2002-03-20 Martin M. Hunt <hunt@redhat.com>
6907 * regcache.c (_initialize_regcache): No need to call
6908 build_regcache() at this time; it gets called whenever
6909 the gdbarch changes.
6911 2002-03-20 David O'Brien <obrien@FreeBSD.org>
6913 * sparc-nat.c: Include sys/param.h where possible.
6915 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
6918 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
6919 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
6920 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
6922 * stabsread.c (rs6000_builtin_type): Likewise.
6923 (read_sun_floating_type): Likewise.
6925 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6927 * stabsread.c (read_member_functions): Remove skip code for duplicate
6928 constructor/destructor methods. Use standard parsing for these
6929 methods and just do not chain them to the list of methods after
6932 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
6934 * coffread.c: Remove redundant static declarations. Replace
6935 occurrences of `PTR' with `void *'.
6936 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
6937 * top.h (quit_cover): Likewise.
6938 * defs.h (catch_errors): Likewise.
6940 2002-03-18 Andrew Cagney <ac131313@redhat.com>
6942 * defs.h (XMALLOC): Define.
6943 * gdb-events.sh (XMALLOC): Delete macro.
6944 * gdb-events.c, gdb-events.h: Regenerate.
6945 * gdbarch.sh (XMALLOC): Delete macro.
6946 * gdbarch.c: Regenerate.
6947 * serial.c (XMALLOC): Delete macro.
6948 * ui-file.c (XMALLOC): Ditto.
6949 * ser-unix.h (XMALLOC): Ditto.
6950 * sh-tdep.c (XMALLOC): Ditto.
6951 * ui-out.c (XMALLOC): Ditto.
6952 * utils.c (XMALLOC): Ditto.
6953 * i386-tdep.c (XMALLOC): Ditto.
6954 * gdb-events.c (XMALLOC): Ditto.
6955 * d10v-tdep.c (XMALLOC): Ditto.
6956 * cli-out.c (XMALLOC): Ditto.
6958 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
6959 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
6960 * ui-file.c, ui-out.c: Ditto.
6962 2002-03-18 Andrew Cagney <ac131313@redhat.com>
6964 * command.h (struct cmd_list_element): Add field context.
6965 (set_cmd_context, get_cmd_context): Declare.
6966 * cli/cli-decode.h: Ditto.
6967 * cli/cli-decode.c (get_cmd_context): New function.
6968 (set_cmd_context): New function.
6969 (add_cmd): Initialize context.
6970 Part of fixing PR gdb/145 and PR gdb/146.
6972 2002-03-17 Andrew Cagney <ac131313@redhat.com>
6974 * cli/cli-decode.c (cmd_type): New function.
6975 * command.h (cmd_type): Declare.
6976 * infrun.c (set_schedlock_func): Call function cmd_type.
6977 * kod.c (kod_set_os): Call cmd_type.
6978 * cris-tdep.c (cris_version_update): Use function cmd_type.
6979 (cris_mode_update, cris_abi_update): Ditto.
6981 * command.h: (execute_cmd_post_hook): Declare.
6982 (execute_cmd_pre_hook): Declare.
6983 * cli/cli-script.c (clear_hook_in_cleanup): New function.
6984 (execute_cmd_post_hook, execute_cmd_pre_hook): New
6985 functions. Execute pre/post hook while ensuring that afterwords
6987 * top.c (execute_command): Use execute_cmd_post_hook, and
6988 execute_cmd_pre_hook to execute pre/post commands.
6989 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
6991 (hook_stop_stub): Call execute_cmd_pre_hook.
6993 2002-03-17 Andrew Cagney <ac131313@redhat.com>
6995 * kod.c (kod_set_os): Revert previous change. Is called by ``info
6996 set'' and this leads to a core dump. Move xstrdup of
6997 operating_system to after check that it is not NULL.
6999 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7001 * kod.c (kod_set_os): Remove unnecessary check that
7002 ``command->type'' is set_cmd.
7004 * valprint.c (set_input_radix): Use input_radix.
7005 (set_output_radix): Use output_radix.
7006 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
7009 2002-03-16 Andrew Cagney <ac131313@redhat.com>
7011 * value.h (struct value): Delete field ``substring_addr''. Change
7012 aligner fields to force_doublest_align, force_longest_align,
7013 force_core_addr_align and force_pointer_aligh.
7015 * value.h (struct value): Fix typo in above change.
7017 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7019 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
7020 to fix internal_error from ``maintenance print architecture''.
7022 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7024 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
7025 for gcc versions after gcc-2.8.1.
7027 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7029 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
7030 for method resolution. Restore adjustment of ``this'' pointer after
7031 calling value_struct_elt, which was accidentally removed during the
7034 2002-03-15 Andrew Cagney <ac131313@redhat.com>
7036 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
7038 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
7040 * value.h (value_of_register): Update.
7042 2002-03-14 Richard Henderson <rth@redhat.com>
7044 * configure.in: Detect declaration for canonicalize_file_name.
7045 * utils.c (canonicalize_file_name): Declare, if needed.
7046 (gdb_realpath): Prefer realpath if available and usable.
7047 * config.in, configure: Rebuild.
7049 2002-03-14 Richard Henderson <rth@redhat.com>
7051 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
7052 a constant array bound.
7054 * MAINTAINERS: Add myself to write-after-approval.
7056 2002-03-14 Michael Snyder <msnyder@redhat.com>
7058 * symfile.c (syms_from_objfile): Return immediately if no syms.
7059 (symbol_file_add): Return immediately if no syms.
7060 (find_sym_fns): Return immediately if no syms.
7062 2002-03-13 Michal Ludvig <mludvig@suse.cz>
7064 * gdbserver/remote-util.c (remote_open): Print remote-side's
7065 IP address when remote debugging over the network.
7067 2002-03-12 David O'Brien <obrien@FreeBSD.org>
7069 * config/sparc/fbsd.mh: Fix copyright.
7070 * config/sparc/fbsd.mt: Likewise.
7072 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
7074 * MAINTAINERS: Fix typo in name of gdb warnings option.
7075 (x86-64): Fix formating so that this can be parsed by awk.
7077 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
7079 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
7080 * defs.h: Include "gdb/signals.h".
7081 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
7083 2002-03-10 Michal Ludvig <mludvig@suse.cz>
7085 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7086 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
7089 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
7090 Don Howard <dhoward@redhat.com>
7092 * mips-tdep.c (ST0_FR): Define.
7093 (mips2_fp_compat): New function, temporarily disabled.
7094 (mips_read_fp_register_single): New function.
7095 (mips_read_fp_register_double): New function.
7096 (mips_print_register): Use them.
7097 (do_fp_register_row): Likewise.
7099 2002-03-09 Andrew Cagney <ac131313@redhat.com>
7101 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
7104 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7106 * stabsread.c (read_member_functions): Fix is_stub test for
7107 static member functions, improve comment.
7109 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
7111 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
7112 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
7113 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
7114 commands that set boolean values.
7115 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
7116 (arm_rdi_resume): Always initialize PC.
7117 (arm_rdi_open): Don't use rslt as a boolean.
7118 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
7119 (arm_rdi_fetch_registers, arm_rdi_store_registers)
7120 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
7121 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
7123 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
7125 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
7126 * configure: Rebuilt.
7128 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7130 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
7131 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
7133 2002-03-06 Andrew Cagney <ac131313@redhat.com>
7135 * cli/cli-decode.c (set_cmd_completer): New function.
7136 * command.h (set_cmd_completer): Declare.
7137 * cli/cli-decode.h (set_cmd_completer): Ditto.
7139 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
7140 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7141 * win32-nat.c (_initialize_inftarg): Ditto.
7142 * remote-rdi.c (_initialize_remote_rdi): Ditto.
7143 * proc-api.c (_initialize_proc_api): Ditto.
7144 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
7145 * source.c (_initialize_source): Ditto.
7146 * exec.c (_initialize_exec): Ditto.
7147 * solib.c (_initialize_solib): Ditto.
7148 * top.c (init_main): Ditto.
7149 * tracepoint.c (_initialize_tracepoint): Ditto.
7150 * symfile.c (_initialize_symfile): Ditto.
7151 * printcmd.c (_initialize_printcmd): Ditto.
7152 * infcmd.c (_initialize_infcmd): Ditto.
7153 * corefile.c (_initialize_core): Ditto.
7155 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7157 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
7159 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7161 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
7163 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7165 * NEWS: Update headings, 5.2 has branched.
7167 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
7169 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
7170 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
7171 (register_addr, REGISTER_RAW_SIZE): Likewise.
7172 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
7173 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
7175 2002-03-03 Michal Ludvig <mludvig@suse.cz>
7177 * MAINTAINERS (x86-64): Add myself.
7178 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
7179 changed value_ptr -> struct value *
7181 2002-03-01 David O'Brien <obrien@FreeBSD.org>
7183 * configure.host (sparc64-*-freebsd): Add.
7184 * configure.tgt: Likewise.
7185 * config/sparc/fbsd.mh: New file.
7186 * config/sparc/fbsd.mt: Likewise.
7187 * config/sparc/nm-fbsd.h: Likewise.
7188 * config/sparc/tm-fbsd.h: Likewise.
7190 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
7192 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
7193 regformats/reg-s390x.dat.
7195 2002-03-01 Andrew Cagney <ac131313@redhat.com>
7197 * utils.c: Add FIXME explaining true/false problem.
7199 2002-02-28 Andrew Cagney <ac131313@redhat.com>
7201 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
7203 2002-02-28 Michael Chastain <mec@shout.net>
7205 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
7207 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
7209 * gdbserver/linux-s390-low.c: New file.
7210 * regformats/reg-s390.dat: New file.
7211 * regformats/reg-s390x.dat: New file.
7212 * gdbserver/configure.srv: Add S/390.
7213 * gdbserver/Makefile.in: Add S/390.
7214 * configure.tgt: Enable gdbserver for S/390.
7216 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
7218 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
7219 first line of the doc string for "info dos", except at the end of
7220 the sentence, since the short help stops at the first period.
7222 2002-02-28 Jason Merrill <jason@redhat.com>
7224 * dwarf2read.c (dwarf_cfi_name): Add new codes.
7226 2002-02-27 Fred Fish <fnf@redhat.com>
7228 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
7229 comment (dumy -> dummy).
7231 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7233 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
7235 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
7237 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
7239 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7241 * gdbserver/acconfig.h: New file.
7242 * gdbserver/i387-fp.c: New file.
7243 * gdbserver/i387-fp.h: New file.
7244 * gdbserver/linux-x86-64.c: New file.
7245 * regformats/reg-x86-64.dat: New file.
7246 * configure.tgt: Add x86_64-*-linux* gdbserver support.
7247 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
7248 * gdbserver/configure.in: Add support for regsets.
7249 * gdbserver/config.in: Regenerate.
7250 * gdbserver/configure: Regenerate.
7251 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
7252 * gdbserver/linux-low.h: New file.
7253 * gdbserver/linux-low.c: Include "linux-low.h". Add support
7255 * gdbserver/linux-arm-low.c: Include "linux-low.h".
7256 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
7257 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
7258 * gdbserver/linux-mips-low.c: Include "linux-low.h".
7259 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
7260 * gdbserver/linux-sh-low.c: Include "linux-low.h".
7261 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
7262 "i387-fp.h". Add PTRACE_GETREGS and friends.
7263 * gdbserver/regcache.c (supply_register): New function.
7264 (supply_register_by_name): New function.
7265 (collect_register): New function.
7266 (collect_register_by_name): New function.
7268 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7270 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
7271 (config.status): Add configure.srv dependency.
7272 (server_h): Add config.h dependency.
7274 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7276 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
7277 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
7278 * gdbserver/configure.srv: Change i386-*-linux* to use
7281 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7283 * x86-64-tdep.c: Re-indent. Update copyright date.
7285 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7287 From Michal Ludvig <mludvig@suse.cz>:
7288 * x86-64-tdep.c (value.h): Delete.
7289 (gdb_assert.h): Include.
7290 (x86_64_register_convert_to_virtual,
7291 x86_64_register_convert_to_raw ): Add check which lets only
7292 floating-point values to be converted.
7293 (value_push): Delete.
7294 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
7295 (i386_gdbarch_init): Number of register_bytes fixed.
7297 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7299 * MAINTAINERS: Add x86-64 target.
7301 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7303 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
7304 * osfsolib.c (solib_map_sections): Ditto.
7305 * irix5-nat.c (solib_map_sections): Ditto.
7306 * corelow.c (gdb_check_format): Ditto.
7307 * symfile.c (symfile_bfd_open): Ditto.
7308 * solib.c (solib_map_sections): Ditto.
7311 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7313 * remote.c (_initialize_remote): By default, disable ``e'' and
7314 ``E'' step out-of-range packets.
7316 2002-02-26 Andreas Schwab <schwab@suse.de>
7318 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
7319 m68k_linux_frame_saved_pc.
7320 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
7322 (SIGCONTEXT_PC_OFFSET): Remove.
7323 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
7324 m68k_linux_sigtramp_saved_pc): New functions.
7325 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
7326 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
7327 (UCONTEXT_PC_OFFSET): Define.
7328 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
7329 non-RT and RT signal trampolines.
7331 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
7333 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
7334 (TARGET_NBPG, STACK_END_ADDR): Delete
7335 (VARIABLES_INSIDE_BLOCK): Delete.
7337 2002-02-25 Andrew Cagney <ac131313@redhat.com>
7339 * utils.c (perror_with_name): Make string parameter constant.
7340 (print_sys_errmsg): Ditto.
7342 * defs.h (perror_with_name): Update.
7343 (print_sys_errmsg): Update.
7346 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
7348 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
7349 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
7351 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7353 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
7354 if it already matches the current architecture from the exec file.
7355 Include arch-utils.h for gdbarch_info_init prototype.
7356 * Makefile.in (rs6000-nat.o): Update dependencies.
7358 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
7360 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
7361 list of exported variables.
7363 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
7365 * gdbserver/configure.srv: New file.
7366 * gdbserver/configure.in: Use configure.srv instead
7367 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
7369 * gdbserver/configure: Regenerated.
7370 * gdbserver/terminal.h: New file.
7371 * gdbserver/Makefile.in: Update for configure changes. Remove
7372 more unneeded include paths.
7374 2002-02-24 Andrew Cagney <ac131313@redhat.com>
7376 From wiz at danbala:
7377 * config/sparc/tm-sp64.h: Fix grammar and typos.
7380 2002-02-24 Andrew Cagney <ac131313@redhat.com>
7382 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
7383 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
7384 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
7385 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
7386 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
7387 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
7388 * s390-tdep.c: Ditto.
7389 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
7390 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
7391 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
7392 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
7393 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
7394 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
7395 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
7396 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
7397 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
7398 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
7401 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7403 * lin-thread.c: Delete file.
7404 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
7405 to gdb_proc_service.h.
7406 * configure: Re-generate.
7408 * ocd.c (ocd_open): Do not try to open the "ocd" device.
7409 * serial.c (serial_open): Delete check for "ocd".
7412 * Makefile.in (linux-thread.o): Delete target.
7413 * linux-thread.c: Delete file.
7415 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
7416 renamed SH files to be consistent.
7418 * symtab.c (sort_search_symbols): Use xfree.
7420 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
7422 * arm-linux-tdep.c (arm_linux_init_abi): Register
7423 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
7424 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
7425 definition with undef, since we don't want the sysvr4 definition.
7426 (SKIP_TRAMPOLINE_CODE): Likewise.
7428 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7430 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
7432 * configure.in: (AC_CHECK_FUNCS) Added test for
7433 canonicalize_file_name Regenerated.
7434 * config.in, configure: Regenerated.
7435 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
7436 defined use canonicalize_file_name.
7438 2002-02-23 Michael Chastain <mec@shout.net>
7440 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
7442 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7444 * README: Remove references to cygnus.com.
7445 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
7446 dot com'' form. Remove references to cygnus.com and sourceware.
7448 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7450 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
7451 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
7452 1003.1-2001 no longer allows "head -1".
7453 * gdb/Makefile.in (version.c): Likewise.
7454 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
7455 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
7456 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
7458 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7460 * cli/cli-decode.c (cmd_cfunc_eq): New function.
7461 * command.h (cmd_cfunc_eq): Declare.
7462 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
7464 * cli/cli-cmds.h (is_complete_command): Change parameter to a
7465 ``struct cmd_list_element *''.
7466 * cli/cli-cmds.c (is_complete_command): Update. Use
7468 * top.c (execute_command): Pass the command to
7469 is_complete_command.
7470 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
7472 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7474 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
7475 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
7476 architecture defines.
7477 * s390-tdep.c (s390_gdbarch_init): Likewise.
7479 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
7481 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
7482 (arm_linux_push_arguments): Likewise.
7483 (arm_linux_init_abi): Register them. Also register linux-specific
7485 (find_minsym_and_objfile): Use strcmp, not STREQ.
7486 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
7487 (arm_linux_call_dummy_words): Delete declaration.
7488 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
7489 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
7491 (LOWEST_PC): Delete.
7493 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7495 * maint.c (print_section_info): Do not prepend `0x' to filepos
7496 output, it will be handled by local_hex_string_custom.
7498 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
7500 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
7501 (store_newfpe_double, store_newfpe_extended, store_fpregister)
7502 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
7504 2002-02-22 Jim Blandy <jimb@redhat.com>
7506 Indicate that the bcache functions don't change the strings
7508 * bcache.h (bcache, hash): Add `const' keywords to declarations.
7509 * bcache.c (bcache, hash): Add `const' keywords to definitions.
7511 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
7513 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
7515 2002-02-21 Christopher Faylor <cgf@redhat.com>
7517 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
7518 find the complete path to a loaded DLL.
7520 2002-02-21 Fred Fish <fnf@redhat.com>
7522 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
7523 that marks the end of the range of a function, enter a line number
7524 entry that has a line number of zero and a PC offset that matches
7525 the end of the function. This starts a range of PC's for which no
7526 line number information is known.
7527 * symtab.c (find_pc_sect_line): If our best fit is in a range of
7528 PC's for which no line number info is found (line number is zero)
7529 then we didn't find any valid line information.
7530 * symtab.h: Document use of zero line number entry.
7532 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
7534 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
7535 (have_ptrace_getvrregs): Define for run time checks.
7536 (gdb_vrregset_t): New type for Altivec register handling.
7537 (fetch_register, store_register): Fetch/store altivec register
7539 (fetch_altivec_register, store_altivec_register): New functions.
7540 (supply_vrregset, fill_vrregset): New functions.
7541 (fetch_altivec_registers, store_altivec_registers): New functions.
7542 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
7545 2002-02-21 Jiri Smid <smid@suse.cz>
7547 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
7549 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
7551 * Makefile.in (armnbsd-nat.o): Update dependencies.
7552 * armnbsd-nat.c (supply_gregset): New function. Common code to
7553 supply the integer register set.
7554 (supply_fparegset): New function. Similar for FPA registers.
7555 (fetch_regs, fetch_fp_regs): Use them.
7556 (fetch_core_registers): Likewise.
7557 (fetch_elfcore_registers): New function.
7558 (arm_netbsd_elfcore_fns): New core-file type specification.
7559 (_initialize_arm_netbsd_nat): Register it.
7561 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
7563 * armnbsd-nat.c: Include gdbcore.h.
7564 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
7565 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
7566 'void' to declaration, to shut up ARI.
7567 (fetch_core_registers): Make static. Rewrite using supply_register.
7568 (arm_netbsd_core_fns): New core-file type specification.
7569 (_initialize_arm_netbsd_nat): New function.
7571 2002-02-21 Christopher Faylor <cgf@redhat.com>
7573 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
7576 2002-02-20 Christopher Faylor <cgf@redhat.com>
7578 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
7581 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
7583 * jv-exp.y (parse_number): Change type of implicit longs
7584 to builtin_type_uint64.
7586 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
7588 * gdbserver/linux-low.c (mywait): Change argument to waitpid
7589 to be an integer instead of a `union wait'.
7591 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
7593 * mips-linux-nat.c: Call the operating system GNU/Linux.
7594 * mips-linux-tdep.c: Likewise.
7595 * mips-tdep.c: Likewise.
7597 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
7600 * jv-exp.y (parse_number): Handle 64-bit integers.
7602 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
7604 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
7605 AC_STDC_HEADERS to AC_HEADER_STDC.
7606 * gdbserver/configure: Regenerated.
7608 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
7610 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
7612 * sparc-tdep.c (get_longjmp_target): Likewise.
7614 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
7616 * News: Add news about ARM and Multi-arch. Mention the new target
7619 2002-02-19 Jim Blandy <jimb@redhat.com>
7621 * stabsread.c (error_type_complaint): Improve error message.
7623 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
7625 * gdbserver/README: Update documentation.
7626 * gdbserver/configure.in: Update configury to match documentation.
7627 * gdbserver/Makefile.in: Likewise.
7628 * gdbserver/configure: Regenerated.
7629 * gdbserver/aclocal.m4: New file, generated by aclocal.
7630 * gdbserver/config.in: New file, generated by autoheader.
7632 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
7634 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
7637 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
7639 * arm-tdep.h (enum arm_float_model): New enum.
7640 (struct gdbarch_tdep): Add fp_model.
7641 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
7642 up floating-point conversions until we know the floating-point model
7643 in use by the inferior. Don't complain about being unable to
7644 determine the ABI of the inferior when we don't have one.
7645 (arm_extract_return_value): Support different floating-point models.
7646 (arm_store_return_value): Likewise.
7647 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
7649 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
7651 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7653 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
7654 of ``current_gdbarch''.
7656 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
7658 * armnbsd-nat.c : ANSIfy all function declarations.
7659 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
7660 (fetch_inferior_registers): Re-implement in terms of above.
7661 (store_register, store_regs, store_fp_register, store_fp_regs): New.
7662 (store_inferior_registers): Re-implement in terms of above.
7664 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
7666 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
7668 * arm-linux-tdep.c: Likewise.
7669 * config/arm/tm-linux.h: Likewise.
7671 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
7673 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
7674 * config/arm/nbsd.mt (TM_FILE): Delete.
7675 * config/arm/tm-nbsd.h: Delete.
7677 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
7679 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
7680 Initialize CALL_DUMMY_LENGTH.
7682 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
7684 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
7686 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
7687 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
7688 defines one thing and that is incorrect for this port.
7689 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
7691 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
7693 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
7695 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
7697 * win32-nat.c (display_selector): New function. Displays information
7698 about the information returned by GetThreadSelectorEntry API function.
7699 (display_selectors): New function. Displays the infomation of
7700 the selector given as argument, or of CS, DS ans FS selectors
7701 if no argument is given.
7702 ( _initialize_inftarg): Add "w32" as info prefix command.
7703 Add "info w32 selector" as command calling display_selectors.
7705 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
7707 * i386-tdep.c (get_longjmp_target): Fix compilation failure
7708 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
7711 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
7713 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
7715 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
7717 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
7718 (arm_fix_call_dummy): Call it.
7719 (arm_call_dummy_breakpoint_offset): Delete.
7720 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
7721 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
7723 2002-02-18 Andrew Cagney <ac131313@redhat.com>
7725 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
7726 Default to func_frame_chain_valid.
7727 * gdbarch.h, gdbarch.c: Re-generate.
7728 * frame.h (FRAME_CHAIN_VALID): Delete definition.
7730 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
7732 * ppc-linux-nat.c: Update copyright.
7733 (fetch_register, store_register): Add tid parameter, don't compute
7735 (fetch_ppc_registers, store_ppc_registers): Add tid
7736 parameter. Pass it along to callees.
7737 (fetch_inferior_registers, store_inferior_registers): Compute tid
7738 here, and pass it to calleed functions.
7739 (fill_gregset, supply_fpregset): Clean up formatting.
7741 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
7743 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
7744 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
7746 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
7748 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
7749 * gdbarch.c gdbarch.h: Regenerate.
7750 * breakpoint.c (create_longjmp_breakpoint): Always compile this
7752 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
7753 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
7754 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
7756 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
7757 * arm-tdep.c (arm_get_longjmp_target): New function.
7758 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
7759 this to a positive value register arm_get_longjmp_target as the
7761 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
7762 (arm_linux_init_abi): Set up longjmp description in tdep.
7763 * armnbsd-nat.c (get_longjmp_target): Delete.
7764 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
7765 description in tdep.
7766 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
7767 (get_longjmp_target): Delete declaration.
7768 (GET_LONGJMP_TARGET): Delete.
7769 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
7770 (GET_LONGJMP_TARGET): Delete.
7772 2002-02-17 Kevin Buettner <kevinb@redhat.com>
7774 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
7775 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
7776 of ``current_gdbarch''.
7778 2002-02-17 Tom Tromey <tromey@redhat.com>
7780 * cli/cli-cmds.c (compare_strings): New function.
7781 (complete_command): Only print each unique item once.
7782 * completer.h (complete_line): Declare.
7783 * completer.c (complete_line): New function.
7784 (line_completion_function): Use it.
7786 2002-02-16 Andrew Cagney <ac131313@redhat.com>
7788 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
7789 * gdbarch.h, gdbarch.c: Re-generate.
7791 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
7793 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
7795 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
7797 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7798 * valops.c (value_arg_coerce): Don't take the address of a reference
7799 to convert an argument to a reference.
7801 2002-02-15 Christopher Faylor <cgf@redhat.com>
7803 * win32-nat.c (get_image_name): New function.
7804 (handle_load_dll): Use get_image_name function.
7805 (get_child_debug_event): Avoid registering debug events until possibly
7806 execed process is started.
7807 (child_create_inferior): Allow invocation via shell so that command
7808 line redirection, etc. works ok.
7809 (_initialize_inftarg): Add new command: "set shell" to control whether
7810 a shell is used to start a process.
7812 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
7814 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
7815 instead of find_register_by_number.
7816 (cannot_store_register): Likewise.
7818 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
7820 * dwarf2read.c: Replace fprintf (stderr, ...) by
7821 fprintf_unfiltered (gdb_stderr, ...).
7823 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
7825 * gdbserver/gdbserver.1: Document --attach.
7827 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
7829 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
7831 * arm-tdep.c (arm_default_arm_le_breakpoint)
7832 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
7833 (arm_default_thumb_be_breakpoint): New. Initialize them from
7834 traditional breakpoint defines.
7835 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
7836 (arm_gdbarch_init): Initialize new breakpoint variables.
7837 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
7838 (arm_linux_init_abi): Initialize linux-specific breakpoint.
7839 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
7840 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
7842 (arm_netbsd_init_abi_common): ... here; new function.
7843 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
7844 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
7845 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
7846 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
7848 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
7850 * arm-tdep.h (enum arm_abi): New enum.
7851 (struct gdbarch_tdep): New structure.
7852 (LOWEST_PC): Provide a default.
7853 (arm_gdbarch_register_os_abi): Declare new function.
7854 * arm-tdep.c (arm_abi_names): New array.
7855 (process_note_abi_tag_sections): New function.
7856 (get_elfosabi): New function.
7857 (arm_gdbarch_register_os_abi): New function.
7858 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
7859 support for that ABI has been built in, then call the appropriate
7860 configuration routine. Use gdbarch_num_regs() to get the number
7862 (arm_dump_tdep): New function.
7863 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
7864 place-holder functions.
7865 (_initialize_arm_tdep): Register them.
7866 * config/arm/tm-arm.h (LOWEST_PC): Delete.
7868 * armnbsd-tdep.c: New file.
7869 * Makefile.in (armnbsd-tdep.o): Add dependencies.
7870 * config/arm/nbsd.mt (TDEPFILES): Add it.
7871 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
7873 * armnbsd-nat.c: Include regcache.h.
7874 * Makefile.in (armnbsd-nat.o): Update dependency list.
7876 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
7878 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
7880 * gdbserver/Makefile.in: Fix typos in target rules.
7882 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
7884 Fix part of PR gdb/267.
7885 * linespec.c (find_methods): Handle constructors specially for now.
7887 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
7889 * arm-tdep.c (arm_push_arguments): Eliminate special float type
7891 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
7892 standard_coerce_float_to_double().
7894 2002-02-14 Christopher Faylor <cgf@redhat.com>
7896 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
7899 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
7901 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
7902 find_variant_by_name, because it confuses the multiarch
7903 framework. Return NULL if there isn't an architecture with the
7904 user supplied name, instead of forcing a different one without
7905 recording the change with the multiarch machinery.
7906 (find_variant_by_name): Delete.
7908 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7910 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
7911 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
7913 2002-02-13 Martin M. Hunt <hunt@redhat.com>
7915 * stack.c (print_frame_info_base): When calling
7916 print_frame_info_listing_hook, set current_source_symtab.
7918 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
7920 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
7921 and remove unused $(INCLUDE_DIR).
7922 Add regcache.c to OBS.
7923 Add generated register protocol files to clean target.
7924 Update dependencies for new objects, obsolete old target code.
7926 * gdbserver/linux-low.c: Remove all platform-specific code to
7927 new files. Remove various dead code. Update to use regcache
7929 * gdbserver/remote-utils.c (fromhex): Add return statement
7931 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
7933 (input_interrupt): Add integer parameter to match prototype
7934 of a signal handler.
7935 (outreg): Use register_data ().
7936 (prepare_resume_reply): Use gdbserver_expedite_regs.
7937 * gdbserver/server.c (main): Dynamically allocate own_buf because
7938 PBUFSIZ is no longer constant. Use registers_to_string () and
7939 registers_from_string ().
7940 * gdbserver/server.h: No longer include "defs.h". Add prototypes
7941 for error (), fatal (), and warning (). Update definition of
7942 PBUFSIZ to use regcache functionality. Add include guard.
7943 * gdbserver/utils.c (fatal): Add missing ``const''.
7944 (warning): New function.
7946 * regformats/regdat.sh: Include "regcache.h" in generated files.
7947 Provide init_registers () function.
7948 * regformats/regdef.h: Add prototype for set_register_cache ().
7951 * gdbserver/linux-arm-low.c: New file.
7952 * gdbserver/linux-i386-low.c: New file.
7953 * gdbserver/linux-ia64-low.c: New file.
7954 * gdbserver/linux-m68k-low.c: New file.
7955 * gdbserver/linux-mips-low.c: New file.
7956 * gdbserver/linux-ppc-low.c: New file.
7957 * gdbserver/linux-sh-low.c: New file.
7959 * gdbserver/regcache.c: New file.
7960 * gdbserver/regcache.h: New file.
7962 * gdbserver/low-linux.c: Removed obsolete file.
7964 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
7966 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
7967 * config/i386/linux.mt: Likewise.
7968 * config/ia64/linux.mt: Likewise.
7969 * config/m68k/linux.mh: Likewise.
7970 * config/powerpc/linux.mh: Likewise.
7971 * config/mips/linux.mt: Likewise.
7973 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
7975 * config/i386/i386lynx.mh: Mark gdbserver variables
7976 as (currently) obsolete for this target.
7977 * config/i386/nbsd.mt: Likewise.
7978 * config/i386/nbsdelf.mt: Likewise.
7979 * config/m32r/m32r.mt: Likewise.
7980 * config/m68k/m68klynx.mh: Likewise.
7981 * config/m68k/nbsd.mt: Likewise.
7982 * config/m68k/sun3os4.mh: Likewise.
7983 * config/mips/vr5000.mt: Likewise.
7984 * config/ns32k/nbsd.mt: Likewise.
7985 * config/pa/hppabsd.mh: Likewise.
7986 * config/pa/hppaosf.mh: Likewise.
7987 * config/powerpc/nbsd.mt: Likewise.
7988 * config/rs6000/rs6000lynx.mh: Likewise.
7989 * config/s390/s390.mt: Likewise.
7990 * config/s390/s390x.mt: Likewise.
7991 * config/sparc/sparclynx.mh: Likewise.
7992 * config/sparc/sun4os4.mh: Likewise.
7993 * config/i386/x86-64linux.mt: Likewise.
7994 * config/sparc/linux.mh: Likewise.
7996 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
7998 * configure.tgt: Configure gdbserver only for known working
7999 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
8000 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
8001 SUBDIRS if it is configured. Update comment for ${nativefile}.
8002 * configure: Regenerated.
8004 2002-02-13 Michael Snyder <msnyder@redhat.com>
8006 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
8008 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
8009 (default_gcore_mach): Just return 0, work around a problem in bfd.
8010 (default_gcore_target): OK to return NULL if exec_bfd is null.
8011 (make_mem_sec): Use a cast, avoid a warning.
8013 * procfs.c (find_memory_regions_callback): Use a cast instead of
8014 calling host_pointer_to_address (which complains if
8015 sizeof (host pointer) != sizeof (target pointer)).
8016 (procfs_make_note_section): Avoid overflow in psargs string.
8018 * procfs.c (procfs_make_note_section): Make the default
8019 implementation return an error.
8021 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
8023 * procfs.c (procfs_make_note_section): Provide a default definition
8024 (for alpha-dec-osf4.0f). Fix typos.
8026 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
8028 * linux-proc.c: Add include of regcache.h.
8029 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
8031 2002-02-13 Andrew Cagney <ac131313@redhat.com>
8033 From 2002-01-18 Greg McGary <greg@mcgary.org>:
8034 * memattr.c (create_mem_region): Disallow useless empty region.
8035 Regions are half-open intervals, so allow [A..B) [B..C) as
8038 2002-02-13 Michael Chastain <mec@shout.net>
8040 * defs.h: Kill CONST_PTR.
8041 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
8042 * c-lang.c (c_builtin_types): Likewise.
8043 * ch-lang.c (ch_builtin_types): Likewise.
8044 * f-lang.c (f_builtin_types): Likewise.
8045 * language.c (unknown_builtin_types): Likewise.
8046 * m2-lang.c (m2_builtin_types): Likewise.
8047 * p-lang.c (pascal_builtin_types): Likewise.
8048 * scm-lang.c (c_builtin_types): Likewise.
8050 2002-02-13 Keith Seitz <keiths@redhat.com>
8052 * arm-tdep.h (arm_get_next_pc): Add declaration.
8054 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
8056 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
8057 with other related struct-returning functions.
8058 (arm_extract_struct_value_address): New function.
8059 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
8060 initialize float_format, double_format and long_double_format as
8061 appropriate to the endianness of the target.
8062 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
8063 (arm_use_struct_convention): Delete declaration.
8064 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8066 2002-02-13 Keith Seitz <keiths@redhat.com>
8068 * defs.h (core_addr_to_string_nz): New function.
8070 2002-02-13 Mark Kettenis <kettenis@gnu.org>
8072 Apply missing bits of 2002-01-15 patch.
8073 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
8074 (fill_fpregset): Use i387_fill_fsave.
8076 2002-02-12 Keith Seitz <keiths@redhat.com>
8078 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
8079 (core_addr_to_string_nz): New function.
8081 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8083 * arm-linux-nat.c: Really include arm-tdep.h.
8084 * config/arm/tm-linux.h (struct type, struct value): Declare.
8086 2002-02-11 Michael Snyder <msnyder@redhat.com>
8088 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
8089 (gcore section): Ifdef for Solaris and Unixware only.
8090 (procfs_do_thread_registers): Unixware needs one lwpstatus
8091 per thread (not one prstatus or pstatus).
8092 (procfs_make_note_section): Iterate only over kernel threads (lwps),
8093 not over all gdb threads. For unixware, call elfcore_write_pstatus
8094 once before iterating over threads.
8096 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8098 * arm-tdep.h: New file.
8099 * arm-tdep.c: Include arm-tdep.h.
8100 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8101 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8102 (arm_print_float_info, arm_register_type, convert_to_extended)
8103 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8104 (arm_extract_return_value, arm_register_name): Make static.
8105 (arm_software_single_step): Similarly. Fix types in declaration.
8106 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
8107 (arm_store_return_value, arm_store_struct_return): New functions.
8108 (arm_gdbarch_init): Register the above functions. Also register
8109 call_dummy_start_offset, sizeof_call_dummy_words,
8110 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
8111 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
8112 max_register_virtual_size, register_size. Set up
8113 prologue_cache.saved_regs here, rather than ...
8114 (_initialize_arm_tdep): ... here.
8115 * config/arm/tm-arm.h (struct type, struct value): Delete forward
8117 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8118 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8119 (arm_print_float_info, arm_register_type, convert_to_extended)
8120 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8121 (arm_extract_return_value, arm_register_name): Delete declarations.
8122 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
8123 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
8124 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
8125 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
8126 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
8127 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
8128 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
8129 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
8130 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
8131 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
8132 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
8133 (arm_get_next_pc): No-longer static -- these are needed by the RDI
8135 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
8136 * remote-rdi.c remote-rdp.c: Likewise.
8137 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
8138 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
8139 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
8142 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
8143 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
8144 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
8145 from non-ARM_ prefixed definitions.
8146 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
8148 * remote-rdi.c remote-rdp.c: Likewise.
8149 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
8151 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8153 * arm-tdep.c (arm_frameless_function_invocation)
8154 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8155 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8156 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8157 (arm_pop_frame, arm_get_next_pc): Make static.
8158 (arm_gdbarch_init): Register above in gdbarch structure.
8159 (arm_read_fp): Renamed from arm_target_read_fp.
8160 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
8161 * config/arm/tm-arm.h (arm_frameless_function_invocation)
8162 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8163 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8164 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8165 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
8166 (arm_pc_is_thumb_dummy): Delete declarations.
8167 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
8168 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
8169 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
8170 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
8172 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
8174 * symtab.c (compare_search_syms): New function.
8175 (sort_search_symbols): New function.
8176 (search_symbols): Sort symbols after searching rather than
8179 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8181 * NEWS: Linux -> GNU/Linux.
8183 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8185 * gdbarch.sh: For for level one methods, disallow a definition
8186 when partially multi-arched. Add comments explaining rationale.
8187 * gdbarch.h: Re-generate.
8189 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8191 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
8194 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8196 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
8198 * gdbarch.c: Re-generate.
8200 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8202 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
8203 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
8206 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8208 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
8210 (PUSH_ARGUMENTS): Switch to using predefault.
8211 * gdbarch.c: Regenerate.
8213 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8215 * valops.c (PUSH_ARGUMENTS): Delete definition.
8216 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
8217 partial. Default to default_push_arguments.
8218 * gdbarch.h, gdbarch.c: Regenerate.
8220 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8222 * defs.h (throw_exception): Rename return_to_top_level. Update
8224 * utils.c (error_stream, internal_verror, quit): Ditto.
8225 * top.c (throw_exception, catcher): Ditto.
8226 * sparclet-rom.c (sparclet_load): Ditto.
8227 * remote.c (interrupt_query, minitelnet): Ditto.
8228 * remote-sds.c (interrupt_query): Ditto.
8229 * remote-mips.c (mips_error, mips_kill): Ditto.
8230 * ocd.c (interrupt_query): Ditto.
8231 * monitor.c (monitor_interrupt_query): Ditto.
8232 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
8233 * target.h: Update comment.
8235 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
8237 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8239 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
8240 default_double_format.
8241 * gdbarch.h, gdbarch.c: Re-generate.
8242 * findvar.c (floatformat_unknown): Delete variable definition.
8243 * doublest.h (floatformat_unknown): Delete variable declaration.
8245 2002-02-09 Jim Blandy <jimb@redhat.com>
8247 * stabsread.c (read_type): Add code to parse Sun's syntax for
8248 prototyped function types.
8250 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8252 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
8253 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
8255 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8257 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
8258 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
8259 now _initialize_xcoffsolib gets called again and overrides the
8260 commands from solib.c in a native configuration.
8262 2002-02-09 Mark Kettenis <kettenis@gnu.org>
8264 * doublest.c (store_typed_floating): Don't try to return a value.
8267 2002-02-08 Jim Blandy <jimb@redhat.com>
8269 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
8270 is prototyped and has no arguments, print its argument list as
8273 2002-02-08 Chris Demetriou <cgd@broadcom.com>
8275 * MAINTAINERS (write-after-approval): Add myself.
8276 (paper-trail): I've escaped!
8278 2002-02-08 Christopher Faylor <cgf@redhat.com>
8280 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
8282 (_initialize_check_for_gdb_ini): Ditto.
8284 2002-02-08 Martin M. Hunt <hunt@redhat.com>
8286 * win32-nat.c (cygwin_pid_to_str): Fix typo.
8287 xaprintf -> xasprintf.
8289 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
8291 * win32-nat.c: Remove use of printf and sprintf functions.
8293 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
8295 * arm-tdep.c (arm_frame_chain_valid): Make static.
8296 (arm_push_arguments): Likewise.
8297 (arm_gdbarch_init): New function.
8298 (_initialize_arm_tdep): Call it.
8299 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
8300 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
8301 (FRAME_CHAIN_VALID): Delete.
8302 (arm_frame_chain_valid): Delete declaration.
8303 (PUSH_ARGUMENTS): Delete.
8304 (arm_push_arguments): Delete declaration.
8305 (CALL_DUMMY_P): Delete.
8307 2002-02-08 Andrew Cagney <ac131313@redhat.com>
8308 Corinna Vinschen <vinschen@redhat.com>
8310 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
8311 on builtin float types.
8313 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
8315 * utils.c: Include <curses.h> before "bfd.h".
8316 * tui/tui-hooks.c: Likewise.
8317 * tui/tui.c: Likewise.
8318 * tui/tuiCommand.c: Likewise.
8319 * tui/tuiData.c: Likewise.
8320 * tui/tuiDataWin.c: Likewise.
8321 * tui/tuiDisassem.c: Likewise.
8322 * tui/tuiGeneralWin.c: Likewise.
8323 * tui/tuiIO.c: Likewise.
8324 * tui/tuiLayout.c: Likewise.
8325 * tui/tuiRegs.c: Likewise.
8326 * tui/tuiSource.c: Likewise.
8327 * tui/tuiSourceWin.c: Likewise.
8328 * tui/tuiStack.c: Likewise.
8329 * tui/tuiWin.c: Likewise.
8331 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
8333 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
8334 to include space for pseudoregs as well. Update loops accordingly.
8335 (sh_fp_frame_init_saved_regs): Ditto.
8336 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
8338 2002-02-07 Andrew Cagney <ac131313@redhat.com>
8340 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
8341 Add Richard Earnshaw to Arm maintainers.
8343 2002-02-07 Andrew Cagney <ac131313@redhat.com>
8345 * defs.h (warning_begin): Delete declaration.
8347 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
8350 2002-02-07 Michael Snyder <msnyder@redhat.com>
8352 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
8353 Logic bug, remove misplaced else.
8355 2002-02-07 Klee Dienes <klee@apple.com>
8357 * fork-inferior.c (fork_inferior): Add '!' to the list of
8358 characters that need to be quoted when building a string for the
8359 shell. Quote '!' specifically with a backslash, since CSH chokes
8360 when trying to evaluate "str!str".
8362 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
8364 * rdi-share/host.h: Only provide a typedef for bool if it is not
8367 2002-02-04 Michael Snyder <msnyder@redhat.com>
8369 * breakpoint.h (enum bptype): Add new overlay event bp type.
8370 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
8372 * breakpoint.c (create_internal_breakpoint): New function.
8373 (internal_breakpoint_number): Moved into create_internal_breakpoint.
8374 (create_longjmp_breakpoint): Use create_internal_breakpoint.
8375 (create_thread_event_breakpoint): Ditto.
8376 (create_solib_event_breakpoint): Ditto.
8377 (create_overlay_event_breakpoint): New function.
8378 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
8379 (update_breakpoints_after_exec): Delete and re-initialize
8380 overlay event breakpoints after an exec. Add FIXME comment
8381 about longjmp breakpoint.
8382 (print_it_typical): Ignore overlay event breakpoints.
8383 (print_one_breakpoint): Ditto.
8385 (bpstat_what): Do not stop for overlay event breakpoints.
8386 (delete_breakpoint): Don't delete overlay event breakpoints.
8387 (breakpoint_re_set_one): Delete the overlay event breakpoint.
8388 (breakpoint_re_set): Re-create overlay event breakpoint.
8390 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
8391 (overlay_manual_command): Disable overlay breakpoints.
8392 (overlay_off_command): Disable overlay breakpoints.
8394 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
8396 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
8397 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
8398 to here from config/tm-arm.h.
8399 (coff_sym_is_thumb): Make static.
8400 (arm_elf_make_msymbol_special): New function.
8401 (arm_coff_make_msymbol_special): New function.
8402 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
8403 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
8404 (coff_sym_is_thumb): Delete declaration.
8405 (arm_elf_make_msymbol_special): Declare.
8406 (arm_coff_make_msymbol_special): Declare.
8407 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
8408 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
8410 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
8412 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
8414 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
8416 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
8417 * gdbarch.c gdbarch.h: Regenerate.
8418 * arch-utils.c (default_print_float_info): New function.
8419 * arch-utils.h (default_print_float_info): Prototype it.
8420 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
8421 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
8422 (PRINT_FLOAT_INFO): Document it.
8424 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
8425 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
8426 (PRINT_FLOAT_INFO): Define.
8428 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
8430 * win32-nat.c (_initialize_check_for_gdb_ini):
8431 Add typecast to sprintf argument to suppress a warning.
8433 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
8435 * win32-nat.c (last_sig): Changed type of variable to target_signal,
8436 to allow easier handling of pass state.
8437 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
8438 that gives exception name and address.
8439 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
8440 and set last_sig value to ourstatus->value.sig. Some missing
8442 (child_continue): Correctly report continue_status.
8443 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
8444 TARGET_SIGNAL_0 (new default value).
8445 (child_resume): consider sig argument passed to decide if
8446 the exception should be passed to debuggee or not.
8448 2002-02-05 Michael Snyder <msnyder@redhat.com>
8450 * regcache.c (fetch_register): Call target_fetch_register
8451 only if we don't call FETCH_PSEUDO_REGISTER.
8452 (store_register): Call target_store_register only if we
8453 don't call STORE_PSEUDO_REGISTER.
8455 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
8457 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
8458 ELF_MAKE_MSYMBOL_SPECIAL.
8459 * gdbarch.c, gdbarch.h: Regenerate.
8460 * arch-utils.c (default_make_msymbol_special): New function.
8461 * arch-utils.h (default_make_msymbol_special): Export.
8462 * elfread.c (elf_symtab_read): Compile use of
8463 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
8465 * coffread.c (coff_symtab_read): Ditto, for
8466 COFF_MAKE_MSYMBOL_SPECIAL.
8468 2002-02-05 Jim Blandy <jimb@redhat.com>
8470 * solib-svr4.c (svr4_truncate_ptr): New function.
8471 (svr4_relocate_section_addresses): Do the address arithmetic with
8472 the appropriate truncation for target addresses, even when
8473 CORE_ADDR is larger than a target address.
8475 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8477 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
8480 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8482 * gdbserver/linux-low.c (kill_inferior): Remove commented out
8485 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8487 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
8489 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8491 * gdbserver/linux-low.c: Remove unused include files.
8493 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8495 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
8496 (read_inferior_memory): Use it.
8497 (write_inferior_memory): Likewise.
8499 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8501 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
8502 grubbing through sys_errlist.
8504 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8506 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
8508 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
8509 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
8511 2002-02-04 Andrew Cagney <ac131313@redhat.com>
8513 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
8514 (do_sfunc, set_cmd_sfunc): New functions.
8516 * command.h (struct cmd_list_element): Add field func.
8517 * cli/cli-decode.h (struct cmd_list_element): Ditto.
8518 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
8519 * cli/cli-decode.h: Ditto.
8521 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
8522 (help_all, help_cmd_list): Ditto.
8523 (find_cmd, complete_on_cmdlist): Ditto.
8524 * top.c (execute_command): Ditto.
8526 * cli/cli-setshow.c (do_setshow_command): Call func instead of
8529 * infcmd.c (notice_args_read): Fix function signature.
8531 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
8532 * cli/cli-decode.c (add_set_cmd): Ditto.
8533 * utils.c (initialize_utils): Ditto.
8534 * maint.c (_initialize_maint_cmds): Ditto.
8535 * infrun.c (_initialize_infrun): Ditto.
8536 * demangle.c (_initialize_demangler): Ditto.
8537 * remote.c (add_packet_config_cmd): Ditto.
8538 * mips-tdep.c (_initialize_mips_tdep): Ditto.
8539 * cris-tdep.c (_initialize_cris_tdep): Ditto.
8540 * proc-api.c (_initialize_proc_api): Ditto.
8541 * kod.c (_initialize_kod): Ditto.
8542 * valprint.c (_initialize_valprint): Ditto.
8543 * top.c (init_main): Ditto.
8544 * infcmd.c (_initialize_infcmd): Ditto.
8545 * corefile.c (_initialize_core): Ditto.
8546 * arm-tdep.c (_initialize_arm_tdep): Ditto.
8547 * arch-utils.c (initialize_current_architecture): Ditto.
8548 (_initialize_gdbarch_utils): Ditto.
8549 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
8551 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
8552 * wince.c (_initialize_inftarg): Ditto.
8553 * symfile.c (_initialize_symfile): Ditto.
8554 * mips-tdep.c (_initialize_mips_tdep): Ditto.
8555 * language.c (_initialize_language): Ditto.
8556 * arc-tdep.c (_initialize_arc_tdep): Ditto.
8558 2002-02-04 Michael Snyder <msnyder@redhat.com>
8560 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
8562 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
8564 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
8565 Add rules for building the register data files.
8567 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
8569 * regformats/regdat.sh: Add braces to the definition of
8570 expedite_regs_${arch}.
8572 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
8574 * regformats/regdef.h (struct reg): Add comment describing the
8575 requirements for offset and size fields.
8577 2002-02-04 Andreas Schwab <schwab@suse.de>
8579 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
8580 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
8582 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
8584 * gdbarch.sh (copyright): Update years in generated header.
8585 (SMASH_TEXT_ADDRESS): Add rule.
8586 * gdbarch.h, gdbarch.c: Re-generate.
8587 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
8588 * dbxread.c: Likewise.
8589 * dwarfread.c: Likewise.
8590 * elfread.c: Likewise.
8591 * somread.c: Likewise.
8593 * arm-tdep.c (arm_smash_text_address): New function.
8594 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
8596 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
8598 Add support for hardware watchpoints on win32 native.
8599 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
8600 CONTEXT_DEBUG_REGISTERS.
8601 (dr variable): New variable. Static array containing a local copy
8603 (debug_registers_changed): New variable. Reflects when debug registers
8604 are changed and need to be written to inferior.
8605 (debug_registers_used): New variable. Reflects when any debug register
8606 was set, used when new threads are created.
8607 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
8609 (thread_rec): Set dr array if id is the thread of current_event .
8610 (child_continue, child_resume): Change the debug registers for all
8611 threads if debug_registers_changed.
8612 (child_add_thread): Change the debug registers if debug_registers_used.
8613 * config/i386/cygwin.mh: Add use of i386-nat.o file.
8614 Link nm.h to new nm-cygwin.h file.
8615 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
8616 of hardware registers.
8618 2002-02-03 Andrew Cagney <ac131313@redhat.com>
8620 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
8621 Restore behavour broken by 2002-01-20 Andrew Cagney
8622 <ac131313@redhat.com> IEEE_FLOAT removal.
8624 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
8626 * c-valprint.c (c_val_print): Pass a proper valaddr to
8627 cp_print_class_method.
8628 * valops.c (search_struct_method): If there is only one method
8629 and args is NULL, return that method.
8631 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
8633 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
8634 accessing tag_name directly.
8636 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
8638 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
8639 of accessing tag_name directly.
8641 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
8644 * gdbtypes.c (replace_type): New function.
8645 * gdbtypes.h (replace_type): Add prototype.
8646 * stabsread.c (read_type): Use replace_type.
8648 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
8650 * Makefile.in (memattr.o): Add missing dependencies rule.
8652 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8654 * breakpoint.c (break_at_finish_command): Really export.
8655 (break_at_finish_at_depth_command): Ditto.
8656 (tbreak_at_finish_command): Ditto.
8657 * hppa-tdep.c: Include completer.h.
8658 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
8659 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
8661 2002-02-01 Andrew Cagney <ac131313@redhat.com>
8663 * utils.c (do_write): New function.
8664 (error_stream): Rewrite combining the code from error_begin and
8666 (verror): Rewrite using error_stream.
8667 (error_begin): Delete function.
8669 2002-02-01 Andrew Cagney <ac131313@redhat.com>
8671 * utils.c (error_begin): Make static.
8672 * defs.h (error_begin): Delete declaration.
8674 * linespec.c (cplusplus_error): Replace cplusplus_hint.
8675 (decode_line_1): Use cplusplus_error instead of error_begin,
8676 cplusplus_hint and return_to_top_level.
8677 * coffread.c (coff_symfile_read): Use error instead of error_begin
8678 and return_to_top_level.
8679 * infrun.c (default_skip_permanent_breakpoint): Ditto.
8681 2002-02-01 Andrew Cagney <ac131313@redhat.com>
8683 * language.h (type_error, range_error): Make string parameter
8685 * language.c (warning_pre_print): Delete extern declaration.
8686 * dwarfread.c (warning_pre_print): Ditto.
8687 * language.c (type_error, range_error): Rewrite to use verror and
8688 vwarning instead of warning_begin.
8690 2002-02-01 Michael Snyder <msnyder@redhat.com>
8692 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
8693 (set_ignore_count): Move misplaced comment back where it belongs.
8695 2002-02-01 Andrew Cagney <ac131313@redhat.com>
8697 * command.h (NO_FUNCTION): Delete macro.
8698 * cli/cli-decode.h (NO_FUNCTION): Ditto.
8699 * top.c (execute_command): Replace NO_FUNCTION with NULL.
8700 * tracepoint.c (_initialize_tracepoint): Ditto.
8701 * cli/cli-decode.c (add_set_cmd): Ditto.
8702 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8704 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
8706 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
8707 Update ``this'' pointer when calling virtual functions.
8709 2002-02-01 Michael Snyder <msnyder@redhat.com>
8711 * breakpoint.c (create_temp_exception_breakpoint): Delete.
8712 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
8714 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
8716 * regformats/reg-arm.dat: New file.
8717 * regformats/reg-i386.dat: New file.
8718 * regformats/reg-ia64.dat: New file.
8719 * regformats/reg-m68k.dat: New file.
8720 * regformats/reg-mips.dat: New file.
8721 * regformats/reg-ppc.dat: New file.
8722 * regformats/reg-sh.dat: New file.
8723 * regformats/regdef.h: New file.
8724 * regformats/regdat.sh: New file.
8726 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
8728 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
8729 (arm_frame_args_address, arm_frame_locals_address): New functions.
8730 (arm_frame_num_args): New function.
8731 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
8732 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
8733 (FRMA_NUM_ARGS): Call arm_frame_num_args.
8735 2002-01-31 Michael Snyder <msnyder@redhat.com>
8737 * breakpoint.c (break_at_finish_command): Export.
8738 (break_at_finish_at_depth_command): Export.
8739 (tbreak_at_finish_command): Export.
8740 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
8741 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
8742 "tbreak" commands, which are HPPA specific.
8744 * printcmd.c (disassemble_command): Remove an ancient
8745 artifact of an old merge.
8747 * symfile.h (enum overlay_debugging_state):
8748 Define enum constant values for overlay mode.
8749 * symfile.c (overlay_debugging): Use enums instead of literals.
8750 (overlay_is_mapped, overlay_auto_command,
8751 overlay_manual_command): Ditto.
8753 * breakpoint.c (insert_breakpoints, remove_breakpoint,
8754 breakpoint_here_p, breakpoint_inserted_here_p,
8755 breakpoint_thread_match, bpstat_stop_status,
8756 describe_other_breakpoints, check_duplicates, clear_command):
8757 Coding standard fixes.
8759 * target.c (target_xfer_memory): Add spaces, coding standard.
8760 (do_xfer_memory): Add missing line to trust-readonly
8761 code: check bfd SEC_READONLY flag for section.
8763 2002-01-31 Andrew Cagney <ac131313@redhat.com>
8765 * PROBLEMS: Fix typo, 5.1->5.1.1.
8767 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
8769 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
8770 data symbols, since we search based on textlow and texthigh.
8771 (find_pc_sect_symtab): Likewise.
8773 2002-01-30 Andrew Cagney <ac131313@redhat.com>
8775 * defs.h (vwarning): Declare.
8776 * utils.c (vwarning): New function.
8777 (warning): Call vwarning.
8778 (warning_begin): Delete function.
8780 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
8781 the warning message.
8782 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
8785 2002-01-30 Michael Snyder <msnyder@redhat.com>
8787 * NEWS: Mention "set trust-readonly-sections" command.
8788 Mention generate-core-file command.
8790 2002-01-15 Michael Snyder <msnyder@redhat.com>
8792 * target.c: New command, "set trust-readonly-sections on".
8793 (do_xfer_memory): Honor the suggestion to trust readonly sections
8794 by reading them from the object file instead of from the target.
8795 (initialize_targets): Register command "set trust-readonly-sections".
8797 2002-01-29 Andrew Cagney <ac131313@redhat.com>
8799 * parse.c (target_map_name_to_register): Simplify, search regs and
8800 pseudo-regs using a single loop.
8802 2002-01-30 Andrew Cagney <ac131313@redhat.com>
8804 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
8806 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
8808 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
8809 * config/i386/i386v42mp.mh: Add i387-nat.o .
8810 * i386v4-nat.c: Include i387-nat.h.
8811 (supply_fpregset): Use i387_supply_fsave.
8812 (fill_fpregset): Use i387_fill_fsave.
8814 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
8816 * arm-tdep.c (arm_call_dummy_words): Define.
8817 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
8818 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
8819 (CALL_DUMMY_WORDS): Define.
8820 (arm_call_dummy_words): Declare.
8821 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
8822 (arm_linux_call_dummy_words): Declare.
8824 2002-01-30 Andreas Schwab <schwab@suse.de>
8826 * m68klinux-nat.c: Fix last change to use regcache_collect
8827 instead of referencing registers[] directly.
8829 2002-01-29 Andrew Cagney <ac131313@redhat.com>
8831 * parse.c (target_map_name_to_register): Delete code wrapped in
8832 #ifdef REGISTER_NAME_ALIAS_HOOK.
8834 2002-01-28 Michael Snyder <msnyder@redhat.com>
8836 * regcache.c (legacy_read_register_gen): Need to be able to
8837 read pseudo-register as well as real register.
8838 (legacy_write_register_gen): Ditto.
8840 2002-01-28 Andrew Cagney <ac131313@redhat.com>
8842 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
8843 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
8844 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
8845 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
8846 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
8847 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
8848 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
8849 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
8850 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
8851 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
8852 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
8853 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
8854 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
8855 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
8856 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
8857 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
8858 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
8859 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
8860 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
8861 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
8863 2002-01-28 Andrew Cagney <ac131313@redhat.com>
8865 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
8866 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
8867 (initialize_current_architecture): Update target_byte_order using
8868 information from BFD.
8869 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
8870 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
8872 2002-01-28 Andrew Cagney <ac131313@redhat.com>
8874 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
8875 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
8877 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
8878 #ifdef INVALID_FLOAT.
8879 * infcmd.c (do_registers_info): Ditto.
8880 * values.c (unpack_double): Ditto. Add comment.
8882 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
8883 already commented out.
8885 2002-01-26 Andreas Schwab <schwab@suse.de>
8887 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
8888 * m68klinux-nat.c: Update ptrace interface for fetching/storing
8889 registers and add support for PTRACE_GETREGS.
8891 2002-01-24 Andrew Cagney <ac131313@redhat.com>
8893 GDB 5.1.1 released from 5.1 branch.
8894 * NEWS: Add 5.1.1 news.
8895 * README: Sync with 5.1 branch.
8897 2002-01-23 Fred Fish <fnf@redhat.com>
8899 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
8900 stabstring on initial malloc. Reallocing will copy it for us,
8903 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
8905 * Makefile.in (hpread_h): Delete.
8906 (HFILES_NO_SRCDIR): Remove hpread.h.
8907 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
8908 (hpread.o): Update dependencies.
8909 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
8911 * hp-psymtab-read.c: Remove file.
8912 * hp-symtab-read.c: Remove file.
8913 * hpread.h: Remove file.
8915 * hpread.c: Merge all contents of hp-psymtab-read.c,
8916 hp-symtab-read.c and hpread.h into this file, as it was prior to
8919 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
8920 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8921 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
8922 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
8924 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
8926 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
8927 fill_gregset): Call gdbarch_tdep() just once, assign result to
8928 variable and use that, instead of calling the function several
8931 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
8933 * configure.host: Accept sparcv9 as alias for sparc64.
8934 * configure.tgt: Likewise.
8936 2002-01-22 Kevin Buettner <kevinb@redhat.com>
8938 * solib-aix5.c (build_so_list_from_mapfile)
8939 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
8940 arguments is not reversed.
8941 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
8942 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
8944 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
8946 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
8947 modified version of obsolete sh_fetch_pseudo_register.
8948 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
8949 (sh4_register_read): New function.
8950 (sh_pseudo_register_write): New function. Renamed and modified
8951 version of obsolete sh_store_pseudo_register.
8952 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
8953 (sh4_register_write): New function.
8954 (sh_gdbarch_init): Remove setting of gdbarch function
8955 fetch_pseudo_register and store_pseudo_register. Remove setting of
8956 register_convert_to_raw, register_convert_to_virtual,
8957 register_convertible.
8958 (sh_sh4_register_convertible): Delete. No longer needed. All is
8959 taken care by architecture specific functions
8960 register_read/register_write.
8961 (sh_sh4_register_convert_to_virtual): Make static.
8962 (sh_sh4_register_convert_to_raw): Ditto.
8964 2002-01-22 Andrew Cagney <ac131313@redhat.com>
8966 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
8967 (floatformat_is_nan, floatformat_mantissa): Ditto.
8969 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
8970 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
8971 builtin_type_ieee_double_little,
8972 builtin_type_ieee_double_littlebyte_bigword,
8973 builtin_type_m68881_ext, builtin_type_i960_ext,
8974 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
8975 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
8976 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
8977 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
8979 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
8981 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
8982 parameter. Set frameless flag if it exists and depended of
8983 whether the scanned function is frameless or not.
8984 (xstormy16_skip_prologue): If function is frameless, return
8985 result of xstormy16_scan_prologue().
8986 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
8989 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
8991 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
8992 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
8993 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
8994 sh_sh4_register_byte, sh_sh4_register_raw_size,
8995 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
8996 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
8997 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
8998 sh_store_pseudo_register, sh_do_pseudo_register): Call
8999 gdbarch_tdep() just once, assign result to variable and use that,
9000 instead of calling the function several times.
9002 2002-01-20 Mark Kettenis <kettenis@gnu.org>
9004 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
9005 macros instead of LAST_FPU_CTRL_REGNUM.
9006 (store_register): Likewise.
9008 2002-01-21 Jim Blandy <jimb@redhat.com>
9010 * infcmd.c (run_command): Check that the `exec' target layer's BFD
9011 is up-to-date before running the program, not just when a program
9014 2002-01-21 Fred Fish <fnf@redhat.com>
9016 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
9017 when we have found all instructions we are looking for.
9019 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
9021 * arm-tdep.c (arm_register_name): New function.
9022 (arm_registers_names): Make static.
9023 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
9024 (arm_register_name): Declare.
9025 (REGISTER_NAME): Use it.
9027 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
9028 Kevin Buettner <kevinb@redhat.com>
9030 Convert arm targets to new FRAME interface.
9031 * arm-tdep.c (struct frame_extra_info): Remove fsr.
9032 (arm_frame_find_save_regs): Delete.
9033 (arm_frame_init_saved_regs): New.
9034 (arm_init_extra_frame_info): Alloacte saved_regs as required.
9035 Allocate extra_info as required. Convert all uses of fsr.regs
9036 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
9038 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
9039 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
9040 (check_prologue_cache, save_prologue_cache): Likewise.
9041 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
9042 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
9043 (FRAME_FIND_SAVED_REGS): Delete.
9044 (arm_frame_find_saved_regs): Delete prototype.
9045 (arm_frame_init_saved_regs): New prototype.
9046 (FRAME_INIT_SAVED_REGS): Define.
9048 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9050 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
9052 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9054 From Jeff Law <law@redhat.com>:
9055 * infttrace.c: Include <sys/pstat.h>.
9056 (child_pid_to_exec_file): Revamp. Use pstat call to get the
9057 exec file if the ttrace equivalent fails.
9059 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9061 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
9062 (closeLogFile): Ditto.
9064 2002-01-20 Michael Chastain <mec@shout.net>
9066 * top.c (print_gdb_version): Bump copyright year to 2002.
9068 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9070 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
9071 Zannoni and Eli Zaretskii.
9073 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9075 * buildsym.c: Update copyright years.
9076 * c-typeprint.c: Likewise.
9077 * dwarf2read.c: Likewise.
9078 * f-typeprint.c: Likewise.
9079 * gdbtypes.c: Likewise.
9080 * gdbtypes.h: Likewise.
9081 * hp-symtab-read.c: Likewise.
9082 * hpread.c: Likewise.
9083 * mdebugread.c: Likewise.
9084 * p-typeprint.c: Likewise.
9086 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9088 * remote-sim.c (gdbsim_open): Simplify code testing the macro
9089 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
9090 byte-order selectable.
9091 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
9092 * arch-utils.c: Ditto.
9093 (set_endian): Ditto.
9094 (set_endian_from_file): Ditto.
9095 * gdbserver/low-sim.c (create_inferior): Ditto.
9096 * gdbarch.sh: Ditto.
9097 * gdbarch.h: Re-generate.
9098 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9099 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
9100 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
9101 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9102 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9103 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9104 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
9105 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
9107 * config/mips/tm-wince.h: Remove #undef of macro
9108 TARGET_BYTE_ORDER_SELECTABLE.
9109 * config/sh/tm-wince.h: Ditto.
9111 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9113 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
9114 member function fields. Add accessor macro
9115 TYPE_FN_FIELD_ARTIFICIAL.
9116 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
9117 * c-typeprint.c (c_type_print_base): Skip artificial member
9120 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9122 * f-typeprint.c: Delete unused function f_type_print_args.
9123 * p-typeprint.c: Delete unused function pascal_type_print_args.
9125 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9127 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
9128 comment. Add ``artificial'' to ``union field_location''.
9130 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
9132 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
9133 * mdebugread.c (parse_symbol): Likewise.
9134 * stabsread.c (define_symbol): Likewise.
9135 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
9136 initializing TYPE_FIELD_BITPOS to n (obsolete).
9137 (hpread_doc_function_type): Likewise.
9138 * hpread.c (hpread_function_type): Likewise.
9140 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9142 * configure.in (host_makefile_frag): Only require a host makefile
9143 fragment when a native build.
9144 * configure: Re-generate.
9146 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9148 * doublest.h (floatformat_from_type): Declare.
9149 * doublest.c (floatformat_from_type): New function.
9150 (convert_typed_floating): Use.
9152 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
9153 call to function floatformat_from_type.
9155 * gdbarch.sh (IEEE_FLOAT): Delete.
9156 * gdbarch.h, gdbarch.c: Re-generate.
9157 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
9158 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
9159 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
9160 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
9161 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
9162 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
9163 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
9164 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
9165 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
9166 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
9167 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
9168 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
9170 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
9171 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9172 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9173 * sh-tdep.c (sh_gdbarch_init): Ditto.
9174 * mips-tdep.c (mips_gdbarch_init): Ditto.
9175 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9176 * cris-tdep.c (cris_gdbarch_init): Ditto.
9178 2002-01-20 Jiri Smid <smid@suse.cz>
9180 * configure.host, configure.tgt: Support x86-64.
9181 * NEWS: Note new target x86-64.
9183 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
9184 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
9185 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
9186 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
9187 x86-64-linux-nat.o): Fix dependencies.
9189 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9191 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
9192 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
9193 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
9194 * config/sparc/xm-sun4os4.h: Delete file.
9195 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
9197 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9199 * config/sparc/sparclynx.mh (XM_FILE): Delete.
9200 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
9201 * config/m68k/m68klynx.mh (XM_FILE): Delete.
9202 * config/i386/i386lynx.mh (XM_FILE): Delete.
9203 * config/rs6000/xm-rs6000ly.h: Delete file.
9204 * config/sparc/xm-sparclynx.h: Delete file.
9205 * config/m68k/xm-m68klynx.h: Delete file.
9206 * config/i386/xm-i386lynx.h: Delete file.
9207 * config/xm-lynx.h: Delete file.
9208 * config/djgpp/fnchange.lst: Update.
9210 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9212 * alpha-tdep.c (alpha_register_byte): New function.
9213 (alpha_register_raw_size): Ditto.
9214 (alpha_register_virtual_size): Ditto.
9215 (alpha_skip_prologue_internal): Renamed from
9216 alpha_skip_prologue.
9217 (alpha_skip_prologue): New version that calls
9218 alpha_skip_prologue_internal.
9219 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
9220 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
9221 second argument from alpha_skip_prologue.
9222 (REGISTER_BYTE): Use alpha_register_byte.
9223 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
9224 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
9225 (FRAMELESS_FUNCTION_INVOCATION): Use
9226 generic_frameless_function_invocation_not.
9227 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
9228 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
9230 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9232 * config/mips/xm-news-mips.h: Delete file.
9233 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
9235 * config/m88k/xm-m88k.h: Delete file.
9236 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
9237 * config/m88k/xm-delta88v4.h: Ditto.
9238 * config/m88k/xm-delta88.h: Ditto.
9240 * config/alpha/xm-fbsd.h: Delete file.
9241 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
9243 * config/sparc/xm-sparc.h: Delete file.
9244 * Makefile.in (xm-sun4os4.h): Delete dependency.
9245 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
9246 * config/sparc/xm-sun4os4.h: Ditto.
9247 * config/sparc/xm-linux.h: Ditto.
9249 * config/i386/xm-windows.h: Delete file.
9251 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9253 * utils.c: Include <sys/param.h> for MAXPATHLEN.
9254 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
9256 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9258 * alpha-tdep.c (alpha_call_dummy_words): New.
9259 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
9260 (CALL_DUMMY_P): Define.
9261 (CALL_DUMMY_WORDS): Define.
9262 (SIZEOF_CALL_DUMMY_WORDS): Define.
9264 2002-01-19 Per Bothner <per@bothner.com>
9266 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
9267 isn't NULL, which can happen with some gcj-3.x-produced code.
9269 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9271 * alpha-tdep.c (alpha_register_virtual_type): New function.
9272 (alpha_init_frame_pc_first): Ditto.
9273 (alpha_fix_call_dummy): Ditto.
9274 (alpha_store_struct_return): Ditto.
9275 (alpha_extract_struct_value_address): Ditto.
9276 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
9277 alpha_register_virtual_type.
9278 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
9279 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
9280 alpha_extract_struct_value_address.
9281 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
9282 (INIT_FRAME_PC): Use init_frame_pc_noop.
9283 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
9285 2002-01-19 Mark Kettenis <kettenis@gnu.org>
9287 * i386gnu-nat.c: Include "i386-tdep.h".
9288 (fetch_fpregs): Simplify code dealing with uninitialized floating
9289 point states such that it doesn't require FP7_REGNUM.
9291 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9293 * alpha-tdep.c (frame_extra_info): New.
9294 (alpha_find_saved_regs): Make static. Use
9296 (alpha_frame_init_saved_regs): New function.
9297 (alpha_frame_saved_pc): Use frame->extra_info.
9298 (temp_saved_regs): Don't declare as struct frame_saved_regs.
9299 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
9300 (init_extra_frame_info): Rename to...
9301 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
9302 (alpha_print_extra_frame_info): New function.
9303 (alpha_frame_locals_address): Ditto.
9304 (alpha_frame_args_address): Ditto.
9305 (alpha_pop_frame): Use frame->extra_info.
9306 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
9307 alpha_frame_args_address.
9308 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
9309 (alpha_find_saved_regs): Remove prototype.
9310 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
9311 (EXTRA_FRAME_INFO): Remove.
9312 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
9313 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
9315 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9317 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
9318 (alpha_cannot_fetch_register): Ditto.
9319 (alpha_cannot_store_register): Ditto.
9320 (alpha_register_convertible): Ditto.
9321 (alpha_use_struct_convention): Ditto.
9322 * config/alpha/tm-alpha.h: Update copyright years.
9323 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
9324 (INNER_THAN): Use core_addr_lessthan.
9325 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
9326 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
9327 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
9328 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
9329 (FRAME_CHAIN): Remove unnecessary cast.
9331 2002-01-18 Andrew Cagney <ac131313@redhat.com>
9333 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
9336 2002-01-18 Andrew Cagney <ac131313@redhat.com>
9338 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
9339 * monitor.c, remote-array.c, remote-bug.c: Ditto.
9340 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
9341 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
9342 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
9343 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
9344 * x86-64-linux-nat.c: Ditto.
9346 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9348 * alpha-tdep.c (alpha_register_name): New function.
9349 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
9350 (REGISTER_NAME): Define.
9352 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9354 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
9356 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9358 * alpha-tdep.c: Update copyright years.
9359 (alpha_next_pc): New function.
9360 (alpha_software_single_step): Ditto.
9361 * config/alpha/tm-alpha.h: Add prototype for
9362 alpha_software_single_step.
9364 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9366 * alphabsd-nat.c: Update copyright years.
9367 (fill_gregset): Use regcache_collect.
9368 (fill_fpregset): Likewise.
9369 (fetch_inferior_registers): Only fetch integer registers
9370 if requested to do so.
9371 (store_inferior_registers): Only store integer registers
9372 if requested to do so.
9374 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9376 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
9377 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
9378 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
9379 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
9380 * config/alpha/fbsd.mh (XDEPFILES): Delete.
9381 * config/arm/linux.mh (XDEPFILES): Delete.
9382 * config/arm/nbsd.mh (XDEPFILES): Delete.
9383 * config/i386/i386dgux.mh (XDEPFILES): Delete.
9384 * config/i386/i386sol2.mh (XDEPFILES): Delete.
9385 * config/i386/i386m3.mh (XDEPFILES): Delete.
9386 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
9387 * config/i386/i386gnu.mh (XDEPFILES): Delete.
9388 * config/i386/fbsd.mh (XDEPFILES): Delete.
9389 * config/i386/i386bsd.mh (XDEPFILES): Delete.
9390 * config/i386/i386sco5.mh (XDEPFILES): Delete.
9391 * config/i386/i386v4.mh (XDEPFILES): Delete.
9392 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
9393 * config/i386/i386sco4.mh (XDEPFILES): Delete.
9394 * config/i386/i386aix.mh (XDEPFILES): Delete.
9395 * config/i386/go32.mh (XDEPFILES): Delete.
9396 * config/i386/cygwin.mh (XDEPFILES): Delete.
9397 * config/i386/i386lynx.mh (XDEPFILES): Delete.
9398 * config/i386/i386mach.mh (XDEPFILES): Delete.
9399 * config/i386/i386v32.mh (XDEPFILES): Delete.
9400 * config/i386/linux.mh (XDEPFILES): Delete.
9401 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
9402 * config/i386/ncr3000.mh (XDEPFILES): Delete.
9403 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
9404 * config/i386/i386sco.mh (XDEPFILES): Delete.
9405 * config/i386/i386v.mh (XDEPFILES): Delete.
9406 * config/i386/nbsd.mh (XDEPFILES): Delete.
9407 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
9408 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
9409 * config/i386/symmetry.mh (XDEPFILES): Delete.
9410 * config/i386/obsd.mh (XDEPFILES): Delete.
9411 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
9412 * config/ia64/linux.mh (XDEPFILES): Delete.
9413 * config/ia64/aix.mh (XDEPFILES): Delete.
9414 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
9415 * config/m68k/dpx2.mh (XDEPFILES): Delete.
9416 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
9417 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
9418 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
9419 * config/m68k/linux.mh (XDEPFILES): Delete.
9420 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
9421 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
9422 * config/m68k/nbsd.mh (XDEPFILES): Delete.
9423 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
9424 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
9425 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
9426 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
9427 * config/m88k/delta88.mh (XDEPFILES): Delete.
9428 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
9429 * config/m88k/m88k.mh (XDEPFILES): Delete.
9430 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
9431 * config/mips/linux.mh (XDEPFILES): Delete.
9432 * config/mips/irix6.mh (XDEPFILES): Delete.
9433 * config/mips/irix5.mh (XDEPFILES): Delete.
9434 * config/mips/irix4.mh (XDEPFILES): Delete.
9435 * config/mips/irix3.mh (XDEPFILES): Delete.
9436 * config/mips/decstation.mh (XDEPFILES): Delete.
9437 * config/mips/mipsm3.mh (XDEPFILES): Delete.
9438 (NATDEPFILES): Move core-aout.o to here.
9439 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
9440 * config/pa/hpux1020.mh (XDEPFILES): Delete.
9441 * config/pa/hppabsd.mh (XDEPFILES): Delete.
9442 * config/pa/hppahpux.mh (XDEPFILES): Delete.
9443 * config/pa/hpux11w.mh (XDEPFILES): Delete.
9444 * config/pa/hppaosf.mh (XDEPFILES): Delete.
9445 * config/pa/hpux11.mh (XDEPFILES): Delete.
9446 * config/powerpc/aix.mh (XDEPFILES): Delete.
9447 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
9448 * config/powerpc/linux.mh (XDEPFILES): Delete.
9449 * config/romp/rtbsd.mh: Rename XDEPFILES.
9450 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
9451 * config/rs6000/aix4.mh (XDEPFILES): Delete.
9452 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
9453 * config/s390/s390.mh (XDEPFILES): Delete.
9454 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
9455 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
9456 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
9457 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
9458 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
9459 * config/sparc/nbsd.mh (XDEPFILES): Delete.
9460 * config/sparc/linux.mh (XDEPFILES): Delete.
9461 * config/vax/vaxult.mh (XDEPFILES): Delete.
9462 * config/vax/vaxult2.mh (XDEPFILES): Delete.
9463 * Makefile.in (DEPFILES): Remove XDEPFILES.
9465 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9467 * utils.c (internal_verror): Fix comments, default is yes not no.
9468 Update queries to match. Default to quit and dump core.
9470 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9472 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
9474 * defs.h, event-top.c, gdbcmd.h: Ditto.
9475 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
9476 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
9477 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
9478 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
9479 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
9480 * mi/mi-main.c:Ditto.
9482 * stack.c, symfile.c: Update copyright.
9484 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
9486 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
9487 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
9488 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
9489 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
9491 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
9493 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
9494 * gdbserver/low-lynx.c (myattach): Likewise.
9495 * gdbserver/low-nbsd.c (myattach): Likewise.
9496 * gdbserver/low-sim.c (myattach): Likewise.
9497 * gdbserver/low-sparc.c (myattach): Likewise.
9498 * gdbserver/low-sun3.c (myattach): Likewise.
9500 * gdbserver/low-linux.c (myattach): New function.
9502 * gdbserver/server.c (attach_inferior): New function.
9503 (main): Handle "--attach".
9505 2002-01-16 Andrew Cagney <ac131313@redhat.com>
9507 * MAINTAINERS (language support): Daniel Jacobwitz is C++
9510 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
9512 * c-typeprint.c (is_type_conversion_operator): Add additional
9513 check for non-conversion operators.
9515 2002-01-15 Michael Snyder <msnyder@redhat.com>
9517 * linux-proc.c: Add "info proc" command, a la procfs.c.
9518 (read_mapping): New function, abstract and re-use code.
9519 (linux_find_memory_regions): Use new func read_mapping.
9520 (linux_info_proc_cmd): New function, implement "info proc".
9521 (_initialize_linux_proc): Add new command "info proc".
9523 2002-01-15 Michael Snyder <msnyder@redhat.com>
9525 * symfile.c (generic_load): Use bfd_map_over_sections method
9526 instead of manipulating bfd structure members directly.
9527 (add_section_size_callback): New function, bfd sections callback
9528 used by generic_load.
9529 (load_sections_callback): New function, bfd sections callback
9530 used by generic_load.
9532 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
9534 [Based on work by Jim Blandy]
9535 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
9536 (builtin_type_vec128): Export.
9537 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
9539 (builtin_type_vec128): New builtin type for 128 bit vector
9541 (build_gdbtypes): Initialize builtin_type_v16qi and
9542 builtin_type_v8hi. Create the vec128 register builtin type
9544 (build_builtin_type_vec128): New function.
9545 (_initialize_gdbtypes): Register builtin_type_v16qi and
9546 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
9547 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
9548 AltiVec register to new builtin type.
9550 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
9552 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
9555 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9557 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
9558 CLEAN_UP_REGISTER_VALUE.
9559 * regcache.c (supply_register): Update only call.
9561 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9563 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
9564 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
9565 a29k-*-vxworks* targets as obsolete.
9567 2002-01-14 Michael Snyder <msnyder@redhat.com>
9569 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
9570 until we can resolve portability issues.
9571 * gregset.h: Remove references to fpxregs.
9572 * gcore.c (gcore_command): Initialize note_sec to NULL.
9574 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9576 * signals.c (target_signal_to_name): Rewrite. Only use
9577 signals[].name when in bounds and non-NULL.
9579 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9581 From Petr Ledvina <ledvinap@kae.zcu.cz>:
9582 * signals.c (target_signal_to_name): Verify that SIG is within the
9583 bounds of the signals array.
9585 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9587 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
9589 2002-01-13 Keith Seitz <keiths@redhat.com>
9591 * stack.c (print_frame_info_base): Print the frame's pc
9592 only if when print_frame_info_listing_hook is not defined.
9594 2002-01-13 Keith Seitz <keiths@redhat.com>
9596 * varobj.c (varobj_set_value): Make sure that there were no
9597 errors evaluating the object before attempting to set its
9599 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
9600 so this offset adjustment is no longer necessary.
9601 (create_child): Don't set the error flag if the child is
9603 (value_of_child): If value_fetch_lazy fails, return NULL
9604 so that callers will be notified that an error occurred.
9605 (c_value_of_variable): Delay check of variable's validity
9606 until later. We actually want all structs and unions to have
9608 Do not return "???" for variables which could not be evaluated.
9609 This error condition must be returned to the caller so that it
9610 can get the error condition from gdb.
9611 (cplus_name_of_child): Adjust index for vptr before figuring
9612 out the name of the child.
9613 (cplus_value_of_child): If a child's (real) parent is not valid,
9614 don't even bother trying to give a value for it. Just return
9615 an error. Change all instances in this function.
9616 (cplus_type_of_child): If our parent is one of the "fake"
9617 parents, we need to get at the type of the real parent, and
9618 derive the child's true type using this information.
9620 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9622 From 2002-01-09 John Marshall <johnm@falch.net>:
9623 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
9624 sources.redhat.com, and tweak some related URLs which had
9625 suffered from linkrot.
9627 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9630 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
9631 structures passed in registers.
9633 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
9635 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
9636 white space which prevented compilation. Reported by DSK
9637 <dsk@student.unsw.edu.au>.
9639 2002-01-11 Michael Snyder <msnyder@redhat.com>
9641 * symfile.c (build_section_addr_info_from_section_tab):
9642 Use bfd access method instead of manipulating bfd directly.
9643 (syms_from_objfile): Ditto.
9644 (simple_overlay_update_1): Ditto.
9645 (simple_overlay_update): Ditto.
9646 (generic_load): Ditto.
9647 (overlay_unmapped_address): FIXME comment, bfd access methods.
9648 (sections_overlap): FIXME comment, bfd access methods.
9649 (pc_in_mapped_range): FIXME comment, bfd access methods.
9650 (pc_in_unmapped_range): FIXME comment, bfd access methods.
9651 (section_is_mapped): FIXME comment, bfd access methods.
9652 (section_is_overlay): FIXME comment, bfd access methods.
9654 * symfile.c (generic_load): Whitespace and long line cleanups.
9655 Remove duplicate variable, change several local variables to
9656 more appropriate data types.
9657 (print_transfer_performance): Use %lu instead of %ld for ulongs.
9659 2002-01-12 Andrew Cagney <ac131313@redhat.com>
9662 * language.c (longest_local_hex_string_custom): Use phex_nz to
9663 convert NUM to a hex string.
9665 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
9667 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
9669 Update Copyright year.
9671 2002-01-12 Andrew Cagney <ac131313@redhat.com>
9673 * language.c (longest_raw_hex_string): Delete unused function.
9675 2002-01-11 Petr Sorfa <petrs@caldera.com>
9677 * MAINTAINERS (write-after-approval): Add myself.
9678 * dwarf2read.c (read_tag_string_type): Handling of
9680 (read_tag_string_type): FORTRAN fix to prevent propagation of
9682 (set_cu_language): Handling of DW_LANG_Fortran95
9684 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
9686 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
9687 GETPID(inferior_ptid).
9688 (store_inferior_registers): Likewise.
9690 2002-01-10 Jason Merrill <jason@redhat.com>
9692 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
9695 2002-01-10 Andrew Cagney <ac131313@redhat.com>
9697 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
9698 and bfd/elf32-sh-nbsd.c.
9700 2002-01-10 Michael Snyder <msnyder@redhat.com>
9702 * NEWS: Mention --pid and corefile/proc-id behavior change.
9704 * Makefile.in: Add rules for gcore.o and linux-proc.o.
9705 * gcore.c: Include cli/cli-decode.h instead of command.h.
9707 * main.c (captured_main): Add new command line option "--pid".
9708 If the second command line argument (following the symbol-file)
9709 begins with a digit, try to attach to it before trying to open
9711 (print_gdb_help): Document the "--pid" argument.
9713 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
9715 * completer.c (command_completer): New function.
9717 * completer.h <command_completer>: Add prototype.
9719 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
9720 completer for the "help" command.
9722 2002-01-09 Jason Merrill <jason@redhat.com>
9724 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
9726 2002-01-09 Michael Snyder <msnyder@redhat.com>
9728 * i386-linux-nat.c (fill_fpxregset): Make global.
9729 (store_fpxregset): Ditto.
9731 * gregset.h (gdb_fpxregset_t): Define.
9732 (supply_fpxregset): Prototype.
9733 (fill_fpxregset): Prototype.
9735 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
9737 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
9739 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
9740 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
9741 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
9743 2002-01-09 Andrew Cagney <ac131313@redhat.com>
9745 * MAINTAINERS: Update target maintainer rules so that any
9746 Maintainer can approve a tested patch for a maintenance-only
9749 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
9751 * MAINTAINERS (write-after-approval): Add myself.
9753 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
9756 2002-01-08 Michael Snyder <msnyder@redhat.com>
9758 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
9759 real name of the executable, rather than the /proc name.
9761 2002-01-03 Michael Snyder <msnyder@redhat.com>
9763 Implement a "generate-core-file" command in gdb, save target state.
9764 * gcore.c: New file. Implement new command 'generate-core-file'.
9765 Save a corefile image of the current state of the inferior.
9766 * linux-proc.c: Add linux-specific code for saving corefiles.
9767 * target.h (struct target_ops): Add new target vectors for saving
9768 corefiles; to_find_memory_regions and to_make_corefile_notes.
9769 (target_find_memory_regions): New macro.
9770 (target_make_corefile_notes): New macro.
9771 * target.c (update_current_target): Inherit new target methods.
9772 (dummy_find_memory_regions): New place-holder method.
9773 (dummy_make_corefile_notes): New place-holder method.
9774 (init_dummy_target): Initialize new dummy target vectors.
9775 * exec.c (exec_set_find_memory_regions): New function.
9776 Allow the exec_ops vector for memory regions to be taken over.
9777 (exec_make_note_section): New function, target vector method.
9778 * defs.h (exec_set_find_memory_regions): Export prototype.
9779 * procfs.c (proc_find_memory_regions): New function, corefile method.
9780 (procfs_make_note_section): New function, corefile method.
9781 (init_procfs_ops): Set new target vector pointers.
9782 (find_memory_regions_callback): New function.
9783 (procfs_do_thread_registers): New function.
9784 (procfs_corefile_thread_callback): New function.
9785 * sol-thread.c (sol_find_memory_regions): New function.
9786 (sol_make_note_section): New function.
9787 (init_sol_thread_ops): Initialize new target vectors.
9788 * inftarg.c (inftarg_set_find_memory_regions): New function.
9789 Allow to_find_memory_regions vector to be taken over.
9790 (inftarg_set_make_corefile_notes): New function.
9791 Allow to_make_corefile_notes vector to be taken over.
9792 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
9793 interface layer if not target_has_execution (may be a corefile).
9794 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
9795 * config/sparc/sun4sol2.mh: Ditto.
9796 * config/alpha/alpha-linux.mh: Ditto.
9797 * config/arm/linux.mh: Ditto.
9798 * config/i386/x86-64linux.mh: Ditto.
9799 * config/ia64/linux.mh: Ditto.
9800 * config/m68k/linux.mh: Ditto.
9801 * config/mips/linux.mh: Ditto.
9802 * config/powerpc/linux.mh: Ditto.
9803 * config/sparc/linux.mh: Ditto.
9805 2002-01-07 Michael Snyder <msnyder@redhat.com>
9807 * arm-linux-nat.c: Remove references to regcache.c internal data
9808 (registers[] and register_valid[]).
9810 2002-01-07 Michael Snyder <msnyder@redhat.com>
9812 * linux-proc.c: New file. Implement child_pid_to_exec_file,
9813 so that attaching to a pid will automatically read the process's
9814 symbol file and shlibs.
9815 * Makefile.in: Add rule for linux-proc.o.
9816 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
9817 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
9818 * config/arm/linux.mh: Ditto.
9819 * config/i386/linux.mh: Ditto.
9820 * config/i386/x86-64linux.mh: Ditto.
9821 * config/ia64/linux.mh: Ditto.
9822 * config/m68k/linux.mh: Ditto.
9823 * config/mips/linux.mh: Ditto.
9824 * config/powerpc/linux.mh: Ditto.
9825 * config/sparc/linux.mh: Ditto.
9827 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
9829 * win32-nat.c: Add i386-tdep.h dependency.
9831 2002-01-07 Michael Snyder <msnyder@redhat.com>
9833 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
9834 instead of bfd_get_arch_size. Don't bail out just because
9835 there's no exec_bfd.
9837 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
9838 * p-valprint.c (pascal_object_print_value): Ditto.
9839 * somread.c (som_symtab_read): Ditto.
9840 * symfile.c (simple_free_overlay_region_table): Ditto.
9841 * valops.c (value_assign): Ditto.
9843 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
9844 use tilde_expand and strerror for opening save-tracepoints file.
9846 * thread-db.c (thread_db_new_objfile): Indendation fix.
9848 * infptrace.c (GDB_MAX_ALLOCA): New define.
9849 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
9850 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
9851 can be overridden with whatever value is appropriate to the host).
9852 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
9853 alloca to allocate potentially large buffer.
9854 * rs6000-nat.c (child_xfer_memory): Ditto.
9855 * symm-nat.c (child_xfer_memory): Ditto.
9856 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
9858 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
9860 From Nick Clifton <nickc@redhat.com>
9861 * d10v-tdep.c: Set STACK_START to 0x200bffe.
9863 2002-01-07 Michael Snyder <msnyder@redhat.com>
9865 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
9866 Don't use exec_bfd if it's NULL.
9868 2002-01-06 Mark Kettenis <kettenis@gnu.org>
9870 * valops.c (value_arg_coerce): Fix formatting.
9872 2002-01-06 Andrew Cagney <ac131313@redhat.com>
9874 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
9877 2002-01-06 Andrew Cagney <ac131313@redhat.com>
9879 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
9880 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
9881 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
9882 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
9883 z8k-coff have not been multi-arched. Update z8k-coff build
9886 2002-01-06 Andrew Cagney <ac131313@redhat.com>
9888 * MAINTAINERS: Mark a29k target as obsolete.
9889 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
9890 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
9892 * NEWS: Note that a29k targets are obsolete.
9893 * a29k-tdep.c: Mark as obsolete.
9894 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
9895 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
9896 a29k-*-vxworks* targets as obsolete.
9897 * remote-adapt.c: Obsolete.
9898 * remote-eb.c: Obsolete.
9899 * remote-mm.c: Obsolete.
9900 * remote-udi.c: Obsolete.
9901 * config/a29k/a29k-udi.mt: Obsolete.
9902 * config/a29k/a29k.mt: Obsolete.
9903 * config/a29k/tm-a29k.h: Obsolete.
9904 * config/a29k/tm-vx29k.h: Obsolete.
9905 * config/a29k/vx29k.mt: Obsolete.
9907 2002-01-05 Andrew Cagney <ac131313@redhat.com>
9909 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
9910 with BFD_ENDIAN_BIG.
9912 2002-01-05 Andrew Cagney <ac131313@redhat.com>
9914 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
9915 * configure, config.in: Re-generate.
9916 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
9917 * defs.h: Do not include <endian.h>.
9919 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
9921 * acconfig.h (HAVE_PT_GETXMMREGS): New.
9922 * config.in: Regenerate.
9923 * configure.in: Update copyright years.
9924 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
9925 * configure: Regenerate.
9926 * i386bsd-nat.c: Update copyright years.
9927 (fill_gregset): Use regcache_collect.
9928 (fetch_inferior_registers): Only fetch integer registers
9929 if requested to do so. Add support for XMM registers
9930 using PT_GETXMMREGS.
9931 (store_inferior_registers): Only store integer registers
9932 if requested to do so. Add support for XMM registers
9933 using PT_SETXMMREGS.
9934 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
9935 (store_inferior_registers): Remove.
9936 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
9937 (fetch_elfcore_registers): New function.
9938 (i386nbsd_elfcore_fns): New.
9939 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
9940 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
9942 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
9943 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
9944 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
9945 * config/i386/tm-nbsd.h: Update copyright years.
9946 (HAVE_SSE_REGS): Define.
9947 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
9948 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
9949 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
9950 (SIGCONTEXT_PC_OFFSET): Remove.
9951 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
9953 2002-01-05 Andrew Cagney <ac131313@redhat.com>
9955 * configure.tgt: Remove powerpc-*-macos* target.
9956 * config/m68k/xm-mpw.h: Delete file.
9957 * config/xm-mpw.h: Delete file.
9958 * ser-mac.c: Delete file.
9959 * mpw-make.sed: Delete file.
9960 * mpw-config.in: Delete file.
9961 * mac-xdep.c: Delete file.
9962 * mac-gdb.r: Delete file.
9963 * mac-defs.h: Delete file.
9964 * mac-nat.c: Delete file.
9965 * config/powerpc/macos.mh: Delete file.
9966 * config/powerpc/macos.mt: Delete file.
9967 * config/powerpc/nm-macos.h: Delete file.
9968 * config/powerpc/tm-macos.h: Delete file.
9969 * source.c (openp, open_source_file): Remove obsolete code.
9970 * top.c (gdb_readline): Ditto.
9971 * utils.c (query): Ditto.
9972 * event-top.c (display_gdb_prompt): Ditto.
9973 * Makefile.in (ser-mac.o): Delete obsolete target.
9976 2002-01-04 Andrew Cagney <ac131313@redhat.com>
9978 * defs.h (BIG_ENDIAN): Delete macro definition.
9979 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
9980 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
9981 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
9982 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
9983 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
9984 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
9985 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
9986 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
9987 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
9988 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
9989 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
9990 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
9991 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
9992 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
9993 * gdbarch.c: Re-generate.
9995 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
9997 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
10000 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10002 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
10004 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10006 * value.h (value_ptr): Delete typedef.
10008 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10010 * i386nbsd-nat.c: Update copyright years.
10011 Include i386-tdep.h.
10013 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
10015 * stabsread.c: Update copyright years.
10017 From Debashis Mahata <debashis.mahata@wipro.com>:
10018 (read_struct_fields): Deal with Sun C compiler erroneous stab
10019 output for structs and unions.
10022 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10024 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
10027 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10029 * cp-abi.c: Fix whitespace.
10030 (baseclass_offset): New wrapper function.
10031 * cp-abi.h (baseclass_offset): Add prototype.
10032 (struct cp_abi_ops): Add baseclass_offset pointer.
10034 * valops.c (vb_match): Move to...
10035 * gnu-v2-abi.c (vb_match): here.
10036 * valops.c (baseclass_offset): Move to...
10037 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
10039 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
10041 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
10042 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
10043 * hpacc-abi.c (init_hpacc_ops): Likewise.
10045 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10047 * valops.c (find_overload_match): Accept obj as a
10048 reference parameter. Update it before returning.
10049 * value.h (find_overload_match): Update prototype.
10050 * eval.c (evaluate_subexp_standard): Pass object to
10051 find_overload_match by reference.
10053 2002-01-03 Andrew Cagney <ac131313@redhat.com>
10055 * valarith.c: Replace value_ptr with struct value pointer. Remove
10056 register attribute from value declarations.
10059 * scm-lang.c (scm_lookup_name): Ditto.
10061 2002-01-03 Michael Snyder <msnyder@redhat.com>
10063 Abstract the functionality of iterating over mapped memory
10064 regions into a general purpose iterator function.
10065 * procfs.c (iterate_over_mappings): New function, general purpose
10066 iterator for memory sections.
10067 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
10068 (solib_mappings_callback): New function, callback for above.
10069 (info_proc_mappings): Reimpliment using iterate_over_mappings.
10070 (info_mappings_callback): New function, callback for above.
10072 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
10074 2002-01-01 Mark Kettenis <kettenis@gnu.org>
10076 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
10077 * i386-tdep.c: Include "elf-bfd.h".
10078 (process_note_abi_tag_sections): New function.
10079 (i386_gdbarch_init): Add code to recognize various OS/ABI
10082 * maint.c (_initialize_maint_cmds): Add missing \ in
10085 For older changes see ChangeLog-2001
10091 version-control: never