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