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