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