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