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