3 * config/i386/tm-i386.h: Don't include "regcache.h".
5 * i387-tdep.h (i387_print_float_info): New prototype.
6 * i387-tdep.c (print_i387_value, print_i387_ext,
7 print_i387_status_word, print_i387_control_word): Add `struct
8 ui_file *' argument and use it for output.
9 (i387_print_float_info): Renamed from i387_float_info. Add
10 `struct gdbarch *' and `struct ui_file *' arguments and use the
12 * i386-tdep.c: Include "i387-tdep.h".
13 (i386_gdbarch_init): Set print_float_info.
14 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
15 (FLOAT_INFO): Remove define.
19 * mips-tdep.c (mips_push_arguments): Rename to
20 mips_eabi_push_arguments, and tune for EABI.
21 (MIPS_REGS_HAVE_HOME_P): Delete.
22 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
23 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
24 Delete references to mips_regs_have_home_p.
28 * Makefile.in (install-gdbtk): Create insight plugin directory.
29 Install plugins.tcl file.
33 * configure.in: Move SUBDIRS to near top of the file so that
34 --enable options may add things to it.
35 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
36 * configure: Regenerate.
40 * mips-tdep.c (mips_o32o64_push_arguments): New function,
41 cloned from mips_push_arguments, tuned for o32/o64 ABI.
42 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
46 * vax-tdep.c (vax_get_saved_register): Delete function.
47 (vax_gdbarch_init): Update.
48 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
49 (ns32k_gdbarch_init): Update.
50 * alpha-tdep.c (alpha_get_saved_register): Delete function.
51 (alpha_gdbarch_init): Update.
55 * regcache.c (init_regcache_descr): Overallocate the
56 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
57 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
59 (set_register_cached): Add range checking assertions. Use
64 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
65 numbers for MMX registers.
69 * i386-tdep.c (i386_gdbarch_init): Use
70 generic_unwind_get_saved_register.
74 * procfs.c (procfs_can_use_hw_breakpoint): New function.
75 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
77 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
78 Delete. Add comment regarding this now-deleted target method.
82 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
83 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
84 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
85 real PC and the page number (if it's within the memory bank window).
86 (m68hc11_pseudo_register_write): Likewise when saving.
87 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
88 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
89 (m68hc11_register_raw_size): And use 32-bit for it.
90 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
91 16K memory bank is used by the prog; also use the virtual pc.
95 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
96 (m68hc11_gdbarch_init): Install it in gdbarch.
97 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
98 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
99 (MSYMBOL_SIZE): New for documentation.
100 (insn_return_kind): Enum to specify how a function returns.
101 (frame_extra_info): Cleanup and record the return mode.
102 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
103 register in address computation.
104 (m68hc11_get_return_insn): New to obtain the return instruction used
106 (m68hc11_frame_init_saved_regs): Take into account the return
107 instruction used by the function for far and interrupt functions.
108 (m68hc11_init_extra_frame_info): Take into account page register.
109 (m68hc11_frame_args_address): Adjust according to the return mode.
110 (show_regs): Print page register only when it's used.
114 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
115 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
116 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
118 (m68hc11_register_raw_size): Likewise.
122 * i386-tdep.c (i386_register_name): Handle mmx registers.
123 (mmx_regnum_p): New function.
124 (i386_mmx_names): New array.
125 (mmx_num_regs): New variable.
126 (i386_pseudo_register_read): New function.
127 (i386_pseudo_register_write): New function.
128 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
130 * regcache.c (regcache_raw_read_unsigned): New function.
131 (regcache_raw_read_signed): New function.
132 * regcache.h (regcache_raw_read_unsigned): Declare.
133 (regcache_raw_read_signed): Declare.
137 * regcache.c (regcache_raw_read_as_address): Delete function.
138 (regcache_cooked_read_signed): New function.
139 (regcache_cooked_read_unsigned): New function.
140 * regcache.h (regcache_cooked_read_signed): Declare.
141 (regcache_cooked_read_unsigned): Declare.
142 (regcache_raw_read_as_address): Delete declaration.
144 * blockframe.c (generic_read_register_dummy): Use
145 regcache_cooked_read_unsigned.
146 * i386-tdep.c (i386_extract_struct_value_address): Use
147 regcache_cooked_read_unsigned.
151 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
152 double sizes according to ELF ABI flags.
153 (gdbarch_tdep): Record elf_flags.
157 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
158 (m6812_prolog): They can appear in 68HC12 function prologue.
159 (m68hc11_frame_chain): Cleanup.
163 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
165 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
166 (i386_linux_register_raw_size): Delete function.
167 (i386_linux_init_abi): Update.
168 * i386-tdep.c (i386_register_raw_size): Delete function.
169 (i386_register_byte): Delete function.
170 (i386_gdbarch_init): Update.
171 (i386_register_size): Delete array.
172 (i386_register_offset): Delete array.
174 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
175 (REGISTER_RAW_SIZE): Delete macro.
176 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
177 (REGISTER_BYTE): Delete macro.
181 * ada-lang.c (ada_lookup_partial_symbol)
182 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
183 prototype names so that grep ^func works properly.
185 * ada-lang.c (ada_array_element_type)
186 (ada_lookup_partial_symbol): Fix typos in parameter list.
188 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
189 Fix prototype names so that grep ^func works properly.
195 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
196 (build_builtin_type_vec128i): Set the vector bit.
197 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
198 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
199 (build_builtin_type_vec64): New function.
200 (build_builtin_type_vec64i): New function.
201 (build_gdbtypes): Initialize builtin_type_vec64 and
206 * regcache.c (regcache_dump): Compare the register offset
208 * arch-utils.c (generic_register_byte): New function.
209 * arch-utils.h (generic_register_byte): Declare.
210 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
211 * gdbarch.h, gdbarch.c: Regenerate.
215 * regcache.c: Include "gdbcmd.h"
216 (_initialize_regcache): Add commands "maintenance print
217 registers", "maintenance print raw-registers" and "maintenance
218 print cooked-registers".
219 (enum regcache_dump_what): Define.
220 (dump_endian_bytes): New function.
221 (regcache_dump): New function.
222 (regcache_print): New function.
223 (maintenance_print_registers): New function.
224 (maintenance_print_raw_registers): New function.
225 (maintenance_print_cooked_registers): New function.
226 * Makefile.in (regcache.o): Update dependencies.
230 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
231 (mips_push_arguments): Correct some comments. Use paddr_nz
232 for printing addresses in debug output. Replace static
233 allocation using MAX_REGISTER_RAW_SIZE with alloca.
234 (mips_n32n64_push_arguments): New function, cloned from
235 mips_push_arguments and tuned for the n32/n64 ABI.
236 (mips_push_register): Buffer needs dynamic allocation.
237 (mips_print_register): Ditto.
238 (do_gp_register_row): Ditto.
239 (mips_store_return_value): Ditto.
240 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
244 * memattr.c (mem_info_command): Print special case of upper bound
245 as max CORE_ADDR + 1.
249 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
250 returns structs by ref if they're too big to fit in two registers.
254 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
256 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
257 mips_find_saved_regs().
258 (mips_pop_frame): Likewise.
262 * blockframe.c (frame_saved_regs_register_unwind): Revise
263 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
268 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
269 T-packets; the 'a' is not taken as a register number.
270 (remote_check_watch_resources, remote_stopped_by_watchpoint)
271 (remote_stopped_data_address): New functions; add to target
273 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
274 prototypes to match other implementations of this
275 function. replace integer argument with pointer -- the length
276 field in the Z-packet is the length of what is pointed to or 1 if
277 pointer is null. Add to target vector.
278 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
282 * remote.c (remote_wait): Add support to extract optional
283 watchpoint information from T-packet. Ignore unrecognized
284 optional info in T-packet.
285 (remote_async_wait): Ditto.
289 * cli/cli-dump.c: Change fopen modes to use binary open modes
290 as defined in include/fopen-bin.h throughout.
294 * mips-tdep.c: Minor whitespace and indentation clean-ups.
298 * doublest.c (store_floating): Avoid floatformat_from_doublest()
299 assertion failure by returning early after a warning.
303 * mips-tdep.c (mips_find_saved_regs): Make static.
304 (mips_frame_init_saved_regs): New function.
305 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
306 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
307 (mips_find_saved_regs): Delete declaration.
311 * remote.c (remote_wait, remote_async_wait): Change
312 thread_num from int to ULONGEST.
313 (unpack_varlen_hex): Change result parameter from
318 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
319 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
321 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
325 * gcore.c (override_derive_stack_segment): Delete variable.
326 (preempt_derive_stack_segment): Delete function.
327 (derive_stack_segment): Delete function.
328 (default_derive_stack_segment): Renamed to derive_stack_segment.
329 (override_derive_heap_segment): Delete variable.
330 (preempt_derive_heap_segment): Delete function.
331 (derive_heap_segment): Delete function.
332 (default_derive_heap_segment): Rename to derive_heap_segment.
336 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
337 * mips-tdep.c (mips_EABI_use_struct_convention,
338 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
339 New functions. (mips_use_struct_convention): Delete.
340 (mips_gdbarch_init): set use_gdbarch_convention.
344 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
345 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
346 mips_o32_reg_struct_has_addr): New functions.
347 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
351 * regcache.c (pseudo_register): Delete function.
352 (fetch_register): Delete function.
353 (store_register): Delete function.
354 (regcache_raw_read, legacy_read_register_gen): Use
355 target_fetch_registers instead of fetch_register.
356 (legacy_write_register_gen, regcache_raw_write): Use
357 target_store_register instead of store_register.
358 (write_register_bytes): Ditto.
360 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
361 (STORE_PSEUDO_REGISTER): Delete.
362 * gdbarch.h, gdbarch.c: Regenerate.
366 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
367 write dump file binary.
371 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
372 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
373 (mips_gdbarch_init): Set N32 target to be mips64.
377 * frame.c (find_saved_register): Break out of loop once saved
378 register address is found. Don't mention sparc in loop comment
383 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
384 mips_default_saved_regsize to 8.
388 * gcore.c: Do not include <sys/procfs.h>.
389 * Makefile.in (gcore.o): Update dependencies.
393 * configure.tgt: Make arc-*-* obsolete.
394 * NEWS: Mention that arc-*-* has been identifed as obsolete.
395 * MAINTAINERS: Make arc-elf obsolete.
396 * arc-tdep.c: Make file obsolete.
397 * config/arc/arc.mt: Ditto.
398 * config/arc/tm-arc.h: Ditto.
402 * gdb/avr-tdep.c(avr_skip_prologue): Fix to return the correct pc.
406 * mcore-tdep.c (mcore_gdbarch_init): Use
407 generic_unwind_get_saved_register instead of
408 generic_get_saved_register.
409 * v850-tdep.c (v850_gdbarch_init): Ditto.
410 * frv-tdep.c (frv_gdbarch_init): Ditto.
411 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
412 * s390-tdep.c (s390_gdbarch_init): Ditto.
413 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
414 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
415 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
419 * objfiles.h: Add missing #include "symfile.h"
421 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
426 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
431 * NEWS: Cleanup and nitpick.
435 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
439 * Makefile.in (gdbtk-bp.o): Update dependencies.
440 (gdbtk-register.o): Ditto.
441 (gdbtk-varobj.o): Ditto.
445 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
446 m68hc11_fetch_pseudo_register.
447 (m68hc11_pseudo_register_write): Replace
448 m68hc11_store_pseudo_register.
449 (m68hc11_gdbarch_init): Update.
453 * gdbarch.sh: Include "gdb_string.h".
454 * gdbarch.c: Regenerate.
456 * regcache.c: Include "gdb_string.h".
457 * ax-general.c: Ditto.
460 * fbsd-proc.c: Ditto.
463 * Makefile.in (regcache.o): Update dependencies.
464 (thread.o, gdbarch.o): Ditto.
465 (ax-general.o, gdbarch.o): Ditto.
466 (varobj.o, std-regs.o): Ditto.
467 (fbsd-proc.o): Specify dependencies.
471 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
473 (regcache_cooked_write): Ditto.
477 * regcache.c (regcache_cooked_read): New function.
478 (regcache_cooked_write): New function.
479 (read_register_gen): Rewrite using regcache_cooked_read.
480 (write_register_gen): Rewrite using regcache_cooked_write.
482 * regcache.h (regcache_cooked_read, regcache_cooked_write):
487 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
488 Replace the architecture methods register_read and register_write.
489 * gdbarch.h, gdbarch.c: Regenerate.
490 * regcache.c (init_regcache_descr): Update.
491 (read_register_gen): Update.
492 (write_register_gen): Update.
493 (supply_register): Update comment.
495 * sh-tdep.c (sh_gdbarch_init): Update.
496 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
497 `regcache' and `gdbarch' parameters. Make `buffer' a void
498 pointer. Update code.
499 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
500 `regcache' and `gdbarch' parameters. Make `buffer' a constant
501 void pointer. Update code.
502 (sh64_register_write): Delete.
503 (sh4_register_read): Delete.
504 (sh64_register_read): Delete.
505 (sh4_register_write): Delete.
506 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
507 void pointer, `to' parameter a void pointer.
508 (sh_sh64_register_convert_to_raw): Ditto.
512 * mips-tdep.c (mips_register_virtual_type): Use architecture
513 invariant return values.
517 * linux-proc.c: Include "gdb_string.h".
518 * Makefile.in (linux-proc.o): Update dependency list.
522 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
527 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
528 to_insert_watchpoint, to_remove_watchpoint,
529 to_stopped_by_watchpoint, to_stopped_data_address,
530 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
531 target vecctor. Define their corresponding macros so they call
534 * target.c: Add default and debug versions of for
535 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
536 to_insert_watchpoint, to_remove_watchpoint,
537 to_stopped_by_watchpoint, to_stopped_data_address,
538 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
542 * mips-tdep.c (mips_register_virtual_type): New function.
543 (mips_gdbarch_init): Register mips_register_virtual_type()
544 with gdbarch machinery.
545 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
546 this file instead of tm-bigmips.h.
547 (MIPS_REGSIZE): Delete this macro.
548 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
549 multiarch version in mips-tdep.c will be found.
553 * NEWS: Menion that CHILL has been made obsolete.
555 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
556 * gdbserver/Makefile.in: Ditto.
557 * stabsread.c (read_range_type): Ditto.
559 * language.c (binop_type_check): Ditto.
560 (binop_result_type): Ditto.
561 (integral_type): Ditto.
562 (character_type): Ditto.
563 (string_type): Ditto.
564 (boolean_type): Ditto.
565 (structured_type): Ditto.
566 (lang_bool_type): Ditto.
567 (binop_type_check): Ditto.
568 * language.h (_LANG_chill): Ditto.
569 * dwarfread.c (set_cu_language): Ditto.
570 * dwarfread.c (CHILL_PRODUCER): Ditto.
571 * dwarfread.c (handle_producer): Ditto.
572 * expression.h (enum exp_opcode): Ditto.
573 * eval.c: Ditto for comments.
574 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
575 * expprint.c (print_subexp): Ditto.
576 (print_subexp): Ditto.
577 * valops.c (value_cast): Ditto.
578 (search_struct_field): Ditto.
579 * value.h (COERCE_VARYING_ARRAY): Ditto.
580 * symfile.c (init_filename_language_table): Ditto.
581 (add_psymbol_with_dem_name_to_list): Ditto.
582 * valarith.c (value_binop): Ditto.
584 * valops.c (value_slice): Ditto.
585 * symtab.h (union language_specific): Ditto.
586 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
587 (SYMBOL_DEMANGLED_NAME): Ditto.
588 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
589 * defs.h (enum language): Ditto.
590 * symtab.c (got_symtab): Ditto.
591 * utils.c (fprintf_symbol_filtered): Ditto.
593 * ch-typeprint.c: Make file obsolete.
594 * ch-valprint.c: Make file obsolete.
595 * ch-lang.h: Make file obsolete.
596 * ch-exp.c: Make file obsolete.
597 * ch-lang.c: Make file obsolete.
599 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
601 (TARGET_FLAGS_TO_PASS): Ditto.
602 (CHILLFLAGS): Obsolete.
604 (CHILL_FOR_TARGET): Obsolete.
605 (CHILL_LIB): Obsolete.
606 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
608 (HFILES_NO_SRCDIR): Remove ch-lang.h.
609 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
611 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
616 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
617 This does not change anything at the moment, but will be helpful
618 later when full Ada support is integrated.
622 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
627 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
628 and save it in a local variable. Use variable in later test.
632 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
633 test. (Thanks to Daniel Jacobowitz.)
637 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
638 (mips_abi_strings): Add "n64".
639 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
643 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
644 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
648 * utils.c (host_pointer_to_address, address_to_host_pointer):
649 Use gdb_assert() instead of explicit call to internal_error().
653 * Makefile.in (rs6000-nat.o): Update dependencies.
655 From Nicholas Duffek:
656 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
657 (aix-thread.o): New rule.
658 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
659 * config/powerpc/aix432.mh: New file.
663 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
664 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
665 (fetch_core_registers, ppc_linux_supply_gregset)
666 (ppc_linux_supply_fpregset): New functions.
667 (ppc_linux_regset_core_fns): New.
668 (_initialize_ppc_linux_tdep): Call add_core_fns.
669 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
670 and ppc_linux_supply_gregset.
671 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
672 (supply_fpregset): Call ppc_linux_supply_fpregset.
673 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
675 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
679 * symtab.c (lookup_symbol): Demangle before lowercasing.
683 * symtab.h: Replace #include "gdb_obstack.h" with opaque
685 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
686 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
687 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
688 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
690 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
691 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
692 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
693 (avr-tdep.o, mon960-rom.o): Ditto.
694 (aout_stabs_gnu_h): Define.
695 (symtab_h): Remove $(gdb_obstack_h).
700 * gdbinit.in: Move the `dir' commands that add GDB's own source
701 directory to the search path to the end, so that the `gdb' source
702 directory will be searched first.
706 * gdb_obstack.h: New file.
707 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
708 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
709 * objfiles.h: Include "gdb_obstack.h".
710 * Makefile.in (gdb_obstack_h): Define.
711 (symtab_h): Add $(gdb_obstack_h).
712 (objfiles_h): Add $(gdb_obstack_h).
714 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
715 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
716 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
717 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
718 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
719 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
720 * symfile.c, coffread.c, c-typeprint.c: Ditto.
721 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
723 * Makefile.in (bcache.o): Update dependencies.
724 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
725 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
726 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
727 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
728 (stabsread.o, symfile.o, symmisc.o): Ditto.
729 (symtab.o, typeprint.o, macroexp.o): Ditto.
730 (macrotab.o, mdebugread.o): Ditto.
731 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
732 (coff_ecoff_h, aout_aout64_h): Define.
733 (aout_stabs_gnu_h, libaout_h): Define.
737 * regcache.c (struct regcache_descr): Rename nr_registers to
738 nr_cooked_registers. Revise comments describing the structure
740 (init_regcache_descr): Update.
741 (init_legacy_regcache_descr): Update.
742 (read_register_gen, write_register_gen): When a cooked register in
743 the raw register range, directly access the value from the raw
748 * z8k-tdep.c: Do not include "obstack.h".
749 * h8300-tdep.c, h8500-tdep.c: Ditto.
750 * m68hc11-tdep.c, sh-tdep.c: Ditto.
751 * valprint.c, v850-tdep.c: Ditto.
752 * d10v-tdep.c, mn10300-tdep.c: Ditto.
753 * mn10200-tdep.c: Ditto.
755 * Makefile.in (z8k-tdep.o): Update dependencies.
756 (m68hc11-tdep.o, valprint.o): Ditto.
757 (v850-tdep.o, d10v-tdep.o): Ditto.
758 (mn10300-tdep.o, sparc-tdep.o): Ditto.
759 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
760 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
761 (sh_opc_h, gdb_sim_sh_h): Define.
762 (elf_sh_h, elf_bfd_h): Define.
763 (opcode_m68hc11_h): Define.
764 (OPCODES_SRC, OPCODES_DIR): define.
765 (OPCODES): Use $(OPCODES_DIR).
766 (gdb_sim_d10v_h): Rename sim_d10v_h.
767 (gdb_sim_arm_h): Rename sim_arm_h.
771 * utils.c (host_pointer_to_address, address_to_host_pointer):
772 Change internal_error() message to indicate function responsible
777 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
778 calls to local_hex_string_custom().
782 * irix5-nat.c: Move IRIX shared library support from here...
783 * solib-irix.c: ...to here. Revised substantially to work with
784 generic solib framework.
786 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
787 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
788 * mips-irix-tdep.c: New file.
790 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
791 (mips-irix-tdep.o, solib-irix.o): New rules.
792 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
794 * config/mips/irix6.mt (TDEPFILES): Likewise.
795 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
799 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
800 disabled (via ``#if 0'') includes.
804 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
805 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
806 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
807 Add support for the fpscr register.
808 * rs6000-nat.c (regmap, fetch_inferior_registers)
809 (store_inferior_registers, fetch_core_registers): Likewise.
813 * rs6000-nat.c (language.h): Include.
814 (special_regs): Delete this array.
815 (regmap): New function.
816 (fetch_register, store_register): Use regmap() to map gdb
817 register numbers to ptrace register numbers. Also, use
818 outputs from regmap() to make decisions regarding type of
819 ptrace() call to make. In particular, don't compare against
820 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
821 (fetch_inferior_registers, store_inferior_registers): Where
822 possible, obtain register numbers from tdep struct. Don't
823 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
824 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
825 (LAST_UISA_SP_REGNUM): Delete.
829 * rs6000-nat.c (ppc-tdep.h): Include.
830 (fetch_registers, store_register, fetch_core_registers): Don't
831 access registers[] directly. Instead, use supply_register() or
832 regcache_collect() as appropriate.
833 (find_toc_address): Format hex address with local_hex_string().
837 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
842 * jv-exp.y: Marked all strings with _().
843 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
845 (MethodInvocation, CastExpression, parse_number, yyerror,
846 java_type_from_name, push_expression_name, yylex): Typo fixes.
850 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
851 (tee_file_flush, tee_file_write, tee_file_fputs)
852 (tee_file_isatty): New.
853 * ui-file.h (tee_file_new): Add prototype.
857 * ada-lang.c: Change k&r style function definitions to prototyped
859 * ada-typeprint.c: Change k&r style function definitions to prototyped
861 * ada-valprint.c: Change k&r style function definitions to prototyped
866 * README: Remove reference to remote-bug.
867 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
869 (m88k-nat.o): Delete rule.
870 (m88k-tdep.o): Delete rule.
871 (remote-bug.o): Delete rule.
872 * MAINTAINERS: Mark as obsolete.
873 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
874 * m88k-tdep.c: Make file obsolete.
875 * config/m88k/m88k.mh: Ditto.
876 * config/m88k/delta88v4.mh: Ditto.
877 * config/m88k/delta88v4.mt: Ditto.
878 * config/m88k/delta88.mt: Ditto.
879 * config/m88k/delta88.mh: Ditto.
880 * remote-bug.c: Ditto.
881 * config/m88k/tm-delta88.h: Ditto.
882 * config/m88k/nm-delta88v4.h: Ditto.
883 * config/m88k/xm-delta88.h: Ditto.
884 * config/m88k/xm-dgux.h: Ditto.
885 * config/m88k/tm-m88k.h: Ditto.
886 * config/m88k/nm-m88k.h: Ditto.
887 * config/m88k/tm-delta88v4.h: Ditto.
890 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
891 and m88*-*-* obsolete.
892 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
897 * findvar.c (extract_unsigned_integer): Make `addr' parameter
898 constant. Same for local pointer variables.
899 (extract_signed_integer): Ditto.
900 * defs.h (extract_unsigned_integer): Update.
901 (extract_signed_integer): Update.
905 * gdbserver/configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
906 * gdbserver/configure: Regenerate.
907 * gdbserver/config.in: Regenerate.
911 * regcache.c (regcache_raw_write): Change buf parameter to a
912 constant void pointer.
913 (regcache_raw_read): Change buf parameter to a void pointer.
914 (legacy_write_register_gen): Change myaddr parameter a constant
916 (supply_register): Change val parameter to a const void pointer.
917 * regcache.h (regcache_raw_write): Update declaration.
918 (regcache_raw_read): Update declaration.
919 (supply_register): Update declaration.
923 * defs.h (gdb_readline_wrapper): Declare.
924 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
925 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
926 * top.c (gdb_readline_wrapper): New function.
927 (command_line_input): Use it.
931 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
932 regcache_read and regcache_write.
933 (regcache_raw_read_as_address): Replace regcache_read_as_address.
934 * regcache.c: Update.
935 * sh-tdep.c (sh64_push_arguments): Update comment.
936 (sh_pseudo_register_read): Update.
937 (sh_pseudo_register_write): Update.
938 (sh4_register_read): Update.
939 (sh4_register_write): Update.
940 (sh64_pseudo_register_read): Update.
941 (sh64_pseudo_register_write): Update.
942 (sh64_register_read): Update.
943 (sh64_register_write): Update.
944 * i386-tdep.c (i386_extract_return_value): Update.
945 (i386_extract_struct_value_address): Update.
946 (i386_extract_return_value): Update.
947 * blockframe.c (generic_read_register_dummy): Update.
948 (generic_call_dummy_register_unwind): Update
949 * infrun.c (write_inferior_status_register): Update.
953 * parser-defs.h (expression_context_pc): Make this extern.
954 (Thanks to Michael Snyder.)
958 GDB 5.2.1 released from 5.2 branch.
959 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
960 * README: Update to mention 5.2.1.
964 * remote.c (remote_read_bytes): Fix check for error.
968 * aix-thread.c (language.h): Include.
969 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
970 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
971 Print newlines at end of debug messages.
972 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
973 (pdc_write_data): Use local_hex_string() instead of %llx formats.
977 * aix-thread.c (ppc-tdep.h): Include.
978 (special_register_p): New function.
979 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
980 (store_regs_user_thread): Use register number information from
981 gdbarch_tdep struct instead of hardcoded offsets relative to
982 FIRST_UISA_SP_REGNUM.
983 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
984 special_register_p() instead of using FPLAST_REGNUM and
985 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
986 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
987 will be MQ's register number.
991 * aix-thread.c (ops): Rename to aix_thread_ops.
992 (base_ops): Rename to base_target.
993 (ops_attach): Rename to aix_thread_attach.
994 (ops_detach): Rename to aix_thread_detach.
995 (ops_resume): Rename to aix_thread_detach.
996 (ops_wait): Rename to aix_thread_wait.
997 (ops_kill): Rename to aix_thread_kill.
998 (init_ops): Rename to init_aix_thread_ops.
999 (ops_fetch_register): Rename to aix_thread_fetch_register.
1000 (ops_store_register): Rename to aix_thread_store_register.
1001 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
1002 (ops_thread_alive): Rename to aix_thread_thread_alive.
1003 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
1004 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
1005 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
1006 (fetch_regs_lib): Rename to fetch_regs_user_thread.
1007 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
1008 (store_regs_lib): Rename to store_regs_user_thread.
1009 (store_regs_kern): Rename to store_regs_kernel_thread.
1013 * aix-thread.c (ops_prepare_to_store): Eliminate.
1014 (init_ops): Don't initialize ops.prepare_to_store.
1015 (store_regs_kern): Pre-fetch register buffers from child,
1016 because some registers may not be in the cache. Copy
1017 regs from register cache only if they are cached.
1018 (store_regs_lib): Copy regs from register cache only
1020 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
1021 fill_gprs64): Ditto.
1025 * aix-thread.c (gdb_assert.h): Include.
1026 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
1027 register sizes (from register cache) match size of buffer holding
1029 (fill_sprs32): Change parameter types to match those in the ptrace()
1031 (store_regs_lib): Likewise, but for 32-bit temporary variables.
1032 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
1036 * aix-thread.c (supply_sprs64): Cosmetic change.
1037 (supply_sprs32): Cosmetic change.
1038 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
1039 (fill_sprs64): Use regcache_collect instead of read_register.
1040 (store_regs_lib): Use regcache_collect instead of
1041 read_register. Use fill_sprs32 instead of fill_sprs64,
1042 if debugging a 32-bit architecture.
1043 (store_regs_kern): Use fill_gprs64 etc. to pull the values
1044 out of the register cache, instead of passing a pointer into
1045 the register cache directly to ptrace. Use regcache_collect
1046 insteaad of read_register.
1047 (ops_prepare_to_store): Use target_read_registers instead
1048 of read_register_bytes.
1052 * MAINTAINERS: Add self under write after approval.
1056 * ada-tasks.c: Change k&r style function definitions to prototyped
1061 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
1062 * x86-64-tdep.c: Include "objfiles.h".
1063 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
1068 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
1069 (update_context): Initialise cfa variable.
1073 * aix-thread.c: Shorten some long lines.
1074 Bring comments into line with code spec.
1078 * infrun.c: Re-indent using gdb_indent.sh.
1082 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
1083 Leave the indentation temporarily untouched, to minimize the diffs.
1087 * stabsread.c: Make os9k sections of the code obsolete,
1089 * stabsread.h: Make os9k sections of the code obsolete.
1093 * linux-low.c (regsets_store_inferior_registers): Add free()
1094 at the end of a loop to prevent memory leak.
1095 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
1096 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
1097 * config/sparc/tm-sp64linux.h: Make the rest of #endif
1099 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
1103 * macrocmd.c (info_macro_command): Remove newline from error
1108 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
1109 (sh_gdbarch_init): Use it for sh-dsp.
1113 * dwarf2read.c (read_initial_length): Handle older, non-standard,
1114 64-bit DWARF2 format.
1118 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
1119 <sys/proc.h> when not available.
1123 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
1124 * stabsread.c: Make os9k sections of the code obsolete.
1125 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
1126 * config/i386/i386os9k.mt: Make file obsolete.
1127 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
1128 (COMMON_OBS): Remove os9kread.o
1129 (SFILES): Remove os9kread.c.
1130 (os9kread.o, remote-os9k.o): Make target obsolete.
1131 * remote-os9k.c: Make file obsolete.
1132 * os9kread.c: Make file obsolete.
1137 * NEWS: Mention that the FR30 has been made obsolete.
1138 * fr30-tdep.c: Make file obsolete.
1139 * config/fr30/tm-fr30.h: Ditto.
1140 * config/fr30/fr30.mt: Ditto.
1141 * configure.tgt: Make fr30-*-elf obsolete.
1142 * MAINTAINERS: Make fr30-elf obsolete.
1146 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
1147 found is not inside a section.
1151 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
1153 (pdc_realloc): Use xrealloc() instead of realloc().
1157 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
1158 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
1159 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
1164 * aix-thread.c (ptrace_check): Eliminate goto.
1165 (sync_threadlists): Eliminate gotos. Also, fix array overrun
1170 * aix-thread.c (gdbcmd.h): Include.
1171 (DEBUG, DBG, DBG2, dbg): Eliminate.
1172 (debug_aix_thread): New static global.
1173 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
1174 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
1175 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
1176 invocations to DBG and DBG2 macros to test against
1177 ``debug_aix_thread'' and call fprintf_unfiltered().
1178 (_initialize_aix_thread): Add new command "set debug aix-thread".
1183 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
1184 instead of supply_register.
1188 * dwarf2cfi.c: Include "gdb_assert.h".
1189 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
1191 (update_context): Do not use __func__. Add missing ``break''.
1192 (update_context): Do not use __func__.
1196 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
1197 and its setting. Set gdbarch instruction printing functions
1198 directly. For non-rs6000 case use new function
1199 gdb_print_insn_powerpc.
1200 (gdb_print_insn_powerpc): New function.
1204 * NEWS: Mention that the d30v has been marked obsolete.
1205 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
1206 * configure.tgt: Mark d30v-*-* as obsolete.
1207 * d30v-tdep.c: Mark file as obsolete.
1208 * config/d30v/d30v.mt: Ditto.
1209 * config/d30v/tm-d30v.h: Ditto.
1213 * ada-tasks.c (add_task_entry): replace calls to
1214 malloc() with xmalloc
1215 * ada-tasks.c (init_task_list): replace calls to free with xfree()
1217 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
1218 ada_finish_decode_line_1, all_sals_for_line
1219 ada_breakpoint_rewrite): replace calls to free() with xfree()
1223 From Nicholas Duffek (with minor changes by Martin Hunt,
1224 Louis Hamilton, and Kevin Buettner):
1225 * aix-thread.c: New file.
1229 * dwarf2read.c (dwarf2_invalid_attrib_class): New
1230 complaint for invalid attribute class or form.
1231 (read_func_scope): DW_AT_frame_base
1232 better handling of DW_AT_block*.
1233 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
1234 better handling of DW_AT_block*.
1235 (read_common_block): DW_AT_location
1236 better handling of DW_AT_block*.
1237 (read_partial_die): DW_AT_location better handling
1239 (new_symbol): DW_AT_external better handling of
1240 DW_AT_block*. Proper initialization of variable
1242 (attr_form_is_block): New function that returns true
1243 if the attribute's form is of DW_FORM_block*.
1247 * valops.c (find_method_list): Remove comment about
1248 removed STATIC_MEMFUNCP argument.
1249 (value_find_oload_method_list): Likewise.
1253 From Nicholas Duffek:
1254 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
1255 target_new_objfile_hook.
1259 From Nicholas Duffek:
1260 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
1265 * MAINTAINERS: Mention --enable-sim-build-warnings.
1266 (m68hc11-elf): Disable sim build warnings.
1267 (m32r-elf): Mark as broken obsolete candidate.
1268 (x86_64-linux-gnu): Mark as buildable with -Werror.
1269 (arm-elf): Change -w to ``,'' which enables warnings but not
1274 * bcache.h: Update copyright.
1275 (struct bstring, struct bcache): Move definition to "bcache.c".
1276 Replaced by opaque declaration.
1277 (bcache_xfree): Replace free_bcache.
1278 (bcache_xmalloc, bcache_memory_used): Declare.
1280 * bcache.c: Update copyright.
1281 (struct bstring, struct bcache): Moved to here from "bcache.h".
1283 (bcache_xmalloc, bcache_memory_used): New functions.
1284 (bcache_xfree): Replace function free_bcache.
1286 * Makefile.in (objfiles.o): Add $(bcache_h).
1287 (objfiles_h): Remove $(bcache_h).
1288 (symfile.o): Add $(bcache_h).
1290 * symmisc.c: Update copyright.
1291 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
1292 (print_objfile_statistics): Use bcache_memory_used.
1294 * symfile.c: Include "bcache.h".
1295 (reread_symbols): Use bcache_xfree.
1296 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
1297 (add_psymbol_to_list): Pass psymbol_cache by value.
1298 (add_psymbol_with_dem_name_to_list): Ditto.
1300 * objfiles.h: Update copyright.
1301 (struct bcache): Declare opaque. Do not include "bcache.h".
1302 (struct objfile): Change psymbol_cache and macro_cache to ``struct
1304 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
1306 * objfiles.c: Include "bcache.h". Update copyright.
1307 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
1309 (free_objfile): Use bcache_xfree.
1313 * monitor.c (monitor_fetch_register): Make name a constant.
1314 (monitor_store_register): Same.
1319 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
1320 (finish_block) For non-function blocks, hash the symbol table. For
1321 function blocks, mark the symbol table as unhashed.
1322 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
1323 (msymbol_hash_iw): Likewise.
1324 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
1326 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
1327 (lookup_minimal_symbol): Likewise for both.
1328 * symtab.h (struct block): Add `hashtable' flag. Comment the
1330 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
1331 (ALL_BLOCK_SYMBOLS): Update.
1332 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
1333 (struct symbol): Add `hash_next' pointer.
1334 * symtab.c (lookup_block_symbol): Search using the hash table when
1336 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
1337 (search_symbols, find_addr_symbol): Likewise.
1339 * dstread.c (process_dst_block): Clear hashtable bit for new block.
1340 (read_dst_symtab): Likewise.
1341 * jv-lang.c (get_java_class_symtab): Likewise.
1342 * mdebugread.c: Include "gdb_assert.h".
1343 (shrink_block): Assert that the block being modified is not hashed.
1344 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
1345 * symmisc.c (free_symtab_block): Walk the hash table when freeing
1347 (dump_symtab): Recognize hashed blocks.
1348 * printcmd.c (print_frame_args): Assert that function blocks do not
1349 have hashed symbol tables.
1350 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
1351 (fill_in_ada_prototype, debug_print_block): Likewise.
1352 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
1356 * stack.c (print_frame): Use result of frame_address_in_block()
1357 instead of fi->pc when evaluating symbols.
1358 (backtrace_command_1): Ditto.
1362 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
1365 * arm-tdep.c (arm_register_name): Make return type constant.
1369 * win32-nat.c (has_detach_ability): Convert to strict ISO C
1371 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
1372 * s390-tdep.c (s390_fp_regnum): Ditto.
1373 (s390_read_fp): Ditto.
1374 (s390_pop_frame): Ditto.
1375 (_initialize_s390_tdep): Ditto.
1376 * remote.c (get_remote_state): Ditto.
1377 * procfs.c (mappingflags): Ditto.
1378 * memattr.c (_initialize_mem): Ditto.
1379 * mcore-tdep.c (mcore_pop_frame): Ditto.
1380 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
1381 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
1382 * language.c (set_case_str): Ditto.
1383 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
1384 * frv-tdep.c (new_variant): Ditto.
1385 (frv_stopped_data_address): Ditto.
1386 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
1387 (context_alloc): Ditto.
1388 (frame_state_alloc): Ditto.
1389 (unwind_tmp_obstack_init): Ditto.
1390 (unwind_tmp_obstack_free): Ditto.
1391 (cfi_read_fp): Ditto.
1392 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
1393 (cris_pop_frame): Ditto.
1394 * c-lang.c (scanning_macro_expansion): Ditto.
1395 (finished_macro_expansion): Ditto.
1396 (c_preprocess_and_parse): Ditto.
1397 * gdbarch.sh: Ditto.
1398 * gdbarch.h, gdbarch.c: Regenerate.
1399 * config/mn10200/tm-mn10200.h: Adjust indentation.
1400 * target.c: Adjust indentation.
1401 * symtab.h: Adjust indentation.
1402 * stabsread.h: Adjust indentation.
1403 * remote-es.c: Adjust indentation.
1404 * os9kread.c: Adjust indentation.
1408 * wince.c (_initialize_wince): Rename _initialize_inftarg.
1409 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
1413 * NEWS: Mention m68k, mcore multi-arching.
1414 * MAINTAINERS: Change status of m68k, mcore to reflect
1419 * valops.c (find_overload_match): Free oload_syms.
1423 Define HAVE_SYS_PROC_H if sys/proc.h exists
1424 * configure.in: Add check for sys/proc.h
1425 * config.in: Regenerate.
1426 * configure: Regenerate.
1430 * config/m68k/tm-m68k.h: Remove macros wrapped in
1431 #if !GDB_MULTI_ARCH.
1435 * gdbserver/gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
1436 (perror_with_name, remote_close, remote_open, expect, play): Static.
1440 * config.in, configure: Regenerate.
1444 * dwarf2cfi.c: Include "gcore.h".
1445 (execute_stack_op): Fix implementation of the
1446 DW_OP_deref and DW_OP_deref_size operators by letting do their
1447 lookup in the target.
1452 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
1457 Fix PR gdb/595, gdb/602
1458 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
1459 Don't call value_cast, just read the vtable pointer; update comments
1464 * config/mcore/tm-mcore.h: Remove file.
1465 * config/mcore/mcore.mt: Remove definition of TM_FILE
1466 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
1470 * i386bsd-tdep.c: Include "gdb_string.h".
1474 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
1475 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
1477 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
1478 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
1479 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
1480 (RETVAL_REGNUM): Move macros from tm-mcore.h
1481 (mcore_reg_struct_has_addr): New function.
1482 (mcore_gdbarch_init): Added initializations for the macros removed
1487 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
1488 traditonal string branding within the ELF header.
1492 * symtab.c (remove_params): New function.
1493 (make_symbol_overload_list): Use it instead of cplus_demangle.
1494 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
1498 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
1500 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
1502 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
1503 and tdep->sigtramp_end.
1504 * i386obsd-nat.c: New file.
1505 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
1507 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
1508 Don't call get_current_frame().
1512 * i386-nat.c (child_post_startup_inferior): New function
1513 calling i386_cleanup_dregs if
1514 I386_USE_GENERIC_WATCHPOINTS is defined.
1515 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
1516 conditional to acknowledge that i386-nat.c has its
1517 own child_post_startup_inferior function.
1521 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
1522 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
1523 instead of MAX_REGISTER_RAW_SIZE.
1524 (i386_extract_return_value, i386_extract_struct_value_address):
1525 Convert to use regcache.
1526 (i386_gdbarch_init): Set max_register_raw_size and
1527 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
1528 Set extract_return_value and extract_struct_value_address instead
1529 of their deprecated variants.
1531 Convert i386 target to generic dummy frames.
1532 * i386-tdep.c: Include "symfile.h".
1533 (i386_frameless_signal_p): Consider a function to be frameless if
1534 the pc points at the first instruction of the function.
1535 (i386_frame_chain): Handle (generic) call dummies.
1536 (i386_frame_saved_pc): Likewise.
1537 (i386_frame_init_saved_regs): Remove code dealing with call
1538 dummies on the stack.
1539 (i386_push_dummy_frame): Removed.
1540 (i386_call_dummy_words): Removed.
1541 (i386_fix_call_dummy): Removed.
1542 (i386_push_return_address): New function.
1543 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
1544 parameter, and don't call get_current_frame.
1545 (i386_pop_frame): New function.
1546 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
1547 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
1548 entry_point_address, set call_dummy_breakpoint_offset to 0, set
1549 call_dummy_length to 0, set call_dummy_words to NULL, set
1550 sizeof_call_dummy_words to 0, set fix_call_dummy to
1551 generic_fix_call_dummy, set pc_in_call_dummy to
1552 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
1553 generic_push_dummy_frame, set push_return_address to
1554 i386_push_return_address and set frame_chain_valid to
1555 generic_file_frame_chain_valid.
1559 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Make it an array of
1560 byte offsets instead of an array of indexes.
1561 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
1565 * gdbarch.sh (struct regcache): Add opaque declaration.
1566 (EXTRACT_RETURN_VALUE): New architecture method.
1567 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
1568 * gdbarch.h, gdbarch.c: Regenerate.
1569 * arch-utils.c (legacy_extract_return_value): New function.
1570 * arch-utils.h (legacy_extract_return_value): Declare.
1571 * values.c (value_being_returned): Re-enable code handling
1572 EXTRACT_STRUCT_VALUE_ADDRESS. Move
1573 deprecated_grub_regcache_for_registers call to block handling
1574 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
1575 (EXTRACT_RETURN_VALUE): Do not define.
1579 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
1580 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
1581 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
1582 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
1583 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
1584 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
1585 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
1586 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
1587 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
1588 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
1589 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
1590 argument so the function fits the prototype in the architecture
1592 (mcore_pop_frame): Remove argument so the function fits the
1593 prototype. Use get_current_frame instead of the argument.
1594 (mcore_push_arguments): Change type of struct_return so the
1595 function can be used in the architecture vector.
1596 (mcore_store_struct_return): Add.
1597 (mcore_frame_init_saved_regs): Add.
1598 (mcore_gdbarch_init): Add function calls to replace the macros
1599 removed from tm-mcore.h
1603 * infcmd.c (print_return_value): Remove compatibility code calling
1604 deprecated_grub_regcache_for_registers.
1606 * values.c: Include "regcache.h".
1607 (value_being_returned): Update. Use
1608 deprecated_grub_regcache_for_registers to extract the register
1610 * value.h (value_being_returned): Change ``retbuf'' parameter to a
1611 ``struct regcache''.
1612 * Makefile.in (values.o): Add dependency on $(regcache_h).
1614 * inferior.h (run_stack_dummy): Change type of second parameter to
1615 a ``struct regcache''.
1616 * valops.c (hand_function_call): Change type of retbuf to ``struct
1617 regcache''. Allocate using regcache_xmalloc, clean using
1618 make_cleanup_regcache_xfree.
1619 * infcmd.c (run_stack_dummy): Update. Use
1620 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
1622 * regcache.c (do_regcache_xfree): New function.
1623 (make_cleanup_regcache_xfree): New function.
1624 * regcache.h (make_cleanup_regcache_xfree): Declare.
1628 * event-top.c (command_line_handler): Don't read past
1629 beginning of buffer.
1633 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
1635 (varobj_create): Store frame_id for root.
1636 (varobj_gen_name): Use xasprintf.
1637 (varobj_update): Save and restore frame using get_frame_id() and
1639 (create_child): Use xasprintf.
1640 (new_root_variable): Initialize frame_id.
1641 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
1642 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
1643 to prevent memory leak.
1647 * valops.c (hand_function_call): Move declaration of retbuf to
1648 start of function, allocate using malloc, add a cleanup but before
1649 the inf_status cleanup, cleanup the buffer. Rename local variable
1650 old_chain to inf_status_cleanup.
1654 * top.c (execute_command): Use cmd_func() and cmd_func_p().
1656 * cli/cli-decode.c (cmd_func_p): New function.
1657 (cmd_func): New function.
1659 * command.h: Add cmd_func() and cmd_func_p().
1663 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
1664 (REGISTER_SIZE): Remove.
1665 (MAX_REGISTER_RAW_SIZE): Remove.
1666 (REGISTER_VIRTUAL_TYPE): Remove.
1667 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
1668 (REGISTER_NAME): Remove.
1669 (USE_GENERIC_DUMMY_FRAMES): Remove.
1670 (CALL_DUMMY): Remove.
1671 (CALL_DUMMY_START_OFFSET): Remove.
1672 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
1673 (CALL_DUMMY_LOCATION): Remove.
1674 (FIX_CALL_DUMMY): Remove.
1675 (CALL_DUMMY_ADDRESS): Remove.
1676 (SIZEOF_CALL_DUMMY_WORDS): Remove.
1677 (SAVE_DUMMY_FRAME_TOS): Remove.
1678 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
1679 (mcore_register_virtual_type): New function.
1680 (mcore_register_byte): New function.
1681 (mcore_register_size): New function.
1682 (mcore_register_name): New function.
1683 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
1684 macros removed from tm-mcore.h.
1685 (mcore_dump_tdep): Add.
1686 (_initialize_mcore_tdep): Add gdbarch_register call.
1690 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
1691 frameless_look_for_prologue, such that we actually call this
1696 * frame.h (frame_address_in_block): New function.
1698 * blockframe.c (frame_address_in_block): New function extracted
1699 from get_frame_block().
1700 (get_frame_block): Use frame_address_in_block().
1701 (block_innermost_frame): Use frame_address_in_block() to match
1702 the frame pc address against the block boundaries rather than
1703 the frame pc directly. This prevents a failure when a frame pc
1704 is actually a return-address pointing immediately after the end
1709 * MAINTAINERS: Add self under write after approval.
1713 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
1714 used in architecture vector. The default is
1715 m68k_local_breakpoint_from_pc.
1716 (m68k_local_breakpoint_from_pc): Add.
1717 (enum): Add register numbers from tm-m68k.h.
1718 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
1720 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
1721 GDB_MULTI_ARCH_PARTIAL.
1722 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
1723 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
1725 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
1726 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
1727 to enum in m68k-tdep.c
1731 * solib-osf.c (open_map): Compute the list of shared libraries
1732 loaded by the inferior, rather than the list of libraries loaded
1733 by GDB itself. Otherwise, GDB ends up reading the symbols from
1734 the wrong shared libraries...
1738 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
1739 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
1741 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
1743 (FRAMELESS_SIGNAL): Remove function.
1744 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
1745 i386_linux_saved_pc_after_call): Removed.
1746 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
1747 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
1748 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
1750 * i386-tdep.c (i386_frameless_signal_p): New function.
1751 (i386_frame_chain): Deal with frameless signals.
1752 (i386_sigtramp_saved_sp): New function.
1753 (i386_frame_saved_pc): Deal with frameless signals.
1754 (i386_saved_pc_after_call): Make sure the correct value is
1755 returned just after entry into a sigtramp.
1756 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
1757 i386fbsd4_sc_sp_offset): New variables.
1758 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
1759 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
1760 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
1761 similiar to what we already did for sc_pc_offset.
1762 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
1765 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
1769 * config/i386/tm-x86-64linux.h: New.
1770 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
1772 * config/i386/nm-x86-64.h: Rename to ...
1773 * config/i386/nm-x86-64linux.h: ... this one.
1774 * config/i386/x86-64linux.mh: Reflect the above change.
1778 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
1779 with sigcontext_addr. Add sc_sp_offset.
1780 (i386bsd_sigtramp_saved_pc): Remove prototype.
1781 (i386bsd_sicontext_addr): Add prototype.
1782 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
1783 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
1784 (i386_svr4_sigtramp_saved_pc): Removed.
1785 (i386_svr4_sigcontext_addr): New function.
1786 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
1787 Initialize tdep->sigcontext_addr instead. Initialize
1788 tdep->sc_pc_offset and tdep->sc_sp_offset.
1789 (i386_gdbarch_init): Likewise.
1790 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
1792 (i386bsd_sigtramp_saved_pc): Remove function.
1793 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
1794 Initialize tdep->sigcontext_addr instead. Initialize
1796 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
1797 of tdep->sigtramp_saved_pc.
1798 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
1799 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
1802 * i386-tdep.c (i386_frameless_function_invocation,
1803 i386_frame_num_args, i386_frame_init_saved_regs,
1804 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
1805 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
1806 i386_extract_return_value, i386_store_return_value,
1807 i386_extract_struct_value_address, i386_register_virtual_type,
1808 i386_register_convertible, i386_register_convert_to_virtual,
1809 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
1810 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
1815 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
1817 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
1818 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
1819 this macro. Include "value.h".
1823 * ada-exp.tab.c: remove as it's a generated file
1824 * ada-lex.c: remove as it's a generated file
1828 * config/i386/tm-i386.h (struct frame_info, struct
1829 frame_saved_regs, struct value, struct type): Remove forward
1832 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
1833 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
1834 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
1835 (FILL_FPXREGSET): Define.
1837 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
1839 * configure.tgt (i[3456]86-*-openbsd*): Fold into
1840 i[3456]86-*-netbsd* case.
1841 * config/i386/tm-obsd.h: Removed.
1842 * config/i386/obsd.mt: Removed.
1843 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
1845 (MH_CFLAGS): Add -DYYDEBUG=0.
1847 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
1848 i386nbsd_sc_pc_offset on OpenBSD too.
1850 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
1851 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
1852 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
1854 * i386bsd-tdep.c: Include "arch-utils.h".
1855 (i386bsd_aout_in_solib_call_trampoline): New function.
1856 (i386bsd_init_abi): Set in_solib_call_trampoline to
1857 i386bsd_aout_in_solib_call_trampoline.
1858 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
1859 in_solib_call_trampoline to generic_in_solib_call_trampoline.
1863 * macrotab.h: Do not include "obstack.h" or "bcache.h".
1864 (struct obstack, struct bcache): Add opaque declarations.
1865 * Makefile.in (macrotab_h): Update
1869 * blockframe.c (generic_find_dummy_frame): Change return type to
1870 ``struct regcache''.
1871 (struct dummy_frame): Replace field ``registers'' with regcache, a
1872 struct regcache object.
1873 (generic_find_dummy_frame): Update.
1874 (generic_push_dummy_frame): Update. Use regcache_xfree,
1875 regcache_xmalloc and regcache_cpy.
1876 (generic_pop_dummy_frame): Update. Use regcache_cpy and
1878 (deprecated_generic_find_dummy_frame): Update.
1879 (generic_read_register_dummy): Update. Use
1880 regcache_read_as_address.
1881 (generic_call_dummy_register_unwind): Update. Use regcache_read.
1882 (generic_get_saved_register): Update. Use regcache_read.
1886 * Makefile.in (objfiles_h): Add $(bcache_h).
1887 * objfiles.h: Include "bcache.h".
1889 * Makefile.in (symtab_h): Remove $(bcache_h).
1890 * symtab.h: Do not include "bcache.h".
1894 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
1895 generic_func_frame_chain_valid.
1899 * config/i386/nm-fbsd.h: Include <sys/param.h>.
1900 * config/i386/tm-fbsd.h: Likewise.
1904 * rs6000-tdep.c (rs6000_gdbarch_init): Use
1905 generic_unwind_get_saved_register.
1910 * regcache.c (supply_register): Add missing argument to
1911 register_buffer call.
1915 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
1916 Solaris /bin/grep does not not like it. From Peter Schauer.
1920 * command.h (add_setshow_cmd): Declare.
1921 (add_setshow_cmd_full): Declare.
1922 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
1923 returns void. Use add_setshow_cmd_full.
1924 (add_setshow_cmd_full): New function.
1925 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
1926 (add_setshow_boolean_cmd): Likewise.
1930 * config/vax/tm-vax.h: Protect from multiple inclusion.
1931 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
1932 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
1933 * config/vax/tm-vaxbsd.h: ...here. New file.
1934 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
1938 * config/vax/tm-vax.h (BREAKPOINT): Remove.
1939 (BELIEVE_PCC_PROMOTION): Remove.
1940 (AP_REGNUM): Move to...
1941 * config/vax/nm-vax.h: ...here.
1942 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
1943 (vax_breakpoint_from_pc): New function.
1944 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
1945 and gdbarch_believe_pcc_promotion.
1949 * Makefile.in (vax_tdep_h): Define.
1950 (vax-tdep.o): Use $(vax_tdep_h).
1951 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
1952 (vax_dump_tdep): New function.
1953 (_initialize_vax_tdep): Register vax_dump_tdep.
1954 * vax-tdep.h: Include osabi.h.
1955 (struct gdbarch_tdep): New.
1959 * frame.h (deprecated_generic_find_dummy_frame): Rename
1960 generic_find_dummy_frame.
1961 * blockframe.c (generic_find_dummy_frame): Make static.
1962 (deprecated_generic_find_dummy_frame): New function.
1963 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
1964 generic_find_dummy_frame with deprecated_find_dummy_frame.
1965 (sh64_nofp_frame_init_saved_regs): Ditto.
1966 (sh_fp_frame_init_saved_regs): Ditto.
1967 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
1968 (s390_frame_chain): Ditto.
1969 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
1973 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
1974 gdbarch vector are at the top.
1976 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
1977 (FRAME_ARGS_ADDRESS): Remove.
1978 (FRAME_LOCALS_ADDRESS): Remove.
1979 (FRAME_NUM_ARGS): Remove.
1980 (FRAME_ARGS_SKIP): Remove.
1981 * m68k-tdep.c (enum): Add eumeration of special register numbers.
1982 (m68k_gdbarch_init): Add gdbarch initializations for macros
1983 undefined in tm-m68k.h
1987 * monitor.h: Add the function regname to monitor_ops
1988 structure. This way NUM_REGS does not have to be a constant.
1989 * monitor.c (monitor_fetch_register): Added support for regname
1990 function. The function is called if the array regnames is NULL.
1991 (monitor_store_register): Same.
1992 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
1994 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
1995 cpu32bug_cmds.regname to point to new function.
1996 * abug-rom.c (abug_regname): Same as above.
1997 (init_abug_cmds): Same.
1998 * dbug-rom.c (dbug_regname): Same as above.
1999 (init_dbug_cmds): Same.
2000 * remote-est.c (est_regname): Same.
2001 (init_est_cmds): Same.
2002 * rom68k-rom.c (rom68k_regname): Same.
2003 (init_rom68k_cmds): Same.
2007 * breakpoint.c (delete_command): Don't repeat `delete' commands.
2011 * infrun.c (stop_registers): Change variable's type to ``struct
2013 (xmalloc_inferior_status): Delete function.
2014 (free_inferior_status): Delete function.
2015 (normal_stop): Use regcache_cpy.
2016 (struct inferior_status): Change type of fields ``stop_registers''
2017 and ``registers'' to ``struct regcache''.
2018 (write_inferior_status_register): Use regcache_write.
2019 (save_inferior_status): Instead of calling
2020 xmalloc_inferior_status, allocate the inf_status buffer directly.
2021 Use regcache_dup_no_passthrough and regcache_dup to save the
2023 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
2024 Replace the stop_registers regcache instead of overriding it. Use
2025 regcache_xfree. Instead of calling free_inferior_status, xfree
2026 the buffer directly.
2027 (discard_inferior_status): Use regcache_xfree. Instead of calling
2028 free_inferior_status, xfree the buffer directly.
2029 (build_infrun): Use regcache_xmalloc.
2030 (_initialize_infrun): Delete redundant call to build_infrun.
2032 * Makefile.in (infcmd.o): Add $(regcache_h).
2034 * infcmd.c: Include "regcache.h".
2035 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
2036 obtain the address of `stop_registers' register buffer.
2037 (print_return_value): Ditto.
2039 * inferior.h (struct regcache): Add opaque declaration.
2040 (stop_registers): Change variable's declared type to ``struct
2045 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
2046 * target.c (initialize_targets): Fixed typo in
2047 trust-readonly-sections `show' documentation.
2049 * main.c: Marked all strings with _().
2053 * memattr.c (create_mem_region): Treat hi == 0 as a special case
2054 that means max CORE_ADDR+1.
2055 (lookup_mem_region): Ditto.
2056 (mem_info_command): Ditto.
2060 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
2061 (REGISTER_BYTES_OK): Remove.
2062 (REGISTER_BYTES): Remove.
2063 (STORE_STRUCT_RETURN): Remove.
2064 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
2065 (STORE_RETURN_VALUE): Remove.
2066 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
2067 (FRAME_CHAIN): Remove.
2068 (FRAMELESS_FUNCTION_INVOCATION): Remove.
2069 (FRAME_SAVED_PC): Remove.
2070 * m68k-tdep.c (m68k_register_bytes_ok):Add.
2071 (m68k_store_struct_return): Add.
2072 (m68k_deprecated_extract_return_value): Add.
2073 (m68k_deprecated_extract_struct_value_address): Add.
2074 (m68k_store_return_value): Add.
2075 (m68k_frame_chain): Add.
2076 (m68k_frameless_function_invocation): Add.
2077 (m68k_frame_saved_pc): Add.
2078 (m68k_gdbarch_init): added set_gdbarch calls for new
2079 functions and deleted macros.
2083 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
2084 (ALLDEPFILES): Likewise.
2085 (udiheaders): Removed.
2086 (udip2soc.o): Likewise.
2087 (udi2go32.o): Likewise.
2089 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
2093 * infrun.c (_initialize_infrun): Delete unnecessary call to
2096 * regcache.h: Update comments describing the regcache_cpy family
2098 (regcache_save, regcache_restore): Delete declaration.
2099 (regcache_save_no_passthrough): Delete declaration.
2100 (regcache_restore_no_passthrough): Delete declaration.
2101 * regcache.c (regcache_save): Delete function.
2102 (regcache_save_no_passthrough): Delete function.
2103 (regcache_restore): Delete function.
2104 (regcache_restore_no_passthrough): Delete function.
2108 * config/m68k/tm-m68k.h: Fix typo.
2109 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
2110 (m68k_frame_init_saved_regs): Declare.
2114 Remove some vestiges of Harris 88k support.
2115 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
2116 register numbering quirk.
2117 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
2118 odd symbols occurring in Harris 88k ELF targets.
2122 * gdb_locale.h: New file.
2123 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
2124 (defs_h): Added gdb_locale.h.
2125 * configure, config.in: Rebuilt.
2126 * configure.in (PACKAGE): Define.
2127 * defs.h: Include gdb_locale.h.
2128 * main.c (captured_main): Call setlocale, bindtextdomain,
2133 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
2134 * config/frv/frv.mt: New file.
2135 * config/frv/tm-frv.h: New file.
2136 * configure.tgt: Support frv-*-*.
2137 * Makefile.in (frv-tdep.o): New target.
2138 * frv-tdep.c: New file.
2139 * NEWS: Mention frv.
2143 * MAINTAINERS: Add self to "Write After Approval" list.
2147 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
2148 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
2149 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
2150 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
2151 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
2153 * m68k-tdep.c: Include arch-utils.h
2154 (m68k_register_raw_size): Add.
2155 (m68k_register_virtual_size): Add.
2156 (m68k_register_virtual_type): Add.
2157 (m68k_register_name): Add.
2158 (m68k_stack_align): Add.
2159 (m68k_register_byte): Add.
2160 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
2165 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
2166 m68k_find_saved_regs.
2167 (m68k_pop_frame): Removed saved_regs structure, and replaced
2168 references to it with frame->saved_regs.
2169 (m68k_gdbarch_init): Added function calls to initialize the
2171 (m68k_fix_call_dummy): Add.
2172 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
2173 (CALL_DUMMY): Remove.
2174 (CALL_DUMMY_LENGTH): Remove.
2175 (CALL_DUMMY_START_OFFSET): Remove.
2176 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2177 (FIX_CALL_DUMMY): Remove.
2178 (PUSH_DUMMY_FRAME): Remove.
2179 (POP_FRAME): Remove.
2183 * parse.c (parse_fprintf): New function used to avoid calls to
2184 fprintf in bison parser generated debug code.
2185 * parser-defs.h: Declaration of new parse_fprintf function.
2186 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
2187 Set YYDEBUG to 1 by default.
2188 Set YYFPRINTF as parse_fprintf.
2192 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
2194 (pointer_encoding, enum ptr_encoding): New.
2195 (execute_cfa_program): Take care about pointer encoding.
2196 (dwarf2_build_frame_info): Only call parse_frame_info for
2197 .debug_frame and .eh_frame.
2198 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
2199 fixed augmentation handling, added relative addressing,
2200 ignore duplicate FDEs. Added comments.
2201 * dwarf2cfi.c: Reindented.
2205 * event-top.c (command_handler): Don't use space_at_cmd_start
2206 unless there is sbrk() on the host. Assign time and space data
2207 to union fields of the appropriate length.
2211 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
2212 x86_64_register_name. Return type changed to 'const char *'.
2213 (x86_64_register_name2nr): Rename to x86_64_register_number.
2214 (x86_64_gdbarch_init): Update to reflect the change.
2215 * x86-64-tdep.h: Ditto.
2216 * x86-64-linux-nat.c (x86_64_fxsave_offset)
2217 (supply_fpregset): Ditto.
2221 * regcache.h: Update copyright.
2222 (struct regcache, struct gdbarch): Add opaque declarations.
2223 (current_regcache): Declare global variable.
2224 (regcache_read, regcache_write): Add gdbarch parameter.
2225 (regcache_save, regcache_save_no_passthrough)
2226 (regcache_restore, regcache_restore_no_passthrough)
2227 (regcache_dup, regcache_dup_no_passthrough)
2228 (regcache_cpy, regcache_cpy_no_passthrough)
2229 (deprecated_grub_regcache_for_registers)
2230 (deprecated_grub_regcache_for_register_valid)
2231 (regcache_valid_p): Add function declarations.
2233 * regcache.c: Update copyright.
2234 (regcache_descr_handle): New global variable.
2235 (struct regcache_descr): Define.
2236 (init_legacy_regcache_descr, init_regcache_descr): New functions.
2237 (regcache_descr, xfree_regcache_descr): New functions.
2238 (struct regcache): Define.
2239 (regcache_xmalloc, regcache_xfree): New functions.
2240 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
2241 (regcache_dup, regcache_dup_no_passthrough): New functions.
2242 (regcache_valid_p, regcache_read_as_address): New functions.
2243 (deprecated_grub_regcache_for_registers): New function.
2244 (deprecated_grub_regcache_for_register_valid): New function.
2245 (current_regcache): New global variable.
2246 (register_buffer): Add regcache parameter. Update calls.
2247 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
2248 (read_register_gen, write_register_gen): Update register_buffer
2249 call. Test for legacy_p instead of gdbarch_register_read_p or
2250 gdbarch_register_write_p.
2251 (regcache_collect): Update register_buffer call.
2252 (build_regcache): Rewrite. Use deprecated grub functions.
2253 (regcache_save, regcache_save_no_passthrough): New functions.
2254 (regcache_restore, regcache_restore_no_passthrough): New
2256 (_initialize_regcache): Create the regcache_data_handle. Swap
2257 current_regcache global variable.
2259 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
2260 parameter to regcache_read and regcache_write calls.
2261 (sh4_register_read): Ditto.
2262 (sh64_pseudo_register_read): Ditto.
2263 (sh64_register_read): Ditto.
2264 (sh_pseudo_register_write): Ditto.
2265 (sh4_register_write): Ditto.
2266 (sh64_pseudo_register_write): Ditto.
2267 (sh64_register_write): Ditto.
2269 * defs.h (XCALLOC): Define.
2273 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
2274 * m68k-tdep.c (m68k_gdbarch_init): Added.
2275 (m68k_dump_tdep): Added.
2279 * ada-lang.c (fill_in_ada_prototype): Update comment.
2283 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
2285 (mips_abi_string, mips_abi_strings): New.
2286 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
2287 (mips_gdbarch_init): Set tdep->found_abi. Don't set
2288 tdep->mips_abi_string. Honor mips_abi_string. Default to
2289 O32 if no ABI is found.
2290 (mips_dump_tdep): Use mips_abi_strings.
2291 (mips_abi_update): New function.
2292 (_initialize_mips_tdep): Initialize mips_abi_string. Add
2293 ``set mips abi'' and ``show mips abi''. Check the size of
2298 * i386-linux-tdep.c (i386_linux_register_name): Make return type
2303 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
2304 current frame using only the first stack size adjustment. All
2305 subsequent size adjustments are not considered to be part of
2306 the "static" part of the current frame.
2307 Compute the address of the saved registers relative to the
2308 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
2309 in use in this frame.
2313 * valops.c (value_ind): Use value_at_lazy() when dereferencing
2315 suggesting this solution.
2319 * config/romp/xm-rtbsd.h: Delete file.
2320 * config/romp/rtbsd.mh: Delete file.
2324 * breakpoint.c (condition_command): Post breakpoint_modify
2325 when a condition is added to an existing breakpoint.
2326 (commands_command): Likewise for commands.
2327 (set_ignore_count): Likewise for ignore counts.
2328 If no tty, do not simply return, still need to send event
2330 (ignore_command): Only print a newline if the command came
2332 Don't call breakpoints_changed, since this is now properly
2333 handled by set_ignore_count.
2337 * MAINTAINERS: Note that cris-elf target can be compiled with
2339 * cris-tdep.c (cris_register_name): Make return type constant.
2340 (cris_breakpoint_from_pc): Ditto.
2344 * frame.h (struct frame_info): Change type of context to
2349 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
2351 * gdbarch.h, gdbarch.c: Regenerate.
2352 * config/mips/tm-mips.h (mips_register_name): Update.
2353 * i386-tdep.h (i386_register_name): Update.
2354 * mips-tdep.c (mips_register_name): Update
2355 * alpha-tdep.c (alpha_register_name): Update.
2356 * arch-utils.c (legacy_register_name): Update.
2357 * arch-utils.h (legacy_register_name): Update.
2358 * avr-tdep.c (avr_register_name): Update.
2359 * ia64-tdep.c (ia64_register_name): Update.
2360 * i386-tdep.c (i386_register_name): Update.
2361 * sparc-tdep.c (sparc32_register_name): Update.
2362 (sparc64_register_name): Update.
2363 (sparclite_register_name): Update.
2364 (sparclet_register_name): Update.
2365 * sh-tdep.c (sh_generic_register_name): Update.
2366 (sh_sh_register_name): Update.
2367 (sh_sh3_register_name): Update.
2368 (sh_sh3e_register_name): Update.
2369 (sh_sh_dsp_register_name): Update.
2370 (sh_sh3_dsp_register_name): Update.
2371 (sh_sh4_register_name): Update.
2372 (sh_sh64_register_name): Update.
2373 * s390-tdep.c (s390_register_name): Update.
2374 * rs6000-tdep.c (rs6000_register_name): Update.
2375 * ns32k-tdep.c (ns32k_register_name_32082): Update.
2376 (ns32k_register_name_32382): Update.
2377 * d10v-tdep.c (d10v_ts2_register_name): Update.
2378 (d10v_ts3_register_name): Update.
2379 * xstormy16-tdep.c (xstormy16_register_name): Update.
2380 * vax-tdep.c (vax_register_name): Update.
2381 * v850-tdep.c (v850_register_name): Update.
2382 * m68hc11-tdep.c (m68hc11_register_name): Update.
2383 * mn10300-tdep.c (mn10300_generic_register_name): Update.
2384 (am33_register_name): Update.
2388 * m68k-tdep.c: Reindented.
2392 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
2393 list of predefined types.
2397 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
2398 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
2399 REGISTER_CONVERT_TO_RAW): Remove defines.
2400 (i386_register_virtual_type, i386_register_convertible,
2401 i386_register_convert_to_virtual, i386_register_convert_to_raw):
2403 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
2404 macros mentioned above.
2406 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
2407 (i386lynx_saved_pc_after_call): Remove prototype.
2408 * i386ly-tdep.c: Include "i386-tdep.h".
2409 (i386lynx_saved_pc_after_call): Make static. Use
2410 read_memory_nobpt instead of read_memory. Use
2411 read_memory_unsigned_integer instead of read_memory_integer.
2412 (i386lynx_init_abi): New function.
2413 (i386lynx_coff_osabi_sniffer): New function.
2414 (_initialize_i386bsd_tdep): New function.
2416 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
2417 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
2418 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
2419 (i386_fix_call_dummy): Remove prototype.
2420 * i386-tdep.c (i386_call_dummy_words): New variable.
2421 (i386_gdbarch_init): Adjust for removal of the
2422 macros mentioned above.
2426 * command.h (add_setshow_auto_boolean_cmd): Replace
2427 add_set_auto_boolean_cmd.
2428 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
2429 add_set_auto_boolean_cmd.
2430 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
2431 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
2432 mask-address'' command.
2433 (show_mask_address): Add cmd parameter.
2434 * remote.c (add_packet_config_cmd): Update. Change type of
2435 set_func and show_func to cmd_sfunc_ftype.
2436 (_initialize_remote): Update `set remote Z-packet'
2437 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
2438 (show_remote_protocol_e_packet_cmd): Ditto.
2439 (show_remote_protocol_E_packet_cmd): Ditto.
2440 (show_remote_protocol_P_packet_cmd): Ditto.
2441 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
2442 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
2443 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
2444 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
2445 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
2446 (show_remote_protocol_Z_packet_cmd): Ditto.
2447 (show_remote_protocol_binary_download_cmd): Ditto.
2448 (show_remote_cmd): Pass NULL to all of above.
2452 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
2453 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
2454 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
2455 POP_FRAME): Remove defines.
2456 (i386_push_arguments, i386_store_struct_return,
2457 i386_extract_return_value, i386_store_return_value,
2458 i386_extract_struct_value_address, i386_push_dummy_frame,
2459 i386_pop_frame): Renove prototypes.
2460 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
2461 macros mentioned above.
2465 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
2466 add_set_boolean_cmd.
2467 (add_setshow_cmd): New function.
2468 * command.h (add_setshow_boolean_cmd): Replace
2469 add_set_boolean_cmd.
2470 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
2471 and ``set rdiromatzero''.
2472 * maint.c (_initialize_maint_cmds): Update commented out code.
2473 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
2474 * target.c (initialize_targets): Update `set
2475 trust-readonly-sections'.
2476 * remote.c (_initialize_remote): Update `set remotebreak'.
2480 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
2481 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
2482 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
2483 fit into multi-arch framework.
2484 (i386_breakpoint_from_pc): New function.
2485 (i386_gdbarch_init): Adjust for removal of the macros mentioned
2488 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
2489 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
2490 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
2491 (i386_frameless_function_invocation, i386_frame_num_args,
2492 i386_frame_init_saved_regs): Remove prototypes.
2493 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
2494 macros mentioned above.
2498 * cli/cli-decode.c (set_cmd_cfunc): Update.
2499 (set_cmd_sfunc): Update.
2500 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
2501 (set_cmd_sfunc, set_cmd_cfunc): Update.
2502 * cli/cli-decode.h: Update.
2506 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
2507 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
2511 * defs.h (auto_boolean): Declare enum.
2512 * command.h (cmd_auto_boolean): Delete enum.
2513 * mips-tdep.c (mask_address_var): Update.
2514 (mips_mask_address_p): Update.
2515 (show_mask_address): Update.
2516 * remote.c (struct packet_config): Update.
2517 (update_packet_config): Update.
2518 (show_packet_config_cmd): Update.
2519 (packet_ok): Update.
2520 (add_packet_config_cmd): Update.
2521 (_initialize_remote):
2522 * command.h: Update.
2523 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
2524 (do_setshow_command): Update.
2525 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
2526 * cli/cli-decode.h: Update.
2530 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
2531 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
2532 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
2533 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
2534 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
2535 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
2537 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
2538 list of DJGPP COFF targets.
2540 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
2541 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
2542 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
2543 (FP0_REGNUM): Remove define.
2544 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
2545 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
2546 (i386_register_virtual_size): Remove protoype.
2547 * i386-tdep.c (i386_register_virtual_size): Removed.
2548 (i386_extract_return_value, i386_store_return_value): Use
2549 FP0_REGNUM instead of NUM_FREGS to determine whether the
2550 floating-point registers are available.
2551 (i386_gdbarch_init): Tweak FIXME about FPU registers.
2552 Adjust for removal of macros mentioned above.
2556 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
2558 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
2560 (supply_gregset, fill_gregset): Remove use of register keyword and
2561 remove declaration for regmap. Use I386_NUM_GREGS instead of
2562 NUM_REGS and NUM_FREGS.
2563 (FPREGSET_FSAVE_OFFSET): Remove.
2564 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
2565 NUM_FREGS to determine whether the floating-point registers are
2568 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
2569 gnu_store_registers): Replace usage of NUM_GREGS with
2572 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
2573 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
2574 usage of NUM_GREGS with I386_NUM_GREGS.
2576 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
2578 * i386bsd-nat.c: Include "i386-tdep.h".
2579 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
2582 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
2583 and associated comment. They no longer make any sense, since we
2584 don't use this file anymore on Linux.
2586 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
2587 * i386-tdep.c (i386_register_offset, i386_register_size): Use
2588 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
2589 elements in these arrays.
2590 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
2595 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
2596 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
2600 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
2601 EXTRACT_RETURN_VALUE.
2602 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
2603 EXTRACT_STRUCT_VALUE_ADDRESS.
2604 * gdbarch.h, gdbarch.c: Regenerate.
2606 * values.c (value_being_returned): Handle
2607 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2608 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
2610 * arm-linux-tdep.c (arm_linux_init_abi): Update.
2611 * arm-tdep.c (arm_gdbarch_init): Update.
2612 * avr-tdep.c (avr_gdbarch_init): Update.
2613 * cris-tdep.c (cris_gdbarch_init): Update.
2614 * d10v-tdep.c (d10v_gdbarch_init): Update.
2615 * ia64-tdep.c (ia64_gdbarch_init): Update.
2616 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2617 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2618 * s390-tdep.c (s390_gdbarch_init): Update.
2619 * sh-tdep.c (sh_gdbarch_init): Update.
2620 * s390-tdep.c (s390_gdbarch_init): Update.
2621 * sparc-tdep.c (sparc_gdbarch_init): Update.
2622 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2623 * v850-tdep.c (v850_gdbarch_init): Update.
2624 * vax-tdep.c (vax_gdbarch_init): Update.
2625 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2626 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2628 * config/arc/tm-arc.h: Update.
2629 * config/d30v/tm-d30v.h: Update.
2630 * config/fr30/tm-fr30.h: Update.
2631 * config/h8300/tm-h8300.h: Update.
2632 * config/h8500/tm-h8500.h: Update.
2633 * config/i386/tm-i386.h: Update.
2634 * config/i386/tm-ptx.h: Update.
2635 * config/i386/tm-symmetry.h: Update.
2636 * config/i960/tm-i960.h: Update.
2637 * config/m32r/tm-m32r.h: Update.
2638 * config/m68k/tm-delta68.h: Update.
2639 * config/m68k/tm-linux.h: Update.
2640 * config/m68k/tm-m68k.h: Update.
2641 * config/m88k/tm-m88k.h: Update.
2642 * config/mcore/tm-mcore.h: Update.
2643 * config/mips/tm-mips.h: Update.
2644 * config/mn10200/tm-mn10200.h: Update.
2645 * config/pa/tm-hppa.h: Update.
2646 * config/pa/tm-hppa64.h: Update.
2647 * config/sparc/tm-sp64.h: Update.
2648 * config/sparc/tm-sparc.h: Update.
2649 * config/sparc/tm-sparclet.h: Update.
2650 * config/z8k/tm-z8k.h: Update.
2654 * Makefile.in (i386_linux_tdep_h): Define.
2655 (i386_tdep_h, i387_tdep_h): Define.
2656 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
2657 $(i386_tdep_h) and $(i387_tdep_h).
2658 * i386-linux-nat.c: Include "i386-linux-tdep.h".
2662 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
2663 Already covered by the default.
2665 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
2666 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
2667 (i386_gdbarch_init): Initialize long_double_format and long_double
2670 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
2671 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
2673 * config/i386/i386sol2.mh: ... here.
2674 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
2675 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
2676 (SIGCONTEXT_PC_OFFSET): Remove define.
2677 (IN_SIGTRAMP): Remove define.
2678 * i386-sol2-tdep.c: New file.
2680 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
2681 * config/i386/tm-i386nw.h: Removed.
2683 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
2684 USE_STRUCT_CONVENTION): Remove defines.
2685 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
2686 (get_longjmp_target): Remove prototype.
2687 (IN_SIGTRAMP): Remove define.
2688 (i386bsd_in_sigtramp): Remove prototype.
2689 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
2690 function. Update comment accordingly
2691 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
2692 (FRAME_SAVED_PC): Remove define.
2693 (i386bsd_frame_saved_pc): Remove prototype.
2694 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
2695 GET_LONGJMP_TARGET): Remove defines.
2696 (get_longjmp_target): Remove prototype.
2697 (IN_SIGTRAMP): Remove define.
2698 (i386bsd_in_sigtramp): Remove prototype.
2699 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
2700 function. Update comment accordingly
2701 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
2702 (FRAME_SAVED_PC): Remove define.
2703 (i386bsd_frame_saved_pc): Remove prototype.
2704 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
2706 (USE_STRUCT_CONVENTION): Remove prototype.
2707 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
2709 (_initialize_i386bsd_nat): Revise logic to determine some
2710 constants at compile time when compiling a native GDB. Warn if
2711 things don't match up with what we expect.
2712 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
2714 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
2715 to use date stored in `struct gdbarch_tdep'.
2716 (i386bsd_sigcontext_offset): Remove varaible.
2717 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
2718 stored in `struct gdbarch_tdep'.
2719 (i386bsd_frame_saved_pc): Make static.
2720 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
2721 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
2722 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
2723 i386fbsd4_sc_pc_offset): New variables.
2724 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
2725 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
2727 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
2729 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
2730 Modify the value of i386fbsd_sigtramp_start and
2731 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
2732 i386fbsd_sigtramp_end.
2733 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
2736 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
2737 define to i386-linux-tdep.h.
2738 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
2739 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
2741 (i386_linux_register_name, i386_linux_register_byte,
2742 i386_linux_register_raw_size): Remove prototypes.
2743 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
2744 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
2745 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
2746 TARGET_WRITE_PC): Remove defines.
2747 (i386_linux_in_sigtramp, i386_linux_frame_chain,
2748 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
2749 i386_linux_write_pc): Remove prototypes.
2750 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
2751 (get_longjmp_target): Remove prototype.
2752 * i386-linux-tdep.h: New file.
2753 * i386-linux-nat.c: Include "i386-linux-tdep.h".
2754 * i386-linux-tdep.c: Include "i386-tdep.h" and
2755 "i386-linux-tdep.h".
2756 (i386_linux_register_name, i386_linux_register_byte,
2757 i386_linux_register_raw_size, i386_linux_in_sigtramp,
2758 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
2760 (i386_linux_init_abi): New function.
2761 (_initialize_i386_linux_tdep): New function.
2763 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
2764 (i386_saved_pc_after_call): Remove prototype.
2765 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
2766 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
2767 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
2768 (i386_register_name, i386_stab_reg_to_regnum,
2769 i386_dwarf_reg_to_regnum): Remove prototypes.
2770 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
2771 SIZEOF_SSE_REGS): Remove defines.
2772 (REGISTER_BYTES): Remove define.
2773 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
2774 (i386_register_byte, i386_register_raw_size): Remove prototypes.
2775 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
2776 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
2777 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
2778 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
2779 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
2780 (get_longjmp_target): Remove prototype.
2781 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
2782 (sigtramp_saved_pc): Remove define.
2783 (i386v4_sigtramp_saved_pc): Remove prototype.
2784 * config/i386/tm-go32.h (FRAME_CHAIN,
2785 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
2786 (i386go32_frame_saved_pc): Remove prototype.
2787 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
2788 (get_longjmp_target): Remove prototype.
2789 * i386-tdep.h: Include "osabi.h".
2790 (enum i386_abi): Removed.
2791 (enum struct_return): New enum.
2792 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
2793 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
2794 sc_pc_offset members.
2795 (i386_gdbarch_register_os_abi): Remove prototype.
2796 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
2797 I386_SSE_NUM_REGS): New defines.
2798 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
2799 I386_SSE_SIZEOF_REGS): New defines.
2800 (i386_register_name, i386_register_byte, i386_register_raw_size):
2802 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
2803 (i386bsd_sigtramp_saved_pc): New prototype.
2804 * i386-tdep.c: Don't include "elf-bfd.h".
2805 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
2806 i386_frame_chain, i386_saved_pc_after_call): Make static.
2807 (i386_frame_saved_pc): Rewrite to call architecture dependent
2808 function to deal with signal handlers. Make static.
2809 (i386go32_frame_saved_pc): Removed.
2810 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
2812 (i386_get_longjmp_target): New function.
2813 (default_struct_convention, pcc_struct_convention,
2814 reg_struct_convention, valid_conventions, struct_convention): New
2816 (i386_use_struct_convention): New function.
2817 (i386v4_sigtramp_saved_pc): Renamed to
2818 i386_svr4_sigtramp_saved_pc. Made static. Moved.
2819 (i386_pc_in_sigtramp): New function.
2820 (i386_abi_names): Removed.
2821 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
2822 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
2824 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
2825 i386_gdbarch_register_os_abi): Removed.
2826 (struct i386_abi_handler): Removed.
2827 (i386_abi_handler_list): Removed.
2828 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
2830 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
2831 i386_nw_init_abi): New functions.
2832 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
2833 Use set_gdbarch_xxx() calls instead of relying on macros for a
2835 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
2836 (_initialize_i386_tdep): Add new 'struct-convcention' command.
2837 Register the various architecture variants defined in this file.
2841 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
2842 (struct main_type): Remove arg_types member. Update comments for
2844 (TYPE_ARG_TYPES): Remove.
2845 (TYPE_FN_FIELD_ARGS): Update.
2846 (smash_to_method_type): Update prototype.
2848 * c-typeprint.c (cp_type_print_method_args): Take method type
2849 instead of argument list. Use new argument layout. Simplify.
2850 (c_type_print_args): Use new argument layout. Simplify.
2851 (c_type_print_base): Update call to cp_type_print_method_args.
2852 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
2853 argument; use die->type instead. Update call to
2854 smash_to_method_type.
2855 (read_structure_scope): Update call to dwarf2_add_member_fn.
2856 * gdbtypes.c (allocate_stub_method): Update comment.
2857 (smash_to_method_type): Take new NARGS and VARARGS arguments.
2858 Use new argument layout.
2859 (check_stub_method): Use new argument layout. Don't count
2860 void as an argument.
2861 (print_arg_types): Update comments. Use new argument layout.
2862 (recursive_dump_type): Don't print arg_types member.
2863 * hpread.c (hpread_read_struct_type): Use new argument layout.
2864 (fixup_class_method_type): Likewise.
2865 (hpread_type_lookup): Likewise.
2866 * stabsread.c (read_type): Update calls to read_args and
2867 smash_to_method_type.
2868 (read_args): Use new argument layout. Simplify.
2869 * valops.c (typecmp): Use new argument layout. Update parameters
2870 and comments. Simplify.
2871 (hand_function_call): Use new argument layout.
2872 (search_struct_method): Update call to typecmp.
2873 (find_overload_match): Use new argument layout.
2877 * NEWS: Mention multithreaded debug support for gdbserver.
2881 * MAINTAINERS: Mention NEWS.
2885 * gdbserver/regcache.c: Add comment.
2889 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
2890 (struct mips_objfile_private, compare_pdr_entries): New.
2891 (non_heuristic_proc_desc): Read the ".pdr" section if it
2896 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
2897 (arm_debug): New static variable.
2898 (_initialize_arm_tdep): Add ``set debug arm'' command.
2902 * Makefile.in (sim_arm_h): Define.
2903 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
2904 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
2905 (arm_register_sim_regno): New function, map an internal REGNUM
2906 onto a simulator register number.
2907 (arm_gdbarch_init): Set register_sim_regno.
2911 * MAINTAINERS: Add self.
2915 * source.c (source_info): Mention whether the symtab has
2916 information about preprocessor macros.
2918 Call the command `info macro', not `show macro'.
2919 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
2921 (_initialize_macrocmd): Register `info_macro_command' in
2922 `infolist', not `showlist'.
2926 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
2927 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
2928 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
2929 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
2930 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
2932 (set_mipsfpu_single_command, set_mipsfpu_double_command)
2933 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
2934 (_initialize_mips_tdep): Remove dead code.
2935 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
2936 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
2937 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
2938 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
2939 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
2940 MIPS_LAST_FP_ARG_REGNUM): Remove.
2944 * gdbserver/thread-db.c: New file.
2945 * gdbserver/proc-service.c: New file.
2946 * gdbserver/acinclude.m4: New file.
2947 * gdbserver/Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
2948 proc-service.o, and thread-db.o.
2949 (linux-low.o): Add USE_THREAD_DB.
2950 * gdbserver/acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
2951 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
2952 * gdbserver/aclocal.m4: Regenerated.
2953 * gdbserver/config.in: Regenerated.
2954 * gdbserver/configure: Regenerated.
2955 * gdbserver/configure.in: Check for proc_service.h, sys/procfs.h,
2956 thread_db.h, and linux/elf.h headrs.
2957 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
2958 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
2959 Check for -lthread_db and thread support.
2960 * gdbserver/configure.srv: Enable thread_db support for ARM, i386, MIPS,
2961 PowerPC, and SuperH.
2962 * gdbserver/i387-fp.c: Constify arguments.
2963 * gdbserver/i387-fp.h: Likewise.
2964 * gdbserver/inferiors.c: (struct thread_info): Renamed from
2965 `struct inferior_info'. Remove PID member. Use generic inferior
2966 list header. All uses updated.
2967 (inferiors, signal_pid): Removed.
2968 (all_threads): New variable.
2969 (get_thread): Define.
2970 (add_inferior_to_list): New function.
2971 (for_each_inferior): New function.
2972 (change_inferior_id): New function.
2973 (add_inferior): Removed.
2974 (remove_inferior): New function.
2975 (add_thread): New function.
2976 (free_one_thread): New function.
2977 (remove_thread): New function.
2978 (clear_inferiors): Use for_each_inferior and free_one_thread.
2979 (find_inferior): New function.
2980 (find_inferior_id): New function.
2981 (inferior_target_data): Update argument type.
2982 (set_inferior_target_data): Likewise.
2983 (inferior_regcache_data): Likewise.
2984 (set_inferior_regcache_data): Likewise.
2985 * gdbserver/linux-low.c (linux_bp_reinsert): Remove.
2986 (all_processes, stopping_threads, using_thrads)
2987 (struct pending_signals, debug_threads, pid_of): New.
2988 (inferior_pid): Replace with macro.
2989 (struct inferior_linux_data): Remove.
2990 (get_stop_pc, add_process): New functions.
2991 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
2992 Use add_process and add_thread.
2993 (linux_attach_lwp): New function, based on old linux_attach. Use
2994 add_process and add_thread. Set stop_expected for new threads.
2995 (linux_attach): New function.
2996 (linux_kill_one_process): New function.
2997 (linux_kill): Kill all LWPs.
2998 (linux_thread_alive): Use find_inferior_id.
2999 (check_removed_breakpoints, status_pending_p): New functions.
3000 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
3001 Update. Use WNOHANG. Wait for cloned processes also. Update process
3002 struct for the found process.
3003 (linux_wait_for_event): New function.
3004 (linux_wait): Use it. Support LWPs.
3005 (send_sigstop, wait_for_sigstop, stop_all_processes)
3006 (linux_resume_one_process, linux_continue_one_process): New functions.
3007 (linux_resume): Support LWPs.
3008 (REGISTER_RAW_SIZE): Remove.
3009 (fetch_register): Use register_size instead. Call supply_register.
3010 (usr_store_inferior_registers): Likewise. Call collect_register.
3012 (regsets_fetch_inferior_registers): Improve error message.
3013 (regsets_store_inferior_registers): Add debugging.
3014 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
3015 (unstopped_p, linux_signal_pid): New functions.
3016 (linux_target_ops): Add linux_signal_pid.
3017 (linux_init_signals): New function.
3018 (initialize_low): Call it. Initialize using_threads.
3019 * gdbserver/regcache.c (inferior_regcache_data): Add valid
3021 (get_regcache): Fetch registers lazily. Add fetch argument
3022 and update all callers.
3023 (regcache_invalidate_one, regcache_invalidate): New
3025 (new_register_cache): Renamed from create_register_cache.
3026 Return the new regcache.
3027 (free_register_cache): Change argument to a void *.
3028 (registers_to_string, registers_from_string): Call get_regcache
3029 with fetch flag set.
3030 (register_data): Make static. Pass fetch flag to get_regcache.
3031 (supply_register): Call get_regcache with fetch flag clear.
3032 (collect_register): Call get_regcache with fetch flag set.
3033 (collect_register_as_string): New function.
3034 * gdbserver/regcache.h: Update.
3035 * gdbserver/remote-utils.c (putpkt): Flush after debug output and use
3037 Handle input interrupts while waiting for an ACK.
3038 (input_interrupt): Use signal_pid method.
3039 (getpkt): Flush after debug output and use stderr.
3040 (outreg): Use collect_register_as_string.
3041 (new_thread_notify, dead_thread_notify): New functions.
3042 (prepare_resume_reply): Check using_threads. Set thread_from_wait
3044 (look_up_one_symbol): Flush after debug output.
3045 * gdbserver/server.c (step_thread, server_waiting): New variables.
3046 (start_inferior): Don't use signal_pid. Update call to mywait.
3047 (attach_inferior): Update call to mywait.
3048 (handle_query): Handle qfThreadInfo and qsThreadInfo.
3049 (main): Don't fetch/store registers explicitly. Use
3050 set_desired_inferior. Support proposed ``Hs'' packet. Update
3052 * gdbserver/server.h: Update.
3053 (struct inferior_list, struct_inferior_list_entry): New.
3054 * gdbserver/target.c (set_desired_inferior): New.
3055 (write_inferior_memory): Constify.
3056 (mywait): New function.
3057 * gdbserver/target.h: Update.
3058 (struct target_ops): New signal_pid method.
3059 (mywait): Removed macro, added prototype.
3061 * gdbserver/linux-low.h (regset_func): Removed.
3062 (regset_fill_func, regset_store_func): New.
3063 (enum regset_type): New.
3064 (struct regset_info): Add type field. Use new operation types.
3065 (struct linux_target_ops): stop_pc renamed to get_pc.
3066 Add decr_pc_after_break and breakpoint_at.
3067 (get_process, get_thread_proess, get_process_thread)
3068 (strut process_info, all_processes, linux_attach_lwp)
3069 (thread_db_init): New.
3071 * gdbserver/linux-arm-low.c (arm_get_pc, arm_set_pc,
3072 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
3073 (the_low_target): Add new members.
3074 * gdbserver/linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
3075 (i386_store_fpxregset): Constify.
3076 (target_regsets): Add new kind identifier.
3077 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
3078 (i386_set_pc): Add debugging.
3079 (i386_breakpoint_at): New function.
3080 (the_low_target): Add new members.
3081 * gdbserver/linux-mips-low.c (mips_get_pc, mips_set_pc)
3082 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
3083 (mips_breakpoint_at): New.
3084 (the_low_target): Add new members.
3085 * gdbserver/linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
3086 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
3087 (the_low_target): Add new members.
3088 * gdbserver/linux-sh-low.c (sh_get_pc, sh_set_pc)
3089 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
3090 (the_low_target): Add new members.
3091 * gdbserver/linux-x86-64-low.c (target_regsets): Add new kind
3096 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
3097 (unwind_tmp_obstack_free, parse_frame_info)
3098 (update_context, cfi_read_fp, cfi_write_fp)
3099 (cfi_frame_chain, cfi_init_extra_frame_info)
3100 (cfi_virtual_frame_pointer): Use the above function.
3101 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
3105 * v850-tdep.c (v850_type_is_scalar): New function.
3106 (v850_use_struct_convention): Match current gcc implementation
3107 as close as possible.
3108 (v850_push_arguments): Fix stack_offset handling. Don't write
3109 struct_addr into register. This is done by v850_store_struct_return.
3110 (v850_extract_return_value): Care for structs.
3111 (v850_store_return_value): Ditto.
3112 (v850_store_struct_return): Actually write address.
3116 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
3117 without debug information too.
3121 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
3122 Make multi-arch pure.
3123 * gdbarch.h, gdbarch.c: Re-generate.
3124 * arm-tdep.c (arm_print_float_info): Update.
3125 * arch-utils.h (default_print_float_info): Update.
3126 * arch-utils.c (default_print_float_info): Update.
3127 * infcmd.c (float_info): Update call.
3131 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
3132 the front of the initialize list.
3136 * infrun.c (struct inferior_status): Replace fields
3137 selected_frame_address and selected_level with field
3139 (save_inferior_status): Update. Use get_frame_id.
3140 (struct restore_selected_frame_args): Delete.
3141 (restore_selected_frame): Update. Use frame_find_by_id.
3142 (restore_inferior_status): Update.
3144 * breakpoint.h (struct breakpoint): Change type of
3145 watchpoint_frame to frame_id.
3146 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
3147 call to get_current_frame.
3148 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
3150 (watchpoint_check): Use frame_find_by_id.
3152 * frame.h (record_selected_frame): Delete declaration.
3153 * stack.c (record_selected_frame): Delete function.
3155 * frame.h (struct frame_id): Define.
3156 (get_frame_id): Declare.
3157 (frame_find_by_id): Declare.
3158 * frame.c (frame_find_by_id): New function.
3159 (get_frame_id): New function.
3163 * ser-e7kpc.c: Fix duplicated define and call of
3164 _initialize_ser_e7000pc
3168 * signals/signals.c (target_signal_from_host): Fix #ifdef
3170 (do_target_signal_to_host): Likewise.
3174 * mips-tdep.c (mips_find_abi_section): New function.
3175 (mips_gdbarch_init): Call it.
3179 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
3180 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
3181 after Andrew's 2002-06-08 gdbarch change.
3185 * i386-linux-nat.c (suppy_gregset): Don't supply
3186 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
3188 (fill_gregset): Don't fetch it under the same circumstances.
3192 * Makefile.in (callback_h): Define.
3193 (remote_sim_h): Update path to remote-sim.h.
3194 (remote-rdp.o): Add $(callback_h).
3195 (remote-sim.o): Use $(callback_h).
3196 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
3197 * remote-rdp.c: Include "gdb/callback.h".
3201 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
3202 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
3206 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
3207 * rdi-share/serpardr.c: Ditto.
3208 * rdi-share/unixcomm.c: Ditto.
3209 * rdi-share/serdrv.c: Ditto.
3210 * rdi-share/hostchan.h: Ditto.
3211 * rdi-share/hostchan.c: Ditto.
3212 * rdi-share/host.h: Ditto.
3213 * rdi-share/devsw.c: Ditto.
3215 * objfiles.h: Change type of obj_private to void pointer.
3216 * pa64solib.c: Update copyright. Don't include "assert.h", use
3217 strcmp instead of STREQ, use LONGEST, do not use PTR
3218 * somsolib.c: Ditto.
3220 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
3221 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
3222 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
3226 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
3227 (default_get_saved_register): Delete function.
3228 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
3229 generic_unwind_get_saved_register.
3230 * gdbarch.h, gdbarch.c: Re-generate.
3234 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
3235 generic_func_frame_chain_valid.
3236 * gdbarch.h, gdbarch.c: Re-generate.
3237 * blockframe.c (generic_func_frame_chain_valid): Only check
3238 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
3239 passing FP to PC_IN_CALL_DUMMY.
3244 * gdbarch.sh (struct gdbarch_data): Add field init_p.
3245 (register_gdbarch_data): Initialize init_p.
3246 (gdbarch_data): Initialize data pointer using the init function.
3247 (init_gdbarch_data): Delete function.
3248 (gdbarch_update_p): Update.
3249 (initialize_non_multiarch): Update.
3250 (struct gdbarch): Add field initialized_p.
3251 * gdbarch.h, gdbarch.c: Re-generate.
3255 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
3256 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
3257 better do the things actually here.
3258 * x86-64-tdep.c (x86_64_register_name2nr): New.
3259 (x86_64_register_name): Renamed to x86_64_register_nr2name.
3260 (x86_64_gdbarch_init): Respect the above change.
3261 * x86-64-tdep.h (x86_64_register_name2nr)
3262 (x86_64_register_nr2name): Add prototypes.
3263 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
3267 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
3268 Delete extra braces and re-indent.
3269 (d10v_store_return_value): Char return values
3270 must be shifted over by one byte in R0.
3271 (d10v_extract_return_value): Delete extra braces, re-indent.
3275 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
3276 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
3277 (d10v_integer_to_address): Rewrite.
3278 (d10v_frame_init_saved_regs): When reading fp and sp registers use
3279 the d10v specific functions which take care of converting to the
3284 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
3285 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
3289 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
3291 * config/tm-linux.h: Ditto.
3292 * config/alpha/tm-alphalinux.h: Ditto.
3293 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
3294 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
3295 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
3296 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
3297 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
3298 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
3299 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
3300 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
3301 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
3302 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
3303 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
3304 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
3305 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
3306 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
3307 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
3308 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
3309 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
3310 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
3311 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
3312 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
3313 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
3314 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
3315 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
3316 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
3317 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
3318 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
3319 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
3320 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
3321 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
3322 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
3323 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
3324 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
3325 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
3326 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
3327 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
3328 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
3329 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
3333 * ada-exp.tab.c: New file
3334 * ada-exp.y: New file
3335 * ada-lang.c: New file
3336 * ada-lang.h: New file
3337 * ada-lex.c: New file
3338 * ada-lex.l: New file
3339 * ada-tasks.c: New file
3340 * ada-typeprint.c: New file
3341 * ada-valprint.c: New file
3345 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
3346 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
3350 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
3351 insetead of ppc-linux-tdep.o.
3352 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
3353 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
3358 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
3359 bit register contents for little endian hosts.
3363 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
3368 * gdbarch.h: Regenerate.
3372 * MAINTAINERS: Add everyone to write-after-approval list.
3376 * stack.c (frame_info): Use frame_register_unwind instead of
3377 saved_regs. Mention when the SP is on the stack or in a register.
3379 * frame.h (frame_register_unwind_ftype): Define. Document.
3380 (struct frame_info): Add field register_unwind and
3381 register_unwind_cache.
3382 (frame_register_unwind): Declare.
3383 (generic_unwind_get_saved_register): Declare.
3385 * frame.c (frame_register_unwind): New function.
3386 (generic_unwind_get_saved_register): New function.
3388 * blockframe.c (generic_call_dummy_register_unwind): New function.
3389 (frame_saved_regs_register_unwind): New function.
3390 (set_unwind_by_pc): New function.
3391 (create_new_frame): New function.
3392 (get_prev_frame): New function.
3396 * a29k-share/: Delete directory.
3397 * remote-vx29k.c: Delete file.
3401 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
3402 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
3406 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
3407 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
3410 (sparcnbsd-tdep.o): New dependency lists.
3411 * NEWS: Note new UltraSPARC NetBSD native configuration.
3412 * configure.host (sparc64-*-netbsd*): New host.
3413 * configure.tgt (sparc-*-netbsdelf*)
3414 (sparc-*-netbsd*): Set gdb_target to nbsd.
3415 (sparc64-*-netbsd*): New target.
3416 * sparc64nbsd-nat.c: New file.
3417 * sparcnbsd-nat.c: New file.
3418 * sparcnbsd-tdep.c: New file.
3419 * sparcnbsd-tdep.h: New file.
3420 * config/sparc/nbsd.mt: New file.
3421 * config/sparc/nbsd64.mh: New file.
3422 * config/sparc/nbsd64.mt: New file.
3423 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
3424 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
3426 * config/sparc/nbsdaout.mt: Remove.
3427 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
3428 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
3430 * config/sparc/nbsdelf.mt: Remove.
3431 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
3432 sparc-nat.c compatiblity defines.
3433 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
3434 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
3435 * config/sparc/tm-nbsd64.h: New file.
3436 * config/sparc/tm-nbsdaout.h: Remove.
3437 * config/sparc/xm-nbsd.h: Remove.
3441 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
3442 * sparc-tdep.c: Include osabi.h.
3443 (gdbarch_tdep): Add osabi member.
3444 (_initialize_sparc_tdep): Use gdbarch_register.
3445 (sparc_gdbarch_init): Use generic OS ABI framework.
3446 (sparc_dump_tdep): New function.
3450 * corefile.c (do_captured_read_memory_integer): Return non-zero
3452 (safe_read_memory_integer): Copy result of memory read when
3453 status is non-zero. Also, add comments.
3457 * Makefile.in (ppc_tdep_h): Define.
3460 (rs6000-tdep.o): Use $(ppc_tdep_h).
3463 (ppcnbsd-tdep.o): New dependency lists.
3464 * ppc-tdep.h: Use generic OS ABI framework.
3465 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
3466 (ppc_linux_init_abi): New functions.
3467 (ppc_sysv_abi_broken_use_struct_convention)
3468 (ppc_sysv_abi_use_struct_convention)
3469 (ppc_sysv_abi_push_arguments): Move to...
3470 * ppc-sysv-tdep.c: ...here.
3471 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
3472 * rs6000-tdep.c (process_note_abi_tag_sections)
3473 (get_elfosabi): Remove.
3474 (rs6000_gdbarch_init): Use generic OS ABI framework.
3475 (rs6000_dump_tdep): New function.
3476 (_initialize_rs6000_tdep): Use gdbarch_register.
3477 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
3478 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
3479 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
3480 of ppc-linux-tdep.o.
3481 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
3482 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
3483 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
3484 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
3485 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
3486 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
3490 * macroscope.c (default_macro_scope): Put `void' in empty argument
3495 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
3496 * arch-utils.c: Include "sim-regno.h".
3497 * gdbarch.sh: Don't include "sim-regno.h".
3498 * gdbarch.h, gdbarch.c: Regenerate.
3499 * sim-regno.h (legacy_register_sim_regno): Move declaration from
3501 * arch-utils.h (legacy_register_sim_regno): To here.
3502 * remote-sim.c (legacy_register_sim_regno): Move function from
3504 * arch-utils.c (legacy_register_sim_regno): To here.
3508 * sim-regno.h: New file.
3509 * Makefile.in (sim_regno_h): Define.
3510 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
3511 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
3512 (legacy_register_sim_regno): New function.
3513 (one2one_register_sim_regno): New function.
3514 (gdbsim_fetch_register): Rewrite.
3515 (gdbsim_store_register): Only store a register when
3516 REGISTER_SIM_REGNO is valid.
3517 * d10v-tdep.c: Include "sim-regno.h".
3518 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
3519 (d10v_ts3_register_sim_regno): Ditto.
3520 * gdbarch.sh: Include "sim-regno.h".
3521 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
3522 * gdbarch.h, gdbarch.c: Regenerate.
3523 * arch-utils.h (default_register_sim_regno): Delete declaration.
3524 * arch-utils.c (default_register_sim_regno): Delete function.
3528 * ppcnbsd-nat.c: Rewrite.
3529 * ppcnbsd-tdep.c: New file.
3530 * ppcnbsd-tdep.h: New file.
3531 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
3532 solib.o, and solib-svr4.o.
3533 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
3534 nbsd-tdep.o, and corelow.o.
3538 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
3539 `tr' and `sed'. Mention that `broken' targets are not expected to
3544 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
3545 Let PC point right after the prologue before looking up symbols.
3549 * i386-tdep.c (i386_register_virtual_type): Return
3550 builtin_type_vec128i for SSE registers.
3552 * gdbtypes.h (builtin_type_vec128i): Declare.
3554 * gdbtypes.c (build_builtin_type_vec128i): New function.
3555 (builtin_type_v2_double, builtin_type_v4_int64): New types.
3556 (builtin_type_vec128i): New type for SSE2 128-bit registers.
3557 (build_gdbtypes): Initialize new builtin vector types.
3558 (_initialize_gdbtypes): Register new vector types with gdbarch.
3562 * MAINTAINERS: ns32k is not longer an obsolete candidate,
3563 since it has been multi-arch'd.
3564 * NEWS: Note that ns32k-*-* is now partial multi-arch.
3565 Move Alpha and VAX multi-arch news entries to same section
3566 as other multi-arch news.
3570 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
3571 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
3572 static. Rename some register numbers to put them in ns32k-tdep
3574 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
3575 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
3577 (_initialize_ns32k_tdep): Use gdbarch_register.
3578 * ns32k-tdep.h: New file.
3579 * ns32knbsd-tdep.c: New file.
3580 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
3581 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
3582 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
3583 REGISTER_BYTES, REGISTER_BYTE): Remove.
3584 * config/ns32k/tm-ns32k.h: New file.
3585 * config/ns32k/tm-umax.h: Remove.
3589 * ns32k-tdep.c (ns32k_saved_pc_after_call,
3590 ns32k_store_struct_return, ns32k_extract_return_value,
3591 ns32k_store_return_value, ns32k_extract_struct_value_address): New
3593 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
3594 ns32k_saved_pc_after_call.
3595 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
3596 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
3597 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
3598 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
3599 ns32k_extract_struct_value_address.
3603 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
3604 ns32k_fix_call_dummy): New.
3605 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
3606 ns32k_call_dummy_words.
3607 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
3608 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
3609 CALL_DUMMY_NARGS): Remove.
3610 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
3614 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
3615 ns32k_frame_saved_pc, ns32k_frame_args_address,
3616 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
3617 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
3618 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
3619 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
3620 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
3621 (BREAKPOINT): Remove..
3622 (FRAME_CHAIN): Define as ns32k_frame_chain.
3623 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
3624 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
3625 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
3626 (FRAME_FIND_SAVED_REGS): Remove.
3627 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
3628 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
3629 (POP_FRAME): Define as ns32k_pop_frame.
3633 * ns32k-tdep.c (ns32k_register_byte_32082,
3634 ns32k_register_byte_32382, ns32k_register_raw_size,
3635 ns32k_register_virtual_size, ns32k_register_virtual_type): New
3637 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
3638 ns32k_register_byte_32382.
3639 * config/ns32k/tm-umax.h: Update copyright years.
3640 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
3641 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
3642 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
3643 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
3644 (ns32k_get_enter_addr): Fix prototype.
3648 * ns32k-tdep.c: Update copyright years.
3649 (ns32k_register_name_32082): New function.
3650 (ns32k_register_name_32382): Ditto.
3651 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
3652 (REGISTER_NAME): Define as ns32k_register_name_32382.
3653 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
3654 (REGISTER_NAME): Define as ns32k_register_name_32082.
3658 * dwarf2read.c (free_line_header): Use xfree, not free.
3662 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
3663 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
3667 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
3671 From Ross Alexander at NEC Europe:
3672 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
3676 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
3677 for input, rather than parse_and_eval_address.
3681 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
3682 * Makefile.in (sim_d10v_h): Update definition.
3686 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
3687 change `2002-05-22 Michael Snyder' below.
3688 (d10v_push_arguments): Ditto.
3689 (d10v_extract_return_value): Ditto.
3693 * macrotab.c (check_for_redefinition): Don't complain if the new
3694 definition is the same as the previous one. Take more arguments
3695 to allow the comparison.
3696 (macro_define_object, macro_define_function): Pass more arguments
3697 to check_for_redefinition.
3701 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
3702 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
3703 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
3704 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
3705 Don't bail if return_pc is PC_IN_CALL_DUMMY.
3706 Add a temp variable to save a call (and a memory read).
3707 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
3708 if possible (so that PC_IN_CALL_DUMMY will work).
3712 * MAINTAINERS: Remove status `OBSOLETE' from v850.
3716 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
3718 (dwarf2_build_frame_info): Corrected handling of eh_frame.
3719 (dwarf2_build_frame_info): Add offset to fde->initial_location
3720 so that frames of shared libraries are mapped correctly.
3721 (execute_stack_op): Change type of 'result' from ULONGEST to
3726 * config/alpha/tm-nbsd.h: Include solib.h.
3730 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
3731 assumptions about the host's byte order.
3735 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
3737 * alphanbsd-tdep.c: Include solib-svr4.h.
3738 * shnbsd-tdep.c: Ditto.
3742 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
3743 nbsd-tdep.h to dependency list.
3744 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
3745 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
3746 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
3747 nbsdaout.mh and nbsdelf.mh consistently.
3748 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
3749 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
3750 nbsdaout.mt and nbsdelf.mh consistently.
3751 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
3752 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
3753 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
3754 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
3755 a.out shared library stuff from here...
3756 * config/nm-nbsdaout.h: ...to here.
3757 * config/tm-nbsd.h: Remove.
3758 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
3759 * config/arm/nbsd.mh: Remove.
3760 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
3762 * config/arm/nbsdaout.mh: New file.
3763 * config/arm/nbsdelf.mh: New file.
3764 * config/arm/nm-nbsdaout.h: New file.
3765 * config/i386/nbsd.mh: Remove.
3766 * config/i386/nbsd.mt: Remove.
3767 * config/i386/nbsdaout.mh: New file.
3768 * config/i386/nbsdaout.mt: New file.
3769 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
3770 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
3771 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
3772 i386_register_u_addr): Remove.
3773 * config/i386/nm-nbsdaout.h: New file.
3774 * config/i386/nm-nbsdelf.h: Remove.
3775 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
3776 (USE_STRUCT_CONVENTION): Remove.
3777 * config/i386/tm-nbsdaout.h: New file.
3778 * config/i386/tm-nbsdelf.h: Remove.
3779 * config/m68k/nbsd.mh: Remove.
3780 * config/m68k/nbsd.mt: Remove.
3781 * config/m68k/nbsdaout.mh: New file.
3782 * config/m68k/nbsdaout.mt: New file.
3783 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
3784 * config/m68k/nm-nbsdaout.h: New file.
3785 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
3786 (IN_SOLIB_CALL_TRAMPOLINE): Define.
3787 * config/ns32k/nbsd.mh: Remove.
3788 * config/ns32k/nbsd.mt: Remove.
3789 * config/ns32k/nbsdaout.mh: New file.
3790 * config/ns32k/nbsdaout.mt: New file.
3791 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
3792 * config/ns32k/nm-nbsdaout.h: New file.
3793 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
3794 (IN_SOLIB_CALL_TRAMPOLINE): Define.
3795 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
3796 (SVR4_SHARED_LIBS): Remove.
3797 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
3798 * config/sparc/nbsd.mh: Remove.
3799 * config/sparc/nbsd.mt: Remove.
3800 * config/sparc/nbsdaout.mh: New file.
3801 * config/sparc/nbsdaout.mt: New file.
3802 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
3803 * config/sparc/nbsdelf.mt: New file.
3804 * config/sparc/nm-nbsdaout.h: New file.
3805 * config/sparc/nm-nbsdelf.h: Remove.
3806 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
3807 * config/sparc/tm-nbsdaout.h: New file.
3811 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
3813 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
3817 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
3819 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
3823 * NEWS: Note new MIPS NetBSD native configuration.
3824 * configure.host (mips*-*-netbsd*): New host.
3825 * configure.tgt (mips*-*-netbsd*): New target.
3826 * mipsnbsd-nat.c: New file.
3827 * mipsnbsd-tdep.c: New file.
3828 * mipsnbsd-tdep.h: New file.
3829 * config/mips/nbsd.mh: New file.
3830 * config/mips/nbsd.mt: New file.
3831 * config/mips/nm-nbsd.h: New file.
3832 * config/mips/tm-nbsd.h: New file.
3836 * Makefile.in (SFILES): Add osabi.c.
3837 (COMMON_OBS): Add osabi.o.
3838 (osabi.o): New dependency list.
3839 * osabi.c: New file.
3840 * osabi.h: New file.
3841 * doc/gdbint.texinfo: Document new generic OS ABI framework.
3843 * Makefile.in (alpha_tdep_h): Define and use instead of
3845 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
3846 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
3848 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
3849 * alpha-tdep.h: Include osabi.h.
3850 (alpha_abi): Remove.
3851 (gdbarch_tdep): Use generic OS ABI framework.
3852 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
3853 gdbarch_register_osabi.
3854 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
3855 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
3856 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
3858 * Makefile.in (sh_tdep_h): Add osabi.h.
3859 * sh-tdep.h (sh_osabi): Remove.
3860 (gdbarch_tdep): Use generic OS ABI framework.
3861 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
3862 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
3863 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
3864 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
3866 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
3867 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
3868 gdbarch_register_osabi.
3869 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
3870 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
3871 (get_elfosabi): Rename to...
3872 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
3873 ABI framework support routines.
3874 (arm_gdbarch_init): Use generic OS ABI framework.
3875 (arm_dump_tdep): Likewise.
3876 (_initialize_arm_tdep): Likewise.
3877 * arm-tdep.h: Include osabi.h.
3879 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
3881 (arm_gdbarch_register_os_abi): Remove prototype.
3882 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
3883 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
3885 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
3886 * mips-tdep.c: Include osabi.h.
3887 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
3892 * h8300-tdep.c: Fix formatting.
3896 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
3897 printing vector registers.
3901 From Fernando Nasser:
3902 * remote.c (remote_async_open_1): Re-throw the exception when the
3904 (remote_cisco_open): Ditto.
3905 (remote_open_1): Ditto.
3909 * remote.c (remote_start_remote_dummy): Add uiout parameter.
3910 (remote_start_remote): Add uiout parameter. Pass through to
3911 remote_start_remote_dummy.
3912 (remote_open_1): Use catch_exception instead of catch_errors.
3913 (remote_async_open_1): Ditto.
3914 (remote_cisco_open): Ditto.
3918 * remote.c (remote_start_remote): Replace PTR with void pointer.
3919 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
3924 * gdb_indent.sh: Allow the script to be run in the sim directory.
3928 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
3929 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
3931 * corelow.c (core_open): Only call set_gdbarch_from_file if
3936 * h8300-tdep.c: Add support of EXR register
3937 * config/h8300/tm-h8300.h: Ditto.
3941 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
3945 * h8300-tdep.c: Change literal regnums to REGNO.
3949 * NEWS: Note addition of macro support.
3951 Expand preprocessor macros in C expressions.
3952 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
3953 (scan_macro_expansion, scanning_macro_expansion,
3954 finished_macro_expansion): New function declarations.
3955 (expression_macro_lookup_func, expression_macro_lookup_baton): New
3956 variable declarations.
3957 * parser-defs.h (expression_context_pc): New declaration.
3958 * parse.c (expression_context_pc): New variable.
3959 (parse_exp_1): Set expression_context_pc, as well as
3960 expression_context_block.
3961 * c-exp.y (yylex): If we're not already reading the result of a
3962 macro expansion, try to macro-expand the next token. When we're
3963 done scanning a macro expansion, switch back to the mainline text.
3964 Commas and `if's in a macro's expansion don't terminate the input.
3965 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
3966 (macro_original_text, macro_expanded_text,
3967 expression_macro_lookup_func, expression_macro_lookup_baton): New
3969 (scan_macro_expansion, scanning_macro_expansion,
3970 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
3971 c_preprocess_and_parse): New functions.
3972 (c_language_defn, cplus_language_defn, asm_language_defn): Call
3973 c_preprocess_and_parse, instead of c_parse.
3974 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
3975 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
3979 * sh-tdep.c (gdb_print_insn_sh64): Delete.
3980 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
3981 (sh_gdbarch_init): Always use gdb_print_insn_sh.
3985 * NEWS: Add section for multi-arched targets. Add v850 to that section.
3989 * Makefile.in (sh_tdep_h): Define and use.
3990 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
3991 register enum): Move to...
3992 * * sh-tdep.h: ...here.
3993 * sh-tdep.c: Include sh-tdep.h.
3994 * sh3-rom.c: Likewise.
3995 * shnbsd-tdep.c: Likewise.
3999 * arm-tdep.c: Spelling fix in comment.
4003 Add commands for manually expanding macros and showing their
4005 * macrocmd.c, macroscope.c, macroscope.h: New files.
4006 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
4007 (macroscope_h): New variable.
4008 (HFILES_NO_SRCDIR): Add macroscope.h.
4009 (COMMON_OBS): Add macrocmd.o, macroscope.o.
4010 (macroscope.o, macrocmd.o): New rules.
4012 Teach the Dwarf 2 reader to read macro information.
4013 * dwarf2read.c: #include "macrotab.h".
4014 (dwarf_macinfo_buffer): New variable.
4015 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
4017 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
4018 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
4019 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
4020 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
4021 dwarf2_macro_spaces_in_definition): New complaints.
4022 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
4023 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
4024 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
4025 the partial symbol table.
4026 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
4027 from what's recorded in the partial symbol table.
4028 (read_file_scope): If the compilation unit has a
4029 `DW_AT_macro_info' attribute, read its macro information.
4030 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
4035 * ser-tcp.c: Don't include <netinet/udp.h>.
4039 * MAINTAINERS: Update my email address.
4043 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
4044 include file of the same name.
4048 * configure.tgt: Mark v850 as multi-arched.
4049 * config/v850/tm-v850.h: Remove file.
4050 * config/v850/v850.mt: Eliminate TM_FILE.
4054 * v850-tdep.c: Full multi-arch.
4055 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
4056 Define GDB_MULTI_ARCH to 2.
4060 * p-exp.y (current_type): New static variable.
4061 Carries the type of the expression at the position that is parsed.
4062 (push_current_type, pop_current_type): Two new functions. Used
4063 to store/restore current_type in expression on specific tokens.
4064 (search_field): New static variable. Set to one after parsing a point
4065 as at that point only a FIELDNAME token should be searched.
4066 (FIELDNAME): New token. After a point only a token belonging to
4067 current_type type definition is allowed.
4068 (all over token rules): reset and change current_type according
4070 (exp '[' rule): insert implicit array index field if
4071 exp is a pascal string type.
4075 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
4076 frame info. Use frame_info's saved_regs instead of matching member
4077 in extra_frame_info throughout.
4078 (v850_frame_init_saved_regs): New function.
4079 (v850_init_extra_frame_info): Move most functionality into
4080 v850_frame_init_saved_regs().
4081 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
4082 (v850_frame_find_saved_regs): Remove declaration.
4083 (FRAME_FIND_SAVED_REGS): Remove definition.
4084 (v850_frame_init_saved_regs): Add declaration.
4085 (FRAME_INIT_SAVED_REGS): Add definition.
4089 * v850-tdep.c: Begin multi-arch'ing v850.
4090 (v850_target_architecture_hook): Remove function.
4091 (v850_gdbarch_init): New function. Add code previously in
4092 v850_target_architecture_hook().
4093 (_initialize_v850_tdep): Don't set target_architecture_hook.
4094 Call register_gdbarch_init() instead.
4098 * gdbtypes.h (struct cplus_struct_type): Remove args field.
4099 * hpread.c (hpread_read_struct_type): Remove assignments to args.
4100 (fixup_class_method_type): Likewise.
4105 * gdbserver/server.c (gdbserver_usage): New function.
4110 Add macro structures to GDB's symbol tables. Nobody puts anything
4112 * symtab.h (struct symtab): New member: `macro_table'.
4113 * buildsym.h (pending_macros): New global variable.
4114 * buildsym.c: #include "macrotab.h".
4115 (buildsym_init): Initialize `pending_macros'.
4116 (end_symtab): If we found macro information while reading a CU's
4117 debugging info, do build a symtab structure for it. Make the
4118 symtab point to the macro information, and clear the
4119 `pending_macros' pointer which held it while we were reading the
4121 (really_free_pendings): Free any pending macro table.
4122 * objfiles.h (struct objfile): New member: `macro_cache'.
4123 * objfiles.c (allocate_objfile): Set allocate and free functions
4124 for the macro cache's objstack.
4125 (free_objfile): Empty the macro cache's obstack.
4126 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
4127 set new allocate and free functions for it.
4128 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
4129 free functions for the macro cache's objstack. (Why is this
4130 function building its own objfile?)
4131 * symmisc.c (print_objfile_statistics): Print statistics on the
4133 * Makefile.in: Note that buildsym.o depends on macrotab.h.
4137 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
4138 (REGISTER_U_ADDR): Delete definition.
4139 (arm_register_u_addr): Delete declaration.
4143 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
4144 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
4148 * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
4153 * regcache.c (register_valid): Revise comments refering to "Not
4154 available" and "unavailable".
4155 * frame.c (frame_register_read): Ditto.
4156 * findvar.c (value_of_register): Ditto.
4160 * Makefile.in (remote_sim_h): Replace remote-sim_h.
4161 (remote-sim.o): Update dependencies.
4162 (d10v-tdep.o): Specify dependencies.
4163 (sim_d10v_h): Define.
4167 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
4168 * macrotab.c (macro_lookup_inclusion, find_definition,
4169 new_macro_table): Same.
4171 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
4172 not `! strcmp ()'. This is a dubious improvement.
4173 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
4175 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
4176 although it's not necessary, to avoid a warning.
4180 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
4181 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
4182 TYPE_INSTANCE_FLAGS.
4183 (struct main_type): New.
4184 (struct type): Move most members to struct main_type. Change
4185 cv_type and as_type to new type_chain member. Add instance_flags.
4186 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
4187 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
4188 (finish_cv_type): Remove prototype.
4189 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
4191 (alloc_type_instance): New function.
4192 (smash_type): New function.
4193 (make_pointer_type, make_reference_type, make_function_type)
4194 (smash_to_member_type, smash_to_method_type): Call smash_type.
4195 (make_qualified_type): New function.
4196 (make_type_with_address_space): Call make_qualified_type.
4197 (make_cv_type): Likewise.
4198 (finish_cv_type): Remove unnecessary function.
4199 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
4200 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
4201 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
4202 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
4203 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
4204 * hpread.c (hpread_read_struct_type): Likewise.
4205 * stabsread.c (read_struct_type): Likewise.
4209 * configure.tgt: Add a catch all sh* target, for cases like
4210 sh[2,3,4]-elf and sh-hms.
4214 * event-loop.c (create_file_handler): Don't do anything but
4215 update data when we are given a fd which we are already
4220 * dwarf2cfi.c (context_cpy): Copy registers correctly.
4221 (update_context): Use __func__ in warnings.
4225 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
4226 and tcp_close to net_open and net_close.
4227 (net_open): Accept "udp:" and "tcp:" specifications. Connect
4228 using UDP if requested. Don't try to disable Nagle on UDP
4230 * remote.c (remote_serial_open): New function. Warn about UDP.
4231 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
4235 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
4239 * configure.tgt: Remove sh-hms target.
4240 * MAINTAINERS: Don't list sh-hms as a separate target.
4244 Add first preprocessor macro-expansion files.
4245 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
4246 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
4247 (splay_tree_h, macroexp_h, macrotab_h): New variable.
4248 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
4249 (COMMON_OBS): Add macrotab.o, macroexp.o.
4250 (macroexp.o, macrotab.o): New rules.
4254 * config/m88k/tm-m88k.h: Update copyright.
4255 (m88k_target_write_pc): Declare
4256 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
4257 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
4258 (SHIFT_INST_REGS): Update definition.
4259 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
4260 using old definition of TARGET_WRITE_PC.
4261 * regcache.c (generic_target_write_pc): Delete code handling
4263 * gdbarch.sh (NNPC_REGNUM): Delete.
4264 * gdbarch.h, gdbarch.c: Regenerate.
4268 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
4273 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
4274 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
4275 (gen_address_of, gen_struct_ref, gen_repeat): Use type
4277 * c-typeprint.c (cp_type_print_method_args): Likewise.
4278 (c_type_print_args): Likewise.
4279 * d10v-tdep.c (d10v_push_arguments): Likewise.
4280 (d10v_extract_return_value): Likewise.
4281 * expprint.c (print_subexp): Likewise.
4282 * gdbtypes.c (lookup_primitive_typename): Likewise.
4283 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
4284 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
4285 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
4286 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
4287 (TYPE_VECTOR): Likewise.
4288 * hpread.c (hpread_read_struct_type)
4289 (fix_static_member_physnames, fixup_class_method_type)
4290 (hpread_type_lookup): Likewise.
4291 * mdebugread.c (parse_symbol, parse_type): Likewise.
4292 * p-lang.c (is_pascal_string_type): Likewise.
4293 * valops.c (hand_function_call): Likewise.
4294 * x86-64-tdep.c (classify_argument): Likewise.
4296 * hpread.c (hpread_read_function_type)
4297 (hpread_read_doc_function_type): Call replace_type.
4298 * dstread.c (create_new_type): Delete.
4299 (decode_dst_structure, process_dst_function): Call alloc_type.
4300 Use type access macros.
4304 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
4305 the're not supported by the current architecture.
4306 (i387_fill_fxsave): Likewise.
4310 * symfile.c (default_symfile_offsets): Arrange for uninitialized
4311 sect_index_xxx members to index the first slot in section_offsets
4312 if all of the section_offsets are zero.
4316 * configure.tgt (sparc-*openbsd): Remove entry accidentially
4317 checked in with last change.
4321 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
4322 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
4327 * Makefile.in: Update dependencies.
4331 * language.c (local_hex_string_custom): Simplify. Do not depend
4332 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
4334 * memattr.c (mem_info_command): Replace calls to
4335 longest_local_hex_string and longest_local_hex_string_custom.
4336 * buildsym.c (make_blockvector): Ditto.
4337 * solib.c (info_sharedlibrary_command): Ditto.
4338 * tracepoint.c (tracepoints_info): Ditto.
4339 * symtab.c (print_msymbol_info): Ditto.
4341 * language.c (local_hex_string): Delete.
4342 (local_hex_string_custom): Delete.
4343 (longest_local_hex_string): Rename to local_hex_string.
4344 (longest_local_hex_string_custom): Rename to
4345 local_hex_string_custom.
4346 * language.h (local_hex_string): Change parameter type to LONGEST.
4347 (local_hex_string_custom): Ditto.
4348 (longest_local_hex_string): Delete declaration.
4349 (longest_local_hex_string_custom): Ditto.
4351 * solib.c: Update copyright.
4352 * memattr.c: Update copyright.
4356 * arch-utils.h (legacy_register_to_value): Declare.
4357 (legacy_value_to_register): Declare.
4358 (legacy_convert_register_p): Declare.
4359 * arch-utils.c (legacy_register_to_value): New function.
4360 (legacy_value_to_register): New function.
4361 (legacy_convert_register_p): New function.
4363 * gdbarch.sh (REGISTER_TO_VALUE): Define.
4364 (VALUE_TO_REGISTER): Define.
4365 (CONVERT_REGISTER_P): Define.
4366 * gdbarch.h, gdbarch.c: Regenerate.
4368 * valops.c (value_assign): Use CONVERT_REGISTER_P and
4370 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
4376 * Makefile.in: Update dependencies for valops.c.
4377 * valops.c: Include "gdb_assert.h".
4378 (typecmp): Skip THIS parameter to methods.
4379 (find_method_list): Remove static_memfuncp argument,
4380 update callers. Check for stub methods.
4381 (find_value_oload_method_list): Don't set *static_memfuncp.
4382 (find_overload_match): Don't check for stub methods. Assert
4383 that methods are not stubbed. Handle static methods.
4384 (value_find_oload_method_list): Remove static_memfuncp argument.
4385 * gdbtypes.c (check_stub_method): Do not add THIS pointer
4386 to the argument list for static stub methods.
4387 * value.h (value_find_oload_method_list): Update prototype.
4391 * arch-utils.h (generic_register_size): Declare.
4392 (generic_register_raw_size, generic_register_virtual_size): Delete
4394 * arch-utils.c (generic_register_raw_size): Delete.
4395 (generic_register_size): New function.
4396 (generic_register_virtual_size): Delete.
4398 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
4399 default generic_register_size.
4400 * gdbarch.h, gdbarch.c: Re-generate.
4402 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
4403 register_virtual_size.
4404 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
4405 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4409 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
4410 * gdbarch.h, gdbarch.c: Regenerate.
4411 * gnu-v3-abi.c: Update copyright.
4412 (vtable_address_point_offset): Update.
4413 (gnuv3_rtti_type): Update.
4414 (gnuv3_baseclass_offset): Update.
4415 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
4416 (init_fetch_link_map_offsets): Update.
4417 * remote.c (get_remote_state): Update.
4421 * TODO: Remove value_headof/value_from_vtable_info comment.
4422 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
4423 * values.c (value_headof, value_from_vtable_info): Delete.
4424 * value.h (value_from_vtable_info): Delete prototype.
4428 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
4429 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
4431 (gdb_assert_h): Define.
4432 (gdb_wait_h): Define.
4433 (gdb_regex_h): Define.
4438 * linespec.c (find_methods): Handle GCC 3.x template constructors.
4442 * nbsd-tdep.c: Fix comment.
4446 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
4447 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
4448 (nbsd-tdep.o): New dependency list.
4449 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
4451 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
4452 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
4453 * nbsd-tdep.c: New file.
4454 * nbsd-tdep.h: New file.
4455 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
4457 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
4458 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4459 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
4460 * config/sh/nbsd.mt (TDEPFILES): Ditto.
4464 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
4465 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
4466 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
4467 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
4468 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
4469 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
4473 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
4474 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
4475 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
4476 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
4477 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
4478 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
4479 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
4483 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
4484 fetch_elfcore_registers to...
4485 * i386nbsd-tdep.c: ...here.
4486 (i386nbsd_use_struct_convention): Rename to...
4487 (i386nbsd_aout_use_struct_convention): ...this.
4488 (i386nbsd_supply_reg): New function.
4489 (i386nbsd_fill_reg): New function.
4490 (fetch_core_registers): Use i386nbsd_supply_reg.
4491 (fetch_elfcore_registers): Likewise.
4492 (_initialize_i386nbsd_tdep): New function.
4493 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
4494 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
4495 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
4496 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
4497 (i386nbsd_aout_use_struct_convention): ...this.
4501 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
4502 (store_inferior_registers): Use shnbsd_fill_reg.
4503 * shnbsd-tdep.c (sh_nbsd_supply_registers,
4504 sh_nbsd_supply_register): Collapse into...
4505 (shnbsd_supply_reg): ...this.
4506 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
4507 (shnbsd_fill_reg): ...this.
4508 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
4509 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
4510 (fetch_core_registers): Use shnbsd_supply_reg.
4511 (fetch_elfcore_registers): Use shnbsd_supply_reg.
4512 (sh_nbsd_core_fns): Rename to...
4513 (shnbsd_core_fns): ...this.
4514 (sh_nbsd_elfcore_fns): Rename to...
4515 (shnbsd_elfcore_fns): ...this.
4516 (sh_nbsd_init_abi): Rename to...
4517 (shnbsd_init_abi): ...this.
4518 (_initialize_sh_nbsd_tdep): Rename to...
4519 (_initialize_shnbsd_tdep): ...this.
4520 * shnbsd-tdep.h (sh_nbsd_supply_registers,
4521 sh_nbsd_supply_register, sh_nbsd_fill_registers,
4522 sh_nbsd_fill_register): Remove prototypes.
4523 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
4527 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
4528 (i387-nat.o): Delete dependency list.
4529 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
4530 (x86-64-linux-nat.o): Likewise.
4531 * i387-nat.c: Delete file, moving contents to...
4532 * i387-tdep.c: ...here.
4533 * i387-nat.h: Rename...
4534 * i387-tdep.h: ...to this.
4535 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
4536 * i386-linux-nat.c: Likewise.
4537 * i386bsd-nat.c: Likewise.
4538 * i386gnu-nat.c: Likewise.
4539 * i386nbsd-nat.c: Likewise.
4540 * i386v4-nat.c: Likewise.
4541 * x86-64-linux-nat.c: Likewise.
4542 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
4543 * config/i386/go32.mh (NATDEPFILES): Likewise.
4544 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
4545 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
4546 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
4547 * config/i386/linux.mh (NATDEPFILES): Likewise.
4548 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
4549 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
4550 * config/i386/obsd.mh (NATDEPFILES): Likewise.
4551 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
4555 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
4556 (alphanbsd-nat.o): Remove dependency list.
4557 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
4558 * alphanbsd-nat.c: Delete. Contents moved to...
4559 * alphanbsd-tdep.c: ...here.
4560 (_initialize_alphanbsd_tdep): Register core functions.
4561 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
4565 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
4566 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
4567 (alphanbsd-nat.o): Likewise.
4568 (alphabsd-tdep.o): New dependency list.
4569 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
4570 (fill_gregset): Use alphabsd_fill_reg.
4571 (supply_fpregset): Use alphabsd_supply_fpreg.
4572 (fill_fpregset): Use alphabsd_fill_fpreg.
4573 (fetch_inferior_registers): Use struct reg and struct fpreg
4574 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
4575 and alphabsd_supply_fpreg.
4576 (store_inferior_registers): Use struct reg and struct fpreg
4577 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
4578 and alphabsd_fill_fpreg.
4579 * alphabsd-tdep.c: New file.
4580 * alphabsd-tdep.h: New file.
4581 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
4582 (fetch_elfcore_registers): Use alphabsd_supply_reg and
4583 alphabsd_supply_fpreg.
4584 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
4585 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
4589 * mips-tdep.c (mips_double_register_type): Fix thinko.
4590 (mips_single_register_type): Ditto.
4591 * MAINTAINERS: Add self.
4595 * i387-nat.c (i387_supply_register, i387_fill_fsave,
4596 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
4597 right thing on architectures with different endianness and/or
4603 * configure.in: Change sed expression which comments out
4604 NATDEPFILES to also comment out continuation lines.
4605 * configure: Regenerate.
4609 * sh-tdep.c: Clean up code erroneously reintroduced by previous
4614 * sh-tdep.c: Include correct file.
4618 New support for sh64-elf (sh5) target.
4620 * configure.tgt: For sh64-elf target, default to sh-elf.
4622 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
4623 (struct gdbarch_tdep): Add new fields for new registers and ABI
4626 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
4627 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
4628 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
4629 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
4630 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
4631 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
4632 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
4633 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
4634 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
4635 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
4636 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
4637 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
4638 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
4639 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
4640 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
4641 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
4642 sh64_get_gdb_regnum, sh64_media_reg_base_num,
4643 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
4644 sign_extend, sh64_nofp_frame_init_saved_regs,
4645 sh64_init_extra_frame_info, sh64_get_saved_register,
4646 sh64_extract_struct_value_address, sh64_pop_frame,
4647 sh64_push_arguments, sh64_extract_return_value,
4648 sh64_store_return_value, sh64_show_media_regs,
4649 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
4650 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
4651 sh_sh64_register_virtual_type,
4652 sh_sh64_register_convert_to_virtual,
4653 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
4654 sh64_register_read, sh64_pseudo_register_write,
4655 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
4656 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
4657 sh64_do_pseudo_register, sh_compact_do_registers_info,
4658 sh64_do_registers_info, sh_gdbarch_init): New functions.
4662 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
4666 * linespec.c (decode_line_1): Check for a double quote after
4667 a filename correctly.
4671 Properly track the size of the current objfile's .debug_line section.
4672 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
4673 (DWARF_LINE_SIZE): New macro.
4674 (dwarf2_build_psymtabs_hard): Record the line section's size in
4675 the partial symbol table.
4676 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
4681 * ia64-tdep.c: Handle breakpoints on L instruction type
4682 in MLX instruction bundle by moving the breakpoint to
4683 the third slot (X instruction type) as L holds only data.
4687 * dbxread.c (discarding_local_symbols_complaint): New complaint.
4688 (process_one_symbol): Complain about discarding local symbols
4689 due to a misplaced N_LBRAC entry.
4694 * linespec.c (find_toplevel_char): '<' and '>' also increase and
4695 decrease the depth we are at, in the case of templates.
4699 * mips-tdep.c (mips_float_register_type): New function.
4700 (mips_double_register_type): New function.
4701 (mips_print_register): Use them.
4702 (do_fp_register_row): Likewise.
4706 * signals/signals.c (signals): Remove conditional compilation around
4707 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
4708 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
4712 * remote-rdp.c (remote_rdp_can_run): Remove.
4716 * jv-valprint.c (java_val_print): Handle `char' as a special case
4721 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
4722 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
4723 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
4724 str r(0123),[sp,#nn].
4725 (arm_skip_prologue): Ditto. Also make disassembly
4726 order-independent by placing it in a loop.
4730 * stabsread.c (read_type): Add recognition for new attribute:
4731 "@V;" means that an array type is actually a vector.
4732 This is analogous to the vector flag that's been added to dwarf2.
4736 * i386-tdep.h (i386_abi): New enum.
4737 (struct gdbarch_tdep): Replace os_ident member with abi.
4738 (i386_gdbarch_register_os_abi): New prototype.
4739 * i386-tdep.c (i386_abi_names): New array.
4740 (process_note_abi_tag_sections): Removed.
4741 (process_note_sections): New function.
4742 (i386_elf_abi_from_note, i386_elf_abi): New functions.
4743 (struct i386_abi_handler): New struct.
4744 (i386_abi_handler_list): New variable.
4745 (i386_gdbarch_register_os_abi): New function.
4746 (i386_gdbarch_init): Adapt for the changes given above.
4750 * gregset.h: Say "GNU/Linux".
4754 * gdbtypes.c : Add new builtin type for 64 bit vectors.
4755 (build_gdbtypes): Build builtin_type_v2_float.
4756 (_initialize_gdbtypes): Register new builtin type.
4760 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
4761 (clear_gdbarch_swap): New function.
4762 (initialize_non_multiarch): Call.
4763 (gdbarch_update_p): Before calling init(), swap out and clear the
4764 existing architecture.
4765 * gdbarch.c: Regenerate.
4769 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
4774 * sh-nbsd-nat.c: Rename to...
4775 * shnbsd-nat.c: ...this.
4776 * sh-nbsd-tdep.c: Rename to...
4777 * shnbsd-tdep.c: ...this.
4778 * sh-nbsd-tdep.h: Rename to...
4779 * shnbsd-tdep.h: ...this.
4780 * config/sh/nbsd.mh: Use shnbsd-nat.o.
4781 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
4785 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
4786 concatenation for command help messages.
4790 * NEWS: Note new sh*-*-netbsdelf* configuration.
4791 * configure.host: Set gdb_host_cpu to sh for all sh*.
4792 (sh*-*-netbsdelf*): New host.
4793 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
4794 (sh*-*-netbsdelf*): New target.
4795 * sh-nbsd-nat.c: New file.
4796 * sh-nbsd-tdep.c: New file.
4797 * sh-nbsd-tdep.h: New file.
4798 * config/sh/nbsd.mh: New file.
4799 * config/sh/nbsd.mt: New file.
4800 * config/sh/nm-nbsd.h: New file.
4801 * config/sh/tm-nbsd.h: New file.
4805 * sh-tdep.c (sh_osabi_names): Declare.
4806 (process_note_abi_tag_sections): New function.
4807 (get_elfosabi): Ditto.
4808 (sh_gdbarch_register_os_abi): Ditto.
4809 (sh_dump_tdep): Ditto.
4810 _initialize_sh_tdep): Use gdbarch_register to register
4811 sh_gdbarch_init and sh_dump_tdep.
4812 * config/sh/tm-sh.h (sh_osabi): Declare.
4813 (gdbarch_tdep): Add sh_osabi and osabi_name members.
4817 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
4818 (thumb_scan_prologue): Ditto.
4819 (arm_find_callers_reg): Ditto.
4820 (arm_frame_chain): Ditto.
4821 (arm_init_extra_frame_info): Ditto.
4822 (arm_frame_saved_pc): Ditto.
4823 (arm_pop_frame): Ditto.
4824 (arm_push_return_address): New function.
4825 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
4826 call_dummy_location, call_dummy_breakpoint_offset_p,
4827 call_dummy_breakpoint_offset, call_dummy_p,
4828 call_dummy_stack_adjust_p, call_dummy_words,
4829 sizeof_call_dummy_words, call_dummy_start_offset,
4830 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
4831 call_dummy_address, push_return_address and push_dummy_frame for
4832 generic dummy frames.
4836 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
4837 size computation for alloca.
4838 (sh_fp_frame_init_saved_regs): Likewise.
4842 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
4843 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
4844 * arm-tdep.c (arm_store_return_value): Use them.
4845 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
4846 * remote-rdp.c (remote_rdp_fetch_register): Use
4847 ARM_MAX_REGISTER_RAW_SIZE.
4848 (remote_rdp_store_register): Likewise.
4852 * dwarf2cfi.c: Code cleanup, removed unused variables,
4853 added default labels to switch {} statements.
4854 * x86-64-tdep.c: Ditto.
4855 * x86-64-linux-nat.c: Ditto.
4859 * solib.h: Protect against multiple inclusion.
4863 Add first preprocessor macro-expansion files.
4864 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
4865 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
4866 (splay_tree_h, macroexp_h, macrotab_h): New variable.
4867 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
4868 (COMMON_OBS): Add macrotab.o, macroexp.o.
4869 (macroexp.o, macrotab.o): New rules.
4871 Separate the job of reading the line number info statement program
4872 header (...expialidocious) out into its own function.
4873 * dwarf2read.c (struct line_head, struct filenames, struct
4874 directories): Replace with...
4875 (struct line_header): New structure, containing the full
4876 contents of the statement program header, including the
4877 include directory and file name tables.
4878 (read_file_scope): If we have line number info, instead of just
4879 calling dwarf_decode_lines to do all the work, call
4880 dwarf_decode_line_header first to get a `struct line_header'
4881 containing the data in the statement program header, and then
4882 pass that to dwarf_decode_lines, which will pick up where that
4883 left off. Be sure to clean up the `struct line_header' object.
4884 (dwarf_decode_line_header, free_line_header, add_include_dir,
4885 add_file_name): New functions.
4886 (dwarf_decode_lines): Move all the code to read the statement
4887 program header into dwarf_decode_line_header. Take the line
4888 header it built as the first argument, instead of the offset to
4889 the compilation unit's line number info. Use the new `struct
4890 line_header' type instead of the old structures. No need to do
4891 cleanups here now, since we don't allocate anything.
4892 (dwarf2_statement_list_fits_in_line_number_section,
4893 dwarf2_line_header_too_long): New complaints.
4897 * gdbtypes.c (init_vector_type): New function.
4898 (build_builtin_type_vec128): Simplify the representation of SIMD
4900 (build_gdbtypes): Initialize new builtin vector types.
4901 (_initialize_gdbtypes): Register new vector types with gdbarch.
4902 (builtin_type_v4_float, builtin_type_v4_int32,
4903 builtin_type_v8_int16, builtin_type_v16_int8,
4904 builtin_type_v2_int32, builtin_type_v4_int16,
4905 builtin_type_v8_int8): New (renamed) SIMD types.
4909 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
4910 (i387_fill_fxsave): Likewise.
4914 * alpha-tdep.c (alpha_extract_return_value): Don't use
4915 non-constant array size in prototype.
4919 From Brian Taylor <briant at model dot com>:
4920 * ui-out.c (ui_out_field_core_addr): Use the function
4921 longest_local_hex_string_custom'to format addresses > 32 bits
4924 * ui-out.c (ui_out_field_core_addr): Update comment.
4928 * stack.c (select_and_print_frame): Make static. Delete the
4930 (func_command): Update call.
4931 (select_frame_command): Delete code computing the frame level.
4932 * frame.h (select_and_print_frame): Delete declaration.
4936 * sparc-tdep.c (sparc_get_saved_register): Comment why
4937 get_prev_frame call is safe.
4941 * frame.h (select_frame): Delete level parameter.
4942 * stack.c (select_frame): Update. Use frame_relative_level to
4943 obtain the frame's level.
4944 (select_and_print_frame): Update call.
4945 (select_frame_command): Ditto.
4946 (up_silently_base): Ditto.
4947 (down_silently_base): Ditto.
4948 * ocd.c (ocd_start_remote): Ditto.
4949 * remote-rdp.c (remote_rdp_open): Ditto.
4950 * remote-mips.c (mips_initialize): Ditto.
4951 (common_open): Ditto.
4952 * remote-e7000.c (e7000_start_remote): Ditto.
4953 * m3-nat.c (select_thread): Ditto.
4954 * hppa-tdep.c (child_get_current_exception_event): Ditto.
4955 (child_get_current_exception_event): Ditto.
4956 * varobj.c (varobj_create): Ditto.
4957 (varobj_update): Ditto.
4958 (c_value_of_root): Ditto.
4959 * tracepoint.c (finish_tfind_command): Ditto.
4960 * corelow.c (core_open): Ditto.
4961 * arch-utils.c (generic_prepare_to_proceed): Ditto.
4962 * thread.c (info_threads_command): Ditto.
4963 (switch_to_thread): Ditto.
4964 * infrun.c (normal_stop): Ditto.
4965 (restore_selected_frame): Ditto.
4966 (restore_inferior_status): Ditto.
4967 * breakpoint.c (insert_breakpoints): Ditto.
4968 (watchpoint_check): Ditto.
4969 (bpstat_stop_status): Ditto.
4970 (do_enable_breakpoint): Ditto.
4971 * blockframe.c (flush_cached_frames): Ditto.
4972 (reinit_frame_cache): Ditto.
4976 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
4981 * gdbtypes.c (replace_type): Doc fix.
4985 * valprint.c (strcat_longest): Delete commented out function.
4990 * MAINTAINERS: Mark a29k as deleted.
4991 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
4992 Move new configurations to the top.
4993 * configure.tgt: Remove a29k.
4994 * config/a29k/tm-vx29k.h: Delete.
4995 * config/a29k/vx29k.mt: Delete.
4996 * config/a29k/tm-a29k.h: Delete.
4997 * config/a29k/a29k-udi.mt: Delete.
4998 * config/a29k/a29k.mt: Delete.
4999 * a29k-tdep.c: Delete.
5000 * remote-udi.c: Delete.
5001 * remote-mm.c: Delete.
5002 * remote-eb.c: Delete.
5003 * remote-adapt.c: Delete.
5004 * Makefile.in: Remove obsolete code.
5005 * gdbserver/Makefile.in: Ditto.
5006 * config/s390/s390x.mt: Ditto.
5007 * config/s390/s390.mt: Ditto.
5008 * config/sparc/sparclynx.mh: Ditto.
5009 * config/sparc/linux.mh: Ditto.
5010 * config/pa/hppaosf.mh: Ditto.
5011 * config/pa/hppabsd.mh: Ditto.
5012 * config/ns32k/nbsd.mt: Ditto.
5013 * config/mips/vr5000.mt: Ditto.
5014 * config/m68k/sun3os4.mh: Ditto.
5015 * config/m68k/nbsd.mt: Ditto.
5016 * config/m68k/m68klynx.mh: Ditto.
5017 * config/m32r/m32r.mt: Ditto.
5018 * config/i386/x86-64linux.mt: Ditto.
5019 * config/i386/nbsdelf.mt: Ditto.
5020 * config/i386/nbsd.mt: Ditto.
5021 * config/i386/i386lynx.mh: Ditto.
5025 * target.c (debug_print_register): New function. Handle oversize
5027 (debug_to_fetch_registers): Call.
5028 (debug_to_store_registers): Call.
5032 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
5033 (read_type): Doc fix.
5034 * gdbtypes.c (replace_type): Doc fix.
5036 * stabsread.c (multiply_defined_struct): New complaint.
5037 (read_struct_type): If the type we were passed isn't empty, or
5038 incomplete, don't read the new struct type into it; complain,
5039 and return the original type unchanged. Take a new `type_code'
5040 argument, which is the type code for the new type.
5041 (read_type): Rather than storing the type's type code here, pass
5042 it as an argument to read_struct_type, and let that take care of
5043 storing it. That way, we don't overwrite the original type code,
5044 so read_struct_type can use it to decide whether we're overwriting
5045 something we shouldn't.
5046 (complain_about_struct_wipeout): New function.
5050 * gdbarch.sh: Assert that gdbarch is non-NULL.
5051 * gdbarch.c: Regenerate.
5055 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
5060 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
5061 (x86_64_dwarf2gdb_regno_map_length),
5062 (x86_64_dwarf2_reg_to_regnum): Added.
5063 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
5064 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
5065 (_initialize_x86_64_tdep): Synced with the change above.
5066 (x86_64_skip_prologue): Reformulated message.
5070 * f-exp.y: Also use new prev_lexptr variable
5071 to improve error reporting. Based on Michael Snyder
5072 2002-04-24 dated patch to c-exp.y.
5073 * jv-exp.y: Likewise.
5074 * m2-exp.y: Likewise.
5078 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
5079 we are dealing with vectors.
5083 * config/m68k/tm-nbsd.h: Obvious fix,
5084 correct machine name.
5088 * p-typeprint.c (pascal_type_print_base): Add support
5089 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
5093 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
5094 for fondamental pascal 'char' type.
5098 * p-lang.h (is_pascal_string_type): Declaration changed,
5099 new sixth argument of type char ** added.
5100 * p-lang.c (is_pascal_string_type): Implementation
5101 changed. Args length_pos, length_size, string_pos, char_size
5102 can now be NULL. New argument arrayname set to the field
5103 name of the char array. Return value set to char array
5104 field index plus one.
5105 * p-valprint.c (pascal_val_print): Adapt to new declaration of
5106 is_pascal_string_type function.
5110 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
5112 * gdbarch.c: Regenerate.
5116 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
5117 before probing for a new one. Detect errorenous gdbarch_init
5119 * gdbarch.c: Regenerate.
5123 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
5124 * config/mcore/tm-mcore.h: Ditto. Update copyright.
5125 * config/v850/tm-v850.h: Ditto. Update copyright.
5129 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
5134 * arm-tdep.c: Whitespace clean-ups.
5135 (arm_skip_prologue): Fix thinko; two lines
5136 should have been removed as part of 4/24 change.
5140 * rs6000-tdep.c: Added comment describing how fpscr register
5141 numbers were chosen.
5145 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
5149 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
5150 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
5151 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
5156 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
5157 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
5158 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
5159 not bfd-private xcoff data, to determine wordsize.
5160 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
5164 GDB 5.2 released from 5.2 branch.
5168 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
5169 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
5170 (x86_64_register_info_table): Added comments with register numbers.
5174 * rs6000-tdep.c (rs6000_extract_return_value,
5175 rs6000_store_return_value): Handle returning vectors.
5176 (rs6000_gdbarch_init): Use
5177 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
5178 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
5180 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
5182 (ppc_sysv_abi_push_arguments): Handle vector parameters.
5183 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
5185 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
5187 * hpread.c (hpread_psymtab_to_symtab_1,
5188 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
5189 with fprintf_unfiltered (gdb_stderr,...).
5191 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
5193 * remote-array.c (printf_monitor, write_monitor,
5194 array_insert_breakpoint, array_remove_breakpoint ):
5195 Replace fprintf (stderr,...
5196 with fprintf_unfiltered (gdb_stderr,....
5197 * remote-es.c: Likewise.
5198 * remote-os9k.c: Likewise.
5199 * remote-st.c: Likewise.
5203 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
5204 linux-proc.o and gcore.o.
5208 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
5209 code without frame pointers.
5213 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
5218 * target.c (do_xfer_memory): Correct reference to the new option
5219 "trust-readonly-sections".
5223 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
5224 * gdbtypes.c (recursive_dump_type): Output the vector flag.
5225 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
5227 (read_array_type): Record the fact that this array type is really a
5228 vector (i.e. are passed in by value).
5232 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
5233 * alpha-tdep.c (alpha_sigcontext_addr): New function.
5234 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
5235 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
5236 * alpha-linux-tdep.c: Include frame.h.
5237 (alpha_linux_sigcontext_addr): New function.
5238 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
5239 alpha_linux_sigcontext_addr.
5240 * alpha-osf1-tdep.c: Include gdbcore.h.
5241 (alpha_osf1_sigcontext_addr): New function.
5242 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
5243 alpha_osf1_sigcontext_addr.
5244 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
5245 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
5249 * stack.c (selected_frame_level):
5250 (select_frame): Do not set selected_frame_level.
5251 * frame.h (selected_frame_level): Delete declaration.
5255 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
5256 convert_from_func_ptr-addr when AIX / PowerOpen.
5260 * valops.c (hand_function_call): Call
5261 generic_save_call_dummy_addr.
5262 * frame.h (generic_save_call_dummy_addr): Declare.
5263 * blockframe.c (struct dummy_frame): Add fields call_lo and
5265 (generic_find_dummy_frame): Check for PC in range call_lo to
5266 call_hi instead of entry_point_address.
5267 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
5268 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
5269 (generic_save_call_dummy_addr): New function.
5273 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
5274 sparc_skip_prologue.
5275 (sparc_skip_prologue): Kill frameless_p arg, and use line number
5276 information to find prologue when possible.
5277 (sparc_prologue_frameless_p): Call examine_prologue directly.
5278 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
5279 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
5281 (SKIP_PROLOGUE): Likewise.
5285 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
5286 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
5287 indicate that the condition it was testing is always true.
5288 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
5289 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
5290 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
5294 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
5295 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
5296 tdep->jb_pc and tdep->jb_elt_size.
5297 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
5298 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
5299 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5300 * alpha-nat.c (get_longjmp_target): Remove.
5301 (JB_ELEMENT_SIZE): Ditto.
5303 * alpha-tdep.c (alpha_get_longjmp_target): New function.
5304 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
5305 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
5306 to alpha_get_longjmp_target.
5307 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
5308 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
5309 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
5313 * README: Update to GDB 5.2.
5317 * gdbarch.sh (LC_ALL): Set to `c'.
5321 * avr-tdep.c: Ran through gdb_indent.sh.
5325 * MAINTAINERS: Add myself as AVR maintainer.
5326 * NEWS: Note new target avr.
5330 * Makefile.in: Add support for AVR target.
5331 * configure.tgt: Add support for AVR target.
5332 * avr-tdep.c: New file
5333 * config/avr/avr.mt: New file.
5337 * MAINTAINERS: Add myself to write-after-approval.
5339 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
5341 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
5342 with fprintf_unfiltered (gdb_stderr,....
5347 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
5351 * p-exp.y: Also use new prev_lexptr variable
5352 to improve error reporting. Based on Michael Snyder
5353 2002-04-24 dated patch to c-exp.y.
5357 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
5358 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
5359 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
5361 * config/alpha/tm-alpha.h: Remove forward decls of struct type
5363 (FUNCTION_START_OFFSET): Remove.
5364 (BREAKPOINT): Ditto.
5368 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
5373 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
5374 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
5375 alpha_linux_pc_in_sigtramp.
5376 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
5377 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
5378 alpha_osf1_pc_in_sigtramp.
5379 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
5380 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
5381 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
5382 alphafbsd_pc_in_sigtramp.
5383 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
5384 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
5385 alphanbsd_pc_in_sigtramp.
5386 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
5387 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
5391 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5395 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
5397 (alphanbsd-nat.o): New dependency list.
5398 (alphanbsd-tdep.o): Ditto.
5399 * NEWS: Note new native NetBSD/alpha configuration.
5400 * alphanbsd-nat.c: New file.
5401 * alphanbsd-tdep.c: Ditto.
5402 * configure.host (alpha*-*-netbsd*): New host.
5403 * configure.tgt (alpha*-*-netbsd*): New target.
5404 * config/alpha/nbsd.mh: New file.
5405 * config/alpha/nbsd.mt: Ditto.
5406 * config/alpha/nm-nbsd.h: Ditto.
5407 * config/alpha/tm-nbsd.h: Ditto.
5411 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
5412 (alpha-osf1-tdep.o): New dependency list.
5413 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
5414 and skip_sigtramp_frame members.
5415 * alpha-linux-tdep.c: Include gdbcore.h.
5416 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
5417 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
5418 * alpha-osf1-tdep.c: New file.
5419 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
5421 (alpha_frame_past_sigtramp_frame): New function.
5422 (alpha_dynamic_sigtramp_offset): Ditto.
5423 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
5424 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
5425 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
5426 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
5427 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
5428 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
5429 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
5430 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
5431 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
5432 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
5433 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
5434 to find_solib_trampoline_target.
5435 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
5436 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
5437 (SKIP_TRAMPOLINE_CODE): Remove.
5438 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5439 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5440 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
5441 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
5442 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
5443 (PROC_SIGTRAMP_MAGIC): Ditto.
5444 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5445 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5446 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5447 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
5448 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
5452 * NEWS: Note that Alpha targets are now multi-arch.
5456 * parser-defs.h (prev_lexptr): New external variable.
5457 * parse.c (parse_exp_1): Set prev_lexptr to null before
5458 calling the language-specific parser.
5459 * c-exp.y (yylex): Set prev_lexptr to start of current token.
5460 (yyerror): Use prev_lexptr in error reporting.
5464 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
5465 * gregset.h: If FILL_FPXREGSET is defined, provide
5466 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
5467 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
5468 is defined, call fill_fpxregset.
5472 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
5473 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
5474 (supply_gregset, supply_fpregset): New functions.
5476 * gnu-nat.c (gnu_find_memory_regions): New function.
5477 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
5478 (gnu_xfer_memory): Add a cast.
5482 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
5483 loop. Add handling for "str lr, [sp, #-4]!" and for saves
5484 of argument regs ("str r(0123), [r11, #-nn"]).
5485 (arm_skip_prologue): Better handling for frameless functions.
5486 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
5487 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
5491 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
5492 NUM_PSEUDO_REGS can be used.
5496 * arch-utils.h: Update copyright.
5498 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
5499 * gdbarch.h, gdbarch.c: Re-generate.
5501 * inferior.h (IN_SIGTRAMP): Delete definition.
5502 * arch-utils.c (legacy_pc_in_sigtramp): New function.
5503 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
5505 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
5506 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
5507 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
5508 (find_proc_framesize): Ditto.
5509 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
5510 (alpha_init_extra_frame_info): Ditto.
5511 * infrun.c (handle_inferior_event): Ditto.
5512 (handle_inferior_event): Ditto.
5513 (check_sigtramp2): Ditto.
5514 * blockframe.c (create_new_frame): Ditto.
5515 (get_prev_frame): Ditto.
5516 * ppc-linux-tdep.c: Update comments.
5517 * i386-linux-tdep.c: Update comments.
5518 * breakpoint.c (bpstat_what): Update comment.
5522 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
5523 (regsets_store_inferior_registers): Removed cast to int from
5525 * gdbserver/regcache.h: Added declaration of struct inferior_info.
5529 * i960-tdep.c (register_in_window_p): New function.
5530 (i960_find_saved_register): Use it instead of
5531 REGISTER_IN_WINDOW_P.
5532 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
5534 * symtab.h (find_stab_function_addr): Kill extern.
5535 * minsyms.c (find_stab_function_addr): Remove from here...
5536 * dbxread.c: ... to here, and mark it static.
5540 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
5541 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
5545 * remote-vxsparc.c (vx_read_register): Fix typo, we want
5546 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
5547 (vx_write_register): Likewise.
5551 * source.c (is_regular_file): New function.
5552 (openp): Check wether file to open is a regular file
5553 to avoid opening directories.
5557 * findvar.c (extract_signed_integer): Cast printf argument
5558 to suppress format warning.
5559 (extract_unsigned_integer): Likewise.
5560 * infcmd.c (registers_info): Likewise.
5561 * top.c (get_prompt_1): Likewise.
5562 * valops.c (value_assign): Likewise.
5563 * valprint.c (print_decimal): Likewise.
5567 * c-exp.y (typebase): Support
5569 [long|long long|short] [signed|unsigned] [int|]
5573 signed [long|long long|short] int
5577 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
5579 * vax-tdep.h: New file.
5580 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
5581 Make several routines static.
5582 (vax_get_saved_register): New function.
5583 (vax_gdbarch_init): New function.
5584 (_initialize_vax_tdep): Register vax_gdbarch_init.
5585 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
5586 Remove macros now under the control of gdbarch.
5590 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
5591 Some whitespace and coding standards tweaks.
5595 * vax-tdep.c: Include regcache.h.
5596 (vax_call_dummy_words): New.
5597 (sizeof_vax_call_dummy_words): New.
5598 (vax_fix_call_dummy): New function.
5599 (vax_saved_pc_after_call): Ditto.
5600 * config/vax/tm-vax.h: Don't include regcache.h.
5601 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
5602 (CALL_DUMMY): Remove.
5603 (CALL_DUMMY_WORDS): Define.
5604 (SIZEOF_CALL_DUMMY_WORDS): Define.
5605 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
5609 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
5613 * vax-tdep.c (vax_frame_chain): New function.
5614 (vax_push_dummy_frame): Ditto.
5615 (vax_pop_frame): Ditto.
5616 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
5617 (FRAMELESS_FUNCTION_INVOCATION): Use
5618 generic_frameless_function_invocation_not.
5619 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
5620 (POP_FRAME): Use vax_pop_frame.
5624 * vax-tdep.c (vax_store_struct_return): New function.
5625 (vax_extract_return_value): Ditto.
5626 (vax_store_return_value): Ditto.
5627 (vax_extract_struct_value_address): Ditto.
5628 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
5629 vax_store_struct_return.
5630 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
5631 (STORE_RETURN_VALUE): Use vax_store_return_value.
5632 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
5636 * vax-tdep.c (vax_frame_saved_pc): New function.
5637 (vax_frame_args_address_correct): Ditto.
5638 (vax_frame_args_address): Ditto.
5639 (vax_frame_locals_address): Ditto.
5640 (vax_frame_num_args): Move code to be in proximity to
5641 other frame-related functions.
5642 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
5643 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
5644 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
5645 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
5646 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
5650 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
5655 * vax-tdep.c (vax_frame_init_saved_regs): New function.
5656 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
5657 (FRAME_INIT_SAVED_REGS): New macro.
5661 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
5665 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
5667 (fetch_osf_core_registers): Likewise.
5668 (supply_gregset): Likewise.
5672 * symfile.h (get_section_index): Define.
5673 * symfile.c (get_section_index): New function.
5674 * mdebugread.c (SC_IS_SBSS): New macro.
5675 (SC_IS_BSS): Return true for the scBss storage class only, as
5676 the scSBss storage class refers to the .sbss section.
5677 (parse_partial_symbols): Discard the symbols which associated
5678 section does not exist.
5679 Make sure to use the .sbss section index for symbols which
5680 storage class is scBss, rather than using the .bss section index.
5684 * vax-tdep.c: Update copyright years.
5685 (vax_register_name): New function.
5686 (vax_register_byte): Ditto.
5687 (vax_register_raw_size): Ditto.
5688 (vax_register_virtual_size): Ditto.
5689 (vax_register_virtual_type): Ditto.
5690 * config/vax/tm-vax.h: Update copyright years.
5691 (REGISTER_NAMES): Remove.
5692 (REGISTER_NAME): Define.
5693 (REGISTER_BYTE): Use vax_register_byte.
5694 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
5695 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
5696 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
5700 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
5702 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
5706 * arch-utils.c (generic_prologue_frameless_p): Kill
5707 SKIP_PROLOGUE_FRAMELESS_P code.
5708 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
5710 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
5711 * arc-tdep.c (arc_prologue_frameless_p): Implement.
5712 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
5714 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
5715 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
5716 (sparc_gdbarch_init): Pass it to
5717 set_gdbarch_prologue_frameless_p.
5721 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
5722 (alphabsd-nat.o): New dependency list.
5726 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
5728 (alpha-linux-tdep.o): New dependency list.
5729 (alphafbsd-tdep.o): Likewise.
5733 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
5735 * alpha-tdep.c: ...from here.
5736 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
5740 * config/alpha/tm-alpha.h: Move alpha_software_single_step
5741 prototype from here...
5742 * alpha-tdep.h: ...to here.
5746 * frame.h (selected_frame_level): Document as deprecated.
5747 (frame_relative_level): Declare.
5748 * stack.c (frame_relative_level): New function.
5749 (selected_frame_level): Document as deprecated.
5750 (select_frame): Do not set the selected_frame_level.
5752 * stack.c (frame_info, record_selected_frame): Update.
5753 (frame_command, current_frame_command): Update.
5754 (up_silently_base, up_command, down_silently_base): Update.
5755 (down_command): Update.
5756 * inflow.c (kill_command): Update.
5757 * tracepoint.c (finish_tfind_command): Update.
5758 * corelow.c (core_open): Update.
5759 * thread.c (info_threads_command): Update.
5760 (do_captured_thread_select): Update.
5761 * infcmd.c (finish_command): Update.
5762 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
5766 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
5770 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
5775 * alphafbsd-tdep.c: Update copyright years. Include
5777 (alphafbsd_use_struct_convention): Make static.
5778 (alphafbsd_init_abi): New function.
5779 (_initialize_alphafbsd_tdep): New function.
5780 * config/alpha/tm-fbsd.h: Update copyright years.
5781 (USE_STRUCT_CONVENTION): Remove.
5785 * alpha-tdep.c (alpha_abi_handler): New structure to describe
5786 an Alpha ABI variant.
5787 (alpha_abi_handler_list): Declare.
5788 (alpha_gdbarch_register_os_abi): New function.
5789 (alpha_gdbarch_init): Give registered ABI variant handlers a
5790 chance to tweak the gdbarch once we have set up defaults.
5791 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
5795 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
5796 to standard_coerce_float_to_double.
5797 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
5801 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
5802 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
5803 from gdbarch_tdep rather than a constant.
5804 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
5805 the default text address for all Alpha Unix ABIs.
5806 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
5807 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
5811 * alpha-tdep.h: New file. Includes several Alpha target constants
5813 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
5814 let gdbarch deal with.
5815 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
5816 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
5818 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
5819 Alpha target register names.
5820 * alphabsd-nat.c: Likewise.
5821 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
5822 Alpha target register names. Make serveral routines static.
5823 (alpha_get_saved_register): New function.
5824 (alpha_abi_names): New.
5825 (process_note_abi_tag_sections): New function.
5826 (get_elfosabi): New function.
5827 (alpha_gdbarch_init): New function.
5828 (alpha_dump_tdep): New function.
5829 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
5833 * frame.c (find_saved_register): Delete #ifdef
5834 HAVE_REGISTER_WINDOWS code.
5835 * config/sparc/tm-sparc.h: Update comments.
5836 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
5840 * i960-tdep.c (i960_find_saved_register): New function.
5841 (i960_get_saved_register): New function.
5842 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
5843 (i960_get_saved_register): Declare.
5844 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
5848 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
5852 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
5853 instead of NUM_PSEUDO_REGS.
5857 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
5858 GDB_MULTI_ARCH_PARTIAL
5859 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
5860 define, let tm-sp64.h do it.
5864 * frame.c (find_saved_register): Avoid a NULL pointer
5865 dereference and actually walk the frame list.
5869 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
5870 sorted in most most-recent-used order. Document.
5871 * gdbarch.h, gdbarch.c: Regenerate.
5875 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
5876 (add_inferior): Call create_register_cache.
5877 (clear_inferiors): Call free_register_cache.
5878 (inferior_regcache_data, set_inferior_regcache_data): New functions.
5879 * gdbserver/regcache.c (struct inferior_regcache_data): New.
5880 (registers): Remove.
5881 (get_regcache): New function.
5882 (create_register_cache, free_register_cache): New functions.
5883 (set_register_cache): Don't initialize the register cache here.
5884 (registers_to_string, registers_from_string, register_data): Call
5886 * gdbserver/regcache.h: Add prototypes.
5887 * gdbserver/server.h: Likewise.
5891 * gdbserver/mem-break.c: New file.
5892 * gdbserver/mem-break.h: New file.
5893 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
5895 * gdbserver/inferiors.c (struct inferior_info): Add target_data
5897 (clear_inferiors): Free target_data member if set.
5898 (inferior_target_data, set_inferior_target_data): New functions.
5899 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
5900 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
5901 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
5902 (struct inferior_linux_data): New.
5903 (linux_create_inferior): Use set_inferior_target_data.
5904 (linux_attach): Likewise. Call add_inferior.
5905 (linux_wait_for_one_inferior): New function.
5906 (linux_wait): Call it.
5907 (linux_write_memory): Add const.
5908 (initialize_low): Call set_breakpoint_data.
5909 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
5911 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
5913 * gdbserver/server.h: Include mem-break.h. Update inferior.c
5915 * gdbserver/target.c (read_inferior_memory)
5916 (write_inferior_memory): New functions.
5917 * gdbserver/target.h (read_inferior_memory)
5918 (write_inferior_memory): Change macros to prototypes.
5919 (struct target_ops): Update comments. Add const to write_memory
5924 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
5926 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
5927 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
5928 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
5934 * gdbtypes.c (init_simd_type): Rewrite using new functions.
5935 (build_builtin_type_vec128): Ditto.
5936 (append_composite_type_field): Fix calculation of type length in
5941 * config/djgpp/README: Update.
5943 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
5948 * alpha-tdep.c (setup_arbitrary_frame): Rename...
5949 (alpha_setup_arbitrary_frame): ...to this.
5950 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
5951 for alpha_setup_arbitrary_frame.
5955 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
5956 * gdbarch.h, gdbarch.c: Regenerate.
5958 * defs.h (breakpoint_from_pc_fn): Delete type definition.
5959 * target.h (memory_breakpoint_from_pc): Update declaration.
5960 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
5962 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
5963 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
5964 * mem-break.c (memory_breakpoint_from_pc): Ditto.
5965 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
5966 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
5967 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
5968 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
5969 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
5970 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
5971 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
5972 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
5973 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
5975 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
5977 * monitor.c (monitor_insert_breakpoint): Ditto.
5978 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
5980 * config/mcore/tm-mcore.h: Update copyright.
5981 * mem-break.c: Ditto.
5982 * xstormy16-tdep.c: Ditto.
5986 * p-exp.y: Add precedence rule for '^' token.
5987 This removes the shift/reduce conflicts.
5988 Remove the comment concerning these shift/reduce conflicts.
5992 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
5993 (registers_powerpc_nofp): New register set for processors
5994 without floating point unit.
5998 * MAINTAINERS: Add myself to write-after-approval.
6002 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
6006 * rs6000-tdep.c (frame_initial_stack_address): Use
6007 frame_register_read to read the alloca_reg.
6011 * frame.c (find_saved_register): Find saved registers in the next
6017 * gdbarch.sh (LANG): Set to ``c''.
6021 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
6025 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
6028 * hpread.c (hpread_get_lntt): Add declaration.
6029 Also fix PR gdb/391.
6033 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
6034 * aclocal.m4, configure: Re-generate.
6039 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
6040 instead of tm_print_insn.
6044 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
6048 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
6049 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
6050 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
6054 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
6055 max_user_call_depth.
6056 (init_cmd_lists): Initialize the new value;
6057 * cli/cli-script.c (execute_user_command): Limit the call depth of
6058 user defined commands. This avoids a core-dump when user commands
6059 are infinitly recursive.
6063 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
6064 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
6065 from tdep struct instead of DEFAULT_LR_SAVE.
6066 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
6067 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
6068 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
6072 * Remote.c: Spelling fix.
6073 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
6074 If no symbol found for "sbrk", try "_sbrk".
6075 (make_output_phdrs): Use bfd_section_name.
6076 (gcore_copy_callback): Use bfd_section_name.
6077 * eval.c: Indentation fix-ups.
6078 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
6079 in case it gets applied to an address that is already
6080 in the instruction space.
6081 * cli/cli-decode.c (help_list): Allow long lines to wrap.
6082 * symfile.c: Fix indentation, long lines.
6083 * source.c: White space fix-up.
6087 * defs.h (read_relative_register_raw_bytes): Delete declaration.
6088 * frame.c (frame_register_read): New function. Return non-zero on
6090 (read_relative_register_raw_bytes_for_frame): Delete.
6091 (read_relative_register_raw_bytes): Delete.
6092 * frame.h (frame_register_read): Declare.
6093 * d30v-tdep.c: Update Copyright. Use frame_register_read.
6095 * infcmd.c (do_registers_info): Ditto.
6096 * hppa-tdep.c: Ditto.
6097 * rs6000-tdep.c: Ditto.
6098 * h8500-tdep.c: Ditto.
6099 * mips-tdep.c: Ditto.
6100 * h8300-tdep.c: Ditto.
6101 * z8k-tdep.c: Ditto.
6106 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
6112 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
6118 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
6119 register sets for these processor variants.
6123 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
6124 registers which are allowed to fail to store.
6125 * gdbserver/linux-low.h (linux_target_ops): Likewise.
6126 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
6127 (ppc_cannot_store_register): FPSCR may not be storable.
6128 * regformats/reg-ppc.dat: Support FPSCR.
6132 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
6133 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6134 Add fpscr as an invalid/unfetchable register.
6135 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
6136 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
6137 (fill_fpregset): Add support for register fpscr.
6138 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
6139 (fill_gregset): Account for the fact that register ``mq'' might
6141 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
6142 (registers_power): Add fpscr to register set at slot 71.
6143 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
6144 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
6148 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
6149 * configure: Regenerate.
6150 * config.in: Regenerate.
6151 * acconfig.h: Add define for _SYSCALL32.
6152 * core-sol2.c: Remove #define _SYSCALL32.
6153 * solib-legacy.c: Remove #define _SYSCALL32.
6157 * stack.c (select_frame): Cleanup internal error message, do not
6162 * stack.c (select_frame): Check that selected_frame and the
6163 specified level are as expected.
6164 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
6166 * frame.h (struct frame_info): Add field `level'. Update
6168 Work-in-progress PR gdb/464.
6172 * maint.c (maint_print_section_info): Rename print_section_info.
6173 (print_bfd_section_info, print_objfile_section_info): Update.
6174 * inferior.h (struct gdbarch): Add opaque declaration.
6175 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
6176 * gdbarch.h: Regenerate.
6180 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
6181 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
6182 (kernel_u_size): Added.
6183 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
6184 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
6188 * valarith.c (find_size_for_pointer_math): New function, either returns
6189 the size for a pointer's target, returns 1 for void *, or errors for
6191 (value_add, value_sub): use find_size_for_pointer_math.
6195 * linux-low.c (linux_look_up_symbols): New hook.
6196 (linux_target_ops): Add linux_look_up_symbols.
6197 * remote-utils.c (decode_address): New function.
6198 (look_up_one_symbol): New function.
6199 * server.c (handle_query): Call target look_up_symbols hook.
6200 * server.h (look_up_one_symbol): Add prototype.
6201 * target.h (struct target_ops): Add look_up_symbols hook.
6205 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
6206 * ChangeLog: Correct paths in last ChangeLog entry.
6210 * gdbserver/linux-low.h: Remove obsolete prototypes.
6211 (struct linux_target_ops): New.
6212 (extern the_low_target): New.
6213 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
6214 (register_addr): Use the_low_target explicitly.
6215 (fetch_register): Likewise.
6216 (usr_fetch_inferior_registers): Likewise.
6217 (usr_store_inferior_registers): Likewise.
6218 * gdbserver/linux-arm-low.c (num_regs): Remove.
6219 (arm_num_regs): Define.
6220 (arm_regmap): Renamed from regmap, made static.
6221 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
6223 (arm_cannot_store_register): Renamed from cannot_store_register,
6225 (the_low_target): New.
6226 * gdbserver/linux-i386-low.c (num_regs): Remove.
6227 (i386_num_regs): Define.
6228 (i386_regmap): Renamed from regmap, made static.
6229 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
6231 (i386_cannot_store_register): Renamed from cannot_store_register,
6233 (the_low_target): New.
6234 * gdbserver/linux-ia64-low.c (num_regs): Remove.
6235 (ia64_num_regs): Define.
6236 (ia64_regmap): Renamed from regmap, made static.
6237 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
6239 (ia64_cannot_store_register): Renamed from cannot_store_register,
6241 (the_low_target): New.
6242 * gdbserver/linux-m68k-low.c (num_regs): Remove.
6243 (m68k_num_regs): Define.
6244 (m68k_regmap): Renamed from regmap, made static.
6245 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
6247 (m68k_cannot_store_register): Renamed from cannot_store_register,
6249 (the_low_target): New.
6250 * gdbserver/linux-mips-low.c (num_regs): Remove.
6251 (mips_num_regs): Define.
6252 (mips_regmap): Renamed from regmap, made static.
6253 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
6255 (mips_cannot_store_register): Renamed from cannot_store_register,
6257 (the_low_target): New.
6258 * gdbserver/linux-ppc-low.c (num_regs): Remove.
6259 (ppc_num_regs): Define.
6260 (ppc_regmap): Renamed from regmap, made static.
6261 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
6263 (ppc_cannot_store_register): Renamed from cannot_store_register,
6265 (the_low_target): New.
6266 * gdbserver/linux-s390-low.c (num_regs): Remove.
6267 (s390_num_regs): Define.
6268 (s390_regmap): Renamed from regmap, made static.
6269 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
6271 (s390_cannot_store_register): Renamed from cannot_store_register,
6273 (the_low_target): New.
6274 * gdbserver/linux-sh-low.c (num_regs): Remove.
6275 (sh_num_regs): Define.
6276 (sh_regmap): Renamed from regmap, made static.
6277 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
6279 (sh_cannot_store_register): Renamed from cannot_store_register,
6281 (the_low_target): New.
6282 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
6283 (the_low_target): New.
6287 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
6288 override FP_REGNUM with frame->fp. Update copyright.
6289 * parse.c (num_std_regs, std_regs): Delete.
6290 (target_map_name_to_register): Do not search std_regs. Update
6291 function description.
6292 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
6293 declarations. Update copyright.
6298 * gdbserver/Makefile.in: Add stamp-h target.
6299 * gdbserver/configure.in: Create stamp-h.
6300 * gdbserver/configure: Regenerated.
6304 * gdbserver/inferiors.c: New file.
6305 * gdbserver/target.c: New file.
6306 * gdbserver/target.h: New file.
6307 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
6309 * gdbserver/linux-low.c (inferior_pid): New static variable,
6310 moved from server.c.
6311 (linux_create_inferior): Renamed from create_inferior.
6312 Call add_inferior. Return 0 on success instead of a PID.
6313 (linux_attach): Renamed from myattach.
6314 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
6315 (linux_thread_alive): Renamed from mythread_alive.
6316 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
6318 (linux_resume): Renamed from myresume. Add missing ``return 0''.
6319 (regsets_store_inferior_registers): Correct error message.
6320 Add missing ``return 0''.
6321 (linux_fetch_registers): Renamed from fetch_inferior_registers.
6322 (linux_store_registers): Renamed from store_inferior_registers.
6323 (linux_read_memory): Renamed from read_inferior_memory.
6324 (linux_write_memory): Renamed from write_inferior_memory.
6325 (linux_target_ops): New structure.
6326 (initialize_low): Call set_target_ops ().
6327 * gdbserver/remote-utils.c (unhexify): New function.
6328 (hexify): New function.
6329 (input_interrupt): Send signals to ``signal_pid''.
6330 * gdbserver/server.c (inferior_pid): Remove.
6331 (start_inferior): Update create_inferior call.
6332 (attach_inferior): Call add_inferior.
6333 (handle_query): New function.
6334 (main): Call handle_query for `q' packets.
6335 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
6336 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
6340 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
6342 * gdbserver/configure.in: Check for <string.h>
6343 * gdbserver/configure: Regenerate.
6344 * gdbserver/config.in: Regenerate.
6345 * gdbserver/gdbreplay.c: Include needed system headers.
6346 (remote_open): Remove strchr prototype.
6347 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
6348 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
6349 (supply_register_by_name): Likewise.
6350 (collect_register): Change buf argument to void *.
6351 (collect_register_by_name): Likewise.
6352 * gdbserver/regcache.h: Add missing prototypes.
6353 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
6354 * gdbserver/server.c (handle_query): New function.
6355 (attached): New static variable, moved out of main.
6356 (main): Quiet longjmp clobber warnings.
6357 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
6358 * gdbserver/utils.c (error): Remove NORETURN.
6363 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
6364 after the last symbol in a block.
6368 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
6369 is non zero as a found symbol.
6373 * findvar.c: Include "builtin-regs.h".
6374 (value_of_register): Call value_of_builtin_reg when applicable.
6375 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
6376 (target_map_name_to_register): Call
6377 builtin_reg_map_name_to_regnum.
6378 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
6379 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
6380 (builtin_regs_h): Define.
6381 (builtin-regs.o): New target.
6382 (findvar.o): Add $(builtin_regs_h).
6383 * builtin-regs.c, builtin-regs.h: New files.
6384 * std-regs.c: New file.
6385 Partial fix for PR gdb/251.
6389 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
6390 it's no longer required.
6394 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
6399 * rs6000-tdep.c (rs6000_software_single_step): Use
6400 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
6401 and size. Use target_insert_breakpoint() and
6402 target_remove_breakpoint() to insert and remove breakpoints
6403 instead of explicit memory reads and writes.
6407 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
6408 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
6409 ELF_OBJECT_FORMAT ifdef.
6414 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
6419 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
6420 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
6424 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
6425 s/asprintf/xasprintf/.
6426 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
6430 I believe Jeff Law denies responsability for this one:
6431 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
6432 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
6433 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
6434 Work-around for PR gdb/366.
6438 * remote-e7000.c (write_small, e7000_read_inferior_memory,
6439 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
6440 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
6444 * sh-tdep.c (sh_fp_frame_init_saved_regs,
6445 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
6450 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
6455 * README (Reporting Bugs in GDB): Document the bug web page as the
6456 prefered way of submitting bugs.
6461 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
6463 * gdbarch.h, gdbarch.c: Re-generate.
6467 * m68klinux-nat.c (fill_fpregset): Properly pass address of
6468 buffer to regcache_collect.
6472 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
6473 * gdbarch.c, gdbarch.h: Re-generate.
6477 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
6478 declaration. Fix -Werror.
6482 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
6483 * gdbarch.c: Regenerate.
6487 * breakpoint.c (clear_command): Rewrite middle section to
6488 combine two loops with identical control conditions.
6489 Add a cleanup to eliminate a memory leak.
6490 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
6494 * solib-svr4.c (bkpt_names): Add "__start".
6498 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
6499 as test for 64 bit target.
6503 * h8500-tdep.c (h8500_write_fp): Delete function.
6504 * dwarf2cfi.c (cfi_write_fp): Document as not used.
6505 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
6506 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
6507 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
6508 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
6509 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
6511 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
6512 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
6513 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
6514 (d10v_write_fp): Delete function.
6515 * inferior.h (write_fp, generic_target_write_fp): Delete
6517 * regcache.c (generic_target_write_fp): Delete function.
6518 (write_fp): Delete function.
6519 * gdbarch.sh (TARGET_WRITE_FP): Delete.
6520 * gdbarch.h, gdbarch.c: Regenerate.
6521 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
6522 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
6523 (sparc64_write_fp): Delete declaration.
6524 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
6525 (h8500_write_fp): Delete declaration.
6529 * sparc-tdep.c (sparc64_write_fp): Delete.
6530 (sparc_push_dummy_frame): Replace write_fp call with code to store
6532 (sparc_gdbarch_init): Do not initialize write_fp.
6536 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
6541 * stack.c (get_selected_block): Add new argument `addr_in_block',
6542 used to return the exact code address we used to select the block,
6544 * blockframe.c (get_frame_block, get_current_block): Same.
6545 * frame.h (get_frame_block, get_current_block,
6546 get_selected_block): Update declarations.
6547 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
6548 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
6552 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
6557 * utils.c (xfullpath): New function.
6558 * defs.h (xfullpath): Add declaration.
6559 * source.c (openp): Use xfullpath in place of gdb_realpath to
6560 avoid resolving the basename part of filenames when the
6561 associated file is a symbolic link. This fixes a potential
6562 inconsistency between the filenames known to GDB and the
6563 filenames it prints in the annotations.
6564 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
6565 to be able to match a filename with either the real filename, or
6566 the name of any symbolic link to this file.
6567 (lookup_partial_symtab): Ditto.
6571 * breakpoint.c: Add support for hardware breakpoints in overlays.
6572 (overlay_events_enabled): New state variable.
6573 (insert_breakpoints): Use overlay_events_enabled to decide
6574 whether to attempt to set a breakpoint at the overlay load addr.
6575 Handle bp_hardware_breakpoint as well as bp_breakpoint.
6576 (remove_breakpoint): Use overlay_events_enabled to decide
6577 whether breakpoints need to be removed from overlay load addr.
6578 Handle bp_hardware_breakpoint as well as bp_breakpoint.
6579 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
6580 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
6581 disable_overlay_breakpoints): Update overlay_events_enabled.
6585 * dwarf2read.c (struct function_range): New.
6586 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
6587 (check_cu_functions): New.
6588 (read_file_scope): Initialize global function lists.
6589 Call dwarf_decode_line after processing children.
6590 (read_func_scope): Add to global function list.
6591 (dwarf_decode_lines): Call check_cu_functions everywhere
6592 record_line is called. Call record_line with a linenumber
6593 of 0 to mark sequence ends.
6597 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
6598 change sync with glibc.
6602 * configure.in: Call AC_C_INLINE.
6603 * configure: Regenerated.
6607 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
6608 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
6612 * NEWS: Mention gcore support on FreeBSD/i386.
6614 * fbsd-proc.c: New file.
6615 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
6616 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
6618 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
6623 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
6624 unescaped newlines in string literals, but newer ones don't. So
6630 * cli/cli-dump.c: New file. Dump memory to file,
6631 restore file to memory.
6632 * cli/cli-dump.h: New file.
6633 * Makefile.in: Add rules, dependencies for cli-dump.o.
6634 * NEWS: Mention new commands.
6638 * symfile.c (symbol_file_add): Move test for null symbols to later.
6642 From veksler at il.ibm.com:
6643 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
6644 the xstrduped original path.
6649 * breakpoint.c (_initialize_breakpoint): Clean up help string.
6650 * infcmd.c (_initialize_infcmd): Ditto.
6651 * language.c (_initialize_language): Ditto.
6652 * symfile.c (_initialize_symfile): Ditto.
6653 * top.c (_init_main): Ditto.
6654 * cli/cli-cmds.c (init_cli_cmds): Ditto.
6658 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
6659 vector registers handling.
6660 (skip_prologue): Handle new AltiVec instructions. Fill in new
6661 fields of frame data.
6662 (frame_get_saved_regs): Fill in information for AltiVec registers.
6666 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
6667 a function; leave this macro here to invoke that function.
6668 (symbol_init_mangled_name): Declaration for that function.
6669 * symtab.c (symbol_init_mangled_name): New function.
6673 * valarith.c: Replace strerror with safe_strerror.
6674 * tracepoint.c: Ditto.
6676 * go32-nat.c: Ditto.
6682 * event-top.c (command_line_handler): Remove useless if.
6686 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
6691 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
6692 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
6693 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
6694 (x86_64_linux_dr_get_status, supply_gregset),
6695 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
6696 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
6697 (x86_64_register_info_table): Add.
6698 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
6699 (x86_64_register_raw_size, x86_64_register_virtual_type),
6700 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
6701 general x86_64_register_info_table.
6702 (i386_gdbarch_init): gdbarch_register_bytes is now set
6703 dynamicaly during initialization.
6704 * regformats/reg-x86-64.dat: Synced with changes to registers above.
6705 * gdbserver/linux-x86-64-low.c: Ditto.
6709 * gdbserver/server.c (main): Call target_signal_to_host_p
6710 and target_signal_to_host on signals received from the remote.
6711 * gdbserver/remote-utils.c (prepare_resume_reply): Call
6712 target_signal_from_host on signals sent to the remote.
6713 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
6714 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
6718 * signals/signals.c: Include "server.h" in gdbserver build.
6719 (target_signal_from_name): Don't use STREQ.
6720 (_initialize_signals): Likewise. Don't include function in
6725 * signals.c: Moved to...
6726 * signals/signals.c: Here.
6727 * Makefile (signals.o): Update.
6731 * somread.c (som_symtab_read): Remove some commented out code and
6732 updated related comments. Do not set the minimal symbol table to
6733 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
6734 in a dynamic executable.
6735 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
6736 where we are unable to find the minimal symbol for the given
6741 * linux-proc.c (read_mapping): Scan up to end of line for filename.
6745 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
6749 * command.h: Update copyright.
6750 (struct cmd_list_element): Replace definition with opaque
6752 (enum cmd_types): Document that it will eventually be moved to
6754 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
6755 (MALLOCED_REPLACEMENT): Delete macro.
6756 * Makefile.in (cli_decode_h): Add $(command_h).
6757 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
6758 * top.c: Include "cli/cli-decode.h".
6759 * completer.c: Include "cli/cli-decode.h".
6760 * maint.c: Include "cli/cli-decode.h".
6761 * cli/cli-decode.h: Include "command.h".
6762 (enum command_class): Delete.
6763 (enum cmd_types): Comment out.
6764 (enum cmd_auto_boolean): Delete.
6765 (enum var_types): Delete.
6769 * cli/cli-decode.c: Include "gdb_assert.h".
6770 (add_set_or_show_cmd): New static function.
6771 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
6772 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
6773 all fields, such as func, from the set command.
6777 * MAINTAINERS (sh-elf): Change warning flag to -w.
6781 * defs.h (error): Add printf format attribute.
6782 * thread-db.c (thread_from_lwp): Fix error format string.
6783 * stack.c (parse_frame_specification): Ditto.
6784 * cli/cli-decode.c (undef_cmd_error): Ditto.
6785 * scm-lang.c (scm_lookup_name): Ditto.
6786 * tracepoint.c (trace_error): Ditto.
6787 * remote-utils.c (usage): Ditto.
6788 * remote.c (compare_sections_command): Ditto.
6793 * gdbtypes.c (append_composite_type_field): New function.
6794 (init_composite_type): New function.
6795 * gdbtypes.h (append_composite_type_field): Declare.
6796 (init_composite_type): Ditto.
6800 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
6802 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
6803 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
6804 structure returning convention for SYSV ABI case, but not
6805 for GNU/Linux, FreeBSD, or NetBSD.
6809 * symtab.h (lookup_block_symbol): Add mangled_name argument
6812 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
6813 with new mangled_name argument.
6814 * linespec.c (decode_line_1): Likewise.
6815 * valops (value_of_this): Likewise.
6816 * symtab.c (lookup_transparent_type): Likewise.
6817 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
6818 (lookup_symbol): If we are given a mangled name, pass it down
6819 to lookup_symbol_aux.
6820 (lookup_block_symbol): If we are given a mangled name to check
6821 against, only return symbols which match it.
6825 * win32-nat.c (child_create_inferior): Check for proper shell to use
6826 here, in case the user changes it on the fly.
6827 (_initialize_inftarg): Remove shell path considerations.
6831 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
6832 for gdbarch_max_register_raw_size and max_register_virtual_size.
6833 Adjust copyright year.
6837 * dbxread.c (process_one_symbol): Extend the first N_SLINE
6838 in a function to cover the entire beginning of the function
6839 as well if it does not already.
6843 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
6844 (rs6000_ptrace64): Renamed from ptrace64.
6848 * gdbserver/remote-utils.c (remote_open): Don't call
6849 getprotobyname, we're all using TCP here so just use
6851 * gdbserver/gdbreplay.c (remote_open): Ditto.
6855 * regcache.c (_initialize_regcache): No need to call
6856 build_regcache() at this time; it gets called whenever
6857 the gdbarch changes.
6861 * sparc-nat.c: Include sys/param.h where possible.
6866 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
6867 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
6868 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
6870 * stabsread.c (rs6000_builtin_type): Likewise.
6871 (read_sun_floating_type): Likewise.
6875 * stabsread.c (read_member_functions): Remove skip code for duplicate
6876 constructor/destructor methods. Use standard parsing for these
6877 methods and just do not chain them to the list of methods after
6882 * coffread.c: Remove redundant static declarations. Replace
6883 occurrences of `PTR' with `void *'.
6884 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
6885 * top.h (quit_cover): Likewise.
6886 * defs.h (catch_errors): Likewise.
6890 * defs.h (XMALLOC): Define.
6891 * gdb-events.sh (XMALLOC): Delete macro.
6892 * gdb-events.c, gdb-events.h: Regenerate.
6893 * gdbarch.sh (XMALLOC): Delete macro.
6894 * gdbarch.c: Regenerate.
6895 * serial.c (XMALLOC): Delete macro.
6896 * ui-file.c (XMALLOC): Ditto.
6897 * ser-unix.h (XMALLOC): Ditto.
6898 * sh-tdep.c (XMALLOC): Ditto.
6899 * ui-out.c (XMALLOC): Ditto.
6900 * utils.c (XMALLOC): Ditto.
6901 * i386-tdep.c (XMALLOC): Ditto.
6902 * gdb-events.c (XMALLOC): Ditto.
6903 * d10v-tdep.c (XMALLOC): Ditto.
6904 * cli-out.c (XMALLOC): Ditto.
6906 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
6907 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
6908 * ui-file.c, ui-out.c: Ditto.
6912 * command.h (struct cmd_list_element): Add field context.
6913 (set_cmd_context, get_cmd_context): Declare.
6914 * cli/cli-decode.h: Ditto.
6915 * cli/cli-decode.c (get_cmd_context): New function.
6916 (set_cmd_context): New function.
6917 (add_cmd): Initialize context.
6918 Part of fixing PR gdb/145 and PR gdb/146.
6922 * cli/cli-decode.c (cmd_type): New function.
6923 * command.h (cmd_type): Declare.
6924 * infrun.c (set_schedlock_func): Call function cmd_type.
6925 * kod.c (kod_set_os): Call cmd_type.
6926 * cris-tdep.c (cris_version_update): Use function cmd_type.
6927 (cris_mode_update, cris_abi_update): Ditto.
6929 * command.h: (execute_cmd_post_hook): Declare.
6930 (execute_cmd_pre_hook): Declare.
6931 * cli/cli-script.c (clear_hook_in_cleanup): New function.
6932 (execute_cmd_post_hook, execute_cmd_pre_hook): New
6933 functions. Execute pre/post hook while ensuring that afterwords
6935 * top.c (execute_command): Use execute_cmd_post_hook, and
6936 execute_cmd_pre_hook to execute pre/post commands.
6937 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
6939 (hook_stop_stub): Call execute_cmd_pre_hook.
6943 * kod.c (kod_set_os): Revert previous change. Is called by ``info
6944 set'' and this leads to a core dump. Move xstrdup of
6945 operating_system to after check that it is not NULL.
6949 * kod.c (kod_set_os): Remove unnecessary check that
6950 ``command->type'' is set_cmd.
6952 * valprint.c (set_input_radix): Use input_radix.
6953 (set_output_radix): Use output_radix.
6954 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
6959 * value.h (struct value): Delete field ``substring_addr''. Change
6960 aligner fields to force_doublest_align, force_longest_align,
6961 force_core_addr_align and force_pointer_aligh.
6963 * value.h (struct value): Fix typo in above change.
6967 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
6968 to fix internal_error from ``maintenance print architecture''.
6972 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
6973 for gcc versions after gcc-2.8.1.
6977 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
6978 for method resolution. Restore adjustment of ``this'' pointer after
6979 calling value_struct_elt, which was accidentally removed during the
6984 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
6986 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
6988 * value.h (value_of_register): Update.
6992 * configure.in: Detect declaration for canonicalize_file_name.
6993 * utils.c (canonicalize_file_name): Declare, if needed.
6994 (gdb_realpath): Prefer realpath if available and usable.
6995 * config.in, configure: Rebuild.
6999 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
7000 a constant array bound.
7002 * MAINTAINERS: Add myself to write-after-approval.
7006 * symfile.c (syms_from_objfile): Return immediately if no syms.
7007 (symbol_file_add): Return immediately if no syms.
7008 (find_sym_fns): Return immediately if no syms.
7012 * gdbserver/remote-util.c (remote_open): Print remote-side's
7013 IP address when remote debugging over the network.
7017 * config/sparc/fbsd.mh: Fix copyright.
7018 * config/sparc/fbsd.mt: Likewise.
7022 * MAINTAINERS: Fix typo in name of gdb warnings option.
7023 (x86-64): Fix formating so that this can be parsed by awk.
7027 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
7028 * defs.h: Include "gdb/signals.h".
7029 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
7033 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7034 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
7040 * mips-tdep.c (ST0_FR): Define.
7041 (mips2_fp_compat): New function, temporarily disabled.
7042 (mips_read_fp_register_single): New function.
7043 (mips_read_fp_register_double): New function.
7044 (mips_print_register): Use them.
7045 (do_fp_register_row): Likewise.
7049 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
7054 * stabsread.c (read_member_functions): Fix is_stub test for
7055 static member functions, improve comment.
7059 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
7060 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
7061 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
7062 commands that set boolean values.
7063 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
7064 (arm_rdi_resume): Always initialize PC.
7065 (arm_rdi_open): Don't use rslt as a boolean.
7066 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
7067 (arm_rdi_fetch_registers, arm_rdi_store_registers)
7068 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
7069 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
7073 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
7074 * configure: Rebuilt.
7078 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
7079 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
7083 * cli/cli-decode.c (set_cmd_completer): New function.
7084 * command.h (set_cmd_completer): Declare.
7085 * cli/cli-decode.h (set_cmd_completer): Ditto.
7087 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
7088 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7089 * win32-nat.c (_initialize_inftarg): Ditto.
7090 * remote-rdi.c (_initialize_remote_rdi): Ditto.
7091 * proc-api.c (_initialize_proc_api): Ditto.
7092 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
7093 * source.c (_initialize_source): Ditto.
7094 * exec.c (_initialize_exec): Ditto.
7095 * solib.c (_initialize_solib): Ditto.
7096 * top.c (init_main): Ditto.
7097 * tracepoint.c (_initialize_tracepoint): Ditto.
7098 * symfile.c (_initialize_symfile): Ditto.
7099 * printcmd.c (_initialize_printcmd): Ditto.
7100 * infcmd.c (_initialize_infcmd): Ditto.
7101 * corefile.c (_initialize_core): Ditto.
7105 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
7109 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
7113 * NEWS: Update headings, 5.2 has branched.
7117 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
7118 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
7119 (register_addr, REGISTER_RAW_SIZE): Likewise.
7120 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
7121 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
7125 * MAINTAINERS (x86-64): Add myself.
7126 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
7127 changed value_ptr -> struct value *
7131 * configure.host (sparc64-*-freebsd): Add.
7132 * configure.tgt: Likewise.
7133 * config/sparc/fbsd.mh: New file.
7134 * config/sparc/fbsd.mt: Likewise.
7135 * config/sparc/nm-fbsd.h: Likewise.
7136 * config/sparc/tm-fbsd.h: Likewise.
7140 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
7141 regformats/reg-s390x.dat.
7145 * utils.c: Add FIXME explaining true/false problem.
7149 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
7153 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
7157 * gdbserver/linux-s390-low.c: New file.
7158 * regformats/reg-s390.dat: New file.
7159 * regformats/reg-s390x.dat: New file.
7160 * gdbserver/configure.srv: Add S/390.
7161 * gdbserver/Makefile.in: Add S/390.
7162 * configure.tgt: Enable gdbserver for S/390.
7166 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
7167 first line of the doc string for "info dos", except at the end of
7168 the sentence, since the short help stops at the first period.
7172 * dwarf2read.c (dwarf_cfi_name): Add new codes.
7176 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
7177 comment (dumy -> dummy).
7181 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
7185 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
7189 * gdbserver/acconfig.h: New file.
7190 * gdbserver/i387-fp.c: New file.
7191 * gdbserver/i387-fp.h: New file.
7192 * gdbserver/linux-x86-64.c: New file.
7193 * regformats/reg-x86-64.dat: New file.
7194 * configure.tgt: Add x86_64-*-linux* gdbserver support.
7195 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
7196 * gdbserver/configure.in: Add support for regsets.
7197 * gdbserver/config.in: Regenerate.
7198 * gdbserver/configure: Regenerate.
7199 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
7200 * gdbserver/linux-low.h: New file.
7201 * gdbserver/linux-low.c: Include "linux-low.h". Add support
7203 * gdbserver/linux-arm-low.c: Include "linux-low.h".
7204 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
7205 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
7206 * gdbserver/linux-mips-low.c: Include "linux-low.h".
7207 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
7208 * gdbserver/linux-sh-low.c: Include "linux-low.h".
7209 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
7210 "i387-fp.h". Add PTRACE_GETREGS and friends.
7211 * gdbserver/regcache.c (supply_register): New function.
7212 (supply_register_by_name): New function.
7213 (collect_register): New function.
7214 (collect_register_by_name): New function.
7218 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
7219 (config.status): Add configure.srv dependency.
7220 (server_h): Add config.h dependency.
7224 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
7225 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
7226 * gdbserver/configure.srv: Change i386-*-linux* to use
7231 * x86-64-tdep.c: Re-indent. Update copyright date.
7236 * x86-64-tdep.c (value.h): Delete.
7237 (gdb_assert.h): Include.
7238 (x86_64_register_convert_to_virtual,
7239 x86_64_register_convert_to_raw ): Add check which lets only
7240 floating-point values to be converted.
7241 (value_push): Delete.
7242 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
7243 (i386_gdbarch_init): Number of register_bytes fixed.
7247 * MAINTAINERS: Add x86-64 target.
7251 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
7252 * osfsolib.c (solib_map_sections): Ditto.
7253 * irix5-nat.c (solib_map_sections): Ditto.
7254 * corelow.c (gdb_check_format): Ditto.
7255 * symfile.c (symfile_bfd_open): Ditto.
7256 * solib.c (solib_map_sections): Ditto.
7261 * remote.c (_initialize_remote): By default, disable ``e'' and
7262 ``E'' step out-of-range packets.
7266 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
7267 m68k_linux_frame_saved_pc.
7268 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
7270 (SIGCONTEXT_PC_OFFSET): Remove.
7271 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
7272 m68k_linux_sigtramp_saved_pc): New functions.
7273 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
7274 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
7275 (UCONTEXT_PC_OFFSET): Define.
7276 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
7277 non-RT and RT signal trampolines.
7281 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
7282 (TARGET_NBPG, STACK_END_ADDR): Delete
7283 (VARIABLES_INSIDE_BLOCK): Delete.
7287 * utils.c (perror_with_name): Make string parameter constant.
7288 (print_sys_errmsg): Ditto.
7290 * defs.h (perror_with_name): Update.
7291 (print_sys_errmsg): Update.
7297 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
7301 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
7302 if it already matches the current architecture from the exec file.
7303 Include arch-utils.h for gdbarch_info_init prototype.
7304 * Makefile.in (rs6000-nat.o): Update dependencies.
7308 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
7309 list of exported variables.
7313 * gdbserver/configure.srv: New file.
7314 * gdbserver/configure.in: Use configure.srv instead
7315 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
7317 * gdbserver/configure: Regenerated.
7318 * gdbserver/terminal.h: New file.
7319 * gdbserver/Makefile.in: Update for configure changes. Remove
7320 more unneeded include paths.
7324 From wiz at danbala:
7325 * config/sparc/tm-sp64.h: Fix grammar and typos.
7330 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
7331 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
7332 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
7333 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
7334 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
7335 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
7336 * s390-tdep.c: Ditto.
7337 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
7338 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
7339 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
7340 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
7341 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
7342 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
7343 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
7344 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
7345 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
7346 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
7351 * lin-thread.c: Delete file.
7352 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
7353 to gdb_proc_service.h.
7354 * configure: Re-generate.
7356 * ocd.c (ocd_open): Do not try to open the "ocd" device.
7357 * serial.c (serial_open): Delete check for "ocd".
7360 * Makefile.in (linux-thread.o): Delete target.
7361 * linux-thread.c: Delete file.
7363 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
7364 renamed SH files to be consistent.
7366 * symtab.c (sort_search_symbols): Use xfree.
7370 * arm-linux-tdep.c (arm_linux_init_abi): Register
7371 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
7372 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
7373 definition with undef, since we don't want the sysvr4 definition.
7374 (SKIP_TRAMPOLINE_CODE): Likewise.
7380 * configure.in: (AC_CHECK_FUNCS) Added test for
7381 canonicalize_file_name Regenerated.
7382 * config.in, configure: Regenerated.
7383 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
7384 defined use canonicalize_file_name.
7388 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
7392 * README: Remove references to cygnus.com.
7393 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
7394 dot com'' form. Remove references to cygnus.com and sourceware.
7399 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
7400 1003.1-2001 no longer allows "head -1".
7401 * gdb/Makefile.in (version.c): Likewise.
7402 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
7403 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
7404 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
7408 * cli/cli-decode.c (cmd_cfunc_eq): New function.
7409 * command.h (cmd_cfunc_eq): Declare.
7410 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
7412 * cli/cli-cmds.h (is_complete_command): Change parameter to a
7413 ``struct cmd_list_element *''.
7414 * cli/cli-cmds.c (is_complete_command): Update. Use
7416 * top.c (execute_command): Pass the command to
7417 is_complete_command.
7418 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
7423 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
7424 architecture defines.
7425 * s390-tdep.c (s390_gdbarch_init): Likewise.
7429 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
7430 (arm_linux_push_arguments): Likewise.
7431 (arm_linux_init_abi): Register them. Also register linux-specific
7433 (find_minsym_and_objfile): Use strcmp, not STREQ.
7434 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
7435 (arm_linux_call_dummy_words): Delete declaration.
7436 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
7437 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
7439 (LOWEST_PC): Delete.
7443 * maint.c (print_section_info): Do not prepend `0x' to filepos
7444 output, it will be handled by local_hex_string_custom.
7448 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
7449 (store_newfpe_double, store_newfpe_extended, store_fpregister)
7450 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
7454 Indicate that the bcache functions don't change the strings
7456 * bcache.h (bcache, hash): Add `const' keywords to declarations.
7457 * bcache.c (bcache, hash): Add `const' keywords to definitions.
7461 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
7465 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
7466 find the complete path to a loaded DLL.
7470 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
7471 that marks the end of the range of a function, enter a line number
7472 entry that has a line number of zero and a PC offset that matches
7473 the end of the function. This starts a range of PC's for which no
7474 line number information is known.
7475 * symtab.c (find_pc_sect_line): If our best fit is in a range of
7476 PC's for which no line number info is found (line number is zero)
7477 then we didn't find any valid line information.
7478 * symtab.h: Document use of zero line number entry.
7482 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
7483 (have_ptrace_getvrregs): Define for run time checks.
7484 (gdb_vrregset_t): New type for Altivec register handling.
7485 (fetch_register, store_register): Fetch/store altivec register
7487 (fetch_altivec_register, store_altivec_register): New functions.
7488 (supply_vrregset, fill_vrregset): New functions.
7489 (fetch_altivec_registers, store_altivec_registers): New functions.
7490 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
7495 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
7499 * Makefile.in (armnbsd-nat.o): Update dependencies.
7500 * armnbsd-nat.c (supply_gregset): New function. Common code to
7501 supply the integer register set.
7502 (supply_fparegset): New function. Similar for FPA registers.
7503 (fetch_regs, fetch_fp_regs): Use them.
7504 (fetch_core_registers): Likewise.
7505 (fetch_elfcore_registers): New function.
7506 (arm_netbsd_elfcore_fns): New core-file type specification.
7507 (_initialize_arm_netbsd_nat): Register it.
7511 * armnbsd-nat.c: Include gdbcore.h.
7512 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
7513 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
7514 'void' to declaration, to shut up ARI.
7515 (fetch_core_registers): Make static. Rewrite using supply_register.
7516 (arm_netbsd_core_fns): New core-file type specification.
7517 (_initialize_arm_netbsd_nat): New function.
7521 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
7526 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
7531 * jv-exp.y (parse_number): Change type of implicit longs
7532 to builtin_type_uint64.
7536 * gdbserver/linux-low.c (mywait): Change argument to waitpid
7537 to be an integer instead of a `union wait'.
7541 * mips-linux-nat.c: Call the operating system GNU/Linux.
7542 * mips-linux-tdep.c: Likewise.
7543 * mips-tdep.c: Likewise.
7548 * jv-exp.y (parse_number): Handle 64-bit integers.
7552 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
7553 AC_STDC_HEADERS to AC_HEADER_STDC.
7554 * gdbserver/configure: Regenerated.
7558 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
7560 * sparc-tdep.c (get_longjmp_target): Likewise.
7564 * News: Add news about ARM and Multi-arch. Mention the new target
7569 * stabsread.c (error_type_complaint): Improve error message.
7573 * gdbserver/README: Update documentation.
7574 * gdbserver/configure.in: Update configury to match documentation.
7575 * gdbserver/Makefile.in: Likewise.
7576 * gdbserver/configure: Regenerated.
7577 * gdbserver/aclocal.m4: New file, generated by aclocal.
7578 * gdbserver/config.in: New file, generated by autoheader.
7582 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
7587 * arm-tdep.h (enum arm_float_model): New enum.
7588 (struct gdbarch_tdep): Add fp_model.
7589 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
7590 up floating-point conversions until we know the floating-point model
7591 in use by the inferior. Don't complain about being unable to
7592 determine the ABI of the inferior when we don't have one.
7593 (arm_extract_return_value): Support different floating-point models.
7594 (arm_store_return_value): Likewise.
7595 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
7597 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
7601 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
7602 of ``current_gdbarch''.
7606 * armnbsd-nat.c : ANSIfy all function declarations.
7607 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
7608 (fetch_inferior_registers): Re-implement in terms of above.
7609 (store_register, store_regs, store_fp_register, store_fp_regs): New.
7610 (store_inferior_registers): Re-implement in terms of above.
7614 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
7616 * arm-linux-tdep.c: Likewise.
7617 * config/arm/tm-linux.h: Likewise.
7621 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
7622 * config/arm/nbsd.mt (TM_FILE): Delete.
7623 * config/arm/tm-nbsd.h: Delete.
7627 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
7628 Initialize CALL_DUMMY_LENGTH.
7632 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
7634 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
7635 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
7636 defines one thing and that is incorrect for this port.
7637 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
7641 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
7645 * win32-nat.c (display_selector): New function. Displays information
7646 about the information returned by GetThreadSelectorEntry API function.
7647 (display_selectors): New function. Displays the infomation of
7648 the selector given as argument, or of CS, DS ans FS selectors
7649 if no argument is given.
7650 ( _initialize_inftarg): Add "w32" as info prefix command.
7651 Add "info w32 selector" as command calling display_selectors.
7655 * i386-tdep.c (get_longjmp_target): Fix compilation failure
7656 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
7661 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
7665 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
7666 (arm_fix_call_dummy): Call it.
7667 (arm_call_dummy_breakpoint_offset): Delete.
7668 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
7669 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
7673 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
7674 Default to func_frame_chain_valid.
7675 * gdbarch.h, gdbarch.c: Re-generate.
7676 * frame.h (FRAME_CHAIN_VALID): Delete definition.
7680 * ppc-linux-nat.c: Update copyright.
7681 (fetch_register, store_register): Add tid parameter, don't compute
7683 (fetch_ppc_registers, store_ppc_registers): Add tid
7684 parameter. Pass it along to callees.
7685 (fetch_inferior_registers, store_inferior_registers): Compute tid
7686 here, and pass it to calleed functions.
7687 (fill_gregset, supply_fpregset): Clean up formatting.
7691 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
7692 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
7696 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
7697 * gdbarch.c gdbarch.h: Regenerate.
7698 * breakpoint.c (create_longjmp_breakpoint): Always compile this
7700 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
7701 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
7702 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
7704 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
7705 * arm-tdep.c (arm_get_longjmp_target): New function.
7706 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
7707 this to a positive value register arm_get_longjmp_target as the
7709 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
7710 (arm_linux_init_abi): Set up longjmp description in tdep.
7711 * armnbsd-nat.c (get_longjmp_target): Delete.
7712 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
7713 description in tdep.
7714 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
7715 (get_longjmp_target): Delete declaration.
7716 (GET_LONGJMP_TARGET): Delete.
7717 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
7718 (GET_LONGJMP_TARGET): Delete.
7723 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
7724 of ``current_gdbarch''.
7728 * cli/cli-cmds.c (compare_strings): New function.
7729 (complete_command): Only print each unique item once.
7730 * completer.h (complete_line): Declare.
7731 * completer.c (complete_line): New function.
7732 (line_completion_function): Use it.
7736 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
7737 * gdbarch.h, gdbarch.c: Re-generate.
7741 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
7746 * valops.c (value_arg_coerce): Don't take the address of a reference
7747 to convert an argument to a reference.
7751 * win32-nat.c (get_image_name): New function.
7752 (handle_load_dll): Use get_image_name function.
7753 (get_child_debug_event): Avoid registering debug events until possibly
7754 execed process is started.
7755 (child_create_inferior): Allow invocation via shell so that command
7756 line redirection, etc. works ok.
7757 (_initialize_inftarg): Add new command: "set shell" to control whether
7758 a shell is used to start a process.
7762 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
7763 instead of find_register_by_number.
7764 (cannot_store_register): Likewise.
7768 * dwarf2read.c: Replace fprintf (stderr, ...) by
7769 fprintf_unfiltered (gdb_stderr, ...).
7773 * gdbserver/gdbserver.1: Document --attach.
7777 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
7779 * arm-tdep.c (arm_default_arm_le_breakpoint)
7780 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
7781 (arm_default_thumb_be_breakpoint): New. Initialize them from
7782 traditional breakpoint defines.
7783 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
7784 (arm_gdbarch_init): Initialize new breakpoint variables.
7785 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
7786 (arm_linux_init_abi): Initialize linux-specific breakpoint.
7787 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
7788 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
7790 (arm_netbsd_init_abi_common): ... here; new function.
7791 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
7792 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
7793 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
7794 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
7798 * arm-tdep.h (enum arm_abi): New enum.
7799 (struct gdbarch_tdep): New structure.
7800 (LOWEST_PC): Provide a default.
7801 (arm_gdbarch_register_os_abi): Declare new function.
7802 * arm-tdep.c (arm_abi_names): New array.
7803 (process_note_abi_tag_sections): New function.
7804 (get_elfosabi): New function.
7805 (arm_gdbarch_register_os_abi): New function.
7806 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
7807 support for that ABI has been built in, then call the appropriate
7808 configuration routine. Use gdbarch_num_regs() to get the number
7810 (arm_dump_tdep): New function.
7811 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
7812 place-holder functions.
7813 (_initialize_arm_tdep): Register them.
7814 * config/arm/tm-arm.h (LOWEST_PC): Delete.
7816 * armnbsd-tdep.c: New file.
7817 * Makefile.in (armnbsd-tdep.o): Add dependencies.
7818 * config/arm/nbsd.mt (TDEPFILES): Add it.
7819 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
7821 * armnbsd-nat.c: Include regcache.h.
7822 * Makefile.in (armnbsd-nat.o): Update dependency list.
7824 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
7828 * gdbserver/Makefile.in: Fix typos in target rules.
7832 Fix part of PR gdb/267.
7833 * linespec.c (find_methods): Handle constructors specially for now.
7837 * arm-tdep.c (arm_push_arguments): Eliminate special float type
7839 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
7840 standard_coerce_float_to_double().
7844 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
7849 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
7850 find_variant_by_name, because it confuses the multiarch
7851 framework. Return NULL if there isn't an architecture with the
7852 user supplied name, instead of forcing a different one without
7853 recording the change with the multiarch machinery.
7854 (find_variant_by_name): Delete.
7858 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
7859 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
7863 * stack.c (print_frame_info_base): When calling
7864 print_frame_info_listing_hook, set current_source_symtab.
7868 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
7869 and remove unused $(INCLUDE_DIR).
7870 Add regcache.c to OBS.
7871 Add generated register protocol files to clean target.
7872 Update dependencies for new objects, obsolete old target code.
7874 * gdbserver/linux-low.c: Remove all platform-specific code to
7875 new files. Remove various dead code. Update to use regcache
7877 * gdbserver/remote-utils.c (fromhex): Add return statement
7879 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
7881 (input_interrupt): Add integer parameter to match prototype
7882 of a signal handler.
7883 (outreg): Use register_data ().
7884 (prepare_resume_reply): Use gdbserver_expedite_regs.
7885 * gdbserver/server.c (main): Dynamically allocate own_buf because
7886 PBUFSIZ is no longer constant. Use registers_to_string () and
7887 registers_from_string ().
7888 * gdbserver/server.h: No longer include "defs.h". Add prototypes
7889 for error (), fatal (), and warning (). Update definition of
7890 PBUFSIZ to use regcache functionality. Add include guard.
7891 * gdbserver/utils.c (fatal): Add missing ``const''.
7892 (warning): New function.
7894 * regformats/regdat.sh: Include "regcache.h" in generated files.
7895 Provide init_registers () function.
7896 * regformats/regdef.h: Add prototype for set_register_cache ().
7899 * gdbserver/linux-arm-low.c: New file.
7900 * gdbserver/linux-i386-low.c: New file.
7901 * gdbserver/linux-ia64-low.c: New file.
7902 * gdbserver/linux-m68k-low.c: New file.
7903 * gdbserver/linux-mips-low.c: New file.
7904 * gdbserver/linux-ppc-low.c: New file.
7905 * gdbserver/linux-sh-low.c: New file.
7907 * gdbserver/regcache.c: New file.
7908 * gdbserver/regcache.h: New file.
7910 * gdbserver/low-linux.c: Removed obsolete file.
7914 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
7915 * config/i386/linux.mt: Likewise.
7916 * config/ia64/linux.mt: Likewise.
7917 * config/m68k/linux.mh: Likewise.
7918 * config/powerpc/linux.mh: Likewise.
7919 * config/mips/linux.mt: Likewise.
7921 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
7923 * config/i386/i386lynx.mh: Mark gdbserver variables
7924 as (currently) obsolete for this target.
7925 * config/i386/nbsd.mt: Likewise.
7926 * config/i386/nbsdelf.mt: Likewise.
7927 * config/m32r/m32r.mt: Likewise.
7928 * config/m68k/m68klynx.mh: Likewise.
7929 * config/m68k/nbsd.mt: Likewise.
7930 * config/m68k/sun3os4.mh: Likewise.
7931 * config/mips/vr5000.mt: Likewise.
7932 * config/ns32k/nbsd.mt: Likewise.
7933 * config/pa/hppabsd.mh: Likewise.
7934 * config/pa/hppaosf.mh: Likewise.
7935 * config/powerpc/nbsd.mt: Likewise.
7936 * config/rs6000/rs6000lynx.mh: Likewise.
7937 * config/s390/s390.mt: Likewise.
7938 * config/s390/s390x.mt: Likewise.
7939 * config/sparc/sparclynx.mh: Likewise.
7940 * config/sparc/sun4os4.mh: Likewise.
7941 * config/i386/x86-64linux.mt: Likewise.
7942 * config/sparc/linux.mh: Likewise.
7946 * configure.tgt: Configure gdbserver only for known working
7947 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
7948 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
7949 SUBDIRS if it is configured. Update comment for ${nativefile}.
7950 * configure: Regenerated.
7954 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
7956 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
7957 (default_gcore_mach): Just return 0, work around a problem in bfd.
7958 (default_gcore_target): OK to return NULL if exec_bfd is null.
7959 (make_mem_sec): Use a cast, avoid a warning.
7961 * procfs.c (find_memory_regions_callback): Use a cast instead of
7962 calling host_pointer_to_address (which complains if
7963 sizeof (host pointer) != sizeof (target pointer)).
7964 (procfs_make_note_section): Avoid overflow in psargs string.
7966 * procfs.c (procfs_make_note_section): Make the default
7967 implementation return an error.
7971 * procfs.c (procfs_make_note_section): Provide a default definition
7972 (for alpha-dec-osf4.0f). Fix typos.
7976 * linux-proc.c: Add include of regcache.h.
7977 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
7982 * memattr.c (create_mem_region): Disallow useless empty region.
7983 Regions are half-open intervals, so allow [A..B) [B..C) as
7988 * defs.h: Kill CONST_PTR.
7989 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
7990 * c-lang.c (c_builtin_types): Likewise.
7991 * ch-lang.c (ch_builtin_types): Likewise.
7992 * f-lang.c (f_builtin_types): Likewise.
7993 * language.c (unknown_builtin_types): Likewise.
7994 * m2-lang.c (m2_builtin_types): Likewise.
7995 * p-lang.c (pascal_builtin_types): Likewise.
7996 * scm-lang.c (c_builtin_types): Likewise.
8000 * arm-tdep.h (arm_get_next_pc): Add declaration.
8004 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
8005 with other related struct-returning functions.
8006 (arm_extract_struct_value_address): New function.
8007 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
8008 initialize float_format, double_format and long_double_format as
8009 appropriate to the endianness of the target.
8010 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
8011 (arm_use_struct_convention): Delete declaration.
8012 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8016 * defs.h (core_addr_to_string_nz): New function.
8020 Apply missing bits of 2002-01-15 patch.
8021 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
8022 (fill_fpregset): Use i387_fill_fsave.
8026 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
8027 (core_addr_to_string_nz): New function.
8031 * arm-linux-nat.c: Really include arm-tdep.h.
8032 * config/arm/tm-linux.h (struct type, struct value): Declare.
8036 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
8037 (gcore section): Ifdef for Solaris and Unixware only.
8038 (procfs_do_thread_registers): Unixware needs one lwpstatus
8039 per thread (not one prstatus or pstatus).
8040 (procfs_make_note_section): Iterate only over kernel threads (lwps),
8041 not over all gdb threads. For unixware, call elfcore_write_pstatus
8042 once before iterating over threads.
8046 * arm-tdep.h: New file.
8047 * arm-tdep.c: Include arm-tdep.h.
8048 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8049 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8050 (arm_print_float_info, arm_register_type, convert_to_extended)
8051 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8052 (arm_extract_return_value, arm_register_name): Make static.
8053 (arm_software_single_step): Similarly. Fix types in declaration.
8054 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
8055 (arm_store_return_value, arm_store_struct_return): New functions.
8056 (arm_gdbarch_init): Register the above functions. Also register
8057 call_dummy_start_offset, sizeof_call_dummy_words,
8058 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
8059 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
8060 max_register_virtual_size, register_size. Set up
8061 prologue_cache.saved_regs here, rather than ...
8062 (_initialize_arm_tdep): ... here.
8063 * config/arm/tm-arm.h (struct type, struct value): Delete forward
8065 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8066 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8067 (arm_print_float_info, arm_register_type, convert_to_extended)
8068 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8069 (arm_extract_return_value, arm_register_name): Delete declarations.
8070 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
8071 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
8072 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
8073 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
8074 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
8075 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
8076 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
8077 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
8078 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
8079 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
8080 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
8081 (arm_get_next_pc): No-longer static -- these are needed by the RDI
8083 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
8084 * remote-rdi.c remote-rdp.c: Likewise.
8085 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
8086 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
8087 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
8090 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
8091 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
8092 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
8093 from non-ARM_ prefixed definitions.
8094 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
8096 * remote-rdi.c remote-rdp.c: Likewise.
8097 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
8101 * arm-tdep.c (arm_frameless_function_invocation)
8102 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8103 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8104 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8105 (arm_pop_frame, arm_get_next_pc): Make static.
8106 (arm_gdbarch_init): Register above in gdbarch structure.
8107 (arm_read_fp): Renamed from arm_target_read_fp.
8108 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
8109 * config/arm/tm-arm.h (arm_frameless_function_invocation)
8110 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8111 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8112 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8113 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
8114 (arm_pc_is_thumb_dummy): Delete declarations.
8115 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
8116 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
8117 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
8118 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
8122 * symtab.c (compare_search_syms): New function.
8123 (sort_search_symbols): New function.
8124 (search_symbols): Sort symbols after searching rather than
8129 * NEWS: Linux -> GNU/Linux.
8133 * gdbarch.sh: For for level one methods, disallow a definition
8134 when partially multi-arched. Add comments explaining rationale.
8135 * gdbarch.h: Re-generate.
8139 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
8144 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
8146 * gdbarch.c: Re-generate.
8150 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
8151 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
8156 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
8158 (PUSH_ARGUMENTS): Switch to using predefault.
8159 * gdbarch.c: Regenerate.
8163 * valops.c (PUSH_ARGUMENTS): Delete definition.
8164 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
8165 partial. Default to default_push_arguments.
8166 * gdbarch.h, gdbarch.c: Regenerate.
8170 * defs.h (throw_exception): Rename return_to_top_level. Update
8172 * utils.c (error_stream, internal_verror, quit): Ditto.
8173 * top.c (throw_exception, catcher): Ditto.
8174 * sparclet-rom.c (sparclet_load): Ditto.
8175 * remote.c (interrupt_query, minitelnet): Ditto.
8176 * remote-sds.c (interrupt_query): Ditto.
8177 * remote-mips.c (mips_error, mips_kill): Ditto.
8178 * ocd.c (interrupt_query): Ditto.
8179 * monitor.c (monitor_interrupt_query): Ditto.
8180 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
8181 * target.h: Update comment.
8183 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
8187 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
8188 default_double_format.
8189 * gdbarch.h, gdbarch.c: Re-generate.
8190 * findvar.c (floatformat_unknown): Delete variable definition.
8191 * doublest.h (floatformat_unknown): Delete variable declaration.
8195 * stabsread.c (read_type): Add code to parse Sun's syntax for
8196 prototyped function types.
8200 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
8201 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
8205 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
8206 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
8207 now _initialize_xcoffsolib gets called again and overrides the
8208 commands from solib.c in a native configuration.
8212 * doublest.c (store_typed_floating): Don't try to return a value.
8217 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
8218 is prototyped and has no arguments, print its argument list as
8223 * MAINTAINERS (write-after-approval): Add myself.
8224 (paper-trail): I've escaped!
8228 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
8230 (_initialize_check_for_gdb_ini): Ditto.
8234 * win32-nat.c (cygwin_pid_to_str): Fix typo.
8235 xaprintf -> xasprintf.
8239 * win32-nat.c: Remove use of printf and sprintf functions.
8243 * arm-tdep.c (arm_frame_chain_valid): Make static.
8244 (arm_push_arguments): Likewise.
8245 (arm_gdbarch_init): New function.
8246 (_initialize_arm_tdep): Call it.
8247 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
8248 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
8249 (FRAME_CHAIN_VALID): Delete.
8250 (arm_frame_chain_valid): Delete declaration.
8251 (PUSH_ARGUMENTS): Delete.
8252 (arm_push_arguments): Delete declaration.
8253 (CALL_DUMMY_P): Delete.
8258 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
8259 on builtin float types.
8263 * utils.c: Include <curses.h> before "bfd.h".
8264 * tui/tui-hooks.c: Likewise.
8265 * tui/tui.c: Likewise.
8266 * tui/tuiCommand.c: Likewise.
8267 * tui/tuiData.c: Likewise.
8268 * tui/tuiDataWin.c: Likewise.
8269 * tui/tuiDisassem.c: Likewise.
8270 * tui/tuiGeneralWin.c: Likewise.
8271 * tui/tuiIO.c: Likewise.
8272 * tui/tuiLayout.c: Likewise.
8273 * tui/tuiRegs.c: Likewise.
8274 * tui/tuiSource.c: Likewise.
8275 * tui/tuiSourceWin.c: Likewise.
8276 * tui/tuiStack.c: Likewise.
8277 * tui/tuiWin.c: Likewise.
8281 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
8282 to include space for pseudoregs as well. Update loops accordingly.
8283 (sh_fp_frame_init_saved_regs): Ditto.
8284 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
8288 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
8289 Add Richard Earnshaw to Arm maintainers.
8293 * defs.h (warning_begin): Delete declaration.
8295 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
8300 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
8301 Logic bug, remove misplaced else.
8305 * fork-inferior.c (fork_inferior): Add '!' to the list of
8306 characters that need to be quoted when building a string for the
8307 shell. Quote '!' specifically with a backslash, since CSH chokes
8308 when trying to evaluate "str!str".
8312 * rdi-share/host.h: Only provide a typedef for bool if it is not
8317 * breakpoint.h (enum bptype): Add new overlay event bp type.
8318 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
8320 * breakpoint.c (create_internal_breakpoint): New function.
8321 (internal_breakpoint_number): Moved into create_internal_breakpoint.
8322 (create_longjmp_breakpoint): Use create_internal_breakpoint.
8323 (create_thread_event_breakpoint): Ditto.
8324 (create_solib_event_breakpoint): Ditto.
8325 (create_overlay_event_breakpoint): New function.
8326 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
8327 (update_breakpoints_after_exec): Delete and re-initialize
8328 overlay event breakpoints after an exec. Add FIXME comment
8329 about longjmp breakpoint.
8330 (print_it_typical): Ignore overlay event breakpoints.
8331 (print_one_breakpoint): Ditto.
8333 (bpstat_what): Do not stop for overlay event breakpoints.
8334 (delete_breakpoint): Don't delete overlay event breakpoints.
8335 (breakpoint_re_set_one): Delete the overlay event breakpoint.
8336 (breakpoint_re_set): Re-create overlay event breakpoint.
8338 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
8339 (overlay_manual_command): Disable overlay breakpoints.
8340 (overlay_off_command): Disable overlay breakpoints.
8344 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
8345 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
8346 to here from config/tm-arm.h.
8347 (coff_sym_is_thumb): Make static.
8348 (arm_elf_make_msymbol_special): New function.
8349 (arm_coff_make_msymbol_special): New function.
8350 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
8351 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
8352 (coff_sym_is_thumb): Delete declaration.
8353 (arm_elf_make_msymbol_special): Declare.
8354 (arm_coff_make_msymbol_special): Declare.
8355 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
8356 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
8360 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
8364 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
8365 * gdbarch.c gdbarch.h: Regenerate.
8366 * arch-utils.c (default_print_float_info): New function.
8367 * arch-utils.h (default_print_float_info): Prototype it.
8368 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
8369 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
8370 (PRINT_FLOAT_INFO): Document it.
8372 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
8373 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
8374 (PRINT_FLOAT_INFO): Define.
8378 * win32-nat.c (_initialize_check_for_gdb_ini):
8379 Add typecast to sprintf argument to suppress a warning.
8383 * win32-nat.c (last_sig): Changed type of variable to target_signal,
8384 to allow easier handling of pass state.
8385 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
8386 that gives exception name and address.
8387 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
8388 and set last_sig value to ourstatus->value.sig. Some missing
8390 (child_continue): Correctly report continue_status.
8391 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
8392 TARGET_SIGNAL_0 (new default value).
8393 (child_resume): consider sig argument passed to decide if
8394 the exception should be passed to debuggee or not.
8398 * regcache.c (fetch_register): Call target_fetch_register
8399 only if we don't call FETCH_PSEUDO_REGISTER.
8400 (store_register): Call target_store_register only if we
8401 don't call STORE_PSEUDO_REGISTER.
8405 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
8406 ELF_MAKE_MSYMBOL_SPECIAL.
8407 * gdbarch.c, gdbarch.h: Regenerate.
8408 * arch-utils.c (default_make_msymbol_special): New function.
8409 * arch-utils.h (default_make_msymbol_special): Export.
8410 * elfread.c (elf_symtab_read): Compile use of
8411 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
8413 * coffread.c (coff_symtab_read): Ditto, for
8414 COFF_MAKE_MSYMBOL_SPECIAL.
8418 * solib-svr4.c (svr4_truncate_ptr): New function.
8419 (svr4_relocate_section_addresses): Do the address arithmetic with
8420 the appropriate truncation for target addresses, even when
8421 CORE_ADDR is larger than a target address.
8425 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
8430 * gdbserver/linux-low.c (kill_inferior): Remove commented out
8435 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
8439 * gdbserver/linux-low.c: Remove unused include files.
8443 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
8444 (read_inferior_memory): Use it.
8445 (write_inferior_memory): Likewise.
8449 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
8450 grubbing through sys_errlist.
8454 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
8457 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
8461 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
8462 (do_sfunc, set_cmd_sfunc): New functions.
8464 * command.h (struct cmd_list_element): Add field func.
8465 * cli/cli-decode.h (struct cmd_list_element): Ditto.
8466 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
8467 * cli/cli-decode.h: Ditto.
8469 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
8470 (help_all, help_cmd_list): Ditto.
8471 (find_cmd, complete_on_cmdlist): Ditto.
8472 * top.c (execute_command): Ditto.
8474 * cli/cli-setshow.c (do_setshow_command): Call func instead of
8477 * infcmd.c (notice_args_read): Fix function signature.
8479 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
8480 * cli/cli-decode.c (add_set_cmd): Ditto.
8481 * utils.c (initialize_utils): Ditto.
8482 * maint.c (_initialize_maint_cmds): Ditto.
8483 * infrun.c (_initialize_infrun): Ditto.
8484 * demangle.c (_initialize_demangler): Ditto.
8485 * remote.c (add_packet_config_cmd): Ditto.
8486 * mips-tdep.c (_initialize_mips_tdep): Ditto.
8487 * cris-tdep.c (_initialize_cris_tdep): Ditto.
8488 * proc-api.c (_initialize_proc_api): Ditto.
8489 * kod.c (_initialize_kod): Ditto.
8490 * valprint.c (_initialize_valprint): Ditto.
8491 * top.c (init_main): Ditto.
8492 * infcmd.c (_initialize_infcmd): Ditto.
8493 * corefile.c (_initialize_core): Ditto.
8494 * arm-tdep.c (_initialize_arm_tdep): Ditto.
8495 * arch-utils.c (initialize_current_architecture): Ditto.
8496 (_initialize_gdbarch_utils): Ditto.
8497 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
8499 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
8500 * wince.c (_initialize_inftarg): Ditto.
8501 * symfile.c (_initialize_symfile): Ditto.
8502 * mips-tdep.c (_initialize_mips_tdep): Ditto.
8503 * language.c (_initialize_language): Ditto.
8504 * arc-tdep.c (_initialize_arc_tdep): Ditto.
8508 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
8512 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
8513 Add rules for building the register data files.
8517 * regformats/regdat.sh: Add braces to the definition of
8518 expedite_regs_${arch}.
8522 * regformats/regdef.h (struct reg): Add comment describing the
8523 requirements for offset and size fields.
8527 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
8528 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
8532 * gdbarch.sh (copyright): Update years in generated header.
8533 (SMASH_TEXT_ADDRESS): Add rule.
8534 * gdbarch.h, gdbarch.c: Re-generate.
8535 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
8536 * dbxread.c: Likewise.
8537 * dwarfread.c: Likewise.
8538 * elfread.c: Likewise.
8539 * somread.c: Likewise.
8541 * arm-tdep.c (arm_smash_text_address): New function.
8542 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
8546 Add support for hardware watchpoints on win32 native.
8547 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
8548 CONTEXT_DEBUG_REGISTERS.
8549 (dr variable): New variable. Static array containing a local copy
8551 (debug_registers_changed): New variable. Reflects when debug registers
8552 are changed and need to be written to inferior.
8553 (debug_registers_used): New variable. Reflects when any debug register
8554 was set, used when new threads are created.
8555 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
8557 (thread_rec): Set dr array if id is the thread of current_event .
8558 (child_continue, child_resume): Change the debug registers for all
8559 threads if debug_registers_changed.
8560 (child_add_thread): Change the debug registers if debug_registers_used.
8561 * config/i386/cygwin.mh: Add use of i386-nat.o file.
8562 Link nm.h to new nm-cygwin.h file.
8563 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
8564 of hardware registers.
8568 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
8569 Restore behavour broken by 2002-01-20 Andrew Cagney
8574 * c-valprint.c (c_val_print): Pass a proper valaddr to
8575 cp_print_class_method.
8576 * valops.c (search_struct_method): If there is only one method
8577 and args is NULL, return that method.
8581 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
8582 accessing tag_name directly.
8586 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
8587 of accessing tag_name directly.
8592 * gdbtypes.c (replace_type): New function.
8593 * gdbtypes.h (replace_type): Add prototype.
8594 * stabsread.c (read_type): Use replace_type.
8598 * Makefile.in (memattr.o): Add missing dependencies rule.
8602 * breakpoint.c (break_at_finish_command): Really export.
8603 (break_at_finish_at_depth_command): Ditto.
8604 (tbreak_at_finish_command): Ditto.
8605 * hppa-tdep.c: Include completer.h.
8606 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
8607 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
8611 * utils.c (do_write): New function.
8612 (error_stream): Rewrite combining the code from error_begin and
8614 (verror): Rewrite using error_stream.
8615 (error_begin): Delete function.
8619 * utils.c (error_begin): Make static.
8620 * defs.h (error_begin): Delete declaration.
8622 * linespec.c (cplusplus_error): Replace cplusplus_hint.
8623 (decode_line_1): Use cplusplus_error instead of error_begin,
8624 cplusplus_hint and return_to_top_level.
8625 * coffread.c (coff_symfile_read): Use error instead of error_begin
8626 and return_to_top_level.
8627 * infrun.c (default_skip_permanent_breakpoint): Ditto.
8631 * language.h (type_error, range_error): Make string parameter
8633 * language.c (warning_pre_print): Delete extern declaration.
8634 * dwarfread.c (warning_pre_print): Ditto.
8635 * language.c (type_error, range_error): Rewrite to use verror and
8636 vwarning instead of warning_begin.
8640 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
8641 (set_ignore_count): Move misplaced comment back where it belongs.
8645 * command.h (NO_FUNCTION): Delete macro.
8646 * cli/cli-decode.h (NO_FUNCTION): Ditto.
8647 * top.c (execute_command): Replace NO_FUNCTION with NULL.
8648 * tracepoint.c (_initialize_tracepoint): Ditto.
8649 * cli/cli-decode.c (add_set_cmd): Ditto.
8650 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8654 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
8655 Update ``this'' pointer when calling virtual functions.
8659 * breakpoint.c (create_temp_exception_breakpoint): Delete.
8660 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
8664 * regformats/reg-arm.dat: New file.
8665 * regformats/reg-i386.dat: New file.
8666 * regformats/reg-ia64.dat: New file.
8667 * regformats/reg-m68k.dat: New file.
8668 * regformats/reg-mips.dat: New file.
8669 * regformats/reg-ppc.dat: New file.
8670 * regformats/reg-sh.dat: New file.
8671 * regformats/regdef.h: New file.
8672 * regformats/regdat.sh: New file.
8676 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
8677 (arm_frame_args_address, arm_frame_locals_address): New functions.
8678 (arm_frame_num_args): New function.
8679 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
8680 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
8681 (FRMA_NUM_ARGS): Call arm_frame_num_args.
8685 * breakpoint.c (break_at_finish_command): Export.
8686 (break_at_finish_at_depth_command): Export.
8687 (tbreak_at_finish_command): Export.
8688 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
8689 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
8690 "tbreak" commands, which are HPPA specific.
8692 * printcmd.c (disassemble_command): Remove an ancient
8693 artifact of an old merge.
8695 * symfile.h (enum overlay_debugging_state):
8696 Define enum constant values for overlay mode.
8697 * symfile.c (overlay_debugging): Use enums instead of literals.
8698 (overlay_is_mapped, overlay_auto_command,
8699 overlay_manual_command): Ditto.
8701 * breakpoint.c (insert_breakpoints, remove_breakpoint,
8702 breakpoint_here_p, breakpoint_inserted_here_p,
8703 breakpoint_thread_match, bpstat_stop_status,
8704 describe_other_breakpoints, check_duplicates, clear_command):
8705 Coding standard fixes.
8707 * target.c (target_xfer_memory): Add spaces, coding standard.
8708 (do_xfer_memory): Add missing line to trust-readonly
8709 code: check bfd SEC_READONLY flag for section.
8713 * PROBLEMS: Fix typo, 5.1->5.1.1.
8717 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
8718 data symbols, since we search based on textlow and texthigh.
8719 (find_pc_sect_symtab): Likewise.
8723 * defs.h (vwarning): Declare.
8724 * utils.c (vwarning): New function.
8725 (warning): Call vwarning.
8726 (warning_begin): Delete function.
8728 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
8729 the warning message.
8730 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
8735 * NEWS: Mention "set trust-readonly-sections" command.
8736 Mention generate-core-file command.
8740 * target.c: New command, "set trust-readonly-sections on".
8741 (do_xfer_memory): Honor the suggestion to trust readonly sections
8742 by reading them from the object file instead of from the target.
8743 (initialize_targets): Register command "set trust-readonly-sections".
8747 * parse.c (target_map_name_to_register): Simplify, search regs and
8748 pseudo-regs using a single loop.
8752 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
8756 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
8757 * config/i386/i386v42mp.mh: Add i387-nat.o .
8758 * i386v4-nat.c: Include i387-nat.h.
8759 (supply_fpregset): Use i387_supply_fsave.
8760 (fill_fpregset): Use i387_fill_fsave.
8764 * arm-tdep.c (arm_call_dummy_words): Define.
8765 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
8766 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
8767 (CALL_DUMMY_WORDS): Define.
8768 (arm_call_dummy_words): Declare.
8769 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
8770 (arm_linux_call_dummy_words): Declare.
8774 * m68klinux-nat.c: Fix last change to use regcache_collect
8775 instead of referencing registers[] directly.
8779 * parse.c (target_map_name_to_register): Delete code wrapped in
8780 #ifdef REGISTER_NAME_ALIAS_HOOK.
8784 * regcache.c (legacy_read_register_gen): Need to be able to
8785 read pseudo-register as well as real register.
8786 (legacy_write_register_gen): Ditto.
8790 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
8791 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
8792 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
8793 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
8794 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
8795 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
8796 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
8797 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
8798 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
8799 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
8800 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
8801 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
8802 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
8803 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
8804 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
8805 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
8806 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
8807 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
8808 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
8809 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
8813 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
8814 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
8815 (initialize_current_architecture): Update target_byte_order using
8816 information from BFD.
8817 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
8818 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
8822 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
8823 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
8825 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
8826 #ifdef INVALID_FLOAT.
8827 * infcmd.c (do_registers_info): Ditto.
8828 * values.c (unpack_double): Ditto. Add comment.
8830 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
8831 already commented out.
8835 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
8836 * m68klinux-nat.c: Update ptrace interface for fetching/storing
8837 registers and add support for PTRACE_GETREGS.
8841 GDB 5.1.1 released from 5.1 branch.
8842 * NEWS: Add 5.1.1 news.
8843 * README: Sync with 5.1 branch.
8847 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
8848 stabstring on initial malloc. Reallocing will copy it for us,
8853 * Makefile.in (hpread_h): Delete.
8854 (HFILES_NO_SRCDIR): Remove hpread.h.
8855 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
8856 (hpread.o): Update dependencies.
8857 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
8859 * hp-psymtab-read.c: Remove file.
8860 * hp-symtab-read.c: Remove file.
8861 * hpread.h: Remove file.
8863 * hpread.c: Merge all contents of hp-psymtab-read.c,
8864 hp-symtab-read.c and hpread.h into this file, as it was prior to
8867 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
8868 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8869 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
8870 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
8874 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
8875 fill_gregset): Call gdbarch_tdep() just once, assign result to
8876 variable and use that, instead of calling the function several
8881 * configure.host: Accept sparcv9 as alias for sparc64.
8882 * configure.tgt: Likewise.
8886 * solib-aix5.c (build_so_list_from_mapfile)
8887 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
8888 arguments is not reversed.
8889 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
8890 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
8894 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
8895 modified version of obsolete sh_fetch_pseudo_register.
8896 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
8897 (sh4_register_read): New function.
8898 (sh_pseudo_register_write): New function. Renamed and modified
8899 version of obsolete sh_store_pseudo_register.
8900 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
8901 (sh4_register_write): New function.
8902 (sh_gdbarch_init): Remove setting of gdbarch function
8903 fetch_pseudo_register and store_pseudo_register. Remove setting of
8904 register_convert_to_raw, register_convert_to_virtual,
8905 register_convertible.
8906 (sh_sh4_register_convertible): Delete. No longer needed. All is
8907 taken care by architecture specific functions
8908 register_read/register_write.
8909 (sh_sh4_register_convert_to_virtual): Make static.
8910 (sh_sh4_register_convert_to_raw): Ditto.
8914 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
8915 (floatformat_is_nan, floatformat_mantissa): Ditto.
8917 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
8918 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
8919 builtin_type_ieee_double_little,
8920 builtin_type_ieee_double_littlebyte_bigword,
8921 builtin_type_m68881_ext, builtin_type_i960_ext,
8922 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
8923 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
8924 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
8925 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
8929 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
8930 parameter. Set frameless flag if it exists and depended of
8931 whether the scanned function is frameless or not.
8932 (xstormy16_skip_prologue): If function is frameless, return
8933 result of xstormy16_scan_prologue().
8934 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
8939 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
8940 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
8941 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
8942 sh_sh4_register_byte, sh_sh4_register_raw_size,
8943 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
8944 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
8945 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
8946 sh_store_pseudo_register, sh_do_pseudo_register): Call
8947 gdbarch_tdep() just once, assign result to variable and use that,
8948 instead of calling the function several times.
8952 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
8953 macros instead of LAST_FPU_CTRL_REGNUM.
8954 (store_register): Likewise.
8958 * infcmd.c (run_command): Check that the `exec' target layer's BFD
8959 is up-to-date before running the program, not just when a program
8964 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
8965 when we have found all instructions we are looking for.
8969 * arm-tdep.c (arm_register_name): New function.
8970 (arm_registers_names): Make static.
8971 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
8972 (arm_register_name): Declare.
8973 (REGISTER_NAME): Use it.
8978 Convert arm targets to new FRAME interface.
8979 * arm-tdep.c (struct frame_extra_info): Remove fsr.
8980 (arm_frame_find_save_regs): Delete.
8981 (arm_frame_init_saved_regs): New.
8982 (arm_init_extra_frame_info): Alloacte saved_regs as required.
8983 Allocate extra_info as required. Convert all uses of fsr.regs
8984 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
8986 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
8987 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
8988 (check_prologue_cache, save_prologue_cache): Likewise.
8989 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
8990 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
8991 (FRAME_FIND_SAVED_REGS): Delete.
8992 (arm_frame_find_saved_regs): Delete prototype.
8993 (arm_frame_init_saved_regs): New prototype.
8994 (FRAME_INIT_SAVED_REGS): Define.
8998 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
9003 * infttrace.c: Include <sys/pstat.h>.
9004 (child_pid_to_exec_file): Revamp. Use pstat call to get the
9005 exec file if the ttrace equivalent fails.
9009 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
9010 (closeLogFile): Ditto.
9014 * top.c (print_gdb_version): Bump copyright year to 2002.
9018 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
9019 Zannoni and Eli Zaretskii.
9023 * buildsym.c: Update copyright years.
9024 * c-typeprint.c: Likewise.
9025 * dwarf2read.c: Likewise.
9026 * f-typeprint.c: Likewise.
9027 * gdbtypes.c: Likewise.
9028 * gdbtypes.h: Likewise.
9029 * hp-symtab-read.c: Likewise.
9030 * hpread.c: Likewise.
9031 * mdebugread.c: Likewise.
9032 * p-typeprint.c: Likewise.
9036 * remote-sim.c (gdbsim_open): Simplify code testing the macro
9037 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
9038 byte-order selectable.
9039 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
9040 * arch-utils.c: Ditto.
9041 (set_endian): Ditto.
9042 (set_endian_from_file): Ditto.
9043 * gdbserver/low-sim.c (create_inferior): Ditto.
9044 * gdbarch.sh: Ditto.
9045 * gdbarch.h: Re-generate.
9046 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9047 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
9048 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
9049 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9050 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9051 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9052 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
9053 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
9055 * config/mips/tm-wince.h: Remove #undef of macro
9056 TARGET_BYTE_ORDER_SELECTABLE.
9057 * config/sh/tm-wince.h: Ditto.
9061 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
9062 member function fields. Add accessor macro
9063 TYPE_FN_FIELD_ARTIFICIAL.
9064 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
9065 * c-typeprint.c (c_type_print_base): Skip artificial member
9070 * f-typeprint.c: Delete unused function f_type_print_args.
9071 * p-typeprint.c: Delete unused function pascal_type_print_args.
9075 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
9076 comment. Add ``artificial'' to ``union field_location''.
9078 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
9080 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
9081 * mdebugread.c (parse_symbol): Likewise.
9082 * stabsread.c (define_symbol): Likewise.
9083 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
9084 initializing TYPE_FIELD_BITPOS to n (obsolete).
9085 (hpread_doc_function_type): Likewise.
9086 * hpread.c (hpread_function_type): Likewise.
9090 * configure.in (host_makefile_frag): Only require a host makefile
9091 fragment when a native build.
9092 * configure: Re-generate.
9096 * doublest.h (floatformat_from_type): Declare.
9097 * doublest.c (floatformat_from_type): New function.
9098 (convert_typed_floating): Use.
9100 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
9101 call to function floatformat_from_type.
9103 * gdbarch.sh (IEEE_FLOAT): Delete.
9104 * gdbarch.h, gdbarch.c: Re-generate.
9105 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
9106 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
9107 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
9108 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
9109 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
9110 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
9111 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
9112 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
9113 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
9114 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
9115 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
9116 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
9118 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
9119 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9120 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9121 * sh-tdep.c (sh_gdbarch_init): Ditto.
9122 * mips-tdep.c (mips_gdbarch_init): Ditto.
9123 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9124 * cris-tdep.c (cris_gdbarch_init): Ditto.
9128 * configure.host, configure.tgt: Support x86-64.
9129 * NEWS: Note new target x86-64.
9131 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
9132 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
9133 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
9134 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
9135 x86-64-linux-nat.o): Fix dependencies.
9139 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
9140 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
9141 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
9142 * config/sparc/xm-sun4os4.h: Delete file.
9143 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
9147 * config/sparc/sparclynx.mh (XM_FILE): Delete.
9148 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
9149 * config/m68k/m68klynx.mh (XM_FILE): Delete.
9150 * config/i386/i386lynx.mh (XM_FILE): Delete.
9151 * config/rs6000/xm-rs6000ly.h: Delete file.
9152 * config/sparc/xm-sparclynx.h: Delete file.
9153 * config/m68k/xm-m68klynx.h: Delete file.
9154 * config/i386/xm-i386lynx.h: Delete file.
9155 * config/xm-lynx.h: Delete file.
9156 * config/djgpp/fnchange.lst: Update.
9160 * alpha-tdep.c (alpha_register_byte): New function.
9161 (alpha_register_raw_size): Ditto.
9162 (alpha_register_virtual_size): Ditto.
9163 (alpha_skip_prologue_internal): Renamed from
9164 alpha_skip_prologue.
9165 (alpha_skip_prologue): New version that calls
9166 alpha_skip_prologue_internal.
9167 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
9168 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
9169 second argument from alpha_skip_prologue.
9170 (REGISTER_BYTE): Use alpha_register_byte.
9171 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
9172 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
9173 (FRAMELESS_FUNCTION_INVOCATION): Use
9174 generic_frameless_function_invocation_not.
9175 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
9176 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
9180 * config/mips/xm-news-mips.h: Delete file.
9181 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
9183 * config/m88k/xm-m88k.h: Delete file.
9184 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
9185 * config/m88k/xm-delta88v4.h: Ditto.
9186 * config/m88k/xm-delta88.h: Ditto.
9188 * config/alpha/xm-fbsd.h: Delete file.
9189 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
9191 * config/sparc/xm-sparc.h: Delete file.
9192 * Makefile.in (xm-sun4os4.h): Delete dependency.
9193 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
9194 * config/sparc/xm-sun4os4.h: Ditto.
9195 * config/sparc/xm-linux.h: Ditto.
9197 * config/i386/xm-windows.h: Delete file.
9201 * utils.c: Include <sys/param.h> for MAXPATHLEN.
9202 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
9206 * alpha-tdep.c (alpha_call_dummy_words): New.
9207 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
9208 (CALL_DUMMY_P): Define.
9209 (CALL_DUMMY_WORDS): Define.
9210 (SIZEOF_CALL_DUMMY_WORDS): Define.
9214 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
9215 isn't NULL, which can happen with some gcj-3.x-produced code.
9219 * alpha-tdep.c (alpha_register_virtual_type): New function.
9220 (alpha_init_frame_pc_first): Ditto.
9221 (alpha_fix_call_dummy): Ditto.
9222 (alpha_store_struct_return): Ditto.
9223 (alpha_extract_struct_value_address): Ditto.
9224 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
9225 alpha_register_virtual_type.
9226 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
9227 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
9228 alpha_extract_struct_value_address.
9229 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
9230 (INIT_FRAME_PC): Use init_frame_pc_noop.
9231 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
9235 * i386gnu-nat.c: Include "i386-tdep.h".
9236 (fetch_fpregs): Simplify code dealing with uninitialized floating
9237 point states such that it doesn't require FP7_REGNUM.
9241 * alpha-tdep.c (frame_extra_info): New.
9242 (alpha_find_saved_regs): Make static. Use
9244 (alpha_frame_init_saved_regs): New function.
9245 (alpha_frame_saved_pc): Use frame->extra_info.
9246 (temp_saved_regs): Don't declare as struct frame_saved_regs.
9247 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
9248 (init_extra_frame_info): Rename to...
9249 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
9250 (alpha_print_extra_frame_info): New function.
9251 (alpha_frame_locals_address): Ditto.
9252 (alpha_frame_args_address): Ditto.
9253 (alpha_pop_frame): Use frame->extra_info.
9254 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
9255 alpha_frame_args_address.
9256 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
9257 (alpha_find_saved_regs): Remove prototype.
9258 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
9259 (EXTRA_FRAME_INFO): Remove.
9260 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
9261 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
9265 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
9266 (alpha_cannot_fetch_register): Ditto.
9267 (alpha_cannot_store_register): Ditto.
9268 (alpha_register_convertible): Ditto.
9269 (alpha_use_struct_convention): Ditto.
9270 * config/alpha/tm-alpha.h: Update copyright years.
9271 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
9272 (INNER_THAN): Use core_addr_lessthan.
9273 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
9274 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
9275 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
9276 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
9277 (FRAME_CHAIN): Remove unnecessary cast.
9281 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
9286 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
9287 * monitor.c, remote-array.c, remote-bug.c: Ditto.
9288 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
9289 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
9290 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
9291 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
9292 * x86-64-linux-nat.c: Ditto.
9296 * alpha-tdep.c (alpha_register_name): New function.
9297 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
9298 (REGISTER_NAME): Define.
9302 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
9306 * alpha-tdep.c: Update copyright years.
9307 (alpha_next_pc): New function.
9308 (alpha_software_single_step): Ditto.
9309 * config/alpha/tm-alpha.h: Add prototype for
9310 alpha_software_single_step.
9314 * alphabsd-nat.c: Update copyright years.
9315 (fill_gregset): Use regcache_collect.
9316 (fill_fpregset): Likewise.
9317 (fetch_inferior_registers): Only fetch integer registers
9318 if requested to do so.
9319 (store_inferior_registers): Only store integer registers
9320 if requested to do so.
9324 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
9325 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
9326 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
9327 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
9328 * config/alpha/fbsd.mh (XDEPFILES): Delete.
9329 * config/arm/linux.mh (XDEPFILES): Delete.
9330 * config/arm/nbsd.mh (XDEPFILES): Delete.
9331 * config/i386/i386dgux.mh (XDEPFILES): Delete.
9332 * config/i386/i386sol2.mh (XDEPFILES): Delete.
9333 * config/i386/i386m3.mh (XDEPFILES): Delete.
9334 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
9335 * config/i386/i386gnu.mh (XDEPFILES): Delete.
9336 * config/i386/fbsd.mh (XDEPFILES): Delete.
9337 * config/i386/i386bsd.mh (XDEPFILES): Delete.
9338 * config/i386/i386sco5.mh (XDEPFILES): Delete.
9339 * config/i386/i386v4.mh (XDEPFILES): Delete.
9340 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
9341 * config/i386/i386sco4.mh (XDEPFILES): Delete.
9342 * config/i386/i386aix.mh (XDEPFILES): Delete.
9343 * config/i386/go32.mh (XDEPFILES): Delete.
9344 * config/i386/cygwin.mh (XDEPFILES): Delete.
9345 * config/i386/i386lynx.mh (XDEPFILES): Delete.
9346 * config/i386/i386mach.mh (XDEPFILES): Delete.
9347 * config/i386/i386v32.mh (XDEPFILES): Delete.
9348 * config/i386/linux.mh (XDEPFILES): Delete.
9349 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
9350 * config/i386/ncr3000.mh (XDEPFILES): Delete.
9351 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
9352 * config/i386/i386sco.mh (XDEPFILES): Delete.
9353 * config/i386/i386v.mh (XDEPFILES): Delete.
9354 * config/i386/nbsd.mh (XDEPFILES): Delete.
9355 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
9356 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
9357 * config/i386/symmetry.mh (XDEPFILES): Delete.
9358 * config/i386/obsd.mh (XDEPFILES): Delete.
9359 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
9360 * config/ia64/linux.mh (XDEPFILES): Delete.
9361 * config/ia64/aix.mh (XDEPFILES): Delete.
9362 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
9363 * config/m68k/dpx2.mh (XDEPFILES): Delete.
9364 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
9365 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
9366 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
9367 * config/m68k/linux.mh (XDEPFILES): Delete.
9368 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
9369 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
9370 * config/m68k/nbsd.mh (XDEPFILES): Delete.
9371 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
9372 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
9373 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
9374 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
9375 * config/m88k/delta88.mh (XDEPFILES): Delete.
9376 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
9377 * config/m88k/m88k.mh (XDEPFILES): Delete.
9378 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
9379 * config/mips/linux.mh (XDEPFILES): Delete.
9380 * config/mips/irix6.mh (XDEPFILES): Delete.
9381 * config/mips/irix5.mh (XDEPFILES): Delete.
9382 * config/mips/irix4.mh (XDEPFILES): Delete.
9383 * config/mips/irix3.mh (XDEPFILES): Delete.
9384 * config/mips/decstation.mh (XDEPFILES): Delete.
9385 * config/mips/mipsm3.mh (XDEPFILES): Delete.
9386 (NATDEPFILES): Move core-aout.o to here.
9387 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
9388 * config/pa/hpux1020.mh (XDEPFILES): Delete.
9389 * config/pa/hppabsd.mh (XDEPFILES): Delete.
9390 * config/pa/hppahpux.mh (XDEPFILES): Delete.
9391 * config/pa/hpux11w.mh (XDEPFILES): Delete.
9392 * config/pa/hppaosf.mh (XDEPFILES): Delete.
9393 * config/pa/hpux11.mh (XDEPFILES): Delete.
9394 * config/powerpc/aix.mh (XDEPFILES): Delete.
9395 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
9396 * config/powerpc/linux.mh (XDEPFILES): Delete.
9397 * config/romp/rtbsd.mh: Rename XDEPFILES.
9398 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
9399 * config/rs6000/aix4.mh (XDEPFILES): Delete.
9400 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
9401 * config/s390/s390.mh (XDEPFILES): Delete.
9402 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
9403 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
9404 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
9405 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
9406 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
9407 * config/sparc/nbsd.mh (XDEPFILES): Delete.
9408 * config/sparc/linux.mh (XDEPFILES): Delete.
9409 * config/vax/vaxult.mh (XDEPFILES): Delete.
9410 * config/vax/vaxult2.mh (XDEPFILES): Delete.
9411 * Makefile.in (DEPFILES): Remove XDEPFILES.
9415 * utils.c (internal_verror): Fix comments, default is yes not no.
9416 Update queries to match. Default to quit and dump core.
9420 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
9422 * defs.h, event-top.c, gdbcmd.h: Ditto.
9423 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
9424 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
9425 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
9426 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
9427 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
9428 * mi/mi-main.c:Ditto.
9430 * stack.c, symfile.c: Update copyright.
9434 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
9435 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
9436 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
9437 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
9441 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
9442 * gdbserver/low-lynx.c (myattach): Likewise.
9443 * gdbserver/low-nbsd.c (myattach): Likewise.
9444 * gdbserver/low-sim.c (myattach): Likewise.
9445 * gdbserver/low-sparc.c (myattach): Likewise.
9446 * gdbserver/low-sun3.c (myattach): Likewise.
9448 * gdbserver/low-linux.c (myattach): New function.
9450 * gdbserver/server.c (attach_inferior): New function.
9451 (main): Handle "--attach".
9455 * MAINTAINERS (language support): Daniel Jacobwitz is C++
9460 * c-typeprint.c (is_type_conversion_operator): Add additional
9461 check for non-conversion operators.
9465 * linux-proc.c: Add "info proc" command, a la procfs.c.
9466 (read_mapping): New function, abstract and re-use code.
9467 (linux_find_memory_regions): Use new func read_mapping.
9468 (linux_info_proc_cmd): New function, implement "info proc".
9469 (_initialize_linux_proc): Add new command "info proc".
9473 * symfile.c (generic_load): Use bfd_map_over_sections method
9474 instead of manipulating bfd structure members directly.
9475 (add_section_size_callback): New function, bfd sections callback
9476 used by generic_load.
9477 (load_sections_callback): New function, bfd sections callback
9478 used by generic_load.
9482 [Based on work by Jim Blandy]
9483 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
9484 (builtin_type_vec128): Export.
9485 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
9487 (builtin_type_vec128): New builtin type for 128 bit vector
9489 (build_gdbtypes): Initialize builtin_type_v16qi and
9490 builtin_type_v8hi. Create the vec128 register builtin type
9492 (build_builtin_type_vec128): New function.
9493 (_initialize_gdbtypes): Register builtin_type_v16qi and
9494 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
9495 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
9496 AltiVec register to new builtin type.
9500 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
9505 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
9506 CLEAN_UP_REGISTER_VALUE.
9507 * regcache.c (supply_register): Update only call.
9511 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
9512 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
9513 a29k-*-vxworks* targets as obsolete.
9517 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
9518 until we can resolve portability issues.
9519 * gregset.h: Remove references to fpxregs.
9520 * gcore.c (gcore_command): Initialize note_sec to NULL.
9524 * signals.c (target_signal_to_name): Rewrite. Only use
9525 signals[].name when in bounds and non-NULL.
9530 * signals.c (target_signal_to_name): Verify that SIG is within the
9531 bounds of the signals array.
9535 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
9539 * stack.c (print_frame_info_base): Print the frame's pc
9540 only if when print_frame_info_listing_hook is not defined.
9544 * varobj.c (varobj_set_value): Make sure that there were no
9545 errors evaluating the object before attempting to set its
9547 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
9548 so this offset adjustment is no longer necessary.
9549 (create_child): Don't set the error flag if the child is
9551 (value_of_child): If value_fetch_lazy fails, return NULL
9552 so that callers will be notified that an error occurred.
9553 (c_value_of_variable): Delay check of variable's validity
9554 until later. We actually want all structs and unions to have
9556 Do not return "???" for variables which could not be evaluated.
9557 This error condition must be returned to the caller so that it
9558 can get the error condition from gdb.
9559 (cplus_name_of_child): Adjust index for vptr before figuring
9560 out the name of the child.
9561 (cplus_value_of_child): If a child's (real) parent is not valid,
9562 don't even bother trying to give a value for it. Just return
9563 an error. Change all instances in this function.
9564 (cplus_type_of_child): If our parent is one of the "fake"
9565 parents, we need to get at the type of the real parent, and
9566 derive the child's true type using this information.
9571 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
9572 sources.redhat.com, and tweak some related URLs which had
9573 suffered from linkrot.
9578 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
9579 structures passed in registers.
9583 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
9584 white space which prevented compilation. Reported by DSK
9589 * symfile.c (build_section_addr_info_from_section_tab):
9590 Use bfd access method instead of manipulating bfd directly.
9591 (syms_from_objfile): Ditto.
9592 (simple_overlay_update_1): Ditto.
9593 (simple_overlay_update): Ditto.
9594 (generic_load): Ditto.
9595 (overlay_unmapped_address): FIXME comment, bfd access methods.
9596 (sections_overlap): FIXME comment, bfd access methods.
9597 (pc_in_mapped_range): FIXME comment, bfd access methods.
9598 (pc_in_unmapped_range): FIXME comment, bfd access methods.
9599 (section_is_mapped): FIXME comment, bfd access methods.
9600 (section_is_overlay): FIXME comment, bfd access methods.
9602 * symfile.c (generic_load): Whitespace and long line cleanups.
9603 Remove duplicate variable, change several local variables to
9604 more appropriate data types.
9605 (print_transfer_performance): Use %lu instead of %ld for ulongs.
9610 * language.c (longest_local_hex_string_custom): Use phex_nz to
9611 convert NUM to a hex string.
9615 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
9617 Update Copyright year.
9621 * language.c (longest_raw_hex_string): Delete unused function.
9625 * MAINTAINERS (write-after-approval): Add myself.
9626 * dwarf2read.c (read_tag_string_type): Handling of
9628 (read_tag_string_type): FORTRAN fix to prevent propagation of
9630 (set_cu_language): Handling of DW_LANG_Fortran95
9634 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
9635 GETPID(inferior_ptid).
9636 (store_inferior_registers): Likewise.
9640 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
9645 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
9646 and bfd/elf32-sh-nbsd.c.
9650 * NEWS: Mention --pid and corefile/proc-id behavior change.
9652 * Makefile.in: Add rules for gcore.o and linux-proc.o.
9653 * gcore.c: Include cli/cli-decode.h instead of command.h.
9655 * main.c (captured_main): Add new command line option "--pid".
9656 If the second command line argument (following the symbol-file)
9657 begins with a digit, try to attach to it before trying to open
9659 (print_gdb_help): Document the "--pid" argument.
9663 * completer.c (command_completer): New function.
9665 * completer.h <command_completer>: Add prototype.
9667 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
9668 completer for the "help" command.
9672 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
9676 * i386-linux-nat.c (fill_fpxregset): Make global.
9677 (store_fpxregset): Ditto.
9679 * gregset.h (gdb_fpxregset_t): Define.
9680 (supply_fpxregset): Prototype.
9681 (fill_fpxregset): Prototype.
9683 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
9687 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
9688 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
9689 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
9693 * MAINTAINERS: Update target maintainer rules so that any
9694 Maintainer can approve a tested patch for a maintenance-only
9699 * MAINTAINERS (write-after-approval): Add myself.
9701 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
9706 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
9707 real name of the executable, rather than the /proc name.
9711 Implement a "generate-core-file" command in gdb, save target state.
9712 * gcore.c: New file. Implement new command 'generate-core-file'.
9713 Save a corefile image of the current state of the inferior.
9714 * linux-proc.c: Add linux-specific code for saving corefiles.
9715 * target.h (struct target_ops): Add new target vectors for saving
9716 corefiles; to_find_memory_regions and to_make_corefile_notes.
9717 (target_find_memory_regions): New macro.
9718 (target_make_corefile_notes): New macro.
9719 * target.c (update_current_target): Inherit new target methods.
9720 (dummy_find_memory_regions): New place-holder method.
9721 (dummy_make_corefile_notes): New place-holder method.
9722 (init_dummy_target): Initialize new dummy target vectors.
9723 * exec.c (exec_set_find_memory_regions): New function.
9724 Allow the exec_ops vector for memory regions to be taken over.
9725 (exec_make_note_section): New function, target vector method.
9726 * defs.h (exec_set_find_memory_regions): Export prototype.
9727 * procfs.c (proc_find_memory_regions): New function, corefile method.
9728 (procfs_make_note_section): New function, corefile method.
9729 (init_procfs_ops): Set new target vector pointers.
9730 (find_memory_regions_callback): New function.
9731 (procfs_do_thread_registers): New function.
9732 (procfs_corefile_thread_callback): New function.
9733 * sol-thread.c (sol_find_memory_regions): New function.
9734 (sol_make_note_section): New function.
9735 (init_sol_thread_ops): Initialize new target vectors.
9736 * inftarg.c (inftarg_set_find_memory_regions): New function.
9737 Allow to_find_memory_regions vector to be taken over.
9738 (inftarg_set_make_corefile_notes): New function.
9739 Allow to_make_corefile_notes vector to be taken over.
9740 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
9741 interface layer if not target_has_execution (may be a corefile).
9742 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
9743 * config/sparc/sun4sol2.mh: Ditto.
9744 * config/alpha/alpha-linux.mh: Ditto.
9745 * config/arm/linux.mh: Ditto.
9746 * config/i386/x86-64linux.mh: Ditto.
9747 * config/ia64/linux.mh: Ditto.
9748 * config/m68k/linux.mh: Ditto.
9749 * config/mips/linux.mh: Ditto.
9750 * config/powerpc/linux.mh: Ditto.
9751 * config/sparc/linux.mh: Ditto.
9755 * arm-linux-nat.c: Remove references to regcache.c internal data
9756 (registers[] and register_valid[]).
9760 * linux-proc.c: New file. Implement child_pid_to_exec_file,
9761 so that attaching to a pid will automatically read the process's
9762 symbol file and shlibs.
9763 * Makefile.in: Add rule for linux-proc.o.
9764 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
9765 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
9766 * config/arm/linux.mh: Ditto.
9767 * config/i386/linux.mh: Ditto.
9768 * config/i386/x86-64linux.mh: Ditto.
9769 * config/ia64/linux.mh: Ditto.
9770 * config/m68k/linux.mh: Ditto.
9771 * config/mips/linux.mh: Ditto.
9772 * config/powerpc/linux.mh: Ditto.
9773 * config/sparc/linux.mh: Ditto.
9777 * win32-nat.c: Add i386-tdep.h dependency.
9781 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
9782 instead of bfd_get_arch_size. Don't bail out just because
9783 there's no exec_bfd.
9785 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
9786 * p-valprint.c (pascal_object_print_value): Ditto.
9787 * somread.c (som_symtab_read): Ditto.
9788 * symfile.c (simple_free_overlay_region_table): Ditto.
9789 * valops.c (value_assign): Ditto.
9791 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
9792 use tilde_expand and strerror for opening save-tracepoints file.
9794 * thread-db.c (thread_db_new_objfile): Indendation fix.
9796 * infptrace.c (GDB_MAX_ALLOCA): New define.
9797 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
9798 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
9799 can be overridden with whatever value is appropriate to the host).
9800 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
9801 alloca to allocate potentially large buffer.
9802 * rs6000-nat.c (child_xfer_memory): Ditto.
9803 * symm-nat.c (child_xfer_memory): Ditto.
9804 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
9809 * d10v-tdep.c: Set STACK_START to 0x200bffe.
9813 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
9814 Don't use exec_bfd if it's NULL.
9818 * valops.c (value_arg_coerce): Fix formatting.
9822 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
9827 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
9828 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
9829 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
9830 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
9831 z8k-coff have not been multi-arched. Update z8k-coff build
9836 * MAINTAINERS: Mark a29k target as obsolete.
9837 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
9838 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
9840 * NEWS: Note that a29k targets are obsolete.
9841 * a29k-tdep.c: Mark as obsolete.
9842 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
9843 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
9844 a29k-*-vxworks* targets as obsolete.
9845 * remote-adapt.c: Obsolete.
9846 * remote-eb.c: Obsolete.
9847 * remote-mm.c: Obsolete.
9848 * remote-udi.c: Obsolete.
9849 * config/a29k/a29k-udi.mt: Obsolete.
9850 * config/a29k/a29k.mt: Obsolete.
9851 * config/a29k/tm-a29k.h: Obsolete.
9852 * config/a29k/tm-vx29k.h: Obsolete.
9853 * config/a29k/vx29k.mt: Obsolete.
9857 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
9858 with BFD_ENDIAN_BIG.
9862 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
9863 * configure, config.in: Re-generate.
9864 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
9865 * defs.h: Do not include <endian.h>.
9869 * acconfig.h (HAVE_PT_GETXMMREGS): New.
9870 * config.in: Regenerate.
9871 * configure.in: Update copyright years.
9872 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
9873 * configure: Regenerate.
9874 * i386bsd-nat.c: Update copyright years.
9875 (fill_gregset): Use regcache_collect.
9876 (fetch_inferior_registers): Only fetch integer registers
9877 if requested to do so. Add support for XMM registers
9878 using PT_GETXMMREGS.
9879 (store_inferior_registers): Only store integer registers
9880 if requested to do so. Add support for XMM registers
9881 using PT_SETXMMREGS.
9882 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
9883 (store_inferior_registers): Remove.
9884 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
9885 (fetch_elfcore_registers): New function.
9886 (i386nbsd_elfcore_fns): New.
9887 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
9888 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
9890 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
9891 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
9892 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
9893 * config/i386/tm-nbsd.h: Update copyright years.
9894 (HAVE_SSE_REGS): Define.
9895 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
9896 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
9897 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
9898 (SIGCONTEXT_PC_OFFSET): Remove.
9899 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
9903 * configure.tgt: Remove powerpc-*-macos* target.
9904 * config/m68k/xm-mpw.h: Delete file.
9905 * config/xm-mpw.h: Delete file.
9906 * ser-mac.c: Delete file.
9907 * mpw-make.sed: Delete file.
9908 * mpw-config.in: Delete file.
9909 * mac-xdep.c: Delete file.
9910 * mac-gdb.r: Delete file.
9911 * mac-defs.h: Delete file.
9912 * mac-nat.c: Delete file.
9913 * config/powerpc/macos.mh: Delete file.
9914 * config/powerpc/macos.mt: Delete file.
9915 * config/powerpc/nm-macos.h: Delete file.
9916 * config/powerpc/tm-macos.h: Delete file.
9917 * source.c (openp, open_source_file): Remove obsolete code.
9918 * top.c (gdb_readline): Ditto.
9919 * utils.c (query): Ditto.
9920 * event-top.c (display_gdb_prompt): Ditto.
9921 * Makefile.in (ser-mac.o): Delete obsolete target.
9926 * defs.h (BIG_ENDIAN): Delete macro definition.
9927 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
9928 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
9929 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
9930 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
9931 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
9932 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
9933 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
9934 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
9935 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
9936 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
9937 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
9938 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
9939 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
9940 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
9941 * gdbarch.c: Re-generate.
9945 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
9950 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
9954 * value.h (value_ptr): Delete typedef.
9958 * i386nbsd-nat.c: Update copyright years.
9959 Include i386-tdep.h.
9963 * stabsread.c: Update copyright years.
9966 (read_struct_fields): Deal with Sun C compiler erroneous stab
9967 output for structs and unions.
9972 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
9977 * cp-abi.c: Fix whitespace.
9978 (baseclass_offset): New wrapper function.
9979 * cp-abi.h (baseclass_offset): Add prototype.
9980 (struct cp_abi_ops): Add baseclass_offset pointer.
9982 * valops.c (vb_match): Move to...
9983 * gnu-v2-abi.c (vb_match): here.
9984 * valops.c (baseclass_offset): Move to...
9985 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
9987 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
9989 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
9990 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
9991 * hpacc-abi.c (init_hpacc_ops): Likewise.
9995 * valops.c (find_overload_match): Accept obj as a
9996 reference parameter. Update it before returning.
9997 * value.h (find_overload_match): Update prototype.
9998 * eval.c (evaluate_subexp_standard): Pass object to
9999 find_overload_match by reference.
10003 * valarith.c: Replace value_ptr with struct value pointer. Remove
10004 register attribute from value declarations.
10007 * scm-lang.c (scm_lookup_name): Ditto.
10011 Abstract the functionality of iterating over mapped memory
10012 regions into a general purpose iterator function.
10013 * procfs.c (iterate_over_mappings): New function, general purpose
10014 iterator for memory sections.
10015 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
10016 (solib_mappings_callback): New function, callback for above.
10017 (info_proc_mappings): Reimpliment using iterate_over_mappings.
10018 (info_mappings_callback): New function, callback for above.
10020 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
10024 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
10025 * i386-tdep.c: Include "elf-bfd.h".
10026 (process_note_abi_tag_sections): New function.
10027 (i386_gdbarch_init): Add code to recognize various OS/ABI
10030 * maint.c (_initialize_maint_cmds): Add missing \ in
10033 For older changes see ChangeLog-2001
10039 version-control: never