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