1 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
3 * ada-lang.c (fill_in_ada_prototype): Update comment.
5 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
7 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
9 (mips_abi_string, mips_abi_strings): New.
10 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
11 (mips_gdbarch_init): Set tdep->found_abi. Don't set
12 tdep->mips_abi_string. Honor mips_abi_string. Default to
13 O32 if no ABI is found.
14 (mips_dump_tdep): Use mips_abi_strings.
15 (mips_abi_update): New function.
16 (_initialize_mips_tdep): Initialize mips_abi_string. Add
17 ``set mips abi'' and ``show mips abi''. Check the size of
20 2002-06-19 Andrew Cagney <cagney@redhat.com>
22 * i386-linux-tdep.c (i386_linux_register_name): Make return type
25 2002-06-18 Joel Brobecker <brobecker@gnat.com>
27 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
28 current frame using only the first stack size adjustment. All
29 subsequent size adjustments are not considered to be part of
30 the "static" part of the current frame.
31 Compute the address of the saved registers relative to the
32 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
35 2002-06-18 Don Howard <dhoward@redhat.com>
37 * valops.c (value_ind): Use value_at_lazy() when dereferencing
38 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
39 suggesting this solution.
41 2002-06-18 Andrew Cagney <ac131313@redhat.com>
43 * config/romp/xm-rtbsd.h: Delete file.
44 * config/romp/rtbsd.mh: Delete file.
46 2002-06-18 Keith Seitz <keiths@redhat.com>
48 * breakpoint.c (condition_command): Post breakpoint_modify
49 when a condition is added to an existing breakpoint.
50 (commands_command): Likewise for commands.
51 (set_ignore_count): Likewise for ignore counts.
52 If no tty, do not simply return, still need to send event
54 (ignore_command): Only print a newline if the command came
56 Don't call breakpoints_changed, since this is now properly
57 handled by set_ignore_count.
59 2002-06-18 Andrew Cagney <cagney@redhat.com>
61 * MAINTAINERS: Note that cris-elf target can be compiled with
63 * cris-tdep.c (cris_register_name): Make return type constant.
64 (cris_breakpoint_from_pc): Ditto.
66 2002-06-18 Michal Ludvig <mludvig@suse.cz>
68 * frame.h (struct frame_info): Change type of context to
71 2002-06-17 Andrew Cagney <cagney@redhat.com>
73 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
75 * gdbarch.h, gdbarch.c: Regenerate.
76 * config/mips/tm-mips.h (mips_register_name): Update.
77 * i386-tdep.h (i386_register_name): Update.
78 * mips-tdep.c (mips_register_name): Update
79 * alpha-tdep.c (alpha_register_name): Update.
80 * arch-utils.c (legacy_register_name): Update.
81 * arch-utils.h (legacy_register_name): Update.
82 * avr-tdep.c (avr_register_name): Update.
83 * ia64-tdep.c (ia64_register_name): Update.
84 * i386-tdep.c (i386_register_name): Update.
85 * sparc-tdep.c (sparc32_register_name): Update.
86 (sparc64_register_name): Update.
87 (sparclite_register_name): Update.
88 (sparclet_register_name): Update.
89 * sh-tdep.c (sh_generic_register_name): Update.
90 (sh_sh_register_name): Update.
91 (sh_sh3_register_name): Update.
92 (sh_sh3e_register_name): Update.
93 (sh_sh_dsp_register_name): Update.
94 (sh_sh3_dsp_register_name): Update.
95 (sh_sh4_register_name): Update.
96 (sh_sh64_register_name): Update.
97 * s390-tdep.c (s390_register_name): Update.
98 * rs6000-tdep.c (rs6000_register_name): Update.
99 * ns32k-tdep.c (ns32k_register_name_32082): Update.
100 (ns32k_register_name_32382): Update.
101 * d10v-tdep.c (d10v_ts2_register_name): Update.
102 (d10v_ts3_register_name): Update.
103 * xstormy16-tdep.c (xstormy16_register_name): Update.
104 * vax-tdep.c (vax_register_name): Update.
105 * v850-tdep.c (v850_register_name): Update.
106 * m68hc11-tdep.c (m68hc11_register_name): Update.
107 * mn10300-tdep.c (mn10300_generic_register_name): Update.
108 (am33_register_name): Update.
110 2002-06-17 Grace Sainsbury <graces@redhat.com>
112 * m68k-tdep.c: Reindented.
114 2002-06-17 Andrew Cagney <ac131313@redhat.com>
116 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
117 list of predefined types.
119 2002-06-16 Mark Kettenis <kettenis@gnu.org>
121 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
122 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
123 REGISTER_CONVERT_TO_RAW): Remove defines.
124 (i386_register_virtual_type, i386_register_convertible,
125 i386_register_convert_to_virtual, i386_register_convert_to_raw):
127 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
128 macros mentioned above.
130 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
131 (i386lynx_saved_pc_after_call): Remove prototype.
132 * i386ly-tdep.c: Include "i386-tdep.h".
133 (i386lynx_saved_pc_after_call): Make static. Use
134 read_memory_nobpt instead of read_memory. Use
135 read_memory_unsigned_integer instead of read_memory_integer.
136 (i386lynx_init_abi): New function.
137 (i386lynx_coff_osabi_sniffer): New function.
138 (_initialize_i386bsd_tdep): New function.
140 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
141 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
142 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
143 (i386_fix_call_dummy): Remove prototype.
144 * i386-tdep.c (i386_call_dummy_words): New variable.
145 (i386_gdbarch_init): Adjust for removal of the
146 macros mentioned above.
148 2002-06-15 Andrew Cagney <ac131313@redhat.com>
150 * command.h (add_setshow_auto_boolean_cmd): Replace
151 add_set_auto_boolean_cmd.
152 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
153 add_set_auto_boolean_cmd.
154 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
155 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
156 mask-address'' command.
157 (show_mask_address): Add cmd parameter.
158 * remote.c (add_packet_config_cmd): Update. Change type of
159 set_func and show_func to cmd_sfunc_ftype.
160 (_initialize_remote): Update `set remote Z-packet'
161 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
162 (show_remote_protocol_e_packet_cmd): Ditto.
163 (show_remote_protocol_E_packet_cmd): Ditto.
164 (show_remote_protocol_P_packet_cmd): Ditto.
165 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
166 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
167 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
168 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
169 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
170 (show_remote_protocol_Z_packet_cmd): Ditto.
171 (show_remote_protocol_binary_download_cmd): Ditto.
172 (show_remote_cmd): Pass NULL to all of above.
174 2002-06-15 Mark Kettenis <kettenis@gnu.org>
176 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
177 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
178 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
179 POP_FRAME): Remove defines.
180 (i386_push_arguments, i386_store_struct_return,
181 i386_extract_return_value, i386_store_return_value,
182 i386_extract_struct_value_address, i386_push_dummy_frame,
183 i386_pop_frame): Renove prototypes.
184 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
185 macros mentioned above.
187 2002-06-15 Andrew Cagney <ac131313@redhat.com>
189 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
191 (add_setshow_cmd): New function.
192 * command.h (add_setshow_boolean_cmd): Replace
194 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
195 and ``set rdiromatzero''.
196 * maint.c (_initialize_maint_cmds): Update commented out code.
197 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
198 * target.c (initialize_targets): Update `set
199 trust-readonly-sections'.
200 * remote.c (_initialize_remote): Update `set remotebreak'.
202 2002-06-15 Mark Kettenis <kettenis@gnu.org>
204 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
205 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
206 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
207 fit into multi-arch framework.
208 (i386_breakpoint_from_pc): New function.
209 (i386_gdbarch_init): Adjust for removal of the macros mentioned
212 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
213 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
214 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
215 (i386_frameless_function_invocation, i386_frame_num_args,
216 i386_frame_init_saved_regs): Remove prototypes.
217 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
218 macros mentioned above.
220 2002-06-15 Andrew Cagney <ac131313@redhat.com>
222 * cli/cli-decode.c (set_cmd_cfunc): Update.
223 (set_cmd_sfunc): Update.
224 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
225 (set_cmd_sfunc, set_cmd_cfunc): Update.
226 * cli/cli-decode.h: Update.
228 2002-06-15 Mark Kettenis <kettenis@gnu.org>
230 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
231 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
233 2002-06-15 Andrew Cagney <ac131313@redhat.com>
235 * defs.h (auto_boolean): Declare enum.
236 * command.h (cmd_auto_boolean): Delete enum.
237 * mips-tdep.c (mask_address_var): Update.
238 (mips_mask_address_p): Update.
239 (show_mask_address): Update.
240 * remote.c (struct packet_config): Update.
241 (update_packet_config): Update.
242 (show_packet_config_cmd): Update.
244 (add_packet_config_cmd): Update.
245 (_initialize_remote):
247 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
248 (do_setshow_command): Update.
249 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
250 * cli/cli-decode.h: Update.
252 2002-06-15 Mark Kettenis <kettenis@gnu.org>
254 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
255 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
256 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
257 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
258 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
259 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
261 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
262 list of DJGPP COFF targets.
264 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
265 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
266 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
267 (FP0_REGNUM): Remove define.
268 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
269 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
270 (i386_register_virtual_size): Remove protoype.
271 * i386-tdep.c (i386_register_virtual_size): Removed.
272 (i386_extract_return_value, i386_store_return_value): Use
273 FP0_REGNUM instead of NUM_FREGS to determine whether the
274 floating-point registers are available.
275 (i386_gdbarch_init): Tweak FIXME about FPU registers.
276 Adjust for removal of macros mentioned above.
278 2002-06-15 Mark Kettenis <kettenis@gnu.org>
280 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
282 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
284 (supply_gregset, fill_gregset): Remove use of register keyword and
285 remove declaration for regmap. Use I386_NUM_GREGS instead of
286 NUM_REGS and NUM_FREGS.
287 (FPREGSET_FSAVE_OFFSET): Remove.
288 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
289 NUM_FREGS to determine whether the floating-point registers are
292 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
293 gnu_store_registers): Replace usage of NUM_GREGS with
296 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
297 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
298 usage of NUM_GREGS with I386_NUM_GREGS.
300 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
302 * i386bsd-nat.c: Include "i386-tdep.h".
303 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
306 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
307 and associated comment. They no longer make any sense, since we
308 don't use this file anymore on Linux.
310 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
311 * i386-tdep.c (i386_register_offset, i386_register_size): Use
312 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
313 elements in these arrays.
314 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
317 2002-06-15 Mark Kettenis <kettenis@gnu.org>
319 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
320 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
322 2002-06-14 Andrew Cagney <cagney@redhat.com>
324 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
325 EXTRACT_RETURN_VALUE.
326 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
327 EXTRACT_STRUCT_VALUE_ADDRESS.
328 * gdbarch.h, gdbarch.c: Regenerate.
330 * values.c (value_being_returned): Handle
331 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
332 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
334 * arm-linux-tdep.c (arm_linux_init_abi): Update.
335 * arm-tdep.c (arm_gdbarch_init): Update.
336 * avr-tdep.c (avr_gdbarch_init): Update.
337 * cris-tdep.c (cris_gdbarch_init): Update.
338 * d10v-tdep.c (d10v_gdbarch_init): Update.
339 * ia64-tdep.c (ia64_gdbarch_init): Update.
340 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
341 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
342 * s390-tdep.c (s390_gdbarch_init): Update.
343 * sh-tdep.c (sh_gdbarch_init): Update.
344 * s390-tdep.c (s390_gdbarch_init): Update.
345 * sparc-tdep.c (sparc_gdbarch_init): Update.
346 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
347 * v850-tdep.c (v850_gdbarch_init): Update.
348 * vax-tdep.c (vax_gdbarch_init): Update.
349 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
350 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
352 * config/arc/tm-arc.h: Update.
353 * config/d30v/tm-d30v.h: Update.
354 * config/fr30/tm-fr30.h: Update.
355 * config/h8300/tm-h8300.h: Update.
356 * config/h8500/tm-h8500.h: Update.
357 * config/i386/tm-i386.h: Update.
358 * config/i386/tm-ptx.h: Update.
359 * config/i386/tm-symmetry.h: Update.
360 * config/i960/tm-i960.h: Update.
361 * config/m32r/tm-m32r.h: Update.
362 * config/m68k/tm-delta68.h: Update.
363 * config/m68k/tm-linux.h: Update.
364 * config/m68k/tm-m68k.h: Update.
365 * config/m88k/tm-m88k.h: Update.
366 * config/mcore/tm-mcore.h: Update.
367 * config/mips/tm-mips.h: Update.
368 * config/mn10200/tm-mn10200.h: Update.
369 * config/pa/tm-hppa.h: Update.
370 * config/pa/tm-hppa64.h: Update.
371 * config/sparc/tm-sp64.h: Update.
372 * config/sparc/tm-sparc.h: Update.
373 * config/sparc/tm-sparclet.h: Update.
374 * config/z8k/tm-z8k.h: Update.
376 2002-06-14 Andrew Cagney <cagney@redhat.com>
378 * Makefile.in (i386_linux_tdep_h): Define.
379 (i386_tdep_h, i387_tdep_h): Define.
380 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
381 $(i386_tdep_h) and $(i387_tdep_h).
382 * i386-linux-nat.c: Include "i386-linux-tdep.h".
384 2002-06-14 Mark Kettenis <kettenis@gnu.org>
386 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
387 Already covered by the default.
389 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
390 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
391 (i386_gdbarch_init): Initialize long_double_format and long_double
394 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
395 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
397 * config/i386/i386sol2.mh: ... here.
398 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
399 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
400 (SIGCONTEXT_PC_OFFSET): Remove define.
401 (IN_SIGTRAMP): Remove define.
402 * i386-sol2-tdep.c: New file.
404 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
405 * config/i386/tm-i386nw.h: Removed.
407 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
408 USE_STRUCT_CONVENTION): Remove defines.
409 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
410 (get_longjmp_target): Remove prototype.
411 (IN_SIGTRAMP): Remove define.
412 (i386bsd_in_sigtramp): Remove prototype.
413 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
414 function. Update comment accordingly
415 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
416 (FRAME_SAVED_PC): Remove define.
417 (i386bsd_frame_saved_pc): Remove prototype.
418 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
419 GET_LONGJMP_TARGET): Remove defines.
420 (get_longjmp_target): Remove prototype.
421 (IN_SIGTRAMP): Remove define.
422 (i386bsd_in_sigtramp): Remove prototype.
423 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
424 function. Update comment accordingly
425 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
426 (FRAME_SAVED_PC): Remove define.
427 (i386bsd_frame_saved_pc): Remove prototype.
428 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
430 (USE_STRUCT_CONVENTION): Remove prototype.
431 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
433 (_initialize_i386bsd_nat): Revise logic to determine some
434 constants at compile time when compiling a native GDB. Warn if
435 things don't match up with what we expect.
436 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
438 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
439 to use date stored in `struct gdbarch_tdep'.
440 (i386bsd_sigcontext_offset): Remove varaible.
441 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
442 stored in `struct gdbarch_tdep'.
443 (i386bsd_frame_saved_pc): Make static.
444 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
445 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
446 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
447 i386fbsd4_sc_pc_offset): New variables.
448 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
449 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
451 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
453 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
454 Modify the value of i386fbsd_sigtramp_start and
455 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
456 i386fbsd_sigtramp_end.
457 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
460 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
461 define to i386-linux-tdep.h.
462 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
463 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
465 (i386_linux_register_name, i386_linux_register_byte,
466 i386_linux_register_raw_size): Remove prototypes.
467 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
468 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
469 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
470 TARGET_WRITE_PC): Remove defines.
471 (i386_linux_in_sigtramp, i386_linux_frame_chain,
472 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
473 i386_linux_write_pc): Remove prototypes.
474 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
475 (get_longjmp_target): Remove prototype.
476 * i386-linux-tdep.h: New file.
477 * i386-linux-nat.c: Include "i386-linux-tdep.h".
478 * i386-linux-tdep.c: Include "i386-tdep.h" and
480 (i386_linux_register_name, i386_linux_register_byte,
481 i386_linux_register_raw_size, i386_linux_in_sigtramp,
482 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
484 (i386_linux_init_abi): New function.
485 (_initialize_i386_linux_tdep): New function.
487 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
488 (i386_saved_pc_after_call): Remove prototype.
489 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
490 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
491 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
492 (i386_register_name, i386_stab_reg_to_regnum,
493 i386_dwarf_reg_to_regnum): Remove prototypes.
494 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
495 SIZEOF_SSE_REGS): Remove defines.
496 (REGISTER_BYTES): Remove define.
497 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
498 (i386_register_byte, i386_register_raw_size): Remove prototypes.
499 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
500 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
501 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
502 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
503 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
504 (get_longjmp_target): Remove prototype.
505 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
506 (sigtramp_saved_pc): Remove define.
507 (i386v4_sigtramp_saved_pc): Remove prototype.
508 * config/i386/tm-go32.h (FRAME_CHAIN,
509 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
510 (i386go32_frame_saved_pc): Remove prototype.
511 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
512 (get_longjmp_target): Remove prototype.
513 * i386-tdep.h: Include "osabi.h".
514 (enum i386_abi): Removed.
515 (enum struct_return): New enum.
516 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
517 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
518 sc_pc_offset members.
519 (i386_gdbarch_register_os_abi): Remove prototype.
520 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
521 I386_SSE_NUM_REGS): New defines.
522 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
523 I386_SSE_SIZEOF_REGS): New defines.
524 (i386_register_name, i386_register_byte, i386_register_raw_size):
526 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
527 (i386bsd_sigtramp_saved_pc): New prototype.
528 * i386-tdep.c: Don't include "elf-bfd.h".
529 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
530 i386_frame_chain, i386_saved_pc_after_call): Make static.
531 (i386_frame_saved_pc): Rewrite to call architecture dependent
532 function to deal with signal handlers. Make static.
533 (i386go32_frame_saved_pc): Removed.
534 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
536 (i386_get_longjmp_target): New function.
537 (default_struct_convention, pcc_struct_convention,
538 reg_struct_convention, valid_conventions, struct_convention): New
540 (i386_use_struct_convention): New function.
541 (i386v4_sigtramp_saved_pc): Renamed to
542 i386_svr4_sigtramp_saved_pc. Made static. Moved.
543 (i386_pc_in_sigtramp): New function.
544 (i386_abi_names): Removed.
545 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
546 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
548 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
549 i386_gdbarch_register_os_abi): Removed.
550 (struct i386_abi_handler): Removed.
551 (i386_abi_handler_list): Removed.
552 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
554 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
555 i386_nw_init_abi): New functions.
556 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
557 Use set_gdbarch_xxx() calls instead of relying on macros for a
559 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
560 (_initialize_i386_tdep): Add new 'struct-convcention' command.
561 Register the various architecture variants defined in this file.
563 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
565 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
566 (struct main_type): Remove arg_types member. Update comments for
568 (TYPE_ARG_TYPES): Remove.
569 (TYPE_FN_FIELD_ARGS): Update.
570 (smash_to_method_type): Update prototype.
572 * c-typeprint.c (cp_type_print_method_args): Take method type
573 instead of argument list. Use new argument layout. Simplify.
574 (c_type_print_args): Use new argument layout. Simplify.
575 (c_type_print_base): Update call to cp_type_print_method_args.
576 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
577 argument; use die->type instead. Update call to
578 smash_to_method_type.
579 (read_structure_scope): Update call to dwarf2_add_member_fn.
580 * gdbtypes.c (allocate_stub_method): Update comment.
581 (smash_to_method_type): Take new NARGS and VARARGS arguments.
582 Use new argument layout.
583 (check_stub_method): Use new argument layout. Don't count
585 (print_arg_types): Update comments. Use new argument layout.
586 (recursive_dump_type): Don't print arg_types member.
587 * hpread.c (hpread_read_struct_type): Use new argument layout.
588 (fixup_class_method_type): Likewise.
589 (hpread_type_lookup): Likewise.
590 * stabsread.c (read_type): Update calls to read_args and
591 smash_to_method_type.
592 (read_args): Use new argument layout. Simplify.
593 * valops.c (typecmp): Use new argument layout. Update parameters
594 and comments. Simplify.
595 (hand_function_call): Use new argument layout.
596 (search_struct_method): Update call to typecmp.
597 (find_overload_match): Use new argument layout.
599 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
601 * NEWS: Mention multithreaded debug support for gdbserver.
603 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
605 * MAINTAINERS: Mention NEWS.
607 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
609 * gdbserver/regcache.c: Add comment.
611 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
613 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
614 (struct mips_objfile_private, compare_pdr_entries): New.
615 (non_heuristic_proc_desc): Read the ".pdr" section if it
618 2002-06-12 Andrew Cagney <ac131313@redhat.com>
620 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
621 (arm_debug): New static variable.
622 (_initialize_arm_tdep): Add ``set debug arm'' command.
624 2002-06-12 Andrew Cagney <ac131313@redhat.com>
626 * Makefile.in (sim_arm_h): Define.
627 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
628 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
629 (arm_register_sim_regno): New function, map an internal REGNUM
630 onto a simulator register number.
631 (arm_gdbarch_init): Set register_sim_regno.
633 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
635 * MAINTAINERS: Add self.
637 2002-06-11 Jim Blandy <jimb@redhat.com>
639 * source.c (source_info): Mention whether the symtab has
640 information about preprocessor macros.
642 Call the command `info macro', not `show macro'.
643 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
645 (_initialize_macrocmd): Register `info_macro_command' in
646 `infolist', not `showlist'.
648 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
650 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
651 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
652 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
653 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
654 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
656 (set_mipsfpu_single_command, set_mipsfpu_double_command)
657 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
658 (_initialize_mips_tdep): Remove dead code.
659 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
660 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
661 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
662 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
663 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
664 MIPS_LAST_FP_ARG_REGNUM): Remove.
666 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
668 * gdbserver/thread-db.c: New file.
669 * gdbserver/proc-service.c: New file.
670 * gdbserver/acinclude.m4: New file.
671 * gdbserver/Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
672 proc-service.o, and thread-db.o.
673 (linux-low.o): Add USE_THREAD_DB.
674 * gdbserver/acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
675 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
676 * gdbserver/aclocal.m4: Regenerated.
677 * gdbserver/config.in: Regenerated.
678 * gdbserver/configure: Regenerated.
679 * gdbserver/configure.in: Check for proc_service.h, sys/procfs.h,
680 thread_db.h, and linux/elf.h headrs.
681 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
682 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
683 Check for -lthread_db and thread support.
684 * gdbserver/configure.srv: Enable thread_db support for ARM, i386, MIPS,
686 * gdbserver/i387-fp.c: Constify arguments.
687 * gdbserver/i387-fp.h: Likewise.
688 * gdbserver/inferiors.c: (struct thread_info): Renamed from
689 `struct inferior_info'. Remove PID member. Use generic inferior
690 list header. All uses updated.
691 (inferiors, signal_pid): Removed.
692 (all_threads): New variable.
693 (get_thread): Define.
694 (add_inferior_to_list): New function.
695 (for_each_inferior): New function.
696 (change_inferior_id): New function.
697 (add_inferior): Removed.
698 (remove_inferior): New function.
699 (add_thread): New function.
700 (free_one_thread): New function.
701 (remove_thread): New function.
702 (clear_inferiors): Use for_each_inferior and free_one_thread.
703 (find_inferior): New function.
704 (find_inferior_id): New function.
705 (inferior_target_data): Update argument type.
706 (set_inferior_target_data): Likewise.
707 (inferior_regcache_data): Likewise.
708 (set_inferior_regcache_data): Likewise.
709 * gdbserver/linux-low.c (linux_bp_reinsert): Remove.
710 (all_processes, stopping_threads, using_thrads)
711 (struct pending_signals, debug_threads, pid_of): New.
712 (inferior_pid): Replace with macro.
713 (struct inferior_linux_data): Remove.
714 (get_stop_pc, add_process): New functions.
715 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
716 Use add_process and add_thread.
717 (linux_attach_lwp): New function, based on old linux_attach. Use
718 add_process and add_thread. Set stop_expected for new threads.
719 (linux_attach): New function.
720 (linux_kill_one_process): New function.
721 (linux_kill): Kill all LWPs.
722 (linux_thread_alive): Use find_inferior_id.
723 (check_removed_breakpoints, status_pending_p): New functions.
724 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
725 Update. Use WNOHANG. Wait for cloned processes also. Update process
726 struct for the found process.
727 (linux_wait_for_event): New function.
728 (linux_wait): Use it. Support LWPs.
729 (send_sigstop, wait_for_sigstop, stop_all_processes)
730 (linux_resume_one_process, linux_continue_one_process): New functions.
731 (linux_resume): Support LWPs.
732 (REGISTER_RAW_SIZE): Remove.
733 (fetch_register): Use register_size instead. Call supply_register.
734 (usr_store_inferior_registers): Likewise. Call collect_register.
736 (regsets_fetch_inferior_registers): Improve error message.
737 (regsets_store_inferior_registers): Add debugging.
738 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
739 (unstopped_p, linux_signal_pid): New functions.
740 (linux_target_ops): Add linux_signal_pid.
741 (linux_init_signals): New function.
742 (initialize_low): Call it. Initialize using_threads.
743 * gdbserver/regcache.c (inferior_regcache_data): Add valid
745 (get_regcache): Fetch registers lazily. Add fetch argument
746 and update all callers.
747 (regcache_invalidate_one, regcache_invalidate): New
749 (new_register_cache): Renamed from create_register_cache.
750 Return the new regcache.
751 (free_register_cache): Change argument to a void *.
752 (registers_to_string, registers_from_string): Call get_regcache
754 (register_data): Make static. Pass fetch flag to get_regcache.
755 (supply_register): Call get_regcache with fetch flag clear.
756 (collect_register): Call get_regcache with fetch flag set.
757 (collect_register_as_string): New function.
758 * gdbserver/regcache.h: Update.
759 * gdbserver/remote-utils.c (putpkt): Flush after debug output and use
761 Handle input interrupts while waiting for an ACK.
762 (input_interrupt): Use signal_pid method.
763 (getpkt): Flush after debug output and use stderr.
764 (outreg): Use collect_register_as_string.
765 (new_thread_notify, dead_thread_notify): New functions.
766 (prepare_resume_reply): Check using_threads. Set thread_from_wait
768 (look_up_one_symbol): Flush after debug output.
769 * gdbserver/server.c (step_thread, server_waiting): New variables.
770 (start_inferior): Don't use signal_pid. Update call to mywait.
771 (attach_inferior): Update call to mywait.
772 (handle_query): Handle qfThreadInfo and qsThreadInfo.
773 (main): Don't fetch/store registers explicitly. Use
774 set_desired_inferior. Support proposed ``Hs'' packet. Update
776 * gdbserver/server.h: Update.
777 (struct inferior_list, struct_inferior_list_entry): New.
778 * gdbserver/target.c (set_desired_inferior): New.
779 (write_inferior_memory): Constify.
780 (mywait): New function.
781 * gdbserver/target.h: Update.
782 (struct target_ops): New signal_pid method.
783 (mywait): Removed macro, added prototype.
785 * gdbserver/linux-low.h (regset_func): Removed.
786 (regset_fill_func, regset_store_func): New.
787 (enum regset_type): New.
788 (struct regset_info): Add type field. Use new operation types.
789 (struct linux_target_ops): stop_pc renamed to get_pc.
790 Add decr_pc_after_break and breakpoint_at.
791 (get_process, get_thread_proess, get_process_thread)
792 (strut process_info, all_processes, linux_attach_lwp)
793 (thread_db_init): New.
795 * gdbserver/linux-arm-low.c (arm_get_pc, arm_set_pc,
796 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
797 (the_low_target): Add new members.
798 * gdbserver/linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
799 (i386_store_fpxregset): Constify.
800 (target_regsets): Add new kind identifier.
801 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
802 (i386_set_pc): Add debugging.
803 (i386_breakpoint_at): New function.
804 (the_low_target): Add new members.
805 * gdbserver/linux-mips-low.c (mips_get_pc, mips_set_pc)
806 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
807 (mips_breakpoint_at): New.
808 (the_low_target): Add new members.
809 * gdbserver/linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
810 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
811 (the_low_target): Add new members.
812 * gdbserver/linux-sh-low.c (sh_get_pc, sh_set_pc)
813 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
814 (the_low_target): Add new members.
815 * gdbserver/linux-x86-64-low.c (target_regsets): Add new kind
818 2002-06-11 Michal Ludvig <mludvig@suse.cz>
820 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
821 (unwind_tmp_obstack_free, parse_frame_info)
822 (update_context, cfi_read_fp, cfi_write_fp)
823 (cfi_frame_chain, cfi_init_extra_frame_info)
824 (cfi_virtual_frame_pointer): Use the above function.
825 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
827 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
829 * v850-tdep.c (v850_type_is_scalar): New function.
830 (v850_use_struct_convention): Match current gcc implementation
831 as close as possible.
832 (v850_push_arguments): Fix stack_offset handling. Don't write
833 struct_addr into register. This is done by v850_store_struct_return.
834 (v850_extract_return_value): Care for structs.
835 (v850_store_return_value): Ditto.
836 (v850_store_struct_return): Actually write address.
838 2002-06-11 Michal Ludvig <mludvig@suse.cz>
840 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
841 without debug information too.
843 2002-06-10 Andrew Cagney <ac131313@redhat.com>
845 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
846 Make multi-arch pure.
847 * gdbarch.h, gdbarch.c: Re-generate.
848 * arm-tdep.c (arm_print_float_info): Update.
849 * arch-utils.h (default_print_float_info): Update.
850 * arch-utils.c (default_print_float_info): Update.
851 * infcmd.c (float_info): Update call.
853 2002-06-10 Andrew Cagney <ac131313@redhat.com>
855 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
856 the front of the initialize list.
858 2002-06-10 Andrew Cagney <ac131313@redhat.com>
860 * infrun.c (struct inferior_status): Replace fields
861 selected_frame_address and selected_level with field
863 (save_inferior_status): Update. Use get_frame_id.
864 (struct restore_selected_frame_args): Delete.
865 (restore_selected_frame): Update. Use frame_find_by_id.
866 (restore_inferior_status): Update.
868 * breakpoint.h (struct breakpoint): Change type of
869 watchpoint_frame to frame_id.
870 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
871 call to get_current_frame.
872 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
874 (watchpoint_check): Use frame_find_by_id.
876 * frame.h (record_selected_frame): Delete declaration.
877 * stack.c (record_selected_frame): Delete function.
879 * frame.h (struct frame_id): Define.
880 (get_frame_id): Declare.
881 (frame_find_by_id): Declare.
882 * frame.c (frame_find_by_id): New function.
883 (get_frame_id): New function.
885 2002-06-10 Andrey Volkov <avolkov@transas.com>
887 * ser-e7kpc.c: Fix duplicated define and call of
888 _initialize_ser_e7000pc
890 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
892 * signals/signals.c (target_signal_from_host): Fix #ifdef
894 (do_target_signal_to_host): Likewise.
896 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
898 * mips-tdep.c (mips_find_abi_section): New function.
899 (mips_gdbarch_init): Call it.
901 2002-06-09 Mark Kettenis <kettenis@gnu.org>
903 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
904 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
905 after Andrew's 2002-06-08 gdbarch change.
907 2002-06-09 Mark Kettenis <kettenis@gnu.org>
909 * i386-linux-nat.c (suppy_gregset): Don't supply
910 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
912 (fill_gregset): Don't fetch it under the same circumstances.
914 2002-06-09 Andrew Cagney <cagney@redhat.com>
916 * Makefile.in (callback_h): Define.
917 (remote_sim_h): Update path to remote-sim.h.
918 (remote-rdp.o): Add $(callback_h).
919 (remote-sim.o): Use $(callback_h).
920 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
921 * remote-rdp.c: Include "gdb/callback.h".
923 2002-06-09 Mark Kettenis <kettenis@gnu.org>
925 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
926 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
928 2002-06-08 Andrew Cagney <ac131313@redhat.com>
930 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
931 * rdi-share/serpardr.c: Ditto.
932 * rdi-share/unixcomm.c: Ditto.
933 * rdi-share/serdrv.c: Ditto.
934 * rdi-share/hostchan.h: Ditto.
935 * rdi-share/hostchan.c: Ditto.
936 * rdi-share/host.h: Ditto.
937 * rdi-share/devsw.c: Ditto.
939 * objfiles.h: Change type of obj_private to void pointer.
940 * pa64solib.c: Update copyright. Don't include "assert.h", use
941 strcmp instead of STREQ, use LONGEST, do not use PTR
944 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
945 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
946 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
948 2002-06-08 Andrew Cagney <ac131313@redhat.com>
950 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
951 (default_get_saved_register): Delete function.
952 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
953 generic_unwind_get_saved_register.
954 * gdbarch.h, gdbarch.c: Re-generate.
956 2002-06-08 Andrew Cagney <ac131313@redhat.com>
958 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
959 generic_func_frame_chain_valid.
960 * gdbarch.h, gdbarch.c: Re-generate.
961 * blockframe.c (generic_func_frame_chain_valid): Only check
962 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
963 passing FP to PC_IN_CALL_DUMMY.
966 2002-06-08 Andrew Cagney <ac131313@redhat.com>
968 * gdbarch.sh (struct gdbarch_data): Add field init_p.
969 (register_gdbarch_data): Initialize init_p.
970 (gdbarch_data): Initialize data pointer using the init function.
971 (init_gdbarch_data): Delete function.
972 (gdbarch_update_p): Update.
973 (initialize_non_multiarch): Update.
974 (struct gdbarch): Add field initialized_p.
975 * gdbarch.h, gdbarch.c: Re-generate.
977 2002-06-07 Michal Ludvig <mludvig@suse.cz>
979 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
980 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
981 better do the things actually here.
982 * x86-64-tdep.c (x86_64_register_name2nr): New.
983 (x86_64_register_name): Renamed to x86_64_register_nr2name.
984 (x86_64_gdbarch_init): Respect the above change.
985 * x86-64-tdep.h (x86_64_register_name2nr)
986 (x86_64_register_nr2name): Add prototypes.
987 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
989 2002-06-06 Michael Snyder <msnyder@redhat.com>
991 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
992 Delete extra braces and re-indent.
993 (d10v_store_return_value): Char return values
994 must be shifted over by one byte in R0.
995 (d10v_extract_return_value): Delete extra braces, re-indent.
997 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
999 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
1000 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
1001 (d10v_integer_to_address): Rewrite.
1002 (d10v_frame_init_saved_regs): When reading fp and sp registers use
1003 the d10v specific functions which take care of converting to the
1006 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
1008 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
1009 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
1011 2002-06-02 Andrew Cagney <ac131313@redhat.com>
1013 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
1015 * config/tm-linux.h: Ditto.
1016 * config/alpha/tm-alphalinux.h: Ditto.
1017 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
1018 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
1019 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
1020 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
1021 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
1022 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
1023 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
1024 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
1025 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
1026 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
1027 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
1028 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1029 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
1030 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
1031 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
1032 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
1033 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
1034 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
1035 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
1036 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
1037 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
1038 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
1039 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
1040 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
1041 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
1042 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
1043 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
1044 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
1045 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
1046 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
1047 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
1048 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
1049 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
1050 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
1051 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
1052 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
1053 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
1055 2002-05-04 Aidan Skinner <aidan@velvet.net>
1057 * ada-exp.tab.c: New file
1058 * ada-exp.y: New file
1059 * ada-lang.c: New file
1060 * ada-lang.h: New file
1061 * ada-lex.c: New file
1062 * ada-lex.l: New file
1063 * ada-tasks.c: New file
1064 * ada-typeprint.c: New file
1065 * ada-valprint.c: New file
1067 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
1069 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
1070 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
1072 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
1074 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
1075 insetead of ppc-linux-tdep.o.
1076 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
1077 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
1079 2002-06-02 Andrew Cagney <ac131313@redhat.com>
1081 2002-05-07 Christian Groessler <chris@groessler.org>
1082 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
1083 bit register contents for little endian hosts.
1085 2002-06-01 Andrew Cagney <ac131313@redhat.com>
1087 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
1090 2002-06-01 Andrew Cagney <ac131313@redhat.com>
1092 * gdbarch.h: Regenerate.
1094 2002-06-01 Andrew Cagney <ac131313@redhat.com>
1096 * MAINTAINERS: Add everyone to write-after-approval list.
1098 2002-06-01 Andrew Cagney <ac131313@redhat.com>
1100 * stack.c (frame_info): Use frame_register_unwind instead of
1101 saved_regs. Mention when the SP is on the stack or in a register.
1103 * frame.h (frame_register_unwind_ftype): Define. Document.
1104 (struct frame_info): Add field register_unwind and
1105 register_unwind_cache.
1106 (frame_register_unwind): Declare.
1107 (generic_unwind_get_saved_register): Declare.
1109 * frame.c (frame_register_unwind): New function.
1110 (generic_unwind_get_saved_register): New function.
1112 * blockframe.c (generic_call_dummy_register_unwind): New function.
1113 (frame_saved_regs_register_unwind): New function.
1114 (set_unwind_by_pc): New function.
1115 (create_new_frame): New function.
1116 (get_prev_frame): New function.
1118 2002-05-30 Andrew Cagney <ac131313@redhat.com>
1120 * a29k-share/: Delete directory.
1121 * remote-vx29k.c: Delete file.
1123 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
1125 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
1126 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
1128 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
1130 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
1131 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
1134 (sparcnbsd-tdep.o): New dependency lists.
1135 * NEWS: Note new UltraSPARC NetBSD native configuration.
1136 * configure.host (sparc64-*-netbsd*): New host.
1137 * configure.tgt (sparc-*-netbsdelf*)
1138 (sparc-*-netbsd*): Set gdb_target to nbsd.
1139 (sparc64-*-netbsd*): New target.
1140 * sparc64nbsd-nat.c: New file.
1141 * sparcnbsd-nat.c: New file.
1142 * sparcnbsd-tdep.c: New file.
1143 * sparcnbsd-tdep.h: New file.
1144 * config/sparc/nbsd.mt: New file.
1145 * config/sparc/nbsd64.mh: New file.
1146 * config/sparc/nbsd64.mt: New file.
1147 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
1148 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
1150 * config/sparc/nbsdaout.mt: Remove.
1151 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
1152 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
1154 * config/sparc/nbsdelf.mt: Remove.
1155 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
1156 sparc-nat.c compatiblity defines.
1157 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
1158 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
1159 * config/sparc/tm-nbsd64.h: New file.
1160 * config/sparc/tm-nbsdaout.h: Remove.
1161 * config/sparc/xm-nbsd.h: Remove.
1163 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
1165 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
1166 * sparc-tdep.c: Include osabi.h.
1167 (gdbarch_tdep): Add osabi member.
1168 (_initialize_sparc_tdep): Use gdbarch_register.
1169 (sparc_gdbarch_init): Use generic OS ABI framework.
1170 (sparc_dump_tdep): New function.
1172 2002-05-30 Kevin Buettner <kevinb@redhat.com>
1174 * corefile.c (do_captured_read_memory_integer): Return non-zero
1176 (safe_read_memory_integer): Copy result of memory read when
1177 status is non-zero. Also, add comments.
1179 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
1181 * Makefile.in (ppc_tdep_h): Define.
1184 (rs6000-tdep.o): Use $(ppc_tdep_h).
1187 (ppcnbsd-tdep.o): New dependency lists.
1188 * ppc-tdep.h: Use generic OS ABI framework.
1189 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
1190 (ppc_linux_init_abi): New functions.
1191 (ppc_sysv_abi_broken_use_struct_convention)
1192 (ppc_sysv_abi_use_struct_convention)
1193 (ppc_sysv_abi_push_arguments): Move to...
1194 * ppc-sysv-tdep.c: ...here.
1195 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
1196 * rs6000-tdep.c (process_note_abi_tag_sections)
1197 (get_elfosabi): Remove.
1198 (rs6000_gdbarch_init): Use generic OS ABI framework.
1199 (rs6000_dump_tdep): New function.
1200 (_initialize_rs6000_tdep): Use gdbarch_register.
1201 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
1202 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
1203 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
1204 of ppc-linux-tdep.o.
1205 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
1206 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
1207 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
1208 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
1209 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
1210 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
1212 2002-05-29 Jim Blandy <jimb@redhat.com>
1214 * macroscope.c (default_macro_scope): Put `void' in empty argument
1217 2002-05-29 Andrew Cagney <ac131313@redhat.com>
1219 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
1220 * arch-utils.c: Include "sim-regno.h".
1221 * gdbarch.sh: Don't include "sim-regno.h".
1222 * gdbarch.h, gdbarch.c: Regenerate.
1223 * sim-regno.h (legacy_register_sim_regno): Move declaration from
1225 * arch-utils.h (legacy_register_sim_regno): To here.
1226 * remote-sim.c (legacy_register_sim_regno): Move function from
1228 * arch-utils.c (legacy_register_sim_regno): To here.
1230 2002-05-28 Andrew Cagney <ac131313@redhat.com>
1232 * sim-regno.h: New file.
1233 * Makefile.in (sim_regno_h): Define.
1234 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
1235 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
1236 (legacy_register_sim_regno): New function.
1237 (one2one_register_sim_regno): New function.
1238 (gdbsim_fetch_register): Rewrite.
1239 (gdbsim_store_register): Only store a register when
1240 REGISTER_SIM_REGNO is valid.
1241 * d10v-tdep.c: Include "sim-regno.h".
1242 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
1243 (d10v_ts3_register_sim_regno): Ditto.
1244 * gdbarch.sh: Include "sim-regno.h".
1245 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
1246 * gdbarch.h, gdbarch.c: Regenerate.
1247 * arch-utils.h (default_register_sim_regno): Delete declaration.
1248 * arch-utils.c (default_register_sim_regno): Delete function.
1250 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
1252 * ppcnbsd-nat.c: Rewrite.
1253 * ppcnbsd-tdep.c: New file.
1254 * ppcnbsd-tdep.h: New file.
1255 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
1256 solib.o, and solib-svr4.o.
1257 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
1258 nbsd-tdep.o, and corelow.o.
1260 2002-05-28 Andrew Cagney <ac131313@redhat.com>
1262 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
1263 `tr' and `sed'. Mention that `broken' targets are not expected to
1266 2002-05-27 Michal Ludvig <mludvig@suse.cz>
1268 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
1269 Let PC point right after the prologue before looking up symbols.
1271 2002-05-27 Martin M. Hunt <hunt@redhat.com>
1273 * i386-tdep.c (i386_register_virtual_type): Return
1274 builtin_type_vec128i for SSE registers.
1276 * gdbtypes.h (builtin_type_vec128i): Declare.
1278 * gdbtypes.c (build_builtin_type_vec128i): New function.
1279 (builtin_type_v2_double, builtin_type_v4_int64): New types.
1280 (builtin_type_vec128i): New type for SSE2 128-bit registers.
1281 (build_gdbtypes): Initialize new builtin vector types.
1282 (_initialize_gdbtypes): Register new vector types with gdbarch.
1284 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1286 * MAINTAINERS: ns32k is not longer an obsolete candidate,
1287 since it has been multi-arch'd.
1288 * NEWS: Note that ns32k-*-* is now partial multi-arch.
1289 Move Alpha and VAX multi-arch news entries to same section
1290 as other multi-arch news.
1292 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1294 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
1295 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
1296 static. Rename some register numbers to put them in ns32k-tdep
1298 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
1299 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
1301 (_initialize_ns32k_tdep): Use gdbarch_register.
1302 * ns32k-tdep.h: New file.
1303 * ns32knbsd-tdep.c: New file.
1304 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
1305 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
1306 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
1307 REGISTER_BYTES, REGISTER_BYTE): Remove.
1308 * config/ns32k/tm-ns32k.h: New file.
1309 * config/ns32k/tm-umax.h: Remove.
1311 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1313 * ns32k-tdep.c (ns32k_saved_pc_after_call,
1314 ns32k_store_struct_return, ns32k_extract_return_value,
1315 ns32k_store_return_value, ns32k_extract_struct_value_address): New
1317 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
1318 ns32k_saved_pc_after_call.
1319 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
1320 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
1321 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
1322 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
1323 ns32k_extract_struct_value_address.
1325 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1327 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
1328 ns32k_fix_call_dummy): New.
1329 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
1330 ns32k_call_dummy_words.
1331 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
1332 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
1333 CALL_DUMMY_NARGS): Remove.
1334 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
1336 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1338 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
1339 ns32k_frame_saved_pc, ns32k_frame_args_address,
1340 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
1341 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
1342 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
1343 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
1344 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
1345 (BREAKPOINT): Remove..
1346 (FRAME_CHAIN): Define as ns32k_frame_chain.
1347 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
1348 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
1349 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
1350 (FRAME_FIND_SAVED_REGS): Remove.
1351 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
1352 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
1353 (POP_FRAME): Define as ns32k_pop_frame.
1355 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1357 * ns32k-tdep.c (ns32k_register_byte_32082,
1358 ns32k_register_byte_32382, ns32k_register_raw_size,
1359 ns32k_register_virtual_size, ns32k_register_virtual_type): New
1361 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
1362 ns32k_register_byte_32382.
1363 * config/ns32k/tm-umax.h: Update copyright years.
1364 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
1365 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
1366 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
1367 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
1368 (ns32k_get_enter_addr): Fix prototype.
1370 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1372 * ns32k-tdep.c: Update copyright years.
1373 (ns32k_register_name_32082): New function.
1374 (ns32k_register_name_32382): Ditto.
1375 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
1376 (REGISTER_NAME): Define as ns32k_register_name_32382.
1377 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
1378 (REGISTER_NAME): Define as ns32k_register_name_32082.
1380 2002-05-24 Jim Blandy <jimb@redhat.com>
1382 * dwarf2read.c (free_line_header): Use xfree, not free.
1384 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
1386 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
1387 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
1389 2002-05-23 Andrew Cagney <ac131313@redhat.com>
1391 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
1393 2002-05-23 Andrew Cagney <ac131313@redhat.com>
1395 From Ross Alexander at NEC Europe:
1396 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
1398 2002-05-23 Michael Snyder <msnyder@redhat.com>
1400 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
1401 for input, rather than parse_and_eval_address.
1403 2002-05-23 Andrew Cagney <ac131313@redhat.com>
1405 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
1406 * Makefile.in (sim_d10v_h): Update definition.
1408 2002-05-24 Andrew Cagney <cagney@redhat.com>
1410 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
1411 change `2002-05-22 Michael Snyder' below.
1412 (d10v_push_arguments): Ditto.
1413 (d10v_extract_return_value): Ditto.
1415 2002-05-23 Jim Blandy <jimb@redhat.com>
1417 * macrotab.c (check_for_redefinition): Don't complain if the new
1418 definition is the same as the previous one. Take more arguments
1419 to allow the comparison.
1420 (macro_define_object, macro_define_function): Pass more arguments
1421 to check_for_redefinition.
1423 2002-05-22 Michael Snyder <msnyder@redhat.com>
1425 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
1426 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
1427 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
1428 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
1429 Don't bail if return_pc is PC_IN_CALL_DUMMY.
1430 Add a temp variable to save a call (and a memory read).
1431 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
1432 if possible (so that PC_IN_CALL_DUMMY will work).
1434 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
1436 * MAINTAINERS: Remove status `OBSOLETE' from v850.
1438 2002-05-22 Michal Ludvig <mludvig@suse.cz>
1440 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
1442 (dwarf2_build_frame_info): Corrected handling of eh_frame.
1443 (dwarf2_build_frame_info): Add offset to fde->initial_location
1444 so that frames of shared libraries are mapped correctly.
1445 (execute_stack_op): Change type of 'result' from ULONGEST to
1448 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
1450 * config/alpha/tm-nbsd.h: Include solib.h.
1452 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
1454 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
1455 assumptions about the host's byte order.
1457 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
1459 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
1461 * alphanbsd-tdep.c: Include solib-svr4.h.
1462 * shnbsd-tdep.c: Ditto.
1464 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
1466 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
1467 nbsd-tdep.h to dependency list.
1468 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
1469 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
1470 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
1471 nbsdaout.mh and nbsdelf.mh consistently.
1472 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
1473 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
1474 nbsdaout.mt and nbsdelf.mh consistently.
1475 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
1476 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
1477 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1478 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
1479 a.out shared library stuff from here...
1480 * config/nm-nbsdaout.h: ...to here.
1481 * config/tm-nbsd.h: Remove.
1482 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
1483 * config/arm/nbsd.mh: Remove.
1484 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
1486 * config/arm/nbsdaout.mh: New file.
1487 * config/arm/nbsdelf.mh: New file.
1488 * config/arm/nm-nbsdaout.h: New file.
1489 * config/i386/nbsd.mh: Remove.
1490 * config/i386/nbsd.mt: Remove.
1491 * config/i386/nbsdaout.mh: New file.
1492 * config/i386/nbsdaout.mt: New file.
1493 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
1494 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
1495 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
1496 i386_register_u_addr): Remove.
1497 * config/i386/nm-nbsdaout.h: New file.
1498 * config/i386/nm-nbsdelf.h: Remove.
1499 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
1500 (USE_STRUCT_CONVENTION): Remove.
1501 * config/i386/tm-nbsdaout.h: New file.
1502 * config/i386/tm-nbsdelf.h: Remove.
1503 * config/m68k/nbsd.mh: Remove.
1504 * config/m68k/nbsd.mt: Remove.
1505 * config/m68k/nbsdaout.mh: New file.
1506 * config/m68k/nbsdaout.mt: New file.
1507 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
1508 * config/m68k/nm-nbsdaout.h: New file.
1509 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
1510 (IN_SOLIB_CALL_TRAMPOLINE): Define.
1511 * config/ns32k/nbsd.mh: Remove.
1512 * config/ns32k/nbsd.mt: Remove.
1513 * config/ns32k/nbsdaout.mh: New file.
1514 * config/ns32k/nbsdaout.mt: New file.
1515 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
1516 * config/ns32k/nm-nbsdaout.h: New file.
1517 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
1518 (IN_SOLIB_CALL_TRAMPOLINE): Define.
1519 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
1520 (SVR4_SHARED_LIBS): Remove.
1521 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
1522 * config/sparc/nbsd.mh: Remove.
1523 * config/sparc/nbsd.mt: Remove.
1524 * config/sparc/nbsdaout.mh: New file.
1525 * config/sparc/nbsdaout.mt: New file.
1526 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
1527 * config/sparc/nbsdelf.mt: New file.
1528 * config/sparc/nm-nbsdaout.h: New file.
1529 * config/sparc/nm-nbsdelf.h: Remove.
1530 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
1531 * config/sparc/tm-nbsdaout.h: New file.
1533 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
1535 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
1537 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
1539 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
1541 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
1543 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
1545 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
1547 * NEWS: Note new MIPS NetBSD native configuration.
1548 * configure.host (mips*-*-netbsd*): New host.
1549 * configure.tgt (mips*-*-netbsd*): New target.
1550 * mipsnbsd-nat.c: New file.
1551 * mipsnbsd-tdep.c: New file.
1552 * mipsnbsd-tdep.h: New file.
1553 * config/mips/nbsd.mh: New file.
1554 * config/mips/nbsd.mt: New file.
1555 * config/mips/nm-nbsd.h: New file.
1556 * config/mips/tm-nbsd.h: New file.
1558 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
1560 * Makefile.in (SFILES): Add osabi.c.
1561 (COMMON_OBS): Add osabi.o.
1562 (osabi.o): New dependency list.
1563 * osabi.c: New file.
1564 * osabi.h: New file.
1565 * doc/gdbint.texinfo: Document new generic OS ABI framework.
1567 * Makefile.in (alpha_tdep_h): Define and use instead of
1569 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
1570 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
1572 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
1573 * alpha-tdep.h: Include osabi.h.
1574 (alpha_abi): Remove.
1575 (gdbarch_tdep): Use generic OS ABI framework.
1576 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
1577 gdbarch_register_osabi.
1578 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
1579 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
1580 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
1582 * Makefile.in (sh_tdep_h): Add osabi.h.
1583 * sh-tdep.h (sh_osabi): Remove.
1584 (gdbarch_tdep): Use generic OS ABI framework.
1585 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
1586 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
1587 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
1588 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
1590 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
1591 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
1592 gdbarch_register_osabi.
1593 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
1594 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
1595 (get_elfosabi): Rename to...
1596 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
1597 ABI framework support routines.
1598 (arm_gdbarch_init): Use generic OS ABI framework.
1599 (arm_dump_tdep): Likewise.
1600 (_initialize_arm_tdep): Likewise.
1601 * arm-tdep.h: Include osabi.h.
1603 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
1605 (arm_gdbarch_register_os_abi): Remove prototype.
1606 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
1607 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
1609 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
1610 * mips-tdep.c: Include osabi.h.
1611 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
1614 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
1616 * h8300-tdep.c: Fix formatting.
1618 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
1620 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
1621 printing vector registers.
1623 2002-05-19 Andrew Cagney <ac131313@redhat.com>
1625 From Fernando Nasser:
1626 * remote.c (remote_async_open_1): Re-throw the exception when the
1628 (remote_cisco_open): Ditto.
1629 (remote_open_1): Ditto.
1631 2002-05-19 Andrew Cagney <ac131313@redhat.com>
1633 * remote.c (remote_start_remote_dummy): Add uiout parameter.
1634 (remote_start_remote): Add uiout parameter. Pass through to
1635 remote_start_remote_dummy.
1636 (remote_open_1): Use catch_exception instead of catch_errors.
1637 (remote_async_open_1): Ditto.
1638 (remote_cisco_open): Ditto.
1640 2002-05-19 Andrew Cagney <ac131313@redhat.com>
1642 * remote.c (remote_start_remote): Replace PTR with void pointer.
1643 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
1646 2002-05-18 Andrew Cagney <ac131313@redhat.com>
1648 * gdb_indent.sh: Allow the script to be run in the sim directory.
1650 2002-05-18 Mark Kettenis <kettenis@gnu.org>
1652 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
1653 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
1655 * corelow.c (core_open): Only call set_gdbarch_from_file if
1658 2002-05-17 Andrey Volkov <avolkov@transas.com>
1660 * h8300-tdep.c: Add support of EXR register
1661 * config/h8300/tm-h8300.h: Ditto.
1663 2002-05-17 Andrey Volkov <avolkov@transas.com>
1665 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
1667 2002-05-17 Andrey Volkov <avolkov@transas.com>
1669 * h8300-tdep.c: Change literal regnums to REGNO.
1671 2002-05-17 Jim Blandy <jimb@redhat.com>
1673 * NEWS: Note addition of macro support.
1675 Expand preprocessor macros in C expressions.
1676 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
1677 (scan_macro_expansion, scanning_macro_expansion,
1678 finished_macro_expansion): New function declarations.
1679 (expression_macro_lookup_func, expression_macro_lookup_baton): New
1680 variable declarations.
1681 * parser-defs.h (expression_context_pc): New declaration.
1682 * parse.c (expression_context_pc): New variable.
1683 (parse_exp_1): Set expression_context_pc, as well as
1684 expression_context_block.
1685 * c-exp.y (yylex): If we're not already reading the result of a
1686 macro expansion, try to macro-expand the next token. When we're
1687 done scanning a macro expansion, switch back to the mainline text.
1688 Commas and `if's in a macro's expansion don't terminate the input.
1689 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
1690 (macro_original_text, macro_expanded_text,
1691 expression_macro_lookup_func, expression_macro_lookup_baton): New
1693 (scan_macro_expansion, scanning_macro_expansion,
1694 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
1695 c_preprocess_and_parse): New functions.
1696 (c_language_defn, cplus_language_defn, asm_language_defn): Call
1697 c_preprocess_and_parse, instead of c_parse.
1698 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
1699 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
1701 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
1703 * sh-tdep.c (gdb_print_insn_sh64): Delete.
1704 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
1705 (sh_gdbarch_init): Always use gdb_print_insn_sh.
1707 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
1709 * NEWS: Add section for multi-arched targets. Add v850 to that section.
1711 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
1713 * Makefile.in (sh_tdep_h): Define and use.
1714 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
1715 register enum): Move to...
1716 * * sh-tdep.h: ...here.
1717 * sh-tdep.c: Include sh-tdep.h.
1718 * sh3-rom.c: Likewise.
1719 * shnbsd-tdep.c: Likewise.
1721 2002-05-16 Michael Snyder <msnyder@redhat.com>
1723 * arm-tdep.c: Spelling fix in comment.
1725 2002-05-16 Jim Blandy <jimb@redhat.com>
1727 Add commands for manually expanding macros and showing their
1729 * macrocmd.c, macroscope.c, macroscope.h: New files.
1730 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
1731 (macroscope_h): New variable.
1732 (HFILES_NO_SRCDIR): Add macroscope.h.
1733 (COMMON_OBS): Add macrocmd.o, macroscope.o.
1734 (macroscope.o, macrocmd.o): New rules.
1736 Teach the Dwarf 2 reader to read macro information.
1737 * dwarf2read.c: #include "macrotab.h".
1738 (dwarf_macinfo_buffer): New variable.
1739 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
1741 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
1742 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
1743 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
1744 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
1745 dwarf2_macro_spaces_in_definition): New complaints.
1746 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
1747 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
1748 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
1749 the partial symbol table.
1750 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
1751 from what's recorded in the partial symbol table.
1752 (read_file_scope): If the compilation unit has a
1753 `DW_AT_macro_info' attribute, read its macro information.
1754 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
1756 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
1759 * ser-tcp.c: Don't include <netinet/udp.h>.
1761 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
1763 * MAINTAINERS: Update my email address.
1765 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
1767 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
1768 include file of the same name.
1770 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
1772 * configure.tgt: Mark v850 as multi-arched.
1773 * config/v850/tm-v850.h: Remove file.
1774 * config/v850/v850.mt: Eliminate TM_FILE.
1776 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
1778 * v850-tdep.c: Full multi-arch.
1779 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
1780 Define GDB_MULTI_ARCH to 2.
1782 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
1784 * p-exp.y (current_type): New static variable.
1785 Carries the type of the expression at the position that is parsed.
1786 (push_current_type, pop_current_type): Two new functions. Used
1787 to store/restore current_type in expression on specific tokens.
1788 (search_field): New static variable. Set to one after parsing a point
1789 as at that point only a FIELDNAME token should be searched.
1790 (FIELDNAME): New token. After a point only a token belonging to
1791 current_type type definition is allowed.
1792 (all over token rules): reset and change current_type according
1794 (exp '[' rule): insert implicit array index field if
1795 exp is a pascal string type.
1797 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
1799 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
1800 frame info. Use frame_info's saved_regs instead of matching member
1801 in extra_frame_info throughout.
1802 (v850_frame_init_saved_regs): New function.
1803 (v850_init_extra_frame_info): Move most functionality into
1804 v850_frame_init_saved_regs().
1805 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
1806 (v850_frame_find_saved_regs): Remove declaration.
1807 (FRAME_FIND_SAVED_REGS): Remove definition.
1808 (v850_frame_init_saved_regs): Add declaration.
1809 (FRAME_INIT_SAVED_REGS): Add definition.
1811 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
1813 * v850-tdep.c: Begin multi-arch'ing v850.
1814 (v850_target_architecture_hook): Remove function.
1815 (v850_gdbarch_init): New function. Add code previously in
1816 v850_target_architecture_hook().
1817 (_initialize_v850_tdep): Don't set target_architecture_hook.
1818 Call register_gdbarch_init() instead.
1820 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
1822 * gdbtypes.h (struct cplus_struct_type): Remove args field.
1823 * hpread.c (hpread_read_struct_type): Remove assignments to args.
1824 (fixup_class_method_type): Likewise.
1826 2002-05-15 Daniel Jacobowitz <drow@mvista.com>
1828 From Martin Pool <mbp@samba.org>:
1829 * gdbserver/server.c (gdbserver_usage): New function.
1832 2002-05-15 Jim Blandy <jimb@redhat.com>
1834 Add macro structures to GDB's symbol tables. Nobody puts anything
1836 * symtab.h (struct symtab): New member: `macro_table'.
1837 * buildsym.h (pending_macros): New global variable.
1838 * buildsym.c: #include "macrotab.h".
1839 (buildsym_init): Initialize `pending_macros'.
1840 (end_symtab): If we found macro information while reading a CU's
1841 debugging info, do build a symtab structure for it. Make the
1842 symtab point to the macro information, and clear the
1843 `pending_macros' pointer which held it while we were reading the
1845 (really_free_pendings): Free any pending macro table.
1846 * objfiles.h (struct objfile): New member: `macro_cache'.
1847 * objfiles.c (allocate_objfile): Set allocate and free functions
1848 for the macro cache's objstack.
1849 (free_objfile): Empty the macro cache's obstack.
1850 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
1851 set new allocate and free functions for it.
1852 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
1853 free functions for the macro cache's objstack. (Why is this
1854 function building its own objfile?)
1855 * symmisc.c (print_objfile_statistics): Print statistics on the
1857 * Makefile.in: Note that buildsym.o depends on macrotab.h.
1859 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
1861 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
1862 (REGISTER_U_ADDR): Delete definition.
1863 (arm_register_u_addr): Delete declaration.
1865 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
1867 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
1868 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
1870 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
1872 * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
1875 2002-05-14 Andrew Cagney <ac131313@redhat.com>
1877 * regcache.c (register_valid): Revise comments refering to "Not
1878 available" and "unavailable".
1879 * frame.c (frame_register_read): Ditto.
1880 * findvar.c (value_of_register): Ditto.
1882 2002-05-15 Andrew Cagney <cagney@redhat.com>
1884 * Makefile.in (remote_sim_h): Replace remote-sim_h.
1885 (remote-sim.o): Update dependencies.
1886 (d10v-tdep.o): Specify dependencies.
1887 (sim_d10v_h): Define.
1889 2002-05-14 Jim Blandy <jimb@redhat.com>
1891 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
1892 * macrotab.c (macro_lookup_inclusion, find_definition,
1893 new_macro_table): Same.
1895 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
1896 not `! strcmp ()'. This is a dubious improvement.
1897 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
1899 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
1900 although it's not necessary, to avoid a warning.
1902 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
1904 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
1905 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
1906 TYPE_INSTANCE_FLAGS.
1907 (struct main_type): New.
1908 (struct type): Move most members to struct main_type. Change
1909 cv_type and as_type to new type_chain member. Add instance_flags.
1910 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
1911 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
1912 (finish_cv_type): Remove prototype.
1913 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
1915 (alloc_type_instance): New function.
1916 (smash_type): New function.
1917 (make_pointer_type, make_reference_type, make_function_type)
1918 (smash_to_member_type, smash_to_method_type): Call smash_type.
1919 (make_qualified_type): New function.
1920 (make_type_with_address_space): Call make_qualified_type.
1921 (make_cv_type): Likewise.
1922 (finish_cv_type): Remove unnecessary function.
1923 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
1924 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
1925 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
1926 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
1927 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
1928 * hpread.c (hpread_read_struct_type): Likewise.
1929 * stabsread.c (read_struct_type): Likewise.
1931 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
1933 * configure.tgt: Add a catch all sh* target, for cases like
1934 sh[2,3,4]-elf and sh-hms.
1936 2002-05-14 Keith Seitz <keiths@redhat.com>
1938 * event-loop.c (create_file_handler): Don't do anything but
1939 update data when we are given a fd which we are already
1942 2002-05-14 Michal Ludvig <mludvig@suse.cz>
1944 * dwarf2cfi.c (context_cpy): Copy registers correctly.
1945 (update_context): Use __func__ in warnings.
1947 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
1949 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
1950 and tcp_close to net_open and net_close.
1951 (net_open): Accept "udp:" and "tcp:" specifications. Connect
1952 using UDP if requested. Don't try to disable Nagle on UDP
1954 * remote.c (remote_serial_open): New function. Warn about UDP.
1955 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
1957 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
1959 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
1961 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
1963 * configure.tgt: Remove sh-hms target.
1964 * MAINTAINERS: Don't list sh-hms as a separate target.
1966 2002-05-13 Jim Blandy <jimb@redhat.com>
1968 Add first preprocessor macro-expansion files.
1969 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
1970 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
1971 (splay_tree_h, macroexp_h, macrotab_h): New variable.
1972 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
1973 (COMMON_OBS): Add macrotab.o, macroexp.o.
1974 (macroexp.o, macrotab.o): New rules.
1976 2002-05-13 Andrew Cagney <ac131313@redhat.com>
1978 * config/m88k/tm-m88k.h: Update copyright.
1979 (m88k_target_write_pc): Declare
1980 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
1981 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
1982 (SHIFT_INST_REGS): Update definition.
1983 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
1984 using old definition of TARGET_WRITE_PC.
1985 * regcache.c (generic_target_write_pc): Delete code handling
1987 * gdbarch.sh (NNPC_REGNUM): Delete.
1988 * gdbarch.h, gdbarch.c: Regenerate.
1990 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
1992 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
1995 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
1997 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
1998 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
1999 (gen_address_of, gen_struct_ref, gen_repeat): Use type
2001 * c-typeprint.c (cp_type_print_method_args): Likewise.
2002 (c_type_print_args): Likewise.
2003 * d10v-tdep.c (d10v_push_arguments): Likewise.
2004 (d10v_extract_return_value): Likewise.
2005 * expprint.c (print_subexp): Likewise.
2006 * gdbtypes.c (lookup_primitive_typename): Likewise.
2007 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
2008 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
2009 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
2010 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
2011 (TYPE_VECTOR): Likewise.
2012 * hpread.c (hpread_read_struct_type)
2013 (fix_static_member_physnames, fixup_class_method_type)
2014 (hpread_type_lookup): Likewise.
2015 * mdebugread.c (parse_symbol, parse_type): Likewise.
2016 * p-lang.c (is_pascal_string_type): Likewise.
2017 * valops.c (hand_function_call): Likewise.
2018 * x86-64-tdep.c (classify_argument): Likewise.
2020 * hpread.c (hpread_read_function_type)
2021 (hpread_read_doc_function_type): Call replace_type.
2022 * dstread.c (create_new_type): Delete.
2023 (decode_dst_structure, process_dst_function): Call alloc_type.
2024 Use type access macros.
2026 2002-05-12 Mark Kettenis <kettenis@gnu.org>
2028 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
2029 the're not supported by the current architecture.
2030 (i387_fill_fxsave): Likewise.
2032 2002-05-12 Fred Fish <fnf@redhat.com>
2034 * symfile.c (default_symfile_offsets): Arrange for uninitialized
2035 sect_index_xxx members to index the first slot in section_offsets
2036 if all of the section_offsets are zero.
2038 2002-05-12 Mark Kettenis <kettenis@gnu.org>
2040 * configure.tgt (sparc-*openbsd): Remove entry accidentially
2041 checked in with last change.
2043 2002-05-12 Mark Kettenis <kettenis@gnu.org>
2045 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
2046 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
2049 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
2051 * Makefile.in: Update dependencies.
2053 2002-05-11 Andrew Cagney <ac131313@redhat.com>
2055 * language.c (local_hex_string_custom): Simplify. Do not depend
2056 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
2058 * memattr.c (mem_info_command): Replace calls to
2059 longest_local_hex_string and longest_local_hex_string_custom.
2060 * buildsym.c (make_blockvector): Ditto.
2061 * solib.c (info_sharedlibrary_command): Ditto.
2062 * tracepoint.c (tracepoints_info): Ditto.
2063 * symtab.c (print_msymbol_info): Ditto.
2065 * language.c (local_hex_string): Delete.
2066 (local_hex_string_custom): Delete.
2067 (longest_local_hex_string): Rename to local_hex_string.
2068 (longest_local_hex_string_custom): Rename to
2069 local_hex_string_custom.
2070 * language.h (local_hex_string): Change parameter type to LONGEST.
2071 (local_hex_string_custom): Ditto.
2072 (longest_local_hex_string): Delete declaration.
2073 (longest_local_hex_string_custom): Ditto.
2075 * solib.c: Update copyright.
2076 * memattr.c: Update copyright.
2078 2002-05-11 Andrew Cagney <ac131313@redhat.com>
2080 * arch-utils.h (legacy_register_to_value): Declare.
2081 (legacy_value_to_register): Declare.
2082 (legacy_convert_register_p): Declare.
2083 * arch-utils.c (legacy_register_to_value): New function.
2084 (legacy_value_to_register): New function.
2085 (legacy_convert_register_p): New function.
2087 * gdbarch.sh (REGISTER_TO_VALUE): Define.
2088 (VALUE_TO_REGISTER): Define.
2089 (CONVERT_REGISTER_P): Define.
2090 * gdbarch.h, gdbarch.c: Regenerate.
2092 * valops.c (value_assign): Use CONVERT_REGISTER_P and
2094 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
2097 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
2098 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2100 * Makefile.in: Update dependencies for valops.c.
2101 * valops.c: Include "gdb_assert.h".
2102 (typecmp): Skip THIS parameter to methods.
2103 (find_method_list): Remove static_memfuncp argument,
2104 update callers. Check for stub methods.
2105 (find_value_oload_method_list): Don't set *static_memfuncp.
2106 (find_overload_match): Don't check for stub methods. Assert
2107 that methods are not stubbed. Handle static methods.
2108 (value_find_oload_method_list): Remove static_memfuncp argument.
2109 * gdbtypes.c (check_stub_method): Do not add THIS pointer
2110 to the argument list for static stub methods.
2111 * value.h (value_find_oload_method_list): Update prototype.
2113 2002-05-11 Andrew Cagney <ac131313@redhat.com>
2115 * arch-utils.h (generic_register_size): Declare.
2116 (generic_register_raw_size, generic_register_virtual_size): Delete
2118 * arch-utils.c (generic_register_raw_size): Delete.
2119 (generic_register_size): New function.
2120 (generic_register_virtual_size): Delete.
2122 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
2123 default generic_register_size.
2124 * gdbarch.h, gdbarch.c: Re-generate.
2126 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
2127 register_virtual_size.
2128 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
2129 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2131 2002-05-11 Andrew Cagney <ac131313@redhat.com>
2133 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
2134 * gdbarch.h, gdbarch.c: Regenerate.
2135 * gnu-v3-abi.c: Update copyright.
2136 (vtable_address_point_offset): Update.
2137 (gnuv3_rtti_type): Update.
2138 (gnuv3_baseclass_offset): Update.
2139 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
2140 (init_fetch_link_map_offsets): Update.
2141 * remote.c (get_remote_state): Update.
2143 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
2145 * TODO: Remove value_headof/value_from_vtable_info comment.
2146 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
2147 * values.c (value_headof, value_from_vtable_info): Delete.
2148 * value.h (value_from_vtable_info): Delete prototype.
2150 2002-05-11 Andrew Cagney <ac131313@redhat.com>
2152 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
2153 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
2155 (gdb_assert_h): Define.
2156 (gdb_wait_h): Define.
2157 (gdb_regex_h): Define.
2159 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
2161 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
2162 * linespec.c (find_methods): Handle GCC 3.x template constructors.
2164 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2166 * nbsd-tdep.c: Fix comment.
2168 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2170 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
2171 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
2172 (nbsd-tdep.o): New dependency list.
2173 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
2175 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
2176 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
2177 * nbsd-tdep.c: New file.
2178 * nbsd-tdep.h: New file.
2179 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
2181 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
2182 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2183 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2184 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2186 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2188 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
2189 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
2190 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
2191 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
2192 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
2193 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
2195 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2197 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
2198 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
2199 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
2200 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
2201 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
2202 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
2203 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
2205 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2207 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
2208 fetch_elfcore_registers to...
2209 * i386nbsd-tdep.c: ...here.
2210 (i386nbsd_use_struct_convention): Rename to...
2211 (i386nbsd_aout_use_struct_convention): ...this.
2212 (i386nbsd_supply_reg): New function.
2213 (i386nbsd_fill_reg): New function.
2214 (fetch_core_registers): Use i386nbsd_supply_reg.
2215 (fetch_elfcore_registers): Likewise.
2216 (_initialize_i386nbsd_tdep): New function.
2217 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
2218 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
2219 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
2220 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
2221 (i386nbsd_aout_use_struct_convention): ...this.
2223 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2225 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
2226 (store_inferior_registers): Use shnbsd_fill_reg.
2227 * shnbsd-tdep.c (sh_nbsd_supply_registers,
2228 sh_nbsd_supply_register): Collapse into...
2229 (shnbsd_supply_reg): ...this.
2230 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
2231 (shnbsd_fill_reg): ...this.
2232 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
2233 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
2234 (fetch_core_registers): Use shnbsd_supply_reg.
2235 (fetch_elfcore_registers): Use shnbsd_supply_reg.
2236 (sh_nbsd_core_fns): Rename to...
2237 (shnbsd_core_fns): ...this.
2238 (sh_nbsd_elfcore_fns): Rename to...
2239 (shnbsd_elfcore_fns): ...this.
2240 (sh_nbsd_init_abi): Rename to...
2241 (shnbsd_init_abi): ...this.
2242 (_initialize_sh_nbsd_tdep): Rename to...
2243 (_initialize_shnbsd_tdep): ...this.
2244 * shnbsd-tdep.h (sh_nbsd_supply_registers,
2245 sh_nbsd_supply_register, sh_nbsd_fill_registers,
2246 sh_nbsd_fill_register): Remove prototypes.
2247 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
2249 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2251 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
2252 (i387-nat.o): Delete dependency list.
2253 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
2254 (x86-64-linux-nat.o): Likewise.
2255 * i387-nat.c: Delete file, moving contents to...
2256 * i387-tdep.c: ...here.
2257 * i387-nat.h: Rename...
2258 * i387-tdep.h: ...to this.
2259 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
2260 * i386-linux-nat.c: Likewise.
2261 * i386bsd-nat.c: Likewise.
2262 * i386gnu-nat.c: Likewise.
2263 * i386nbsd-nat.c: Likewise.
2264 * i386v4-nat.c: Likewise.
2265 * x86-64-linux-nat.c: Likewise.
2266 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
2267 * config/i386/go32.mh (NATDEPFILES): Likewise.
2268 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
2269 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
2270 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
2271 * config/i386/linux.mh (NATDEPFILES): Likewise.
2272 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
2273 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
2274 * config/i386/obsd.mh (NATDEPFILES): Likewise.
2275 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
2277 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2279 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
2280 (alphanbsd-nat.o): Remove dependency list.
2281 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
2282 * alphanbsd-nat.c: Delete. Contents moved to...
2283 * alphanbsd-tdep.c: ...here.
2284 (_initialize_alphanbsd_tdep): Register core functions.
2285 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
2287 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2289 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
2290 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
2291 (alphanbsd-nat.o): Likewise.
2292 (alphabsd-tdep.o): New dependency list.
2293 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
2294 (fill_gregset): Use alphabsd_fill_reg.
2295 (supply_fpregset): Use alphabsd_supply_fpreg.
2296 (fill_fpregset): Use alphabsd_fill_fpreg.
2297 (fetch_inferior_registers): Use struct reg and struct fpreg
2298 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
2299 and alphabsd_supply_fpreg.
2300 (store_inferior_registers): Use struct reg and struct fpreg
2301 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
2302 and alphabsd_fill_fpreg.
2303 * alphabsd-tdep.c: New file.
2304 * alphabsd-tdep.h: New file.
2305 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
2306 (fetch_elfcore_registers): Use alphabsd_supply_reg and
2307 alphabsd_supply_fpreg.
2308 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
2309 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
2311 2002-05-11 Eric Christopher <echristo@redhat.com>
2313 * mips-tdep.c (mips_double_register_type): Fix thinko.
2314 (mips_single_register_type): Ditto.
2315 * MAINTAINERS: Add self.
2317 2002-05-11 Mark Kettenis <kettenis@gnu.org>
2319 * i387-nat.c (i387_supply_register, i387_fill_fsave,
2320 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
2321 right thing on architectures with different endianness and/or
2324 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
2326 From Christian Limpach <chris@Pin.LU>
2327 * configure.in: Change sed expression which comments out
2328 NATDEPFILES to also comment out continuation lines.
2329 * configure: Regenerate.
2331 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
2333 * sh-tdep.c: Clean up code erroneously reintroduced by previous
2336 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
2338 * sh-tdep.c: Include correct file.
2340 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
2342 New support for sh64-elf (sh5) target.
2344 * configure.tgt: For sh64-elf target, default to sh-elf.
2346 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
2347 (struct gdbarch_tdep): Add new fields for new registers and ABI
2350 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
2351 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
2352 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
2353 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
2354 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
2355 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
2356 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
2357 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
2358 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
2359 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
2360 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
2361 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
2362 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
2363 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
2364 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
2365 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
2366 sh64_get_gdb_regnum, sh64_media_reg_base_num,
2367 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
2368 sign_extend, sh64_nofp_frame_init_saved_regs,
2369 sh64_init_extra_frame_info, sh64_get_saved_register,
2370 sh64_extract_struct_value_address, sh64_pop_frame,
2371 sh64_push_arguments, sh64_extract_return_value,
2372 sh64_store_return_value, sh64_show_media_regs,
2373 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
2374 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
2375 sh_sh64_register_virtual_type,
2376 sh_sh64_register_convert_to_virtual,
2377 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
2378 sh64_register_read, sh64_pseudo_register_write,
2379 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
2380 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
2381 sh64_do_pseudo_register, sh_compact_do_registers_info,
2382 sh64_do_registers_info, sh_gdbarch_init): New functions.
2384 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
2386 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
2388 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
2390 * linespec.c (decode_line_1): Check for a double quote after
2391 a filename correctly.
2393 2002-05-10 Jim Blandy <jimb@redhat.com>
2395 Properly track the size of the current objfile's .debug_line section.
2396 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
2397 (DWARF_LINE_SIZE): New macro.
2398 (dwarf2_build_psymtabs_hard): Record the line section's size in
2399 the partial symbol table.
2400 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
2403 2002-05-10 Petr Sorfa <petrs@caldera.com>
2405 * ia64-tdep.c: Handle breakpoints on L instruction type
2406 in MLX instruction bundle by moving the breakpoint to
2407 the third slot (X instruction type) as L holds only data.
2409 2002-05-10 Kevin Buettner <kevinb@redhat.com>
2411 * dbxread.c (discarding_local_symbols_complaint): New complaint.
2412 (process_one_symbol): Complain about discarding local symbols
2413 due to a misplaced N_LBRAC entry.
2415 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
2417 From Daniel Berlin <dan@cgsoftware.com>
2418 * linespec.c (find_toplevel_char): '<' and '>' also increase and
2419 decrease the depth we are at, in the case of templates.
2421 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
2423 * mips-tdep.c (mips_float_register_type): New function.
2424 (mips_double_register_type): New function.
2425 (mips_print_register): Use them.
2426 (do_fp_register_row): Likewise.
2428 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
2430 * signals/signals.c (signals): Remove conditional compilation around
2431 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
2432 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
2434 2002-05-09 Michael Snyder <msnyder@redhat.com>
2436 * remote-rdp.c (remote_rdp_can_run): Remove.
2438 2002-05-09 Tom Tromey <tromey@redhat.com>
2440 * jv-valprint.c (java_val_print): Handle `char' as a special case
2443 2002-05-09 Michael Snyder <msnyder@redhat.com>
2445 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
2446 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
2447 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
2448 str r(0123),[sp,#nn].
2449 (arm_skip_prologue): Ditto. Also make disassembly
2450 order-independent by placing it in a loop.
2452 2002-05-06 Michael Snyder <msnyder@redhat.com>
2454 * stabsread.c (read_type): Add recognition for new attribute:
2455 "@V;" means that an array type is actually a vector.
2456 This is analogous to the vector flag that's been added to dwarf2.
2458 2002-05-09 Mark Kettenis <kettenis@gnu.org>
2460 * i386-tdep.h (i386_abi): New enum.
2461 (struct gdbarch_tdep): Replace os_ident member with abi.
2462 (i386_gdbarch_register_os_abi): New prototype.
2463 * i386-tdep.c (i386_abi_names): New array.
2464 (process_note_abi_tag_sections): Removed.
2465 (process_note_sections): New function.
2466 (i386_elf_abi_from_note, i386_elf_abi): New functions.
2467 (struct i386_abi_handler): New struct.
2468 (i386_abi_handler_list): New variable.
2469 (i386_gdbarch_register_os_abi): New function.
2470 (i386_gdbarch_init): Adapt for the changes given above.
2472 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
2474 * gregset.h: Say "GNU/Linux".
2476 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
2478 * gdbtypes.c : Add new builtin type for 64 bit vectors.
2479 (build_gdbtypes): Build builtin_type_v2_float.
2480 (_initialize_gdbtypes): Register new builtin type.
2482 2002-05-08 Andrew Cagney <ac131313@redhat.com>
2484 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
2485 (clear_gdbarch_swap): New function.
2486 (initialize_non_multiarch): Call.
2487 (gdbarch_update_p): Before calling init(), swap out and clear the
2488 existing architecture.
2489 * gdbarch.c: Regenerate.
2491 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
2493 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
2496 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
2498 * sh-nbsd-nat.c: Rename to...
2499 * shnbsd-nat.c: ...this.
2500 * sh-nbsd-tdep.c: Rename to...
2501 * shnbsd-tdep.c: ...this.
2502 * sh-nbsd-tdep.h: Rename to...
2503 * shnbsd-tdep.h: ...this.
2504 * config/sh/nbsd.mh: Use shnbsd-nat.o.
2505 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
2507 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
2509 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
2510 concatenation for command help messages.
2512 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
2514 * NEWS: Note new sh*-*-netbsdelf* configuration.
2515 * configure.host: Set gdb_host_cpu to sh for all sh*.
2516 (sh*-*-netbsdelf*): New host.
2517 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
2518 (sh*-*-netbsdelf*): New target.
2519 * sh-nbsd-nat.c: New file.
2520 * sh-nbsd-tdep.c: New file.
2521 * sh-nbsd-tdep.h: New file.
2522 * config/sh/nbsd.mh: New file.
2523 * config/sh/nbsd.mt: New file.
2524 * config/sh/nm-nbsd.h: New file.
2525 * config/sh/tm-nbsd.h: New file.
2527 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
2529 * sh-tdep.c (sh_osabi_names): Declare.
2530 (process_note_abi_tag_sections): New function.
2531 (get_elfosabi): Ditto.
2532 (sh_gdbarch_register_os_abi): Ditto.
2533 (sh_dump_tdep): Ditto.
2534 _initialize_sh_tdep): Use gdbarch_register to register
2535 sh_gdbarch_init and sh_dump_tdep.
2536 * config/sh/tm-sh.h (sh_osabi): Declare.
2537 (gdbarch_tdep): Add sh_osabi and osabi_name members.
2539 2002-05-07 Andrew Cagney <ac131313@redhat.com>
2541 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
2542 (thumb_scan_prologue): Ditto.
2543 (arm_find_callers_reg): Ditto.
2544 (arm_frame_chain): Ditto.
2545 (arm_init_extra_frame_info): Ditto.
2546 (arm_frame_saved_pc): Ditto.
2547 (arm_pop_frame): Ditto.
2548 (arm_push_return_address): New function.
2549 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
2550 call_dummy_location, call_dummy_breakpoint_offset_p,
2551 call_dummy_breakpoint_offset, call_dummy_p,
2552 call_dummy_stack_adjust_p, call_dummy_words,
2553 sizeof_call_dummy_words, call_dummy_start_offset,
2554 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
2555 call_dummy_address, push_return_address and push_dummy_frame for
2556 generic dummy frames.
2558 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
2560 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
2561 size computation for alloca.
2562 (sh_fp_frame_init_saved_regs): Likewise.
2564 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
2566 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
2567 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
2568 * arm-tdep.c (arm_store_return_value): Use them.
2569 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
2570 * remote-rdp.c (remote_rdp_fetch_register): Use
2571 ARM_MAX_REGISTER_RAW_SIZE.
2572 (remote_rdp_store_register): Likewise.
2574 2002-05-07 Michal Ludvig <mludvig@suse.cz>
2576 * dwarf2cfi.c: Code cleanup, removed unused variables,
2577 added default labels to switch {} statements.
2578 * x86-64-tdep.c: Ditto.
2579 * x86-64-linux-nat.c: Ditto.
2581 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
2583 * solib.h: Protect against multiple inclusion.
2585 2002-05-06 Jim Blandy <jimb@redhat.com>
2587 Add first preprocessor macro-expansion files.
2588 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
2589 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
2590 (splay_tree_h, macroexp_h, macrotab_h): New variable.
2591 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
2592 (COMMON_OBS): Add macrotab.o, macroexp.o.
2593 (macroexp.o, macrotab.o): New rules.
2595 Separate the job of reading the line number info statement program
2596 header (...expialidocious) out into its own function.
2597 * dwarf2read.c (struct line_head, struct filenames, struct
2598 directories): Replace with...
2599 (struct line_header): New structure, containing the full
2600 contents of the statement program header, including the
2601 include directory and file name tables.
2602 (read_file_scope): If we have line number info, instead of just
2603 calling dwarf_decode_lines to do all the work, call
2604 dwarf_decode_line_header first to get a `struct line_header'
2605 containing the data in the statement program header, and then
2606 pass that to dwarf_decode_lines, which will pick up where that
2607 left off. Be sure to clean up the `struct line_header' object.
2608 (dwarf_decode_line_header, free_line_header, add_include_dir,
2609 add_file_name): New functions.
2610 (dwarf_decode_lines): Move all the code to read the statement
2611 program header into dwarf_decode_line_header. Take the line
2612 header it built as the first argument, instead of the offset to
2613 the compilation unit's line number info. Use the new `struct
2614 line_header' type instead of the old structures. No need to do
2615 cleanups here now, since we don't allocate anything.
2616 (dwarf2_statement_list_fits_in_line_number_section,
2617 dwarf2_line_header_too_long): New complaints.
2619 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
2621 * gdbtypes.c (init_vector_type): New function.
2622 (build_builtin_type_vec128): Simplify the representation of SIMD
2624 (build_gdbtypes): Initialize new builtin vector types.
2625 (_initialize_gdbtypes): Register new vector types with gdbarch.
2626 (builtin_type_v4_float, builtin_type_v4_int32,
2627 builtin_type_v8_int16, builtin_type_v16_int8,
2628 builtin_type_v2_int32, builtin_type_v4_int16,
2629 builtin_type_v8_int8): New (renamed) SIMD types.
2631 2002-05-06 Mark Kettenis <kettenis@gnu.org>
2633 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
2634 (i387_fill_fxsave): Likewise.
2636 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
2638 * alpha-tdep.c (alpha_extract_return_value): Don't use
2639 non-constant array size in prototype.
2641 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2643 From Brian Taylor <briant at model dot com>:
2644 * ui-out.c (ui_out_field_core_addr): Use the function
2645 longest_local_hex_string_custom'to format addresses > 32 bits
2648 * ui-out.c (ui_out_field_core_addr): Update comment.
2650 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2652 * stack.c (select_and_print_frame): Make static. Delete the
2654 (func_command): Update call.
2655 (select_frame_command): Delete code computing the frame level.
2656 * frame.h (select_and_print_frame): Delete declaration.
2658 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2660 * sparc-tdep.c (sparc_get_saved_register): Comment why
2661 get_prev_frame call is safe.
2663 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2665 * frame.h (select_frame): Delete level parameter.
2666 * stack.c (select_frame): Update. Use frame_relative_level to
2667 obtain the frame's level.
2668 (select_and_print_frame): Update call.
2669 (select_frame_command): Ditto.
2670 (up_silently_base): Ditto.
2671 (down_silently_base): Ditto.
2672 * ocd.c (ocd_start_remote): Ditto.
2673 * remote-rdp.c (remote_rdp_open): Ditto.
2674 * remote-mips.c (mips_initialize): Ditto.
2675 (common_open): Ditto.
2676 * remote-e7000.c (e7000_start_remote): Ditto.
2677 * m3-nat.c (select_thread): Ditto.
2678 * hppa-tdep.c (child_get_current_exception_event): Ditto.
2679 (child_get_current_exception_event): Ditto.
2680 * varobj.c (varobj_create): Ditto.
2681 (varobj_update): Ditto.
2682 (c_value_of_root): Ditto.
2683 * tracepoint.c (finish_tfind_command): Ditto.
2684 * corelow.c (core_open): Ditto.
2685 * arch-utils.c (generic_prepare_to_proceed): Ditto.
2686 * thread.c (info_threads_command): Ditto.
2687 (switch_to_thread): Ditto.
2688 * infrun.c (normal_stop): Ditto.
2689 (restore_selected_frame): Ditto.
2690 (restore_inferior_status): Ditto.
2691 * breakpoint.c (insert_breakpoints): Ditto.
2692 (watchpoint_check): Ditto.
2693 (bpstat_stop_status): Ditto.
2694 (do_enable_breakpoint): Ditto.
2695 * blockframe.c (flush_cached_frames): Ditto.
2696 (reinit_frame_cache): Ditto.
2698 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2700 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
2703 2002-05-04 Jim Blandy <jimb@redhat.com>
2705 * gdbtypes.c (replace_type): Doc fix.
2707 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2709 * valprint.c (strcat_longest): Delete commented out function.
2712 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2714 * MAINTAINERS: Mark a29k as deleted.
2715 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
2716 Move new configurations to the top.
2717 * configure.tgt: Remove a29k.
2718 * config/a29k/tm-vx29k.h: Delete.
2719 * config/a29k/vx29k.mt: Delete.
2720 * config/a29k/tm-a29k.h: Delete.
2721 * config/a29k/a29k-udi.mt: Delete.
2722 * config/a29k/a29k.mt: Delete.
2723 * a29k-tdep.c: Delete.
2724 * remote-udi.c: Delete.
2725 * remote-mm.c: Delete.
2726 * remote-eb.c: Delete.
2727 * remote-adapt.c: Delete.
2728 * Makefile.in: Remove obsolete code.
2729 * gdbserver/Makefile.in: Ditto.
2730 * config/s390/s390x.mt: Ditto.
2731 * config/s390/s390.mt: Ditto.
2732 * config/sparc/sparclynx.mh: Ditto.
2733 * config/sparc/linux.mh: Ditto.
2734 * config/pa/hppaosf.mh: Ditto.
2735 * config/pa/hppabsd.mh: Ditto.
2736 * config/ns32k/nbsd.mt: Ditto.
2737 * config/mips/vr5000.mt: Ditto.
2738 * config/m68k/sun3os4.mh: Ditto.
2739 * config/m68k/nbsd.mt: Ditto.
2740 * config/m68k/m68klynx.mh: Ditto.
2741 * config/m32r/m32r.mt: Ditto.
2742 * config/i386/x86-64linux.mt: Ditto.
2743 * config/i386/nbsdelf.mt: Ditto.
2744 * config/i386/nbsd.mt: Ditto.
2745 * config/i386/i386lynx.mh: Ditto.
2747 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2749 * target.c (debug_print_register): New function. Handle oversize
2751 (debug_to_fetch_registers): Call.
2752 (debug_to_store_registers): Call.
2754 2002-05-03 Jim Blandy <jimb@redhat.com>
2756 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
2757 (read_type): Doc fix.
2758 * gdbtypes.c (replace_type): Doc fix.
2760 * stabsread.c (multiply_defined_struct): New complaint.
2761 (read_struct_type): If the type we were passed isn't empty, or
2762 incomplete, don't read the new struct type into it; complain,
2763 and return the original type unchanged. Take a new `type_code'
2764 argument, which is the type code for the new type.
2765 (read_type): Rather than storing the type's type code here, pass
2766 it as an argument to read_struct_type, and let that take care of
2767 storing it. That way, we don't overwrite the original type code,
2768 so read_struct_type can use it to decide whether we're overwriting
2769 something we shouldn't.
2770 (complain_about_struct_wipeout): New function.
2772 2002-05-03 Andrew Cagney <ac131313@redhat.com>
2774 * gdbarch.sh: Assert that gdbarch is non-NULL.
2775 * gdbarch.c: Regenerate.
2777 2002-05-03 Jason Merrill <jason@redhat.com>
2779 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
2782 2002-05-03 Michal Ludvig <mludvig@suse.cz>
2784 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
2785 (x86_64_dwarf2gdb_regno_map_length),
2786 (x86_64_dwarf2_reg_to_regnum): Added.
2787 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
2788 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
2789 (_initialize_x86_64_tdep): Synced with the change above.
2790 (x86_64_skip_prologue): Reformulated message.
2792 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
2794 * f-exp.y: Also use new prev_lexptr variable
2795 to improve error reporting. Based on Michael Snyder
2796 2002-04-24 dated patch to c-exp.y.
2797 * jv-exp.y: Likewise.
2798 * m2-exp.y: Likewise.
2800 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
2802 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
2803 we are dealing with vectors.
2805 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
2807 * config/m68k/tm-nbsd.h: Obvious fix,
2808 correct machine name.
2810 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
2812 * p-typeprint.c (pascal_type_print_base): Add support
2813 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
2815 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
2817 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
2818 for fondamental pascal 'char' type.
2820 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
2822 * p-lang.h (is_pascal_string_type): Declaration changed,
2823 new sixth argument of type char ** added.
2824 * p-lang.c (is_pascal_string_type): Implementation
2825 changed. Args length_pos, length_size, string_pos, char_size
2826 can now be NULL. New argument arrayname set to the field
2827 name of the char array. Return value set to char array
2828 field index plus one.
2829 * p-valprint.c (pascal_val_print): Adapt to new declaration of
2830 is_pascal_string_type function.
2832 2002-05-02 Andrew Cagney <cagney@redhat.com>
2834 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
2835 <cagney@redhat.com> change.
2836 * gdbarch.c: Regenerate.
2838 2002-05-02 Andrew Cagney <cagney@redhat.com>
2840 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
2841 before probing for a new one. Detect errorenous gdbarch_init
2843 * gdbarch.c: Regenerate.
2845 2002-05-01 Andrew Cagney <cagney@redhat.com>
2847 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
2848 * config/mcore/tm-mcore.h: Ditto. Update copyright.
2849 * config/v850/tm-v850.h: Ditto. Update copyright.
2851 2002-04-30 Andrew Cagney <ac131313@redhat.com>
2853 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
2856 2002-04-30 Michael Snyder <msnyder@redhat.com>
2858 * arm-tdep.c: Whitespace clean-ups.
2859 (arm_skip_prologue): Fix thinko; two lines
2860 should have been removed as part of 4/24 change.
2862 2002-04-30 Kevin Buettner <kevinb@redhat.com>
2864 * rs6000-tdep.c: Added comment describing how fpscr register
2865 numbers were chosen.
2867 2002-04-30 Michael Snyder <msnyder@redhat.com>
2869 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
2871 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
2873 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
2874 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
2875 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
2877 2002-04-29 Kevin Buettner <kevinb@redhat.com>
2879 From Louis Hamilton <hamilton@redhat.com>:
2880 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
2881 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
2882 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
2883 not bfd-private xcoff data, to determine wordsize.
2884 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
2886 2002-04-29 Andrew Cagney <ac131313@redhat.com>
2888 GDB 5.2 released from 5.2 branch.
2890 2002-04-29 Michal Ludvig <mludvig@suse.cz>
2892 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
2893 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
2894 (x86_64_register_info_table): Added comments with register numbers.
2896 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
2898 * rs6000-tdep.c (rs6000_extract_return_value,
2899 rs6000_store_return_value): Handle returning vectors.
2900 (rs6000_gdbarch_init): Use
2901 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
2902 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
2904 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
2906 (ppc_sysv_abi_push_arguments): Handle vector parameters.
2907 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
2909 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
2911 * hpread.c (hpread_psymtab_to_symtab_1,
2912 hpread_psymtab_to_symtab): Replace fprintf (stderr,...)
2913 with fprintf_unfiltered (gdb_stderr,...).
2915 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
2917 * remote-array.c (printf_monitor, write_monitor,
2918 array_insert_breakpoint, array_remove_breakpoint ):
2919 Replace fprintf (stderr,...
2920 with fprintf_unfiltered (gdb_stderr,....
2921 * remote-es.c: Likewise.
2922 * remote-os9k.c: Likewise.
2923 * remote-st.c: Likewise.
2925 2002-04-28 Andreas Schwab <schwab@suse.de>
2927 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
2928 linux-proc.o and gcore.o.
2930 2002-04-26 Michal Ludvig <mludvig@suse.cz>
2932 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
2933 code without frame pointers.
2935 2002-04-26 Andrew Cagney <ac131313@redhat.com>
2937 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
2940 2002-04-26 Ben Elliston <bje@redhat.com>
2942 * target.c (do_xfer_memory): Correct reference to the new option
2943 "trust-readonly-sections".
2945 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
2947 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
2948 * gdbtypes.c (recursive_dump_type): Output the vector flag.
2949 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
2951 (read_array_type): Record the fact that this array type is really a
2952 vector (i.e. are passed in by value).
2954 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
2956 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
2957 * alpha-tdep.c (alpha_sigcontext_addr): New function.
2958 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
2959 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
2960 * alpha-linux-tdep.c: Include frame.h.
2961 (alpha_linux_sigcontext_addr): New function.
2962 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
2963 alpha_linux_sigcontext_addr.
2964 * alpha-osf1-tdep.c: Include gdbcore.h.
2965 (alpha_osf1_sigcontext_addr): New function.
2966 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
2967 alpha_osf1_sigcontext_addr.
2968 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
2969 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
2971 2002-04-26 Andrew Cagney <ac131313@redhat.com>
2973 * stack.c (selected_frame_level):
2974 (select_frame): Do not set selected_frame_level.
2975 * frame.h (selected_frame_level): Delete declaration.
2977 2002-04-26 Andrew Cagney <ac131313@redhat.com>
2979 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
2980 convert_from_func_ptr-addr when AIX / PowerOpen.
2982 2002-04-25 Andrew Cagney <ac131313@redhat.com>
2984 * valops.c (hand_function_call): Call
2985 generic_save_call_dummy_addr.
2986 * frame.h (generic_save_call_dummy_addr): Declare.
2987 * blockframe.c (struct dummy_frame): Add fields call_lo and
2989 (generic_find_dummy_frame): Check for PC in range call_lo to
2990 call_hi instead of entry_point_address.
2991 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
2992 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
2993 (generic_save_call_dummy_addr): New function.
2995 2002-04-24 David S. Miller <davem@redhat.com>
2997 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
2998 sparc_skip_prologue.
2999 (sparc_skip_prologue): Kill frameless_p arg, and use line number
3000 information to find prologue when possible.
3001 (sparc_prologue_frameless_p): Call examine_prologue directly.
3002 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
3003 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
3005 (SKIP_PROLOGUE): Likewise.
3007 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
3009 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
3010 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
3011 indicate that the condition it was testing is always true.
3012 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
3013 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
3014 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
3016 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
3018 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
3019 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
3020 tdep->jb_pc and tdep->jb_elt_size.
3021 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
3022 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
3023 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
3024 * alpha-nat.c (get_longjmp_target): Remove.
3025 (JB_ELEMENT_SIZE): Ditto.
3027 * alpha-tdep.c (alpha_get_longjmp_target): New function.
3028 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
3029 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
3030 to alpha_get_longjmp_target.
3031 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
3032 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
3033 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
3035 2002-04-25 Andrew Cagney <ac131313@redhat.com>
3037 * README: Update to GDB 5.2.
3039 2002-04-25 Andrew Cagney <ac131313@redhat.com>
3041 * gdbarch.sh (LC_ALL): Set to `c'.
3043 2002-04-25 Theodore A. Roth <troth@verinet.com>
3045 * avr-tdep.c: Ran through gdb_indent.sh.
3047 2002-04-25 Theodore A. Roth <troth@verinet.com>
3049 * MAINTAINERS: Add myself as AVR maintainer.
3050 * NEWS: Note new target avr.
3052 2002-04-25 Theodore A. Roth <troth@verinet.com>
3054 * Makefile.in: Add support for AVR target.
3055 * configure.tgt: Add support for AVR target.
3056 * avr-tdep.c: New file
3057 * config/avr/avr.mt: New file.
3059 2002-04-25 Theodore A. Roth <troth@verinet.com>
3061 * MAINTAINERS: Add myself to write-after-approval.
3063 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
3065 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
3066 with fprintf_unfiltered (gdb_stderr,....
3068 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
3071 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
3073 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
3075 * p-exp.y: Also use new prev_lexptr variable
3076 to improve error reporting. Based on Michael Snyder
3077 2002-04-24 dated patch to c-exp.y.
3079 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
3081 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
3082 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
3083 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
3085 * config/alpha/tm-alpha.h: Remove forward decls of struct type
3087 (FUNCTION_START_OFFSET): Remove.
3088 (BREAKPOINT): Ditto.
3090 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
3092 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
3095 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
3097 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
3098 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
3099 alpha_linux_pc_in_sigtramp.
3100 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
3101 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
3102 alpha_osf1_pc_in_sigtramp.
3103 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
3104 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
3105 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
3106 alphafbsd_pc_in_sigtramp.
3107 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
3108 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
3109 alphanbsd_pc_in_sigtramp.
3110 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
3111 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
3113 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
3115 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
3117 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
3119 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
3121 (alphanbsd-nat.o): New dependency list.
3122 (alphanbsd-tdep.o): Ditto.
3123 * NEWS: Note new native NetBSD/alpha configuration.
3124 * alphanbsd-nat.c: New file.
3125 * alphanbsd-tdep.c: Ditto.
3126 * configure.host (alpha*-*-netbsd*): New host.
3127 * configure.tgt (alpha*-*-netbsd*): New target.
3128 * config/alpha/nbsd.mh: New file.
3129 * config/alpha/nbsd.mt: Ditto.
3130 * config/alpha/nm-nbsd.h: Ditto.
3131 * config/alpha/tm-nbsd.h: Ditto.
3133 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
3135 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
3136 (alpha-osf1-tdep.o): New dependency list.
3137 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
3138 and skip_sigtramp_frame members.
3139 * alpha-linux-tdep.c: Include gdbcore.h.
3140 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
3141 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
3142 * alpha-osf1-tdep.c: New file.
3143 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
3145 (alpha_frame_past_sigtramp_frame): New function.
3146 (alpha_dynamic_sigtramp_offset): Ditto.
3147 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
3148 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
3149 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
3150 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
3151 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
3152 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
3153 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
3154 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
3155 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
3156 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
3157 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
3158 to find_solib_trampoline_target.
3159 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
3160 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
3161 (SKIP_TRAMPOLINE_CODE): Remove.
3162 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3163 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3164 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
3165 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
3166 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
3167 (PROC_SIGTRAMP_MAGIC): Ditto.
3168 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3169 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3170 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3171 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
3172 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
3174 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
3176 * NEWS: Note that Alpha targets are now multi-arch.
3178 2002-04-24 Michael Snyder <msnyder@redhat.com>
3180 * parser-defs.h (prev_lexptr): New external variable.
3181 * parse.c (parse_exp_1): Set prev_lexptr to null before
3182 calling the language-specific parser.
3183 * c-exp.y (yylex): Set prev_lexptr to start of current token.
3184 (yyerror): Use prev_lexptr in error reporting.
3186 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
3188 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
3189 * gregset.h: If FILL_FPXREGSET is defined, provide
3190 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
3191 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
3192 is defined, call fill_fpxregset.
3194 2002-04-24 Roland McGrath <roland@frob.com>
3196 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
3197 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
3198 (supply_gregset, supply_fpregset): New functions.
3200 * gnu-nat.c (gnu_find_memory_regions): New function.
3201 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
3202 (gnu_xfer_memory): Add a cast.
3204 2002-04-24 Michael Snyder <msnyder@redhat.com>
3206 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
3207 loop. Add handling for "str lr, [sp, #-4]!" and for saves
3208 of argument regs ("str r(0123), [r11, #-nn"]).
3209 (arm_skip_prologue): Better handling for frameless functions.
3210 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
3211 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
3213 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
3215 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
3216 NUM_PSEUDO_REGS can be used.
3218 2002-04-24 Andrew Cagney <ac131313@redhat.com>
3220 * arch-utils.h: Update copyright.
3222 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
3223 * gdbarch.h, gdbarch.c: Re-generate.
3225 * inferior.h (IN_SIGTRAMP): Delete definition.
3226 * arch-utils.c (legacy_pc_in_sigtramp): New function.
3227 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
3229 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
3230 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
3231 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
3232 (find_proc_framesize): Ditto.
3233 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
3234 (alpha_init_extra_frame_info): Ditto.
3235 * infrun.c (handle_inferior_event): Ditto.
3236 (handle_inferior_event): Ditto.
3237 (check_sigtramp2): Ditto.
3238 * blockframe.c (create_new_frame): Ditto.
3239 (get_prev_frame): Ditto.
3240 * ppc-linux-tdep.c: Update comments.
3241 * i386-linux-tdep.c: Update comments.
3242 * breakpoint.c (bpstat_what): Update comment.
3244 2002-04-24 Michal Ludvig <mludvig@suse.cz>
3246 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
3247 (regsets_store_inferior_registers): Removed cast to int from
3249 * gdbserver/regcache.h: Added declaration of struct inferior_info.
3251 2002-04-24 David S. Miller <davem@redhat.com>
3253 * i960-tdep.c (register_in_window_p): New function.
3254 (i960_find_saved_register): Use it instead of
3255 REGISTER_IN_WINDOW_P.
3256 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
3258 * symtab.h (find_stab_function_addr): Kill extern.
3259 * minsyms.c (find_stab_function_addr): Remove from here...
3260 * dbxread.c: ... to here, and mark it static.
3262 2002-04-20 David S. Miller <davem@redhat.com>
3264 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
3265 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
3267 2002-04-21 David S. Miller <davem@redhat.com>
3269 * remote-vxsparc.c (vx_read_register): Fix typo, we want
3270 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
3271 (vx_write_register): Likewise.
3273 2002-04-23 J. Brobecker <brobecker@gnat.com>
3275 * source.c (is_regular_file): New function.
3276 (openp): Check wether file to open is a regular file
3277 to avoid opening directories.
3279 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3281 * findvar.c (extract_signed_integer): Cast printf argument
3282 to suppress format warning.
3283 (extract_unsigned_integer): Likewise.
3284 * infcmd.c (registers_info): Likewise.
3285 * top.c (get_prompt_1): Likewise.
3286 * valops.c (value_assign): Likewise.
3287 * valprint.c (print_decimal): Likewise.
3289 2002-04-22 H.J. Lu (hjl@gnu.org)
3291 * c-exp.y (typebase): Support
3293 [long|long long|short] [signed|unsigned] [int|]
3297 signed [long|long long|short] int
3299 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3301 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
3303 * vax-tdep.h: New file.
3304 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
3305 Make several routines static.
3306 (vax_get_saved_register): New function.
3307 (vax_gdbarch_init): New function.
3308 (_initialize_vax_tdep): Register vax_gdbarch_init.
3309 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
3310 Remove macros now under the control of gdbarch.
3312 2002-04-22 Michael Snyder <msnyder@redhat.com>
3314 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
3315 Some whitespace and coding standards tweaks.
3317 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3319 * vax-tdep.c: Include regcache.h.
3320 (vax_call_dummy_words): New.
3321 (sizeof_vax_call_dummy_words): New.
3322 (vax_fix_call_dummy): New function.
3323 (vax_saved_pc_after_call): Ditto.
3324 * config/vax/tm-vax.h: Don't include regcache.h.
3325 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
3326 (CALL_DUMMY): Remove.
3327 (CALL_DUMMY_WORDS): Define.
3328 (SIZEOF_CALL_DUMMY_WORDS): Define.
3329 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
3331 2002-04-18 Michael Snyder <msnyder@redhat.com>
3333 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
3335 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3337 * vax-tdep.c (vax_frame_chain): New function.
3338 (vax_push_dummy_frame): Ditto.
3339 (vax_pop_frame): Ditto.
3340 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
3341 (FRAMELESS_FUNCTION_INVOCATION): Use
3342 generic_frameless_function_invocation_not.
3343 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
3344 (POP_FRAME): Use vax_pop_frame.
3346 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3348 * vax-tdep.c (vax_store_struct_return): New function.
3349 (vax_extract_return_value): Ditto.
3350 (vax_store_return_value): Ditto.
3351 (vax_extract_struct_value_address): Ditto.
3352 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
3353 vax_store_struct_return.
3354 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
3355 (STORE_RETURN_VALUE): Use vax_store_return_value.
3356 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
3358 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3360 * vax-tdep.c (vax_frame_saved_pc): New function.
3361 (vax_frame_args_address_correct): Ditto.
3362 (vax_frame_args_address): Ditto.
3363 (vax_frame_locals_address): Ditto.
3364 (vax_frame_num_args): Move code to be in proximity to
3365 other frame-related functions.
3366 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
3367 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
3368 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
3369 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
3370 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
3372 2002-04-22 H.J. Lu (hjl@gnu.org)
3374 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
3377 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3379 * vax-tdep.c (vax_frame_init_saved_regs): New function.
3380 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
3381 (FRAME_INIT_SAVED_REGS): New macro.
3383 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3385 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
3387 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3389 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
3391 (fetch_osf_core_registers): Likewise.
3392 (supply_gregset): Likewise.
3394 2002-04-22 J. Brobecker <brobecker@gnat.com>
3396 * symfile.h (get_section_index): Define.
3397 * symfile.c (get_section_index): New function.
3398 * mdebugread.c (SC_IS_SBSS): New macro.
3399 (SC_IS_BSS): Return true for the scBss storage class only, as
3400 the scSBss storage class refers to the .sbss section.
3401 (parse_partial_symbols): Discard the symbols which associated
3402 section does not exist.
3403 Make sure to use the .sbss section index for symbols which
3404 storage class is scBss, rather than using the .bss section index.
3406 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3408 * vax-tdep.c: Update copyright years.
3409 (vax_register_name): New function.
3410 (vax_register_byte): Ditto.
3411 (vax_register_raw_size): Ditto.
3412 (vax_register_virtual_size): Ditto.
3413 (vax_register_virtual_type): Ditto.
3414 * config/vax/tm-vax.h: Update copyright years.
3415 (REGISTER_NAMES): Remove.
3416 (REGISTER_NAME): Define.
3417 (REGISTER_BYTE): Use vax_register_byte.
3418 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
3419 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
3420 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
3422 2002-04-21 Andrew Cagney <ac131313@redhat.com>
3424 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
3426 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
3428 2002-04-21 David S. Miller <davem@redhat.com>
3430 * arch-utils.c (generic_prologue_frameless_p): Kill
3431 SKIP_PROLOGUE_FRAMELESS_P code.
3432 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
3434 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
3435 * arc-tdep.c (arc_prologue_frameless_p): Implement.
3436 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
3438 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
3439 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
3440 (sparc_gdbarch_init): Pass it to
3441 set_gdbarch_prologue_frameless_p.
3443 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3445 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
3446 (alphabsd-nat.o): New dependency list.
3448 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3450 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
3452 (alpha-linux-tdep.o): New dependency list.
3453 (alphafbsd-tdep.o): Likewise.
3455 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3457 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
3459 * alpha-tdep.c: ...from here.
3460 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
3462 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3464 * config/alpha/tm-alpha.h: Move alpha_software_single_step
3465 prototype from here...
3466 * alpha-tdep.h: ...to here.
3468 2002-04-21 Andrew Cagney <ac131313@redhat.com>
3470 * frame.h (selected_frame_level): Document as deprecated.
3471 (frame_relative_level): Declare.
3472 * stack.c (frame_relative_level): New function.
3473 (selected_frame_level): Document as deprecated.
3474 (select_frame): Do not set the selected_frame_level.
3476 * stack.c (frame_info, record_selected_frame): Update.
3477 (frame_command, current_frame_command): Update.
3478 (up_silently_base, up_command, down_silently_base): Update.
3479 (down_command): Update.
3480 * inflow.c (kill_command): Update.
3481 * tracepoint.c (finish_tfind_command): Update.
3482 * corelow.c (core_open): Update.
3483 * thread.c (info_threads_command): Update.
3484 (do_captured_thread_select): Update.
3485 * infcmd.c (finish_command): Update.
3486 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
3488 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3490 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
3492 2002-04-21 Andrew Cagney <ac131313@redhat.com>
3494 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
3497 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3499 * alphafbsd-tdep.c: Update copyright years. Include
3501 (alphafbsd_use_struct_convention): Make static.
3502 (alphafbsd_init_abi): New function.
3503 (_initialize_alphafbsd_tdep): New function.
3504 * config/alpha/tm-fbsd.h: Update copyright years.
3505 (USE_STRUCT_CONVENTION): Remove.
3507 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3509 * alpha-tdep.c (alpha_abi_handler): New structure to describe
3510 an Alpha ABI variant.
3511 (alpha_abi_handler_list): Declare.
3512 (alpha_gdbarch_register_os_abi): New function.
3513 (alpha_gdbarch_init): Give registered ABI variant handlers a
3514 chance to tweak the gdbarch once we have set up defaults.
3515 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
3517 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3519 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
3520 to standard_coerce_float_to_double.
3521 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
3523 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3525 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
3526 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
3527 from gdbarch_tdep rather than a constant.
3528 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
3529 the default text address for all Alpha Unix ABIs.
3530 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
3531 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
3533 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3535 * alpha-tdep.h: New file. Includes several Alpha target constants
3537 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
3538 let gdbarch deal with.
3539 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
3540 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
3542 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
3543 Alpha target register names.
3544 * alphabsd-nat.c: Likewise.
3545 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
3546 Alpha target register names. Make serveral routines static.
3547 (alpha_get_saved_register): New function.
3548 (alpha_abi_names): New.
3549 (process_note_abi_tag_sections): New function.
3550 (get_elfosabi): New function.
3551 (alpha_gdbarch_init): New function.
3552 (alpha_dump_tdep): New function.
3553 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
3555 2002-04-21 Andrew Cagney <ac131313@redhat.com>
3557 * frame.c (find_saved_register): Delete #ifdef
3558 HAVE_REGISTER_WINDOWS code.
3559 * config/sparc/tm-sparc.h: Update comments.
3560 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
3562 2002-04-21 Andrew Cagney <ac131313@redhat.com>
3564 * i960-tdep.c (i960_find_saved_register): New function.
3565 (i960_get_saved_register): New function.
3566 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
3567 (i960_get_saved_register): Declare.
3568 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
3570 2002-04-20 David S. Miller <davem@redhat.com>
3572 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
3574 2002-04-20 Andrew Cagney <ac131313@redhat.com>
3576 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
3577 instead of NUM_PSEUDO_REGS.
3579 2002-04-20 David S. Miller <davem@redhat.com>
3581 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
3582 GDB_MULTI_ARCH_PARTIAL
3583 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
3584 define, let tm-sp64.h do it.
3586 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
3588 * frame.c (find_saved_register): Avoid a NULL pointer
3589 dereference and actually walk the frame list.
3591 2002-04-20 Andrew Cagney <ac131313@redhat.com>
3593 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
3594 sorted in most most-recent-used order. Document.
3595 * gdbarch.h, gdbarch.c: Regenerate.
3597 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
3599 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
3600 (add_inferior): Call create_register_cache.
3601 (clear_inferiors): Call free_register_cache.
3602 (inferior_regcache_data, set_inferior_regcache_data): New functions.
3603 * gdbserver/regcache.c (struct inferior_regcache_data): New.
3604 (registers): Remove.
3605 (get_regcache): New function.
3606 (create_register_cache, free_register_cache): New functions.
3607 (set_register_cache): Don't initialize the register cache here.
3608 (registers_to_string, registers_from_string, register_data): Call
3610 * gdbserver/regcache.h: Add prototypes.
3611 * gdbserver/server.h: Likewise.
3613 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
3615 * gdbserver/mem-break.c: New file.
3616 * gdbserver/mem-break.h: New file.
3617 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
3619 * gdbserver/inferiors.c (struct inferior_info): Add target_data
3621 (clear_inferiors): Free target_data member if set.
3622 (inferior_target_data, set_inferior_target_data): New functions.
3623 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
3624 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
3625 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
3626 (struct inferior_linux_data): New.
3627 (linux_create_inferior): Use set_inferior_target_data.
3628 (linux_attach): Likewise. Call add_inferior.
3629 (linux_wait_for_one_inferior): New function.
3630 (linux_wait): Call it.
3631 (linux_write_memory): Add const.
3632 (initialize_low): Call set_breakpoint_data.
3633 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
3635 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
3637 * gdbserver/server.h: Include mem-break.h. Update inferior.c
3639 * gdbserver/target.c (read_inferior_memory)
3640 (write_inferior_memory): New functions.
3641 * gdbserver/target.h (read_inferior_memory)
3642 (write_inferior_memory): Change macros to prototypes.
3643 (struct target_ops): Update comments. Add const to write_memory
3646 2002-04-19 Andrew Cagney <ac131313@redhat.com>
3648 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
3650 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
3651 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
3652 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
3655 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
3658 * gdbtypes.c (init_simd_type): Rewrite using new functions.
3659 (build_builtin_type_vec128): Ditto.
3660 (append_composite_type_field): Fix calculation of type length in
3663 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
3665 * config/djgpp/README: Update.
3667 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
3670 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
3672 * alpha-tdep.c (setup_arbitrary_frame): Rename...
3673 (alpha_setup_arbitrary_frame): ...to this.
3674 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
3675 for alpha_setup_arbitrary_frame.
3677 2002-04-18 Andrew Cagney <cagney@redhat.com>
3679 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
3680 * gdbarch.h, gdbarch.c: Regenerate.
3682 * defs.h (breakpoint_from_pc_fn): Delete type definition.
3683 * target.h (memory_breakpoint_from_pc): Update declaration.
3684 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
3686 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
3687 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
3688 * mem-break.c (memory_breakpoint_from_pc): Ditto.
3689 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
3690 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
3691 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
3692 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
3693 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
3694 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
3695 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
3696 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
3697 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
3699 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
3701 * monitor.c (monitor_insert_breakpoint): Ditto.
3702 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
3704 * config/mcore/tm-mcore.h: Update copyright.
3705 * mem-break.c: Ditto.
3706 * xstormy16-tdep.c: Ditto.
3708 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
3710 * p-exp.y: Add precedence rule for '^' token.
3711 This removes the shift/reduce conflicts.
3712 Remove the comment concerning these shift/reduce conflicts.
3714 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
3716 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
3717 (registers_powerpc_nofp): New register set for processors
3718 without floating point unit.
3720 2002-04-18 David S. Miller <davem@redhat.com>
3722 * MAINTAINERS: Add myself to write-after-approval.
3724 2002-04-17 Michael Snyder <msnyder@redhat.com>
3726 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
3728 2002-04-17 Andrew Cagney <ac131313@redhat.com>
3730 * rs6000-tdep.c (frame_initial_stack_address): Use
3731 frame_register_read to read the alloca_reg.
3733 2002-04-17 Andrew Cagney <ac131313@redhat.com>
3735 * frame.c (find_saved_register): Find saved registers in the next
3739 2002-04-17 Andrew Cagney <ac131313@redhat.com>
3741 * gdbarch.sh (LANG): Set to ``c''.
3743 2002-04-15 Andrew Cagney <ac131313@redhat.com>
3745 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
3747 2002-04-15 Andrew Cagney <ac131313@redhat.com>
3749 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
3752 * hpread.c (hpread_get_lntt): Add declaration.
3753 Also fix PR gdb/391.
3755 2002-04-14 Andrew Cagney <ac131313@redhat.com>
3757 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
3758 * aclocal.m4, configure: Re-generate.
3761 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
3763 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
3764 instead of tm_print_insn.
3766 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
3768 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
3770 2002-04-14 Andrew Cagney <ac131313@redhat.com>
3772 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
3773 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
3774 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
3776 2002-04-12 Don Howard <dhoward@redhat.com>
3778 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
3779 max_user_call_depth.
3780 (init_cmd_lists): Initialize the new value;
3781 * cli/cli-script.c (execute_user_command): Limit the call depth of
3782 user defined commands. This avoids a core-dump when user commands
3783 are infinitly recursive.
3785 2002-04-12 Kevin Buettner <kevinb@redhat.com>
3787 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
3788 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
3789 from tdep struct instead of DEFAULT_LR_SAVE.
3790 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
3791 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
3792 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
3794 2002-04-12 Michael Snyder <msnyder@redhat.com>
3796 * Remote.c: Spelling fix.
3797 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
3798 If no symbol found for "sbrk", try "_sbrk".
3799 (make_output_phdrs): Use bfd_section_name.
3800 (gcore_copy_callback): Use bfd_section_name.
3801 * eval.c: Indentation fix-ups.
3802 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
3803 in case it gets applied to an address that is already
3804 in the instruction space.
3805 * cli/cli-decode.c (help_list): Allow long lines to wrap.
3806 * symfile.c: Fix indentation, long lines.
3807 * source.c: White space fix-up.
3809 2002-04-12 Andrew Cagney <cagney@redhat.com>
3811 * defs.h (read_relative_register_raw_bytes): Delete declaration.
3812 * frame.c (frame_register_read): New function. Return non-zero on
3814 (read_relative_register_raw_bytes_for_frame): Delete.
3815 (read_relative_register_raw_bytes): Delete.
3816 * frame.h (frame_register_read): Declare.
3817 * d30v-tdep.c: Update Copyright. Use frame_register_read.
3819 * infcmd.c (do_registers_info): Ditto.
3820 * hppa-tdep.c: Ditto.
3821 * rs6000-tdep.c: Ditto.
3822 * h8500-tdep.c: Ditto.
3823 * mips-tdep.c: Ditto.
3824 * h8300-tdep.c: Ditto.
3825 * z8k-tdep.c: Ditto.
3827 2002-04-12 Kevin Buettner <kevinb@redhat.com>
3829 From Jimi X <jimix@watson.ibm.com>:
3830 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
3833 2002-04-12 Kevin Buettner <kevinb@redhat.com>
3835 From Jimi X <jimix@watson.ibm.com>:
3836 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
3839 2002-04-12 Kevin Buettner <kevinb@redhat.com>
3841 From Jimi X <jimix@watson.ibm.com>:
3842 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
3843 register sets for these processor variants.
3845 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
3847 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
3848 registers which are allowed to fail to store.
3849 * gdbserver/linux-low.h (linux_target_ops): Likewise.
3850 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
3851 (ppc_cannot_store_register): FPSCR may not be storable.
3852 * regformats/reg-ppc.dat: Support FPSCR.
3854 2002-04-11 Kevin Buettner <kevinb@redhat.com>
3856 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
3857 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
3858 Add fpscr as an invalid/unfetchable register.
3859 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
3860 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
3861 (fill_fpregset): Add support for register fpscr.
3862 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
3863 (fill_gregset): Account for the fact that register ``mq'' might
3865 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
3866 (registers_power): Add fpscr to register set at slot 71.
3867 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
3868 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
3870 2002-04-11 Michael Snyder <msnyder@redhat.com>
3872 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
3873 * configure: Regenerate.
3874 * config.in: Regenerate.
3875 * acconfig.h: Add define for _SYSCALL32.
3876 * core-sol2.c: Remove #define _SYSCALL32.
3877 * solib-legacy.c: Remove #define _SYSCALL32.
3879 2002-04-10 Andrew Cagney <ac131313@redhat.com>
3881 * stack.c (select_frame): Cleanup internal error message, do not
3884 2002-04-10 Andrew Cagney <ac131313@redhat.com>
3886 * stack.c (select_frame): Check that selected_frame and the
3887 specified level are as expected.
3888 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
3890 * frame.h (struct frame_info): Add field `level'. Update
3892 Work-in-progress PR gdb/464.
3894 2002-04-10 Andrew Cagney <ac131313@redhat.com>
3896 * maint.c (maint_print_section_info): Rename print_section_info.
3897 (print_bfd_section_info, print_objfile_section_info): Update.
3898 * inferior.h (struct gdbarch): Add opaque declaration.
3899 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
3900 * gdbarch.h: Regenerate.
3902 2002-04-10 Michal Ludvig <mludvig@suse.cz>
3904 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
3905 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
3906 (kernel_u_size): Added.
3907 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
3908 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
3910 2002-04-04 Jim Ingham <jingham@apple.com>
3912 * valarith.c (find_size_for_pointer_math): New function, either returns
3913 the size for a pointer's target, returns 1 for void *, or errors for
3915 (value_add, value_sub): use find_size_for_pointer_math.
3917 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3919 * linux-low.c (linux_look_up_symbols): New hook.
3920 (linux_target_ops): Add linux_look_up_symbols.
3921 * remote-utils.c (decode_address): New function.
3922 (look_up_one_symbol): New function.
3923 * server.c (handle_query): Call target look_up_symbols hook.
3924 * server.h (look_up_one_symbol): Add prototype.
3925 * target.h (struct target_ops): Add look_up_symbols hook.
3927 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3929 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
3930 * ChangeLog: Correct paths in last ChangeLog entry.
3932 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3934 * gdbserver/linux-low.h: Remove obsolete prototypes.
3935 (struct linux_target_ops): New.
3936 (extern the_low_target): New.
3937 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
3938 (register_addr): Use the_low_target explicitly.
3939 (fetch_register): Likewise.
3940 (usr_fetch_inferior_registers): Likewise.
3941 (usr_store_inferior_registers): Likewise.
3942 * gdbserver/linux-arm-low.c (num_regs): Remove.
3943 (arm_num_regs): Define.
3944 (arm_regmap): Renamed from regmap, made static.
3945 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
3947 (arm_cannot_store_register): Renamed from cannot_store_register,
3949 (the_low_target): New.
3950 * gdbserver/linux-i386-low.c (num_regs): Remove.
3951 (i386_num_regs): Define.
3952 (i386_regmap): Renamed from regmap, made static.
3953 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
3955 (i386_cannot_store_register): Renamed from cannot_store_register,
3957 (the_low_target): New.
3958 * gdbserver/linux-ia64-low.c (num_regs): Remove.
3959 (ia64_num_regs): Define.
3960 (ia64_regmap): Renamed from regmap, made static.
3961 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
3963 (ia64_cannot_store_register): Renamed from cannot_store_register,
3965 (the_low_target): New.
3966 * gdbserver/linux-m68k-low.c (num_regs): Remove.
3967 (m68k_num_regs): Define.
3968 (m68k_regmap): Renamed from regmap, made static.
3969 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
3971 (m68k_cannot_store_register): Renamed from cannot_store_register,
3973 (the_low_target): New.
3974 * gdbserver/linux-mips-low.c (num_regs): Remove.
3975 (mips_num_regs): Define.
3976 (mips_regmap): Renamed from regmap, made static.
3977 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
3979 (mips_cannot_store_register): Renamed from cannot_store_register,
3981 (the_low_target): New.
3982 * gdbserver/linux-ppc-low.c (num_regs): Remove.
3983 (ppc_num_regs): Define.
3984 (ppc_regmap): Renamed from regmap, made static.
3985 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
3987 (ppc_cannot_store_register): Renamed from cannot_store_register,
3989 (the_low_target): New.
3990 * gdbserver/linux-s390-low.c (num_regs): Remove.
3991 (s390_num_regs): Define.
3992 (s390_regmap): Renamed from regmap, made static.
3993 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
3995 (s390_cannot_store_register): Renamed from cannot_store_register,
3997 (the_low_target): New.
3998 * gdbserver/linux-sh-low.c (num_regs): Remove.
3999 (sh_num_regs): Define.
4000 (sh_regmap): Renamed from regmap, made static.
4001 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
4003 (sh_cannot_store_register): Renamed from cannot_store_register,
4005 (the_low_target): New.
4006 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
4007 (the_low_target): New.
4009 2002-04-09 Andrew Cagney <ac131313@redhat.com>
4011 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
4012 override FP_REGNUM with frame->fp. Update copyright.
4013 * parse.c (num_std_regs, std_regs): Delete.
4014 (target_map_name_to_register): Do not search std_regs. Update
4015 function description.
4016 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
4017 declarations. Update copyright.
4020 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
4022 * gdbserver/Makefile.in: Add stamp-h target.
4023 * gdbserver/configure.in: Create stamp-h.
4024 * gdbserver/configure: Regenerated.
4026 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
4028 * gdbserver/inferiors.c: New file.
4029 * gdbserver/target.c: New file.
4030 * gdbserver/target.h: New file.
4031 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
4033 * gdbserver/linux-low.c (inferior_pid): New static variable,
4034 moved from server.c.
4035 (linux_create_inferior): Renamed from create_inferior.
4036 Call add_inferior. Return 0 on success instead of a PID.
4037 (linux_attach): Renamed from myattach.
4038 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
4039 (linux_thread_alive): Renamed from mythread_alive.
4040 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
4042 (linux_resume): Renamed from myresume. Add missing ``return 0''.
4043 (regsets_store_inferior_registers): Correct error message.
4044 Add missing ``return 0''.
4045 (linux_fetch_registers): Renamed from fetch_inferior_registers.
4046 (linux_store_registers): Renamed from store_inferior_registers.
4047 (linux_read_memory): Renamed from read_inferior_memory.
4048 (linux_write_memory): Renamed from write_inferior_memory.
4049 (linux_target_ops): New structure.
4050 (initialize_low): Call set_target_ops ().
4051 * gdbserver/remote-utils.c (unhexify): New function.
4052 (hexify): New function.
4053 (input_interrupt): Send signals to ``signal_pid''.
4054 * gdbserver/server.c (inferior_pid): Remove.
4055 (start_inferior): Update create_inferior call.
4056 (attach_inferior): Call add_inferior.
4057 (handle_query): New function.
4058 (main): Call handle_query for `q' packets.
4059 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
4060 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
4062 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
4064 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
4066 * gdbserver/configure.in: Check for <string.h>
4067 * gdbserver/configure: Regenerate.
4068 * gdbserver/config.in: Regenerate.
4069 * gdbserver/gdbreplay.c: Include needed system headers.
4070 (remote_open): Remove strchr prototype.
4071 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
4072 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
4073 (supply_register_by_name): Likewise.
4074 (collect_register): Change buf argument to void *.
4075 (collect_register_by_name): Likewise.
4076 * gdbserver/regcache.h: Add missing prototypes.
4077 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
4078 * gdbserver/server.c (handle_query): New function.
4079 (attached): New static variable, moved out of main.
4080 (main): Quiet longjmp clobber warnings.
4081 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
4082 * gdbserver/utils.c (error): Remove NORETURN.
4085 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
4087 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
4088 after the last symbol in a block.
4090 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
4092 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
4093 is non zero as a found symbol.
4095 2002-04-08 Andrew Cagney <ac131313@redhat.com>
4097 * findvar.c: Include "builtin-regs.h".
4098 (value_of_register): Call value_of_builtin_reg when applicable.
4099 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
4100 (target_map_name_to_register): Call
4101 builtin_reg_map_name_to_regnum.
4102 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
4103 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
4104 (builtin_regs_h): Define.
4105 (builtin-regs.o): New target.
4106 (findvar.o): Add $(builtin_regs_h).
4107 * builtin-regs.c, builtin-regs.h: New files.
4108 * std-regs.c: New file.
4109 Partial fix for PR gdb/251.
4111 2002-04-08 Kevin Buettner <kevinb@redhat.com>
4113 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
4114 it's no longer required.
4116 2002-04-08 Andrew Cagney <ac131313@redhat.com>
4118 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
4120 2002-04-08 Kevin Buettner <kevinb@redhat.com>
4122 From Jimi X <jimix@watson.ibm.com>:
4123 * rs6000-tdep.c (rs6000_software_single_step): Use
4124 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
4125 and size. Use target_insert_breakpoint() and
4126 target_remove_breakpoint() to insert and remove breakpoints
4127 instead of explicit memory reads and writes.
4129 2002-04-08 Kevin Buettner <kevinb@redhat.com>
4131 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
4132 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
4133 ELF_OBJECT_FORMAT ifdef.
4135 2002-04-08 Kevin Buettner <kevinb@redhat.com>
4137 From Jimi X <jimix@watson.ibm.com>:
4138 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
4140 2002-04-08 Kevin Buettner <kevinb@redhat.com>
4142 From Jimi X <jimix@watson.ibm.com>:
4143 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
4144 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
4146 2002-04-07 Mark Kettenis <kettenis@gnu.org>
4148 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
4149 s/asprintf/xasprintf/.
4150 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
4152 2002-04-07 Andrew Cagney <ac131313@redhat.com>
4154 I believe Jeff Law denies responsability for this one:
4155 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
4156 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
4157 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
4158 Work-around for PR gdb/366.
4160 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
4162 * remote-e7000.c (write_small, e7000_read_inferior_memory,
4163 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
4164 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
4166 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
4168 * sh-tdep.c (sh_fp_frame_init_saved_regs,
4169 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
4172 2002-04-07 Andrew Cagney <ac131313@redhat.com>
4174 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
4177 2002-04-07 Andrew Cagney <ac131313@redhat.com>
4179 * README (Reporting Bugs in GDB): Document the bug web page as the
4180 prefered way of submitting bugs.
4183 2002-04-06 Andrew Cagney <ac131313@redhat.com>
4185 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
4187 * gdbarch.h, gdbarch.c: Re-generate.
4189 2002-04-07 Andreas Schwab <schwab@suse.de>
4191 * m68klinux-nat.c (fill_fpregset): Properly pass address of
4192 buffer to regcache_collect.
4194 2002-04-06 Andrew Cagney <ac131313@redhat.com>
4196 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
4197 * gdbarch.c, gdbarch.h: Re-generate.
4199 2002-04-06 Andrew Cagney <ac131313@redhat.com>
4201 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
4202 declaration. Fix -Werror.
4204 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
4206 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
4207 * gdbarch.c: Regenerate.
4209 2002-04-05 Michael Snyder <msnyder@redhat.com>
4211 * breakpoint.c (clear_command): Rewrite middle section to
4212 combine two loops with identical control conditions.
4213 Add a cleanup to eliminate a memory leak.
4214 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
4216 2002-04-05 H.J. Lu (hjl@gnu.org)
4218 * solib-svr4.c (bkpt_names): Add "__start".
4220 2002-04-04 Andrew Cagney <ac131313@redhat.com>
4222 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
4223 as test for 64 bit target.
4225 2002-04-05 Andrew Cagney <ac131313@redhat.com>
4227 * h8500-tdep.c (h8500_write_fp): Delete function.
4228 * dwarf2cfi.c (cfi_write_fp): Document as not used.
4229 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
4230 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
4231 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
4232 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
4233 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
4235 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
4236 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
4237 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
4238 (d10v_write_fp): Delete function.
4239 * inferior.h (write_fp, generic_target_write_fp): Delete
4241 * regcache.c (generic_target_write_fp): Delete function.
4242 (write_fp): Delete function.
4243 * gdbarch.sh (TARGET_WRITE_FP): Delete.
4244 * gdbarch.h, gdbarch.c: Regenerate.
4245 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
4246 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
4247 (sparc64_write_fp): Delete declaration.
4248 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
4249 (h8500_write_fp): Delete declaration.
4251 2002-04-04 Andrew Cagney <ac131313@redhat.com>
4253 * sparc-tdep.c (sparc64_write_fp): Delete.
4254 (sparc_push_dummy_frame): Replace write_fp call with code to store
4256 (sparc_gdbarch_init): Do not initialize write_fp.
4258 2002-04-05 Kevin Buettner <kevinb@redhat.com>
4260 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
4263 2002-03-29 Jim Blandy <jimb@redhat.com>
4265 * stack.c (get_selected_block): Add new argument `addr_in_block',
4266 used to return the exact code address we used to select the block,
4268 * blockframe.c (get_frame_block, get_current_block): Same.
4269 * frame.h (get_frame_block, get_current_block,
4270 get_selected_block): Update declarations.
4271 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
4272 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
4274 2002-04-05 Michael Snyder <msnyder@redhat.com>
4276 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
4279 2002-04-05 J. Brobecker <brobecker@gnat.com>
4281 * utils.c (xfullpath): New function.
4282 * defs.h (xfullpath): Add declaration.
4283 * source.c (openp): Use xfullpath in place of gdb_realpath to
4284 avoid resolving the basename part of filenames when the
4285 associated file is a symbolic link. This fixes a potential
4286 inconsistency between the filenames known to GDB and the
4287 filenames it prints in the annotations.
4288 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
4289 to be able to match a filename with either the real filename, or
4290 the name of any symbolic link to this file.
4291 (lookup_partial_symtab): Ditto.
4293 2002-04-04 Michael Snyder <msnyder@redhat.com>
4295 * breakpoint.c: Add support for hardware breakpoints in overlays.
4296 (overlay_events_enabled): New state variable.
4297 (insert_breakpoints): Use overlay_events_enabled to decide
4298 whether to attempt to set a breakpoint at the overlay load addr.
4299 Handle bp_hardware_breakpoint as well as bp_breakpoint.
4300 (remove_breakpoint): Use overlay_events_enabled to decide
4301 whether breakpoints need to be removed from overlay load addr.
4302 Handle bp_hardware_breakpoint as well as bp_breakpoint.
4303 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
4304 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
4305 disable_overlay_breakpoints): Update overlay_events_enabled.
4307 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
4309 * dwarf2read.c (struct function_range): New.
4310 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
4311 (check_cu_functions): New.
4312 (read_file_scope): Initialize global function lists.
4313 Call dwarf_decode_line after processing children.
4314 (read_func_scope): Add to global function list.
4315 (dwarf_decode_lines): Call check_cu_functions everywhere
4316 record_line is called. Call record_line with a linenumber
4317 of 0 to mark sequence ends.
4319 2002-04-04 Michal Ludvig <mludvig@suse.cz>
4321 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
4322 change sync with glibc.
4324 2002-04-03 Jim Blandy <jimb@redhat.com>
4326 * configure.in: Call AC_C_INLINE.
4327 * configure: Regenerated.
4329 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
4331 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
4332 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
4334 2002-03-31 Mark Kettenis <kettenis@gnu.org>
4336 * NEWS: Mention gcore support on FreeBSD/i386.
4338 * fbsd-proc.c: New file.
4339 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
4340 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
4342 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
4345 2002-03-29 Jim Blandy <jimb@redhat.com>
4347 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
4348 unescaped newlines in string literals, but newer ones don't. So
4351 2002-03-26 Michael Snyder <msnyder@redhat.com>
4352 Andrew Cagney <cagney@redhat.com>
4354 * cli/cli-dump.c: New file. Dump memory to file,
4355 restore file to memory.
4356 * cli/cli-dump.h: New file.
4357 * Makefile.in: Add rules, dependencies for cli-dump.o.
4358 * NEWS: Mention new commands.
4360 2002-03-28 Michael Snyder <msnyder@redhat.com>
4362 * symfile.c (symbol_file_add): Move test for null symbols to later.
4364 2002-03-27 Andrew Cagney <ac131313@redhat.com>
4366 From veksler at il.ibm.com:
4367 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
4368 the xstrduped original path.
4371 2002-03-27 Michael Snyder <msnyder@redhat.com>
4373 * breakpoint.c (_initialize_breakpoint): Clean up help string.
4374 * infcmd.c (_initialize_infcmd): Ditto.
4375 * language.c (_initialize_language): Ditto.
4376 * symfile.c (_initialize_symfile): Ditto.
4377 * top.c (_init_main): Ditto.
4378 * cli/cli-cmds.c (init_cli_cmds): Ditto.
4380 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
4382 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
4383 vector registers handling.
4384 (skip_prologue): Handle new AltiVec instructions. Fill in new
4385 fields of frame data.
4386 (frame_get_saved_regs): Fill in information for AltiVec registers.
4388 2002-03-27 Jim Blandy <jimb@redhat.com>
4390 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
4391 a function; leave this macro here to invoke that function.
4392 (symbol_init_mangled_name): Declaration for that function.
4393 * symtab.c (symbol_init_mangled_name): New function.
4395 2002-03-27 Andrew Cagney <ac131313@redhat.com>
4397 * valarith.c: Replace strerror with safe_strerror.
4398 * tracepoint.c: Ditto.
4400 * go32-nat.c: Ditto.
4404 2002-03-27 Andreas Schwab <schwab@suse.de>
4406 * event-top.c (command_line_handler): Remove useless if.
4408 2002-03-27 Andreas Jaeger <aj@suse.de>
4410 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
4413 2002-03-27 Michal Ludvig <mludvig@suse.cz>
4415 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
4416 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
4417 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
4418 (x86_64_linux_dr_get_status, supply_gregset),
4419 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
4420 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
4421 (x86_64_register_info_table): Add.
4422 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
4423 (x86_64_register_raw_size, x86_64_register_virtual_type),
4424 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
4425 general x86_64_register_info_table.
4426 (i386_gdbarch_init): gdbarch_register_bytes is now set
4427 dynamicaly during initialization.
4428 * regformats/reg-x86-64.dat: Synced with changes to registers above.
4429 * gdbserver/linux-x86-64-low.c: Ditto.
4431 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
4433 * gdbserver/server.c (main): Call target_signal_to_host_p
4434 and target_signal_to_host on signals received from the remote.
4435 * gdbserver/remote-utils.c (prepare_resume_reply): Call
4436 target_signal_from_host on signals sent to the remote.
4437 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
4438 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
4440 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
4442 * signals/signals.c: Include "server.h" in gdbserver build.
4443 (target_signal_from_name): Don't use STREQ.
4444 (_initialize_signals): Likewise. Don't include function in
4447 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
4449 * signals.c: Moved to...
4450 * signals/signals.c: Here.
4451 * Makefile (signals.o): Update.
4453 2002-03-26 Jeff Law (law@redhat.com)
4455 * somread.c (som_symtab_read): Remove some commented out code and
4456 updated related comments. Do not set the minimal symbol table to
4457 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
4458 in a dynamic executable.
4459 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
4460 where we are unable to find the minimal symbol for the given
4463 2002-03-25 Jeff Law (law@redhat.com)
4465 * linux-proc.c (read_mapping): Scan up to end of line for filename.
4467 2002-03-25 Michal Ludvig <mludvig@suse.cz>
4469 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
4471 2002-03-23 Andrew Cagney <ac131313@redhat.com>
4473 * command.h: Update copyright.
4474 (struct cmd_list_element): Replace definition with opaque
4476 (enum cmd_types): Document that it will eventually be moved to
4478 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
4479 (MALLOCED_REPLACEMENT): Delete macro.
4480 * Makefile.in (cli_decode_h): Add $(command_h).
4481 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
4482 * top.c: Include "cli/cli-decode.h".
4483 * completer.c: Include "cli/cli-decode.h".
4484 * maint.c: Include "cli/cli-decode.h".
4485 * cli/cli-decode.h: Include "command.h".
4486 (enum command_class): Delete.
4487 (enum cmd_types): Comment out.
4488 (enum cmd_auto_boolean): Delete.
4489 (enum var_types): Delete.
4491 2002-03-23 Andrew Cagney <ac131313@redhat.com>
4493 * cli/cli-decode.c: Include "gdb_assert.h".
4494 (add_set_or_show_cmd): New static function.
4495 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
4496 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
4497 all fields, such as func, from the set command.
4499 2002-03-23 Andrew Cagney <ac131313@redhat.com>
4501 * MAINTAINERS (sh-elf): Change warning flag to -w.
4503 2002-03-23 Andrew Cagney <cagney@redhat.com>
4505 * defs.h (error): Add printf format attribute.
4506 * thread-db.c (thread_from_lwp): Fix error format string.
4507 * stack.c (parse_frame_specification): Ditto.
4508 * cli/cli-decode.c (undef_cmd_error): Ditto.
4509 * scm-lang.c (scm_lookup_name): Ditto.
4510 * tracepoint.c (trace_error): Ditto.
4511 * remote-utils.c (usage): Ditto.
4512 * remote.c (compare_sections_command): Ditto.
4515 2002-03-22 Andrew Cagney <ac131313@redhat.com>
4517 * gdbtypes.c (append_composite_type_field): New function.
4518 (init_composite_type): New function.
4519 * gdbtypes.h (append_composite_type_field): Declare.
4520 (init_composite_type): Ditto.
4522 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
4524 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
4526 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
4527 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
4528 structure returning convention for SYSV ABI case, but not
4529 for GNU/Linux, FreeBSD, or NetBSD.
4531 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
4533 * symtab.h (lookup_block_symbol): Add mangled_name argument
4536 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
4537 with new mangled_name argument.
4538 * linespec.c (decode_line_1): Likewise.
4539 * valops (value_of_this): Likewise.
4540 * symtab.c (lookup_transparent_type): Likewise.
4541 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
4542 (lookup_symbol): If we are given a mangled name, pass it down
4543 to lookup_symbol_aux.
4544 (lookup_block_symbol): If we are given a mangled name to check
4545 against, only return symbols which match it.
4547 2002-03-22 Christopher Faylor <cgf@redhat.com>
4549 * win32-nat.c (child_create_inferior): Check for proper shell to use
4550 here, in case the user changes it on the fly.
4551 (_initialize_inftarg): Remove shell path considerations.
4553 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
4555 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
4556 for gdbarch_max_register_raw_size and max_register_virtual_size.
4557 Adjust copyright year.
4559 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
4561 * dbxread.c (process_one_symbol): Extend the first N_SLINE
4562 in a function to cover the entire beginning of the function
4563 as well if it does not already.
4565 2002-03-21 Tom Rix <trix@redhat.com>
4567 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
4568 (rs6000_ptrace64): Renamed from ptrace64.
4570 2002-03-20 Martin M. Hunt <hunt@redhat.com>
4572 * gdbserver/remote-utils.c (remote_open): Don't call
4573 getprotobyname, we're all using TCP here so just use
4575 * gdbserver/gdbreplay.c (remote_open): Ditto.
4577 2002-03-20 Martin M. Hunt <hunt@redhat.com>
4579 * regcache.c (_initialize_regcache): No need to call
4580 build_regcache() at this time; it gets called whenever
4581 the gdbarch changes.
4583 2002-03-20 David O'Brien <obrien@FreeBSD.org>
4585 * sparc-nat.c: Include sys/param.h where possible.
4587 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
4590 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
4591 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
4592 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
4594 * stabsread.c (rs6000_builtin_type): Likewise.
4595 (read_sun_floating_type): Likewise.
4597 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4599 * stabsread.c (read_member_functions): Remove skip code for duplicate
4600 constructor/destructor methods. Use standard parsing for these
4601 methods and just do not chain them to the list of methods after
4604 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
4606 * coffread.c: Remove redundant static declarations. Replace
4607 occurrences of `PTR' with `void *'.
4608 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
4609 * top.h (quit_cover): Likewise.
4610 * defs.h (catch_errors): Likewise.
4612 2002-03-18 Andrew Cagney <ac131313@redhat.com>
4614 * defs.h (XMALLOC): Define.
4615 * gdb-events.sh (XMALLOC): Delete macro.
4616 * gdb-events.c, gdb-events.h: Regenerate.
4617 * gdbarch.sh (XMALLOC): Delete macro.
4618 * gdbarch.c: Regenerate.
4619 * serial.c (XMALLOC): Delete macro.
4620 * ui-file.c (XMALLOC): Ditto.
4621 * ser-unix.h (XMALLOC): Ditto.
4622 * sh-tdep.c (XMALLOC): Ditto.
4623 * ui-out.c (XMALLOC): Ditto.
4624 * utils.c (XMALLOC): Ditto.
4625 * i386-tdep.c (XMALLOC): Ditto.
4626 * gdb-events.c (XMALLOC): Ditto.
4627 * d10v-tdep.c (XMALLOC): Ditto.
4628 * cli-out.c (XMALLOC): Ditto.
4630 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
4631 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
4632 * ui-file.c, ui-out.c: Ditto.
4634 2002-03-18 Andrew Cagney <ac131313@redhat.com>
4636 * command.h (struct cmd_list_element): Add field context.
4637 (set_cmd_context, get_cmd_context): Declare.
4638 * cli/cli-decode.h: Ditto.
4639 * cli/cli-decode.c (get_cmd_context): New function.
4640 (set_cmd_context): New function.
4641 (add_cmd): Initialize context.
4642 Part of fixing PR gdb/145 and PR gdb/146.
4644 2002-03-17 Andrew Cagney <ac131313@redhat.com>
4646 * cli/cli-decode.c (cmd_type): New function.
4647 * command.h (cmd_type): Declare.
4648 * infrun.c (set_schedlock_func): Call function cmd_type.
4649 * kod.c (kod_set_os): Call cmd_type.
4650 * cris-tdep.c (cris_version_update): Use function cmd_type.
4651 (cris_mode_update, cris_abi_update): Ditto.
4653 * command.h: (execute_cmd_post_hook): Declare.
4654 (execute_cmd_pre_hook): Declare.
4655 * cli/cli-script.c (clear_hook_in_cleanup): New function.
4656 (execute_cmd_post_hook, execute_cmd_pre_hook): New
4657 functions. Execute pre/post hook while ensuring that afterwords
4659 * top.c (execute_command): Use execute_cmd_post_hook, and
4660 execute_cmd_pre_hook to execute pre/post commands.
4661 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
4663 (hook_stop_stub): Call execute_cmd_pre_hook.
4665 2002-03-17 Andrew Cagney <ac131313@redhat.com>
4667 * kod.c (kod_set_os): Revert previous change. Is called by ``info
4668 set'' and this leads to a core dump. Move xstrdup of
4669 operating_system to after check that it is not NULL.
4671 2002-03-17 Andrew Cagney <ac131313@redhat.com>
4673 * kod.c (kod_set_os): Remove unnecessary check that
4674 ``command->type'' is set_cmd.
4676 * valprint.c (set_input_radix): Use input_radix.
4677 (set_output_radix): Use output_radix.
4678 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
4681 2002-03-16 Andrew Cagney <ac131313@redhat.com>
4683 * value.h (struct value): Delete field ``substring_addr''. Change
4684 aligner fields to force_doublest_align, force_longest_align,
4685 force_core_addr_align and force_pointer_aligh.
4687 * value.h (struct value): Fix typo in above change.
4689 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4691 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
4692 to fix internal_error from ``maintenance print architecture''.
4694 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4696 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
4697 for gcc versions after gcc-2.8.1.
4699 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4701 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
4702 for method resolution. Restore adjustment of ``this'' pointer after
4703 calling value_struct_elt, which was accidentally removed during the
4706 2002-03-15 Andrew Cagney <ac131313@redhat.com>
4708 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
4710 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
4712 * value.h (value_of_register): Update.
4714 2002-03-14 Richard Henderson <rth@redhat.com>
4716 * configure.in: Detect declaration for canonicalize_file_name.
4717 * utils.c (canonicalize_file_name): Declare, if needed.
4718 (gdb_realpath): Prefer realpath if available and usable.
4719 * config.in, configure: Rebuild.
4721 2002-03-14 Richard Henderson <rth@redhat.com>
4723 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
4724 a constant array bound.
4726 * MAINTAINERS: Add myself to write-after-approval.
4728 2002-03-14 Michael Snyder <msnyder@redhat.com>
4730 * symfile.c (syms_from_objfile): Return immediately if no syms.
4731 (symbol_file_add): Return immediately if no syms.
4732 (find_sym_fns): Return immediately if no syms.
4734 2002-03-13 Michal Ludvig <mludvig@suse.cz>
4736 * gdbserver/remote-util.c (remote_open): Print remote-side's
4737 IP address when remote debugging over the network.
4739 2002-03-12 David O'Brien <obrien@FreeBSD.org>
4741 * config/sparc/fbsd.mh: Fix copyright.
4742 * config/sparc/fbsd.mt: Likewise.
4744 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
4746 * MAINTAINERS: Fix typo in name of gdb warnings option.
4747 (x86-64): Fix formating so that this can be parsed by awk.
4749 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
4751 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
4752 * defs.h: Include "gdb/signals.h".
4753 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
4755 2002-03-10 Michal Ludvig <mludvig@suse.cz>
4757 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
4758 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
4761 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
4762 Don Howard <dhoward@redhat.com>
4764 * mips-tdep.c (ST0_FR): Define.
4765 (mips2_fp_compat): New function, temporarily disabled.
4766 (mips_read_fp_register_single): New function.
4767 (mips_read_fp_register_double): New function.
4768 (mips_print_register): Use them.
4769 (do_fp_register_row): Likewise.
4771 2002-03-09 Andrew Cagney <ac131313@redhat.com>
4773 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
4776 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4778 * stabsread.c (read_member_functions): Fix is_stub test for
4779 static member functions, improve comment.
4781 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
4783 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
4784 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
4785 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
4786 commands that set boolean values.
4787 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
4788 (arm_rdi_resume): Always initialize PC.
4789 (arm_rdi_open): Don't use rslt as a boolean.
4790 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
4791 (arm_rdi_fetch_registers, arm_rdi_store_registers)
4792 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
4793 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
4795 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
4797 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
4798 * configure: Rebuilt.
4800 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4802 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
4803 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
4805 2002-03-06 Andrew Cagney <ac131313@redhat.com>
4807 * cli/cli-decode.c (set_cmd_completer): New function.
4808 * command.h (set_cmd_completer): Declare.
4809 * cli/cli-decode.h (set_cmd_completer): Ditto.
4811 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
4812 * cli/cli-cmds.c (init_cli_cmds): Ditto.
4813 * win32-nat.c (_initialize_inftarg): Ditto.
4814 * remote-rdi.c (_initialize_remote_rdi): Ditto.
4815 * proc-api.c (_initialize_proc_api): Ditto.
4816 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
4817 * source.c (_initialize_source): Ditto.
4818 * exec.c (_initialize_exec): Ditto.
4819 * solib.c (_initialize_solib): Ditto.
4820 * top.c (init_main): Ditto.
4821 * tracepoint.c (_initialize_tracepoint): Ditto.
4822 * symfile.c (_initialize_symfile): Ditto.
4823 * printcmd.c (_initialize_printcmd): Ditto.
4824 * infcmd.c (_initialize_infcmd): Ditto.
4825 * corefile.c (_initialize_core): Ditto.
4827 2002-03-05 Andrew Cagney <ac131313@redhat.com>
4829 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
4831 2002-03-05 Andrew Cagney <ac131313@redhat.com>
4833 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
4835 2002-03-05 Andrew Cagney <ac131313@redhat.com>
4837 * NEWS: Update headings, 5.2 has branched.
4839 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
4841 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
4842 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
4843 (register_addr, REGISTER_RAW_SIZE): Likewise.
4844 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
4845 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
4847 2002-03-03 Michal Ludvig <mludvig@suse.cz>
4849 * MAINTAINERS (x86-64): Add myself.
4850 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
4851 changed value_ptr -> struct value *
4853 2002-03-01 David O'Brien <obrien@FreeBSD.org>
4855 * configure.host (sparc64-*-freebsd): Add.
4856 * configure.tgt: Likewise.
4857 * config/sparc/fbsd.mh: New file.
4858 * config/sparc/fbsd.mt: Likewise.
4859 * config/sparc/nm-fbsd.h: Likewise.
4860 * config/sparc/tm-fbsd.h: Likewise.
4862 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
4864 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
4865 regformats/reg-s390x.dat.
4867 2002-03-01 Andrew Cagney <ac131313@redhat.com>
4869 * utils.c: Add FIXME explaining true/false problem.
4871 2002-02-28 Andrew Cagney <ac131313@redhat.com>
4873 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
4875 2002-02-28 Michael Chastain <mec@shout.net>
4877 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
4879 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
4881 * gdbserver/linux-s390-low.c: New file.
4882 * regformats/reg-s390.dat: New file.
4883 * regformats/reg-s390x.dat: New file.
4884 * gdbserver/configure.srv: Add S/390.
4885 * gdbserver/Makefile.in: Add S/390.
4886 * configure.tgt: Enable gdbserver for S/390.
4888 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
4890 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
4891 first line of the doc string for "info dos", except at the end of
4892 the sentence, since the short help stops at the first period.
4894 2002-02-28 Jason Merrill <jason@redhat.com>
4896 * dwarf2read.c (dwarf_cfi_name): Add new codes.
4898 2002-02-27 Fred Fish <fnf@redhat.com>
4900 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
4901 comment (dumy -> dummy).
4903 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4905 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
4907 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
4909 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
4911 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
4913 * gdbserver/acconfig.h: New file.
4914 * gdbserver/i387-fp.c: New file.
4915 * gdbserver/i387-fp.h: New file.
4916 * gdbserver/linux-x86-64.c: New file.
4917 * regformats/reg-x86-64.dat: New file.
4918 * configure.tgt: Add x86_64-*-linux* gdbserver support.
4919 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
4920 * gdbserver/configure.in: Add support for regsets.
4921 * gdbserver/config.in: Regenerate.
4922 * gdbserver/configure: Regenerate.
4923 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
4924 * gdbserver/linux-low.h: New file.
4925 * gdbserver/linux-low.c: Include "linux-low.h". Add support
4927 * gdbserver/linux-arm-low.c: Include "linux-low.h".
4928 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
4929 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
4930 * gdbserver/linux-mips-low.c: Include "linux-low.h".
4931 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
4932 * gdbserver/linux-sh-low.c: Include "linux-low.h".
4933 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
4934 "i387-fp.h". Add PTRACE_GETREGS and friends.
4935 * gdbserver/regcache.c (supply_register): New function.
4936 (supply_register_by_name): New function.
4937 (collect_register): New function.
4938 (collect_register_by_name): New function.
4940 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
4942 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
4943 (config.status): Add configure.srv dependency.
4944 (server_h): Add config.h dependency.
4946 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
4948 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
4949 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
4950 * gdbserver/configure.srv: Change i386-*-linux* to use
4953 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4955 * x86-64-tdep.c: Re-indent. Update copyright date.
4957 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4959 From Michal Ludvig <mludvig@suse.cz>:
4960 * x86-64-tdep.c (value.h): Delete.
4961 (gdb_assert.h): Include.
4962 (x86_64_register_convert_to_virtual,
4963 x86_64_register_convert_to_raw ): Add check which lets only
4964 floating-point values to be converted.
4965 (value_push): Delete.
4966 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
4967 (i386_gdbarch_init): Number of register_bytes fixed.
4969 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4971 * MAINTAINERS: Add x86-64 target.
4973 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4975 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
4976 * osfsolib.c (solib_map_sections): Ditto.
4977 * irix5-nat.c (solib_map_sections): Ditto.
4978 * corelow.c (gdb_check_format): Ditto.
4979 * symfile.c (symfile_bfd_open): Ditto.
4980 * solib.c (solib_map_sections): Ditto.
4983 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4985 * remote.c (_initialize_remote): By default, disable ``e'' and
4986 ``E'' step out-of-range packets.
4988 2002-02-26 Andreas Schwab <schwab@suse.de>
4990 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
4991 m68k_linux_frame_saved_pc.
4992 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
4994 (SIGCONTEXT_PC_OFFSET): Remove.
4995 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
4996 m68k_linux_sigtramp_saved_pc): New functions.
4997 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
4998 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
4999 (UCONTEXT_PC_OFFSET): Define.
5000 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
5001 non-RT and RT signal trampolines.
5003 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
5005 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
5006 (TARGET_NBPG, STACK_END_ADDR): Delete
5007 (VARIABLES_INSIDE_BLOCK): Delete.
5009 2002-02-25 Andrew Cagney <ac131313@redhat.com>
5011 * utils.c (perror_with_name): Make string parameter constant.
5012 (print_sys_errmsg): Ditto.
5014 * defs.h (perror_with_name): Update.
5015 (print_sys_errmsg): Update.
5018 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
5020 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
5021 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
5023 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5025 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
5026 if it already matches the current architecture from the exec file.
5027 Include arch-utils.h for gdbarch_info_init prototype.
5028 * Makefile.in (rs6000-nat.o): Update dependencies.
5030 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
5032 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
5033 list of exported variables.
5035 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
5037 * gdbserver/configure.srv: New file.
5038 * gdbserver/configure.in: Use configure.srv instead
5039 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
5041 * gdbserver/configure: Regenerated.
5042 * gdbserver/terminal.h: New file.
5043 * gdbserver/Makefile.in: Update for configure changes. Remove
5044 more unneeded include paths.
5046 2002-02-24 Andrew Cagney <ac131313@redhat.com>
5048 From wiz at danbala:
5049 * config/sparc/tm-sp64.h: Fix grammar and typos.
5052 2002-02-24 Andrew Cagney <ac131313@redhat.com>
5054 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
5055 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
5056 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
5057 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
5058 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
5059 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
5060 * s390-tdep.c: Ditto.
5061 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
5062 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
5063 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
5064 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
5065 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
5066 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
5067 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
5068 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
5069 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
5070 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
5073 2002-02-23 Andrew Cagney <ac131313@redhat.com>
5075 * lin-thread.c: Delete file.
5076 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
5077 to gdb_proc_service.h.
5078 * configure: Re-generate.
5080 * ocd.c (ocd_open): Do not try to open the "ocd" device.
5081 * serial.c (serial_open): Delete check for "ocd".
5084 * Makefile.in (linux-thread.o): Delete target.
5085 * linux-thread.c: Delete file.
5087 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
5088 renamed SH files to be consistent.
5090 * symtab.c (sort_search_symbols): Use xfree.
5092 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
5094 * arm-linux-tdep.c (arm_linux_init_abi): Register
5095 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
5096 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
5097 definition with undef, since we don't want the sysvr4 definition.
5098 (SKIP_TRAMPOLINE_CODE): Likewise.
5100 2002-02-23 Andrew Cagney <ac131313@redhat.com>
5102 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
5104 * configure.in: (AC_CHECK_FUNCS) Added test for
5105 canonicalize_file_name Regenerated.
5106 * config.in, configure: Regenerated.
5107 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
5108 defined use canonicalize_file_name.
5110 2002-02-23 Michael Chastain <mec@shout.net>
5112 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
5114 2002-02-23 Andrew Cagney <ac131313@redhat.com>
5116 * README: Remove references to cygnus.com.
5117 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
5118 dot com'' form. Remove references to cygnus.com and sourceware.
5120 2002-02-23 Andrew Cagney <ac131313@redhat.com>
5122 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
5123 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
5124 1003.1-2001 no longer allows "head -1".
5125 * gdb/Makefile.in (version.c): Likewise.
5126 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
5127 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
5128 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
5130 2002-02-23 Andrew Cagney <ac131313@redhat.com>
5132 * cli/cli-decode.c (cmd_cfunc_eq): New function.
5133 * command.h (cmd_cfunc_eq): Declare.
5134 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
5136 * cli/cli-cmds.h (is_complete_command): Change parameter to a
5137 ``struct cmd_list_element *''.
5138 * cli/cli-cmds.c (is_complete_command): Update. Use
5140 * top.c (execute_command): Pass the command to
5141 is_complete_command.
5142 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
5144 2002-02-23 Andrew Cagney <ac131313@redhat.com>
5146 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
5147 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
5148 architecture defines.
5149 * s390-tdep.c (s390_gdbarch_init): Likewise.
5151 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
5153 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
5154 (arm_linux_push_arguments): Likewise.
5155 (arm_linux_init_abi): Register them. Also register linux-specific
5157 (find_minsym_and_objfile): Use strcmp, not STREQ.
5158 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
5159 (arm_linux_call_dummy_words): Delete declaration.
5160 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
5161 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
5163 (LOWEST_PC): Delete.
5165 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5167 * maint.c (print_section_info): Do not prepend `0x' to filepos
5168 output, it will be handled by local_hex_string_custom.
5170 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
5172 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
5173 (store_newfpe_double, store_newfpe_extended, store_fpregister)
5174 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
5176 2002-02-22 Jim Blandy <jimb@redhat.com>
5178 Indicate that the bcache functions don't change the strings
5180 * bcache.h (bcache, hash): Add `const' keywords to declarations.
5181 * bcache.c (bcache, hash): Add `const' keywords to definitions.
5183 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
5185 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
5187 2002-02-21 Christopher Faylor <cgf@redhat.com>
5189 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
5190 find the complete path to a loaded DLL.
5192 2002-02-21 Fred Fish <fnf@redhat.com>
5194 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
5195 that marks the end of the range of a function, enter a line number
5196 entry that has a line number of zero and a PC offset that matches
5197 the end of the function. This starts a range of PC's for which no
5198 line number information is known.
5199 * symtab.c (find_pc_sect_line): If our best fit is in a range of
5200 PC's for which no line number info is found (line number is zero)
5201 then we didn't find any valid line information.
5202 * symtab.h: Document use of zero line number entry.
5204 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
5206 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
5207 (have_ptrace_getvrregs): Define for run time checks.
5208 (gdb_vrregset_t): New type for Altivec register handling.
5209 (fetch_register, store_register): Fetch/store altivec register
5211 (fetch_altivec_register, store_altivec_register): New functions.
5212 (supply_vrregset, fill_vrregset): New functions.
5213 (fetch_altivec_registers, store_altivec_registers): New functions.
5214 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
5217 2002-02-21 Jiri Smid <smid@suse.cz>
5219 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
5221 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
5223 * Makefile.in (armnbsd-nat.o): Update dependencies.
5224 * armnbsd-nat.c (supply_gregset): New function. Common code to
5225 supply the integer register set.
5226 (supply_fparegset): New function. Similar for FPA registers.
5227 (fetch_regs, fetch_fp_regs): Use them.
5228 (fetch_core_registers): Likewise.
5229 (fetch_elfcore_registers): New function.
5230 (arm_netbsd_elfcore_fns): New core-file type specification.
5231 (_initialize_arm_netbsd_nat): Register it.
5233 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
5235 * armnbsd-nat.c: Include gdbcore.h.
5236 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
5237 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
5238 'void' to declaration, to shut up ARI.
5239 (fetch_core_registers): Make static. Rewrite using supply_register.
5240 (arm_netbsd_core_fns): New core-file type specification.
5241 (_initialize_arm_netbsd_nat): New function.
5243 2002-02-21 Christopher Faylor <cgf@redhat.com>
5245 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
5248 2002-02-20 Christopher Faylor <cgf@redhat.com>
5250 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
5253 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
5255 * jv-exp.y (parse_number): Change type of implicit longs
5256 to builtin_type_uint64.
5258 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
5260 * gdbserver/linux-low.c (mywait): Change argument to waitpid
5261 to be an integer instead of a `union wait'.
5263 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
5265 * mips-linux-nat.c: Call the operating system GNU/Linux.
5266 * mips-linux-tdep.c: Likewise.
5267 * mips-tdep.c: Likewise.
5269 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
5272 * jv-exp.y (parse_number): Handle 64-bit integers.
5274 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
5276 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
5277 AC_STDC_HEADERS to AC_HEADER_STDC.
5278 * gdbserver/configure: Regenerated.
5280 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
5282 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
5284 * sparc-tdep.c (get_longjmp_target): Likewise.
5286 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
5288 * News: Add news about ARM and Multi-arch. Mention the new target
5291 2002-02-19 Jim Blandy <jimb@redhat.com>
5293 * stabsread.c (error_type_complaint): Improve error message.
5295 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
5297 * gdbserver/README: Update documentation.
5298 * gdbserver/configure.in: Update configury to match documentation.
5299 * gdbserver/Makefile.in: Likewise.
5300 * gdbserver/configure: Regenerated.
5301 * gdbserver/aclocal.m4: New file, generated by aclocal.
5302 * gdbserver/config.in: New file, generated by autoheader.
5304 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
5306 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
5309 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
5311 * arm-tdep.h (enum arm_float_model): New enum.
5312 (struct gdbarch_tdep): Add fp_model.
5313 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
5314 up floating-point conversions until we know the floating-point model
5315 in use by the inferior. Don't complain about being unable to
5316 determine the ABI of the inferior when we don't have one.
5317 (arm_extract_return_value): Support different floating-point models.
5318 (arm_store_return_value): Likewise.
5319 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
5321 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
5323 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5325 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
5326 of ``current_gdbarch''.
5328 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
5330 * armnbsd-nat.c : ANSIfy all function declarations.
5331 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
5332 (fetch_inferior_registers): Re-implement in terms of above.
5333 (store_register, store_regs, store_fp_register, store_fp_regs): New.
5334 (store_inferior_registers): Re-implement in terms of above.
5336 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
5338 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
5340 * arm-linux-tdep.c: Likewise.
5341 * config/arm/tm-linux.h: Likewise.
5343 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
5345 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
5346 * config/arm/nbsd.mt (TM_FILE): Delete.
5347 * config/arm/tm-nbsd.h: Delete.
5349 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
5351 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
5352 Initialize CALL_DUMMY_LENGTH.
5354 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
5356 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
5358 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
5359 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
5360 defines one thing and that is incorrect for this port.
5361 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
5363 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
5365 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
5367 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
5369 * win32-nat.c (display_selector): New function. Displays information
5370 about the information returned by GetThreadSelectorEntry API function.
5371 (display_selectors): New function. Displays the infomation of
5372 the selector given as argument, or of CS, DS ans FS selectors
5373 if no argument is given.
5374 ( _initialize_inftarg): Add "w32" as info prefix command.
5375 Add "info w32 selector" as command calling display_selectors.
5377 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
5379 * i386-tdep.c (get_longjmp_target): Fix compilation failure
5380 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
5383 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
5385 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
5387 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
5389 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
5390 (arm_fix_call_dummy): Call it.
5391 (arm_call_dummy_breakpoint_offset): Delete.
5392 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
5393 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
5395 2002-02-18 Andrew Cagney <ac131313@redhat.com>
5397 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
5398 Default to func_frame_chain_valid.
5399 * gdbarch.h, gdbarch.c: Re-generate.
5400 * frame.h (FRAME_CHAIN_VALID): Delete definition.
5402 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
5404 * ppc-linux-nat.c: Update copyright.
5405 (fetch_register, store_register): Add tid parameter, don't compute
5407 (fetch_ppc_registers, store_ppc_registers): Add tid
5408 parameter. Pass it along to callees.
5409 (fetch_inferior_registers, store_inferior_registers): Compute tid
5410 here, and pass it to calleed functions.
5411 (fill_gregset, supply_fpregset): Clean up formatting.
5413 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
5415 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
5416 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
5418 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
5420 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
5421 * gdbarch.c gdbarch.h: Regenerate.
5422 * breakpoint.c (create_longjmp_breakpoint): Always compile this
5424 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
5425 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
5426 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
5428 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
5429 * arm-tdep.c (arm_get_longjmp_target): New function.
5430 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
5431 this to a positive value register arm_get_longjmp_target as the
5433 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
5434 (arm_linux_init_abi): Set up longjmp description in tdep.
5435 * armnbsd-nat.c (get_longjmp_target): Delete.
5436 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
5437 description in tdep.
5438 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
5439 (get_longjmp_target): Delete declaration.
5440 (GET_LONGJMP_TARGET): Delete.
5441 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
5442 (GET_LONGJMP_TARGET): Delete.
5444 2002-02-17 Kevin Buettner <kevinb@redhat.com>
5446 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
5447 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
5448 of ``current_gdbarch''.
5450 2002-02-17 Tom Tromey <tromey@redhat.com>
5452 * cli/cli-cmds.c (compare_strings): New function.
5453 (complete_command): Only print each unique item once.
5454 * completer.h (complete_line): Declare.
5455 * completer.c (complete_line): New function.
5456 (line_completion_function): Use it.
5458 2002-02-16 Andrew Cagney <ac131313@redhat.com>
5460 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
5461 * gdbarch.h, gdbarch.c: Re-generate.
5463 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
5465 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
5467 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
5469 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5470 * valops.c (value_arg_coerce): Don't take the address of a reference
5471 to convert an argument to a reference.
5473 2002-02-15 Christopher Faylor <cgf@redhat.com>
5475 * win32-nat.c (get_image_name): New function.
5476 (handle_load_dll): Use get_image_name function.
5477 (get_child_debug_event): Avoid registering debug events until possibly
5478 execed process is started.
5479 (child_create_inferior): Allow invocation via shell so that command
5480 line redirection, etc. works ok.
5481 (_initialize_inftarg): Add new command: "set shell" to control whether
5482 a shell is used to start a process.
5484 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
5486 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
5487 instead of find_register_by_number.
5488 (cannot_store_register): Likewise.
5490 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
5492 * dwarf2read.c: Replace fprintf (stderr, ...) by
5493 fprintf_unfiltered (gdb_stderr, ...).
5495 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
5497 * gdbserver/gdbserver.1: Document --attach.
5499 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
5501 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
5503 * arm-tdep.c (arm_default_arm_le_breakpoint)
5504 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
5505 (arm_default_thumb_be_breakpoint): New. Initialize them from
5506 traditional breakpoint defines.
5507 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
5508 (arm_gdbarch_init): Initialize new breakpoint variables.
5509 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
5510 (arm_linux_init_abi): Initialize linux-specific breakpoint.
5511 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
5512 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
5514 (arm_netbsd_init_abi_common): ... here; new function.
5515 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
5516 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
5517 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
5518 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
5520 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
5522 * arm-tdep.h (enum arm_abi): New enum.
5523 (struct gdbarch_tdep): New structure.
5524 (LOWEST_PC): Provide a default.
5525 (arm_gdbarch_register_os_abi): Declare new function.
5526 * arm-tdep.c (arm_abi_names): New array.
5527 (process_note_abi_tag_sections): New function.
5528 (get_elfosabi): New function.
5529 (arm_gdbarch_register_os_abi): New function.
5530 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
5531 support for that ABI has been built in, then call the appropriate
5532 configuration routine. Use gdbarch_num_regs() to get the number
5534 (arm_dump_tdep): New function.
5535 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
5536 place-holder functions.
5537 (_initialize_arm_tdep): Register them.
5538 * config/arm/tm-arm.h (LOWEST_PC): Delete.
5540 * armnbsd-tdep.c: New file.
5541 * Makefile.in (armnbsd-tdep.o): Add dependencies.
5542 * config/arm/nbsd.mt (TDEPFILES): Add it.
5543 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
5545 * armnbsd-nat.c: Include regcache.h.
5546 * Makefile.in (armnbsd-nat.o): Update dependency list.
5548 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
5550 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
5552 * gdbserver/Makefile.in: Fix typos in target rules.
5554 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
5556 Fix part of PR gdb/267.
5557 * linespec.c (find_methods): Handle constructors specially for now.
5559 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
5561 * arm-tdep.c (arm_push_arguments): Eliminate special float type
5563 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
5564 standard_coerce_float_to_double().
5566 2002-02-14 Christopher Faylor <cgf@redhat.com>
5568 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
5571 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
5573 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
5574 find_variant_by_name, because it confuses the multiarch
5575 framework. Return NULL if there isn't an architecture with the
5576 user supplied name, instead of forcing a different one without
5577 recording the change with the multiarch machinery.
5578 (find_variant_by_name): Delete.
5580 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5582 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
5583 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
5585 2002-02-13 Martin M. Hunt <hunt@redhat.com>
5587 * stack.c (print_frame_info_base): When calling
5588 print_frame_info_listing_hook, set current_source_symtab.
5590 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
5592 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
5593 and remove unused $(INCLUDE_DIR).
5594 Add regcache.c to OBS.
5595 Add generated register protocol files to clean target.
5596 Update dependencies for new objects, obsolete old target code.
5598 * gdbserver/linux-low.c: Remove all platform-specific code to
5599 new files. Remove various dead code. Update to use regcache
5601 * gdbserver/remote-utils.c (fromhex): Add return statement
5603 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
5605 (input_interrupt): Add integer parameter to match prototype
5606 of a signal handler.
5607 (outreg): Use register_data ().
5608 (prepare_resume_reply): Use gdbserver_expedite_regs.
5609 * gdbserver/server.c (main): Dynamically allocate own_buf because
5610 PBUFSIZ is no longer constant. Use registers_to_string () and
5611 registers_from_string ().
5612 * gdbserver/server.h: No longer include "defs.h". Add prototypes
5613 for error (), fatal (), and warning (). Update definition of
5614 PBUFSIZ to use regcache functionality. Add include guard.
5615 * gdbserver/utils.c (fatal): Add missing ``const''.
5616 (warning): New function.
5618 * regformats/regdat.sh: Include "regcache.h" in generated files.
5619 Provide init_registers () function.
5620 * regformats/regdef.h: Add prototype for set_register_cache ().
5623 * gdbserver/linux-arm-low.c: New file.
5624 * gdbserver/linux-i386-low.c: New file.
5625 * gdbserver/linux-ia64-low.c: New file.
5626 * gdbserver/linux-m68k-low.c: New file.
5627 * gdbserver/linux-mips-low.c: New file.
5628 * gdbserver/linux-ppc-low.c: New file.
5629 * gdbserver/linux-sh-low.c: New file.
5631 * gdbserver/regcache.c: New file.
5632 * gdbserver/regcache.h: New file.
5634 * gdbserver/low-linux.c: Removed obsolete file.
5636 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
5638 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
5639 * config/i386/linux.mt: Likewise.
5640 * config/ia64/linux.mt: Likewise.
5641 * config/m68k/linux.mh: Likewise.
5642 * config/powerpc/linux.mh: Likewise.
5643 * config/mips/linux.mt: Likewise.
5645 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
5647 * config/i386/i386lynx.mh: Mark gdbserver variables
5648 as (currently) obsolete for this target.
5649 * config/i386/nbsd.mt: Likewise.
5650 * config/i386/nbsdelf.mt: Likewise.
5651 * config/m32r/m32r.mt: Likewise.
5652 * config/m68k/m68klynx.mh: Likewise.
5653 * config/m68k/nbsd.mt: Likewise.
5654 * config/m68k/sun3os4.mh: Likewise.
5655 * config/mips/vr5000.mt: Likewise.
5656 * config/ns32k/nbsd.mt: Likewise.
5657 * config/pa/hppabsd.mh: Likewise.
5658 * config/pa/hppaosf.mh: Likewise.
5659 * config/powerpc/nbsd.mt: Likewise.
5660 * config/rs6000/rs6000lynx.mh: Likewise.
5661 * config/s390/s390.mt: Likewise.
5662 * config/s390/s390x.mt: Likewise.
5663 * config/sparc/sparclynx.mh: Likewise.
5664 * config/sparc/sun4os4.mh: Likewise.
5665 * config/i386/x86-64linux.mt: Likewise.
5666 * config/sparc/linux.mh: Likewise.
5668 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
5670 * configure.tgt: Configure gdbserver only for known working
5671 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
5672 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
5673 SUBDIRS if it is configured. Update comment for ${nativefile}.
5674 * configure: Regenerated.
5676 2002-02-13 Michael Snyder <msnyder@redhat.com>
5678 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
5680 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
5681 (default_gcore_mach): Just return 0, work around a problem in bfd.
5682 (default_gcore_target): OK to return NULL if exec_bfd is null.
5683 (make_mem_sec): Use a cast, avoid a warning.
5685 * procfs.c (find_memory_regions_callback): Use a cast instead of
5686 calling host_pointer_to_address (which complains if
5687 sizeof (host pointer) != sizeof (target pointer)).
5688 (procfs_make_note_section): Avoid overflow in psargs string.
5690 * procfs.c (procfs_make_note_section): Make the default
5691 implementation return an error.
5693 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
5695 * procfs.c (procfs_make_note_section): Provide a default definition
5696 (for alpha-dec-osf4.0f). Fix typos.
5698 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
5700 * linux-proc.c: Add include of regcache.h.
5701 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
5703 2002-02-13 Andrew Cagney <ac131313@redhat.com>
5705 From 2002-01-18 Greg McGary <greg@mcgary.org>:
5706 * memattr.c (create_mem_region): Disallow useless empty region.
5707 Regions are half-open intervals, so allow [A..B) [B..C) as
5710 2002-02-13 Michael Chastain <mec@shout.net>
5712 * defs.h: Kill CONST_PTR.
5713 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
5714 * c-lang.c (c_builtin_types): Likewise.
5715 * ch-lang.c (ch_builtin_types): Likewise.
5716 * f-lang.c (f_builtin_types): Likewise.
5717 * language.c (unknown_builtin_types): Likewise.
5718 * m2-lang.c (m2_builtin_types): Likewise.
5719 * p-lang.c (pascal_builtin_types): Likewise.
5720 * scm-lang.c (c_builtin_types): Likewise.
5722 2002-02-13 Keith Seitz <keiths@redhat.com>
5724 * arm-tdep.h (arm_get_next_pc): Add declaration.
5726 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
5728 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
5729 with other related struct-returning functions.
5730 (arm_extract_struct_value_address): New function.
5731 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
5732 initialize float_format, double_format and long_double_format as
5733 appropriate to the endianness of the target.
5734 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
5735 (arm_use_struct_convention): Delete declaration.
5736 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
5738 2002-02-13 Keith Seitz <keiths@redhat.com>
5740 * defs.h (core_addr_to_string_nz): New function.
5742 2002-02-13 Mark Kettenis <kettenis@gnu.org>
5744 Apply missing bits of 2002-01-15 patch.
5745 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
5746 (fill_fpregset): Use i387_fill_fsave.
5748 2002-02-12 Keith Seitz <keiths@redhat.com>
5750 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
5751 (core_addr_to_string_nz): New function.
5753 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
5755 * arm-linux-nat.c: Really include arm-tdep.h.
5756 * config/arm/tm-linux.h (struct type, struct value): Declare.
5758 2002-02-11 Michael Snyder <msnyder@redhat.com>
5760 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
5761 (gcore section): Ifdef for Solaris and Unixware only.
5762 (procfs_do_thread_registers): Unixware needs one lwpstatus
5763 per thread (not one prstatus or pstatus).
5764 (procfs_make_note_section): Iterate only over kernel threads (lwps),
5765 not over all gdb threads. For unixware, call elfcore_write_pstatus
5766 once before iterating over threads.
5768 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
5770 * arm-tdep.h: New file.
5771 * arm-tdep.c: Include arm-tdep.h.
5772 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
5773 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
5774 (arm_print_float_info, arm_register_type, convert_to_extended)
5775 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
5776 (arm_extract_return_value, arm_register_name): Make static.
5777 (arm_software_single_step): Similarly. Fix types in declaration.
5778 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
5779 (arm_store_return_value, arm_store_struct_return): New functions.
5780 (arm_gdbarch_init): Register the above functions. Also register
5781 call_dummy_start_offset, sizeof_call_dummy_words,
5782 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
5783 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
5784 max_register_virtual_size, register_size. Set up
5785 prologue_cache.saved_regs here, rather than ...
5786 (_initialize_arm_tdep): ... here.
5787 * config/arm/tm-arm.h (struct type, struct value): Delete forward
5789 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
5790 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
5791 (arm_print_float_info, arm_register_type, convert_to_extended)
5792 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
5793 (arm_extract_return_value, arm_register_name): Delete declarations.
5794 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
5795 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
5796 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
5797 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
5798 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5799 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
5800 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
5801 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
5802 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
5803 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
5804 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
5805 (arm_get_next_pc): No-longer static -- these are needed by the RDI
5807 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
5808 * remote-rdi.c remote-rdp.c: Likewise.
5809 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
5810 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
5811 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
5814 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
5815 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
5816 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
5817 from non-ARM_ prefixed definitions.
5818 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
5820 * remote-rdi.c remote-rdp.c: Likewise.
5821 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
5823 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
5825 * arm-tdep.c (arm_frameless_function_invocation)
5826 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
5827 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
5828 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
5829 (arm_pop_frame, arm_get_next_pc): Make static.
5830 (arm_gdbarch_init): Register above in gdbarch structure.
5831 (arm_read_fp): Renamed from arm_target_read_fp.
5832 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
5833 * config/arm/tm-arm.h (arm_frameless_function_invocation)
5834 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
5835 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
5836 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
5837 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
5838 (arm_pc_is_thumb_dummy): Delete declarations.
5839 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
5840 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
5841 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
5842 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
5844 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
5846 * symtab.c (compare_search_syms): New function.
5847 (sort_search_symbols): New function.
5848 (search_symbols): Sort symbols after searching rather than
5851 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5853 * NEWS: Linux -> GNU/Linux.
5855 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5857 * gdbarch.sh: For for level one methods, disallow a definition
5858 when partially multi-arched. Add comments explaining rationale.
5859 * gdbarch.h: Re-generate.
5861 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5863 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
5866 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5868 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
5870 * gdbarch.c: Re-generate.
5872 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5874 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
5875 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
5878 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5880 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
5882 (PUSH_ARGUMENTS): Switch to using predefault.
5883 * gdbarch.c: Regenerate.
5885 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5887 * valops.c (PUSH_ARGUMENTS): Delete definition.
5888 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
5889 partial. Default to default_push_arguments.
5890 * gdbarch.h, gdbarch.c: Regenerate.
5892 2002-02-09 Andrew Cagney <ac131313@redhat.com>
5894 * defs.h (throw_exception): Rename return_to_top_level. Update
5896 * utils.c (error_stream, internal_verror, quit): Ditto.
5897 * top.c (throw_exception, catcher): Ditto.
5898 * sparclet-rom.c (sparclet_load): Ditto.
5899 * remote.c (interrupt_query, minitelnet): Ditto.
5900 * remote-sds.c (interrupt_query): Ditto.
5901 * remote-mips.c (mips_error, mips_kill): Ditto.
5902 * ocd.c (interrupt_query): Ditto.
5903 * monitor.c (monitor_interrupt_query): Ditto.
5904 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
5905 * target.h: Update comment.
5907 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
5909 2002-02-09 Andrew Cagney <ac131313@redhat.com>
5911 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
5912 default_double_format.
5913 * gdbarch.h, gdbarch.c: Re-generate.
5914 * findvar.c (floatformat_unknown): Delete variable definition.
5915 * doublest.h (floatformat_unknown): Delete variable declaration.
5917 2002-02-09 Jim Blandy <jimb@redhat.com>
5919 * stabsread.c (read_type): Add code to parse Sun's syntax for
5920 prototyped function types.
5922 2002-02-09 Andrew Cagney <ac131313@redhat.com>
5924 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
5925 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
5927 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5929 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
5930 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
5931 now _initialize_xcoffsolib gets called again and overrides the
5932 commands from solib.c in a native configuration.
5934 2002-02-09 Mark Kettenis <kettenis@gnu.org>
5936 * doublest.c (store_typed_floating): Don't try to return a value.
5939 2002-02-08 Jim Blandy <jimb@redhat.com>
5941 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
5942 is prototyped and has no arguments, print its argument list as
5945 2002-02-08 Chris Demetriou <cgd@broadcom.com>
5947 * MAINTAINERS (write-after-approval): Add myself.
5948 (paper-trail): I've escaped!
5950 2002-02-08 Christopher Faylor <cgf@redhat.com>
5952 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
5954 (_initialize_check_for_gdb_ini): Ditto.
5956 2002-02-08 Martin M. Hunt <hunt@redhat.com>
5958 * win32-nat.c (cygwin_pid_to_str): Fix typo.
5959 xaprintf -> xasprintf.
5961 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
5963 * win32-nat.c: Remove use of printf and sprintf functions.
5965 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
5967 * arm-tdep.c (arm_frame_chain_valid): Make static.
5968 (arm_push_arguments): Likewise.
5969 (arm_gdbarch_init): New function.
5970 (_initialize_arm_tdep): Call it.
5971 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
5972 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
5973 (FRAME_CHAIN_VALID): Delete.
5974 (arm_frame_chain_valid): Delete declaration.
5975 (PUSH_ARGUMENTS): Delete.
5976 (arm_push_arguments): Delete declaration.
5977 (CALL_DUMMY_P): Delete.
5979 2002-02-08 Andrew Cagney <ac131313@redhat.com>
5980 Corinna Vinschen <vinschen@redhat.com>
5982 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
5983 on builtin float types.
5985 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
5987 * utils.c: Include <curses.h> before "bfd.h".
5988 * tui/tui-hooks.c: Likewise.
5989 * tui/tui.c: Likewise.
5990 * tui/tuiCommand.c: Likewise.
5991 * tui/tuiData.c: Likewise.
5992 * tui/tuiDataWin.c: Likewise.
5993 * tui/tuiDisassem.c: Likewise.
5994 * tui/tuiGeneralWin.c: Likewise.
5995 * tui/tuiIO.c: Likewise.
5996 * tui/tuiLayout.c: Likewise.
5997 * tui/tuiRegs.c: Likewise.
5998 * tui/tuiSource.c: Likewise.
5999 * tui/tuiSourceWin.c: Likewise.
6000 * tui/tuiStack.c: Likewise.
6001 * tui/tuiWin.c: Likewise.
6003 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
6005 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
6006 to include space for pseudoregs as well. Update loops accordingly.
6007 (sh_fp_frame_init_saved_regs): Ditto.
6008 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
6010 2002-02-07 Andrew Cagney <ac131313@redhat.com>
6012 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
6013 Add Richard Earnshaw to Arm maintainers.
6015 2002-02-07 Andrew Cagney <ac131313@redhat.com>
6017 * defs.h (warning_begin): Delete declaration.
6019 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
6022 2002-02-07 Michael Snyder <msnyder@redhat.com>
6024 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
6025 Logic bug, remove misplaced else.
6027 2002-02-07 Klee Dienes <klee@apple.com>
6029 * fork-inferior.c (fork_inferior): Add '!' to the list of
6030 characters that need to be quoted when building a string for the
6031 shell. Quote '!' specifically with a backslash, since CSH chokes
6032 when trying to evaluate "str!str".
6034 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
6036 * rdi-share/host.h: Only provide a typedef for bool if it is not
6039 2002-02-04 Michael Snyder <msnyder@redhat.com>
6041 * breakpoint.h (enum bptype): Add new overlay event bp type.
6042 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
6044 * breakpoint.c (create_internal_breakpoint): New function.
6045 (internal_breakpoint_number): Moved into create_internal_breakpoint.
6046 (create_longjmp_breakpoint): Use create_internal_breakpoint.
6047 (create_thread_event_breakpoint): Ditto.
6048 (create_solib_event_breakpoint): Ditto.
6049 (create_overlay_event_breakpoint): New function.
6050 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
6051 (update_breakpoints_after_exec): Delete and re-initialize
6052 overlay event breakpoints after an exec. Add FIXME comment
6053 about longjmp breakpoint.
6054 (print_it_typical): Ignore overlay event breakpoints.
6055 (print_one_breakpoint): Ditto.
6057 (bpstat_what): Do not stop for overlay event breakpoints.
6058 (delete_breakpoint): Don't delete overlay event breakpoints.
6059 (breakpoint_re_set_one): Delete the overlay event breakpoint.
6060 (breakpoint_re_set): Re-create overlay event breakpoint.
6062 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
6063 (overlay_manual_command): Disable overlay breakpoints.
6064 (overlay_off_command): Disable overlay breakpoints.
6066 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
6068 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
6069 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
6070 to here from config/tm-arm.h.
6071 (coff_sym_is_thumb): Make static.
6072 (arm_elf_make_msymbol_special): New function.
6073 (arm_coff_make_msymbol_special): New function.
6074 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
6075 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
6076 (coff_sym_is_thumb): Delete declaration.
6077 (arm_elf_make_msymbol_special): Declare.
6078 (arm_coff_make_msymbol_special): Declare.
6079 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
6080 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
6082 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
6084 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
6086 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
6088 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
6089 * gdbarch.c gdbarch.h: Regenerate.
6090 * arch-utils.c (default_print_float_info): New function.
6091 * arch-utils.h (default_print_float_info): Prototype it.
6092 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
6093 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
6094 (PRINT_FLOAT_INFO): Document it.
6096 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
6097 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
6098 (PRINT_FLOAT_INFO): Define.
6100 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
6102 * win32-nat.c (_initialize_check_for_gdb_ini):
6103 Add typecast to sprintf argument to suppress a warning.
6105 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
6107 * win32-nat.c (last_sig): Changed type of variable to target_signal,
6108 to allow easier handling of pass state.
6109 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
6110 that gives exception name and address.
6111 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
6112 and set last_sig value to ourstatus->value.sig. Some missing
6114 (child_continue): Correctly report continue_status.
6115 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
6116 TARGET_SIGNAL_0 (new default value).
6117 (child_resume): consider sig argument passed to decide if
6118 the exception should be passed to debuggee or not.
6120 2002-02-05 Michael Snyder <msnyder@redhat.com>
6122 * regcache.c (fetch_register): Call target_fetch_register
6123 only if we don't call FETCH_PSEUDO_REGISTER.
6124 (store_register): Call target_store_register only if we
6125 don't call STORE_PSEUDO_REGISTER.
6127 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
6129 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
6130 ELF_MAKE_MSYMBOL_SPECIAL.
6131 * gdbarch.c, gdbarch.h: Regenerate.
6132 * arch-utils.c (default_make_msymbol_special): New function.
6133 * arch-utils.h (default_make_msymbol_special): Export.
6134 * elfread.c (elf_symtab_read): Compile use of
6135 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
6137 * coffread.c (coff_symtab_read): Ditto, for
6138 COFF_MAKE_MSYMBOL_SPECIAL.
6140 2002-02-05 Jim Blandy <jimb@redhat.com>
6142 * solib-svr4.c (svr4_truncate_ptr): New function.
6143 (svr4_relocate_section_addresses): Do the address arithmetic with
6144 the appropriate truncation for target addresses, even when
6145 CORE_ADDR is larger than a target address.
6147 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
6149 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
6152 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
6154 * gdbserver/linux-low.c (kill_inferior): Remove commented out
6157 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
6159 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
6161 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
6163 * gdbserver/linux-low.c: Remove unused include files.
6165 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
6167 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
6168 (read_inferior_memory): Use it.
6169 (write_inferior_memory): Likewise.
6171 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
6173 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
6174 grubbing through sys_errlist.
6176 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
6178 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
6180 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
6181 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
6183 2002-02-04 Andrew Cagney <ac131313@redhat.com>
6185 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
6186 (do_sfunc, set_cmd_sfunc): New functions.
6188 * command.h (struct cmd_list_element): Add field func.
6189 * cli/cli-decode.h (struct cmd_list_element): Ditto.
6190 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
6191 * cli/cli-decode.h: Ditto.
6193 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
6194 (help_all, help_cmd_list): Ditto.
6195 (find_cmd, complete_on_cmdlist): Ditto.
6196 * top.c (execute_command): Ditto.
6198 * cli/cli-setshow.c (do_setshow_command): Call func instead of
6201 * infcmd.c (notice_args_read): Fix function signature.
6203 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
6204 * cli/cli-decode.c (add_set_cmd): Ditto.
6205 * utils.c (initialize_utils): Ditto.
6206 * maint.c (_initialize_maint_cmds): Ditto.
6207 * infrun.c (_initialize_infrun): Ditto.
6208 * demangle.c (_initialize_demangler): Ditto.
6209 * remote.c (add_packet_config_cmd): Ditto.
6210 * mips-tdep.c (_initialize_mips_tdep): Ditto.
6211 * cris-tdep.c (_initialize_cris_tdep): Ditto.
6212 * proc-api.c (_initialize_proc_api): Ditto.
6213 * kod.c (_initialize_kod): Ditto.
6214 * valprint.c (_initialize_valprint): Ditto.
6215 * top.c (init_main): Ditto.
6216 * infcmd.c (_initialize_infcmd): Ditto.
6217 * corefile.c (_initialize_core): Ditto.
6218 * arm-tdep.c (_initialize_arm_tdep): Ditto.
6219 * arch-utils.c (initialize_current_architecture): Ditto.
6220 (_initialize_gdbarch_utils): Ditto.
6221 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
6223 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
6224 * wince.c (_initialize_inftarg): Ditto.
6225 * symfile.c (_initialize_symfile): Ditto.
6226 * mips-tdep.c (_initialize_mips_tdep): Ditto.
6227 * language.c (_initialize_language): Ditto.
6228 * arc-tdep.c (_initialize_arc_tdep): Ditto.
6230 2002-02-04 Michael Snyder <msnyder@redhat.com>
6232 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
6234 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
6236 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
6237 Add rules for building the register data files.
6239 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
6241 * regformats/regdat.sh: Add braces to the definition of
6242 expedite_regs_${arch}.
6244 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
6246 * regformats/regdef.h (struct reg): Add comment describing the
6247 requirements for offset and size fields.
6249 2002-02-04 Andreas Schwab <schwab@suse.de>
6251 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
6252 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
6254 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
6256 * gdbarch.sh (copyright): Update years in generated header.
6257 (SMASH_TEXT_ADDRESS): Add rule.
6258 * gdbarch.h, gdbarch.c: Re-generate.
6259 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
6260 * dbxread.c: Likewise.
6261 * dwarfread.c: Likewise.
6262 * elfread.c: Likewise.
6263 * somread.c: Likewise.
6265 * arm-tdep.c (arm_smash_text_address): New function.
6266 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
6268 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
6270 Add support for hardware watchpoints on win32 native.
6271 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
6272 CONTEXT_DEBUG_REGISTERS.
6273 (dr variable): New variable. Static array containing a local copy
6275 (debug_registers_changed): New variable. Reflects when debug registers
6276 are changed and need to be written to inferior.
6277 (debug_registers_used): New variable. Reflects when any debug register
6278 was set, used when new threads are created.
6279 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
6281 (thread_rec): Set dr array if id is the thread of current_event .
6282 (child_continue, child_resume): Change the debug registers for all
6283 threads if debug_registers_changed.
6284 (child_add_thread): Change the debug registers if debug_registers_used.
6285 * config/i386/cygwin.mh: Add use of i386-nat.o file.
6286 Link nm.h to new nm-cygwin.h file.
6287 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
6288 of hardware registers.
6290 2002-02-03 Andrew Cagney <ac131313@redhat.com>
6292 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
6293 Restore behavour broken by 2002-01-20 Andrew Cagney
6294 <ac131313@redhat.com> IEEE_FLOAT removal.
6296 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
6298 * c-valprint.c (c_val_print): Pass a proper valaddr to
6299 cp_print_class_method.
6300 * valops.c (search_struct_method): If there is only one method
6301 and args is NULL, return that method.
6303 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
6305 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
6306 accessing tag_name directly.
6308 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
6310 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
6311 of accessing tag_name directly.
6313 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
6316 * gdbtypes.c (replace_type): New function.
6317 * gdbtypes.h (replace_type): Add prototype.
6318 * stabsread.c (read_type): Use replace_type.
6320 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
6322 * Makefile.in (memattr.o): Add missing dependencies rule.
6324 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6326 * breakpoint.c (break_at_finish_command): Really export.
6327 (break_at_finish_at_depth_command): Ditto.
6328 (tbreak_at_finish_command): Ditto.
6329 * hppa-tdep.c: Include completer.h.
6330 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
6331 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
6333 2002-02-01 Andrew Cagney <ac131313@redhat.com>
6335 * utils.c (do_write): New function.
6336 (error_stream): Rewrite combining the code from error_begin and
6338 (verror): Rewrite using error_stream.
6339 (error_begin): Delete function.
6341 2002-02-01 Andrew Cagney <ac131313@redhat.com>
6343 * utils.c (error_begin): Make static.
6344 * defs.h (error_begin): Delete declaration.
6346 * linespec.c (cplusplus_error): Replace cplusplus_hint.
6347 (decode_line_1): Use cplusplus_error instead of error_begin,
6348 cplusplus_hint and return_to_top_level.
6349 * coffread.c (coff_symfile_read): Use error instead of error_begin
6350 and return_to_top_level.
6351 * infrun.c (default_skip_permanent_breakpoint): Ditto.
6353 2002-02-01 Andrew Cagney <ac131313@redhat.com>
6355 * language.h (type_error, range_error): Make string parameter
6357 * language.c (warning_pre_print): Delete extern declaration.
6358 * dwarfread.c (warning_pre_print): Ditto.
6359 * language.c (type_error, range_error): Rewrite to use verror and
6360 vwarning instead of warning_begin.
6362 2002-02-01 Michael Snyder <msnyder@redhat.com>
6364 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
6365 (set_ignore_count): Move misplaced comment back where it belongs.
6367 2002-02-01 Andrew Cagney <ac131313@redhat.com>
6369 * command.h (NO_FUNCTION): Delete macro.
6370 * cli/cli-decode.h (NO_FUNCTION): Ditto.
6371 * top.c (execute_command): Replace NO_FUNCTION with NULL.
6372 * tracepoint.c (_initialize_tracepoint): Ditto.
6373 * cli/cli-decode.c (add_set_cmd): Ditto.
6374 * cli/cli-cmds.c (init_cli_cmds): Ditto.
6376 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
6378 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
6379 Update ``this'' pointer when calling virtual functions.
6381 2002-02-01 Michael Snyder <msnyder@redhat.com>
6383 * breakpoint.c (create_temp_exception_breakpoint): Delete.
6384 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
6386 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
6388 * regformats/reg-arm.dat: New file.
6389 * regformats/reg-i386.dat: New file.
6390 * regformats/reg-ia64.dat: New file.
6391 * regformats/reg-m68k.dat: New file.
6392 * regformats/reg-mips.dat: New file.
6393 * regformats/reg-ppc.dat: New file.
6394 * regformats/reg-sh.dat: New file.
6395 * regformats/regdef.h: New file.
6396 * regformats/regdat.sh: New file.
6398 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
6400 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
6401 (arm_frame_args_address, arm_frame_locals_address): New functions.
6402 (arm_frame_num_args): New function.
6403 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
6404 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
6405 (FRMA_NUM_ARGS): Call arm_frame_num_args.
6407 2002-01-31 Michael Snyder <msnyder@redhat.com>
6409 * breakpoint.c (break_at_finish_command): Export.
6410 (break_at_finish_at_depth_command): Export.
6411 (tbreak_at_finish_command): Export.
6412 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
6413 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
6414 "tbreak" commands, which are HPPA specific.
6416 * printcmd.c (disassemble_command): Remove an ancient
6417 artifact of an old merge.
6419 * symfile.h (enum overlay_debugging_state):
6420 Define enum constant values for overlay mode.
6421 * symfile.c (overlay_debugging): Use enums instead of literals.
6422 (overlay_is_mapped, overlay_auto_command,
6423 overlay_manual_command): Ditto.
6425 * breakpoint.c (insert_breakpoints, remove_breakpoint,
6426 breakpoint_here_p, breakpoint_inserted_here_p,
6427 breakpoint_thread_match, bpstat_stop_status,
6428 describe_other_breakpoints, check_duplicates, clear_command):
6429 Coding standard fixes.
6431 * target.c (target_xfer_memory): Add spaces, coding standard.
6432 (do_xfer_memory): Add missing line to trust-readonly
6433 code: check bfd SEC_READONLY flag for section.
6435 2002-01-31 Andrew Cagney <ac131313@redhat.com>
6437 * PROBLEMS: Fix typo, 5.1->5.1.1.
6439 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
6441 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
6442 data symbols, since we search based on textlow and texthigh.
6443 (find_pc_sect_symtab): Likewise.
6445 2002-01-30 Andrew Cagney <ac131313@redhat.com>
6447 * defs.h (vwarning): Declare.
6448 * utils.c (vwarning): New function.
6449 (warning): Call vwarning.
6450 (warning_begin): Delete function.
6452 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
6453 the warning message.
6454 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
6457 2002-01-30 Michael Snyder <msnyder@redhat.com>
6459 * NEWS: Mention "set trust-readonly-sections" command.
6460 Mention generate-core-file command.
6462 2002-01-15 Michael Snyder <msnyder@redhat.com>
6464 * target.c: New command, "set trust-readonly-sections on".
6465 (do_xfer_memory): Honor the suggestion to trust readonly sections
6466 by reading them from the object file instead of from the target.
6467 (initialize_targets): Register command "set trust-readonly-sections".
6469 2002-01-29 Andrew Cagney <ac131313@redhat.com>
6471 * parse.c (target_map_name_to_register): Simplify, search regs and
6472 pseudo-regs using a single loop.
6474 2002-01-30 Andrew Cagney <ac131313@redhat.com>
6476 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
6478 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
6480 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
6481 * config/i386/i386v42mp.mh: Add i387-nat.o .
6482 * i386v4-nat.c: Include i387-nat.h.
6483 (supply_fpregset): Use i387_supply_fsave.
6484 (fill_fpregset): Use i387_fill_fsave.
6486 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
6488 * arm-tdep.c (arm_call_dummy_words): Define.
6489 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
6490 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
6491 (CALL_DUMMY_WORDS): Define.
6492 (arm_call_dummy_words): Declare.
6493 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
6494 (arm_linux_call_dummy_words): Declare.
6496 2002-01-30 Andreas Schwab <schwab@suse.de>
6498 * m68klinux-nat.c: Fix last change to use regcache_collect
6499 instead of referencing registers[] directly.
6501 2002-01-29 Andrew Cagney <ac131313@redhat.com>
6503 * parse.c (target_map_name_to_register): Delete code wrapped in
6504 #ifdef REGISTER_NAME_ALIAS_HOOK.
6506 2002-01-28 Michael Snyder <msnyder@redhat.com>
6508 * regcache.c (legacy_read_register_gen): Need to be able to
6509 read pseudo-register as well as real register.
6510 (legacy_write_register_gen): Ditto.
6512 2002-01-28 Andrew Cagney <ac131313@redhat.com>
6514 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
6515 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
6516 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
6517 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
6518 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
6519 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
6520 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
6521 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
6522 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
6523 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
6524 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
6525 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
6526 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
6527 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
6528 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
6529 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
6530 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
6531 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
6532 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
6533 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
6535 2002-01-28 Andrew Cagney <ac131313@redhat.com>
6537 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
6538 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
6539 (initialize_current_architecture): Update target_byte_order using
6540 information from BFD.
6541 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
6542 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
6544 2002-01-28 Andrew Cagney <ac131313@redhat.com>
6546 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
6547 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
6549 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
6550 #ifdef INVALID_FLOAT.
6551 * infcmd.c (do_registers_info): Ditto.
6552 * values.c (unpack_double): Ditto. Add comment.
6554 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
6555 already commented out.
6557 2002-01-26 Andreas Schwab <schwab@suse.de>
6559 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
6560 * m68klinux-nat.c: Update ptrace interface for fetching/storing
6561 registers and add support for PTRACE_GETREGS.
6563 2002-01-24 Andrew Cagney <ac131313@redhat.com>
6565 GDB 5.1.1 released from 5.1 branch.
6566 * NEWS: Add 5.1.1 news.
6567 * README: Sync with 5.1 branch.
6569 2002-01-23 Fred Fish <fnf@redhat.com>
6571 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
6572 stabstring on initial malloc. Reallocing will copy it for us,
6575 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
6577 * Makefile.in (hpread_h): Delete.
6578 (HFILES_NO_SRCDIR): Remove hpread.h.
6579 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
6580 (hpread.o): Update dependencies.
6581 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
6583 * hp-psymtab-read.c: Remove file.
6584 * hp-symtab-read.c: Remove file.
6585 * hpread.h: Remove file.
6587 * hpread.c: Merge all contents of hp-psymtab-read.c,
6588 hp-symtab-read.c and hpread.h into this file, as it was prior to
6591 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
6592 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
6593 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
6594 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
6596 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
6598 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
6599 fill_gregset): Call gdbarch_tdep() just once, assign result to
6600 variable and use that, instead of calling the function several
6603 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
6605 * configure.host: Accept sparcv9 as alias for sparc64.
6606 * configure.tgt: Likewise.
6608 2002-01-22 Kevin Buettner <kevinb@redhat.com>
6610 * solib-aix5.c (build_so_list_from_mapfile)
6611 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
6612 arguments is not reversed.
6613 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
6614 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
6616 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
6618 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
6619 modified version of obsolete sh_fetch_pseudo_register.
6620 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
6621 (sh4_register_read): New function.
6622 (sh_pseudo_register_write): New function. Renamed and modified
6623 version of obsolete sh_store_pseudo_register.
6624 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
6625 (sh4_register_write): New function.
6626 (sh_gdbarch_init): Remove setting of gdbarch function
6627 fetch_pseudo_register and store_pseudo_register. Remove setting of
6628 register_convert_to_raw, register_convert_to_virtual,
6629 register_convertible.
6630 (sh_sh4_register_convertible): Delete. No longer needed. All is
6631 taken care by architecture specific functions
6632 register_read/register_write.
6633 (sh_sh4_register_convert_to_virtual): Make static.
6634 (sh_sh4_register_convert_to_raw): Ditto.
6636 2002-01-22 Andrew Cagney <ac131313@redhat.com>
6638 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
6639 (floatformat_is_nan, floatformat_mantissa): Ditto.
6641 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
6642 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
6643 builtin_type_ieee_double_little,
6644 builtin_type_ieee_double_littlebyte_bigword,
6645 builtin_type_m68881_ext, builtin_type_i960_ext,
6646 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
6647 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
6648 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
6649 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
6651 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
6653 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
6654 parameter. Set frameless flag if it exists and depended of
6655 whether the scanned function is frameless or not.
6656 (xstormy16_skip_prologue): If function is frameless, return
6657 result of xstormy16_scan_prologue().
6658 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
6661 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
6663 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
6664 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
6665 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
6666 sh_sh4_register_byte, sh_sh4_register_raw_size,
6667 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
6668 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
6669 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
6670 sh_store_pseudo_register, sh_do_pseudo_register): Call
6671 gdbarch_tdep() just once, assign result to variable and use that,
6672 instead of calling the function several times.
6674 2002-01-20 Mark Kettenis <kettenis@gnu.org>
6676 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
6677 macros instead of LAST_FPU_CTRL_REGNUM.
6678 (store_register): Likewise.
6680 2002-01-21 Jim Blandy <jimb@redhat.com>
6682 * infcmd.c (run_command): Check that the `exec' target layer's BFD
6683 is up-to-date before running the program, not just when a program
6686 2002-01-21 Fred Fish <fnf@redhat.com>
6688 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
6689 when we have found all instructions we are looking for.
6691 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
6693 * arm-tdep.c (arm_register_name): New function.
6694 (arm_registers_names): Make static.
6695 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
6696 (arm_register_name): Declare.
6697 (REGISTER_NAME): Use it.
6699 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
6700 Kevin Buettner <kevinb@redhat.com>
6702 Convert arm targets to new FRAME interface.
6703 * arm-tdep.c (struct frame_extra_info): Remove fsr.
6704 (arm_frame_find_save_regs): Delete.
6705 (arm_frame_init_saved_regs): New.
6706 (arm_init_extra_frame_info): Alloacte saved_regs as required.
6707 Allocate extra_info as required. Convert all uses of fsr.regs
6708 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
6710 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
6711 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
6712 (check_prologue_cache, save_prologue_cache): Likewise.
6713 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
6714 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
6715 (FRAME_FIND_SAVED_REGS): Delete.
6716 (arm_frame_find_saved_regs): Delete prototype.
6717 (arm_frame_init_saved_regs): New prototype.
6718 (FRAME_INIT_SAVED_REGS): Define.
6720 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6722 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
6724 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6726 From Jeff Law <law@redhat.com>:
6727 * infttrace.c: Include <sys/pstat.h>.
6728 (child_pid_to_exec_file): Revamp. Use pstat call to get the
6729 exec file if the ttrace equivalent fails.
6731 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6733 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
6734 (closeLogFile): Ditto.
6736 2002-01-20 Michael Chastain <mec@shout.net>
6738 * top.c (print_gdb_version): Bump copyright year to 2002.
6740 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6742 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
6743 Zannoni and Eli Zaretskii.
6745 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
6747 * buildsym.c: Update copyright years.
6748 * c-typeprint.c: Likewise.
6749 * dwarf2read.c: Likewise.
6750 * f-typeprint.c: Likewise.
6751 * gdbtypes.c: Likewise.
6752 * gdbtypes.h: Likewise.
6753 * hp-symtab-read.c: Likewise.
6754 * hpread.c: Likewise.
6755 * mdebugread.c: Likewise.
6756 * p-typeprint.c: Likewise.
6758 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6760 * remote-sim.c (gdbsim_open): Simplify code testing the macro
6761 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
6762 byte-order selectable.
6763 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
6764 * arch-utils.c: Ditto.
6765 (set_endian): Ditto.
6766 (set_endian_from_file): Ditto.
6767 * gdbserver/low-sim.c (create_inferior): Ditto.
6768 * gdbarch.sh: Ditto.
6769 * gdbarch.h: Re-generate.
6770 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
6771 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
6772 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
6773 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
6774 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
6775 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
6776 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
6777 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
6779 * config/mips/tm-wince.h: Remove #undef of macro
6780 TARGET_BYTE_ORDER_SELECTABLE.
6781 * config/sh/tm-wince.h: Ditto.
6783 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
6785 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
6786 member function fields. Add accessor macro
6787 TYPE_FN_FIELD_ARTIFICIAL.
6788 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
6789 * c-typeprint.c (c_type_print_base): Skip artificial member
6792 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
6794 * f-typeprint.c: Delete unused function f_type_print_args.
6795 * p-typeprint.c: Delete unused function pascal_type_print_args.
6797 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
6799 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
6800 comment. Add ``artificial'' to ``union field_location''.
6802 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
6804 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
6805 * mdebugread.c (parse_symbol): Likewise.
6806 * stabsread.c (define_symbol): Likewise.
6807 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
6808 initializing TYPE_FIELD_BITPOS to n (obsolete).
6809 (hpread_doc_function_type): Likewise.
6810 * hpread.c (hpread_function_type): Likewise.
6812 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6814 * configure.in (host_makefile_frag): Only require a host makefile
6815 fragment when a native build.
6816 * configure: Re-generate.
6818 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6820 * doublest.h (floatformat_from_type): Declare.
6821 * doublest.c (floatformat_from_type): New function.
6822 (convert_typed_floating): Use.
6824 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
6825 call to function floatformat_from_type.
6827 * gdbarch.sh (IEEE_FLOAT): Delete.
6828 * gdbarch.h, gdbarch.c: Re-generate.
6829 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
6830 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
6831 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
6832 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
6833 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
6834 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
6835 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
6836 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
6837 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
6838 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
6839 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
6840 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
6842 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
6843 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
6844 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6845 * sh-tdep.c (sh_gdbarch_init): Ditto.
6846 * mips-tdep.c (mips_gdbarch_init): Ditto.
6847 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6848 * cris-tdep.c (cris_gdbarch_init): Ditto.
6850 2002-01-20 Jiri Smid <smid@suse.cz>
6852 * configure.host, configure.tgt: Support x86-64.
6853 * NEWS: Note new target x86-64.
6855 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
6856 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
6857 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
6858 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
6859 x86-64-linux-nat.o): Fix dependencies.
6861 2002-01-19 Andrew Cagney <ac131313@redhat.com>
6863 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
6864 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
6865 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
6866 * config/sparc/xm-sun4os4.h: Delete file.
6867 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
6869 2002-01-19 Andrew Cagney <ac131313@redhat.com>
6871 * config/sparc/sparclynx.mh (XM_FILE): Delete.
6872 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
6873 * config/m68k/m68klynx.mh (XM_FILE): Delete.
6874 * config/i386/i386lynx.mh (XM_FILE): Delete.
6875 * config/rs6000/xm-rs6000ly.h: Delete file.
6876 * config/sparc/xm-sparclynx.h: Delete file.
6877 * config/m68k/xm-m68klynx.h: Delete file.
6878 * config/i386/xm-i386lynx.h: Delete file.
6879 * config/xm-lynx.h: Delete file.
6880 * config/djgpp/fnchange.lst: Update.
6882 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
6884 * alpha-tdep.c (alpha_register_byte): New function.
6885 (alpha_register_raw_size): Ditto.
6886 (alpha_register_virtual_size): Ditto.
6887 (alpha_skip_prologue_internal): Renamed from
6888 alpha_skip_prologue.
6889 (alpha_skip_prologue): New version that calls
6890 alpha_skip_prologue_internal.
6891 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
6892 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
6893 second argument from alpha_skip_prologue.
6894 (REGISTER_BYTE): Use alpha_register_byte.
6895 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
6896 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
6897 (FRAMELESS_FUNCTION_INVOCATION): Use
6898 generic_frameless_function_invocation_not.
6899 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
6900 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
6902 2002-01-19 Andrew Cagney <ac131313@redhat.com>
6904 * config/mips/xm-news-mips.h: Delete file.
6905 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
6907 * config/m88k/xm-m88k.h: Delete file.
6908 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
6909 * config/m88k/xm-delta88v4.h: Ditto.
6910 * config/m88k/xm-delta88.h: Ditto.
6912 * config/alpha/xm-fbsd.h: Delete file.
6913 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
6915 * config/sparc/xm-sparc.h: Delete file.
6916 * Makefile.in (xm-sun4os4.h): Delete dependency.
6917 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
6918 * config/sparc/xm-sun4os4.h: Ditto.
6919 * config/sparc/xm-linux.h: Ditto.
6921 * config/i386/xm-windows.h: Delete file.
6923 2002-01-19 Andrew Cagney <ac131313@redhat.com>
6925 * utils.c: Include <sys/param.h> for MAXPATHLEN.
6926 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
6928 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
6930 * alpha-tdep.c (alpha_call_dummy_words): New.
6931 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
6932 (CALL_DUMMY_P): Define.
6933 (CALL_DUMMY_WORDS): Define.
6934 (SIZEOF_CALL_DUMMY_WORDS): Define.
6936 2002-01-19 Per Bothner <per@bothner.com>
6938 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
6939 isn't NULL, which can happen with some gcj-3.x-produced code.
6941 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
6943 * alpha-tdep.c (alpha_register_virtual_type): New function.
6944 (alpha_init_frame_pc_first): Ditto.
6945 (alpha_fix_call_dummy): Ditto.
6946 (alpha_store_struct_return): Ditto.
6947 (alpha_extract_struct_value_address): Ditto.
6948 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
6949 alpha_register_virtual_type.
6950 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
6951 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
6952 alpha_extract_struct_value_address.
6953 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
6954 (INIT_FRAME_PC): Use init_frame_pc_noop.
6955 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
6957 2002-01-19 Mark Kettenis <kettenis@gnu.org>
6959 * i386gnu-nat.c: Include "i386-tdep.h".
6960 (fetch_fpregs): Simplify code dealing with uninitialized floating
6961 point states such that it doesn't require FP7_REGNUM.
6963 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6965 * alpha-tdep.c (frame_extra_info): New.
6966 (alpha_find_saved_regs): Make static. Use
6968 (alpha_frame_init_saved_regs): New function.
6969 (alpha_frame_saved_pc): Use frame->extra_info.
6970 (temp_saved_regs): Don't declare as struct frame_saved_regs.
6971 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
6972 (init_extra_frame_info): Rename to...
6973 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
6974 (alpha_print_extra_frame_info): New function.
6975 (alpha_frame_locals_address): Ditto.
6976 (alpha_frame_args_address): Ditto.
6977 (alpha_pop_frame): Use frame->extra_info.
6978 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
6979 alpha_frame_args_address.
6980 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
6981 (alpha_find_saved_regs): Remove prototype.
6982 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
6983 (EXTRA_FRAME_INFO): Remove.
6984 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
6985 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
6987 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6989 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
6990 (alpha_cannot_fetch_register): Ditto.
6991 (alpha_cannot_store_register): Ditto.
6992 (alpha_register_convertible): Ditto.
6993 (alpha_use_struct_convention): Ditto.
6994 * config/alpha/tm-alpha.h: Update copyright years.
6995 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
6996 (INNER_THAN): Use core_addr_lessthan.
6997 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
6998 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
6999 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
7000 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
7001 (FRAME_CHAIN): Remove unnecessary cast.
7003 2002-01-18 Andrew Cagney <ac131313@redhat.com>
7005 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
7008 2002-01-18 Andrew Cagney <ac131313@redhat.com>
7010 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
7011 * monitor.c, remote-array.c, remote-bug.c: Ditto.
7012 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
7013 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
7014 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
7015 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
7016 * x86-64-linux-nat.c: Ditto.
7018 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
7020 * alpha-tdep.c (alpha_register_name): New function.
7021 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
7022 (REGISTER_NAME): Define.
7024 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
7026 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
7028 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
7030 * alpha-tdep.c: Update copyright years.
7031 (alpha_next_pc): New function.
7032 (alpha_software_single_step): Ditto.
7033 * config/alpha/tm-alpha.h: Add prototype for
7034 alpha_software_single_step.
7036 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
7038 * alphabsd-nat.c: Update copyright years.
7039 (fill_gregset): Use regcache_collect.
7040 (fill_fpregset): Likewise.
7041 (fetch_inferior_registers): Only fetch integer registers
7042 if requested to do so.
7043 (store_inferior_registers): Only store integer registers
7044 if requested to do so.
7046 2002-01-17 Andrew Cagney <ac131313@redhat.com>
7048 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
7049 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
7050 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
7051 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
7052 * config/alpha/fbsd.mh (XDEPFILES): Delete.
7053 * config/arm/linux.mh (XDEPFILES): Delete.
7054 * config/arm/nbsd.mh (XDEPFILES): Delete.
7055 * config/i386/i386dgux.mh (XDEPFILES): Delete.
7056 * config/i386/i386sol2.mh (XDEPFILES): Delete.
7057 * config/i386/i386m3.mh (XDEPFILES): Delete.
7058 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
7059 * config/i386/i386gnu.mh (XDEPFILES): Delete.
7060 * config/i386/fbsd.mh (XDEPFILES): Delete.
7061 * config/i386/i386bsd.mh (XDEPFILES): Delete.
7062 * config/i386/i386sco5.mh (XDEPFILES): Delete.
7063 * config/i386/i386v4.mh (XDEPFILES): Delete.
7064 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
7065 * config/i386/i386sco4.mh (XDEPFILES): Delete.
7066 * config/i386/i386aix.mh (XDEPFILES): Delete.
7067 * config/i386/go32.mh (XDEPFILES): Delete.
7068 * config/i386/cygwin.mh (XDEPFILES): Delete.
7069 * config/i386/i386lynx.mh (XDEPFILES): Delete.
7070 * config/i386/i386mach.mh (XDEPFILES): Delete.
7071 * config/i386/i386v32.mh (XDEPFILES): Delete.
7072 * config/i386/linux.mh (XDEPFILES): Delete.
7073 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
7074 * config/i386/ncr3000.mh (XDEPFILES): Delete.
7075 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
7076 * config/i386/i386sco.mh (XDEPFILES): Delete.
7077 * config/i386/i386v.mh (XDEPFILES): Delete.
7078 * config/i386/nbsd.mh (XDEPFILES): Delete.
7079 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
7080 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
7081 * config/i386/symmetry.mh (XDEPFILES): Delete.
7082 * config/i386/obsd.mh (XDEPFILES): Delete.
7083 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
7084 * config/ia64/linux.mh (XDEPFILES): Delete.
7085 * config/ia64/aix.mh (XDEPFILES): Delete.
7086 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
7087 * config/m68k/dpx2.mh (XDEPFILES): Delete.
7088 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
7089 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
7090 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
7091 * config/m68k/linux.mh (XDEPFILES): Delete.
7092 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
7093 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
7094 * config/m68k/nbsd.mh (XDEPFILES): Delete.
7095 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
7096 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
7097 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
7098 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
7099 * config/m88k/delta88.mh (XDEPFILES): Delete.
7100 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
7101 * config/m88k/m88k.mh (XDEPFILES): Delete.
7102 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
7103 * config/mips/linux.mh (XDEPFILES): Delete.
7104 * config/mips/irix6.mh (XDEPFILES): Delete.
7105 * config/mips/irix5.mh (XDEPFILES): Delete.
7106 * config/mips/irix4.mh (XDEPFILES): Delete.
7107 * config/mips/irix3.mh (XDEPFILES): Delete.
7108 * config/mips/decstation.mh (XDEPFILES): Delete.
7109 * config/mips/mipsm3.mh (XDEPFILES): Delete.
7110 (NATDEPFILES): Move core-aout.o to here.
7111 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
7112 * config/pa/hpux1020.mh (XDEPFILES): Delete.
7113 * config/pa/hppabsd.mh (XDEPFILES): Delete.
7114 * config/pa/hppahpux.mh (XDEPFILES): Delete.
7115 * config/pa/hpux11w.mh (XDEPFILES): Delete.
7116 * config/pa/hppaosf.mh (XDEPFILES): Delete.
7117 * config/pa/hpux11.mh (XDEPFILES): Delete.
7118 * config/powerpc/aix.mh (XDEPFILES): Delete.
7119 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
7120 * config/powerpc/linux.mh (XDEPFILES): Delete.
7121 * config/romp/rtbsd.mh: Rename XDEPFILES.
7122 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
7123 * config/rs6000/aix4.mh (XDEPFILES): Delete.
7124 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
7125 * config/s390/s390.mh (XDEPFILES): Delete.
7126 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
7127 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
7128 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
7129 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
7130 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
7131 * config/sparc/nbsd.mh (XDEPFILES): Delete.
7132 * config/sparc/linux.mh (XDEPFILES): Delete.
7133 * config/vax/vaxult.mh (XDEPFILES): Delete.
7134 * config/vax/vaxult2.mh (XDEPFILES): Delete.
7135 * Makefile.in (DEPFILES): Remove XDEPFILES.
7137 2002-01-17 Andrew Cagney <ac131313@redhat.com>
7139 * utils.c (internal_verror): Fix comments, default is yes not no.
7140 Update queries to match. Default to quit and dump core.
7142 2002-01-17 Andrew Cagney <ac131313@redhat.com>
7144 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
7146 * defs.h, event-top.c, gdbcmd.h: Ditto.
7147 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
7148 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
7149 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
7150 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
7151 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
7152 * mi/mi-main.c:Ditto.
7154 * stack.c, symfile.c: Update copyright.
7156 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
7158 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
7159 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
7160 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
7161 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
7163 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
7165 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
7166 * gdbserver/low-lynx.c (myattach): Likewise.
7167 * gdbserver/low-nbsd.c (myattach): Likewise.
7168 * gdbserver/low-sim.c (myattach): Likewise.
7169 * gdbserver/low-sparc.c (myattach): Likewise.
7170 * gdbserver/low-sun3.c (myattach): Likewise.
7172 * gdbserver/low-linux.c (myattach): New function.
7174 * gdbserver/server.c (attach_inferior): New function.
7175 (main): Handle "--attach".
7177 2002-01-16 Andrew Cagney <ac131313@redhat.com>
7179 * MAINTAINERS (language support): Daniel Jacobwitz is C++
7182 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
7184 * c-typeprint.c (is_type_conversion_operator): Add additional
7185 check for non-conversion operators.
7187 2002-01-15 Michael Snyder <msnyder@redhat.com>
7189 * linux-proc.c: Add "info proc" command, a la procfs.c.
7190 (read_mapping): New function, abstract and re-use code.
7191 (linux_find_memory_regions): Use new func read_mapping.
7192 (linux_info_proc_cmd): New function, implement "info proc".
7193 (_initialize_linux_proc): Add new command "info proc".
7195 2002-01-15 Michael Snyder <msnyder@redhat.com>
7197 * symfile.c (generic_load): Use bfd_map_over_sections method
7198 instead of manipulating bfd structure members directly.
7199 (add_section_size_callback): New function, bfd sections callback
7200 used by generic_load.
7201 (load_sections_callback): New function, bfd sections callback
7202 used by generic_load.
7204 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
7206 [Based on work by Jim Blandy]
7207 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
7208 (builtin_type_vec128): Export.
7209 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
7211 (builtin_type_vec128): New builtin type for 128 bit vector
7213 (build_gdbtypes): Initialize builtin_type_v16qi and
7214 builtin_type_v8hi. Create the vec128 register builtin type
7216 (build_builtin_type_vec128): New function.
7217 (_initialize_gdbtypes): Register builtin_type_v16qi and
7218 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
7219 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
7220 AltiVec register to new builtin type.
7222 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
7224 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
7227 2002-01-14 Andrew Cagney <ac131313@redhat.com>
7229 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
7230 CLEAN_UP_REGISTER_VALUE.
7231 * regcache.c (supply_register): Update only call.
7233 2002-01-14 Andrew Cagney <ac131313@redhat.com>
7235 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
7236 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
7237 a29k-*-vxworks* targets as obsolete.
7239 2002-01-14 Michael Snyder <msnyder@redhat.com>
7241 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
7242 until we can resolve portability issues.
7243 * gregset.h: Remove references to fpxregs.
7244 * gcore.c (gcore_command): Initialize note_sec to NULL.
7246 2002-01-13 Andrew Cagney <ac131313@redhat.com>
7248 * signals.c (target_signal_to_name): Rewrite. Only use
7249 signals[].name when in bounds and non-NULL.
7251 2002-01-13 Andrew Cagney <ac131313@redhat.com>
7253 From Petr Ledvina <ledvinap@kae.zcu.cz>:
7254 * signals.c (target_signal_to_name): Verify that SIG is within the
7255 bounds of the signals array.
7257 2002-01-13 Andrew Cagney <ac131313@redhat.com>
7259 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
7261 2002-01-13 Keith Seitz <keiths@redhat.com>
7263 * stack.c (print_frame_info_base): Print the frame's pc
7264 only if when print_frame_info_listing_hook is not defined.
7266 2002-01-13 Keith Seitz <keiths@redhat.com>
7268 * varobj.c (varobj_set_value): Make sure that there were no
7269 errors evaluating the object before attempting to set its
7271 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
7272 so this offset adjustment is no longer necessary.
7273 (create_child): Don't set the error flag if the child is
7275 (value_of_child): If value_fetch_lazy fails, return NULL
7276 so that callers will be notified that an error occurred.
7277 (c_value_of_variable): Delay check of variable's validity
7278 until later. We actually want all structs and unions to have
7280 Do not return "???" for variables which could not be evaluated.
7281 This error condition must be returned to the caller so that it
7282 can get the error condition from gdb.
7283 (cplus_name_of_child): Adjust index for vptr before figuring
7284 out the name of the child.
7285 (cplus_value_of_child): If a child's (real) parent is not valid,
7286 don't even bother trying to give a value for it. Just return
7287 an error. Change all instances in this function.
7288 (cplus_type_of_child): If our parent is one of the "fake"
7289 parents, we need to get at the type of the real parent, and
7290 derive the child's true type using this information.
7292 2002-01-13 Andrew Cagney <ac131313@redhat.com>
7294 From 2002-01-09 John Marshall <johnm@falch.net>:
7295 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
7296 sources.redhat.com, and tweak some related URLs which had
7297 suffered from linkrot.
7299 2002-01-13 Andrew Cagney <ac131313@redhat.com>
7302 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
7303 structures passed in registers.
7305 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
7307 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
7308 white space which prevented compilation. Reported by DSK
7309 <dsk@student.unsw.edu.au>.
7311 2002-01-11 Michael Snyder <msnyder@redhat.com>
7313 * symfile.c (build_section_addr_info_from_section_tab):
7314 Use bfd access method instead of manipulating bfd directly.
7315 (syms_from_objfile): Ditto.
7316 (simple_overlay_update_1): Ditto.
7317 (simple_overlay_update): Ditto.
7318 (generic_load): Ditto.
7319 (overlay_unmapped_address): FIXME comment, bfd access methods.
7320 (sections_overlap): FIXME comment, bfd access methods.
7321 (pc_in_mapped_range): FIXME comment, bfd access methods.
7322 (pc_in_unmapped_range): FIXME comment, bfd access methods.
7323 (section_is_mapped): FIXME comment, bfd access methods.
7324 (section_is_overlay): FIXME comment, bfd access methods.
7326 * symfile.c (generic_load): Whitespace and long line cleanups.
7327 Remove duplicate variable, change several local variables to
7328 more appropriate data types.
7329 (print_transfer_performance): Use %lu instead of %ld for ulongs.
7331 2002-01-12 Andrew Cagney <ac131313@redhat.com>
7334 * language.c (longest_local_hex_string_custom): Use phex_nz to
7335 convert NUM to a hex string.
7337 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
7339 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
7341 Update Copyright year.
7343 2002-01-12 Andrew Cagney <ac131313@redhat.com>
7345 * language.c (longest_raw_hex_string): Delete unused function.
7347 2002-01-11 Petr Sorfa <petrs@caldera.com>
7349 * MAINTAINERS (write-after-approval): Add myself.
7350 * dwarf2read.c (read_tag_string_type): Handling of
7352 (read_tag_string_type): FORTRAN fix to prevent propagation of
7354 (set_cu_language): Handling of DW_LANG_Fortran95
7356 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
7358 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
7359 GETPID(inferior_ptid).
7360 (store_inferior_registers): Likewise.
7362 2002-01-10 Jason Merrill <jason@redhat.com>
7364 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
7367 2002-01-10 Andrew Cagney <ac131313@redhat.com>
7369 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
7370 and bfd/elf32-sh-nbsd.c.
7372 2002-01-10 Michael Snyder <msnyder@redhat.com>
7374 * NEWS: Mention --pid and corefile/proc-id behavior change.
7376 * Makefile.in: Add rules for gcore.o and linux-proc.o.
7377 * gcore.c: Include cli/cli-decode.h instead of command.h.
7379 * main.c (captured_main): Add new command line option "--pid".
7380 If the second command line argument (following the symbol-file)
7381 begins with a digit, try to attach to it before trying to open
7383 (print_gdb_help): Document the "--pid" argument.
7385 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
7387 * completer.c (command_completer): New function.
7389 * completer.h <command_completer>: Add prototype.
7391 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
7392 completer for the "help" command.
7394 2002-01-09 Jason Merrill <jason@redhat.com>
7396 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
7398 2002-01-09 Michael Snyder <msnyder@redhat.com>
7400 * i386-linux-nat.c (fill_fpxregset): Make global.
7401 (store_fpxregset): Ditto.
7403 * gregset.h (gdb_fpxregset_t): Define.
7404 (supply_fpxregset): Prototype.
7405 (fill_fpxregset): Prototype.
7407 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
7409 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
7411 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
7412 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
7413 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
7415 2002-01-09 Andrew Cagney <ac131313@redhat.com>
7417 * MAINTAINERS: Update target maintainer rules so that any
7418 Maintainer can approve a tested patch for a maintenance-only
7421 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
7423 * MAINTAINERS (write-after-approval): Add myself.
7425 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
7428 2002-01-08 Michael Snyder <msnyder@redhat.com>
7430 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
7431 real name of the executable, rather than the /proc name.
7433 2002-01-03 Michael Snyder <msnyder@redhat.com>
7435 Implement a "generate-core-file" command in gdb, save target state.
7436 * gcore.c: New file. Implement new command 'generate-core-file'.
7437 Save a corefile image of the current state of the inferior.
7438 * linux-proc.c: Add linux-specific code for saving corefiles.
7439 * target.h (struct target_ops): Add new target vectors for saving
7440 corefiles; to_find_memory_regions and to_make_corefile_notes.
7441 (target_find_memory_regions): New macro.
7442 (target_make_corefile_notes): New macro.
7443 * target.c (update_current_target): Inherit new target methods.
7444 (dummy_find_memory_regions): New place-holder method.
7445 (dummy_make_corefile_notes): New place-holder method.
7446 (init_dummy_target): Initialize new dummy target vectors.
7447 * exec.c (exec_set_find_memory_regions): New function.
7448 Allow the exec_ops vector for memory regions to be taken over.
7449 (exec_make_note_section): New function, target vector method.
7450 * defs.h (exec_set_find_memory_regions): Export prototype.
7451 * procfs.c (proc_find_memory_regions): New function, corefile method.
7452 (procfs_make_note_section): New function, corefile method.
7453 (init_procfs_ops): Set new target vector pointers.
7454 (find_memory_regions_callback): New function.
7455 (procfs_do_thread_registers): New function.
7456 (procfs_corefile_thread_callback): New function.
7457 * sol-thread.c (sol_find_memory_regions): New function.
7458 (sol_make_note_section): New function.
7459 (init_sol_thread_ops): Initialize new target vectors.
7460 * inftarg.c (inftarg_set_find_memory_regions): New function.
7461 Allow to_find_memory_regions vector to be taken over.
7462 (inftarg_set_make_corefile_notes): New function.
7463 Allow to_make_corefile_notes vector to be taken over.
7464 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
7465 interface layer if not target_has_execution (may be a corefile).
7466 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
7467 * config/sparc/sun4sol2.mh: Ditto.
7468 * config/alpha/alpha-linux.mh: Ditto.
7469 * config/arm/linux.mh: Ditto.
7470 * config/i386/x86-64linux.mh: Ditto.
7471 * config/ia64/linux.mh: Ditto.
7472 * config/m68k/linux.mh: Ditto.
7473 * config/mips/linux.mh: Ditto.
7474 * config/powerpc/linux.mh: Ditto.
7475 * config/sparc/linux.mh: Ditto.
7477 2002-01-07 Michael Snyder <msnyder@redhat.com>
7479 * arm-linux-nat.c: Remove references to regcache.c internal data
7480 (registers[] and register_valid[]).
7482 2002-01-07 Michael Snyder <msnyder@redhat.com>
7484 * linux-proc.c: New file. Implement child_pid_to_exec_file,
7485 so that attaching to a pid will automatically read the process's
7486 symbol file and shlibs.
7487 * Makefile.in: Add rule for linux-proc.o.
7488 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
7489 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
7490 * config/arm/linux.mh: Ditto.
7491 * config/i386/linux.mh: Ditto.
7492 * config/i386/x86-64linux.mh: Ditto.
7493 * config/ia64/linux.mh: Ditto.
7494 * config/m68k/linux.mh: Ditto.
7495 * config/mips/linux.mh: Ditto.
7496 * config/powerpc/linux.mh: Ditto.
7497 * config/sparc/linux.mh: Ditto.
7499 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
7501 * win32-nat.c: Add i386-tdep.h dependency.
7503 2002-01-07 Michael Snyder <msnyder@redhat.com>
7505 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
7506 instead of bfd_get_arch_size. Don't bail out just because
7507 there's no exec_bfd.
7509 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
7510 * p-valprint.c (pascal_object_print_value): Ditto.
7511 * somread.c (som_symtab_read): Ditto.
7512 * symfile.c (simple_free_overlay_region_table): Ditto.
7513 * valops.c (value_assign): Ditto.
7515 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
7516 use tilde_expand and strerror for opening save-tracepoints file.
7518 * thread-db.c (thread_db_new_objfile): Indendation fix.
7520 * infptrace.c (GDB_MAX_ALLOCA): New define.
7521 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
7522 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
7523 can be overridden with whatever value is appropriate to the host).
7524 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
7525 alloca to allocate potentially large buffer.
7526 * rs6000-nat.c (child_xfer_memory): Ditto.
7527 * symm-nat.c (child_xfer_memory): Ditto.
7528 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
7530 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
7532 From Nick Clifton <nickc@redhat.com>
7533 * d10v-tdep.c: Set STACK_START to 0x200bffe.
7535 2002-01-07 Michael Snyder <msnyder@redhat.com>
7537 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
7538 Don't use exec_bfd if it's NULL.
7540 2002-01-06 Mark Kettenis <kettenis@gnu.org>
7542 * valops.c (value_arg_coerce): Fix formatting.
7544 2002-01-06 Andrew Cagney <ac131313@redhat.com>
7546 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
7549 2002-01-06 Andrew Cagney <ac131313@redhat.com>
7551 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
7552 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
7553 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
7554 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
7555 z8k-coff have not been multi-arched. Update z8k-coff build
7558 2002-01-06 Andrew Cagney <ac131313@redhat.com>
7560 * MAINTAINERS: Mark a29k target as obsolete.
7561 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
7562 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
7564 * NEWS: Note that a29k targets are obsolete.
7565 * a29k-tdep.c: Mark as obsolete.
7566 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
7567 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
7568 a29k-*-vxworks* targets as obsolete.
7569 * remote-adapt.c: Obsolete.
7570 * remote-eb.c: Obsolete.
7571 * remote-mm.c: Obsolete.
7572 * remote-udi.c: Obsolete.
7573 * config/a29k/a29k-udi.mt: Obsolete.
7574 * config/a29k/a29k.mt: Obsolete.
7575 * config/a29k/tm-a29k.h: Obsolete.
7576 * config/a29k/tm-vx29k.h: Obsolete.
7577 * config/a29k/vx29k.mt: Obsolete.
7579 2002-01-05 Andrew Cagney <ac131313@redhat.com>
7581 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
7582 with BFD_ENDIAN_BIG.
7584 2002-01-05 Andrew Cagney <ac131313@redhat.com>
7586 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
7587 * configure, config.in: Re-generate.
7588 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
7589 * defs.h: Do not include <endian.h>.
7591 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
7593 * acconfig.h (HAVE_PT_GETXMMREGS): New.
7594 * config.in: Regenerate.
7595 * configure.in: Update copyright years.
7596 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
7597 * configure: Regenerate.
7598 * i386bsd-nat.c: Update copyright years.
7599 (fill_gregset): Use regcache_collect.
7600 (fetch_inferior_registers): Only fetch integer registers
7601 if requested to do so. Add support for XMM registers
7602 using PT_GETXMMREGS.
7603 (store_inferior_registers): Only store integer registers
7604 if requested to do so. Add support for XMM registers
7605 using PT_SETXMMREGS.
7606 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
7607 (store_inferior_registers): Remove.
7608 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
7609 (fetch_elfcore_registers): New function.
7610 (i386nbsd_elfcore_fns): New.
7611 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
7612 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
7614 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7615 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
7616 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
7617 * config/i386/tm-nbsd.h: Update copyright years.
7618 (HAVE_SSE_REGS): Define.
7619 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
7620 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
7621 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
7622 (SIGCONTEXT_PC_OFFSET): Remove.
7623 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
7625 2002-01-05 Andrew Cagney <ac131313@redhat.com>
7627 * configure.tgt: Remove powerpc-*-macos* target.
7628 * config/m68k/xm-mpw.h: Delete file.
7629 * config/xm-mpw.h: Delete file.
7630 * ser-mac.c: Delete file.
7631 * mpw-make.sed: Delete file.
7632 * mpw-config.in: Delete file.
7633 * mac-xdep.c: Delete file.
7634 * mac-gdb.r: Delete file.
7635 * mac-defs.h: Delete file.
7636 * mac-nat.c: Delete file.
7637 * config/powerpc/macos.mh: Delete file.
7638 * config/powerpc/macos.mt: Delete file.
7639 * config/powerpc/nm-macos.h: Delete file.
7640 * config/powerpc/tm-macos.h: Delete file.
7641 * source.c (openp, open_source_file): Remove obsolete code.
7642 * top.c (gdb_readline): Ditto.
7643 * utils.c (query): Ditto.
7644 * event-top.c (display_gdb_prompt): Ditto.
7645 * Makefile.in (ser-mac.o): Delete obsolete target.
7648 2002-01-04 Andrew Cagney <ac131313@redhat.com>
7650 * defs.h (BIG_ENDIAN): Delete macro definition.
7651 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
7652 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
7653 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
7654 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
7655 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
7656 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
7657 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
7658 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
7659 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
7660 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
7661 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
7662 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
7663 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
7664 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
7665 * gdbarch.c: Re-generate.
7667 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
7669 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
7672 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
7674 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
7676 2002-01-04 Andrew Cagney <ac131313@redhat.com>
7678 * value.h (value_ptr): Delete typedef.
7680 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
7682 * i386nbsd-nat.c: Update copyright years.
7683 Include i386-tdep.h.
7685 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
7687 * stabsread.c: Update copyright years.
7689 From Debashis Mahata <debashis.mahata@wipro.com>:
7690 (read_struct_fields): Deal with Sun C compiler erroneous stab
7691 output for structs and unions.
7694 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
7696 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
7699 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
7701 * cp-abi.c: Fix whitespace.
7702 (baseclass_offset): New wrapper function.
7703 * cp-abi.h (baseclass_offset): Add prototype.
7704 (struct cp_abi_ops): Add baseclass_offset pointer.
7706 * valops.c (vb_match): Move to...
7707 * gnu-v2-abi.c (vb_match): here.
7708 * valops.c (baseclass_offset): Move to...
7709 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
7711 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
7713 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
7714 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
7715 * hpacc-abi.c (init_hpacc_ops): Likewise.
7717 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
7719 * valops.c (find_overload_match): Accept obj as a
7720 reference parameter. Update it before returning.
7721 * value.h (find_overload_match): Update prototype.
7722 * eval.c (evaluate_subexp_standard): Pass object to
7723 find_overload_match by reference.
7725 2002-01-03 Andrew Cagney <ac131313@redhat.com>
7727 * valarith.c: Replace value_ptr with struct value pointer. Remove
7728 register attribute from value declarations.
7731 * scm-lang.c (scm_lookup_name): Ditto.
7733 2002-01-03 Michael Snyder <msnyder@redhat.com>
7735 Abstract the functionality of iterating over mapped memory
7736 regions into a general purpose iterator function.
7737 * procfs.c (iterate_over_mappings): New function, general purpose
7738 iterator for memory sections.
7739 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
7740 (solib_mappings_callback): New function, callback for above.
7741 (info_proc_mappings): Reimpliment using iterate_over_mappings.
7742 (info_mappings_callback): New function, callback for above.
7744 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
7746 2002-01-01 Mark Kettenis <kettenis@gnu.org>
7748 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
7749 * i386-tdep.c: Include "elf-bfd.h".
7750 (process_note_abi_tag_sections): New function.
7751 (i386_gdbarch_init): Add code to recognize various OS/ABI
7754 * maint.c (_initialize_maint_cmds): Add missing \ in
7757 For older changes see ChangeLog-2001
7763 version-control: never