2002-06-19 Daniel Jacobowitz <drow@mvista.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
2
3 * ada-lang.c (fill_in_ada_prototype): Update comment.
4
5 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
6
7 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
8 MIPS_ABI_LAST.
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
18 mips_abi_strings.
19
20 2002-06-19 Andrew Cagney <cagney@redhat.com>
21
22 * i386-linux-tdep.c (i386_linux_register_name): Make return type
23 constant.
24
25 2002-06-18 Joel Brobecker <brobecker@gnat.com>
26
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
33 in use in this frame.
34
35 2002-06-18 Don Howard <dhoward@redhat.com>
36
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.
40
41 2002-06-18 Andrew Cagney <ac131313@redhat.com>
42
43 * config/romp/xm-rtbsd.h: Delete file.
44 * config/romp/rtbsd.mh: Delete file.
45
46 2002-06-18 Keith Seitz <keiths@redhat.com>
47
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
53 notification.
54 (ignore_command): Only print a newline if the command came
55 from a tty.
56 Don't call breakpoints_changed, since this is now properly
57 handled by set_ignore_count.
58
59 2002-06-18 Andrew Cagney <cagney@redhat.com>
60
61 * MAINTAINERS: Note that cris-elf target can be compiled with
62 -Werror.
63 * cris-tdep.c (cris_register_name): Make return type constant.
64 (cris_breakpoint_from_pc): Ditto.
65
66 2002-06-18 Michal Ludvig <mludvig@suse.cz>
67
68 * frame.h (struct frame_info): Change type of context to
69 'struct context'.
70
71 2002-06-17 Andrew Cagney <cagney@redhat.com>
72
73 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
74 pointer.
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.
109
110 2002-06-17 Grace Sainsbury <graces@redhat.com>
111
112 * m68k-tdep.c: Reindented.
113
114 2002-06-17 Andrew Cagney <ac131313@redhat.com>
115
116 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
117 list of predefined types.
118
119 2002-06-16 Mark Kettenis <kettenis@gnu.org>
120
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):
126 Remove prototypes.
127 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
128 macros mentioned above.
129
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.
139
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.
147
148 2002-06-15 Andrew Cagney <ac131313@redhat.com>
149
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.
173
174 2002-06-15 Mark Kettenis <kettenis@gnu.org>
175
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.
186
187 2002-06-15 Andrew Cagney <ac131313@redhat.com>
188
189 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
190 add_set_boolean_cmd.
191 (add_setshow_cmd): New function.
192 * command.h (add_setshow_boolean_cmd): Replace
193 add_set_boolean_cmd.
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'.
201
202 2002-06-15 Mark Kettenis <kettenis@gnu.org>
203
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
210 above.
211
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.
219
220 2002-06-15 Andrew Cagney <ac131313@redhat.com>
221
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.
227
228 2002-06-15 Mark Kettenis <kettenis@gnu.org>
229
230 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
231 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
232
233 2002-06-15 Andrew Cagney <ac131313@redhat.com>
234
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.
243 (packet_ok): Update.
244 (add_packet_config_cmd): Update.
245 (_initialize_remote):
246 * command.h: Update.
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.
251
252 2002-06-15 Mark Kettenis <kettenis@gnu.org>
253
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.
260
261 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
262 list of DJGPP COFF targets.
263
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.
277
278 2002-06-15 Mark Kettenis <kettenis@gnu.org>
279
280 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
281 comments.
282 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
283 Remove prototypes.
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
290 available.
291
292 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
293 gnu_store_registers): Replace usage of NUM_GREGS with
294 I386_NUM_GREGS.
295
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.
299
300 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
301
302 * i386bsd-nat.c: Include "i386-tdep.h".
303 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
304 I386_NUM_GREGS.
305
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.
309
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
315 MAX_NUM_REGS.
316
317 2002-06-15 Mark Kettenis <kettenis@gnu.org>
318
319 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
320 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
321
322 2002-06-14 Andrew Cagney <cagney@redhat.com>
323
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.
329
330 * values.c (value_being_returned): Handle
331 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
332 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
333
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.
351
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.
375
376 2002-06-14 Andrew Cagney <cagney@redhat.com>
377
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".
383
384 2002-06-14 Mark Kettenis <kettenis@gnu.org>
385
386 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
387 Already covered by the default.
388
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
392 bit.
393
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.
396 Move these to ...
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.
403
404 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
405 * config/i386/tm-i386nw.h: Removed.
406
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):
429 Remove prototype.
430 (USE_STRUCT_CONVENTION): Remove prototype.
431 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
432 declaration.
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):
437 Remove variables.
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
450 functions.
451 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
452 functions.
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
458 function.
459
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
464 defines.
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
479 "i386-linux-tdep.h".
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):
483 Make static.
484 (i386_linux_init_abi): New function.
485 (_initialize_i386_linux_tdep): New function.
486
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):
525 New prototypes.
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):
535 Removed.
536 (i386_get_longjmp_target): New function.
537 (default_struct_convention, pcc_struct_convention,
538 reg_struct_convention, valid_conventions, struct_convention): New
539 variables.
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):
547 Removed.
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
553 functions.
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
558 number of calls.
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.
562
563 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
564
565 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
566 (struct main_type): Remove arg_types member. Update comments for
567 struct field.
568 (TYPE_ARG_TYPES): Remove.
569 (TYPE_FN_FIELD_ARGS): Update.
570 (smash_to_method_type): Update prototype.
571
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
584 void as an argument.
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.
598
599 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
600
601 * NEWS: Mention multithreaded debug support for gdbserver.
602
603 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
604
605 * MAINTAINERS: Mention NEWS.
606
607 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
608
609 * gdbserver/regcache.c: Add comment.
610
611 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
612
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
616 is present.
617
618 2002-06-12 Andrew Cagney <ac131313@redhat.com>
619
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.
623
624 2002-06-12 Andrew Cagney <ac131313@redhat.com>
625
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.
632
633 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
634
635 * MAINTAINERS: Add self.
636
637 2002-06-11 Jim Blandy <jimb@redhat.com>
638
639 * source.c (source_info): Mention whether the symtab has
640 information about preprocessor macros.
641
642 Call the command `info macro', not `show macro'.
643 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
644 Fix error message.
645 (_initialize_macrocmd): Register `info_macro_command' in
646 `infolist', not `showlist'.
647
648 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
649
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
655 unconditionally.
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.
665
666 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
667
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,
685 PowerPC, and SuperH.
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.
735 Fix recursive case.
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
744 flag.
745 (get_regcache): Fetch registers lazily. Add fetch argument
746 and update all callers.
747 (regcache_invalidate_one, regcache_invalidate): New
748 functions.
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
753 with fetch flag set.
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
760 stderr.
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
767 and general_thread.
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
775 calls to mywait.
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.
784
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.
794
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
816 identifier.
817
818 2002-06-11 Michal Ludvig <mludvig@suse.cz>
819
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').
826
827 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
828
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.
837
838 2002-06-11 Michal Ludvig <mludvig@suse.cz>
839
840 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
841 without debug information too.
842
843 2002-06-10 Andrew Cagney <ac131313@redhat.com>
844
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.
852
853 2002-06-10 Andrew Cagney <ac131313@redhat.com>
854
855 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
856 the front of the initialize list.
857
858 2002-06-10 Andrew Cagney <ac131313@redhat.com>
859
860 * infrun.c (struct inferior_status): Replace fields
861 selected_frame_address and selected_level with field
862 selected_frame_id.
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.
867
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
873 get_current_frame.
874 (watchpoint_check): Use frame_find_by_id.
875
876 * frame.h (record_selected_frame): Delete declaration.
877 * stack.c (record_selected_frame): Delete function.
878
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.
884
885 2002-06-10 Andrey Volkov <avolkov@transas.com>
886
887 * ser-e7kpc.c: Fix duplicated define and call of
888 _initialize_ser_e7000pc
889
890 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
891
892 * signals/signals.c (target_signal_from_host): Fix #ifdef
893 SIGRTMIN case.
894 (do_target_signal_to_host): Likewise.
895
896 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
897
898 * mips-tdep.c (mips_find_abi_section): New function.
899 (mips_gdbarch_init): Call it.
900
901 2002-06-09 Mark Kettenis <kettenis@gnu.org>
902
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.
906
907 2002-06-09 Mark Kettenis <kettenis@gnu.org>
908
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
911 register cache.
912 (fill_gregset): Don't fetch it under the same circumstances.
913
914 2002-06-09 Andrew Cagney <cagney@redhat.com>
915
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".
922
923 2002-06-09 Mark Kettenis <kettenis@gnu.org>
924
925 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
926 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
927
928 2002-06-08 Andrew Cagney <ac131313@redhat.com>
929
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.
938
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
942 * somsolib.c: Ditto.
943
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.
947
948 2002-06-08 Andrew Cagney <ac131313@redhat.com>
949
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.
955
956 2002-06-08 Andrew Cagney <ac131313@redhat.com>
957
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.
964 Fix PR gdb/360.
965
966 2002-06-08 Andrew Cagney <ac131313@redhat.com>
967
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.
976
977 2002-06-07 Michal Ludvig <mludvig@suse.cz>
978
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.
988
989 2002-06-06 Michael Snyder <msnyder@redhat.com>
990
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.
996
997 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
998
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
1004 correct space.
1005
1006 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
1007
1008 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
1009 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
1010
1011 2002-06-02 Andrew Cagney <ac131313@redhat.com>
1012
1013 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
1014 includes.
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.
1054
1055 2002-05-04 Aidan Skinner <aidan@velvet.net>
1056
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
1066
1067 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
1068
1069 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
1070 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
1071
1072 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
1073
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.
1078
1079 2002-06-02 Andrew Cagney <ac131313@redhat.com>
1080
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.
1084
1085 2002-06-01 Andrew Cagney <ac131313@redhat.com>
1086
1087 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
1088 any maintainer.
1089
1090 2002-06-01 Andrew Cagney <ac131313@redhat.com>
1091
1092 * gdbarch.h: Regenerate.
1093
1094 2002-06-01 Andrew Cagney <ac131313@redhat.com>
1095
1096 * MAINTAINERS: Add everyone to write-after-approval list.
1097
1098 2002-06-01 Andrew Cagney <ac131313@redhat.com>
1099
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.
1102
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.
1108
1109 * frame.c (frame_register_unwind): New function.
1110 (generic_unwind_get_saved_register): New function.
1111
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.
1117
1118 2002-05-30 Andrew Cagney <ac131313@redhat.com>
1119
1120 * a29k-share/: Delete directory.
1121 * remote-vx29k.c: Delete file.
1122
1123 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
1124
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.
1127
1128 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
1129
1130 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
1131 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
1132 (sparc64nbsd-nat.o)
1133 (sparcnbsd-nat.o)
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.
1149 (HOST_IPC): Remove.
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.
1153 (HOST_IPC): Remove.
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.
1162
1163 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
1164
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.
1171
1172 2002-05-30 Kevin Buettner <kevinb@redhat.com>
1173
1174 * corefile.c (do_captured_read_memory_integer): Return non-zero
1175 result.
1176 (safe_read_memory_integer): Copy result of memory read when
1177 status is non-zero. Also, add comments.
1178
1179 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
1180
1181 * Makefile.in (ppc_tdep_h): Define.
1182 (ppc-linux-nat.o)
1183 (ppc-linux-tdep.o)
1184 (rs6000-tdep.o): Use $(ppc_tdep_h).
1185 (ppc-sysv-tdep.o)
1186 (ppcnbsd-nat.o)
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.
1211
1212 2002-05-29 Jim Blandy <jimb@redhat.com>
1213
1214 * macroscope.c (default_macro_scope): Put `void' in empty argument
1215 list.
1216
1217 2002-05-29 Andrew Cagney <ac131313@redhat.com>
1218
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
1224 here.
1225 * arch-utils.h (legacy_register_sim_regno): To here.
1226 * remote-sim.c (legacy_register_sim_regno): Move function from
1227 here.
1228 * arch-utils.c (legacy_register_sim_regno): To here.
1229
1230 2002-05-28 Andrew Cagney <ac131313@redhat.com>
1231
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.
1249
1250 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
1251
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.
1259
1260 2002-05-28 Andrew Cagney <ac131313@redhat.com>
1261
1262 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
1263 `tr' and `sed'. Mention that `broken' targets are not expected to
1264 build.
1265
1266 2002-05-27 Michal Ludvig <mludvig@suse.cz>
1267
1268 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
1269 Let PC point right after the prologue before looking up symbols.
1270
1271 2002-05-27 Martin M. Hunt <hunt@redhat.com>
1272
1273 * i386-tdep.c (i386_register_virtual_type): Return
1274 builtin_type_vec128i for SSE registers.
1275
1276 * gdbtypes.h (builtin_type_vec128i): Declare.
1277
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.
1283
1284 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1285
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.
1291
1292 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1293
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
1297 private namespace.
1298 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
1299 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
1300 functions.
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.
1310
1311 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1312
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
1316 functions.
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.
1324
1325 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1326
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.
1335
1336 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1337
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.
1354
1355 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1356
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
1360 functions.
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.
1369
1370 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1371
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.
1379
1380 2002-05-24 Jim Blandy <jimb@redhat.com>
1381
1382 * dwarf2read.c (free_line_header): Use xfree, not free.
1383
1384 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
1385
1386 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
1387 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
1388
1389 2002-05-23 Andrew Cagney <ac131313@redhat.com>
1390
1391 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
1392
1393 2002-05-23 Andrew Cagney <ac131313@redhat.com>
1394
1395 From Ross Alexander at NEC Europe:
1396 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
1397
1398 2002-05-23 Michael Snyder <msnyder@redhat.com>
1399
1400 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
1401 for input, rather than parse_and_eval_address.
1402
1403 2002-05-23 Andrew Cagney <ac131313@redhat.com>
1404
1405 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
1406 * Makefile.in (sim_d10v_h): Update definition.
1407
1408 2002-05-24 Andrew Cagney <cagney@redhat.com>
1409
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.
1414
1415 2002-05-23 Jim Blandy <jimb@redhat.com>
1416
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.
1422
1423 2002-05-22 Michael Snyder <msnyder@redhat.com>
1424
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).
1433
1434 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
1435
1436 * MAINTAINERS: Remove status `OBSOLETE' from v850.
1437
1438 2002-05-22 Michal Ludvig <mludvig@suse.cz>
1439
1440 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
1441 fde->cie_ptr.
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
1446 CORE_ADDR.
1447
1448 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
1449
1450 * config/alpha/tm-nbsd.h: Include solib.h.
1451
1452 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
1453
1454 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
1455 assumptions about the host's byte order.
1456
1457 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
1458
1459 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
1460 to dependency list.
1461 * alphanbsd-tdep.c: Include solib-svr4.h.
1462 * shnbsd-tdep.c: Ditto.
1463
1464 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
1465
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
1485 nbsd-tdep.o.
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.
1532
1533 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
1534
1535 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
1536 mipsnbsd-tdep.c
1537 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
1538
1539 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
1540
1541 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
1542 shnbsd-nat.c.
1543 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
1544
1545 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
1546
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.
1557
1558 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
1559
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.
1566
1567 * Makefile.in (alpha_tdep_h): Define and use instead of
1568 alpha-tdep.h.
1569 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
1570 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
1571 Remove.
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.
1581
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.
1589
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.
1602 (arm_abi): Remove.
1603 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
1604 osabi member.
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.
1608
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
1612 OS ABI framework.
1613
1614 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
1615
1616 * h8300-tdep.c: Fix formatting.
1617
1618 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
1619
1620 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
1621 printing vector registers.
1622
1623 2002-05-19 Andrew Cagney <ac131313@redhat.com>
1624
1625 From Fernando Nasser:
1626 * remote.c (remote_async_open_1): Re-throw the exception when the
1627 connection fails.
1628 (remote_cisco_open): Ditto.
1629 (remote_open_1): Ditto.
1630
1631 2002-05-19 Andrew Cagney <ac131313@redhat.com>
1632
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.
1639
1640 2002-05-19 Andrew Cagney <ac131313@redhat.com>
1641
1642 * remote.c (remote_start_remote): Replace PTR with void pointer.
1643 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
1644 static.
1645
1646 2002-05-18 Andrew Cagney <ac131313@redhat.com>
1647
1648 * gdb_indent.sh: Allow the script to be run in the sim directory.
1649
1650 2002-05-18 Mark Kettenis <kettenis@gnu.org>
1651
1652 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
1653 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
1654
1655 * corelow.c (core_open): Only call set_gdbarch_from_file if
1656 exec_bfd is NULL.
1657
1658 2002-05-17 Andrey Volkov <avolkov@transas.com>
1659
1660 * h8300-tdep.c: Add support of EXR register
1661 * config/h8300/tm-h8300.h: Ditto.
1662
1663 2002-05-17 Andrey Volkov <avolkov@transas.com>
1664
1665 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
1666
1667 2002-05-17 Andrey Volkov <avolkov@transas.com>
1668
1669 * h8300-tdep.c: Change literal regnums to REGNO.
1670
1671 2002-05-17 Jim Blandy <jimb@redhat.com>
1672
1673 * NEWS: Note addition of macro support.
1674
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
1692 variables.
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.
1700
1701 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
1702
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.
1706
1707 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
1708
1709 * NEWS: Add section for multi-arched targets. Add v850 to that section.
1710
1711 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
1712
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.
1720
1721 2002-05-16 Michael Snyder <msnyder@redhat.com>
1722
1723 * arm-tdep.c: Spelling fix in comment.
1724
1725 2002-05-16 Jim Blandy <jimb@redhat.com>
1726
1727 Add commands for manually expanding macros and showing their
1728 definitions.
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.
1735
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
1740 dwarf_macinfo_size.
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.
1755
1756 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
1757
1758 Fix PR gdb/546
1759 * ser-tcp.c: Don't include <netinet/udp.h>.
1760
1761 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
1762
1763 * MAINTAINERS: Update my email address.
1764
1765 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
1766
1767 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
1768 include file of the same name.
1769
1770 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
1771
1772 * configure.tgt: Mark v850 as multi-arched.
1773 * config/v850/tm-v850.h: Remove file.
1774 * config/v850/v850.mt: Eliminate TM_FILE.
1775
1776 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
1777
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.
1781
1782 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
1783
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
1793 to rules.
1794 (exp '[' rule): insert implicit array index field if
1795 exp is a pascal string type.
1796
1797 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
1798
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.
1810
1811 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
1812
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.
1819
1820 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
1821
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.
1825
1826 2002-05-15 Daniel Jacobowitz <drow@mvista.com>
1827
1828 From Martin Pool <mbp@samba.org>:
1829 * gdbserver/server.c (gdbserver_usage): New function.
1830 (main): Call it.
1831
1832 2002-05-15 Jim Blandy <jimb@redhat.com>
1833
1834 Add macro structures to GDB's symbol tables. Nobody puts anything
1835 in them yet.
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
1844 debug info.
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
1856 macro bcache.
1857 * Makefile.in: Note that buildsym.o depends on macrotab.h.
1858
1859 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
1860
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.
1864
1865 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
1866
1867 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
1868 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
1869
1870 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
1871
1872 * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
1873 stop_at -> stop_pc.
1874
1875 2002-05-14 Andrew Cagney <ac131313@redhat.com>
1876
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.
1881
1882 2002-05-15 Andrew Cagney <cagney@redhat.com>
1883
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.
1888
1889 2002-05-14 Jim Blandy <jimb@redhat.com>
1890
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.
1894
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.
1898
1899 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
1900 although it's not necessary, to avoid a warning.
1901
1902 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
1903
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.
1914 Set TYPE_CHAIN.
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.
1930
1931 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
1932
1933 * configure.tgt: Add a catch all sh* target, for cases like
1934 sh[2,3,4]-elf and sh-hms.
1935
1936 2002-05-14 Keith Seitz <keiths@redhat.com>
1937
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
1940 monitoring.
1941
1942 2002-05-14 Michal Ludvig <mludvig@suse.cz>
1943
1944 * dwarf2cfi.c (context_cpy): Copy registers correctly.
1945 (update_context): Use __func__ in warnings.
1946
1947 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
1948
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
1953 sockets.
1954 * remote.c (remote_serial_open): New function. Warn about UDP.
1955 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
1956
1957 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
1958
1959 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
1960
1961 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
1962
1963 * configure.tgt: Remove sh-hms target.
1964 * MAINTAINERS: Don't list sh-hms as a separate target.
1965
1966 2002-05-13 Jim Blandy <jimb@redhat.com>
1967
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.
1975
1976 2002-05-13 Andrew Cagney <ac131313@redhat.com>
1977
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
1986 NNPC_REGNUM.
1987 * gdbarch.sh (NNPC_REGNUM): Delete.
1988 * gdbarch.h, gdbarch.c: Regenerate.
1989
1990 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
1991
1992 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
1993 builtin reg number.
1994
1995 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
1996
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
2000 access macros.
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.
2019
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.
2025
2026 2002-05-12 Mark Kettenis <kettenis@gnu.org>
2027
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.
2031
2032 2002-05-12 Fred Fish <fnf@redhat.com>
2033
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.
2037
2038 2002-05-12 Mark Kettenis <kettenis@gnu.org>
2039
2040 * configure.tgt (sparc-*openbsd): Remove entry accidentially
2041 checked in with last change.
2042
2043 2002-05-12 Mark Kettenis <kettenis@gnu.org>
2044
2045 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
2046 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
2047 config.sub.
2048
2049 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
2050
2051 * Makefile.in: Update dependencies.
2052
2053 2002-05-11 Andrew Cagney <ac131313@redhat.com>
2054
2055 * language.c (local_hex_string_custom): Simplify. Do not depend
2056 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
2057
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.
2064
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.
2074
2075 * solib.c: Update copyright.
2076 * memattr.c: Update copyright.
2077
2078 2002-05-11 Andrew Cagney <ac131313@redhat.com>
2079
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.
2086
2087 * gdbarch.sh (REGISTER_TO_VALUE): Define.
2088 (VALUE_TO_REGISTER): Define.
2089 (CONVERT_REGISTER_P): Define.
2090 * gdbarch.h, gdbarch.c: Regenerate.
2091
2092 * valops.c (value_assign): Use CONVERT_REGISTER_P and
2093 VALUE_TO_REGISTER.
2094 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
2095 CONVERT_REGISTER_P.
2096
2097 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
2098 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2099
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.
2112
2113 2002-05-11 Andrew Cagney <ac131313@redhat.com>
2114
2115 * arch-utils.h (generic_register_size): Declare.
2116 (generic_register_raw_size, generic_register_virtual_size): Delete
2117 declarations.
2118 * arch-utils.c (generic_register_raw_size): Delete.
2119 (generic_register_size): New function.
2120 (generic_register_virtual_size): Delete.
2121
2122 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
2123 default generic_register_size.
2124 * gdbarch.h, gdbarch.c: Re-generate.
2125
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.
2130
2131 2002-05-11 Andrew Cagney <ac131313@redhat.com>
2132
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.
2142
2143 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
2144
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.
2149
2150 2002-05-11 Andrew Cagney <ac131313@redhat.com>
2151
2152 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
2153 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
2154 $(gdb_regex_h).
2155 (gdb_assert_h): Define.
2156 (gdb_wait_h): Define.
2157 (gdb_regex_h): Define.
2158
2159 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
2160
2161 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
2162 * linespec.c (find_methods): Handle GCC 3.x template constructors.
2163
2164 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2165
2166 * nbsd-tdep.c: Fix comment.
2167
2168 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2169
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
2174 nbsd-tdep.h.
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
2180 nbsd-tdep.h.
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.
2185
2186 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2187
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.
2194
2195 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2196
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.
2204
2205 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2206
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.
2222
2223 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2224
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.
2248
2249 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2250
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.
2276
2277 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2278
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.
2286
2287 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2288
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.
2310
2311 2002-05-11 Eric Christopher <echristo@redhat.com>
2312
2313 * mips-tdep.c (mips_double_register_type): Fix thinko.
2314 (mips_single_register_type): Ditto.
2315 * MAINTAINERS: Add self.
2316
2317 2002-05-11 Mark Kettenis <kettenis@gnu.org>
2318
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
2322 integer sizes.
2323
2324 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
2325
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.
2330
2331 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
2332
2333 * sh-tdep.c: Clean up code erroneously reintroduced by previous
2334 big patch.
2335
2336 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
2337
2338 * sh-tdep.c: Include correct file.
2339
2340 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
2341
2342 New support for sh64-elf (sh5) target.
2343
2344 * configure.tgt: For sh64-elf target, default to sh-elf.
2345
2346 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
2347 (struct gdbarch_tdep): Add new fields for new registers and ABI
2348 info.
2349
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.
2383
2384 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
2385
2386 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
2387
2388 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
2389
2390 * linespec.c (decode_line_1): Check for a double quote after
2391 a filename correctly.
2392
2393 2002-05-10 Jim Blandy <jimb@redhat.com>
2394
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
2401 symbol table.
2402
2403 2002-05-10 Petr Sorfa <petrs@caldera.com>
2404
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.
2408
2409 2002-05-10 Kevin Buettner <kevinb@redhat.com>
2410
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.
2414
2415 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
2416
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.
2420
2421 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
2422
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.
2427
2428 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
2429
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.
2433
2434 2002-05-09 Michael Snyder <msnyder@redhat.com>
2435
2436 * remote-rdp.c (remote_rdp_can_run): Remove.
2437
2438 2002-05-09 Tom Tromey <tromey@redhat.com>
2439
2440 * jv-valprint.c (java_val_print): Handle `char' as a special case
2441 of TYPE_CODE_INT.
2442
2443 2002-05-09 Michael Snyder <msnyder@redhat.com>
2444
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.
2451
2452 2002-05-06 Michael Snyder <msnyder@redhat.com>
2453
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.
2457
2458 2002-05-09 Mark Kettenis <kettenis@gnu.org>
2459
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.
2471
2472 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
2473
2474 * gregset.h: Say "GNU/Linux".
2475
2476 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
2477
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.
2481
2482 2002-05-08 Andrew Cagney <ac131313@redhat.com>
2483
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.
2490
2491 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
2492
2493 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
2494 alphanbsd-tdep.c.
2495
2496 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
2497
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.
2506
2507 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
2508
2509 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
2510 concatenation for command help messages.
2511
2512 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
2513
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.
2526
2527 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
2528
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.
2538
2539 2002-05-07 Andrew Cagney <ac131313@redhat.com>
2540
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.
2557
2558 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
2559
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.
2563
2564 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
2565
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.
2573
2574 2002-05-07 Michal Ludvig <mludvig@suse.cz>
2575
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.
2580
2581 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
2582
2583 * solib.h: Protect against multiple inclusion.
2584
2585 2002-05-06 Jim Blandy <jimb@redhat.com>
2586
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.
2594
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.
2618
2619 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
2620
2621 * gdbtypes.c (init_vector_type): New function.
2622 (build_builtin_type_vec128): Simplify the representation of SIMD
2623 registers.
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.
2630
2631 2002-05-06 Mark Kettenis <kettenis@gnu.org>
2632
2633 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
2634 (i387_fill_fxsave): Likewise.
2635
2636 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
2637
2638 * alpha-tdep.c (alpha_extract_return_value): Don't use
2639 non-constant array size in prototype.
2640
2641 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2642
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
2646 wide.
2647
2648 * ui-out.c (ui_out_field_core_addr): Update comment.
2649
2650 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2651
2652 * stack.c (select_and_print_frame): Make static. Delete the
2653 parameter `level'.
2654 (func_command): Update call.
2655 (select_frame_command): Delete code computing the frame level.
2656 * frame.h (select_and_print_frame): Delete declaration.
2657
2658 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2659
2660 * sparc-tdep.c (sparc_get_saved_register): Comment why
2661 get_prev_frame call is safe.
2662
2663 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2664
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.
2697
2698 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2699
2700 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
2701 maintainer.
2702
2703 2002-05-04 Jim Blandy <jimb@redhat.com>
2704
2705 * gdbtypes.c (replace_type): Doc fix.
2706
2707 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2708
2709 * valprint.c (strcat_longest): Delete commented out function.
2710 Update copyright.
2711
2712 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2713
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.
2746
2747 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2748
2749 * target.c (debug_print_register): New function. Handle oversize
2750 registers.
2751 (debug_to_fetch_registers): Call.
2752 (debug_to_store_registers): Call.
2753
2754 2002-05-03 Jim Blandy <jimb@redhat.com>
2755
2756 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
2757 (read_type): Doc fix.
2758 * gdbtypes.c (replace_type): Doc fix.
2759
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.
2771
2772 2002-05-03 Andrew Cagney <ac131313@redhat.com>
2773
2774 * gdbarch.sh: Assert that gdbarch is non-NULL.
2775 * gdbarch.c: Regenerate.
2776
2777 2002-05-03 Jason Merrill <jason@redhat.com>
2778
2779 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
2780 and return NULL.
2781
2782 2002-05-03 Michal Ludvig <mludvig@suse.cz>
2783
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.
2791
2792 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
2793
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.
2799
2800 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
2801
2802 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
2803 we are dealing with vectors.
2804
2805 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
2806
2807 * config/m68k/tm-nbsd.h: Obvious fix,
2808 correct machine name.
2809
2810 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
2811
2812 * p-typeprint.c (pascal_type_print_base): Add support
2813 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
2814
2815 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
2816
2817 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
2818 for fondamental pascal 'char' type.
2819
2820 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
2821
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.
2831
2832 2002-05-02 Andrew Cagney <cagney@redhat.com>
2833
2834 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
2835 <cagney@redhat.com> change.
2836 * gdbarch.c: Regenerate.
2837
2838 2002-05-02 Andrew Cagney <cagney@redhat.com>
2839
2840 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
2841 before probing for a new one. Detect errorenous gdbarch_init
2842 functions.
2843 * gdbarch.c: Regenerate.
2844
2845 2002-05-01 Andrew Cagney <cagney@redhat.com>
2846
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.
2850
2851 2002-04-30 Andrew Cagney <ac131313@redhat.com>
2852
2853 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
2854 current_gdbarch.
2855
2856 2002-04-30 Michael Snyder <msnyder@redhat.com>
2857
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.
2861
2862 2002-04-30 Kevin Buettner <kevinb@redhat.com>
2863
2864 * rs6000-tdep.c: Added comment describing how fpscr register
2865 numbers were chosen.
2866
2867 2002-04-30 Michael Snyder <msnyder@redhat.com>
2868
2869 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
2870
2871 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
2872
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.
2876
2877 2002-04-29 Kevin Buettner <kevinb@redhat.com>
2878
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.
2885
2886 2002-04-29 Andrew Cagney <ac131313@redhat.com>
2887
2888 GDB 5.2 released from 5.2 branch.
2889
2890 2002-04-29 Michal Ludvig <mludvig@suse.cz>
2891
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.
2895
2896 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
2897
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):
2903 New function.
2904 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
2905 vectors.
2906 (ppc_sysv_abi_push_arguments): Handle vector parameters.
2907 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
2908
2909 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
2910
2911 * hpread.c (hpread_psymtab_to_symtab_1,
2912 hpread_psymtab_to_symtab): Replace fprintf (stderr,...)
2913 with fprintf_unfiltered (gdb_stderr,...).
2914
2915 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
2916
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.
2924
2925 2002-04-28 Andreas Schwab <schwab@suse.de>
2926
2927 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
2928 linux-proc.o and gcore.o.
2929
2930 2002-04-26 Michal Ludvig <mludvig@suse.cz>
2931
2932 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
2933 code without frame pointers.
2934
2935 2002-04-26 Andrew Cagney <ac131313@redhat.com>
2936
2937 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
2938 ON_STACK is needed.
2939
2940 2002-04-26 Ben Elliston <bje@redhat.com>
2941
2942 * target.c (do_xfer_memory): Correct reference to the new option
2943 "trust-readonly-sections".
2944
2945 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
2946
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
2950 vectors.
2951 (read_array_type): Record the fact that this array type is really a
2952 vector (i.e. are passed in by value).
2953
2954 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
2955
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.
2970
2971 2002-04-26 Andrew Cagney <ac131313@redhat.com>
2972
2973 * stack.c (selected_frame_level):
2974 (select_frame): Do not set selected_frame_level.
2975 * frame.h (selected_frame_level): Delete declaration.
2976
2977 2002-04-26 Andrew Cagney <ac131313@redhat.com>
2978
2979 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
2980 convert_from_func_ptr-addr when AIX / PowerOpen.
2981
2982 2002-04-25 Andrew Cagney <ac131313@redhat.com>
2983
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
2988 call_hi.
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.
2994
2995 2002-04-24 David S. Miller <davem@redhat.com>
2996
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
3004 second argument.
3005 (SKIP_PROLOGUE): Likewise.
3006
3007 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
3008
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.
3015
3016 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
3017
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.
3026 (JB_PC): 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.
3034
3035 2002-04-25 Andrew Cagney <ac131313@redhat.com>
3036
3037 * README: Update to GDB 5.2.
3038
3039 2002-04-25 Andrew Cagney <ac131313@redhat.com>
3040
3041 * gdbarch.sh (LC_ALL): Set to `c'.
3042
3043 2002-04-25 Theodore A. Roth <troth@verinet.com>
3044
3045 * avr-tdep.c: Ran through gdb_indent.sh.
3046
3047 2002-04-25 Theodore A. Roth <troth@verinet.com>
3048
3049 * MAINTAINERS: Add myself as AVR maintainer.
3050 * NEWS: Note new target avr.
3051
3052 2002-04-25 Theodore A. Roth <troth@verinet.com>
3053
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.
3058
3059 2002-04-25 Theodore A. Roth <troth@verinet.com>
3060
3061 * MAINTAINERS: Add myself to write-after-approval.
3062
3063 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
3064
3065 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
3066 with fprintf_unfiltered (gdb_stderr,....
3067
3068 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
3069
3070 Fix PR gdb/508.
3071 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
3072
3073 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
3074
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.
3078
3079 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
3080
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
3084 to 0.
3085 * config/alpha/tm-alpha.h: Remove forward decls of struct type
3086 and struct value.
3087 (FUNCTION_START_OFFSET): Remove.
3088 (BREAKPOINT): Ditto.
3089
3090 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
3091
3092 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
3093 * NEWS: Ditto.
3094
3095 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
3096
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.
3112
3113 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
3114
3115 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
3116
3117 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
3118
3119 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
3120 alphanbsd-tdep.c.
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.
3132
3133 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
3134
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
3144 alpha-osf1-dep.c.
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.
3173
3174 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
3175
3176 * NEWS: Note that Alpha targets are now multi-arch.
3177
3178 2002-04-24 Michael Snyder <msnyder@redhat.com>
3179
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.
3185
3186 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
3187
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.
3193
3194 2002-04-24 Roland McGrath <roland@frob.com>
3195
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.
3199
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.
3203
3204 2002-04-24 Michael Snyder <msnyder@redhat.com>
3205
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].
3212
3213 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
3214
3215 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
3216 NUM_PSEUDO_REGS can be used.
3217
3218 2002-04-24 Andrew Cagney <ac131313@redhat.com>
3219
3220 * arch-utils.h: Update copyright.
3221
3222 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
3223 * gdbarch.h, gdbarch.c: Re-generate.
3224
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.
3228
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.
3243
3244 2002-04-24 Michal Ludvig <mludvig@suse.cz>
3245
3246 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
3247 (regsets_store_inferior_registers): Removed cast to int from
3248 ptrace() calls.
3249 * gdbserver/regcache.h: Added declaration of struct inferior_info.
3250
3251 2002-04-24 David S. Miller <davem@redhat.com>
3252
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.
3257
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.
3261
3262 2002-04-20 David S. Miller <davem@redhat.com>
3263
3264 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
3265 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
3266
3267 2002-04-21 David S. Miller <davem@redhat.com>
3268
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.
3272
3273 2002-04-23 J. Brobecker <brobecker@gnat.com>
3274
3275 * source.c (is_regular_file): New function.
3276 (openp): Check wether file to open is a regular file
3277 to avoid opening directories.
3278
3279 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3280
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.
3288
3289 2002-04-22 H.J. Lu (hjl@gnu.org)
3290
3291 * c-exp.y (typebase): Support
3292
3293 [long|long long|short] [signed|unsigned] [int|]
3294
3295 and
3296
3297 signed [long|long long|short] int
3298
3299 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3300
3301 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
3302 and vax-tdep.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.
3311
3312 2002-04-22 Michael Snyder <msnyder@redhat.com>
3313
3314 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
3315 Some whitespace and coding standards tweaks.
3316
3317 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3318
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.
3330
3331 2002-04-18 Michael Snyder <msnyder@redhat.com>
3332
3333 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
3334
3335 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3336
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.
3345
3346 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3347
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.
3357
3358 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3359
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.
3371
3372 2002-04-22 H.J. Lu (hjl@gnu.org)
3373
3374 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
3375 includedir.
3376
3377 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3378
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.
3382
3383 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3384
3385 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
3386
3387 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3388
3389 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
3390 where needed.
3391 (fetch_osf_core_registers): Likewise.
3392 (supply_gregset): Likewise.
3393
3394 2002-04-22 J. Brobecker <brobecker@gnat.com>
3395
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.
3405
3406 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3407
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.
3421
3422 2002-04-21 Andrew Cagney <ac131313@redhat.com>
3423
3424 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
3425 declaration
3426 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
3427
3428 2002-04-21 David S. Miller <davem@redhat.com>
3429
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
3433 references.
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
3437 references.
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.
3442
3443 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3444
3445 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
3446 (alphabsd-nat.o): New dependency list.
3447
3448 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3449
3450 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
3451 alphafbsd-tdep.c.
3452 (alpha-linux-tdep.o): New dependency list.
3453 (alphafbsd-tdep.o): Likewise.
3454
3455 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3456
3457 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
3458 to here...
3459 * alpha-tdep.c: ...from here.
3460 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
3461
3462 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3463
3464 * config/alpha/tm-alpha.h: Move alpha_software_single_step
3465 prototype from here...
3466 * alpha-tdep.h: ...to here.
3467
3468 2002-04-21 Andrew Cagney <ac131313@redhat.com>
3469
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.
3475
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.
3487
3488 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3489
3490 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
3491
3492 2002-04-21 Andrew Cagney <ac131313@redhat.com>
3493
3494 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
3495 type const.
3496
3497 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3498
3499 * alphafbsd-tdep.c: Update copyright years. Include
3500 alpha-tdep.h.
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.
3506
3507 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3508
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.
3516
3517 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3518
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.
3522
3523 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3524
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.
3532
3533 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3534
3535 * alpha-tdep.h: New file. Includes several Alpha target constants
3536 taken from...
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
3541 to dependency list.
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.
3554
3555 2002-04-21 Andrew Cagney <ac131313@redhat.com>
3556
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.
3561
3562 2002-04-21 Andrew Cagney <ac131313@redhat.com>
3563
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.
3569
3570 2002-04-20 David S. Miller <davem@redhat.com>
3571
3572 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
3573
3574 2002-04-20 Andrew Cagney <ac131313@redhat.com>
3575
3576 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
3577 instead of NUM_PSEUDO_REGS.
3578
3579 2002-04-20 David S. Miller <davem@redhat.com>
3580
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.
3585
3586 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
3587
3588 * frame.c (find_saved_register): Avoid a NULL pointer
3589 dereference and actually walk the frame list.
3590
3591 2002-04-20 Andrew Cagney <ac131313@redhat.com>
3592
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.
3596
3597 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
3598
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
3609 get_regcache.
3610 * gdbserver/regcache.h: Add prototypes.
3611 * gdbserver/server.h: Likewise.
3612
3613 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
3614
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
3618 dependencies.
3619 * gdbserver/inferiors.c (struct inferior_info): Add target_data
3620 member.
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
3634 handling members.
3635 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
3636 call.
3637 * gdbserver/server.h: Include mem-break.h. Update inferior.c
3638 prototypes.
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
3644 definition.
3645
3646 2002-04-19 Andrew Cagney <ac131313@redhat.com>
3647
3648 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
3649 instead of ->prev.
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()
3653 instead of ->prev.
3654
3655 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
3656
3657 Fix PR gdb/471.
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
3661 union case.
3662
3663 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
3664
3665 * config/djgpp/README: Update.
3666
3667 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
3668 compiler warnings.
3669
3670 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
3671
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.
3676
3677 2002-04-18 Andrew Cagney <cagney@redhat.com>
3678
3679 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
3680 * gdbarch.h, gdbarch.c: Regenerate.
3681
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.
3685
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..
3698
3699 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
3700 const pointer.
3701 * monitor.c (monitor_insert_breakpoint): Ditto.
3702 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
3703
3704 * config/mcore/tm-mcore.h: Update copyright.
3705 * mem-break.c: Ditto.
3706 * xstormy16-tdep.c: Ditto.
3707
3708 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
3709
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.
3713
3714 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
3715
3716 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
3717 (registers_powerpc_nofp): New register set for processors
3718 without floating point unit.
3719
3720 2002-04-18 David S. Miller <davem@redhat.com>
3721
3722 * MAINTAINERS: Add myself to write-after-approval.
3723
3724 2002-04-17 Michael Snyder <msnyder@redhat.com>
3725
3726 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
3727
3728 2002-04-17 Andrew Cagney <ac131313@redhat.com>
3729
3730 * rs6000-tdep.c (frame_initial_stack_address): Use
3731 frame_register_read to read the alloca_reg.
3732
3733 2002-04-17 Andrew Cagney <ac131313@redhat.com>
3734
3735 * frame.c (find_saved_register): Find saved registers in the next
3736 not prev frame.
3737 Fix PR gdb/365.
3738
3739 2002-04-17 Andrew Cagney <ac131313@redhat.com>
3740
3741 * gdbarch.sh (LANG): Set to ``c''.
3742
3743 2002-04-15 Andrew Cagney <ac131313@redhat.com>
3744
3745 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
3746
3747 2002-04-15 Andrew Cagney <ac131313@redhat.com>
3748
3749 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
3750 Update copyright.
3751
3752 * hpread.c (hpread_get_lntt): Add declaration.
3753 Also fix PR gdb/391.
3754
3755 2002-04-14 Andrew Cagney <ac131313@redhat.com>
3756
3757 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
3758 * aclocal.m4, configure: Re-generate.
3759 Fix PR gdb/391.
3760
3761 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
3762
3763 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
3764 instead of tm_print_insn.
3765
3766 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
3767
3768 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
3769
3770 2002-04-14 Andrew Cagney <ac131313@redhat.com>
3771
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.
3775
3776 2002-04-12 Don Howard <dhoward@redhat.com>
3777
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.
3784
3785 2002-04-12 Kevin Buettner <kevinb@redhat.com>
3786
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.
3793
3794 2002-04-12 Michael Snyder <msnyder@redhat.com>
3795
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.
3808
3809 2002-04-12 Andrew Cagney <cagney@redhat.com>
3810
3811 * defs.h (read_relative_register_raw_bytes): Delete declaration.
3812 * frame.c (frame_register_read): New function. Return non-zero on
3813 success.
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.
3818 * sh-tdep.c: Ditto.
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.
3826
3827 2002-04-12 Kevin Buettner <kevinb@redhat.com>
3828
3829 From Jimi X <jimix@watson.ibm.com>:
3830 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
3831 64-bit SysV ABI.
3832
3833 2002-04-12 Kevin Buettner <kevinb@redhat.com>
3834
3835 From Jimi X <jimix@watson.ibm.com>:
3836 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
3837 bfd info.
3838
3839 2002-04-12 Kevin Buettner <kevinb@redhat.com>
3840
3841 From Jimi X <jimix@watson.ibm.com>:
3842 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
3843 register sets for these processor variants.
3844
3845 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
3846
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.
3853
3854 2002-04-11 Kevin Buettner <kevinb@redhat.com>
3855
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
3864 not exist.
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.
3869
3870 2002-04-11 Michael Snyder <msnyder@redhat.com>
3871
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.
3878
3879 2002-04-10 Andrew Cagney <ac131313@redhat.com>
3880
3881 * stack.c (select_frame): Cleanup internal error message, do not
3882 use %p.
3883
3884 2002-04-10 Andrew Cagney <ac131313@redhat.com>
3885
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.
3889 Update copyright.
3890 * frame.h (struct frame_info): Add field `level'. Update
3891 copyright.
3892 Work-in-progress PR gdb/464.
3893
3894 2002-04-10 Andrew Cagney <ac131313@redhat.com>
3895
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.
3901
3902 2002-04-10 Michal Ludvig <mludvig@suse.cz>
3903
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.
3909
3910 2002-04-04 Jim Ingham <jingham@apple.com>
3911
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
3914 incomplete types.
3915 (value_add, value_sub): use find_size_for_pointer_math.
3916
3917 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3918
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.
3926
3927 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3928
3929 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
3930 * ChangeLog: Correct paths in last ChangeLog entry.
3931
3932 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3933
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,
3946 made static.
3947 (arm_cannot_store_register): Renamed from cannot_store_register,
3948 made static.
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,
3954 made static.
3955 (i386_cannot_store_register): Renamed from cannot_store_register,
3956 made static.
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,
3962 made static.
3963 (ia64_cannot_store_register): Renamed from cannot_store_register,
3964 made static.
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,
3970 made static.
3971 (m68k_cannot_store_register): Renamed from cannot_store_register,
3972 made static.
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,
3978 made static.
3979 (mips_cannot_store_register): Renamed from cannot_store_register,
3980 made static.
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,
3986 made static.
3987 (ppc_cannot_store_register): Renamed from cannot_store_register,
3988 made static.
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,
3994 made static.
3995 (s390_cannot_store_register): Renamed from cannot_store_register,
3996 made static.
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,
4002 made static.
4003 (sh_cannot_store_register): Renamed from cannot_store_register,
4004 made static.
4005 (the_low_target): New.
4006 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
4007 (the_low_target): New.
4008
4009 2002-04-09 Andrew Cagney <ac131313@redhat.com>
4010
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.
4018 Fix PR gdb/251.
4019
4020 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
4021
4022 * gdbserver/Makefile.in: Add stamp-h target.
4023 * gdbserver/configure.in: Create stamp-h.
4024 * gdbserver/configure: Regenerated.
4025
4026 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
4027
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
4032 dependencies.
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
4041 child dies.
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.
4061
4062 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
4063
4064 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
4065 dependencies.
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.
4083 (fatal): Likewise.
4084
4085 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
4086
4087 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
4088 after the last symbol in a block.
4089
4090 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
4091
4092 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
4093 is non zero as a found symbol.
4094
4095 2002-04-08 Andrew Cagney <ac131313@redhat.com>
4096
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.
4110
4111 2002-04-08 Kevin Buettner <kevinb@redhat.com>
4112
4113 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
4114 it's no longer required.
4115
4116 2002-04-08 Andrew Cagney <ac131313@redhat.com>
4117
4118 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
4119
4120 2002-04-08 Kevin Buettner <kevinb@redhat.com>
4121
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.
4128
4129 2002-04-08 Kevin Buettner <kevinb@redhat.com>
4130
4131 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
4132 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
4133 ELF_OBJECT_FORMAT ifdef.
4134
4135 2002-04-08 Kevin Buettner <kevinb@redhat.com>
4136
4137 From Jimi X <jimix@watson.ibm.com>:
4138 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
4139
4140 2002-04-08 Kevin Buettner <kevinb@redhat.com>
4141
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.
4145
4146 2002-04-07 Mark Kettenis <kettenis@gnu.org>
4147
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/.
4151
4152 2002-04-07 Andrew Cagney <ac131313@redhat.com>
4153
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.
4159
4160 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
4161
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.
4165
4166 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
4167
4168 * sh-tdep.c (sh_fp_frame_init_saved_regs,
4169 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
4170 information.
4171
4172 2002-04-07 Andrew Cagney <ac131313@redhat.com>
4173
4174 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
4175 maintainer.
4176
4177 2002-04-07 Andrew Cagney <ac131313@redhat.com>
4178
4179 * README (Reporting Bugs in GDB): Document the bug web page as the
4180 prefered way of submitting bugs.
4181 Fix PR gdb/402.
4182
4183 2002-04-06 Andrew Cagney <ac131313@redhat.com>
4184
4185 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
4186 -1. Update comment.
4187 * gdbarch.h, gdbarch.c: Re-generate.
4188
4189 2002-04-07 Andreas Schwab <schwab@suse.de>
4190
4191 * m68klinux-nat.c (fill_fpregset): Properly pass address of
4192 buffer to regcache_collect.
4193
4194 2002-04-06 Andrew Cagney <ac131313@redhat.com>
4195
4196 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
4197 * gdbarch.c, gdbarch.h: Re-generate.
4198
4199 2002-04-06 Andrew Cagney <ac131313@redhat.com>
4200
4201 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
4202 declaration. Fix -Werror.
4203
4204 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
4205
4206 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
4207 * gdbarch.c: Regenerate.
4208
4209 2002-04-05 Michael Snyder <msnyder@redhat.com>
4210
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.
4215
4216 2002-04-05 H.J. Lu (hjl@gnu.org)
4217
4218 * solib-svr4.c (bkpt_names): Add "__start".
4219
4220 2002-04-04 Andrew Cagney <ac131313@redhat.com>
4221
4222 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
4223 as test for 64 bit target.
4224
4225 2002-04-05 Andrew Cagney <ac131313@redhat.com>
4226
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.
4234 (s390_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
4240 declarations.
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.
4250
4251 2002-04-04 Andrew Cagney <ac131313@redhat.com>
4252
4253 * sparc-tdep.c (sparc64_write_fp): Delete.
4254 (sparc_push_dummy_frame): Replace write_fp call with code to store
4255 the FP directly.
4256 (sparc_gdbarch_init): Do not initialize write_fp.
4257
4258 2002-04-05 Kevin Buettner <kevinb@redhat.com>
4259
4260 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
4261 clause.
4262
4263 2002-03-29 Jim Blandy <jimb@redhat.com>
4264
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,
4267 not just 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.
4273
4274 2002-04-05 Michael Snyder <msnyder@redhat.com>
4275
4276 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
4277 warning message.
4278
4279 2002-04-05 J. Brobecker <brobecker@gnat.com>
4280
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.
4292
4293 2002-04-04 Michael Snyder <msnyder@redhat.com>
4294
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.
4306
4307 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
4308
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.
4318
4319 2002-04-04 Michal Ludvig <mludvig@suse.cz>
4320
4321 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
4322 change sync with glibc.
4323
4324 2002-04-03 Jim Blandy <jimb@redhat.com>
4325
4326 * configure.in: Call AC_C_INLINE.
4327 * configure: Regenerated.
4328
4329 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
4330
4331 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
4332 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
4333
4334 2002-03-31 Mark Kettenis <kettenis@gnu.org>
4335
4336 * NEWS: Mention gcore support on FreeBSD/i386.
4337
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.
4341
4342 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
4343 while statement.
4344
4345 2002-03-29 Jim Blandy <jimb@redhat.com>
4346
4347 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
4348 unescaped newlines in string literals, but newer ones don't. So
4349 escape them.
4350
4351 2002-03-26 Michael Snyder <msnyder@redhat.com>
4352 Andrew Cagney <cagney@redhat.com>
4353
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.
4359
4360 2002-03-28 Michael Snyder <msnyder@redhat.com>
4361
4362 * symfile.c (symbol_file_add): Move test for null symbols to later.
4363
4364 2002-03-27 Andrew Cagney <ac131313@redhat.com>
4365
4366 From veksler at il.ibm.com:
4367 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
4368 the xstrduped original path.
4369 Fix PR gdb/417.
4370
4371 2002-03-27 Michael Snyder <msnyder@redhat.com>
4372
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.
4379
4380 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
4381
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.
4387
4388 2002-03-27 Jim Blandy <jimb@redhat.com>
4389
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.
4394
4395 2002-03-27 Andrew Cagney <ac131313@redhat.com>
4396
4397 * valarith.c: Replace strerror with safe_strerror.
4398 * tracepoint.c: Ditto.
4399 * lin-lwp.c: Ditto.
4400 * go32-nat.c: Ditto.
4401 * inflow.c: Ditto.
4402 * gnu-nat.c: Ditto.
4403
4404 2002-03-27 Andreas Schwab <schwab@suse.de>
4405
4406 * event-top.c (command_line_handler): Remove useless if.
4407
4408 2002-03-27 Andreas Jaeger <aj@suse.de>
4409
4410 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
4411 comment.
4412
4413 2002-03-27 Michal Ludvig <mludvig@suse.cz>
4414
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.
4430
4431 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
4432
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}.
4439
4440 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
4441
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
4445 gdbserver build.
4446
4447 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
4448
4449 * signals.c: Moved to...
4450 * signals/signals.c: Here.
4451 * Makefile (signals.o): Update.
4452
4453 2002-03-26 Jeff Law (law@redhat.com)
4454
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
4461 PC value.
4462
4463 2002-03-25 Jeff Law (law@redhat.com)
4464
4465 * linux-proc.c (read_mapping): Scan up to end of line for filename.
4466
4467 2002-03-25 Michal Ludvig <mludvig@suse.cz>
4468
4469 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
4470
4471 2002-03-23 Andrew Cagney <ac131313@redhat.com>
4472
4473 * command.h: Update copyright.
4474 (struct cmd_list_element): Replace definition with opaque
4475 declaration.
4476 (enum cmd_types): Document that it will eventually be moved to
4477 cli/cli-decode.h
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.
4490
4491 2002-03-23 Andrew Cagney <ac131313@redhat.com>
4492
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.
4498
4499 2002-03-23 Andrew Cagney <ac131313@redhat.com>
4500
4501 * MAINTAINERS (sh-elf): Change warning flag to -w.
4502
4503 2002-03-23 Andrew Cagney <cagney@redhat.com>
4504
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.
4513 Fix PR gdb/328.
4514
4515 2002-03-22 Andrew Cagney <ac131313@redhat.com>
4516
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.
4521
4522 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
4523
4524 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
4525 function.
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.
4530
4531 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
4532
4533 * symtab.h (lookup_block_symbol): Add mangled_name argument
4534 to prototype.
4535
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.
4546
4547 2002-03-22 Christopher Faylor <cgf@redhat.com>
4548
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.
4552
4553 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
4554
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.
4558
4559 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
4560
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.
4564
4565 2002-03-21 Tom Rix <trix@redhat.com>
4566
4567 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
4568 (rs6000_ptrace64): Renamed from ptrace64.
4569
4570 2002-03-20 Martin M. Hunt <hunt@redhat.com>
4571
4572 * gdbserver/remote-utils.c (remote_open): Don't call
4573 getprotobyname, we're all using TCP here so just use
4574 IPPROTO_TCP.
4575 * gdbserver/gdbreplay.c (remote_open): Ditto.
4576
4577 2002-03-20 Martin M. Hunt <hunt@redhat.com>
4578
4579 * regcache.c (_initialize_regcache): No need to call
4580 build_regcache() at this time; it gets called whenever
4581 the gdbarch changes.
4582
4583 2002-03-20 David O'Brien <obrien@FreeBSD.org>
4584
4585 * sparc-nat.c: Include sys/param.h where possible.
4586
4587 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
4588
4589 Fix PR gdb/422.
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
4593 complex types.
4594 * stabsread.c (rs6000_builtin_type): Likewise.
4595 (read_sun_floating_type): Likewise.
4596
4597 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4598
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
4602 parsing.
4603
4604 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
4605
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.
4611
4612 2002-03-18 Andrew Cagney <ac131313@redhat.com>
4613
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.
4629
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.
4633
4634 2002-03-18 Andrew Cagney <ac131313@redhat.com>
4635
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.
4643
4644 2002-03-17 Andrew Cagney <ac131313@redhat.com>
4645
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.
4652
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
4658 hook_in is cleared.
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
4662 hook_stop_stub.
4663 (hook_stop_stub): Call execute_cmd_pre_hook.
4664
4665 2002-03-17 Andrew Cagney <ac131313@redhat.com>
4666
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.
4670
4671 2002-03-17 Andrew Cagney <ac131313@redhat.com>
4672
4673 * kod.c (kod_set_os): Remove unnecessary check that
4674 ``command->type'' is set_cmd.
4675
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
4679 isn't reverted.
4680
4681 2002-03-16 Andrew Cagney <ac131313@redhat.com>
4682
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.
4686
4687 * value.h (struct value): Fix typo in above change.
4688
4689 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4690
4691 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
4692 to fix internal_error from ``maintenance print architecture''.
4693
4694 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4695
4696 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
4697 for gcc versions after gcc-2.8.1.
4698
4699 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4700
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
4704 HP merge.
4705
4706 2002-03-15 Andrew Cagney <ac131313@redhat.com>
4707
4708 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
4709 value_of_register.
4710 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
4711 get_saved_register.
4712 * value.h (value_of_register): Update.
4713
4714 2002-03-14 Richard Henderson <rth@redhat.com>
4715
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.
4720
4721 2002-03-14 Richard Henderson <rth@redhat.com>
4722
4723 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
4724 a constant array bound.
4725
4726 * MAINTAINERS: Add myself to write-after-approval.
4727
4728 2002-03-14 Michael Snyder <msnyder@redhat.com>
4729
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.
4733
4734 2002-03-13 Michal Ludvig <mludvig@suse.cz>
4735
4736 * gdbserver/remote-util.c (remote_open): Print remote-side's
4737 IP address when remote debugging over the network.
4738
4739 2002-03-12 David O'Brien <obrien@FreeBSD.org>
4740
4741 * config/sparc/fbsd.mh: Fix copyright.
4742 * config/sparc/fbsd.mt: Likewise.
4743
4744 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
4745
4746 * MAINTAINERS: Fix typo in name of gdb warnings option.
4747 (x86-64): Fix formating so that this can be parsed by awk.
4748
4749 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
4750
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.
4754
4755 2002-03-10 Michal Ludvig <mludvig@suse.cz>
4756
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
4759 from x86-64-tdep.h
4760
4761 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
4762 Don Howard <dhoward@redhat.com>
4763
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.
4770
4771 2002-03-09 Andrew Cagney <ac131313@redhat.com>
4772
4773 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
4774 approval''.
4775
4776 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4777
4778 * stabsread.c (read_member_functions): Fix is_stub test for
4779 static member functions, improve comment.
4780
4781 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
4782
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.
4794
4795 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
4796
4797 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
4798 * configure: Rebuilt.
4799
4800 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4801
4802 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
4803 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
4804
4805 2002-03-06 Andrew Cagney <ac131313@redhat.com>
4806
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.
4810
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.
4826
4827 2002-03-05 Andrew Cagney <ac131313@redhat.com>
4828
4829 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
4830
4831 2002-03-05 Andrew Cagney <ac131313@redhat.com>
4832
4833 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
4834
4835 2002-03-05 Andrew Cagney <ac131313@redhat.com>
4836
4837 * NEWS: Update headings, 5.2 has branched.
4838
4839 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
4840
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.
4846
4847 2002-03-03 Michal Ludvig <mludvig@suse.cz>
4848
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 *
4852
4853 2002-03-01 David O'Brien <obrien@FreeBSD.org>
4854
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.
4861
4862 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
4863
4864 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
4865 regformats/reg-s390x.dat.
4866
4867 2002-03-01 Andrew Cagney <ac131313@redhat.com>
4868
4869 * utils.c: Add FIXME explaining true/false problem.
4870
4871 2002-02-28 Andrew Cagney <ac131313@redhat.com>
4872
4873 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
4874
4875 2002-02-28 Michael Chastain <mec@shout.net>
4876
4877 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
4878
4879 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
4880
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.
4887
4888 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
4889
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.
4893
4894 2002-02-28 Jason Merrill <jason@redhat.com>
4895
4896 * dwarf2read.c (dwarf_cfi_name): Add new codes.
4897
4898 2002-02-27 Fred Fish <fnf@redhat.com>
4899
4900 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
4901 comment (dumy -> dummy).
4902
4903 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4904
4905 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
4906
4907 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
4908
4909 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
4910
4911 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
4912
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
4926 for regsets.
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.
4939
4940 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
4941
4942 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
4943 (config.status): Add configure.srv dependency.
4944 (server_h): Add config.h dependency.
4945
4946 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
4947
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
4951 reg-i386-linux.o.
4952
4953 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4954
4955 * x86-64-tdep.c: Re-indent. Update copyright date.
4956
4957 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4958
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.
4968
4969 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4970
4971 * MAINTAINERS: Add x86-64 target.
4972
4973 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4974
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.
4981 Fix PR gdb/354.
4982
4983 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4984
4985 * remote.c (_initialize_remote): By default, disable ``e'' and
4986 ``E'' step out-of-range packets.
4987
4988 2002-02-26 Andreas Schwab <schwab@suse.de>
4989
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
4993 in_sigtramp.
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.
5002
5003 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
5004
5005 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
5006 (TARGET_NBPG, STACK_END_ADDR): Delete
5007 (VARIABLES_INSIDE_BLOCK): Delete.
5008
5009 2002-02-25 Andrew Cagney <ac131313@redhat.com>
5010
5011 * utils.c (perror_with_name): Make string parameter constant.
5012 (print_sys_errmsg): Ditto.
5013 (query): Ditto.
5014 * defs.h (perror_with_name): Update.
5015 (print_sys_errmsg): Update.
5016 (query): Update.
5017
5018 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
5019
5020 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
5021 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
5022
5023 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5024
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.
5029
5030 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
5031
5032 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
5033 list of exported variables.
5034
5035 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
5036
5037 * gdbserver/configure.srv: New file.
5038 * gdbserver/configure.in: Use configure.srv instead
5039 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
5040 from it.
5041 * gdbserver/configure: Regenerated.
5042 * gdbserver/terminal.h: New file.
5043 * gdbserver/Makefile.in: Update for configure changes. Remove
5044 more unneeded include paths.
5045
5046 2002-02-24 Andrew Cagney <ac131313@redhat.com>
5047
5048 From wiz at danbala:
5049 * config/sparc/tm-sp64.h: Fix grammar and typos.
5050 Fix PR gdb/287.
5051
5052 2002-02-24 Andrew Cagney <ac131313@redhat.com>
5053
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.
5071 Fix PR gdb/378.
5072
5073 2002-02-23 Andrew Cagney <ac131313@redhat.com>
5074
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.
5079
5080 * ocd.c (ocd_open): Do not try to open the "ocd" device.
5081 * serial.c (serial_open): Delete check for "ocd".
5082 Fix PR gdb/349.
5083
5084 * Makefile.in (linux-thread.o): Delete target.
5085 * linux-thread.c: Delete file.
5086
5087 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
5088 renamed SH files to be consistent.
5089
5090 * symtab.c (sort_search_symbols): Use xfree.
5091
5092 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
5093
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.
5099
5100 2002-02-23 Andrew Cagney <ac131313@redhat.com>
5101
5102 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
5103
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.
5109
5110 2002-02-23 Michael Chastain <mec@shout.net>
5111
5112 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
5113
5114 2002-02-23 Andrew Cagney <ac131313@redhat.com>
5115
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.
5119
5120 2002-02-23 Andrew Cagney <ac131313@redhat.com>
5121
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".
5129
5130 2002-02-23 Andrew Cagney <ac131313@redhat.com>
5131
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.
5135
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
5139 cmd_cfunc_eq.
5140 * top.c (execute_command): Pass the command to
5141 is_complete_command.
5142 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
5143
5144 2002-02-23 Andrew Cagney <ac131313@redhat.com>
5145
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.
5150
5151 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
5152
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
5156 call_dummy_words.
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
5162 declarations.
5163 (LOWEST_PC): Delete.
5164
5165 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5166
5167 * maint.c (print_section_info): Do not prepend `0x' to filepos
5168 output, it will be handled by local_hex_string_custom.
5169
5170 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
5171
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.
5175
5176 2002-02-22 Jim Blandy <jimb@redhat.com>
5177
5178 Indicate that the bcache functions don't change the strings
5179 they're passed.
5180 * bcache.h (bcache, hash): Add `const' keywords to declarations.
5181 * bcache.c (bcache, hash): Add `const' keywords to definitions.
5182
5183 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
5184
5185 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
5186
5187 2002-02-21 Christopher Faylor <cgf@redhat.com>
5188
5189 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
5190 find the complete path to a loaded DLL.
5191
5192 2002-02-21 Fred Fish <fnf@redhat.com>
5193
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.
5203
5204 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
5205
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
5210 when needed.
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
5215 registers as well.
5216
5217 2002-02-21 Jiri Smid <smid@suse.cz>
5218
5219 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
5220
5221 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
5222
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.
5232
5233 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
5234
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.
5242
5243 2002-02-21 Christopher Faylor <cgf@redhat.com>
5244
5245 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
5246 value.
5247
5248 2002-02-20 Christopher Faylor <cgf@redhat.com>
5249
5250 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
5251 fails.
5252
5253 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
5254
5255 * jv-exp.y (parse_number): Change type of implicit longs
5256 to builtin_type_uint64.
5257
5258 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
5259
5260 * gdbserver/linux-low.c (mywait): Change argument to waitpid
5261 to be an integer instead of a `union wait'.
5262
5263 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
5264
5265 * mips-linux-nat.c: Call the operating system GNU/Linux.
5266 * mips-linux-tdep.c: Likewise.
5267 * mips-tdep.c: Likewise.
5268
5269 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
5270
5271 Fix PR gdb/265.
5272 * jv-exp.y (parse_number): Handle 64-bit integers.
5273
5274 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
5275
5276 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
5277 AC_STDC_HEADERS to AC_HEADER_STDC.
5278 * gdbserver/configure: Regenerated.
5279
5280 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
5281
5282 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
5283 is defined.
5284 * sparc-tdep.c (get_longjmp_target): Likewise.
5285
5286 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
5287
5288 * News: Add news about ARM and Multi-arch. Mention the new target
5289 arm*-*-netbsd*.
5290
5291 2002-02-19 Jim Blandy <jimb@redhat.com>
5292
5293 * stabsread.c (error_type_complaint): Improve error message.
5294
5295 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
5296
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.
5303
5304 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
5305
5306 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
5307 armnbsd-nat.c.
5308
5309 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
5310
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
5320 ARM_FLOAT_SOFT.
5321 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
5322
5323 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5324
5325 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
5326 of ``current_gdbarch''.
5327
5328 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
5329
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.
5335
5336 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
5337
5338 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
5339 kernel.
5340 * arm-linux-tdep.c: Likewise.
5341 * config/arm/tm-linux.h: Likewise.
5342
5343 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
5344
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.
5348
5349 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
5350
5351 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
5352 Initialize CALL_DUMMY_LENGTH.
5353
5354 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
5355
5356 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
5357 function.
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.
5362
5363 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
5364
5365 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
5366
5367 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
5368
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.
5376
5377 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
5378
5379 * i386-tdep.c (get_longjmp_target): Fix compilation failure
5380 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
5381 if not defined.
5382
5383 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
5384
5385 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
5386
5387 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
5388
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.
5394
5395 2002-02-18 Andrew Cagney <ac131313@redhat.com>
5396
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.
5401
5402 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
5403
5404 * ppc-linux-nat.c: Update copyright.
5405 (fetch_register, store_register): Add tid parameter, don't compute
5406 tid here.
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.
5412
5413 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
5414
5415 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
5416 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
5417
5418 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
5419
5420 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
5421 * gdbarch.c gdbarch.h: Regenerate.
5422 * breakpoint.c (create_longjmp_breakpoint): Always compile this
5423 function.
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().
5427
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
5432 longjmp handler.
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.
5443
5444 2002-02-17 Kevin Buettner <kevinb@redhat.com>
5445
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''.
5449
5450 2002-02-17 Tom Tromey <tromey@redhat.com>
5451
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.
5457
5458 2002-02-16 Andrew Cagney <ac131313@redhat.com>
5459
5460 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
5461 * gdbarch.h, gdbarch.c: Re-generate.
5462
5463 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
5464
5465 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
5466
5467 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
5468
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.
5472
5473 2002-02-15 Christopher Faylor <cgf@redhat.com>
5474
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.
5483
5484 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
5485
5486 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
5487 instead of find_register_by_number.
5488 (cannot_store_register): Likewise.
5489
5490 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
5491
5492 * dwarf2read.c: Replace fprintf (stderr, ...) by
5493 fprintf_unfiltered (gdb_stderr, ...).
5494
5495 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
5496
5497 * gdbserver/gdbserver.1: Document --attach.
5498
5499 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
5500
5501 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
5502 descriptions.
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
5513 code out to ...
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.
5519
5520 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
5521
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
5533 of registers.
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.
5539
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.
5544
5545 * armnbsd-nat.c: Include regcache.h.
5546 * Makefile.in (armnbsd-nat.o): Update dependency list.
5547
5548 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
5549
5550 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
5551
5552 * gdbserver/Makefile.in: Fix typos in target rules.
5553
5554 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
5555
5556 Fix part of PR gdb/267.
5557 * linespec.c (find_methods): Handle constructors specially for now.
5558
5559 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
5560
5561 * arm-tdep.c (arm_push_arguments): Eliminate special float type
5562 handling.
5563 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
5564 standard_coerce_float_to_double().
5565
5566 2002-02-14 Christopher Faylor <cgf@redhat.com>
5567
5568 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
5569 GDBINIT_FILENAME.
5570
5571 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
5572
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.
5579
5580 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5581
5582 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
5583 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
5584
5585 2002-02-13 Martin M. Hunt <hunt@redhat.com>
5586
5587 * stack.c (print_frame_info_base): When calling
5588 print_frame_info_listing_hook, set current_source_symtab.
5589
5590 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
5591
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.
5597
5598 * gdbserver/linux-low.c: Remove all platform-specific code to
5599 new files. Remove various dead code. Update to use regcache
5600 functionality.
5601 * gdbserver/remote-utils.c (fromhex): Add return statement
5602 to quiet warning.
5603 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
5604 constant.
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.
5617
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 ().
5621 Add include guard.
5622
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.
5630
5631 * gdbserver/regcache.c: New file.
5632 * gdbserver/regcache.h: New file.
5633
5634 * gdbserver/low-linux.c: Removed obsolete file.
5635
5636 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
5637
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.
5644
5645 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
5646
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.
5667
5668 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
5669
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.
5675
5676 2002-02-13 Michael Snyder <msnyder@redhat.com>
5677
5678 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
5679
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.
5684
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.
5689
5690 * procfs.c (procfs_make_note_section): Make the default
5691 implementation return an error.
5692
5693 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
5694
5695 * procfs.c (procfs_make_note_section): Provide a default definition
5696 (for alpha-dec-osf4.0f). Fix typos.
5697
5698 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
5699
5700 * linux-proc.c: Add include of regcache.h.
5701 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
5702
5703 2002-02-13 Andrew Cagney <ac131313@redhat.com>
5704
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
5708 non-overlapping.
5709
5710 2002-02-13 Michael Chastain <mec@shout.net>
5711
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.
5721
5722 2002-02-13 Keith Seitz <keiths@redhat.com>
5723
5724 * arm-tdep.h (arm_get_next_pc): Add declaration.
5725
5726 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
5727
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.
5737
5738 2002-02-13 Keith Seitz <keiths@redhat.com>
5739
5740 * defs.h (core_addr_to_string_nz): New function.
5741
5742 2002-02-13 Mark Kettenis <kettenis@gnu.org>
5743
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.
5747
5748 2002-02-12 Keith Seitz <keiths@redhat.com>
5749
5750 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
5751 (core_addr_to_string_nz): New function.
5752
5753 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
5754
5755 * arm-linux-nat.c: Really include arm-tdep.h.
5756 * config/arm/tm-linux.h (struct type, struct value): Declare.
5757
5758 2002-02-11 Michael Snyder <msnyder@redhat.com>
5759
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.
5767
5768 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
5769
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
5788 declarations.
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
5806 interface.
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
5812 definition.
5813
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
5819 all uses of above.
5820 * remote-rdi.c remote-rdp.c: Likewise.
5821 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
5822
5823 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
5824
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.
5843
5844 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
5845
5846 * symtab.c (compare_search_syms): New function.
5847 (sort_search_symbols): New function.
5848 (search_symbols): Sort symbols after searching rather than
5849 before.
5850
5851 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5852
5853 * NEWS: Linux -> GNU/Linux.
5854
5855 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5856
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.
5860
5861 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5862
5863 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
5864 multi-arch partial.
5865
5866 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5867
5868 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
5869 field. Use diff -u.
5870 * gdbarch.c: Re-generate.
5871
5872 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5873
5874 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
5875 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
5876 partial.
5877
5878 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5879
5880 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
5881 multi-arch partial.
5882 (PUSH_ARGUMENTS): Switch to using predefault.
5883 * gdbarch.c: Regenerate.
5884
5885 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5886
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.
5891
5892 2002-02-09 Andrew Cagney <ac131313@redhat.com>
5893
5894 * defs.h (throw_exception): Rename return_to_top_level. Update
5895 comments.
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.
5906
5907 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
5908
5909 2002-02-09 Andrew Cagney <ac131313@redhat.com>
5910
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.
5916
5917 2002-02-09 Jim Blandy <jimb@redhat.com>
5918
5919 * stabsread.c (read_type): Add code to parse Sun's syntax for
5920 prototyped function types.
5921
5922 2002-02-09 Andrew Cagney <ac131313@redhat.com>
5923
5924 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
5925 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
5926
5927 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5928
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.
5933
5934 2002-02-09 Mark Kettenis <kettenis@gnu.org>
5935
5936 * doublest.c (store_typed_floating): Don't try to return a value.
5937 Fixes PR gdb/290.
5938
5939 2002-02-08 Jim Blandy <jimb@redhat.com>
5940
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
5943 `(void)'.
5944
5945 2002-02-08 Chris Demetriou <cgd@broadcom.com>
5946
5947 * MAINTAINERS (write-after-approval): Add myself.
5948 (paper-trail): I've escaped!
5949
5950 2002-02-08 Christopher Faylor <cgf@redhat.com>
5951
5952 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
5953 changes.
5954 (_initialize_check_for_gdb_ini): Ditto.
5955
5956 2002-02-08 Martin M. Hunt <hunt@redhat.com>
5957
5958 * win32-nat.c (cygwin_pid_to_str): Fix typo.
5959 xaprintf -> xasprintf.
5960
5961 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
5962
5963 * win32-nat.c: Remove use of printf and sprintf functions.
5964
5965 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
5966
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.
5978
5979 2002-02-08 Andrew Cagney <ac131313@redhat.com>
5980 Corinna Vinschen <vinschen@redhat.com>
5981
5982 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
5983 on builtin float types.
5984
5985 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
5986
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.
6002
6003 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
6004
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.
6009
6010 2002-02-07 Andrew Cagney <ac131313@redhat.com>
6011
6012 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
6013 Add Richard Earnshaw to Arm maintainers.
6014
6015 2002-02-07 Andrew Cagney <ac131313@redhat.com>
6016
6017 * defs.h (warning_begin): Delete declaration.
6018
6019 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
6020 Delete macro.
6021
6022 2002-02-07 Michael Snyder <msnyder@redhat.com>
6023
6024 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
6025 Logic bug, remove misplaced else.
6026
6027 2002-02-07 Klee Dienes <klee@apple.com>
6028
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".
6033
6034 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
6035
6036 * rdi-share/host.h: Only provide a typedef for bool if it is not
6037 defined.
6038
6039 2002-02-04 Michael Snyder <msnyder@redhat.com>
6040
6041 * breakpoint.h (enum bptype): Add new overlay event bp type.
6042 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
6043
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.
6056 (mention): 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.
6061
6062 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
6063 (overlay_manual_command): Disable overlay breakpoints.
6064 (overlay_off_command): Disable overlay breakpoints.
6065
6066 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
6067
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.
6081
6082 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
6083
6084 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
6085
6086 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
6087
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.
6095
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.
6099
6100 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
6101
6102 * win32-nat.c (_initialize_check_for_gdb_ini):
6103 Add typecast to sprintf argument to suppress a warning.
6104
6105 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
6106
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
6113 exceptions added.
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.
6119
6120 2002-02-05 Michael Snyder <msnyder@redhat.com>
6121
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.
6126
6127 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
6128
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
6136 multiarched.
6137 * coffread.c (coff_symtab_read): Ditto, for
6138 COFF_MAKE_MSYMBOL_SPECIAL.
6139
6140 2002-02-05 Jim Blandy <jimb@redhat.com>
6141
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.
6146
6147 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
6148
6149 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
6150 to (int *).
6151
6152 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
6153
6154 * gdbserver/linux-low.c (kill_inferior): Remove commented out
6155 code.
6156
6157 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
6158
6159 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
6160
6161 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
6162
6163 * gdbserver/linux-low.c: Remove unused include files.
6164
6165 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
6166
6167 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
6168 (read_inferior_memory): Use it.
6169 (write_inferior_memory): Likewise.
6170
6171 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
6172
6173 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
6174 grubbing through sys_errlist.
6175
6176 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
6177
6178 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
6179
6180 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
6181 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
6182
6183 2002-02-04 Andrew Cagney <ac131313@redhat.com>
6184
6185 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
6186 (do_sfunc, set_cmd_sfunc): New functions.
6187
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.
6192
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.
6197
6198 * cli/cli-setshow.c (do_setshow_command): Call func instead of
6199 function.sfunc.
6200
6201 * infcmd.c (notice_args_read): Fix function signature.
6202
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.
6222
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.
6229
6230 2002-02-04 Michael Snyder <msnyder@redhat.com>
6231
6232 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
6233
6234 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
6235
6236 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
6237 Add rules for building the register data files.
6238
6239 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
6240
6241 * regformats/regdat.sh: Add braces to the definition of
6242 expedite_regs_${arch}.
6243
6244 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
6245
6246 * regformats/regdef.h (struct reg): Add comment describing the
6247 requirements for offset and size fields.
6248
6249 2002-02-04 Andreas Schwab <schwab@suse.de>
6250
6251 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
6252 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
6253
6254 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
6255
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.
6264
6265 * arm-tdep.c (arm_smash_text_address): New function.
6266 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
6267
6268 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
6269
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
6274 of debug registers.
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
6280 i386-nat code.
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.
6289
6290 2002-02-03 Andrew Cagney <ac131313@redhat.com>
6291
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.
6295
6296 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
6297
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.
6302
6303 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
6304
6305 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
6306 accessing tag_name directly.
6307
6308 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
6309
6310 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
6311 of accessing tag_name directly.
6312
6313 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
6314
6315 PR gdb/280
6316 * gdbtypes.c (replace_type): New function.
6317 * gdbtypes.h (replace_type): Add prototype.
6318 * stabsread.c (read_type): Use replace_type.
6319
6320 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
6321
6322 * Makefile.in (memattr.o): Add missing dependencies rule.
6323
6324 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6325
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.
6332
6333 2002-02-01 Andrew Cagney <ac131313@redhat.com>
6334
6335 * utils.c (do_write): New function.
6336 (error_stream): Rewrite combining the code from error_begin and
6337 verror.
6338 (verror): Rewrite using error_stream.
6339 (error_begin): Delete function.
6340
6341 2002-02-01 Andrew Cagney <ac131313@redhat.com>
6342
6343 * utils.c (error_begin): Make static.
6344 * defs.h (error_begin): Delete declaration.
6345
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.
6352
6353 2002-02-01 Andrew Cagney <ac131313@redhat.com>
6354
6355 * language.h (type_error, range_error): Make string parameter
6356 constant.
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.
6361
6362 2002-02-01 Michael Snyder <msnyder@redhat.com>
6363
6364 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
6365 (set_ignore_count): Move misplaced comment back where it belongs.
6366
6367 2002-02-01 Andrew Cagney <ac131313@redhat.com>
6368
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.
6375
6376 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
6377
6378 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
6379 Update ``this'' pointer when calling virtual functions.
6380
6381 2002-02-01 Michael Snyder <msnyder@redhat.com>
6382
6383 * breakpoint.c (create_temp_exception_breakpoint): Delete.
6384 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
6385
6386 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
6387
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.
6397
6398 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
6399
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.
6406
6407 2002-01-31 Michael Snyder <msnyder@redhat.com>
6408
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.
6415
6416 * printcmd.c (disassemble_command): Remove an ancient
6417 artifact of an old merge.
6418
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.
6424
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.
6430
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.
6434
6435 2002-01-31 Andrew Cagney <ac131313@redhat.com>
6436
6437 * PROBLEMS: Fix typo, 5.1->5.1.1.
6438
6439 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
6440
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.
6444
6445 2002-01-30 Andrew Cagney <ac131313@redhat.com>
6446
6447 * defs.h (vwarning): Declare.
6448 * utils.c (vwarning): New function.
6449 (warning): Call vwarning.
6450 (warning_begin): Delete function.
6451
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
6455 warning_begin.
6456
6457 2002-01-30 Michael Snyder <msnyder@redhat.com>
6458
6459 * NEWS: Mention "set trust-readonly-sections" command.
6460 Mention generate-core-file command.
6461
6462 2002-01-15 Michael Snyder <msnyder@redhat.com>
6463
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".
6468
6469 2002-01-29 Andrew Cagney <ac131313@redhat.com>
6470
6471 * parse.c (target_map_name_to_register): Simplify, search regs and
6472 pseudo-regs using a single loop.
6473
6474 2002-01-30 Andrew Cagney <ac131313@redhat.com>
6475
6476 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
6477
6478 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
6479
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.
6485
6486 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
6487
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.
6495
6496 2002-01-30 Andreas Schwab <schwab@suse.de>
6497
6498 * m68klinux-nat.c: Fix last change to use regcache_collect
6499 instead of referencing registers[] directly.
6500
6501 2002-01-29 Andrew Cagney <ac131313@redhat.com>
6502
6503 * parse.c (target_map_name_to_register): Delete code wrapped in
6504 #ifdef REGISTER_NAME_ALIAS_HOOK.
6505
6506 2002-01-28 Michael Snyder <msnyder@redhat.com>
6507
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.
6511
6512 2002-01-28 Andrew Cagney <ac131313@redhat.com>
6513
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.
6534
6535 2002-01-28 Andrew Cagney <ac131313@redhat.com>
6536
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.
6543
6544 2002-01-28 Andrew Cagney <ac131313@redhat.com>
6545
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.
6548
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.
6553
6554 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
6555 already commented out.
6556
6557 2002-01-26 Andreas Schwab <schwab@suse.de>
6558
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.
6562
6563 2002-01-24 Andrew Cagney <ac131313@redhat.com>
6564
6565 GDB 5.1.1 released from 5.1 branch.
6566 * NEWS: Add 5.1.1 news.
6567 * README: Sync with 5.1 branch.
6568
6569 2002-01-23 Fred Fish <fnf@redhat.com>
6570
6571 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
6572 stabstring on initial malloc. Reallocing will copy it for us,
6573 if necessary.
6574
6575 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
6576
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.
6582
6583 * hp-psymtab-read.c: Remove file.
6584 * hp-symtab-read.c: Remove file.
6585 * hpread.h: Remove file.
6586
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
6589 January 1999.
6590
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.
6595
6596 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
6597
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
6601 times.
6602
6603 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
6604
6605 * configure.host: Accept sparcv9 as alias for sparc64.
6606 * configure.tgt: Likewise.
6607
6608 2002-01-22 Kevin Buettner <kevinb@redhat.com>
6609
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.
6615
6616 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
6617
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.
6635
6636 2002-01-22 Andrew Cagney <ac131313@redhat.com>
6637
6638 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
6639 (floatformat_is_nan, floatformat_mantissa): Ditto.
6640
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.
6650
6651 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
6652
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()
6659 call.
6660
6661 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
6662
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.
6673
6674 2002-01-20 Mark Kettenis <kettenis@gnu.org>
6675
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.
6679
6680 2002-01-21 Jim Blandy <jimb@redhat.com>
6681
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
6684 exits.
6685
6686 2002-01-21 Fred Fish <fnf@redhat.com>
6687
6688 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
6689 when we have found all instructions we are looking for.
6690
6691 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
6692
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.
6698
6699 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
6700 Kevin Buettner <kevinb@redhat.com>
6701
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
6709 to use extra_info.
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.
6719
6720 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6721
6722 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
6723
6724 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6725
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.
6730
6731 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6732
6733 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
6734 (closeLogFile): Ditto.
6735
6736 2002-01-20 Michael Chastain <mec@shout.net>
6737
6738 * top.c (print_gdb_version): Bump copyright year to 2002.
6739
6740 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6741
6742 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
6743 Zannoni and Eli Zaretskii.
6744
6745 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
6746
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.
6757
6758 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6759
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
6778 macro definition.
6779 * config/mips/tm-wince.h: Remove #undef of macro
6780 TARGET_BYTE_ORDER_SELECTABLE.
6781 * config/sh/tm-wince.h: Ditto.
6782
6783 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
6784
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
6790 functions.
6791
6792 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
6793
6794 * f-typeprint.c: Delete unused function f_type_print_args.
6795 * p-typeprint.c: Delete unused function pascal_type_print_args.
6796
6797 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
6798
6799 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
6800 comment. Add ``artificial'' to ``union field_location''.
6801
6802 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
6803
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.
6811
6812 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6813
6814 * configure.in (host_makefile_frag): Only require a host makefile
6815 fragment when a native build.
6816 * configure: Re-generate.
6817
6818 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6819
6820 * doublest.h (floatformat_from_type): Declare.
6821 * doublest.c (floatformat_from_type): New function.
6822 (convert_typed_floating): Use.
6823
6824 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
6825 call to function floatformat_from_type.
6826
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.
6841
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.
6849
6850 2002-01-20 Jiri Smid <smid@suse.cz>
6851
6852 * configure.host, configure.tgt: Support x86-64.
6853 * NEWS: Note new target x86-64.
6854
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.
6860
6861 2002-01-19 Andrew Cagney <ac131313@redhat.com>
6862
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.
6868
6869 2002-01-19 Andrew Cagney <ac131313@redhat.com>
6870
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.
6881
6882 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
6883
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.
6901
6902 2002-01-19 Andrew Cagney <ac131313@redhat.com>
6903
6904 * config/mips/xm-news-mips.h: Delete file.
6905 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
6906
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.
6911
6912 * config/alpha/xm-fbsd.h: Delete file.
6913 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
6914
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.
6920
6921 * config/i386/xm-windows.h: Delete file.
6922
6923 2002-01-19 Andrew Cagney <ac131313@redhat.com>
6924
6925 * utils.c: Include <sys/param.h> for MAXPATHLEN.
6926 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
6927
6928 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
6929
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.
6935
6936 2002-01-19 Per Bothner <per@bothner.com>
6937
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.
6940
6941 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
6942
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.
6956
6957 2002-01-19 Mark Kettenis <kettenis@gnu.org>
6958
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.
6962
6963 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6964
6965 * alpha-tdep.c (frame_extra_info): New.
6966 (alpha_find_saved_regs): Make static. Use
6967 frame->extra_info.
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.
6986
6987 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6988
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.
7002
7003 2002-01-18 Andrew Cagney <ac131313@redhat.com>
7004
7005 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
7006 obsolete.
7007
7008 2002-01-18 Andrew Cagney <ac131313@redhat.com>
7009
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.
7017
7018 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
7019
7020 * alpha-tdep.c (alpha_register_name): New function.
7021 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
7022 (REGISTER_NAME): Define.
7023
7024 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
7025
7026 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
7027
7028 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
7029
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.
7035
7036 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
7037
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.
7045
7046 2002-01-17 Andrew Cagney <ac131313@redhat.com>
7047
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.
7136
7137 2002-01-17 Andrew Cagney <ac131313@redhat.com>
7138
7139 * utils.c (internal_verror): Fix comments, default is yes not no.
7140 Update queries to match. Default to quit and dump core.
7141
7142 2002-01-17 Andrew Cagney <ac131313@redhat.com>
7143
7144 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
7145 copyright.
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.
7153
7154 * stack.c, symfile.c: Update copyright.
7155
7156 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
7157
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.
7162
7163 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
7164
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.
7171
7172 * gdbserver/low-linux.c (myattach): New function.
7173
7174 * gdbserver/server.c (attach_inferior): New function.
7175 (main): Handle "--attach".
7176
7177 2002-01-16 Andrew Cagney <ac131313@redhat.com>
7178
7179 * MAINTAINERS (language support): Daniel Jacobwitz is C++
7180 maintainer.
7181
7182 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
7183
7184 * c-typeprint.c (is_type_conversion_operator): Add additional
7185 check for non-conversion operators.
7186
7187 2002-01-15 Michael Snyder <msnyder@redhat.com>
7188
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".
7194
7195 2002-01-15 Michael Snyder <msnyder@redhat.com>
7196
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.
7203
7204 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
7205
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
7210 types.
7211 (builtin_type_vec128): New builtin type for 128 bit vector
7212 registers.
7213 (build_gdbtypes): Initialize builtin_type_v16qi and
7214 builtin_type_v8hi. Create the vec128 register builtin type
7215 structure.
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.
7221
7222 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
7223
7224 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
7225 to make_cv_type.
7226
7227 2002-01-14 Andrew Cagney <ac131313@redhat.com>
7228
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.
7232
7233 2002-01-14 Andrew Cagney <ac131313@redhat.com>
7234
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.
7238
7239 2002-01-14 Michael Snyder <msnyder@redhat.com>
7240
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.
7245
7246 2002-01-13 Andrew Cagney <ac131313@redhat.com>
7247
7248 * signals.c (target_signal_to_name): Rewrite. Only use
7249 signals[].name when in bounds and non-NULL.
7250
7251 2002-01-13 Andrew Cagney <ac131313@redhat.com>
7252
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.
7256
7257 2002-01-13 Andrew Cagney <ac131313@redhat.com>
7258
7259 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
7260
7261 2002-01-13 Keith Seitz <keiths@redhat.com>
7262
7263 * stack.c (print_frame_info_base): Print the frame's pc
7264 only if when print_frame_info_listing_hook is not defined.
7265
7266 2002-01-13 Keith Seitz <keiths@redhat.com>
7267
7268 * varobj.c (varobj_set_value): Make sure that there were no
7269 errors evaluating the object before attempting to set its
7270 value.
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
7274 a CPLUS_FAKE_CHILD.
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
7279 the value "{...}".
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.
7291
7292 2002-01-13 Andrew Cagney <ac131313@redhat.com>
7293
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.
7298
7299 2002-01-13 Andrew Cagney <ac131313@redhat.com>
7300
7301 From Jeff law:
7302 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
7303 structures passed in registers.
7304
7305 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
7306
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>.
7310
7311 2002-01-11 Michael Snyder <msnyder@redhat.com>
7312
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.
7325
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.
7330
7331 2002-01-12 Andrew Cagney <ac131313@redhat.com>
7332
7333 From Peter Schauer:
7334 * language.c (longest_local_hex_string_custom): Use phex_nz to
7335 convert NUM to a hex string.
7336
7337 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
7338
7339 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
7340 the function.
7341 Update Copyright year.
7342
7343 2002-01-12 Andrew Cagney <ac131313@redhat.com>
7344
7345 * language.c (longest_raw_hex_string): Delete unused function.
7346
7347 2002-01-11 Petr Sorfa <petrs@caldera.com>
7348
7349 * MAINTAINERS (write-after-approval): Add myself.
7350 * dwarf2read.c (read_tag_string_type): Handling of
7351 DW_AT_byte_size.
7352 (read_tag_string_type): FORTRAN fix to prevent propagation of
7353 first string size.
7354 (set_cu_language): Handling of DW_LANG_Fortran95
7355
7356 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
7357
7358 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
7359 GETPID(inferior_ptid).
7360 (store_inferior_registers): Likewise.
7361
7362 2002-01-10 Jason Merrill <jason@redhat.com>
7363
7364 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
7365 Fix DW_OP_minus.
7366
7367 2002-01-10 Andrew Cagney <ac131313@redhat.com>
7368
7369 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
7370 and bfd/elf32-sh-nbsd.c.
7371
7372 2002-01-10 Michael Snyder <msnyder@redhat.com>
7373
7374 * NEWS: Mention --pid and corefile/proc-id behavior change.
7375
7376 * Makefile.in: Add rules for gcore.o and linux-proc.o.
7377 * gcore.c: Include cli/cli-decode.h instead of command.h.
7378
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
7382 it as a corefile.
7383 (print_gdb_help): Document the "--pid" argument.
7384
7385 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
7386
7387 * completer.c (command_completer): New function.
7388
7389 * completer.h <command_completer>: Add prototype.
7390
7391 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
7392 completer for the "help" command.
7393
7394 2002-01-09 Jason Merrill <jason@redhat.com>
7395
7396 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
7397
7398 2002-01-09 Michael Snyder <msnyder@redhat.com>
7399
7400 * i386-linux-nat.c (fill_fpxregset): Make global.
7401 (store_fpxregset): Ditto.
7402
7403 * gregset.h (gdb_fpxregset_t): Define.
7404 (supply_fpxregset): Prototype.
7405 (fill_fpxregset): Prototype.
7406
7407 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
7408
7409 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
7410
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.
7414
7415 2002-01-09 Andrew Cagney <ac131313@redhat.com>
7416
7417 * MAINTAINERS: Update target maintainer rules so that any
7418 Maintainer can approve a tested patch for a maintenance-only
7419 target.
7420
7421 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
7422
7423 * MAINTAINERS (write-after-approval): Add myself.
7424
7425 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
7426 IN_SIGTRAMP.
7427
7428 2002-01-08 Michael Snyder <msnyder@redhat.com>
7429
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.
7432
7433 2002-01-03 Michael Snyder <msnyder@redhat.com>
7434
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.
7476
7477 2002-01-07 Michael Snyder <msnyder@redhat.com>
7478
7479 * arm-linux-nat.c: Remove references to regcache.c internal data
7480 (registers[] and register_valid[]).
7481
7482 2002-01-07 Michael Snyder <msnyder@redhat.com>
7483
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.
7498
7499 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
7500
7501 * win32-nat.c: Add i386-tdep.h dependency.
7502
7503 2002-01-07 Michael Snyder <msnyder@redhat.com>
7504
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.
7508
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.
7514
7515 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
7516 use tilde_expand and strerror for opening save-tracepoints file.
7517
7518 * thread-db.c (thread_db_new_objfile): Indendation fix.
7519
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.
7529
7530 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
7531
7532 From Nick Clifton <nickc@redhat.com>
7533 * d10v-tdep.c: Set STACK_START to 0x200bffe.
7534
7535 2002-01-07 Michael Snyder <msnyder@redhat.com>
7536
7537 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
7538 Don't use exec_bfd if it's NULL.
7539
7540 2002-01-06 Mark Kettenis <kettenis@gnu.org>
7541
7542 * valops.c (value_arg_coerce): Fix formatting.
7543
7544 2002-01-06 Andrew Cagney <ac131313@redhat.com>
7545
7546 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
7547 * gnu-nat.c: Ditto.
7548
7549 2002-01-06 Andrew Cagney <ac131313@redhat.com>
7550
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
7556 status.
7557
7558 2002-01-06 Andrew Cagney <ac131313@redhat.com>
7559
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
7563 comments.
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.
7578
7579 2002-01-05 Andrew Cagney <ac131313@redhat.com>
7580
7581 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
7582 with BFD_ENDIAN_BIG.
7583
7584 2002-01-05 Andrew Cagney <ac131313@redhat.com>
7585
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>.
7590
7591 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
7592
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
7613 i386bsd-nat.o.
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.
7624
7625 2002-01-05 Andrew Cagney <ac131313@redhat.com>
7626
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.
7646 * NEWS: Update.
7647
7648 2002-01-04 Andrew Cagney <ac131313@redhat.com>
7649
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.
7666
7667 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
7668
7669 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
7670 for core files.
7671
7672 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
7673
7674 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
7675
7676 2002-01-04 Andrew Cagney <ac131313@redhat.com>
7677
7678 * value.h (value_ptr): Delete typedef.
7679
7680 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
7681
7682 * i386nbsd-nat.c: Update copyright years.
7683 Include i386-tdep.h.
7684
7685 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
7686
7687 * stabsread.c: Update copyright years.
7688
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.
7692 Fix PR gdb/269.
7693
7694 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
7695
7696 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
7697 prototype.
7698
7699 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
7700
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.
7705
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.
7710
7711 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
7712
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.
7716
7717 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
7718
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.
7724
7725 2002-01-03 Andrew Cagney <ac131313@redhat.com>
7726
7727 * valarith.c: Replace value_ptr with struct value pointer. Remove
7728 register attribute from value declarations.
7729 * valops.c: Ditto.
7730 * value.h: Ditto.
7731 * scm-lang.c (scm_lookup_name): Ditto.
7732
7733 2002-01-03 Michael Snyder <msnyder@redhat.com>
7734
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.
7743
7744 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
7745
7746 2002-01-01 Mark Kettenis <kettenis@gnu.org>
7747
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
7752 combinations.
7753
7754 * maint.c (_initialize_maint_cmds): Add missing \ in
7755 string-literal.
7756
7757 For older changes see ChangeLog-2001
7758 \f
7759 Local Variables:
7760 mode: change-log
7761 left-margin: 8
7762 fill-column: 74
7763 version-control: never
7764 End:
This page took 0.192132 seconds and 5 git commands to generate.