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