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