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