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