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