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