* Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
76a6d5fe
JT
12002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
2
3 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
4 shnbsd-nat.c.
5 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6
45888261
JT
72002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
8
9 * NEWS: Note new MIPS NetBSD native configuration.
10 * configure.host (mips*-*-netbsd*): New host.
11 * configure.tgt (mips*-*-netbsd*): New target.
12 * mipsnbsd-nat.c: New file.
13 * mipsnbsd-tdep.c: New file.
14 * mipsnbsd-tdep.h: New file.
15 * config/mips/nbsd.mh: New file.
16 * config/mips/nbsd.mt: New file.
17 * config/mips/nm-nbsd.h: New file.
18 * config/mips/tm-nbsd.h: New file.
19
70f80edf
JT
202002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
21
22 * Makefile.in (SFILES): Add osabi.c.
23 (COMMON_OBS): Add osabi.o.
24 (osabi.o): New dependency list.
25 * osabi.c: New file.
26 * osabi.h: New file.
27 * doc/gdbint.texinfo: Document new generic OS ABI framework.
28
29 * Makefile.in (alpha_tdep_h): Define and use instead of
30 alpha-tdep.h.
31 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
32 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
33 Remove.
34 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
35 * alpha-tdep.h: Include osabi.h.
36 (alpha_abi): Remove.
37 (gdbarch_tdep): Use generic OS ABI framework.
38 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
39 gdbarch_register_osabi.
40 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
41 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
42 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
43
44 * Makefile.in (sh_tdep_h): Add osabi.h.
45 * sh-tdep.h (sh_osabi): Remove.
46 (gdbarch_tdep): Use generic OS ABI framework.
47 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
48 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
49 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
50 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
51
52 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
53 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
54 gdbarch_register_osabi.
55 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
56 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
57 (get_elfosabi): Rename to...
58 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
59 ABI framework support routines.
60 (arm_gdbarch_init): Use generic OS ABI framework.
61 (arm_dump_tdep): Likewise.
62 (_initialize_arm_tdep): Likewise.
63 * arm-tdep.h: Include osabi.h.
64 (arm_abi): Remove.
65 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
66 osabi member.
67 (arm_gdbarch_register_os_abi): Remove prototype.
68 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
69 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
70
71 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
72 * mips-tdep.c: Include osabi.h.
73 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
74 OS ABI framework.
75
d194345b
KH
762002-05-20 Kazu Hirata <kazu@cs.umass.edu>
77
78 * h8300-tdep.c: Fix formatting.
79
70c6b0d1
EZ
802002-05-20 Elena Zannoni <ezannoni@redhat.com>
81
82 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
83 printing vector registers.
84
165b8e33
AC
852002-05-19 Andrew Cagney <ac131313@redhat.com>
86
87 From Fernando Nasser:
88 * remote.c (remote_async_open_1): Re-throw the exception when the
89 connection fails.
90 (remote_cisco_open): Ditto.
91 (remote_open_1): Ditto.
92
36918e70
AC
932002-05-19 Andrew Cagney <ac131313@redhat.com>
94
95 * remote.c (remote_start_remote_dummy): Add uiout parameter.
96 (remote_start_remote): Add uiout parameter. Pass through to
97 remote_start_remote_dummy.
98 (remote_open_1): Use catch_exception instead of catch_errors.
99 (remote_async_open_1): Ditto.
100 (remote_cisco_open): Ditto.
101
ae44c0c4
AC
1022002-05-19 Andrew Cagney <ac131313@redhat.com>
103
104 * remote.c (remote_start_remote): Replace PTR with void pointer.
105 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
106 static.
107
8efe637d
AC
1082002-05-18 Andrew Cagney <ac131313@redhat.com>
109
110 * gdb_indent.sh: Allow the script to be run in the sim directory.
111
2f1b5984
MK
1122002-05-18 Mark Kettenis <kettenis@gnu.org>
113
f0f625e2
MK
114 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
115 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
116
2f1b5984
MK
117 * corelow.c (core_open): Only call set_gdbarch_from_file if
118 exec_bfd is NULL.
119
fc974602
AV
1202002-05-17 Andrey Volkov <avolkov@transas.com>
121
122 * h8300-tdep.c: Add support of EXR register
123 * config/h8300/tm-h8300.h: Ditto.
124
906709f4
AV
1252002-05-17 Andrey Volkov <avolkov@transas.com>
126
127 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
128
6e591d68
AV
1292002-05-17 Andrey Volkov <avolkov@transas.com>
130
131 * h8300-tdep.c: Change literal regnums to REGNO.
132
84f0252a
JB
1332002-05-17 Jim Blandy <jimb@redhat.com>
134
e0e9281e
JB
135 * NEWS: Note addition of macro support.
136
84f0252a
JB
137 Expand preprocessor macros in C expressions.
138 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
139 (scan_macro_expansion, scanning_macro_expansion,
140 finished_macro_expansion): New function declarations.
141 (expression_macro_lookup_func, expression_macro_lookup_baton): New
142 variable declarations.
143 * parser-defs.h (expression_context_pc): New declaration.
144 * parse.c (expression_context_pc): New variable.
145 (parse_exp_1): Set expression_context_pc, as well as
146 expression_context_block.
147 * c-exp.y (yylex): If we're not already reading the result of a
148 macro expansion, try to macro-expand the next token. When we're
149 done scanning a macro expansion, switch back to the mainline text.
150 Commas and `if's in a macro's expansion don't terminate the input.
151 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
152 (macro_original_text, macro_expanded_text,
153 expression_macro_lookup_func, expression_macro_lookup_baton): New
154 variables.
155 (scan_macro_expansion, scanning_macro_expansion,
156 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
157 c_preprocess_and_parse): New functions.
158 (c_language_defn, cplus_language_defn, asm_language_defn): Call
159 c_preprocess_and_parse, instead of c_parse.
160 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
161 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
162
1c509ca8
JR
163Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
164
165 * sh-tdep.c (gdb_print_insn_sh64): Delete.
166 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
167 (sh_gdbarch_init): Always use gdb_print_insn_sh.
168
2250ee0c
CV
1692002-05-17 Corinna Vinschen <vinschen@redhat.com>
170
171 * NEWS: Add section for multi-arched targets. Add v850 to that section.
172
ab3b8126
JT
1732002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
174
175 * Makefile.in (sh_tdep_h): Define and use.
176 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
177 register enum): Move to...
178 * * sh-tdep.h: ...here.
179 * sh-tdep.c: Include sh-tdep.h.
180 * sh3-rom.c: Likewise.
181 * shnbsd-tdep.c: Likewise.
182
ed9d4749
MS
1832002-05-16 Michael Snyder <msnyder@redhat.com>
184
185 * arm-tdep.c: Spelling fix in comment.
186
2e276125
JB
1872002-05-16 Jim Blandy <jimb@redhat.com>
188
6821892e
JB
189 Add commands for manually expanding macros and showing their
190 definitions.
191 * macrocmd.c, macroscope.c, macroscope.h: New files.
192 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
193 (macroscope_h): New variable.
194 (HFILES_NO_SRCDIR): Add macroscope.h.
195 (COMMON_OBS): Add macrocmd.o, macroscope.o.
196 (macroscope.o, macrocmd.o): New rules.
197
2e276125
JB
198 Teach the Dwarf 2 reader to read macro information.
199 * dwarf2read.c: #include "macrotab.h".
200 (dwarf_macinfo_buffer): New variable.
201 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
202 dwarf_macinfo_size.
203 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
204 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
205 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
206 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
207 dwarf2_macro_spaces_in_definition): New complaints.
208 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
209 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
210 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
211 the partial symbol table.
212 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
213 from what's recorded in the partial symbol table.
214 (read_file_scope): If the compilation unit has a
215 `DW_AT_macro_info' attribute, read its macro information.
216 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
217
2f53fe6c
DJ
2182002-05-16 Daniel Jacobowitz <drow@mvista.com>
219
220 Fix PR gdb/546
221 * ser-tcp.c: Don't include <netinet/udp.h>.
222
2be99286
SC
2232002-05-16 Stephane Carrez <stcarrez@nerim.fr>
224
225 * MAINTAINERS: Update my email address.
226
c9af212b 2272002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
228
229 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
230 include file of the same name.
231
bf5f1a52
CV
2322002-05-16 Corinna Vinschen <vinschen@redhat.com>
233
234 * configure.tgt: Mark v850 as multi-arched.
235 * config/v850/tm-v850.h: Remove file.
236 * config/v850/v850.mt: Eliminate TM_FILE.
237
435e042a
CV
2382002-05-16 Corinna Vinschen <vinschen@redhat.com>
239
240 * v850-tdep.c: Full multi-arch.
241 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
242 Define GDB_MULTI_ARCH to 2.
243
9819c6c8
PM
2442002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
245
246 * p-exp.y (current_type): New static variable.
247 Carries the type of the expression at the position that is parsed.
248 (push_current_type, pop_current_type): Two new functions. Used
249 to store/restore current_type in expression on specific tokens.
c9af212b
RE
250 (search_field): New static variable. Set to one after parsing a point
251 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
252 (FIELDNAME): New token. After a point only a token belonging to
253 current_type type definition is allowed.
254 (all over token rules): reset and change current_type according
255 to rules.
256 (exp '[' rule): insert implicit array index field if
257 exp is a pascal string type.
258
3a06899a
CV
2592002-05-16 Corinna Vinschen <vinschen@redhat.com>
260
261 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
262 frame info. Use frame_info's saved_regs instead of matching member
263 in extra_frame_info throughout.
264 (v850_frame_init_saved_regs): New function.
265 (v850_init_extra_frame_info): Move most functionality into
266 v850_frame_init_saved_regs().
267 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
268 (v850_frame_find_saved_regs): Remove declaration.
269 (FRAME_FIND_SAVED_REGS): Remove definition.
270 (v850_frame_init_saved_regs): Add declaration.
271 (FRAME_INIT_SAVED_REGS): Add definition.
272
6ed14b0e
CV
2732002-05-16 Corinna Vinschen <vinschen@redhat.com>
274
275 * v850-tdep.c: Begin multi-arch'ing v850.
276 (v850_target_architecture_hook): Remove function.
277 (v850_gdbarch_init): New function. Add code previously in
278 v850_target_architecture_hook().
279 (_initialize_v850_tdep): Don't set target_architecture_hook.
280 Call register_gdbarch_init() instead.
281
42725910
DJ
2822002-05-16 Daniel Jacobowitz <drow@mvista.com>
283
284 * gdbtypes.h (struct cplus_struct_type): Remove args field.
285 * hpread.c (hpread_read_struct_type): Remove assignments to args.
286 (fixup_class_method_type): Likewise.
287
0bc68c49
DJ
2882002-05-15 Daniel Jacobowitz <drow@mvista.com>
289
290 From Martin Pool <mbp@samba.org>:
291 * gdbserver/server.c (gdbserver_usage): New function.
292 (main): Call it.
293
99d9066e
JB
2942002-05-15 Jim Blandy <jimb@redhat.com>
295
296 Add macro structures to GDB's symbol tables. Nobody puts anything
297 in them yet.
298 * symtab.h (struct symtab): New member: `macro_table'.
299 * buildsym.h (pending_macros): New global variable.
300 * buildsym.c: #include "macrotab.h".
301 (buildsym_init): Initialize `pending_macros'.
302 (end_symtab): If we found macro information while reading a CU's
303 debugging info, do build a symtab structure for it. Make the
304 symtab point to the macro information, and clear the
305 `pending_macros' pointer which held it while we were reading the
306 debug info.
307 (really_free_pendings): Free any pending macro table.
308 * objfiles.h (struct objfile): New member: `macro_cache'.
309 * objfiles.c (allocate_objfile): Set allocate and free functions
310 for the macro cache's objstack.
311 (free_objfile): Empty the macro cache's obstack.
312 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
313 set new allocate and free functions for it.
314 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
315 free functions for the macro cache's objstack. (Why is this
316 function building its own objfile?)
317 * symmisc.c (print_objfile_statistics): Print statistics on the
318 macro bcache.
319 * Makefile.in: Note that buildsym.o depends on macrotab.h.
320
c899585b
RE
3212002-05-15 Richard Earnshaw <rearnsha@arm.com>
322
323 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
324 (REGISTER_U_ADDR): Delete definition.
325 (arm_register_u_addr): Delete declaration.
326
a6cdd8c5
RE
3272002-05-15 Richard Earnshaw <rearnsha@arm.com>
328
329 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
330 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
331
fd3a5ca1
DJ
3322002-05-14 Daniel Jacobowitz <drow@mvista.com>
333
334 * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
335 stop_at -> stop_pc.
336
c97dcfc7
AC
3372002-05-14 Andrew Cagney <ac131313@redhat.com>
338
339 * regcache.c (register_valid): Revise comments refering to "Not
340 available" and "unavailable".
341 * frame.c (frame_register_read): Ditto.
342 * findvar.c (value_of_register): Ditto.
343
93021b7d
AC
3442002-05-15 Andrew Cagney <cagney@redhat.com>
345
346 * Makefile.in (remote_sim_h): Replace remote-sim_h.
347 (remote-sim.o): Update dependencies.
348 (d10v-tdep.o): Specify dependencies.
349 (sim_d10v_h): Define.
350
a86bc61c
JB
3512002-05-14 Jim Blandy <jimb@redhat.com>
352
353 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
354 * macrotab.c (macro_lookup_inclusion, find_definition,
355 new_macro_table): Same.
356
357 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
358 not `! strcmp ()'. This is a dubious improvement.
359 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
360
361 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
362 although it's not necessary, to avoid a warning.
363
2fdde8f8
DJ
3642002-05-14 Daniel Jacobowitz <drow@mvista.com>
365
366 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
367 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
368 TYPE_INSTANCE_FLAGS.
369 (struct main_type): New.
370 (struct type): Move most members to struct main_type. Change
371 cv_type and as_type to new type_chain member. Add instance_flags.
372 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
373 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
374 (finish_cv_type): Remove prototype.
375 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
376 Set TYPE_CHAIN.
377 (alloc_type_instance): New function.
378 (smash_type): New function.
379 (make_pointer_type, make_reference_type, make_function_type)
380 (smash_to_member_type, smash_to_method_type): Call smash_type.
381 (make_qualified_type): New function.
382 (make_type_with_address_space): Call make_qualified_type.
383 (make_cv_type): Likewise.
384 (finish_cv_type): Remove unnecessary function.
385 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
386 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
387 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
388 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
389 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
390 * hpread.c (hpread_read_struct_type): Likewise.
391 * stabsread.c (read_struct_type): Likewise.
392
843fedf4
EZ
3932002-05-14 Elena Zannoni <ezannoni@redhat.com>
394
395 * configure.tgt: Add a catch all sh* target, for cases like
396 sh[2,3,4]-elf and sh-hms.
397
05a6c72c
KS
3982002-05-14 Keith Seitz <keiths@redhat.com>
399
400 * event-loop.c (create_file_handler): Don't do anything but
401 update data when we are given a fd which we are already
402 monitoring.
403
5d085aaf
ML
4042002-05-14 Michal Ludvig <mludvig@suse.cz>
405
406 * dwarf2cfi.c (context_cpy): Copy registers correctly.
407 (update_context): Use __func__ in warnings.
408
9db8d71f
DJ
4092002-05-14 Daniel Jacobowitz <drow@mvista.com>
410
411 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
412 and tcp_close to net_open and net_close.
413 (net_open): Accept "udp:" and "tcp:" specifications. Connect
414 using UDP if requested. Don't try to disable Nagle on UDP
415 sockets.
416 * remote.c (remote_serial_open): New function. Warn about UDP.
417 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
418
5dbc6baa
EZ
4192002-05-13 Elena Zannoni <ezannoni@redhat.com>
420
421 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
422
cc3023f7
EZ
4232002-05-13 Elena Zannoni <ezannoni@redhat.com>
424
425 * configure.tgt: Remove sh-hms target.
426 * MAINTAINERS: Don't list sh-hms as a separate target.
427
ec2bcbe7
JB
4282002-05-13 Jim Blandy <jimb@redhat.com>
429
430 Add first preprocessor macro-expansion files.
431 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
432 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
433 (splay_tree_h, macroexp_h, macrotab_h): New variable.
434 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
435 (COMMON_OBS): Add macrotab.o, macroexp.o.
436 (macroexp.o, macrotab.o): New rules.
437
6d531722
AC
4382002-05-13 Andrew Cagney <ac131313@redhat.com>
439
440 * config/m88k/tm-m88k.h: Update copyright.
441 (m88k_target_write_pc): Declare
442 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
443 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
444 (SHIFT_INST_REGS): Update definition.
445 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
446 using old definition of TARGET_WRITE_PC.
447 * regcache.c (generic_target_write_pc): Delete code handling
448 NNPC_REGNUM.
449 * gdbarch.sh (NNPC_REGNUM): Delete.
450 * gdbarch.h, gdbarch.c: Regenerate.
451
3e3f2739
RE
4522002-05-13 Richard Earnshaw <rearnsha@arm.com>
453
454 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
455 builtin reg number.
456
0004e5a2
DJ
4572002-05-13 Daniel Jacobowitz <drow@mvista.com>
458
459 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
460 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
461 (gen_address_of, gen_struct_ref, gen_repeat): Use type
462 access macros.
463 * c-typeprint.c (cp_type_print_method_args): Likewise.
464 (c_type_print_args): Likewise.
465 * d10v-tdep.c (d10v_push_arguments): Likewise.
466 (d10v_extract_return_value): Likewise.
467 * expprint.c (print_subexp): Likewise.
468 * gdbtypes.c (lookup_primitive_typename): Likewise.
469 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
470 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
471 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
472 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
473 (TYPE_VECTOR): Likewise.
474 * hpread.c (hpread_read_struct_type)
475 (fix_static_member_physnames, fixup_class_method_type)
476 (hpread_type_lookup): Likewise.
477 * mdebugread.c (parse_symbol, parse_type): Likewise.
478 * p-lang.c (is_pascal_string_type): Likewise.
479 * valops.c (hand_function_call): Likewise.
480 * x86-64-tdep.c (classify_argument): Likewise.
481
482 * hpread.c (hpread_read_function_type)
483 (hpread_read_doc_function_type): Call replace_type.
484 * dstread.c (create_new_type): Delete.
485 (decode_dst_structure, process_dst_function): Call alloc_type.
486 Use type access macros.
487
dff95cc7
MK
4882002-05-12 Mark Kettenis <kettenis@gnu.org>
489
490 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
491 the're not supported by the current architecture.
492 (i387_fill_fxsave): Likewise.
493
bbcd32ad
FF
4942002-05-12 Fred Fish <fnf@redhat.com>
495
496 * symfile.c (default_symfile_offsets): Arrange for uninitialized
497 sect_index_xxx members to index the first slot in section_offsets
498 if all of the section_offsets are zero.
499
89cf4787
MK
5002002-05-12 Mark Kettenis <kettenis@gnu.org>
501
502 * configure.tgt (sparc-*openbsd): Remove entry accidentially
503 checked in with last change.
504
1f77ffc5
MK
5052002-05-12 Mark Kettenis <kettenis@gnu.org>
506
507 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
508 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
509 config.sub.
510
89b8b4a9
DJ
5112002-05-12 Daniel Jacobowitz <drow@mvista.com>
512
513 * Makefile.in: Update dependencies.
514
14a5e767
AC
5152002-05-11 Andrew Cagney <ac131313@redhat.com>
516
517 * language.c (local_hex_string_custom): Simplify. Do not depend
518 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
519
520 * memattr.c (mem_info_command): Replace calls to
521 longest_local_hex_string and longest_local_hex_string_custom.
522 * buildsym.c (make_blockvector): Ditto.
523 * solib.c (info_sharedlibrary_command): Ditto.
524 * tracepoint.c (tracepoints_info): Ditto.
525 * symtab.c (print_msymbol_info): Ditto.
526
527 * language.c (local_hex_string): Delete.
528 (local_hex_string_custom): Delete.
529 (longest_local_hex_string): Rename to local_hex_string.
530 (longest_local_hex_string_custom): Rename to
531 local_hex_string_custom.
532 * language.h (local_hex_string): Change parameter type to LONGEST.
533 (local_hex_string_custom): Ditto.
534 (longest_local_hex_string): Delete declaration.
535 (longest_local_hex_string_custom): Ditto.
536
537 * solib.c: Update copyright.
538 * memattr.c: Update copyright.
539
13d01224
AC
5402002-05-11 Andrew Cagney <ac131313@redhat.com>
541
542 * arch-utils.h (legacy_register_to_value): Declare.
543 (legacy_value_to_register): Declare.
544 (legacy_convert_register_p): Declare.
545 * arch-utils.c (legacy_register_to_value): New function.
546 (legacy_value_to_register): New function.
547 (legacy_convert_register_p): New function.
548
549 * gdbarch.sh (REGISTER_TO_VALUE): Define.
550 (VALUE_TO_REGISTER): Define.
551 (CONVERT_REGISTER_P): Define.
552 * gdbarch.h, gdbarch.c: Regenerate.
553
554 * valops.c (value_assign): Use CONVERT_REGISTER_P and
555 VALUE_TO_REGISTER.
556 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
557 CONVERT_REGISTER_P.
558
4a1970e4
DJ
5592005-05-11 Daniel Jacobowitz <drow@mvista.com>
560 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
561
562 * Makefile.in: Update dependencies for valops.c.
563 * valops.c: Include "gdb_assert.h".
564 (typecmp): Skip THIS parameter to methods.
565 (find_method_list): Remove static_memfuncp argument,
566 update callers. Check for stub methods.
567 (find_value_oload_method_list): Don't set *static_memfuncp.
568 (find_overload_match): Don't check for stub methods. Assert
569 that methods are not stubbed. Handle static methods.
570 (value_find_oload_method_list): Remove static_memfuncp argument.
571 * gdbtypes.c (check_stub_method): Do not add THIS pointer
572 to the argument list for static stub methods.
573 * value.h (value_find_oload_method_list): Update prototype.
574
b2e75d78
AC
5752002-05-11 Andrew Cagney <ac131313@redhat.com>
576
577 * arch-utils.h (generic_register_size): Declare.
578 (generic_register_raw_size, generic_register_virtual_size): Delete
579 declarations.
580 * arch-utils.c (generic_register_raw_size): Delete.
581 (generic_register_size): New function.
582 (generic_register_virtual_size): Delete.
583
584 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
585 default generic_register_size.
586 * gdbarch.h, gdbarch.c: Re-generate.
587
588 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
589 register_virtual_size.
590 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
591 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
592
451fbdda
AC
5932002-05-11 Andrew Cagney <ac131313@redhat.com>
594
595 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
596 * gdbarch.h, gdbarch.c: Regenerate.
597 * gnu-v3-abi.c: Update copyright.
598 (vtable_address_point_offset): Update.
599 (gnuv3_rtti_type): Update.
600 (gnuv3_baseclass_offset): Update.
601 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
602 (init_fetch_link_map_offsets): Update.
603 * remote.c (get_remote_state): Update.
604
6d2f5cea
DJ
6052002-05-11 Daniel Jacobowitz <drow@mvista.com>
606
607 * TODO: Remove value_headof/value_from_vtable_info comment.
608 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
609 * values.c (value_headof, value_from_vtable_info): Delete.
610 * value.h (value_from_vtable_info): Delete prototype.
611
d2324da4
AC
6122002-05-11 Andrew Cagney <ac131313@redhat.com>
613
614 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
615 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
616 $(gdb_regex_h).
617 (gdb_assert_h): Define.
618 (gdb_wait_h): Define.
619 (gdb_regex_h): Define.
620
5c717440
DJ
6212002-05-11 Daniel Jacobowitz <drow@mvista.com>
622
623 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
624 * linespec.c (find_methods): Handle GCC 3.x template constructors.
625
6c7861b3
JT
6262002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
627
628 * nbsd-tdep.c: Fix comment.
629
ea5bc2a6
JT
6302002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
631
632 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
633 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
634 (nbsd-tdep.o): New dependency list.
635 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
636 nbsd-tdep.h.
637 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
638 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
639 * nbsd-tdep.c: New file.
640 * nbsd-tdep.h: New file.
641 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
642 nbsd-tdep.h.
643 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
644 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
645 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
646 * config/sh/nbsd.mt (TDEPFILES): Ditto.
647
b28da865
JT
6482002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
649
650 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
651 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
652 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
653 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
654 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
655 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
656
4b8ff1fa
JT
6572002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
658
659 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
660 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
661 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
662 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
663 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
664 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
665 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
666
dfe6eb1f
JT
6672002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
668
669 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
670 fetch_elfcore_registers to...
671 * i386nbsd-tdep.c: ...here.
672 (i386nbsd_use_struct_convention): Rename to...
673 (i386nbsd_aout_use_struct_convention): ...this.
674 (i386nbsd_supply_reg): New function.
675 (i386nbsd_fill_reg): New function.
676 (fetch_core_registers): Use i386nbsd_supply_reg.
677 (fetch_elfcore_registers): Likewise.
678 (_initialize_i386nbsd_tdep): New function.
679 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
680 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
681 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
682 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
683 (i386nbsd_aout_use_struct_convention): ...this.
684
20cb8cda
JT
6852002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
686
687 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
688 (store_inferior_registers): Use shnbsd_fill_reg.
689 * shnbsd-tdep.c (sh_nbsd_supply_registers,
690 sh_nbsd_supply_register): Collapse into...
691 (shnbsd_supply_reg): ...this.
692 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
693 (shnbsd_fill_reg): ...this.
694 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
695 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
696 (fetch_core_registers): Use shnbsd_supply_reg.
697 (fetch_elfcore_registers): Use shnbsd_supply_reg.
698 (sh_nbsd_core_fns): Rename to...
699 (shnbsd_core_fns): ...this.
700 (sh_nbsd_elfcore_fns): Rename to...
701 (shnbsd_elfcore_fns): ...this.
702 (sh_nbsd_init_abi): Rename to...
703 (shnbsd_init_abi): ...this.
704 (_initialize_sh_nbsd_tdep): Rename to...
705 (_initialize_shnbsd_tdep): ...this.
706 * shnbsd-tdep.h (sh_nbsd_supply_registers,
707 sh_nbsd_supply_register, sh_nbsd_fill_registers,
708 sh_nbsd_fill_register): Remove prototypes.
709 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
710
e750d25e
JT
7112002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
712
713 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
714 (i387-nat.o): Delete dependency list.
715 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
716 (x86-64-linux-nat.o): Likewise.
717 * i387-nat.c: Delete file, moving contents to...
718 * i387-tdep.c: ...here.
719 * i387-nat.h: Rename...
720 * i387-tdep.h: ...to this.
721 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
722 * i386-linux-nat.c: Likewise.
723 * i386bsd-nat.c: Likewise.
724 * i386gnu-nat.c: Likewise.
725 * i386nbsd-nat.c: Likewise.
726 * i386v4-nat.c: Likewise.
727 * x86-64-linux-nat.c: Likewise.
728 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
729 * config/i386/go32.mh (NATDEPFILES): Likewise.
730 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
731 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
732 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
733 * config/i386/linux.mh (NATDEPFILES): Likewise.
734 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
735 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
736 * config/i386/obsd.mh (NATDEPFILES): Likewise.
737 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
738
1aee598a
JT
7392002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
740
741 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
742 (alphanbsd-nat.o): Remove dependency list.
743 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
744 * alphanbsd-nat.c: Delete. Contents moved to...
745 * alphanbsd-tdep.c: ...here.
746 (_initialize_alphanbsd_tdep): Register core functions.
747 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
748
12bcb0fe
JT
7492002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
750
751 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
752 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
753 (alphanbsd-nat.o): Likewise.
754 (alphabsd-tdep.o): New dependency list.
755 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
756 (fill_gregset): Use alphabsd_fill_reg.
757 (supply_fpregset): Use alphabsd_supply_fpreg.
758 (fill_fpregset): Use alphabsd_fill_fpreg.
759 (fetch_inferior_registers): Use struct reg and struct fpreg
760 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
761 and alphabsd_supply_fpreg.
762 (store_inferior_registers): Use struct reg and struct fpreg
763 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
764 and alphabsd_fill_fpreg.
765 * alphabsd-tdep.c: New file.
766 * alphabsd-tdep.h: New file.
767 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
768 (fetch_elfcore_registers): Use alphabsd_supply_reg and
769 alphabsd_supply_fpreg.
770 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
771 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
772
361d1df0
EC
7732002-05-11 Eric Christopher <echristo@redhat.com>
774
775 * mips-tdep.c (mips_double_register_type): Fix thinko.
776 (mips_single_register_type): Ditto.
777 * MAINTAINERS: Add self.
778
92dd7cee
MK
7792002-05-11 Mark Kettenis <kettenis@gnu.org>
780
781 * i387-nat.c (i387_supply_register, i387_fill_fsave,
782 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
783 right thing on architectures with different endianness and/or
784 integer sizes.
785
e27da16d
JT
7862002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
787
788 From Christian Limpach <chris@Pin.LU>
789 * configure.in: Change sed expression which comments out
790 NATDEPFILES to also comment out continuation lines.
791 * configure: Regenerate.
792
ddde02bd
EZ
7932002-05-10 Elena Zannoni <ezannoni@redhat.com>
794
795 * sh-tdep.c: Clean up code erroneously reintroduced by previous
796 big patch.
797
1c922164
EZ
7982002-05-10 Elena Zannoni <ezannoni@redhat.com>
799
800 * sh-tdep.c: Include correct file.
801
283150cd
EZ
8022002-05-10 Elena Zannoni <ezannoni@redhat.com>
803
804 New support for sh64-elf (sh5) target.
805
806 * configure.tgt: For sh64-elf target, default to sh-elf.
807
808 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
809 (struct gdbarch_tdep): Add new fields for new registers and ABI
810 info.
361d1df0 811
283150cd
EZ
812 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
813 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
814 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
815 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
816 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
817 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
818 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
819 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
820 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
821 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
822 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
823 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
824 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
825 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
826 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
827 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
828 sh64_get_gdb_regnum, sh64_media_reg_base_num,
829 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
830 sign_extend, sh64_nofp_frame_init_saved_regs,
831 sh64_init_extra_frame_info, sh64_get_saved_register,
832 sh64_extract_struct_value_address, sh64_pop_frame,
833 sh64_push_arguments, sh64_extract_return_value,
834 sh64_store_return_value, sh64_show_media_regs,
835 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
836 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
837 sh_sh64_register_virtual_type,
838 sh_sh64_register_convert_to_virtual,
839 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
840 sh64_register_read, sh64_pseudo_register_write,
841 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
842 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
843 sh64_do_pseudo_register, sh_compact_do_registers_info,
844 sh64_do_registers_info, sh_gdbarch_init): New functions.
845
3117ed25
EZ
8462002-05-10 Elena Zannoni <ezannoni@redhat.com>
847
848 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
849
2654e6d4
DJ
8502002-05-10 Daniel Jacobowitz <drow@mvista.com>
851
852 * linespec.c (decode_line_1): Check for a double quote after
853 a filename correctly.
854
9ab3e532
JB
8552002-05-10 Jim Blandy <jimb@redhat.com>
856
857 Properly track the size of the current objfile's .debug_line section.
858 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
859 (DWARF_LINE_SIZE): New macro.
860 (dwarf2_build_psymtabs_hard): Record the line section's size in
861 the partial symbol table.
862 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
863 symbol table.
864
126fa72d
PS
8652002-05-10 Petr Sorfa <petrs@caldera.com>
866
867 * ia64-tdep.c: Handle breakpoints on L instruction type
868 in MLX instruction bundle by moving the breakpoint to
869 the third slot (X instruction type) as L holds only data.
870
1f077a3e
KB
8712002-05-10 Kevin Buettner <kevinb@redhat.com>
872
873 * dbxread.c (discarding_local_symbols_complaint): New complaint.
874 (process_one_symbol): Complain about discarding local symbols
875 due to a misplaced N_LBRAC entry.
876
8120c9d5 8772002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
878
879 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
880 * linespec.c (find_toplevel_char): '<' and '>' also increase and
881 decrease the depth we are at, in the case of templates.
361d1df0 882
67b2c998
DJ
8832002-05-09 Daniel Jacobowitz <drow@mvista.com>
884
885 * mips-tdep.c (mips_float_register_type): New function.
886 (mips_double_register_type): New function.
887 (mips_print_register): Use them.
888 (do_fp_register_row): Likewise.
889
fd326606
DJ
8902002-05-09 Daniel Jacobowitz <drow@mvista.com>
891
6609d9af 892 * signals/signals.c (signals): Remove conditional compilation around
fd326606 893 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 894 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 895
bef35864
MS
8962002-05-09 Michael Snyder <msnyder@redhat.com>
897
898 * remote-rdp.c (remote_rdp_can_run): Remove.
899
c55a3f73
TT
9002002-05-09 Tom Tromey <tromey@redhat.com>
901
902 * jv-valprint.c (java_val_print): Handle `char' as a special case
903 of TYPE_CODE_INT.
904
b8d5e71d
MS
9052002-05-09 Michael Snyder <msnyder@redhat.com>
906
907 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
908 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 909 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 910 str r(0123),[sp,#nn].
361d1df0 911 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
912 order-independent by placing it in a loop.
913
e2cd42dd
MS
9142002-05-06 Michael Snyder <msnyder@redhat.com>
915
916 * stabsread.c (read_type): Add recognition for new attribute:
917 "@V;" means that an array type is actually a vector.
918 This is analogous to the vector flag that's been added to dwarf2.
919
3ce1502b
MK
9202002-05-09 Mark Kettenis <kettenis@gnu.org>
921
922 * i386-tdep.h (i386_abi): New enum.
923 (struct gdbarch_tdep): Replace os_ident member with abi.
924 (i386_gdbarch_register_os_abi): New prototype.
925 * i386-tdep.c (i386_abi_names): New array.
926 (process_note_abi_tag_sections): Removed.
927 (process_note_sections): New function.
928 (i386_elf_abi_from_note, i386_elf_abi): New functions.
929 (struct i386_abi_handler): New struct.
930 (i386_abi_handler_list): New variable.
931 (i386_gdbarch_register_os_abi): New function.
932 (i386_gdbarch_init): Adapt for the changes given above.
933
084c156a
DJ
9342002-05-08 Daniel Jacobowitz <drow@mvista.com>
935
936 * gregset.h: Say "GNU/Linux".
937
6599f021
EZ
9382002-05-08 Elena Zannoni <ezannoni@redhat.com>
939
940 * gdbtypes.c : Add new builtin type for 64 bit vectors.
941 (build_gdbtypes): Build builtin_type_v2_float.
942 (_initialize_gdbtypes): Register new builtin type.
943
40af4b0c
AC
9442002-05-08 Andrew Cagney <ac131313@redhat.com>
945
946 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
947 (clear_gdbarch_swap): New function.
948 (initialize_non_multiarch): Call.
949 (gdbarch_update_p): Before calling init(), swap out and clear the
950 existing architecture.
951 * gdbarch.c: Regenerate.
952
4fe84f46
JT
9532002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
954
955 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
956 alphanbsd-tdep.c.
957
4015edd1
JT
9582002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
959
960 * sh-nbsd-nat.c: Rename to...
961 * shnbsd-nat.c: ...this.
962 * sh-nbsd-tdep.c: Rename to...
963 * shnbsd-tdep.c: ...this.
964 * sh-nbsd-tdep.h: Rename to...
965 * shnbsd-tdep.h: ...this.
966 * config/sh/nbsd.mh: Use shnbsd-nat.o.
967 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
968
0e2bd219
RE
9692002-05-08 Richard Earnshaw <rearnsha@arm.com>
970
971 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
972 concatenation for command help messages.
973
13a38d45
JT
9742002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
975
976 * NEWS: Note new sh*-*-netbsdelf* configuration.
977 * configure.host: Set gdb_host_cpu to sh for all sh*.
978 (sh*-*-netbsdelf*): New host.
979 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
980 (sh*-*-netbsdelf*): New target.
981 * sh-nbsd-nat.c: New file.
982 * sh-nbsd-tdep.c: New file.
983 * sh-nbsd-tdep.h: New file.
984 * config/sh/nbsd.mh: New file.
985 * config/sh/nbsd.mt: New file.
986 * config/sh/nm-nbsd.h: New file.
987 * config/sh/tm-nbsd.h: New file.
988
d658f924
JT
9892002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
990
991 * sh-tdep.c (sh_osabi_names): Declare.
992 (process_note_abi_tag_sections): New function.
993 (get_elfosabi): Ditto.
994 (sh_gdbarch_register_os_abi): Ditto.
995 (sh_dump_tdep): Ditto.
996 _initialize_sh_tdep): Use gdbarch_register to register
997 sh_gdbarch_init and sh_dump_tdep.
998 * config/sh/tm-sh.h (sh_osabi): Declare.
999 (gdbarch_tdep): Add sh_osabi and osabi_name members.
1000
848cfffb
AC
10012002-05-07 Andrew Cagney <ac131313@redhat.com>
1002
1003 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
1004 (thumb_scan_prologue): Ditto.
1005 (arm_find_callers_reg): Ditto.
1006 (arm_frame_chain): Ditto.
1007 (arm_init_extra_frame_info): Ditto.
1008 (arm_frame_saved_pc): Ditto.
1009 (arm_pop_frame): Ditto.
1010 (arm_push_return_address): New function.
1011 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
1012 call_dummy_location, call_dummy_breakpoint_offset_p,
1013 call_dummy_breakpoint_offset, call_dummy_p,
1014 call_dummy_stack_adjust_p, call_dummy_words,
1015 sizeof_call_dummy_words, call_dummy_start_offset,
1016 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
1017 call_dummy_address, push_return_address and push_dummy_frame for
1018 generic dummy frames.
1019
e7d717c0
JT
10202002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
1021
1022 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
1023 size computation for alloca.
1024 (sh_fp_frame_init_saved_regs): Likewise.
1025
7bbcf283
RE
10262002-05-07 Richard Earnshaw <rearnsha@arm.com>
1027
1028 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
1029 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 1030 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
1031 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
1032 * remote-rdp.c (remote_rdp_fetch_register): Use
1033 ARM_MAX_REGISTER_RAW_SIZE.
1034 (remote_rdp_store_register): Likewise.
1035
4657573b
ML
10362002-05-07 Michal Ludvig <mludvig@suse.cz>
1037
361d1df0 1038 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
1039 added default labels to switch {} statements.
1040 * x86-64-tdep.c: Ditto.
1041 * x86-64-linux-nat.c: Ditto.
1042
010f3b2f
JT
10432002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
1044
1045 * solib.h: Protect against multiple inclusion.
1046
debd256d
JB
10472002-05-06 Jim Blandy <jimb@redhat.com>
1048
9ab3e532
JB
1049 Add first preprocessor macro-expansion files.
1050 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
1051 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
1052 (splay_tree_h, macroexp_h, macrotab_h): New variable.
1053 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
1054 (COMMON_OBS): Add macrotab.o, macroexp.o.
1055 (macroexp.o, macrotab.o): New rules.
1056
debd256d
JB
1057 Separate the job of reading the line number info statement program
1058 header (...expialidocious) out into its own function.
1059 * dwarf2read.c (struct line_head, struct filenames, struct
1060 directories): Replace with...
1061 (struct line_header): New structure, containing the full
1062 contents of the statement program header, including the
1063 include directory and file name tables.
1064 (read_file_scope): If we have line number info, instead of just
1065 calling dwarf_decode_lines to do all the work, call
1066 dwarf_decode_line_header first to get a `struct line_header'
1067 containing the data in the statement program header, and then
1068 pass that to dwarf_decode_lines, which will pick up where that
1069 left off. Be sure to clean up the `struct line_header' object.
1070 (dwarf_decode_line_header, free_line_header, add_include_dir,
1071 add_file_name): New functions.
1072 (dwarf_decode_lines): Move all the code to read the statement
1073 program header into dwarf_decode_line_header. Take the line
1074 header it built as the first argument, instead of the offset to
1075 the compilation unit's line number info. Use the new `struct
1076 line_header' type instead of the old structures. No need to do
1077 cleanups here now, since we don't allocate anything.
1078 (dwarf2_statement_list_fits_in_line_number_section,
1079 dwarf2_line_header_too_long): New complaints.
1080
ac3aafc7
EZ
10812002-05-06 Elena Zannoni <ezannoni@redhat.com>
1082
1083 * gdbtypes.c (init_vector_type): New function.
1084 (build_builtin_type_vec128): Simplify the representation of SIMD
1085 registers.
1086 (build_gdbtypes): Initialize new builtin vector types.
1087 (_initialize_gdbtypes): Register new vector types with gdbarch.
1088 (builtin_type_v4_float, builtin_type_v4_int32,
1089 builtin_type_v8_int16, builtin_type_v16_int8,
1090 builtin_type_v2_int32, builtin_type_v4_int16,
1091 builtin_type_v8_int8): New (renamed) SIMD types.
1092
13e49980
MK
10932002-05-06 Mark Kettenis <kettenis@gnu.org>
1094
1095 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
1096 (i387_fill_fxsave): Likewise.
1097
997b20b8
AO
10982002-05-05 Alexandre Oliva <aoliva@redhat.com>
1099
1100 * alpha-tdep.c (alpha_extract_return_value): Don't use
1101 non-constant array size in prototype.
1102
535c96ce
AC
11032002-05-04 Andrew Cagney <ac131313@redhat.com>
1104
1105 From Brian Taylor <briant at model dot com>:
1106 * ui-out.c (ui_out_field_core_addr): Use the function
1107 longest_local_hex_string_custom'to format addresses > 32 bits
1108 wide.
1109
1110 * ui-out.c (ui_out_field_core_addr): Update comment.
1111
bedfa57b
AC
11122002-05-04 Andrew Cagney <ac131313@redhat.com>
1113
1114 * stack.c (select_and_print_frame): Make static. Delete the
1115 parameter `level'.
1116 (func_command): Update call.
1117 (select_frame_command): Delete code computing the frame level.
1118 * frame.h (select_and_print_frame): Delete declaration.
1119
f621c63e
AC
11202002-05-04 Andrew Cagney <ac131313@redhat.com>
1121
1122 * sparc-tdep.c (sparc_get_saved_register): Comment why
1123 get_prev_frame call is safe.
1124
0f7d239c
AC
11252002-05-04 Andrew Cagney <ac131313@redhat.com>
1126
1127 * frame.h (select_frame): Delete level parameter.
1128 * stack.c (select_frame): Update. Use frame_relative_level to
1129 obtain the frame's level.
1130 (select_and_print_frame): Update call.
1131 (select_frame_command): Ditto.
1132 (up_silently_base): Ditto.
1133 (down_silently_base): Ditto.
1134 * ocd.c (ocd_start_remote): Ditto.
1135 * remote-rdp.c (remote_rdp_open): Ditto.
1136 * remote-mips.c (mips_initialize): Ditto.
1137 (common_open): Ditto.
1138 * remote-e7000.c (e7000_start_remote): Ditto.
1139 * m3-nat.c (select_thread): Ditto.
1140 * hppa-tdep.c (child_get_current_exception_event): Ditto.
1141 (child_get_current_exception_event): Ditto.
1142 * varobj.c (varobj_create): Ditto.
1143 (varobj_update): Ditto.
1144 (c_value_of_root): Ditto.
1145 * tracepoint.c (finish_tfind_command): Ditto.
1146 * corelow.c (core_open): Ditto.
1147 * arch-utils.c (generic_prepare_to_proceed): Ditto.
1148 * thread.c (info_threads_command): Ditto.
1149 (switch_to_thread): Ditto.
1150 * infrun.c (normal_stop): Ditto.
1151 (restore_selected_frame): Ditto.
1152 (restore_inferior_status): Ditto.
1153 * breakpoint.c (insert_breakpoints): Ditto.
1154 (watchpoint_check): Ditto.
1155 (bpstat_stop_status): Ditto.
1156 (do_enable_breakpoint): Ditto.
1157 * blockframe.c (flush_cached_frames): Ditto.
1158 (reinit_frame_cache): Ditto.
1159
71d6c7b1
AC
11602002-05-04 Andrew Cagney <ac131313@redhat.com>
1161
1162 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
1163 maintainer.
1164
cda6c68a
JB
11652002-05-04 Jim Blandy <jimb@redhat.com>
1166
1167 * gdbtypes.c (replace_type): Doc fix.
1168
5c1c87f0
AC
11692002-05-04 Andrew Cagney <ac131313@redhat.com>
1170
1171 * valprint.c (strcat_longest): Delete commented out function.
1172 Update copyright.
1173
cd9bfe15
AC
11742002-05-04 Andrew Cagney <ac131313@redhat.com>
1175
1176 * MAINTAINERS: Mark a29k as deleted.
1177 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
1178 Move new configurations to the top.
1179 * configure.tgt: Remove a29k.
1180 * config/a29k/tm-vx29k.h: Delete.
1181 * config/a29k/vx29k.mt: Delete.
1182 * config/a29k/tm-a29k.h: Delete.
1183 * config/a29k/a29k-udi.mt: Delete.
1184 * config/a29k/a29k.mt: Delete.
1185 * a29k-tdep.c: Delete.
1186 * remote-udi.c: Delete.
1187 * remote-mm.c: Delete.
1188 * remote-eb.c: Delete.
1189 * remote-adapt.c: Delete.
1190 * Makefile.in: Remove obsolete code.
1191 * gdbserver/Makefile.in: Ditto.
1192 * config/s390/s390x.mt: Ditto.
1193 * config/s390/s390.mt: Ditto.
1194 * config/sparc/sparclynx.mh: Ditto.
1195 * config/sparc/linux.mh: Ditto.
1196 * config/pa/hppaosf.mh: Ditto.
1197 * config/pa/hppabsd.mh: Ditto.
1198 * config/ns32k/nbsd.mt: Ditto.
1199 * config/mips/vr5000.mt: Ditto.
1200 * config/m68k/sun3os4.mh: Ditto.
1201 * config/m68k/nbsd.mt: Ditto.
1202 * config/m68k/m68klynx.mh: Ditto.
1203 * config/m32r/m32r.mt: Ditto.
1204 * config/i386/x86-64linux.mt: Ditto.
1205 * config/i386/nbsdelf.mt: Ditto.
1206 * config/i386/nbsd.mt: Ditto.
1207 * config/i386/i386lynx.mh: Ditto.
1208
bf0c5130
AC
12092002-05-04 Andrew Cagney <ac131313@redhat.com>
1210
1211 * target.c (debug_print_register): New function. Handle oversize
1212 registers.
1213 (debug_to_fetch_registers): Call.
1214 (debug_to_store_registers): Call.
1215
2ae1c2d2
JB
12162002-05-03 Jim Blandy <jimb@redhat.com>
1217
13a393b0
JB
1218 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
1219 (read_type): Doc fix.
1220 * gdbtypes.c (replace_type): Doc fix.
1221
2ae1c2d2
JB
1222 * stabsread.c (multiply_defined_struct): New complaint.
1223 (read_struct_type): If the type we were passed isn't empty, or
1224 incomplete, don't read the new struct type into it; complain,
1225 and return the original type unchanged. Take a new `type_code'
1226 argument, which is the type code for the new type.
1227 (read_type): Rather than storing the type's type code here, pass
1228 it as an argument to read_struct_type, and let that take care of
1229 storing it. That way, we don't overwrite the original type code,
1230 so read_struct_type can use it to decide whether we're overwriting
1231 something we shouldn't.
1232 (complain_about_struct_wipeout): New function.
1233
8de9bdc4
AC
12342002-05-03 Andrew Cagney <ac131313@redhat.com>
1235
1236 * gdbarch.sh: Assert that gdbarch is non-NULL.
1237 * gdbarch.c: Regenerate.
1238
f773fdbb
JM
12392002-05-03 Jason Merrill <jason@redhat.com>
1240
1241 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
1242 and return NULL.
1243
0e04a514
ML
12442002-05-03 Michal Ludvig <mludvig@suse.cz>
1245
1246 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
1247 (x86_64_dwarf2gdb_regno_map_length),
1248 (x86_64_dwarf2_reg_to_regnum): Added.
1249 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
1250 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
1251 (_initialize_x86_64_tdep): Synced with the change above.
1252 (x86_64_skip_prologue): Reformulated message.
1253
065432a8
PM
12542002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
1255
1256 * f-exp.y: Also use new prev_lexptr variable
1257 to improve error reporting. Based on Michael Snyder
1258 2002-04-24 dated patch to c-exp.y.
1259 * jv-exp.y: Likewise.
1260 * m2-exp.y: Likewise.
1261
a3162708
EZ
12622002-05-02 Elena Zannoni <ezannoni@redhat.com>
1263
1264 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
1265 we are dealing with vectors.
1266
03620c38
PM
12672002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1268
1269 * config/m68k/tm-nbsd.h: Obvious fix,
1270 correct machine name.
1271
6604db2e
PM
12722002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1273
1274 * p-typeprint.c (pascal_type_print_base): Add support
1275 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
1276
0906b739
PM
12772002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1278
1279 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
1280 for fondamental pascal 'char' type.
1281
e2625b33
PM
12822002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1283
1284 * p-lang.h (is_pascal_string_type): Declaration changed,
1285 new sixth argument of type char ** added.
361d1df0 1286 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
1287 changed. Args length_pos, length_size, string_pos, char_size
1288 can now be NULL. New argument arrayname set to the field
1289 name of the char array. Return value set to char array
1290 field index plus one.
361d1df0 1291 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
1292 is_pascal_string_type function.
1293
cf17c188
AC
12942002-05-02 Andrew Cagney <cagney@redhat.com>
1295
1296 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
1297 <cagney@redhat.com> change.
1298 * gdbarch.c: Regenerate.
1299
52bca491
AC
13002002-05-02 Andrew Cagney <cagney@redhat.com>
1301
1302 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
1303 before probing for a new one. Detect errorenous gdbarch_init
1304 functions.
1305 * gdbarch.c: Regenerate.
1306
d5e72505
AC
13072002-05-01 Andrew Cagney <cagney@redhat.com>
1308
1309 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
1310 * config/mcore/tm-mcore.h: Ditto. Update copyright.
1311 * config/v850/tm-v850.h: Ditto. Update copyright.
1312
af566d9f
AC
13132002-04-30 Andrew Cagney <ac131313@redhat.com>
1314
1315 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
1316 current_gdbarch.
1317
880d85fa
MS
13182002-04-30 Michael Snyder <msnyder@redhat.com>
1319
94c30b78
MS
1320 * arm-tdep.c: Whitespace clean-ups.
1321 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
1322 should have been removed as part of 4/24 change.
1323
6f5987a6
KB
13242002-04-30 Kevin Buettner <kevinb@redhat.com>
1325
1326 * rs6000-tdep.c: Added comment describing how fpscr register
1327 numbers were chosen.
1328
1a113c93
MS
13292002-04-30 Michael Snyder <msnyder@redhat.com>
1330
1331 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
1332
9a6f53fe
EZ
13332002-04-29 Elena Zannoni <ezannoni@redhat.com>
1334
1335 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
1336 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
1337 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
1338
11ed25ac
KB
13392002-04-29 Kevin Buettner <kevinb@redhat.com>
1340
1341 From Louis Hamilton <hamilton@redhat.com>:
1342 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
1343 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
1344 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
1345 not bfd-private xcoff data, to determine wordsize.
1346 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
1347
ae232405
AC
13482002-04-29 Andrew Cagney <ac131313@redhat.com>
1349
1350 GDB 5.2 released from 5.2 branch.
1351
91fd20f7
ML
13522002-04-29 Michal Ludvig <mludvig@suse.cz>
1353
1354 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
1355 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
1356 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 1357
2dc5091b
EZ
13582002-04-29 Elena Zannoni <ezannoni@redhat.com>
1359
1360 * rs6000-tdep.c (rs6000_extract_return_value,
1361 rs6000_store_return_value): Handle returning vectors.
1362 (rs6000_gdbarch_init): Use
1363 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
1364 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1365 New function.
1366 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
1367 vectors.
1368 (ppc_sysv_abi_push_arguments): Handle vector parameters.
1369 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 1370
2b9848d8
PM
13712002-04-24 Pierre Muller <ics.u-strasbg.fr>
1372
1373 * hpread.c (hpread_psymtab_to_symtab_1,
1374 hpread_psymtab_to_symtab): Replace fprintf (stderr,...)
1375 with fprintf_unfiltered (gdb_stderr,...).
1376
f8d17dc5
PM
13772002-04-24 Pierre Muller <ics.u-strasbg.fr>
1378
1379 * remote-array.c (printf_monitor, write_monitor,
361d1df0 1380 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
1381 Replace fprintf (stderr,...
1382 with fprintf_unfiltered (gdb_stderr,....
1383 * remote-es.c: Likewise.
1384 * remote-os9k.c: Likewise.
1385 * remote-st.c: Likewise.
1386
2f2f1ad1
AS
13872002-04-28 Andreas Schwab <schwab@suse.de>
1388
1389 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
1390 linux-proc.o and gcore.o.
1391
b6779aa2
AC
13922002-04-26 Michal Ludvig <mludvig@suse.cz>
1393
1394 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
1395 code without frame pointers.
1396
7e57f5f4
AC
13972002-04-26 Andrew Cagney <ac131313@redhat.com>
1398
1399 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
1400 ON_STACK is needed.
1401
2ceb85d0
BE
14022002-04-26 Ben Elliston <bje@redhat.com>
1403
1404 * target.c (do_xfer_memory): Correct reference to the new option
1405 "trust-readonly-sections".
1406
f5f8a009
EZ
14072002-04-26 Elena Zannoni <ezannoni@redhat.com>
1408
1409 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
1410 * gdbtypes.c (recursive_dump_type): Output the vector flag.
1411 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
1412 vectors.
1413 (read_array_type): Record the fact that this array type is really a
1414 vector (i.e. are passed in by value).
1415
5868c862
JT
14162002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
1417
1418 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
1419 * alpha-tdep.c (alpha_sigcontext_addr): New function.
1420 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
1421 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
1422 * alpha-linux-tdep.c: Include frame.h.
1423 (alpha_linux_sigcontext_addr): New function.
1424 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
1425 alpha_linux_sigcontext_addr.
1426 * alpha-osf1-tdep.c: Include gdbcore.h.
1427 (alpha_osf1_sigcontext_addr): New function.
1428 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
1429 alpha_osf1_sigcontext_addr.
1430 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
1431 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
1432
bfb01f37
AC
14332002-04-26 Andrew Cagney <ac131313@redhat.com>
1434
361d1df0 1435 * stack.c (selected_frame_level):
bfb01f37
AC
1436 (select_frame): Do not set selected_frame_level.
1437 * frame.h (selected_frame_level): Delete declaration.
1438
15813d3f
AC
14392002-04-26 Andrew Cagney <ac131313@redhat.com>
1440
1441 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
1442 convert_from_func_ptr-addr when AIX / PowerOpen.
1443
6096c27a
AC
14442002-04-25 Andrew Cagney <ac131313@redhat.com>
1445
1446 * valops.c (hand_function_call): Call
1447 generic_save_call_dummy_addr.
1448 * frame.h (generic_save_call_dummy_addr): Declare.
1449 * blockframe.c (struct dummy_frame): Add fields call_lo and
1450 call_hi.
1451 (generic_find_dummy_frame): Check for PC in range call_lo to
1452 call_hi instead of entry_point_address.
1453 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
1454 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
1455 (generic_save_call_dummy_addr): New function.
1456
f510d44e
DM
14572002-04-24 David S. Miller <davem@redhat.com>
1458
1459 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
1460 sparc_skip_prologue.
1461 (sparc_skip_prologue): Kill frameless_p arg, and use line number
1462 information to find prologue when possible.
1463 (sparc_prologue_frameless_p): Call examine_prologue directly.
1464 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
1465 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
1466 second argument.
1467 (SKIP_PROLOGUE): Likewise.
1468
15d72a92
JT
14692002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
1470
1471 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
1472 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
1473 indicate that the condition it was testing is always true.
1474 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
1475 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
1476 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
1477
accc6d1f
JT
14782002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
1479
1480 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
1481 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
1482 tdep->jb_pc and tdep->jb_elt_size.
1483 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
1484 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
1485 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
1486 * alpha-nat.c (get_longjmp_target): Remove.
1487 (JB_ELEMENT_SIZE): Ditto.
1488 (JB_PC): Ditto.
1489 * alpha-tdep.c (alpha_get_longjmp_target): New function.
1490 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
1491 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
1492 to alpha_get_longjmp_target.
1493 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
1494 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
1495 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
1496
1bfdc549
AC
14972002-04-25 Andrew Cagney <ac131313@redhat.com>
1498
1499 * README: Update to GDB 5.2.
1500
1bd316f0
AC
15012002-04-25 Andrew Cagney <ac131313@redhat.com>
1502
1503 * gdbarch.sh (LC_ALL): Set to `c'.
1504
2e5ff58c
TR
15052002-04-25 Theodore A. Roth <troth@verinet.com>
1506
1507 * avr-tdep.c: Ran through gdb_indent.sh.
1508
e33ce519
TR
15092002-04-25 Theodore A. Roth <troth@verinet.com>
1510
1511 * MAINTAINERS: Add myself as AVR maintainer.
1512 * NEWS: Note new target avr.
1513
8818c391
TR
15142002-04-25 Theodore A. Roth <troth@verinet.com>
1515
1516 * Makefile.in: Add support for AVR target.
1517 * configure.tgt: Add support for AVR target.
1518 * avr-tdep.c: New file
1519 * config/avr/avr.mt: New file.
1520
79509c2d
TR
15212002-04-25 Theodore A. Roth <troth@verinet.com>
1522
1523 * MAINTAINERS: Add myself to write-after-approval.
1524
dac8068e
PM
15252002-04-24 Pierre Muller <ics.u-strasbg.fr>
1526
1527 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
1528 with fprintf_unfiltered (gdb_stderr,....
1529
25bf3106
PM
15302002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
1531
1532 Fix PR gdb/508.
1533 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
1534
24467a86
PM
15352002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
1536
1537 * p-exp.y: Also use new prev_lexptr variable
1538 to improve error reporting. Based on Michael Snyder
1539 2002-04-24 dated patch to c-exp.y.
1540
95b80706
JT
15412002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
1542
1543 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
1544 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
1545 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
1546 to 0.
1547 * config/alpha/tm-alpha.h: Remove forward decls of struct type
1548 and struct value.
1549 (FUNCTION_START_OFFSET): Remove.
1550 (BREAKPOINT): Ditto.
1551
e90cc612
JT
15522002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
1553
1554 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
1555 * NEWS: Ditto.
1556
6c72f9f9
JT
15572002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1558
1559 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
1560 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
1561 alpha_linux_pc_in_sigtramp.
1562 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
1563 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
1564 alpha_osf1_pc_in_sigtramp.
1565 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
1566 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
1567 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1568 alphafbsd_pc_in_sigtramp.
1569 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
1570 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1571 alphanbsd_pc_in_sigtramp.
1572 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
1573 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
1574
5e4f3379
JT
15752002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1576
1577 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
1578
da8ca43d
JT
15792002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1580
1581 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
1582 alphanbsd-tdep.c.
1583 (alphanbsd-nat.o): New dependency list.
1584 (alphanbsd-tdep.o): Ditto.
1585 * NEWS: Note new native NetBSD/alpha configuration.
1586 * alphanbsd-nat.c: New file.
1587 * alphanbsd-tdep.c: Ditto.
1588 * configure.host (alpha*-*-netbsd*): New host.
1589 * configure.tgt (alpha*-*-netbsd*): New target.
1590 * config/alpha/nbsd.mh: New file.
1591 * config/alpha/nbsd.mt: Ditto.
1592 * config/alpha/nm-nbsd.h: Ditto.
1593 * config/alpha/tm-nbsd.h: Ditto.
1594
36a6271d
JT
15952002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1596
1597 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
1598 (alpha-osf1-tdep.o): New dependency list.
1599 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
1600 and skip_sigtramp_frame members.
1601 * alpha-linux-tdep.c: Include gdbcore.h.
1602 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
1603 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
1604 * alpha-osf1-tdep.c: New file.
1605 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
1606 alpha-osf1-dep.c.
1607 (alpha_frame_past_sigtramp_frame): New function.
1608 (alpha_dynamic_sigtramp_offset): Ditto.
1609 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
1610 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
1611 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
1612 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
1613 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
1614 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
1615 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
1616 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
1617 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
1618 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
1619 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
1620 to find_solib_trampoline_target.
1621 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
1622 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
1623 (SKIP_TRAMPOLINE_CODE): Remove.
1624 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1625 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1626 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
1627 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
1628 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
1629 (PROC_SIGTRAMP_MAGIC): Ditto.
1630 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1631 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1632 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1633 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
1634 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
1635
2f4bc57b
JT
16362002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1637
1638 * NEWS: Note that Alpha targets are now multi-arch.
1639
665132f9
MS
16402002-04-24 Michael Snyder <msnyder@redhat.com>
1641
1642 * parser-defs.h (prev_lexptr): New external variable.
1643 * parse.c (parse_exp_1): Set prev_lexptr to null before
1644 calling the language-specific parser.
1645 * c-exp.y (yylex): Set prev_lexptr to start of current token.
1646 (yyerror): Use prev_lexptr in error reporting.
1647
32872fa7
DJ
16482002-04-24 Daniel Jacobowitz <drow@mvista.com>
1649
1650 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
1651 * gregset.h: If FILL_FPXREGSET is defined, provide
1652 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
1653 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
1654 is defined, call fill_fpxregset.
1655
57e76fac
MS
16562002-04-24 Roland McGrath <roland@frob.com>
1657
1658 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
1659 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
1660 (supply_gregset, supply_fpregset): New functions.
1661
1662 * gnu-nat.c (gnu_find_memory_regions): New function.
1663 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
1664 (gnu_xfer_memory): Add a cast.
1665
f43845b3
MS
16662002-04-24 Michael Snyder <msnyder@redhat.com>
1667
361d1df0 1668 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
1669 loop. Add handling for "str lr, [sp, #-4]!" and for saves
1670 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 1671 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
1672 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
1673 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
1674
a0abec03
AC
1675Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
1676
1677 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
1678 NUM_PSEUDO_REGS can be used.
1679
d7bd68ca
AC
16802002-04-24 Andrew Cagney <ac131313@redhat.com>
1681
1682 * arch-utils.h: Update copyright.
1683
1684 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
1685 * gdbarch.h, gdbarch.c: Re-generate.
1686
1687 * inferior.h (IN_SIGTRAMP): Delete definition.
1688 * arch-utils.c (legacy_pc_in_sigtramp): New function.
1689 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
1690
1691 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
1692 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
1693 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
1694 (find_proc_framesize): Ditto.
1695 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
1696 (alpha_init_extra_frame_info): Ditto.
1697 * infrun.c (handle_inferior_event): Ditto.
1698 (handle_inferior_event): Ditto.
1699 (check_sigtramp2): Ditto.
1700 * blockframe.c (create_new_frame): Ditto.
1701 (get_prev_frame): Ditto.
1702 * ppc-linux-tdep.c: Update comments.
1703 * i386-linux-tdep.c: Update comments.
1704 * breakpoint.c (bpstat_what): Update comment.
1705
d06f167a
ML
17062002-04-24 Michal Ludvig <mludvig@suse.cz>
1707
1708 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
361d1df0 1709 (regsets_store_inferior_registers): Removed cast to int from
d06f167a
ML
1710 ptrace() calls.
1711 * gdbserver/regcache.h: Added declaration of struct inferior_info.
1712
4867e41e
DM
17132002-04-24 David S. Miller <davem@redhat.com>
1714
21d83aa5
DM
1715 * i960-tdep.c (register_in_window_p): New function.
1716 (i960_find_saved_register): Use it instead of
1717 REGISTER_IN_WINDOW_P.
1718 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
1719
4867e41e
DM
1720 * symtab.h (find_stab_function_addr): Kill extern.
1721 * minsyms.c (find_stab_function_addr): Remove from here...
1722 * dbxread.c: ... to here, and mark it static.
1723
69cdf6a2
DM
17242002-04-20 David S. Miller <davem@redhat.com>
1725
1726 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
1727 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
1728
5a595886
DM
17292002-04-21 David S. Miller <davem@redhat.com>
1730
1731 * remote-vxsparc.c (vx_read_register): Fix typo, we want
1732 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
1733 (vx_write_register): Likewise.
1734
1da1a192
JB
17352002-04-23 J. Brobecker <brobecker@gnat.com>
1736
1737 * source.c (is_regular_file): New function.
1738 (openp): Check wether file to open is a regular file
1739 to avoid opening directories.
1740
baa6f10b
JT
17412002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1742
1743 * findvar.c (extract_signed_integer): Cast printf argument
1744 to suppress format warning.
1745 (extract_unsigned_integer): Likewise.
1746 * infcmd.c (registers_info): Likewise.
1747 * top.c (get_prompt_1): Likewise.
1748 * valops.c (value_assign): Likewise.
1749 * valprint.c (print_decimal): Likewise.
1750
b2c4da81
L
17512002-04-22 H.J. Lu (hjl@gnu.org)
1752
1753 * c-exp.y (typebase): Support
361d1df0 1754
b2c4da81
L
1755 [long|long long|short] [signed|unsigned] [int|]
1756
1757 and
1758
1759 signed [long|long long|short] int
1760
f267bd6a
JT
17612002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1762
1763 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
1764 and vax-tdep.h.
1765 * vax-tdep.h: New file.
1766 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
1767 Make several routines static.
1768 (vax_get_saved_register): New function.
1769 (vax_gdbarch_init): New function.
1770 (_initialize_vax_tdep): Register vax_gdbarch_init.
1771 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
1772 Remove macros now under the control of gdbarch.
1773
da3c6d4a
MS
17742002-04-22 Michael Snyder <msnyder@redhat.com>
1775
11d3b27d
MS
1776 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
1777 Some whitespace and coding standards tweaks.
da3c6d4a 1778
a33f7558
JT
17792002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1780
1781 * vax-tdep.c: Include regcache.h.
1782 (vax_call_dummy_words): New.
1783 (sizeof_vax_call_dummy_words): New.
1784 (vax_fix_call_dummy): New function.
1785 (vax_saved_pc_after_call): Ditto.
1786 * config/vax/tm-vax.h: Don't include regcache.h.
1787 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
1788 (CALL_DUMMY): Remove.
1789 (CALL_DUMMY_WORDS): Define.
1790 (SIZEOF_CALL_DUMMY_WORDS): Define.
1791 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
1792
47a73475
MS
17932002-04-18 Michael Snyder <msnyder@redhat.com>
1794
1795 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
1796
52efde73
JT
17972002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1798
1799 * vax-tdep.c (vax_frame_chain): New function.
1800 (vax_push_dummy_frame): Ditto.
1801 (vax_pop_frame): Ditto.
1802 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
1803 (FRAMELESS_FUNCTION_INVOCATION): Use
1804 generic_frameless_function_invocation_not.
1805 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
1806 (POP_FRAME): Use vax_pop_frame.
1807
ea74468c
JT
18082002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1809
1810 * vax-tdep.c (vax_store_struct_return): New function.
1811 (vax_extract_return_value): Ditto.
1812 (vax_store_return_value): Ditto.
1813 (vax_extract_struct_value_address): Ditto.
1814 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
1815 vax_store_struct_return.
1816 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
1817 (STORE_RETURN_VALUE): Use vax_store_return_value.
1818 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
1819
5516aa92
JT
18202002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1821
1822 * vax-tdep.c (vax_frame_saved_pc): New function.
1823 (vax_frame_args_address_correct): Ditto.
1824 (vax_frame_args_address): Ditto.
1825 (vax_frame_locals_address): Ditto.
1826 (vax_frame_num_args): Move code to be in proximity to
1827 other frame-related functions.
1828 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
1829 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
1830 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
1831 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
1832 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
1833
36af0b35
L
18342002-04-22 H.J. Lu (hjl@gnu.org)
1835
1836 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
1837 includedir.
1838
ab62c900
JT
18392002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1840
1841 * vax-tdep.c (vax_frame_init_saved_regs): New function.
1842 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
1843 (FRAME_INIT_SAVED_REGS): New macro.
1844
7232b100
JT
18452002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1846
1847 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
1848
b70d2aee
JT
18492002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1850
1851 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
1852 where needed.
1853 (fetch_osf_core_registers): Likewise.
1854 (supply_gregset): Likewise.
1855
a0e8a2d1 18562002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 1857
a0e8a2d1
JB
1858 * symfile.h (get_section_index): Define.
1859 * symfile.c (get_section_index): New function.
1860 * mdebugread.c (SC_IS_SBSS): New macro.
1861 (SC_IS_BSS): Return true for the scBss storage class only, as
1862 the scSBss storage class refers to the .sbss section.
1863 (parse_partial_symbols): Discard the symbols which associated
1864 section does not exist.
1865 Make sure to use the .sbss section index for symbols which
1866 storage class is scBss, rather than using the .bss section index.
1867
51eb8b08
JT
18682002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1869
1870 * vax-tdep.c: Update copyright years.
1871 (vax_register_name): New function.
1872 (vax_register_byte): Ditto.
1873 (vax_register_raw_size): Ditto.
1874 (vax_register_virtual_size): Ditto.
1875 (vax_register_virtual_type): Ditto.
1876 * config/vax/tm-vax.h: Update copyright years.
1877 (REGISTER_NAMES): Remove.
1878 (REGISTER_NAME): Define.
1879 (REGISTER_BYTE): Use vax_register_byte.
1880 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
1881 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
1882 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
1883
6cc1c0a8
AC
18842002-04-21 Andrew Cagney <ac131313@redhat.com>
1885
1886 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
1887 declaration
1888 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
1889
9319a2fe
DM
18902002-04-21 David S. Miller <davem@redhat.com>
1891
1892 * arch-utils.c (generic_prologue_frameless_p): Kill
1893 SKIP_PROLOGUE_FRAMELESS_P code.
1894 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
1895 references.
1896 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
1897 * arc-tdep.c (arc_prologue_frameless_p): Implement.
1898 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
1899 references.
1900 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
1901 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
1902 (sparc_gdbarch_init): Pass it to
1903 set_gdbarch_prologue_frameless_p.
a0e8a2d1 1904
e9ed6d01
JT
19052002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1906
1907 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
1908 (alphabsd-nat.o): New dependency list.
1909
36012033
JT
19102002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1911
1912 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
1913 alphafbsd-tdep.c.
1914 (alpha-linux-tdep.o): New dependency list.
1915 (alphafbsd-tdep.o): Likewise.
1916
3379287a
JT
19172002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1918
1919 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
1920 to here...
1921 * alpha-tdep.c: ...from here.
1922 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
1923
4bcbd6cb
JT
19242002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1925
1926 * config/alpha/tm-alpha.h: Move alpha_software_single_step
1927 prototype from here...
1928 * alpha-tdep.h: ...to here.
1929
b31da25e
AC
19302002-04-21 Andrew Cagney <ac131313@redhat.com>
1931
1932 * frame.h (selected_frame_level): Document as deprecated.
1933 (frame_relative_level): Declare.
1934 * stack.c (frame_relative_level): New function.
1935 (selected_frame_level): Document as deprecated.
1936 (select_frame): Do not set the selected_frame_level.
1937
1938 * stack.c (frame_info, record_selected_frame): Update.
1939 (frame_command, current_frame_command): Update.
1940 (up_silently_base, up_command, down_silently_base): Update.
1941 (down_command): Update.
1942 * inflow.c (kill_command): Update.
1943 * tracepoint.c (finish_tfind_command): Update.
1944 * corelow.c (core_open): Update.
1945 * thread.c (info_threads_command): Update.
1946 (do_captured_thread_select): Update.
1947 * infcmd.c (finish_command): Update.
1948 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
1949
9c1d6fe5
JT
19502002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1951
1952 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
1953
ab89facf
AC
19542002-04-21 Andrew Cagney <ac131313@redhat.com>
1955
1956 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
1957 type const.
1958
82a4efa1
JT
19592002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1960
1961 * alphafbsd-tdep.c: Update copyright years. Include
1962 alpha-tdep.h.
1963 (alphafbsd_use_struct_convention): Make static.
1964 (alphafbsd_init_abi): New function.
1965 (_initialize_alphafbsd_tdep): New function.
1966 * config/alpha/tm-fbsd.h: Update copyright years.
1967 (USE_STRUCT_CONVENTION): Remove.
1968
44dffaac
JT
19692002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1970
1971 * alpha-tdep.c (alpha_abi_handler): New structure to describe
1972 an Alpha ABI variant.
1973 (alpha_abi_handler_list): Declare.
1974 (alpha_gdbarch_register_os_abi): New function.
1975 (alpha_gdbarch_init): Give registered ABI variant handlers a
1976 chance to tweak the gdbarch once we have set up defaults.
1977 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
1978
65585be4
JT
19792002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1980
1981 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
1982 to standard_coerce_float_to_double.
1983 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
1984
d9b023cc
JT
19852002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1986
1987 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
1988 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
1989 from gdbarch_tdep rather than a constant.
1990 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
1991 the default text address for all Alpha Unix ABIs.
1992 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
1993 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
1994
dc129d82
JT
19952002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1996
1997 * alpha-tdep.h: New file. Includes several Alpha target constants
1998 taken from...
1999 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
2000 let gdbarch deal with.
2001 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
2002 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
2003 to dependency list.
2004 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
2005 Alpha target register names.
2006 * alphabsd-nat.c: Likewise.
2007 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
2008 Alpha target register names. Make serveral routines static.
2009 (alpha_get_saved_register): New function.
2010 (alpha_abi_names): New.
2011 (process_note_abi_tag_sections): New function.
2012 (get_elfosabi): New function.
2013 (alpha_gdbarch_init): New function.
2014 (alpha_dump_tdep): New function.
2015 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
2016
d49d1e0a
AC
20172002-04-21 Andrew Cagney <ac131313@redhat.com>
2018
2019 * frame.c (find_saved_register): Delete #ifdef
2020 HAVE_REGISTER_WINDOWS code.
2021 * config/sparc/tm-sparc.h: Update comments.
2022 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
2023
92e8c9ed
AC
20242002-04-21 Andrew Cagney <ac131313@redhat.com>
2025
2026 * i960-tdep.c (i960_find_saved_register): New function.
2027 (i960_get_saved_register): New function.
2028 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
2029 (i960_get_saved_register): Declare.
2030 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
2031
e1925118
DM
20322002-04-20 David S. Miller <davem@redhat.com>
2033
2034 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
2035
29673b29
AC
20362002-04-20 Andrew Cagney <ac131313@redhat.com>
2037
2038 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
2039 instead of NUM_PSEUDO_REGS.
2040
6c86dcd5
DM
20412002-04-20 David S. Miller <davem@redhat.com>
2042
2043 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
2044 GDB_MULTI_ARCH_PARTIAL
2045 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
2046 define, let tm-sp64.h do it.
2047
aa40ec90
JT
20482002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
2049
2050 * frame.c (find_saved_register): Avoid a NULL pointer
2051 dereference and actually walk the frame list.
2052
0f79675b
AC
20532002-04-20 Andrew Cagney <ac131313@redhat.com>
2054
2055 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
2056 sorted in most most-recent-used order. Document.
2057 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 2058
c04a1aa8
DJ
20592002-04-20 Daniel Jacobowitz <drow@mvista.com>
2060
2061 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
2062 (add_inferior): Call create_register_cache.
2063 (clear_inferiors): Call free_register_cache.
2064 (inferior_regcache_data, set_inferior_regcache_data): New functions.
2065 * gdbserver/regcache.c (struct inferior_regcache_data): New.
2066 (registers): Remove.
2067 (get_regcache): New function.
2068 (create_register_cache, free_register_cache): New functions.
2069 (set_register_cache): Don't initialize the register cache here.
2070 (registers_to_string, registers_from_string, register_data): Call
2071 get_regcache.
2072 * gdbserver/regcache.h: Add prototypes.
2073 * gdbserver/server.h: Likewise.
2074
611cb4a5
DJ
20752002-04-20 Daniel Jacobowitz <drow@mvista.com>
2076
2077 * gdbserver/mem-break.c: New file.
2078 * gdbserver/mem-break.h: New file.
2079 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
2080 dependencies.
2081 * gdbserver/inferiors.c (struct inferior_info): Add target_data
2082 member.
2083 (clear_inferiors): Free target_data member if set.
2084 (inferior_target_data, set_inferior_target_data): New functions.
2085 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
2086 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
2087 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
2088 (struct inferior_linux_data): New.
2089 (linux_create_inferior): Use set_inferior_target_data.
2090 (linux_attach): Likewise. Call add_inferior.
2091 (linux_wait_for_one_inferior): New function.
2092 (linux_wait): Call it.
2093 (linux_write_memory): Add const.
2094 (initialize_low): Call set_breakpoint_data.
2095 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
2096 handling members.
2097 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
2098 call.
2099 * gdbserver/server.h: Include mem-break.h. Update inferior.c
2100 prototypes.
2101 * gdbserver/target.c (read_inferior_memory)
2102 (write_inferior_memory): New functions.
2103 * gdbserver/target.h (read_inferior_memory)
2104 (write_inferior_memory): Change macros to prototypes.
2105 (struct target_ops): Update comments. Add const to write_memory
2106 definition.
2107
f91305dd 21082002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
2109
2110 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
2111 instead of ->prev.
2112 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
2113 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
2114 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
2115 instead of ->prev.
2116
73d322b1
EZ
21172002-04-19 Elena Zannoni <ezannoni@redhat.com>
2118
2119 Fix PR gdb/471.
2120 * gdbtypes.c (init_simd_type): Rewrite using new functions.
2121 (build_builtin_type_vec128): Ditto.
2122 (append_composite_type_field): Fix calculation of type length in
2123 union case.
2124
ccd9a834
EZ
21252002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
2126
2127 * config/djgpp/README: Update.
2128
2129 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
2130 compiler warnings.
2131
a57f9e49
JT
21322002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
2133
2134 * alpha-tdep.c (setup_arbitrary_frame): Rename...
2135 (alpha_setup_arbitrary_frame): ...to this.
2136 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
2137 for alpha_setup_arbitrary_frame.
2138
f4f9705a
AC
21392002-04-18 Andrew Cagney <cagney@redhat.com>
2140
2141 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
2142 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 2143
f4f9705a
AC
2144 * defs.h (breakpoint_from_pc_fn): Delete type definition.
2145 * target.h (memory_breakpoint_from_pc): Update declaration.
2146 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
2147
2148 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
2149 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
2150 * mem-break.c (memory_breakpoint_from_pc): Ditto.
2151 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
2152 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
2153 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
2154 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
2155 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
2156 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
2157 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
2158 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
2159 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
2160
2161 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
2162 const pointer.
2163 * monitor.c (monitor_insert_breakpoint): Ditto.
2164 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
2165
2166 * config/mcore/tm-mcore.h: Update copyright.
2167 * mem-break.c: Ditto.
2168 * xstormy16-tdep.c: Ditto.
2169
29f319b8
PM
21702002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
2171
2172 * p-exp.y: Add precedence rule for '^' token.
2173 This removes the shift/reduce conflicts.
2174 Remove the comment concerning these shift/reduce conflicts.
2175
ebeac11a
EZ
21762002-04-18 Elena Zannoni <ezannoni@redhat.com>
2177
2178 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
2179 (registers_powerpc_nofp): New register set for processors
2180 without floating point unit.
2181
27c31547
DM
21822002-04-18 David S. Miller <davem@redhat.com>
2183
2184 * MAINTAINERS: Add myself to write-after-approval.
2185
47a73475
MS
21862002-04-17 Michael Snyder <msnyder@redhat.com>
2187
2188 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
2189
953836b2
AC
21902002-04-17 Andrew Cagney <ac131313@redhat.com>
2191
2192 * rs6000-tdep.c (frame_initial_stack_address): Use
2193 frame_register_read to read the alloca_reg.
2194
8b0d4340
AC
21952002-04-17 Andrew Cagney <ac131313@redhat.com>
2196
2197 * frame.c (find_saved_register): Find saved registers in the next
2198 not prev frame.
2199 Fix PR gdb/365.
2200
d8864532
AC
22012002-04-17 Andrew Cagney <ac131313@redhat.com>
2202
2203 * gdbarch.sh (LANG): Set to ``c''.
2204
36cc83a3 22052002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 2206
36cc83a3 2207 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 2208
2f4150cc 22092002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
2210
2211 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
2212 Update copyright.
2213
628703c6 2214 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 2215 Also fix PR gdb/391.
361d1df0 2216
56157b4a
AC
22172002-04-14 Andrew Cagney <ac131313@redhat.com>
2218
2219 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
2220 * aclocal.m4, configure: Re-generate.
2221 Fix PR gdb/391.
361d1df0 2222
6d1e3329
EZ
22232002-04-14 Elena Zannoni <ezannoni@redhat.com>
2224
2225 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
2226 instead of tm_print_insn.
2227
cb06fa07
EZ
22282002-04-14 Elena Zannoni <ezannoni@redhat.com>
2229
2230 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
2231
f208ba17
AC
22322002-04-14 Andrew Cagney <ac131313@redhat.com>
2233
2234 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
2235 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
2236 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
2237
20f01a46
DH
22382002-04-12 Don Howard <dhoward@redhat.com>
2239
2240 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
2241 max_user_call_depth.
2242 (init_cmd_lists): Initialize the new value;
2243 * cli/cli-script.c (execute_user_command): Limit the call depth of
2244 user defined commands. This avoids a core-dump when user commands
2245 are infinitly recursive.
2246
a88376a3
KB
22472002-04-12 Kevin Buettner <kevinb@redhat.com>
2248
2249 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
2250 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
2251 from tdep struct instead of DEFAULT_LR_SAVE.
2252 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
2253 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
2254 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
2255
f2172603
MS
22562002-04-12 Michael Snyder <msnyder@redhat.com>
2257
694f61fb 2258 * Remote.c: Spelling fix.
20fe79c8
MS
2259 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
2260 If no symbol found for "sbrk", try "_sbrk".
2261 (make_output_phdrs): Use bfd_section_name.
2262 (gcore_copy_callback): Use bfd_section_name.
62995fc4 2263 * eval.c: Indentation fix-ups.
169a7369
MS
2264 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
2265 in case it gets applied to an address that is already
2266 in the instruction space.
de74f71f
MS
2267 * cli/cli-decode.c (help_list): Allow long lines to wrap.
2268 * symfile.c: Fix indentation, long lines.
f2172603
MS
2269 * source.c: White space fix-up.
2270
cda5a58a
AC
22712002-04-12 Andrew Cagney <cagney@redhat.com>
2272
2273 * defs.h (read_relative_register_raw_bytes): Delete declaration.
2274 * frame.c (frame_register_read): New function. Return non-zero on
2275 success.
2276 (read_relative_register_raw_bytes_for_frame): Delete.
2277 (read_relative_register_raw_bytes): Delete.
2278 * frame.h (frame_register_read): Declare.
2279 * d30v-tdep.c: Update Copyright. Use frame_register_read.
2280 * sh-tdep.c: Ditto.
2281 * infcmd.c (do_registers_info): Ditto.
2282 * hppa-tdep.c: Ditto.
2283 * rs6000-tdep.c: Ditto.
2284 * h8500-tdep.c: Ditto.
2285 * mips-tdep.c: Ditto.
2286 * h8300-tdep.c: Ditto.
2287 * z8k-tdep.c: Ditto.
2288
2ea5f656
KB
22892002-04-12 Kevin Buettner <kevinb@redhat.com>
2290
2291 From Jimi X <jimix@watson.ibm.com>:
2292 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
2293 64-bit SysV ABI.
2294
27b15785
KB
22952002-04-12 Kevin Buettner <kevinb@redhat.com>
2296
2297 From Jimi X <jimix@watson.ibm.com>:
2298 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
2299 bfd info.
2300
5d57ee30
KB
23012002-04-12 Kevin Buettner <kevinb@redhat.com>
2302
2303 From Jimi X <jimix@watson.ibm.com>:
2304 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
2305 register sets for these processor variants.
2306
bc1e36ca
DJ
23072002-04-11 Daniel Jacobowitz <drow@mvista.com>
2308
2309 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
2310 registers which are allowed to fail to store.
2311 * gdbserver/linux-low.h (linux_target_ops): Likewise.
2312 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
2313 (ppc_cannot_store_register): FPSCR may not be storable.
2314 * regformats/reg-ppc.dat: Support FPSCR.
2315
e3f36dbd
KB
23162002-04-11 Kevin Buettner <kevinb@redhat.com>
2317
2318 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
2319 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
2320 Add fpscr as an invalid/unfetchable register.
2321 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
2322 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
2323 (fill_fpregset): Add support for register fpscr.
2324 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
2325 (fill_gregset): Account for the fact that register ``mq'' might
2326 not exist.
2327 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
2328 (registers_power): Add fpscr to register set at slot 71.
2329 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
2330 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
2331
943c9c25
MS
23322002-04-11 Michael Snyder <msnyder@redhat.com>
2333
2334 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
2335 * configure: Regenerate.
2336 * config.in: Regenerate.
2337 * acconfig.h: Add define for _SYSCALL32.
2338 * core-sol2.c: Remove #define _SYSCALL32.
2339 * solib-legacy.c: Remove #define _SYSCALL32.
2340
d8c0a2e7
AC
23412002-04-10 Andrew Cagney <ac131313@redhat.com>
2342
2343 * stack.c (select_frame): Cleanup internal error message, do not
2344 use %p.
2345
7cc19214
AC
23462002-04-10 Andrew Cagney <ac131313@redhat.com>
2347
2348 * stack.c (select_frame): Check that selected_frame and the
2349 specified level are as expected.
2350 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
2351 Update copyright.
2352 * frame.h (struct frame_info): Add field `level'. Update
2353 copyright.
2354 Work-in-progress PR gdb/464.
2355
67a2b77e
AC
23562002-04-10 Andrew Cagney <ac131313@redhat.com>
2357
2358 * maint.c (maint_print_section_info): Rename print_section_info.
2359 (print_bfd_section_info, print_objfile_section_info): Update.
2360 * inferior.h (struct gdbarch): Add opaque declaration.
2361 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
2362 * gdbarch.h: Regenerate.
2363
8cfda98c
ML
23642002-04-10 Michal Ludvig <mludvig@suse.cz>
2365
2366 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
2367 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
2368 (kernel_u_size): Added.
2369 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
2370 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
2371
ca439ad2 23722002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 2373
ca439ad2
JI
2374 * valarith.c (find_size_for_pointer_math): New function, either returns
2375 the size for a pointer's target, returns 1 for void *, or errors for
2376 incomplete types.
2377 (value_add, value_sub): use find_size_for_pointer_math.
2378
2f2893d9
DJ
23792002-04-09 Daniel Jacobowitz <drow@mvista.com>
2380
2381 * linux-low.c (linux_look_up_symbols): New hook.
2382 (linux_target_ops): Add linux_look_up_symbols.
2383 * remote-utils.c (decode_address): New function.
2384 (look_up_one_symbol): New function.
2385 * server.c (handle_query): Call target look_up_symbols hook.
2386 * server.h (look_up_one_symbol): Add prototype.
2387 * target.h (struct target_ops): Add look_up_symbols hook.
2388
2ec06d2e
DJ
23892002-04-09 Daniel Jacobowitz <drow@mvista.com>
2390
d64b8841
DJ
2391 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
2392 * ChangeLog: Correct paths in last ChangeLog entry.
2393
23942002-04-09 Daniel Jacobowitz <drow@mvista.com>
2395
2396 * gdbserver/linux-low.h: Remove obsolete prototypes.
2ec06d2e
DJ
2397 (struct linux_target_ops): New.
2398 (extern the_low_target): New.
d64b8841 2399 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
2ec06d2e
DJ
2400 (register_addr): Use the_low_target explicitly.
2401 (fetch_register): Likewise.
2402 (usr_fetch_inferior_registers): Likewise.
2403 (usr_store_inferior_registers): Likewise.
d64b8841 2404 * gdbserver/linux-arm-low.c (num_regs): Remove.
2ec06d2e
DJ
2405 (arm_num_regs): Define.
2406 (arm_regmap): Renamed from regmap, made static.
2407 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
2408 made static.
2409 (arm_cannot_store_register): Renamed from cannot_store_register,
2410 made static.
2411 (the_low_target): New.
d64b8841 2412 * gdbserver/linux-i386-low.c (num_regs): Remove.
2ec06d2e
DJ
2413 (i386_num_regs): Define.
2414 (i386_regmap): Renamed from regmap, made static.
2415 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
2416 made static.
2417 (i386_cannot_store_register): Renamed from cannot_store_register,
2418 made static.
2419 (the_low_target): New.
d64b8841 2420 * gdbserver/linux-ia64-low.c (num_regs): Remove.
2ec06d2e
DJ
2421 (ia64_num_regs): Define.
2422 (ia64_regmap): Renamed from regmap, made static.
2423 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
2424 made static.
2425 (ia64_cannot_store_register): Renamed from cannot_store_register,
2426 made static.
2427 (the_low_target): New.
d64b8841 2428 * gdbserver/linux-m68k-low.c (num_regs): Remove.
2ec06d2e
DJ
2429 (m68k_num_regs): Define.
2430 (m68k_regmap): Renamed from regmap, made static.
2431 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
2432 made static.
2433 (m68k_cannot_store_register): Renamed from cannot_store_register,
2434 made static.
2435 (the_low_target): New.
d64b8841 2436 * gdbserver/linux-mips-low.c (num_regs): Remove.
2ec06d2e
DJ
2437 (mips_num_regs): Define.
2438 (mips_regmap): Renamed from regmap, made static.
2439 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
2440 made static.
2441 (mips_cannot_store_register): Renamed from cannot_store_register,
2442 made static.
2443 (the_low_target): New.
d64b8841 2444 * gdbserver/linux-ppc-low.c (num_regs): Remove.
2ec06d2e
DJ
2445 (ppc_num_regs): Define.
2446 (ppc_regmap): Renamed from regmap, made static.
2447 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
2448 made static.
2449 (ppc_cannot_store_register): Renamed from cannot_store_register,
2450 made static.
2451 (the_low_target): New.
d64b8841 2452 * gdbserver/linux-s390-low.c (num_regs): Remove.
2ec06d2e
DJ
2453 (s390_num_regs): Define.
2454 (s390_regmap): Renamed from regmap, made static.
2455 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
2456 made static.
2457 (s390_cannot_store_register): Renamed from cannot_store_register,
2458 made static.
2459 (the_low_target): New.
d64b8841 2460 * gdbserver/linux-sh-low.c (num_regs): Remove.
2ec06d2e
DJ
2461 (sh_num_regs): Define.
2462 (sh_regmap): Renamed from regmap, made static.
2463 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
2464 made static.
2465 (sh_cannot_store_register): Renamed from cannot_store_register,
2466 made static.
2467 (the_low_target): New.
d64b8841 2468 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
2ec06d2e
DJ
2469 (the_low_target): New.
2470
96cb11df
AC
24712002-04-09 Andrew Cagney <ac131313@redhat.com>
2472
2473 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
2474 override FP_REGNUM with frame->fp. Update copyright.
2475 * parse.c (num_std_regs, std_regs): Delete.
2476 (target_map_name_to_register): Do not search std_regs. Update
2477 function description.
2478 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
2479 declarations. Update copyright.
2480 Fix PR gdb/251.
361d1df0 2481
c3a3ccc7
DJ
24822002-04-09 Daniel Jacobowitz <drow@mvista.com>
2483
2484 * gdbserver/Makefile.in: Add stamp-h target.
2485 * gdbserver/configure.in: Create stamp-h.
2486 * gdbserver/configure: Regenerated.
2487
ce3a066d
DJ
24882002-04-09 Daniel Jacobowitz <drow@mvista.com>
2489
2490 * gdbserver/inferiors.c: New file.
2491 * gdbserver/target.c: New file.
2492 * gdbserver/target.h: New file.
2493 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
2494 dependencies.
2495 * gdbserver/linux-low.c (inferior_pid): New static variable,
2496 moved from server.c.
2497 (linux_create_inferior): Renamed from create_inferior.
2498 Call add_inferior. Return 0 on success instead of a PID.
2499 (linux_attach): Renamed from myattach.
2500 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
2501 (linux_thread_alive): Renamed from mythread_alive.
2502 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
2503 child dies.
2504 (linux_resume): Renamed from myresume. Add missing ``return 0''.
2505 (regsets_store_inferior_registers): Correct error message.
2506 Add missing ``return 0''.
2507 (linux_fetch_registers): Renamed from fetch_inferior_registers.
2508 (linux_store_registers): Renamed from store_inferior_registers.
2509 (linux_read_memory): Renamed from read_inferior_memory.
2510 (linux_write_memory): Renamed from write_inferior_memory.
2511 (linux_target_ops): New structure.
2512 (initialize_low): Call set_target_ops ().
2513 * gdbserver/remote-utils.c (unhexify): New function.
2514 (hexify): New function.
2515 (input_interrupt): Send signals to ``signal_pid''.
2516 * gdbserver/server.c (inferior_pid): Remove.
2517 (start_inferior): Update create_inferior call.
2518 (attach_inferior): Call add_inferior.
2519 (handle_query): New function.
2520 (main): Call handle_query for `q' packets.
2521 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
2522 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
2523
0729219d
DJ
25242002-04-09 Daniel Jacobowitz <drow@mvista.com>
2525
2526 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
2527 dependencies.
2528 * gdbserver/configure.in: Check for <string.h>
2529 * gdbserver/configure: Regenerate.
2530 * gdbserver/config.in: Regenerate.
2531 * gdbserver/gdbreplay.c: Include needed system headers.
2532 (remote_open): Remove strchr prototype.
2533 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
2534 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
2535 (supply_register_by_name): Likewise.
2536 (collect_register): Change buf argument to void *.
2537 (collect_register_by_name): Likewise.
2538 * gdbserver/regcache.h: Add missing prototypes.
2539 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
2540 * gdbserver/server.c (handle_query): New function.
2541 (attached): New static variable, moved out of main.
2542 (main): Quiet longjmp clobber warnings.
2543 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
2544 * gdbserver/utils.c (error): Remove NORETURN.
2545 (fatal): Likewise.
2546
97658e92
DJ
25472002-04-09 Daniel Jacobowitz <drow@mvista.com>
2548
2549 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
2550 after the last symbol in a block.
2551
6044e3eb
PM
25522002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
2553
2554 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
2555 is non zero as a found symbol.
2556
0406ec40
AC
25572002-04-08 Andrew Cagney <ac131313@redhat.com>
2558
2559 * findvar.c: Include "builtin-regs.h".
2560 (value_of_register): Call value_of_builtin_reg when applicable.
2561 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
2562 (target_map_name_to_register): Call
2563 builtin_reg_map_name_to_regnum.
2564 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
2565 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
2566 (builtin_regs_h): Define.
2567 (builtin-regs.o): New target.
2568 (findvar.o): Add $(builtin_regs_h).
2569 * builtin-regs.c, builtin-regs.h: New files.
2570 * std-regs.c: New file.
2571 Partial fix for PR gdb/251.
2572
56a6dfb9
KB
25732002-04-08 Kevin Buettner <kevinb@redhat.com>
2574
2575 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
2576 it's no longer required.
2577
3a808432
AC
25782002-04-08 Andrew Cagney <ac131313@redhat.com>
2579
2580 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
2581
7c40d541
KB
25822002-04-08 Kevin Buettner <kevinb@redhat.com>
2583
2584 From Jimi X <jimix@watson.ibm.com>:
2585 * rs6000-tdep.c (rs6000_software_single_step): Use
2586 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
2587 and size. Use target_insert_breakpoint() and
2588 target_remove_breakpoint() to insert and remove breakpoints
2589 instead of explicit memory reads and writes.
2590
cc9836a8
KB
25912002-04-08 Kevin Buettner <kevinb@redhat.com>
2592
2593 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
2594 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
2595 ELF_OBJECT_FORMAT ifdef.
2596
7495d1dc
KB
25972002-04-08 Kevin Buettner <kevinb@redhat.com>
2598
2599 From Jimi X <jimix@watson.ibm.com>:
2600 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
2601
4288e836
KB
26022002-04-08 Kevin Buettner <kevinb@redhat.com>
2603
2604 From Jimi X <jimix@watson.ibm.com>:
2605 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
2606 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
2607
a4e4e501
MK
26082002-04-07 Mark Kettenis <kettenis@gnu.org>
2609
2610 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
2611 s/asprintf/xasprintf/.
2612 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
2613
006defba
AC
26142002-04-07 Andrew Cagney <ac131313@redhat.com>
2615
2616 I believe Jeff Law denies responsability for this one:
2617 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
2618 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
2619 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
2620 Work-around for PR gdb/366.
2621
7aa83cac
EZ
26222002-04-07 Elena Zannoni <ezannoni@redhat.com>
2623
2624 * remote-e7000.c (write_small, e7000_read_inferior_memory,
2625 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
2626 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
2627
cf1fcca1
EZ
26282002-04-07 Elena Zannoni <ezannoni@redhat.com>
2629
2630 * sh-tdep.c (sh_fp_frame_init_saved_regs,
2631 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
2632 information.
2633
3f289e6f
AC
26342002-04-07 Andrew Cagney <ac131313@redhat.com>
2635
2636 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
2637 maintainer.
2638
129188f6
AC
26392002-04-07 Andrew Cagney <ac131313@redhat.com>
2640
2641 * README (Reporting Bugs in GDB): Document the bug web page as the
2642 prefered way of submitting bugs.
2643 Fix PR gdb/402.
2644
1200cd6e
AC
26452002-04-06 Andrew Cagney <ac131313@redhat.com>
2646
2647 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
2648 -1. Update comment.
2649 * gdbarch.h, gdbarch.c: Re-generate.
2650
2853c33c
AS
26512002-04-07 Andreas Schwab <schwab@suse.de>
2652
2653 * m68klinux-nat.c (fill_fpregset): Properly pass address of
2654 buffer to regcache_collect.
2655
c2169756
AC
26562002-04-06 Andrew Cagney <ac131313@redhat.com>
2657
2658 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
2659 * gdbarch.c, gdbarch.h: Re-generate.
2660
25f1b008
AC
26612002-04-06 Andrew Cagney <ac131313@redhat.com>
2662
2663 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
2664 declaration. Fix -Werror.
2665
59263426
DJ
26662002-04-05 Daniel Jacobowitz <drow@mvista.com>
2667
2668 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
2669 * gdbarch.c: Regenerate.
2670
f5db4da3
MS
26712002-04-05 Michael Snyder <msnyder@redhat.com>
2672
80f8a6eb
MS
2673 * breakpoint.c (clear_command): Rewrite middle section to
2674 combine two loops with identical control conditions.
2675 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
2676 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
2677
ad3dcc5c
L
26782002-04-05 H.J. Lu (hjl@gnu.org)
2679
2680 * solib-svr4.c (bkpt_names): Add "__start".
2681
f32e7a74
AC
26822002-04-04 Andrew Cagney <ac131313@redhat.com>
2683
2684 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
2685 as test for 64 bit target.
2686
8227c0ff
AC
26872002-04-05 Andrew Cagney <ac131313@redhat.com>
2688
2689 * h8500-tdep.c (h8500_write_fp): Delete function.
2690 * dwarf2cfi.c (cfi_write_fp): Document as not used.
2691 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
2692 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
2693 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
2694 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
2695 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
2696 (s390_write_fp):
2697 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
2698 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
2699 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
2700 (d10v_write_fp): Delete function.
2701 * inferior.h (write_fp, generic_target_write_fp): Delete
2702 declarations.
2703 * regcache.c (generic_target_write_fp): Delete function.
2704 (write_fp): Delete function.
2705 * gdbarch.sh (TARGET_WRITE_FP): Delete.
2706 * gdbarch.h, gdbarch.c: Regenerate.
2707 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
2708 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
2709 (sparc64_write_fp): Delete declaration.
2710 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
2711 (h8500_write_fp): Delete declaration.
2712
2757dd86
AC
27132002-04-04 Andrew Cagney <ac131313@redhat.com>
2714
2715 * sparc-tdep.c (sparc64_write_fp): Delete.
2716 (sparc_push_dummy_frame): Replace write_fp call with code to store
2717 the FP directly.
2718 (sparc_gdbarch_init): Do not initialize write_fp.
2719
c69255e1
KB
27202002-04-05 Kevin Buettner <kevinb@redhat.com>
2721
2722 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
2723 clause.
2724
ae767bfb
JB
27252002-03-29 Jim Blandy <jimb@redhat.com>
2726
2727 * stack.c (get_selected_block): Add new argument `addr_in_block',
2728 used to return the exact code address we used to select the block,
2729 not just the block.
2730 * blockframe.c (get_frame_block, get_current_block): Same.
2731 * frame.h (get_frame_block, get_current_block,
2732 get_selected_block): Update declarations.
2733 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
2734 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
2735
84d2ac95
MS
27362002-04-05 Michael Snyder <msnyder@redhat.com>
2737
2738 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
2739 warning message.
2740
596aa3bf
JB
27412002-04-05 J. Brobecker <brobecker@gnat.com>
2742
2743 * utils.c (xfullpath): New function.
2744 * defs.h (xfullpath): Add declaration.
2745 * source.c (openp): Use xfullpath in place of gdb_realpath to
2746 avoid resolving the basename part of filenames when the
2747 associated file is a symbolic link. This fixes a potential
2748 inconsistency between the filenames known to GDB and the
2749 filenames it prints in the annotations.
2750 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
2751 to be able to match a filename with either the real filename, or
2752 the name of any symbolic link to this file.
2753 (lookup_partial_symtab): Ditto.
2754
c02f5703
MS
27552002-04-04 Michael Snyder <msnyder@redhat.com>
2756
2757 * breakpoint.c: Add support for hardware breakpoints in overlays.
2758 (overlay_events_enabled): New state variable.
2759 (insert_breakpoints): Use overlay_events_enabled to decide
2760 whether to attempt to set a breakpoint at the overlay load addr.
2761 Handle bp_hardware_breakpoint as well as bp_breakpoint.
2762 (remove_breakpoint): Use overlay_events_enabled to decide
2763 whether breakpoints need to be removed from overlay load addr.
2764 Handle bp_hardware_breakpoint as well as bp_breakpoint.
2765 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 2766 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
2767 disable_overlay_breakpoints): Update overlay_events_enabled.
2768
5fb290d7
DJ
27692002-04-04 Daniel Jacobowitz <drow@mvista.com>
2770
2771 * dwarf2read.c (struct function_range): New.
2772 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
2773 (check_cu_functions): New.
2774 (read_file_scope): Initialize global function lists.
2775 Call dwarf_decode_line after processing children.
2776 (read_func_scope): Add to global function list.
2777 (dwarf_decode_lines): Call check_cu_functions everywhere
2778 record_line is called. Call record_line with a linenumber
2779 of 0 to mark sequence ends.
2780
7b3fabf0
ML
27812002-04-04 Michal Ludvig <mludvig@suse.cz>
2782
361d1df0 2783 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
2784 change sync with glibc.
2785
bce58c09
JB
27862002-04-03 Jim Blandy <jimb@redhat.com>
2787
2788 * configure.in: Call AC_C_INLINE.
2789 * configure: Regenerated.
361d1df0 2790
2fccf04a
DJ
27912002-04-01 Daniel Jacobowitz <drow@mvista.com>
2792
2793 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
2794 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
2795
2d1bfe2e
MK
27962002-03-31 Mark Kettenis <kettenis@gnu.org>
2797
a5941fbf
MK
2798 * NEWS: Mention gcore support on FreeBSD/i386.
2799
a90cd31d
MK
2800 * fbsd-proc.c: New file.
2801 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
2802 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
2803
2d1bfe2e
MK
2804 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
2805 while statement.
2806
9eb6e5a1
JB
28072002-03-29 Jim Blandy <jimb@redhat.com>
2808
2809 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
2810 unescaped newlines in string literals, but newer ones don't. So
2811 escape them.
2812
f02df580
MS
28132002-03-26 Michael Snyder <msnyder@redhat.com>
2814 Andrew Cagney <cagney@redhat.com>
2815
361d1df0 2816 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
2817 restore file to memory.
2818 * cli/cli-dump.h: New file.
2819 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 2820 * NEWS: Mention new commands.
f02df580 2821
109f874e
MS
28222002-03-28 Michael Snyder <msnyder@redhat.com>
2823
2824 * symfile.c (symbol_file_add): Move test for null symbols to later.
2825
520f6ade
AC
28262002-03-27 Andrew Cagney <ac131313@redhat.com>
2827
2828 From veksler at il.ibm.com:
2829 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
2830 the xstrduped original path.
2831 Fix PR gdb/417.
2832
d4654627
MS
28332002-03-27 Michael Snyder <msnyder@redhat.com>
2834
2835 * breakpoint.c (_initialize_breakpoint): Clean up help string.
2836 * infcmd.c (_initialize_infcmd): Ditto.
2837 * language.c (_initialize_language): Ditto.
2838 * symfile.c (_initialize_symfile): Ditto.
2839 * top.c (_init_main): Ditto.
2840 * cli/cli-cmds.c (init_cli_cmds): Ditto.
2841
6be8bc0c
EZ
28422002-03-27 Elena Zannoni <ezannoni@redhat.com>
2843
2844 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
2845 vector registers handling.
2846 (skip_prologue): Handle new AltiVec instructions. Fill in new
2847 fields of frame data.
2848 (frame_get_saved_regs): Fill in information for AltiVec registers.
2849
12af6855
JB
28502002-03-27 Jim Blandy <jimb@redhat.com>
2851
2852 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
2853 a function; leave this macro here to invoke that function.
2854 (symbol_init_mangled_name): Declaration for that function.
2855 * symtab.c (symbol_init_mangled_name): New function.
2856
dc672865
AC
28572002-03-27 Andrew Cagney <ac131313@redhat.com>
2858
2859 * valarith.c: Replace strerror with safe_strerror.
2860 * tracepoint.c: Ditto.
2861 * lin-lwp.c: Ditto.
2862 * go32-nat.c: Ditto.
2863 * inflow.c: Ditto.
2864 * gnu-nat.c: Ditto.
2865
d96429cd
AS
28662002-03-27 Andreas Schwab <schwab@suse.de>
2867
2868 * event-top.c (command_line_handler): Remove useless if.
2869
7e336ba1
AJ
28702002-03-27 Andreas Jaeger <aj@suse.de>
2871
2872 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
2873 comment.
2874
de220d0f
ML
28752002-03-27 Michal Ludvig <mludvig@suse.cz>
2876
2877 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
2878 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
2879 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
2880 (x86_64_linux_dr_get_status, supply_gregset),
2881 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
2882 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
2883 (x86_64_register_info_table): Add.
2884 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
2885 (x86_64_register_raw_size, x86_64_register_virtual_type),
2886 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
2887 general x86_64_register_info_table.
2888 (i386_gdbarch_init): gdbarch_register_bytes is now set
2889 dynamicaly during initialization.
2890 * regformats/reg-x86-64.dat: Synced with changes to registers above.
2891 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 2892
0e98d0a7
DJ
28932002-03-27 Daniel Jacobowitz <drow@mvista.com>
2894
2895 * gdbserver/server.c (main): Call target_signal_to_host_p
2896 and target_signal_to_host on signals received from the remote.
2897 * gdbserver/remote-utils.c (prepare_resume_reply): Call
2898 target_signal_from_host on signals sent to the remote.
2899 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
2900 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
2901
3130066b
DJ
29022002-03-27 Daniel Jacobowitz <drow@mvista.com>
2903
2904 * signals/signals.c: Include "server.h" in gdbserver build.
2905 (target_signal_from_name): Don't use STREQ.
2906 (_initialize_signals): Likewise. Don't include function in
2907 gdbserver build.
2908
9aedf4f4
DJ
29092002-03-27 Daniel Jacobowitz <drow@mvista.com>
2910
2911 * signals.c: Moved to...
2912 * signals/signals.c: Here.
7e336ba1 2913 * Makefile (signals.o): Update.
9aedf4f4 2914
3fa41cdb
JL
29152002-03-26 Jeff Law (law@redhat.com)
2916
2917 * somread.c (som_symtab_read): Remove some commented out code and
2918 updated related comments. Do not set the minimal symbol table to
2919 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
2920 in a dynamic executable.
2921 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
2922 where we are unable to find the minimal symbol for the given
2923 PC value.
2924
ee677e8d
MS
29252002-03-25 Jeff Law (law@redhat.com)
2926
2927 * linux-proc.c (read_mapping): Scan up to end of line for filename.
2928
e76e1718
ML
29292002-03-25 Michal Ludvig <mludvig@suse.cz>
2930
2931 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
2932
18a642a1
AC
29332002-03-23 Andrew Cagney <ac131313@redhat.com>
2934
2935 * command.h: Update copyright.
2936 (struct cmd_list_element): Replace definition with opaque
2937 declaration.
2938 (enum cmd_types): Document that it will eventually be moved to
2939 cli/cli-decode.h
2940 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
2941 (MALLOCED_REPLACEMENT): Delete macro.
2942 * Makefile.in (cli_decode_h): Add $(command_h).
2943 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 2944 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
2945 * completer.c: Include "cli/cli-decode.h".
2946 * maint.c: Include "cli/cli-decode.h".
2947 * cli/cli-decode.h: Include "command.h".
2948 (enum command_class): Delete.
2949 (enum cmd_types): Comment out.
2950 (enum cmd_auto_boolean): Delete.
2951 (enum var_types): Delete.
2952
b2875cc0
AC
29532002-03-23 Andrew Cagney <ac131313@redhat.com>
2954
2955 * cli/cli-decode.c: Include "gdb_assert.h".
2956 (add_set_or_show_cmd): New static function.
2957 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
2958 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
2959 all fields, such as func, from the set command.
2960
3b45974e
AC
29612002-03-23 Andrew Cagney <ac131313@redhat.com>
2962
2963 * MAINTAINERS (sh-elf): Change warning flag to -w.
2964
823ca731
AC
29652002-03-23 Andrew Cagney <cagney@redhat.com>
2966
2967 * defs.h (error): Add printf format attribute.
2968 * thread-db.c (thread_from_lwp): Fix error format string.
2969 * stack.c (parse_frame_specification): Ditto.
2970 * cli/cli-decode.c (undef_cmd_error): Ditto.
2971 * scm-lang.c (scm_lookup_name): Ditto.
2972 * tracepoint.c (trace_error): Ditto.
2973 * remote-utils.c (usage): Ditto.
2974 * remote.c (compare_sections_command): Ditto.
2975 Fix PR gdb/328.
2976
0e101458
AC
29772002-03-22 Andrew Cagney <ac131313@redhat.com>
2978
2979 * gdbtypes.c (append_composite_type_field): New function.
2980 (init_composite_type): New function.
2981 * gdbtypes.h (append_composite_type_field): Declare.
2982 (init_composite_type): Ditto.
2983
8e0662df
EZ
29842002-03-22 Elena Zannoni <ezannoni@redhat.com>
2985
2986 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 2987 function.
8e0662df
EZ
2988 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
2989 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
2990 structure returning convention for SYSV ABI case, but not
2991 for GNU/Linux, FreeBSD, or NetBSD.
2992
3121eff0
DJ
29932002-03-22 Daniel Jacobowitz <drow@mvista.com>
2994
2995 * symtab.h (lookup_block_symbol): Add mangled_name argument
2996 to prototype.
2997
2998 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
2999 with new mangled_name argument.
3000 * linespec.c (decode_line_1): Likewise.
3001 * valops (value_of_this): Likewise.
3002 * symtab.c (lookup_transparent_type): Likewise.
3003 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
3004 (lookup_symbol): If we are given a mangled name, pass it down
3005 to lookup_symbol_aux.
3006 (lookup_block_symbol): If we are given a mangled name to check
3007 against, only return symbols which match it.
3008
349b409f
CF
30092002-03-22 Christopher Faylor <cgf@redhat.com>
3010
3011 * win32-nat.c (child_create_inferior): Check for proper shell to use
3012 here, in case the user changes it on the fly.
3013 (_initialize_inftarg): Remove shell path considerations.
3014
2a873819
EZ
30152002-03-21 Elena Zannoni <ezannoni@redhat.com>
3016
3017 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
3018 for gdbarch_max_register_raw_size and max_register_virtual_size.
3019 Adjust copyright year.
3020
a1b9830c
DJ
30212002-03-21 Daniel Jacobowitz <drow@mvista.com>
3022
3023 * dbxread.c (process_one_symbol): Extend the first N_SLINE
3024 in a function to cover the entire beginning of the function
3025 as well if it does not already.
3026
8b5790f2
TR
30272002-03-21 Tom Rix <trix@redhat.com>
3028
3029 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
3030 (rs6000_ptrace64): Renamed from ptrace64.
3031
bdbe5747
MH
30322002-03-20 Martin M. Hunt <hunt@redhat.com>
3033
3034 * gdbserver/remote-utils.c (remote_open): Don't call
3035 getprotobyname, we're all using TCP here so just use
3036 IPPROTO_TCP.
7e336ba1 3037 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
3038
30392002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 3040
bdbe5747
MH
3041 * regcache.c (_initialize_regcache): No need to call
3042 build_regcache() at this time; it gets called whenever
3043 the gdbarch changes.
3044
7781cd62
DB
30452002-03-20 David O'Brien <obrien@FreeBSD.org>
3046
3047 * sparc-nat.c: Include sys/param.h where possible.
3048
f65ca430
DJ
30492002-03-20 Daniel Jacobowitz <drow@mvista.com>
3050
3051 Fix PR gdb/422.
3052 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
3053 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
3054 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
3055 complex types.
3056 * stabsread.c (rs6000_builtin_type): Likewise.
3057 (read_sun_floating_type): Likewise.
3058
0c867556
PS
30592002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3060
3061 * stabsread.c (read_member_functions): Remove skip code for duplicate
3062 constructor/destructor methods. Use standard parsing for these
3063 methods and just do not chain them to the list of methods after
3064 parsing.
3065
12b9c64f
AO
30662002-03-19 Alexandre Oliva <aoliva@redhat.com>
3067
3068 * coffread.c: Remove redundant static declarations. Replace
3069 occurrences of `PTR' with `void *'.
3070 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
3071 * top.h (quit_cover): Likewise.
3072 * defs.h (catch_errors): Likewise.
3073
349c5d5f
AC
30742002-03-18 Andrew Cagney <ac131313@redhat.com>
3075
3076 * defs.h (XMALLOC): Define.
3077 * gdb-events.sh (XMALLOC): Delete macro.
3078 * gdb-events.c, gdb-events.h: Regenerate.
3079 * gdbarch.sh (XMALLOC): Delete macro.
3080 * gdbarch.c: Regenerate.
3081 * serial.c (XMALLOC): Delete macro.
3082 * ui-file.c (XMALLOC): Ditto.
3083 * ser-unix.h (XMALLOC): Ditto.
3084 * sh-tdep.c (XMALLOC): Ditto.
3085 * ui-out.c (XMALLOC): Ditto.
3086 * utils.c (XMALLOC): Ditto.
3087 * i386-tdep.c (XMALLOC): Ditto.
3088 * gdb-events.c (XMALLOC): Ditto.
3089 * d10v-tdep.c (XMALLOC): Ditto.
3090 * cli-out.c (XMALLOC): Ditto.
3091
3092 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
3093 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
3094 * ui-file.c, ui-out.c: Ditto.
3095
7d0766f3
AC
30962002-03-18 Andrew Cagney <ac131313@redhat.com>
3097
3098 * command.h (struct cmd_list_element): Add field context.
3099 (set_cmd_context, get_cmd_context): Declare.
3100 * cli/cli-decode.h: Ditto.
3101 * cli/cli-decode.c (get_cmd_context): New function.
3102 (set_cmd_context): New function.
3103 (add_cmd): Initialize context.
3104 Part of fixing PR gdb/145 and PR gdb/146.
3105
5913bcb0
AC
31062002-03-17 Andrew Cagney <ac131313@redhat.com>
3107
1868c04e
AC
3108 * cli/cli-decode.c (cmd_type): New function.
3109 * command.h (cmd_type): Declare.
3110 * infrun.c (set_schedlock_func): Call function cmd_type.
3111 * kod.c (kod_set_os): Call cmd_type.
3112 * cris-tdep.c (cris_version_update): Use function cmd_type.
3113 (cris_mode_update, cris_abi_update): Ditto.
3114
5913bcb0
AC
3115 * command.h: (execute_cmd_post_hook): Declare.
3116 (execute_cmd_pre_hook): Declare.
3117 * cli/cli-script.c (clear_hook_in_cleanup): New function.
3118 (execute_cmd_post_hook, execute_cmd_pre_hook): New
3119 functions. Execute pre/post hook while ensuring that afterwords
3120 hook_in is cleared.
3121 * top.c (execute_command): Use execute_cmd_post_hook, and
3122 execute_cmd_pre_hook to execute pre/post commands.
3123 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
3124 hook_stop_stub.
3125 (hook_stop_stub): Call execute_cmd_pre_hook.
3126
b51450c9
AC
31272002-03-17 Andrew Cagney <ac131313@redhat.com>
3128
3129 * kod.c (kod_set_os): Revert previous change. Is called by ``info
3130 set'' and this leads to a core dump. Move xstrdup of
3131 operating_system to after check that it is not NULL.
3132
f66c9f11
AC
31332002-03-17 Andrew Cagney <ac131313@redhat.com>
3134
8e694ecf
AC
3135 * kod.c (kod_set_os): Remove unnecessary check that
3136 ``command->type'' is set_cmd.
3137
f66c9f11
AC
3138 * valprint.c (set_input_radix): Use input_radix.
3139 (set_output_radix): Use output_radix.
3140 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
3141 isn't reverted.
3142
9d01611c
AC
31432002-03-16 Andrew Cagney <ac131313@redhat.com>
3144
3145 * value.h (struct value): Delete field ``substring_addr''. Change
3146 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
3147 force_core_addr_align and force_pointer_aligh.
3148
3149 * value.h (struct value): Fix typo in above change.
9d01611c 3150
4156bb53
PS
31512002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3152
3153 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
3154 to fix internal_error from ``maintenance print architecture''.
3155
0e5e3ea6
PS
31562002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3157
3158 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
3159 for gcc versions after gcc-2.8.1.
3160
9b013045
PS
31612002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3162
3163 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
3164 for method resolution. Restore adjustment of ``this'' pointer after
3165 calling value_struct_elt, which was accidentally removed during the
3166 HP merge.
3167
376c9600
AC
31682002-03-15 Andrew Cagney <ac131313@redhat.com>
3169
3170 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
3171 value_of_register.
3172 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
3173 get_saved_register.
3174 * value.h (value_of_register): Update.
3175
a4db0f07
RH
31762002-03-14 Richard Henderson <rth@redhat.com>
3177
3178 * configure.in: Detect declaration for canonicalize_file_name.
3179 * utils.c (canonicalize_file_name): Declare, if needed.
3180 (gdb_realpath): Prefer realpath if available and usable.
3181 * config.in, configure: Rebuild.
3182
96383835
RH
31832002-03-14 Richard Henderson <rth@redhat.com>
3184
3185 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
3186 a constant array bound.
3187
3188 * MAINTAINERS: Add myself to write-after-approval.
3189
75245b24
MS
31902002-03-14 Michael Snyder <msnyder@redhat.com>
3191
3192 * symfile.c (syms_from_objfile): Return immediately if no syms.
3193 (symbol_file_add): Return immediately if no syms.
3194 (find_sym_fns): Return immediately if no syms.
3195
e641a1ca
ML
31962002-03-13 Michal Ludvig <mludvig@suse.cz>
3197
3198 * gdbserver/remote-util.c (remote_open): Print remote-side's
3199 IP address when remote debugging over the network.
7e336ba1 3200
df08bfec
DB
32012002-03-12 David O'Brien <obrien@FreeBSD.org>
3202
3203 * config/sparc/fbsd.mh: Fix copyright.
3204 * config/sparc/fbsd.mt: Likewise.
3205
9a57864f
RE
32062002-03-11 Richard Earnshaw <rearnsha@arm.com>
3207
3208 * MAINTAINERS: Fix typo in name of gdb warnings option.
3209 (x86-64): Fix formating so that this can be parsed by awk.
3210
dd7bf85e
DJ
32112002-03-10 Daniel Jacobowitz <drow@mvista.com>
3212
3213 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
3214 * defs.h: Include "gdb/signals.h".
3215 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
3216
33a0a2ac
ML
32172002-03-10 Michal Ludvig <mludvig@suse.cz>
3218
3219 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 3220 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
3221 from x86-64-tdep.h
3222
dd824b04
DJ
32232002-03-10 Daniel Jacobowitz <drow@mvista.com>
3224 Don Howard <dhoward@redhat.com>
3225
3226 * mips-tdep.c (ST0_FR): Define.
3227 (mips2_fp_compat): New function, temporarily disabled.
3228 (mips_read_fp_register_single): New function.
3229 (mips_read_fp_register_double): New function.
3230 (mips_print_register): Use them.
3231 (do_fp_register_row): Likewise.
3232
6a41ff59
AC
32332002-03-09 Andrew Cagney <ac131313@redhat.com>
3234
3235 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
3236 approval''.
3237
4ea09c10
PS
32382002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3239
3240 * stabsread.c (read_member_functions): Fix is_stub test for
3241 static member functions, improve comment.
3242
6ccc741d
RE
32432002-03-07 Richard Earnshaw <rearnsha@arm.com>
3244
3245 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
3246 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
3247 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
3248 commands that set boolean values.
3249 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
3250 (arm_rdi_resume): Always initialize PC.
3251 (arm_rdi_open): Don't use rslt as a boolean.
3252 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
3253 (arm_rdi_fetch_registers, arm_rdi_store_registers)
3254 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
3255 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
3256
438013df
AO
32572002-03-06 Alexandre Oliva <aoliva@redhat.com>
3258
3259 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
3260 * configure: Rebuilt.
3261
70ed8774
SC
32622002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3263
3264 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
3265 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
3266
5ba2abeb
AC
32672002-03-06 Andrew Cagney <ac131313@redhat.com>
3268
3269 * cli/cli-decode.c (set_cmd_completer): New function.
3270 * command.h (set_cmd_completer): Declare.
3271 * cli/cli-decode.h (set_cmd_completer): Ditto.
3272
3273 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
3274 * cli/cli-cmds.c (init_cli_cmds): Ditto.
3275 * win32-nat.c (_initialize_inftarg): Ditto.
3276 * remote-rdi.c (_initialize_remote_rdi): Ditto.
3277 * proc-api.c (_initialize_proc_api): Ditto.
3278 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
3279 * source.c (_initialize_source): Ditto.
3280 * exec.c (_initialize_exec): Ditto.
3281 * solib.c (_initialize_solib): Ditto.
3282 * top.c (init_main): Ditto.
3283 * tracepoint.c (_initialize_tracepoint): Ditto.
3284 * symfile.c (_initialize_symfile): Ditto.
3285 * printcmd.c (_initialize_printcmd): Ditto.
3286 * infcmd.c (_initialize_infcmd): Ditto.
3287 * corefile.c (_initialize_core): Ditto.
3288
f779ca99
AC
32892002-03-05 Andrew Cagney <ac131313@redhat.com>
3290
3291 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
3292
01a3934b
AC
32932002-03-05 Andrew Cagney <ac131313@redhat.com>
3294
3295 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
3296
37057839
AC
32972002-03-05 Andrew Cagney <ac131313@redhat.com>
3298
3299 * NEWS: Update headings, 5.2 has branched.
3300
c6ecbae5
DJ
33012002-03-04 Daniel Jacobowitz <drow@mvista.com>
3302
3303 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
3304 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
3305 (register_addr, REGISTER_RAW_SIZE): Likewise.
3306 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
3307 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
3308
e9f30c21
ML
33092002-03-03 Michal Ludvig <mludvig@suse.cz>
3310
3311 * MAINTAINERS (x86-64): Add myself.
3312 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
3313 changed value_ptr -> struct value *
3314
54394ac3
DB
33152002-03-01 David O'Brien <obrien@FreeBSD.org>
3316
3317 * configure.host (sparc64-*-freebsd): Add.
3318 * configure.tgt: Likewise.
3319 * config/sparc/fbsd.mh: New file.
3320 * config/sparc/fbsd.mt: Likewise.
3321 * config/sparc/nm-fbsd.h: Likewise.
3322 * config/sparc/tm-fbsd.h: Likewise.
3323
bfe95955
DJ
33242002-03-01 Daniel Jacobowitz <drow@mvista.com>
3325
3326 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
3327 regformats/reg-s390x.dat.
3328
f33c6cbf
AC
33292002-03-01 Andrew Cagney <ac131313@redhat.com>
3330
3331 * utils.c: Add FIXME explaining true/false problem.
3332
5ecaa7dd
AC
33332002-02-28 Andrew Cagney <ac131313@redhat.com>
3334
3335 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
3336
2a251cc2
MC
33372002-02-28 Michael Chastain <mec@shout.net>
3338
3339 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
3340
6a8031a3 33412002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
3342
3343 * gdbserver/linux-s390-low.c: New file.
3344 * regformats/reg-s390.dat: New file.
3345 * regformats/reg-s390x.dat: New file.
3346 * gdbserver/configure.srv: Add S/390.
3347 * gdbserver/Makefile.in: Add S/390.
3348 * configure.tgt: Enable gdbserver for S/390.
3349
ac469903
EZ
33502002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
3351
3352 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
3353 first line of the doc string for "info dos", except at the end of
3354 the sentence, since the short help stops at the first period.
3355
985cb1a3
JM
33562002-02-28 Jason Merrill <jason@redhat.com>
3357
3358 * dwarf2read.c (dwarf_cfi_name): Add new codes.
3359
c570663e
FF
33602002-02-27 Fred Fish <fnf@redhat.com>
3361
3362 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
3363 comment (dumy -> dummy).
3364
43630227
PS
33652002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3366
3367 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
3368
b84911e8
RB
33692002-02-27 Rodney Brown <rbrown64@csc.com.au>
3370
3371 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
3372
58caa3dc
DJ
33732002-02-27 Daniel Jacobowitz <drow@mvista.com>
3374
3375 * gdbserver/acconfig.h: New file.
3376 * gdbserver/i387-fp.c: New file.
3377 * gdbserver/i387-fp.h: New file.
3378 * gdbserver/linux-x86-64.c: New file.
3379 * regformats/reg-x86-64.dat: New file.
3380 * configure.tgt: Add x86_64-*-linux* gdbserver support.
3381 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
3382 * gdbserver/configure.in: Add support for regsets.
3383 * gdbserver/config.in: Regenerate.
3384 * gdbserver/configure: Regenerate.
3385 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
3386 * gdbserver/linux-low.h: New file.
3387 * gdbserver/linux-low.c: Include "linux-low.h". Add support
3388 for regsets.
3389 * gdbserver/linux-arm-low.c: Include "linux-low.h".
3390 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
3391 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
3392 * gdbserver/linux-mips-low.c: Include "linux-low.h".
3393 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
3394 * gdbserver/linux-sh-low.c: Include "linux-low.h".
3395 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
3396 "i387-fp.h". Add PTRACE_GETREGS and friends.
3397 * gdbserver/regcache.c (supply_register): New function.
3398 (supply_register_by_name): New function.
3399 (collect_register): New function.
3400 (collect_register_by_name): New function.
3401
93652174
DJ
34022002-02-27 Daniel Jacobowitz <drow@mvista.com>
3403
3404 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
3405 (config.status): Add configure.srv dependency.
3406 (server_h): Add config.h dependency.
3407
a02e4a61
DJ
34082002-02-27 Daniel Jacobowitz <drow@mvista.com>
3409
3410 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
3411 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
3412 * gdbserver/configure.srv: Change i386-*-linux* to use
3413 reg-i386-linux.o.
3414
ce0eebec
AC
34152002-02-26 Andrew Cagney <ac131313@redhat.com>
3416
3417 * x86-64-tdep.c: Re-indent. Update copyright date.
3418
82dbc5f7
AC
34192002-02-26 Andrew Cagney <ac131313@redhat.com>
3420
3421 From Michal Ludvig <mludvig@suse.cz>:
3422 * x86-64-tdep.c (value.h): Delete.
3423 (gdb_assert.h): Include.
3424 (x86_64_register_convert_to_virtual,
3425 x86_64_register_convert_to_raw ): Add check which lets only
3426 floating-point values to be converted.
3427 (value_push): Delete.
3428 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
3429 (i386_gdbarch_init): Number of register_bytes fixed.
3430
e4621584
AC
34312002-02-26 Andrew Cagney <ac131313@redhat.com>
3432
3433 * MAINTAINERS: Add x86-64 target.
3434
81a9a963
AC
34352002-02-26 Andrew Cagney <ac131313@redhat.com>
3436
3437 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
3438 * osfsolib.c (solib_map_sections): Ditto.
3439 * irix5-nat.c (solib_map_sections): Ditto.
3440 * corelow.c (gdb_check_format): Ditto.
3441 * symfile.c (symfile_bfd_open): Ditto.
3442 * solib.c (solib_map_sections): Ditto.
3443 Fix PR gdb/354.
7e336ba1 3444
0f017ab9
AC
34452002-02-26 Andrew Cagney <ac131313@redhat.com>
3446
3447 * remote.c (_initialize_remote): By default, disable ``e'' and
3448 ``E'' step out-of-range packets.
3449
75738c29
AS
34502002-02-26 Andreas Schwab <schwab@suse.de>
3451
3452 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
3453 m68k_linux_frame_saved_pc.
3454 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
3455 in_sigtramp.
3456 (SIGCONTEXT_PC_OFFSET): Remove.
3457 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
3458 m68k_linux_sigtramp_saved_pc): New functions.
3459 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
3460 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
3461 (UCONTEXT_PC_OFFSET): Define.
3462 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
3463 non-RT and RT signal trampolines.
3464
7e8ed687
RE
34652002-02-26 Richard Earnshaw <rearnsha@arm.com>
3466
3467 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
3468 (TARGET_NBPG, STACK_END_ADDR): Delete
3469 (VARIABLES_INSIDE_BLOCK): Delete.
3470
6972bc8b
AC
34712002-02-25 Andrew Cagney <ac131313@redhat.com>
3472
3473 * utils.c (perror_with_name): Make string parameter constant.
3474 (print_sys_errmsg): Ditto.
3475 (query): Ditto.
3476 * defs.h (perror_with_name): Update.
3477 (print_sys_errmsg): Update.
3478 (query): Update.
3479
aa32f823
DJ
34802002-02-25 Daniel Jacobowitz <drow@mvista.com>
3481
3482 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
3483 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
3484
19caaa45
PS
34852002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3486
3487 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
3488 if it already matches the current architecture from the exec file.
3489 Include arch-utils.h for gdbarch_info_init prototype.
3490 * Makefile.in (rs6000-nat.o): Update dependencies.
3491
d951901f
EZ
34922002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
3493
3494 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
3495 list of exported variables.
3496
7ea81414
DJ
34972002-02-24 Daniel Jacobowitz <drow@mvista.com>
3498
3499 * gdbserver/configure.srv: New file.
3500 * gdbserver/configure.in: Use configure.srv instead
3501 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
3502 from it.
3503 * gdbserver/configure: Regenerated.
3504 * gdbserver/terminal.h: New file.
3505 * gdbserver/Makefile.in: Update for configure changes. Remove
3506 more unneeded include paths.
3507
080fe24b
AC
35082002-02-24 Andrew Cagney <ac131313@redhat.com>
3509
3510 From wiz at danbala:
3511 * config/sparc/tm-sp64.h: Fix grammar and typos.
3512 Fix PR gdb/287.
3513
8605d56e
AC
35142002-02-24 Andrew Cagney <ac131313@redhat.com>
3515
3516 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
3517 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
3518 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
3519 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
3520 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
3521 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
3522 * s390-tdep.c: Ditto.
92362027
AC
3523 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
3524 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
3525 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
3526 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
3527 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
3528 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
3529 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
3530 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
3531 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
3532 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 3533 Fix PR gdb/378.
7e336ba1 3534
8ed32cc0
AC
35352002-02-23 Andrew Cagney <ac131313@redhat.com>
3536
a3007b6f
AC
3537 * lin-thread.c: Delete file.
3538 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
3539 to gdb_proc_service.h.
3540 * configure: Re-generate.
3541
50a9e2f1
AC
3542 * ocd.c (ocd_open): Do not try to open the "ocd" device.
3543 * serial.c (serial_open): Delete check for "ocd".
3544 Fix PR gdb/349.
3545
8b6e7932
AC
3546 * Makefile.in (linux-thread.o): Delete target.
3547 * linux-thread.c: Delete file.
3548
d155c46b
AC
3549 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
3550 renamed SH files to be consistent.
3551
8ed32cc0
AC
3552 * symtab.c (sort_search_symbols): Use xfree.
3553
0e18d038
RE
35542002-02-23 Richard Earnshaw <rearnsha@arm.com>
3555
3556 * arm-linux-tdep.c (arm_linux_init_abi): Register
3557 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
3558 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
3559 definition with undef, since we don't want the sysvr4 definition.
3560 (SKIP_TRAMPOLINE_CODE): Likewise.
3561
27aac7ff
AC
35622002-02-23 Andrew Cagney <ac131313@redhat.com>
3563
3564 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
3565
3566 * configure.in: (AC_CHECK_FUNCS) Added test for
3567 canonicalize_file_name Regenerated.
3568 * config.in, configure: Regenerated.
3569 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
3570 defined use canonicalize_file_name.
7e336ba1 3571
65a6e0ee
MC
35722002-02-23 Michael Chastain <mec@shout.net>
3573
3574 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
3575
47b95330
AC
35762002-02-23 Andrew Cagney <ac131313@redhat.com>
3577
3578 * README: Remove references to cygnus.com.
3579 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
3580 dot com'' form. Remove references to cygnus.com and sourceware.
3581
696f451b
AC
35822002-02-23 Andrew Cagney <ac131313@redhat.com>
3583
3584 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
3585 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
3586 1003.1-2001 no longer allows "head -1".
3587 * gdb/Makefile.in (version.c): Likewise.
3588 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
3589 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
3590 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
3591
bbaca940
AC
35922002-02-23 Andrew Cagney <ac131313@redhat.com>
3593
3594 * cli/cli-decode.c (cmd_cfunc_eq): New function.
3595 * command.h (cmd_cfunc_eq): Declare.
3596 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
3597
3598 * cli/cli-cmds.h (is_complete_command): Change parameter to a
3599 ``struct cmd_list_element *''.
3600 * cli/cli-cmds.c (is_complete_command): Update. Use
3601 cmd_cfunc_eq.
3602 * top.c (execute_command): Pass the command to
3603 is_complete_command.
3604 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
3605
b8b8b047
AC
36062002-02-23 Andrew Cagney <ac131313@redhat.com>
3607
3608 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
3609 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
3610 architecture defines.
3611 * s390-tdep.c (s390_gdbarch_init): Likewise.
3612
19d3fc80
RE
36132002-02-23 Richard Earnshaw <rearnsha@arm.com>
3614
3615 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
3616 (arm_linux_push_arguments): Likewise.
3617 (arm_linux_init_abi): Register them. Also register linux-specific
3618 call_dummy_words.
3619 (find_minsym_and_objfile): Use strcmp, not STREQ.
3620 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
3621 (arm_linux_call_dummy_words): Delete declaration.
3622 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
3623 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
3624 declarations.
3625 (LOWEST_PC): Delete.
3626
3ab13650
PS
36272002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3628
3629 * maint.c (print_section_info): Do not prepend `0x' to filepos
3630 output, it will be handled by local_hex_string_custom.
3631
19d3fc80 36322002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
3633
3634 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
3635 (store_newfpe_double, store_newfpe_extended, store_fpregister)
3636 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
3637
d85a5daf
JB
36382002-02-22 Jim Blandy <jimb@redhat.com>
3639
3640 Indicate that the bcache functions don't change the strings
3641 they're passed.
3642 * bcache.h (bcache, hash): Add `const' keywords to declarations.
3643 * bcache.c (bcache, hash): Add `const' keywords to definitions.
3644
eeb25b8a
PM
36452002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
3646
3647 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
3648
6badb179
CF
36492002-02-21 Christopher Faylor <cgf@redhat.com>
3650
3651 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
3652 find the complete path to a loaded DLL.
3653
e8717518
FF
36542002-02-21 Fred Fish <fnf@redhat.com>
3655
3656 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
3657 that marks the end of the range of a function, enter a line number
3658 entry that has a line number of zero and a PC offset that matches
3659 the end of the function. This starts a range of PC's for which no
3660 line number information is known.
3661 * symtab.c (find_pc_sect_line): If our best fit is in a range of
3662 PC's for which no line number info is found (line number is zero)
3663 then we didn't find any valid line information.
3664 * symtab.h: Document use of zero line number entry.
3665
9abe5450
EZ
36662002-02-21 Elena Zannoni <ezannoni@redhat.com>
3667
3668 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
3669 (have_ptrace_getvrregs): Define for run time checks.
3670 (gdb_vrregset_t): New type for Altivec register handling.
3671 (fetch_register, store_register): Fetch/store altivec register
3672 when needed.
3673 (fetch_altivec_register, store_altivec_register): New functions.
3674 (supply_vrregset, fill_vrregset): New functions.
3675 (fetch_altivec_registers, store_altivec_registers): New functions.
3676 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
3677 registers as well.
3678
aaa38bb5
AJ
36792002-02-21 Jiri Smid <smid@suse.cz>
3680
3681 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
3682
b34db576
RE
36832002-02-21 Richard Earnshaw <rearnsha@arm.com>
3684
3685 * Makefile.in (armnbsd-nat.o): Update dependencies.
3686 * armnbsd-nat.c (supply_gregset): New function. Common code to
3687 supply the integer register set.
3688 (supply_fparegset): New function. Similar for FPA registers.
3689 (fetch_regs, fetch_fp_regs): Use them.
3690 (fetch_core_registers): Likewise.
3691 (fetch_elfcore_registers): New function.
3692 (arm_netbsd_elfcore_fns): New core-file type specification.
3693 (_initialize_arm_netbsd_nat): Register it.
3694
3e56fc4b
RE
36952002-02-21 Richard Earnshaw <rearnsha@arm.com>
3696
3697 * armnbsd-nat.c: Include gdbcore.h.
3698 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
3699 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
3700 'void' to declaration, to shut up ARI.
3701 (fetch_core_registers): Make static. Rewrite using supply_register.
3702 (arm_netbsd_core_fns): New core-file type specification.
3703 (_initialize_arm_netbsd_nat): New function.
3704
097f6b0b
CF
37052002-02-21 Christopher Faylor <cgf@redhat.com>
3706
3707 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
3708 value.
3709
c914e0cc
CF
37102002-02-20 Christopher Faylor <cgf@redhat.com>
3711
3712 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
3713 fails.
3714
385fa495
DJ
37152002-02-20 Daniel Jacobowitz <drow@mvista.com>
3716
3717 * jv-exp.y (parse_number): Change type of implicit longs
3718 to builtin_type_uint64.
3719
e5f1222d
DJ
37202002-02-20 Daniel Jacobowitz <drow@mvista.com>
3721
3722 * gdbserver/linux-low.c (mywait): Change argument to waitpid
3723 to be an integer instead of a `union wait'.
3724
75c9abc6
DJ
37252002-02-20 Daniel Jacobowitz <drow@mvista.com>
3726
3727 * mips-linux-nat.c: Call the operating system GNU/Linux.
3728 * mips-linux-tdep.c: Likewise.
3729 * mips-tdep.c: Likewise.
3730
551792a5
DJ
37312002-02-20 Daniel Jacobowitz <drow@mvista.com>
3732
3733 Fix PR gdb/265.
3734 * jv-exp.y (parse_number): Handle 64-bit integers.
3735
ee6e2b82
DJ
37362002-02-20 Daniel Jacobowitz <drow@mvista.com>
3737
3738 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
3739 AC_STDC_HEADERS to AC_HEADER_STDC.
3740 * gdbserver/configure: Regenerated.
3741
a48442a0
RE
37422002-02-20 Richard Earnshaw <rearnsha@arm.com>
3743
3744 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
3745 is defined.
3746 * sparc-tdep.c (get_longjmp_target): Likewise.
3747
fe419ffc
RE
37482002-02-20 Richard Earnshaw <rearnsha@arm.com>
3749
3750 * News: Add news about ARM and Multi-arch. Mention the new target
3751 arm*-*-netbsd*.
3752
5832ed7e
JB
37532002-02-19 Jim Blandy <jimb@redhat.com>
3754
3755 * stabsread.c (error_type_complaint): Improve error message.
3756
84563040
DJ
37572002-02-19 Daniel Jacobowitz <drow@mvista.com>
3758
3759 * gdbserver/README: Update documentation.
3760 * gdbserver/configure.in: Update configury to match documentation.
3761 * gdbserver/Makefile.in: Likewise.
3762 * gdbserver/configure: Regenerated.
3763 * gdbserver/aclocal.m4: New file, generated by aclocal.
3764 * gdbserver/config.in: New file, generated by autoheader.
3765
375fd65b
RE
37662002-02-19 Richard Earnshaw <rearnsha@arm.com>
3767
3768 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
3769 armnbsd-nat.c.
3770
08216dd7
RE
37712002-02-19 Richard Earnshaw <rearnsha@arm.com>
3772
3773 * arm-tdep.h (enum arm_float_model): New enum.
3774 (struct gdbarch_tdep): Add fp_model.
3775 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
3776 up floating-point conversions until we know the floating-point model
3777 in use by the inferior. Don't complain about being unable to
3778 determine the ABI of the inferior when we don't have one.
3779 (arm_extract_return_value): Support different floating-point models.
3780 (arm_store_return_value): Likewise.
aaa38bb5 3781 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
3782 ARM_FLOAT_SOFT.
3783 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
3784
65d6d66a
PS
37852002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3786
3787 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
3788 of ``current_gdbarch''.
3789
47221191
RE
37902002-02-19 Richard Earnshaw <rearnsha@arm.com>
3791
3792 * armnbsd-nat.c : ANSIfy all function declarations.
3793 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
3794 (fetch_inferior_registers): Re-implement in terms of above.
3795 (store_register, store_regs, store_fp_register, store_fp_regs): New.
3796 (store_inferior_registers): Re-implement in terms of above.
3797
fdf39c9a
RE
37982002-02-19 Richard Earnshaw <rearnsha@arm.com>
3799
aaa38bb5 3800 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
3801 kernel.
3802 * arm-linux-tdep.c: Likewise.
3803 * config/arm/tm-linux.h: Likewise.
3804
93247f88
RE
38052002-02-19 Richard Earnshaw <rearnsha@arm.com>
3806
3807 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
3808 * config/arm/nbsd.mt (TM_FILE): Delete.
3809 * config/arm/tm-nbsd.h: Delete.
3810
d7b486e7
RE
38112002-02-19 Richard Earnshaw <rearnsha@arm.com>
3812
3813 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
3814 Initialize CALL_DUMMY_LENGTH.
3815
41d39a95
RE
38162002-02-19 Richard Earnshaw <rearnsha@arm.com>
3817
3818 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
3819 function.
3820 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 3821 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
3822 defines one thing and that is incorrect for this port.
3823 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
3824
e1195560
PM
38252002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
3826
3827 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
3828
c1748f97
PM
38292002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
3830
3831 * win32-nat.c (display_selector): New function. Displays information
3832 about the information returned by GetThreadSelectorEntry API function.
3833 (display_selectors): New function. Displays the infomation of
3834 the selector given as argument, or of CS, DS ans FS selectors
3835 if no argument is given.
3836 ( _initialize_inftarg): Add "w32" as info prefix command.
3837 Add "info w32 selector" as command calling display_selectors.
3838
e41e6bbf
PM
38392002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
3840
3841 * i386-tdep.c (get_longjmp_target): Fix compilation failure
3842 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
3843 if not defined.
3844
0d3a9f48
RE
38452002-02-18 Richard Earnshaw <rearnsha@arm.com>
3846
3847 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
3848
3fb4b924
RE
38492002-02-18 Richard Earnshaw <rearnsha@arm.com>
3850
3851 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
3852 (arm_fix_call_dummy): Call it.
3853 (arm_call_dummy_breakpoint_offset): Delete.
3854 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
3855 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
3856
7f55af32
AC
38572002-02-18 Andrew Cagney <ac131313@redhat.com>
3858
3859 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
3860 Default to func_frame_chain_valid.
3861 * gdbarch.h, gdbarch.c: Re-generate.
3862 * frame.h (FRAME_CHAIN_VALID): Delete definition.
3863
05f13b9c
EZ
38642002-02-18 Elena Zannoni <ezannoni@redhat.com>
3865
3866 * ppc-linux-nat.c: Update copyright.
3867 (fetch_register, store_register): Add tid parameter, don't compute
3868 tid here.
3869 (fetch_ppc_registers, store_ppc_registers): Add tid
3870 parameter. Pass it along to callees.
3871 (fetch_inferior_registers, store_inferior_registers): Compute tid
3872 here, and pass it to calleed functions.
3873 (fill_gregset, supply_fpregset): Clean up formatting.
3874
d7afb4c9
RE
38752002-02-18 Richard Earnshaw <rearnsha@arm.com>
3876
3877 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
3878 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
3879
9df628e0
RE
38802002-02-18 Richard Earnshaw <rearnsha@arm.com>
3881
3882 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
3883 * gdbarch.c gdbarch.h: Regenerate.
3884 * breakpoint.c (create_longjmp_breakpoint): Always compile this
3885 function.
3886 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
3887 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
3888 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
3889
3890 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
3891 * arm-tdep.c (arm_get_longjmp_target): New function.
3892 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
3893 this to a positive value register arm_get_longjmp_target as the
3894 longjmp handler.
3895 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
3896 (arm_linux_init_abi): Set up longjmp description in tdep.
3897 * armnbsd-nat.c (get_longjmp_target): Delete.
3898 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
3899 description in tdep.
3900 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
3901 (get_longjmp_target): Delete declaration.
3902 (GET_LONGJMP_TARGET): Delete.
3903 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
3904 (GET_LONGJMP_TARGET): Delete.
3905
57bc8964
KB
39062002-02-17 Kevin Buettner <kevinb@redhat.com>
3907
3908 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
3909 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
3910 of ``current_gdbarch''.
3911
83d31a92
TT
39122002-02-17 Tom Tromey <tromey@redhat.com>
3913
3914 * cli/cli-cmds.c (compare_strings): New function.
3915 (complete_command): Only print each unique item once.
3916 * completer.h (complete_line): Declare.
3917 * completer.c (complete_line): New function.
3918 (line_completion_function): Use it.
3919
17ef5d92
AC
39202002-02-16 Andrew Cagney <ac131313@redhat.com>
3921
3922 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
3923 * gdbarch.h, gdbarch.c: Re-generate.
3924
491b8946
DJ
39252002-02-16 Daniel Jacobowitz <drow@mvista.com>
3926
3927 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
3928
39292002-02-16 Daniel Jacobowitz <drow@mvista.com>
3930
3931 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
3932 * valops.c (value_arg_coerce): Don't take the address of a reference
3933 to convert an argument to a reference.
3934
dfe7f3ac
CF
39352002-02-15 Christopher Faylor <cgf@redhat.com>
3936
3937 * win32-nat.c (get_image_name): New function.
3938 (handle_load_dll): Use get_image_name function.
3939 (get_child_debug_event): Avoid registering debug events until possibly
3940 execed process is started.
3941 (child_create_inferior): Allow invocation via shell so that command
3942 line redirection, etc. works ok.
3943 (_initialize_inftarg): Add new command: "set shell" to control whether
3944 a shell is used to start a process.
3945
1d33e73a
DJ
39462002-02-15 Daniel Jacobowitz <drow@mvista.com>
3947
3948 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
3949 instead of find_register_by_number.
3950 (cannot_store_register): Likewise.
3951
48cd0caa
PM
39522002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
3953
aaa38bb5 3954 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
3955 fprintf_unfiltered (gdb_stderr, ...).
3956
8656e7d8
DJ
39572002-02-15 Daniel Jacobowitz <drow@mvista.com>
3958
3959 * gdbserver/gdbserver.1: Document --attach.
3960
66e810cd
RE
39612002-02-15 Richard Earnshaw <rearnsha@arm.com>
3962
3963 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
3964 descriptions.
3965 * arm-tdep.c (arm_default_arm_le_breakpoint)
3966 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
3967 (arm_default_thumb_be_breakpoint): New. Initialize them from
3968 traditional breakpoint defines.
3969 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
3970 (arm_gdbarch_init): Initialize new breakpoint variables.
3971 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
3972 (arm_linux_init_abi): Initialize linux-specific breakpoint.
3973 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
3974 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
3975 code out to ...
3976 (arm_netbsd_init_abi_common): ... here; new function.
3977 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
3978 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
3979 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
3980 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
3981
97e03143
RE
39822002-02-15 Richard Earnshaw <rearnsha@arm.com>
3983
3984 * arm-tdep.h (enum arm_abi): New enum.
3985 (struct gdbarch_tdep): New structure.
3986 (LOWEST_PC): Provide a default.
3987 (arm_gdbarch_register_os_abi): Declare new function.
3988 * arm-tdep.c (arm_abi_names): New array.
3989 (process_note_abi_tag_sections): New function.
3990 (get_elfosabi): New function.
3991 (arm_gdbarch_register_os_abi): New function.
3992 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
3993 support for that ABI has been built in, then call the appropriate
3994 configuration routine. Use gdbarch_num_regs() to get the number
3995 of registers.
3996 (arm_dump_tdep): New function.
3997 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
3998 place-holder functions.
3999 (_initialize_arm_tdep): Register them.
4000 * config/arm/tm-arm.h (LOWEST_PC): Delete.
4001
4002 * armnbsd-tdep.c: New file.
4003 * Makefile.in (armnbsd-tdep.o): Add dependencies.
4004 * config/arm/nbsd.mt (TDEPFILES): Add it.
4005 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
4006
4007 * armnbsd-nat.c: Include regcache.h.
4008 * Makefile.in (armnbsd-nat.o): Update dependency list.
4009
4010 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
4011
ad68be46
DJ
40122002-02-14 Daniel Jacobowitz <drow@mvista.com>
4013
4014 * gdbserver/Makefile.in: Fix typos in target rules.
4015
003d6d1d
DJ
40162002-02-14 Daniel Jacobowitz <drow@mvista.com>
4017
aaa38bb5 4018 Fix part of PR gdb/267.
003d6d1d
DJ
4019 * linespec.c (find_methods): Handle constructors specially for now.
4020
6b230f1b
CV
40212002-02-14 Corinna Vinschen <vinschen@redhat.com>
4022
4023 * arm-tdep.c (arm_push_arguments): Eliminate special float type
4024 handling.
4025 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
4026 standard_coerce_float_to_double().
4027
1ea98d12
CF
40282002-02-14 Christopher Faylor <cgf@redhat.com>
4029
4030 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
4031 GDBINIT_FILENAME.
4032
dd47e6fd
EZ
40332002-02-14 Elena Zannoni <ezannoni@redhat.com>
4034
4035 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
4036 find_variant_by_name, because it confuses the multiarch
4037 framework. Return NULL if there isn't an architecture with the
4038 user supplied name, instead of forcing a different one without
4039 recording the change with the multiarch machinery.
4040 (find_variant_by_name): Delete.
4041
d7e39b9e
PS
40422002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4043
4044 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
4045 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
4046
76e42a4f
MH
40472002-02-13 Martin M. Hunt <hunt@redhat.com>
4048
aaa38bb5 4049 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
4050 print_frame_info_listing_hook, set current_source_symtab.
4051
0a30fbc4
DJ
40522002-02-14 Daniel Jacobowitz <drow@mvista.com>
4053
4054 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
4055 and remove unused $(INCLUDE_DIR).
4056 Add regcache.c to OBS.
4057 Add generated register protocol files to clean target.
4058 Update dependencies for new objects, obsolete old target code.
4059
4060 * gdbserver/linux-low.c: Remove all platform-specific code to
4061 new files. Remove various dead code. Update to use regcache
4062 functionality.
4063 * gdbserver/remote-utils.c (fromhex): Add return statement
4064 to quiet warning.
4065 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
4066 constant.
4067 (input_interrupt): Add integer parameter to match prototype
4068 of a signal handler.
4069 (outreg): Use register_data ().
4070 (prepare_resume_reply): Use gdbserver_expedite_regs.
4071 * gdbserver/server.c (main): Dynamically allocate own_buf because
4072 PBUFSIZ is no longer constant. Use registers_to_string () and
4073 registers_from_string ().
4074 * gdbserver/server.h: No longer include "defs.h". Add prototypes
4075 for error (), fatal (), and warning (). Update definition of
4076 PBUFSIZ to use regcache functionality. Add include guard.
4077 * gdbserver/utils.c (fatal): Add missing ``const''.
4078 (warning): New function.
4079
4080 * regformats/regdat.sh: Include "regcache.h" in generated files.
4081 Provide init_registers () function.
4082 * regformats/regdef.h: Add prototype for set_register_cache ().
4083 Add include guard.
4084
4085 * gdbserver/linux-arm-low.c: New file.
4086 * gdbserver/linux-i386-low.c: New file.
4087 * gdbserver/linux-ia64-low.c: New file.
4088 * gdbserver/linux-m68k-low.c: New file.
4089 * gdbserver/linux-mips-low.c: New file.
4090 * gdbserver/linux-ppc-low.c: New file.
4091 * gdbserver/linux-sh-low.c: New file.
4092
4093 * gdbserver/regcache.c: New file.
4094 * gdbserver/regcache.h: New file.
4095
4096 * gdbserver/low-linux.c: Removed obsolete file.
4097
4cc841d0
DJ
40982002-02-14 Daniel Jacobowitz <drow@mvista.com>
4099
4100 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
4101 * config/i386/linux.mt: Likewise.
4102 * config/ia64/linux.mt: Likewise.
4103 * config/m68k/linux.mh: Likewise.
4104 * config/powerpc/linux.mh: Likewise.
4105 * config/mips/linux.mt: Likewise.
4106
4107 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
4108
4109 * config/i386/i386lynx.mh: Mark gdbserver variables
4110 as (currently) obsolete for this target.
4111 * config/i386/nbsd.mt: Likewise.
4112 * config/i386/nbsdelf.mt: Likewise.
4113 * config/m32r/m32r.mt: Likewise.
4114 * config/m68k/m68klynx.mh: Likewise.
4115 * config/m68k/nbsd.mt: Likewise.
4116 * config/m68k/sun3os4.mh: Likewise.
4117 * config/mips/vr5000.mt: Likewise.
4118 * config/ns32k/nbsd.mt: Likewise.
4119 * config/pa/hppabsd.mh: Likewise.
4120 * config/pa/hppaosf.mh: Likewise.
4121 * config/powerpc/nbsd.mt: Likewise.
4122 * config/rs6000/rs6000lynx.mh: Likewise.
4123 * config/s390/s390.mt: Likewise.
4124 * config/s390/s390x.mt: Likewise.
4125 * config/sparc/sparclynx.mh: Likewise.
4126 * config/sparc/sun4os4.mh: Likewise.
4127 * config/i386/x86-64linux.mt: Likewise.
4128 * config/sparc/linux.mh: Likewise.
4129
a85f51e7
DJ
41302002-02-14 Daniel Jacobowitz <drow@mvista.com>
4131
4132 * configure.tgt: Configure gdbserver only for known working
4133 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
4134 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
4135 SUBDIRS if it is configured. Update comment for ${nativefile}.
4136 * configure: Regenerated.
4137
65554fef
MS
41382002-02-13 Michael Snyder <msnyder@redhat.com>
4139
670a52db
MS
4140 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
4141
6dbdc4a3
MS
4142 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
4143 (default_gcore_mach): Just return 0, work around a problem in bfd.
4144 (default_gcore_target): OK to return NULL if exec_bfd is null.
4145 (make_mem_sec): Use a cast, avoid a warning.
4146
4147 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 4148 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
4149 sizeof (host pointer) != sizeof (target pointer)).
4150 (procfs_make_note_section): Avoid overflow in psargs string.
4151
aaa38bb5 4152 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
4153 implementation return an error.
4154
41552002-02-13 Rodney Brown <rbrown64@csc.com.au>
4156
4157 * procfs.c (procfs_make_note_section): Provide a default definition
4158 (for alpha-dec-osf4.0f). Fix typos.
4159
1e4d76e7
EZ
41602002-02-13 Elena Zannoni <ezannoni@redhat.com>
4161
4162 * linux-proc.c: Add include of regcache.h.
4163 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
4164
b6d1a1d5
AC
41652002-02-13 Andrew Cagney <ac131313@redhat.com>
4166
4167 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
4168 * memattr.c (create_mem_region): Disallow useless empty region.
4169 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 4170 non-overlapping.
b6d1a1d5 4171
6c6ea35e
MC
41722002-02-13 Michael Chastain <mec@shout.net>
4173
4174 * defs.h: Kill CONST_PTR.
4175 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
4176 * c-lang.c (c_builtin_types): Likewise.
4177 * ch-lang.c (ch_builtin_types): Likewise.
4178 * f-lang.c (f_builtin_types): Likewise.
4179 * language.c (unknown_builtin_types): Likewise.
4180 * m2-lang.c (m2_builtin_types): Likewise.
4181 * p-lang.c (pascal_builtin_types): Likewise.
4182 * scm-lang.c (c_builtin_types): Likewise.
4183
3e0b0f48
KS
41842002-02-13 Keith Seitz <keiths@redhat.com>
4185
4186 * arm-tdep.h (arm_get_next_pc): Add declaration.
4187
67255d04
RE
41882002-02-13 Richard Earnshaw <rearnsha@arm.com>
4189
4190 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
4191 with other related struct-returning functions.
4192 (arm_extract_struct_value_address): New function.
4193 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
4194 initialize float_format, double_format and long_double_format as
4195 appropriate to the endianness of the target.
4196 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
4197 (arm_use_struct_convention): Delete declaration.
4198 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
4199
079777f6
KS
42002002-02-13 Keith Seitz <keiths@redhat.com>
4201
4202 * defs.h (core_addr_to_string_nz): New function.
4203
34588f23
MK
42042002-02-13 Mark Kettenis <kettenis@gnu.org>
4205
4206 Apply missing bits of 2002-01-15 patch.
4207 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
4208 (fill_fpregset): Use i387_fill_fsave.
4209
49b563f9
KS
42102002-02-12 Keith Seitz <keiths@redhat.com>
4211
49b563f9
KS
4212 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
4213 (core_addr_to_string_nz): New function.
4214
aeb98c60
RE
42152002-02-11 Richard Earnshaw <rearnsha@arm.com>
4216
4217 * arm-linux-nat.c: Really include arm-tdep.h.
4218 * config/arm/tm-linux.h (struct type, struct value): Declare.
4219
65554fef
MS
42202002-02-11 Michael Snyder <msnyder@redhat.com>
4221
4222 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
4223 (gcore section): Ifdef for Solaris and Unixware only.
4224 (procfs_do_thread_registers): Unixware needs one lwpstatus
4225 per thread (not one prstatus or pstatus).
4226 (procfs_make_note_section): Iterate only over kernel threads (lwps),
4227 not over all gdb threads. For unixware, call elfcore_write_pstatus
4228 once before iterating over threads.
4229
34e8f22d
RE
42302002-02-11 Richard Earnshaw <rearnsha@arm.com>
4231
4232 * arm-tdep.h: New file.
4233 * arm-tdep.c: Include arm-tdep.h.
4234 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
4235 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
4236 (arm_print_float_info, arm_register_type, convert_to_extended)
4237 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
4238 (arm_extract_return_value, arm_register_name): Make static.
4239 (arm_software_single_step): Similarly. Fix types in declaration.
4240 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
4241 (arm_store_return_value, arm_store_struct_return): New functions.
4242 (arm_gdbarch_init): Register the above functions. Also register
4243 call_dummy_start_offset, sizeof_call_dummy_words,
4244 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
4245 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 4246 max_register_virtual_size, register_size. Set up
34e8f22d
RE
4247 prologue_cache.saved_regs here, rather than ...
4248 (_initialize_arm_tdep): ... here.
4249 * config/arm/tm-arm.h (struct type, struct value): Delete forward
4250 declarations.
4251 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
4252 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
4253 (arm_print_float_info, arm_register_type, convert_to_extended)
4254 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
4255 (arm_extract_return_value, arm_register_name): Delete declarations.
4256 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
4257 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
4258 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
4259 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
4260 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4261 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
4262 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
4263 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
4264 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
4265 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
4266 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
4267 (arm_get_next_pc): No-longer static -- these are needed by the RDI
4268 interface.
4269 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
4270 * remote-rdi.c remote-rdp.c: Likewise.
4271 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
4272 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
4273 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
4274 definition.
4275
4276 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
4277 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
4278 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
4279 from non-ARM_ prefixed definitions.
4280 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
4281 all uses of above.
4282 * remote-rdi.c remote-rdp.c: Likewise.
4283 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
4284
148754e5
RE
42852002-02-11 Richard Earnshaw <rearnsha@arm.com>
4286
4287 * arm-tdep.c (arm_frameless_function_invocation)
4288 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
4289 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
4290 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
4291 (arm_pop_frame, arm_get_next_pc): Make static.
4292 (arm_gdbarch_init): Register above in gdbarch structure.
4293 (arm_read_fp): Renamed from arm_target_read_fp.
4294 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
4295 * config/arm/tm-arm.h (arm_frameless_function_invocation)
4296 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
4297 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
4298 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
4299 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
4300 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
4301 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
4302 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
4303 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
4304 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 4305
434d2d4f
DJ
43062002-02-10 Daniel Jacobowitz <drow@mvista.com>
4307
4308 * symtab.c (compare_search_syms): New function.
4309 (sort_search_symbols): New function.
4310 (search_symbols): Sort symbols after searching rather than
4311 before.
4312
55241689
AC
43132002-02-10 Andrew Cagney <ac131313@redhat.com>
4314
4315 * NEWS: Linux -> GNU/Linux.
4316
028c194b
AC
43172002-02-10 Andrew Cagney <ac131313@redhat.com>
4318
4319 * gdbarch.sh: For for level one methods, disallow a definition
4320 when partially multi-arched. Add comments explaining rationale.
4321 * gdbarch.h: Re-generate.
4322
6acf50cd
AC
43232002-02-10 Andrew Cagney <ac131313@redhat.com>
4324
4325 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
4326 multi-arch partial.
aaa38bb5 4327
50248794
AC
43282002-02-10 Andrew Cagney <ac131313@redhat.com>
4329
4330 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
4331 field. Use diff -u.
4332 * gdbarch.c: Re-generate.
4333
c30e0066
AC
43342002-02-10 Andrew Cagney <ac131313@redhat.com>
4335
9b56c5f3 4336 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
4337 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
4338 partial.
4339
6e6d6484
AC
43402002-02-10 Andrew Cagney <ac131313@redhat.com>
4341
4342 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
4343 multi-arch partial.
4344 (PUSH_ARGUMENTS): Switch to using predefault.
4345 * gdbarch.c: Regenerate.
4346
c203844d
AC
43472002-02-10 Andrew Cagney <ac131313@redhat.com>
4348
4349 * valops.c (PUSH_ARGUMENTS): Delete definition.
4350 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
4351 partial. Default to default_push_arguments.
4352 * gdbarch.h, gdbarch.c: Regenerate.
4353
b5a2688f
AC
43542002-02-09 Andrew Cagney <ac131313@redhat.com>
4355
4356 * defs.h (throw_exception): Rename return_to_top_level. Update
4357 comments.
4358 * utils.c (error_stream, internal_verror, quit): Ditto.
4359 * top.c (throw_exception, catcher): Ditto.
4360 * sparclet-rom.c (sparclet_load): Ditto.
4361 * remote.c (interrupt_query, minitelnet): Ditto.
4362 * remote-sds.c (interrupt_query): Ditto.
4363 * remote-mips.c (mips_error, mips_kill): Ditto.
4364 * ocd.c (interrupt_query): Ditto.
4365 * monitor.c (monitor_interrupt_query): Ditto.
4366 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
4367 * target.h: Update comment.
aaa38bb5 4368
b5a2688f 4369 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 4370
2fa5c1e0
AC
43712002-02-09 Andrew Cagney <ac131313@redhat.com>
4372
4373 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
4374 default_double_format.
4375 * gdbarch.h, gdbarch.c: Re-generate.
4376 * findvar.c (floatformat_unknown): Delete variable definition.
4377 * doublest.h (floatformat_unknown): Delete variable declaration.
4378
da966255
JB
43792002-02-09 Jim Blandy <jimb@redhat.com>
4380
4381 * stabsread.c (read_type): Add code to parse Sun's syntax for
4382 prototyped function types.
4383
123a4891
AC
43842002-02-09 Andrew Cagney <ac131313@redhat.com>
4385
4386 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
4387 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
4388
fb39c8f3
PS
43892002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4390
4391 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
4392 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
4393 now _initialize_xcoffsolib gets called again and overrides the
4394 commands from solib.c in a native configuration.
4395
0b87a11d
MK
43962002-02-09 Mark Kettenis <kettenis@gnu.org>
4397
4398 * doublest.c (store_typed_floating): Don't try to return a value.
4399 Fixes PR gdb/290.
4400
bdc2fc72
JB
44012002-02-08 Jim Blandy <jimb@redhat.com>
4402
4403 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
4404 is prototyped and has no arguments, print its argument list as
4405 `(void)'.
4406
da69bbcf
CD
44072002-02-08 Chris Demetriou <cgd@broadcom.com>
4408
4409 * MAINTAINERS (write-after-approval): Add myself.
4410 (paper-trail): I've escaped!
aaa38bb5 4411
b69571f5
CF
44122002-02-08 Christopher Faylor <cgf@redhat.com>
4413
4414 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
4415 changes.
4416 (_initialize_check_for_gdb_ini): Ditto.
4417
f6871398
MH
44182002-02-08 Martin M. Hunt <hunt@redhat.com>
4419
4420 * win32-nat.c (cygwin_pid_to_str): Fix typo.
4421 xaprintf -> xasprintf.
4422
4e52d31c
PM
44232002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
4424
4425 * win32-nat.c: Remove use of printf and sprintf functions.
4426
39bbf761
RE
44272002-02-08 Richard Earnshaw <rearnsha@arm.com>
4428
4429 * arm-tdep.c (arm_frame_chain_valid): Make static.
4430 (arm_push_arguments): Likewise.
4431 (arm_gdbarch_init): New function.
4432 (_initialize_arm_tdep): Call it.
4433 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
4434 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
4435 (FRAME_CHAIN_VALID): Delete.
4436 (arm_frame_chain_valid): Delete declaration.
4437 (PUSH_ARGUMENTS): Delete.
4438 (arm_push_arguments): Delete declaration.
4439 (CALL_DUMMY_P): Delete.
4440
9c9532c9
CV
44412002-02-08 Andrew Cagney <ac131313@redhat.com>
4442 Corinna Vinschen <vinschen@redhat.com>
4443
4444 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
4445 on builtin float types.
4446
4e8f7a8b
DJ
44472002-02-08 Daniel Jacobowitz <drow@mvista.com>
4448
4449 * utils.c: Include <curses.h> before "bfd.h".
4450 * tui/tui-hooks.c: Likewise.
4451 * tui/tui.c: Likewise.
4452 * tui/tuiCommand.c: Likewise.
4453 * tui/tuiData.c: Likewise.
4454 * tui/tuiDataWin.c: Likewise.
4455 * tui/tuiDisassem.c: Likewise.
4456 * tui/tuiGeneralWin.c: Likewise.
4457 * tui/tuiIO.c: Likewise.
4458 * tui/tuiLayout.c: Likewise.
4459 * tui/tuiRegs.c: Likewise.
4460 * tui/tuiSource.c: Likewise.
4461 * tui/tuiSourceWin.c: Likewise.
4462 * tui/tuiStack.c: Likewise.
4463 * tui/tuiWin.c: Likewise.
4464
cd4bffcf
EZ
44652002-02-07 Elena Zannoni <ezannoni@redhat.com>
4466
4467 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
4468 to include space for pseudoregs as well. Update loops accordingly.
4469 (sh_fp_frame_init_saved_regs): Ditto.
4470 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
4471
26806ce2
AC
44722002-02-07 Andrew Cagney <ac131313@redhat.com>
4473
4474 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
4475 Add Richard Earnshaw to Arm maintainers.
4476
97fdab62
AC
44772002-02-07 Andrew Cagney <ac131313@redhat.com>
4478
a6b98203
AC
4479 * defs.h (warning_begin): Delete declaration.
4480
97fdab62
AC
4481 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
4482 Delete macro.
4483
78b29b40
MS
44842002-02-07 Michael Snyder <msnyder@redhat.com>
4485
aaa38bb5 4486 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
4487 Logic bug, remove misplaced else.
4488
d8849953
KD
44892002-02-07 Klee Dienes <klee@apple.com>
4490
4491 * fork-inferior.c (fork_inferior): Add '!' to the list of
4492 characters that need to be quoted when building a string for the
4493 shell. Quote '!' specifically with a backslash, since CSH chokes
4494 when trying to evaluate "str!str".
aaa38bb5 4495
095778a0
NC
44962002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
4497
4498 * rdi-share/host.h: Only provide a typedef for bool if it is not
4499 defined.
4500
1900040c
MS
45012002-02-04 Michael Snyder <msnyder@redhat.com>
4502
4503 * breakpoint.h (enum bptype): Add new overlay event bp type.
4504 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 4505
1900040c
MS
4506 * breakpoint.c (create_internal_breakpoint): New function.
4507 (internal_breakpoint_number): Moved into create_internal_breakpoint.
4508 (create_longjmp_breakpoint): Use create_internal_breakpoint.
4509 (create_thread_event_breakpoint): Ditto.
4510 (create_solib_event_breakpoint): Ditto.
4511 (create_overlay_event_breakpoint): New function.
4512 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
4513 (update_breakpoints_after_exec): Delete and re-initialize
4514 overlay event breakpoints after an exec. Add FIXME comment
4515 about longjmp breakpoint.
4516 (print_it_typical): Ignore overlay event breakpoints.
4517 (print_one_breakpoint): Ditto.
4518 (mention): Ditto.
4519 (bpstat_what): Do not stop for overlay event breakpoints.
4520 (delete_breakpoint): Don't delete overlay event breakpoints.
4521 (breakpoint_re_set_one): Delete the overlay event breakpoint.
4522 (breakpoint_re_set): Re-create overlay event breakpoint.
4523
4524 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
4525 (overlay_manual_command): Disable overlay breakpoints.
4526 (overlay_off_command): Disable overlay breakpoints.
4527
082fc60d
RE
45282002-02-06 Richard Earnshaw <rearnsha@arm.com>
4529
4530 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
4531 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
4532 to here from config/tm-arm.h.
4533 (coff_sym_is_thumb): Make static.
4534 (arm_elf_make_msymbol_special): New function.
4535 (arm_coff_make_msymbol_special): New function.
4536 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
4537 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
4538 (coff_sym_is_thumb): Delete declaration.
4539 (arm_elf_make_msymbol_special): Declare.
4540 (arm_coff_make_msymbol_special): Declare.
4541 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
4542 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
4543
039c5766
RE
45442002-02-06 Richard Earnshaw <rearnsha@arm.com>
4545
4546 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
4547
45482002-02-06 Richard Earnshaw <rearnsha@arm.com>
4549
4550 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
4551 * gdbarch.c gdbarch.h: Regenerate.
4552 * arch-utils.c (default_print_float_info): New function.
4553 * arch-utils.h (default_print_float_info): Prototype it.
4554 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
4555 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
4556 (PRINT_FLOAT_INFO): Document it.
4557
4558 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
4559 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
4560 (PRINT_FLOAT_INFO): Define.
4561
58fa08f0
PM
45622002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
4563
aaa38bb5 4564 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
4565 Add typecast to sprintf argument to suppress a warning.
4566
7393af7c
PM
45672002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
4568
58fa08f0 4569 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
4570 to allow easier handling of pass state.
4571 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
4572 that gives exception name and address.
4573 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 4574 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 4575 exceptions added.
aaa38bb5
AJ
4576 (child_continue): Correctly report continue_status.
4577 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 4578 TARGET_SIGNAL_0 (new default value).
aaa38bb5 4579 (child_resume): consider sig argument passed to decide if
7393af7c
PM
4580 the exception should be passed to debuggee or not.
4581
6af4589c
MS
45822002-02-05 Michael Snyder <msnyder@redhat.com>
4583
4584 * regcache.c (fetch_register): Call target_fetch_register
4585 only if we don't call FETCH_PSEUDO_REGISTER.
4586 (store_register): Call target_store_register only if we
4587 don't call STORE_PSEUDO_REGISTER.
4588
a2cf933a
EZ
45892002-02-05 Elena Zannoni <ezannoni@redhat.com>
4590
4591 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
4592 ELF_MAKE_MSYMBOL_SPECIAL.
4593 * gdbarch.c, gdbarch.h: Regenerate.
4594 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 4595 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
4596 * elfread.c (elf_symtab_read): Compile use of
4597 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
4598 multiarched.
4599 * coffread.c (coff_symtab_read): Ditto, for
4600 COFF_MAKE_MSYMBOL_SPECIAL.
4601
6bb7be43
JB
46022002-02-05 Jim Blandy <jimb@redhat.com>
4603
4604 * solib-svr4.c (svr4_truncate_ptr): New function.
4605 (svr4_relocate_section_addresses): Do the address arithmetic with
4606 the appropriate truncation for target addresses, even when
4607 CORE_ADDR is larger than a target address.
4608
e18651ec
DJ
46092002-02-05 Daniel Jacobowitz <drow@mvista.com>
4610
4611 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
4612 to (int *).
4613
6b2725be
DJ
46142002-02-05 Daniel Jacobowitz <drow@mvista.com>
4615
4616 * gdbserver/linux-low.c (kill_inferior): Remove commented out
4617 code.
4618
fca9e603
DJ
46192002-02-05 Daniel Jacobowitz <drow@mvista.com>
4620
4621 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
4622
6c537a52
DJ
46232002-02-05 Daniel Jacobowitz <drow@mvista.com>
4624
4625 * gdbserver/linux-low.c: Remove unused include files.
4626
d844cde6
DJ
46272002-02-05 Daniel Jacobowitz <drow@mvista.com>
4628
4629 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
4630 (read_inferior_memory): Use it.
4631 (write_inferior_memory): Likewise.
4632
d07c63e7
DJ
46332002-02-05 Daniel Jacobowitz <drow@mvista.com>
4634
4635 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
4636 grubbing through sys_errlist.
4637
da6d8c04
DJ
46382002-02-05 Daniel Jacobowitz <drow@mvista.com>
4639
4640 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
4641
5b421780
PM
46422002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
4643 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
4644
9f60d481
AC
46452002-02-04 Andrew Cagney <ac131313@redhat.com>
4646
4647 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
4648 (do_sfunc, set_cmd_sfunc): New functions.
4649
4650 * command.h (struct cmd_list_element): Add field func.
4651 * cli/cli-decode.h (struct cmd_list_element): Ditto.
4652 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
4653 * cli/cli-decode.h: Ditto.
4654
4655 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
4656 (help_all, help_cmd_list): Ditto.
4657 (find_cmd, complete_on_cmdlist): Ditto.
4658 * top.c (execute_command): Ditto.
4659
4660 * cli/cli-setshow.c (do_setshow_command): Call func instead of
4661 function.sfunc.
4662
4663 * infcmd.c (notice_args_read): Fix function signature.
4664
4665 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
4666 * cli/cli-decode.c (add_set_cmd): Ditto.
4667 * utils.c (initialize_utils): Ditto.
4668 * maint.c (_initialize_maint_cmds): Ditto.
4669 * infrun.c (_initialize_infrun): Ditto.
4670 * demangle.c (_initialize_demangler): Ditto.
4671 * remote.c (add_packet_config_cmd): Ditto.
4672 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4673 * cris-tdep.c (_initialize_cris_tdep): Ditto.
4674 * proc-api.c (_initialize_proc_api): Ditto.
4675 * kod.c (_initialize_kod): Ditto.
4676 * valprint.c (_initialize_valprint): Ditto.
4677 * top.c (init_main): Ditto.
4678 * infcmd.c (_initialize_infcmd): Ditto.
4679 * corefile.c (_initialize_core): Ditto.
4680 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4681 * arch-utils.c (initialize_current_architecture): Ditto.
4682 (_initialize_gdbarch_utils): Ditto.
4683 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
4684
4685 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
4686 * wince.c (_initialize_inftarg): Ditto.
4687 * symfile.c (_initialize_symfile): Ditto.
4688 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4689 * language.c (_initialize_language): Ditto.
4690 * arc-tdep.c (_initialize_arc_tdep): Ditto.
4691
f9ba0717
MS
46922002-02-04 Michael Snyder <msnyder@redhat.com>
4693
4694 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
4695
0c74b2a7
DJ
46962002-02-04 Daniel Jacobowitz <drow@mvista.com>
4697
4698 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
4699 Add rules for building the register data files.
4700
c638789f
DJ
47012002-02-04 Daniel Jacobowitz <drow@mvista.com>
4702
4703 * regformats/regdat.sh: Add braces to the definition of
4704 expedite_regs_${arch}.
4705
db253027
DJ
47062002-02-04 Daniel Jacobowitz <drow@mvista.com>
4707
4708 * regformats/regdef.h (struct reg): Add comment describing the
4709 requirements for offset and size fields.
4710
206be19c
AS
47112002-02-04 Andreas Schwab <schwab@suse.de>
4712
4713 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
4714 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
4715
181c1381
RE
47162002-02-04 Richard Earnshaw <rearnsha@arm.com>
4717
4718 * gdbarch.sh (copyright): Update years in generated header.
4719 (SMASH_TEXT_ADDRESS): Add rule.
db253027 4720 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
4721 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
4722 * dbxread.c: Likewise.
4723 * dwarfread.c: Likewise.
4724 * elfread.c: Likewise.
4725 * somread.c: Likewise.
4726
4727 * arm-tdep.c (arm_smash_text_address): New function.
4728 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
4729
fa4ba8da
PM
47302002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
4731
4732 Add support for hardware watchpoints on win32 native.
aaa38bb5 4733 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 4734 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 4735 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
4736 of debug registers.
4737 (debug_registers_changed): New variable. Reflects when debug registers
4738 are changed and need to be written to inferior.
aaa38bb5 4739 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
4740 was set, used when new threads are created.
4741 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
4742 i386-nat code.
4743 (thread_rec): Set dr array if id is the thread of current_event .
4744 (child_continue, child_resume): Change the debug registers for all
4745 threads if debug_registers_changed.
4746 (child_add_thread): Change the debug registers if debug_registers_used.
4747 * config/i386/cygwin.mh: Add use of i386-nat.o file.
4748 Link nm.h to new nm-cygwin.h file.
4749 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
4750 of hardware registers.
4751
a73c86fb
AC
47522002-02-03 Andrew Cagney <ac131313@redhat.com>
4753
4754 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
4755 Restore behavour broken by 2002-01-20 Andrew Cagney
4756 <ac131313@redhat.com> IEEE_FLOAT removal.
4757
acf5ed49
DJ
47582002-02-03 Daniel Jacobowitz <drow@mvista.com>
4759
4760 * c-valprint.c (c_val_print): Pass a proper valaddr to
4761 cp_print_class_method.
4762 * valops.c (search_struct_method): If there is only one method
4763 and args is NULL, return that method.
4764
493d28d5
DJ
47652002-02-03 Daniel Jacobowitz <drow@mvista.com>
4766
4767 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
4768 accessing tag_name directly.
4769
7495dfdb
DJ
47702002-02-03 Daniel Jacobowitz <drow@mvista.com>
4771
4772 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
4773 of accessing tag_name directly.
4774
dd6bda65
DJ
47752002-02-03 Daniel Jacobowitz <drow@mvista.com>
4776
4777 PR gdb/280
4778 * gdbtypes.c (replace_type): New function.
4779 * gdbtypes.h (replace_type): Add prototype.
4780 * stabsread.c (read_type): Use replace_type.
4781
88fe217c
RE
47822002-02-03 Richard Earnshaw <rearnsha@arm.com>
4783
4784 * Makefile.in (memattr.o): Add missing dependencies rule.
4785
e5d66720
PS
47862002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4787
4788 * breakpoint.c (break_at_finish_command): Really export.
4789 (break_at_finish_at_depth_command): Ditto.
4790 (tbreak_at_finish_command): Ditto.
4791 * hppa-tdep.c: Include completer.h.
4792 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
4793 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
4794
fffee0be
AC
47952002-02-01 Andrew Cagney <ac131313@redhat.com>
4796
4797 * utils.c (do_write): New function.
4798 (error_stream): Rewrite combining the code from error_begin and
4799 verror.
4800 (verror): Rewrite using error_stream.
4801 (error_begin): Delete function.
4802
255e7dbf
AC
48032002-02-01 Andrew Cagney <ac131313@redhat.com>
4804
4805 * utils.c (error_begin): Make static.
4806 * defs.h (error_begin): Delete declaration.
4807
4808 * linespec.c (cplusplus_error): Replace cplusplus_hint.
4809 (decode_line_1): Use cplusplus_error instead of error_begin,
4810 cplusplus_hint and return_to_top_level.
4811 * coffread.c (coff_symfile_read): Use error instead of error_begin
4812 and return_to_top_level.
4813 * infrun.c (default_skip_permanent_breakpoint): Ditto.
4814
ddfe3c15
AC
48152002-02-01 Andrew Cagney <ac131313@redhat.com>
4816
4817 * language.h (type_error, range_error): Make string parameter
4818 constant.
4819 * language.c (warning_pre_print): Delete extern declaration.
4820 * dwarfread.c (warning_pre_print): Ditto.
4821 * language.c (type_error, range_error): Rewrite to use verror and
4822 vwarning instead of warning_begin.
4823
03ac34d5
MS
48242002-02-01 Michael Snyder <msnyder@redhat.com>
4825
261c4ca2
MS
4826 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
4827 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 4828
e00d1dc8
AC
48292002-02-01 Andrew Cagney <ac131313@redhat.com>
4830
4831 * command.h (NO_FUNCTION): Delete macro.
4832 * cli/cli-decode.h (NO_FUNCTION): Ditto.
4833 * top.c (execute_command): Replace NO_FUNCTION with NULL.
4834 * tracepoint.c (_initialize_tracepoint): Ditto.
4835 * cli/cli-decode.c (add_set_cmd): Ditto.
4836 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 4837
76b79d6e
DJ
48382002-02-01 Daniel Jacobowitz <drow@mvista.com>
4839
4840 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
4841 Update ``this'' pointer when calling virtual functions.
4842
799f9e91
MS
48432002-02-01 Michael Snyder <msnyder@redhat.com>
4844
c7bd442c 4845 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
4846 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
4847
3cf384d4
DJ
48482002-02-01 Daniel Jacobowitz <drow@mvista.com>
4849
4850 * regformats/reg-arm.dat: New file.
4851 * regformats/reg-i386.dat: New file.
4852 * regformats/reg-ia64.dat: New file.
4853 * regformats/reg-m68k.dat: New file.
4854 * regformats/reg-mips.dat: New file.
4855 * regformats/reg-ppc.dat: New file.
4856 * regformats/reg-sh.dat: New file.
4857 * regformats/regdef.h: New file.
4858 * regformats/regdat.sh: New file.
4859
0defa245
RE
48602002-02-01 Richard Earnshaw <reanrsha@arm.com>
4861
4862 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
4863 (arm_frame_args_address, arm_frame_locals_address): New functions.
4864 (arm_frame_num_args): New function.
4865 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
4866 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
4867 (FRMA_NUM_ARGS): Call arm_frame_num_args.
4868
405f26e6
MS
48692002-01-31 Michael Snyder <msnyder@redhat.com>
4870
502fd408
MS
4871 * breakpoint.c (break_at_finish_command): Export.
4872 (break_at_finish_at_depth_command): Export.
4873 (tbreak_at_finish_command): Export.
4874 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
4875 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
4876 "tbreak" commands, which are HPPA specific.
4877
7d35e135
MS
4878 * printcmd.c (disassemble_command): Remove an ancient
4879 artifact of an old merge.
4880
aaa38bb5 4881 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
4882 Define enum constant values for overlay mode.
4883 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
4884 (overlay_is_mapped, overlay_auto_command,
4885 overlay_manual_command): Ditto.
d874f1e2 4886
aaa38bb5
AJ
4887 * breakpoint.c (insert_breakpoints, remove_breakpoint,
4888 breakpoint_here_p, breakpoint_inserted_here_p,
4889 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
4890 describe_other_breakpoints, check_duplicates, clear_command):
4891 Coding standard fixes.
4892
8add0441 4893 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 4894 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
4895 code: check bfd SEC_READONLY flag for section.
4896
e351066e
AC
48972002-01-31 Andrew Cagney <ac131313@redhat.com>
4898
7d35e135 4899 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 4900
8a48e967
DJ
49012002-01-30 Daniel Jacobowitz <drow@mvista.com>
4902
4903 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
4904 data symbols, since we search based on textlow and texthigh.
4905 (find_pc_sect_symtab): Likewise.
4906
f5a96129
AC
49072002-01-30 Andrew Cagney <ac131313@redhat.com>
4908
4909 * defs.h (vwarning): Declare.
f5a96129
AC
4910 * utils.c (vwarning): New function.
4911 (warning): Call vwarning.
4912 (warning_begin): Delete function.
4913
4914 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
4915 the warning message.
4916 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
4917 warning_begin.
4918
cefd4ef5
MS
49192002-01-30 Michael Snyder <msnyder@redhat.com>
4920
1a703748
MS
4921 * NEWS: Mention "set trust-readonly-sections" command.
4922 Mention generate-core-file command.
cefd4ef5 4923
3a11626d
MS
49242002-01-15 Michael Snyder <msnyder@redhat.com>
4925
4926 * target.c: New command, "set trust-readonly-sections on".
4927 (do_xfer_memory): Honor the suggestion to trust readonly sections
4928 by reading them from the object file instead of from the target.
4929 (initialize_targets): Register command "set trust-readonly-sections".
4930
d1c7e53b
AC
49312002-01-29 Andrew Cagney <ac131313@redhat.com>
4932
4933 * parse.c (target_map_name_to_register): Simplify, search regs and
4934 pseudo-regs using a single loop.
4935
e2c9a72c
AC
49362002-01-30 Andrew Cagney <ac131313@redhat.com>
4937
4938 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
4939
69824b4e
MK
49402002-01-15 Rodney Brown <rbrown64@csc.com.au>
4941
4942 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
4943 * config/i386/i386v42mp.mh: Add i387-nat.o .
4944 * i386v4-nat.c: Include i387-nat.h.
4945 (supply_fpregset): Use i387_supply_fsave.
4946 (fill_fpregset): Use i387_fill_fsave.
4947
6eb69eab
RE
49482002-01-30 Richard Earnshaw <rearnsha@arm.com>
4949
4950 * arm-tdep.c (arm_call_dummy_words): Define.
4951 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
4952 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
4953 (CALL_DUMMY_WORDS): Define.
4954 (arm_call_dummy_words): Declare.
4955 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
4956 (arm_linux_call_dummy_words): Declare.
4957
9852326a
AS
49582002-01-30 Andreas Schwab <schwab@suse.de>
4959
4960 * m68klinux-nat.c: Fix last change to use regcache_collect
4961 instead of referencing registers[] directly.
4962
977a3030
AC
49632002-01-29 Andrew Cagney <ac131313@redhat.com>
4964
4965 * parse.c (target_map_name_to_register): Delete code wrapped in
4966 #ifdef REGISTER_NAME_ALIAS_HOOK.
4967
2076c72b
MS
49682002-01-28 Michael Snyder <msnyder@redhat.com>
4969
4970 * regcache.c (legacy_read_register_gen): Need to be able to
4971 read pseudo-register as well as real register.
4972 (legacy_write_register_gen): Ditto.
4973
8fcc723b
AC
49742002-01-28 Andrew Cagney <ac131313@redhat.com>
4975
4976 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
4977 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
4978 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
4979 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
4980 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
4981 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
4982 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
4983 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
4984 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
4985 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
4986 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
4987 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
4988 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
4989 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
4990 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
4991 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
4992 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
4993 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
4994 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
4995 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
4996
afe64c1a
AC
49972002-01-28 Andrew Cagney <ac131313@redhat.com>
4998
4999 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
5000 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
5001 (initialize_current_architecture): Update target_byte_order using
5002 information from BFD.
aaa38bb5 5003 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
5004 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
5005
75bc7ddf
AC
50062002-01-28 Andrew Cagney <ac131313@redhat.com>
5007
5008 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
5009 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
5010
5011 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
5012 #ifdef INVALID_FLOAT.
5013 * infcmd.c (do_registers_info): Ditto.
5014 * values.c (unpack_double): Ditto. Add comment.
5015
5016 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
5017 already commented out.
5018
0280a90a
AS
50192002-01-26 Andreas Schwab <schwab@suse.de>
5020
5021 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5022 * m68klinux-nat.c: Update ptrace interface for fetching/storing
5023 registers and add support for PTRACE_GETREGS.
5024
7072a954
AC
50252002-01-24 Andrew Cagney <ac131313@redhat.com>
5026
5027 GDB 5.1.1 released from 5.1 branch.
5028 * NEWS: Add 5.1.1 news.
5029 * README: Sync with 5.1 branch.
5030
86f902e0
FF
50312002-01-23 Fred Fish <fnf@redhat.com>
5032
5033 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
5034 stabstring on initial malloc. Reallocing will copy it for us,
5035 if necessary.
5036
8af51c36
EZ
50372002-01-23 Elena Zannoni <ezannoni@redhat.com>
5038
aaa38bb5 5039 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
5040 (HFILES_NO_SRCDIR): Remove hpread.h.
5041 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
5042 (hpread.o): Update dependencies.
5043 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
5044
5045 * hp-psymtab-read.c: Remove file.
5046 * hp-symtab-read.c: Remove file.
5047 * hpread.h: Remove file.
5048
5049 * hpread.c: Merge all contents of hp-psymtab-read.c,
5050 hp-symtab-read.c and hpread.h into this file, as it was prior to
5051 January 1999.
5052
5053 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 5054 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
5055 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
5056 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
5057
dc5cfeb6
EZ
50582002-01-23 Elena Zannoni <ezannoni@redhat.com>
5059
5060 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
5061 fill_gregset): Call gdbarch_tdep() just once, assign result to
5062 variable and use that, instead of calling the function several
5063 times.
5064
ea87b71b
AO
50652002-01-24 Alexandre Oliva <aoliva@redhat.com>
5066
5067 * configure.host: Accept sparcv9 as alias for sparc64.
5068 * configure.tgt: Likewise.
5069
13fc0c2f
KB
50702002-01-22 Kevin Buettner <kevinb@redhat.com>
5071
5072 * solib-aix5.c (build_so_list_from_mapfile)
5073 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
5074 arguments is not reversed.
5075 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
5076 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 5077
7bd872fe
EZ
50782002-01-22 Elena Zannoni <ezannoni@redhat.com>
5079
5080 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
5081 modified version of obsolete sh_fetch_pseudo_register.
5082 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
5083 (sh4_register_read): New function.
5084 (sh_pseudo_register_write): New function. Renamed and modified
5085 version of obsolete sh_store_pseudo_register.
5086 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
5087 (sh4_register_write): New function.
5088 (sh_gdbarch_init): Remove setting of gdbarch function
5089 fetch_pseudo_register and store_pseudo_register. Remove setting of
5090 register_convert_to_raw, register_convert_to_virtual,
5091 register_convertible.
5092 (sh_sh4_register_convertible): Delete. No longer needed. All is
5093 taken care by architecture specific functions
5094 register_read/register_write.
5095 (sh_sh4_register_convert_to_virtual): Make static.
5096 (sh_sh4_register_convert_to_raw): Ditto.
5097
069e84fd
AC
50982002-01-22 Andrew Cagney <ac131313@redhat.com>
5099
5100 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
5101 (floatformat_is_nan, floatformat_mantissa): Ditto.
5102
5103 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
5104 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
5105 builtin_type_ieee_double_little,
5106 builtin_type_ieee_double_littlebyte_bigword,
5107 builtin_type_m68881_ext, builtin_type_i960_ext,
5108 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
5109 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
5110 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
5111 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
5112
211a4f69
CV
51132002-01-22 Corinna Vinschen <vinschen@redhat.com>
5114
5115 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
5116 parameter. Set frameless flag if it exists and depended of
5117 whether the scanned function is frameless or not.
5118 (xstormy16_skip_prologue): If function is frameless, return
5119 result of xstormy16_scan_prologue().
5120 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
5121 call.
5122
f81353e4
EZ
51232002-01-21 Elena Zannoni <ezannoni@redhat.com>
5124
5125 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
5126 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
5127 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
5128 sh_sh4_register_byte, sh_sh4_register_raw_size,
5129 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
5130 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
5131 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
5132 sh_store_pseudo_register, sh_do_pseudo_register): Call
5133 gdbarch_tdep() just once, assign result to variable and use that,
5134 instead of calling the function several times.
5135
63c73a17
MK
51362002-01-20 Mark Kettenis <kettenis@gnu.org>
5137
5138 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
5139 macros instead of LAST_FPU_CTRL_REGNUM.
5140 (store_register): Likewise.
5141
39ad761d
JB
51422002-01-21 Jim Blandy <jimb@redhat.com>
5143
5144 * infcmd.c (run_command): Check that the `exec' target layer's BFD
5145 is up-to-date before running the program, not just when a program
5146 exits.
5147
3d74b771
FF
51482002-01-21 Fred Fish <fnf@redhat.com>
5149
5150 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
5151 when we have found all instructions we are looking for.
5152
966fbf70
RE
51532002-01-21 Richard Earnshaw <rearnsha@arm.com>
5154
5155 * arm-tdep.c (arm_register_name): New function.
5156 (arm_registers_names): Make static.
5157 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
5158 (arm_register_name): Declare.
5159 (REGISTER_NAME): Use it.
5160
c3b4394c
RE
51612002-01-21 Richard Earnshaw <rearnsha@arm.com>
5162 Kevin Buettner <kevinb@redhat.com>
5163
5164 Convert arm targets to new FRAME interface.
5165 * arm-tdep.c (struct frame_extra_info): Remove fsr.
5166 (arm_frame_find_save_regs): Delete.
5167 (arm_frame_init_saved_regs): New.
5168 (arm_init_extra_frame_info): Alloacte saved_regs as required.
5169 Allocate extra_info as required. Convert all uses of fsr.regs
5170 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
5171 to use extra_info.
5172 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
5173 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
5174 (check_prologue_cache, save_prologue_cache): Likewise.
5175 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
5176 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
5177 (FRAME_FIND_SAVED_REGS): Delete.
5178 (arm_frame_find_saved_regs): Delete prototype.
5179 (arm_frame_init_saved_regs): New prototype.
5180 (FRAME_INIT_SAVED_REGS): Define.
5181
61d99182
AC
51822002-01-20 Andrew Cagney <ac131313@redhat.com>
5183
5184 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
5185
6aaea291
AC
51862002-01-20 Andrew Cagney <ac131313@redhat.com>
5187
5188 From Jeff Law <law@redhat.com>:
5189 * infttrace.c: Include <sys/pstat.h>.
5190 (child_pid_to_exec_file): Revamp. Use pstat call to get the
5191 exec file if the ttrace equivalent fails.
5192
15f698d2
AC
51932002-01-20 Andrew Cagney <ac131313@redhat.com>
5194
5195 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
5196 (closeLogFile): Ditto.
5197
f86ddd7c
MC
51982002-01-20 Michael Chastain <mec@shout.net>
5199
5200 * top.c (print_gdb_version): Bump copyright year to 2002.
5201
904507ce
AC
52022002-01-20 Andrew Cagney <ac131313@redhat.com>
5203
5204 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
5205 Zannoni and Eli Zaretskii.
5206
d7f0b9ce
DJ
52072002-01-20 Daniel Jacobowitz <drow@mvista.com>
5208
5209 * buildsym.c: Update copyright years.
5210 * c-typeprint.c: Likewise.
5211 * dwarf2read.c: Likewise.
5212 * f-typeprint.c: Likewise.
5213 * gdbtypes.c: Likewise.
5214 * gdbtypes.h: Likewise.
5215 * hp-symtab-read.c: Likewise.
5216 * hpread.c: Likewise.
5217 * mdebugread.c: Likewise.
5218 * p-typeprint.c: Likewise.
5219
3fd3d7d2
AC
52202002-01-20 Andrew Cagney <ac131313@redhat.com>
5221
5222 * remote-sim.c (gdbsim_open): Simplify code testing the macro
5223 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
5224 byte-order selectable.
5225 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
5226 * arch-utils.c: Ditto.
5227 (set_endian): Ditto.
5228 (set_endian_from_file): Ditto.
5229 * gdbserver/low-sim.c (create_inferior): Ditto.
5230 * gdbarch.sh: Ditto.
5231 * gdbarch.h: Re-generate.
aaa38bb5
AJ
5232 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5233 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
5234 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
5235 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5236 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5237 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5238 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
5239 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
5240 macro definition.
5241 * config/mips/tm-wince.h: Remove #undef of macro
5242 TARGET_BYTE_ORDER_SELECTABLE.
5243 * config/sh/tm-wince.h: Ditto.
5244
b02dede2
DJ
52452002-01-20 Daniel Jacobowitz <drow@mvista.com>
5246
5247 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
5248 member function fields. Add accessor macro
5249 TYPE_FN_FIELD_ARTIFICIAL.
5250 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
5251 * c-typeprint.c (c_type_print_base): Skip artificial member
5252 functions.
5253
c3643761
DJ
52542002-01-20 Daniel Jacobowitz <drow@mvista.com>
5255
5256 * f-typeprint.c: Delete unused function f_type_print_args.
5257 * p-typeprint.c: Delete unused function pascal_type_print_args.
5258
8176bb6d
DJ
52592002-01-20 Daniel Jacobowitz <drow@mvista.com>
5260
5261 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
5262 comment. Add ``artificial'' to ``union field_location''.
5263
5264 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
5265
5266 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
5267 * mdebugread.c (parse_symbol): Likewise.
5268 * stabsread.c (define_symbol): Likewise.
5269 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
5270 initializing TYPE_FIELD_BITPOS to n (obsolete).
5271 (hpread_doc_function_type): Likewise.
5272 * hpread.c (hpread_function_type): Likewise.
5273
7fd60527
AC
52742002-01-20 Andrew Cagney <ac131313@redhat.com>
5275
5276 * configure.in (host_makefile_frag): Only require a host makefile
5277 fragment when a native build.
5278 * configure: Re-generate.
5279
c2f05ac9
AC
52802002-01-20 Andrew Cagney <ac131313@redhat.com>
5281
5282 * doublest.h (floatformat_from_type): Declare.
5283 * doublest.c (floatformat_from_type): New function.
5284 (convert_typed_floating): Use.
5285
5286 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
5287 call to function floatformat_from_type.
5288
5289 * gdbarch.sh (IEEE_FLOAT): Delete.
5290 * gdbarch.h, gdbarch.c: Re-generate.
5291 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
5292 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
5293 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
5294 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
5295 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
5296 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
5297 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
5298 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
5299 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
5300 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
5301 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
5302 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
5303
5304 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
5305 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
5306 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5307 * sh-tdep.c (sh_gdbarch_init): Ditto.
5308 * mips-tdep.c (mips_gdbarch_init): Ditto.
5309 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5310 * cris-tdep.c (cris_gdbarch_init): Ditto.
5311
abf22e64
AJ
53122002-01-20 Jiri Smid <smid@suse.cz>
5313
5314 * configure.host, configure.tgt: Support x86-64.
5315 * NEWS: Note new target x86-64.
5316
b7c4cbf8
AJ
5317 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
5318 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
5319 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
5320 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
5321 x86-64-linux-nat.o): Fix dependencies.
5322
82600034
AC
53232002-01-19 Andrew Cagney <ac131313@redhat.com>
5324
5325 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
5326 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
5327 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
5328 * config/sparc/xm-sun4os4.h: Delete file.
5329 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 5330
bbe5c628
AC
53312002-01-19 Andrew Cagney <ac131313@redhat.com>
5332
5333 * config/sparc/sparclynx.mh (XM_FILE): Delete.
5334 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
5335 * config/m68k/m68klynx.mh (XM_FILE): Delete.
5336 * config/i386/i386lynx.mh (XM_FILE): Delete.
5337 * config/rs6000/xm-rs6000ly.h: Delete file.
5338 * config/sparc/xm-sparclynx.h: Delete file.
5339 * config/m68k/xm-m68klynx.h: Delete file.
5340 * config/i386/xm-i386lynx.h: Delete file.
5341 * config/xm-lynx.h: Delete file.
5342 * config/djgpp/fnchange.lst: Update.
5343
f8453e34
JT
53442002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
5345
5346 * alpha-tdep.c (alpha_register_byte): New function.
5347 (alpha_register_raw_size): Ditto.
5348 (alpha_register_virtual_size): Ditto.
5349 (alpha_skip_prologue_internal): Renamed from
5350 alpha_skip_prologue.
5351 (alpha_skip_prologue): New version that calls
5352 alpha_skip_prologue_internal.
5353 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
5354 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
5355 second argument from alpha_skip_prologue.
5356 (REGISTER_BYTE): Use alpha_register_byte.
5357 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
5358 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
5359 (FRAMELESS_FUNCTION_INVOCATION): Use
5360 generic_frameless_function_invocation_not.
5361 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
5362 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
5363
52d9e613
AC
53642002-01-19 Andrew Cagney <ac131313@redhat.com>
5365
5366 * config/mips/xm-news-mips.h: Delete file.
5367 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
5368
5369 * config/m88k/xm-m88k.h: Delete file.
5370 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
5371 * config/m88k/xm-delta88v4.h: Ditto.
5372 * config/m88k/xm-delta88.h: Ditto.
5373
5374 * config/alpha/xm-fbsd.h: Delete file.
5375 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
5376
5377 * config/sparc/xm-sparc.h: Delete file.
5378 * Makefile.in (xm-sun4os4.h): Delete dependency.
5379 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
5380 * config/sparc/xm-sun4os4.h: Ditto.
5381 * config/sparc/xm-linux.h: Ditto.
5382
5383 * config/i386/xm-windows.h: Delete file.
5384
2d1b2124
AC
53852002-01-19 Andrew Cagney <ac131313@redhat.com>
5386
5387 * utils.c: Include <sys/param.h> for MAXPATHLEN.
5388 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
5389
ee1f65f0
JT
53902002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
5391
5392 * alpha-tdep.c (alpha_call_dummy_words): New.
5393 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
5394 (CALL_DUMMY_P): Define.
5395 (CALL_DUMMY_WORDS): Define.
5396 (SIZEOF_CALL_DUMMY_WORDS): Define.
5397
98081e55
PB
53982002-01-19 Per Bothner <per@bothner.com>
5399
5400 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
5401 isn't NULL, which can happen with some gcj-3.x-produced code.
5402
0d056799
JT
54032002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
5404
5405 * alpha-tdep.c (alpha_register_virtual_type): New function.
5406 (alpha_init_frame_pc_first): Ditto.
5407 (alpha_fix_call_dummy): Ditto.
5408 (alpha_store_struct_return): Ditto.
5409 (alpha_extract_struct_value_address): Ditto.
5410 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
5411 alpha_register_virtual_type.
5412 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
5413 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
5414 alpha_extract_struct_value_address.
5415 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
5416 (INIT_FRAME_PC): Use init_frame_pc_noop.
5417 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
5418
4604bcad
MK
54192002-01-19 Mark Kettenis <kettenis@gnu.org>
5420
5421 * i386gnu-nat.c: Include "i386-tdep.h".
5422 (fetch_fpregs): Simplify code dealing with uninitialized floating
5423 point states such that it doesn't require FP7_REGNUM.
5424
140f9984
JT
54252002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5426
abf22e64
AJ
5427 * alpha-tdep.c (frame_extra_info): New.
5428 (alpha_find_saved_regs): Make static. Use
140f9984
JT
5429 frame->extra_info.
5430 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
5431 (alpha_frame_saved_pc): Use frame->extra_info.
5432 (temp_saved_regs): Don't declare as struct frame_saved_regs.
5433 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
5434 (init_extra_frame_info): Rename to...
5435 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 5436 (alpha_print_extra_frame_info): New function.
140f9984
JT
5437 (alpha_frame_locals_address): Ditto.
5438 (alpha_frame_args_address): Ditto.
abf22e64 5439 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
5440 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
5441 alpha_frame_args_address.
abf22e64 5442 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 5443 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
5444 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
5445 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
5446 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
5447 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
5448
d734c450
JT
54492002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5450
5451 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
5452 (alpha_cannot_fetch_register): Ditto.
5453 (alpha_cannot_store_register): Ditto.
5454 (alpha_register_convertible): Ditto.
5455 (alpha_use_struct_convention): Ditto.
5456 * config/alpha/tm-alpha.h: Update copyright years.
5457 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
5458 (INNER_THAN): Use core_addr_lessthan.
5459 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
5460 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
5461 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
5462 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
5463 (FRAME_CHAIN): Remove unnecessary cast.
5464
b4ceaee6
AC
54652002-01-18 Andrew Cagney <ac131313@redhat.com>
5466
5467 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
5468 obsolete.
5469
0a65a603
AC
54702002-01-18 Andrew Cagney <ac131313@redhat.com>
5471
5472 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
5473 * monitor.c, remote-array.c, remote-bug.c: Ditto.
5474 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
5475 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
5476 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
5477 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
5478 * x86-64-linux-nat.c: Ditto.
5479
636a6dfc
JT
54802002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5481
abf22e64 5482 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
5483 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
5484 (REGISTER_NAME): Define.
5485
acceddb6
JT
54862002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5487
5488 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
5489
ec32e4be
JT
54902002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5491
5492 * alpha-tdep.c: Update copyright years.
5493 (alpha_next_pc): New function.
5494 (alpha_software_single_step): Ditto.
5495 * config/alpha/tm-alpha.h: Add prototype for
5496 alpha_software_single_step.
5497
e771a871
JT
54982002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5499
5500 * alphabsd-nat.c: Update copyright years.
5501 (fill_gregset): Use regcache_collect.
5502 (fill_fpregset): Likewise.
5503 (fetch_inferior_registers): Only fetch integer registers
5504 if requested to do so.
5505 (store_inferior_registers): Only store integer registers
5506 if requested to do so.
5507
7708fa01
AC
55082002-01-17 Andrew Cagney <ac131313@redhat.com>
5509
5510 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
5511 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
5512 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
5513 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
5514 * config/alpha/fbsd.mh (XDEPFILES): Delete.
5515 * config/arm/linux.mh (XDEPFILES): Delete.
5516 * config/arm/nbsd.mh (XDEPFILES): Delete.
5517 * config/i386/i386dgux.mh (XDEPFILES): Delete.
5518 * config/i386/i386sol2.mh (XDEPFILES): Delete.
5519 * config/i386/i386m3.mh (XDEPFILES): Delete.
5520 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
5521 * config/i386/i386gnu.mh (XDEPFILES): Delete.
5522 * config/i386/fbsd.mh (XDEPFILES): Delete.
5523 * config/i386/i386bsd.mh (XDEPFILES): Delete.
5524 * config/i386/i386sco5.mh (XDEPFILES): Delete.
5525 * config/i386/i386v4.mh (XDEPFILES): Delete.
5526 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
5527 * config/i386/i386sco4.mh (XDEPFILES): Delete.
5528 * config/i386/i386aix.mh (XDEPFILES): Delete.
5529 * config/i386/go32.mh (XDEPFILES): Delete.
5530 * config/i386/cygwin.mh (XDEPFILES): Delete.
5531 * config/i386/i386lynx.mh (XDEPFILES): Delete.
5532 * config/i386/i386mach.mh (XDEPFILES): Delete.
5533 * config/i386/i386v32.mh (XDEPFILES): Delete.
5534 * config/i386/linux.mh (XDEPFILES): Delete.
5535 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
5536 * config/i386/ncr3000.mh (XDEPFILES): Delete.
5537 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
5538 * config/i386/i386sco.mh (XDEPFILES): Delete.
5539 * config/i386/i386v.mh (XDEPFILES): Delete.
5540 * config/i386/nbsd.mh (XDEPFILES): Delete.
5541 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
5542 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
5543 * config/i386/symmetry.mh (XDEPFILES): Delete.
5544 * config/i386/obsd.mh (XDEPFILES): Delete.
5545 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
5546 * config/ia64/linux.mh (XDEPFILES): Delete.
5547 * config/ia64/aix.mh (XDEPFILES): Delete.
5548 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
5549 * config/m68k/dpx2.mh (XDEPFILES): Delete.
5550 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
5551 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
5552 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
5553 * config/m68k/linux.mh (XDEPFILES): Delete.
5554 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
5555 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
5556 * config/m68k/nbsd.mh (XDEPFILES): Delete.
5557 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
5558 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
5559 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
5560 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
5561 * config/m88k/delta88.mh (XDEPFILES): Delete.
5562 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
5563 * config/m88k/m88k.mh (XDEPFILES): Delete.
5564 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
5565 * config/mips/linux.mh (XDEPFILES): Delete.
5566 * config/mips/irix6.mh (XDEPFILES): Delete.
5567 * config/mips/irix5.mh (XDEPFILES): Delete.
5568 * config/mips/irix4.mh (XDEPFILES): Delete.
5569 * config/mips/irix3.mh (XDEPFILES): Delete.
5570 * config/mips/decstation.mh (XDEPFILES): Delete.
5571 * config/mips/mipsm3.mh (XDEPFILES): Delete.
5572 (NATDEPFILES): Move core-aout.o to here.
5573 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
5574 * config/pa/hpux1020.mh (XDEPFILES): Delete.
5575 * config/pa/hppabsd.mh (XDEPFILES): Delete.
5576 * config/pa/hppahpux.mh (XDEPFILES): Delete.
5577 * config/pa/hpux11w.mh (XDEPFILES): Delete.
5578 * config/pa/hppaosf.mh (XDEPFILES): Delete.
5579 * config/pa/hpux11.mh (XDEPFILES): Delete.
5580 * config/powerpc/aix.mh (XDEPFILES): Delete.
5581 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
5582 * config/powerpc/linux.mh (XDEPFILES): Delete.
5583 * config/romp/rtbsd.mh: Rename XDEPFILES.
5584 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
5585 * config/rs6000/aix4.mh (XDEPFILES): Delete.
5586 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
5587 * config/s390/s390.mh (XDEPFILES): Delete.
5588 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
5589 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
5590 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
5591 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
5592 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
5593 * config/sparc/nbsd.mh (XDEPFILES): Delete.
5594 * config/sparc/linux.mh (XDEPFILES): Delete.
5595 * config/vax/vaxult.mh (XDEPFILES): Delete.
5596 * config/vax/vaxult2.mh (XDEPFILES): Delete.
5597 * Makefile.in (DEPFILES): Remove XDEPFILES.
5598
375fc983
AC
55992002-01-17 Andrew Cagney <ac131313@redhat.com>
5600
5601 * utils.c (internal_verror): Fix comments, default is yes not no.
5602 Update queries to match. Default to quit and dump core.
5603
8926118c
AC
56042002-01-17 Andrew Cagney <ac131313@redhat.com>
5605
5606 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
5607 copyright.
5608 * defs.h, event-top.c, gdbcmd.h: Ditto.
5609 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
5610 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
5611 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
5612 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
5613 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
5614 * mi/mi-main.c:Ditto.
5615
5616 * stack.c, symfile.c: Update copyright.
5617
45b7b345
DJ
56182002-01-17 Daniel Jacobowitz <drow@mvista.com>
5619
db728ff7
DJ
5620 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
5621 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
5622 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
5623 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 5624
db728ff7
DJ
56252002-01-17 Daniel Jacobowitz <drow@mvista.com>
5626
5627 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
5628 * gdbserver/low-lynx.c (myattach): Likewise.
5629 * gdbserver/low-nbsd.c (myattach): Likewise.
5630 * gdbserver/low-sim.c (myattach): Likewise.
5631 * gdbserver/low-sparc.c (myattach): Likewise.
5632 * gdbserver/low-sun3.c (myattach): Likewise.
5633
5634 * gdbserver/low-linux.c (myattach): New function.
45b7b345 5635
db728ff7 5636 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
5637 (main): Handle "--attach".
5638
8de3c354
AC
56392002-01-16 Andrew Cagney <ac131313@redhat.com>
5640
5641 * MAINTAINERS (language support): Daniel Jacobwitz is C++
5642 maintainer.
5643
b0129042
DJ
56442002-01-15 Daniel Jacobowitz <drow@mvista.com>
5645
5646 * c-typeprint.c (is_type_conversion_operator): Add additional
5647 check for non-conversion operators.
5648
ba8679fb 56492002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
5650
5651 * linux-proc.c: Add "info proc" command, a la procfs.c.
5652 (read_mapping): New function, abstract and re-use code.
5653 (linux_find_memory_regions): Use new func read_mapping.
5654 (linux_info_proc_cmd): New function, implement "info proc".
5655 (_initialize_linux_proc): Add new command "info proc".
5656
e4f9b4d5
MS
56572002-01-15 Michael Snyder <msnyder@redhat.com>
5658
5659 * symfile.c (generic_load): Use bfd_map_over_sections method
5660 instead of manipulating bfd structure members directly.
5661 (add_section_size_callback): New function, bfd sections callback
5662 used by generic_load.
5663 (load_sections_callback): New function, bfd sections callback
5664 used by generic_load.
5665
08cf96df
EZ
56662002-01-15 Elena Zannoni <ezannoni@redhat.com>
5667
abf22e64 5668 [Based on work by Jim Blandy]
08cf96df
EZ
5669 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
5670 (builtin_type_vec128): Export.
5671 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
5672 types.
5673 (builtin_type_vec128): New builtin type for 128 bit vector
5674 registers.
5675 (build_gdbtypes): Initialize builtin_type_v16qi and
5676 builtin_type_v8hi. Create the vec128 register builtin type
5677 structure.
5678 (build_builtin_type_vec128): New function.
abf22e64 5679 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
5680 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
5681 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
5682 AltiVec register to new builtin type.
5683
d7242108
DJ
56842001-01-15 Daniel Jacobowitz <drow@mvista.com>
5685
5686 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
5687 to make_cv_type.
5688
4ee3352d
AC
56892002-01-14 Andrew Cagney <ac131313@redhat.com>
5690
5691 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
5692 CLEAN_UP_REGISTER_VALUE.
5693 * regcache.c (supply_register): Update only call.
5694
f015b2e7
AC
56952002-01-14 Andrew Cagney <ac131313@redhat.com>
5696
5697 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
5698 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
5699 a29k-*-vxworks* targets as obsolete.
5700
356ae49d
MS
57012002-01-14 Michael Snyder <msnyder@redhat.com>
5702
5703 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
5704 until we can resolve portability issues.
5705 * gregset.h: Remove references to fpxregs.
5706 * gcore.c (gcore_command): Initialize note_sec to NULL.
5707
ade8f45e
AC
57082002-01-13 Andrew Cagney <ac131313@redhat.com>
5709
5710 * signals.c (target_signal_to_name): Rewrite. Only use
5711 signals[].name when in bounds and non-NULL.
abf22e64 5712
89c49e7a
AC
57132002-01-13 Andrew Cagney <ac131313@redhat.com>
5714
5715 From Petr Ledvina <ledvinap@kae.zcu.cz>:
5716 * signals.c (target_signal_to_name): Verify that SIG is within the
5717 bounds of the signals array.
5718
4daa9f9f
AC
57192002-01-13 Andrew Cagney <ac131313@redhat.com>
5720
5721 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
5722
ba4bbdcb
KS
57232002-01-13 Keith Seitz <keiths@redhat.com>
5724
5725 * stack.c (print_frame_info_base): Print the frame's pc
5726 only if when print_frame_info_listing_hook is not defined.
5727
575bbeb6
KS
57282002-01-13 Keith Seitz <keiths@redhat.com>
5729
5730 * varobj.c (varobj_set_value): Make sure that there were no
5731 errors evaluating the object before attempting to set its
5732 value.
5733 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
5734 so this offset adjustment is no longer necessary.
5735 (create_child): Don't set the error flag if the child is
5736 a CPLUS_FAKE_CHILD.
5737 (value_of_child): If value_fetch_lazy fails, return NULL
5738 so that callers will be notified that an error occurred.
5739 (c_value_of_variable): Delay check of variable's validity
5740 until later. We actually want all structs and unions to have
5741 the value "{...}".
5742 Do not return "???" for variables which could not be evaluated.
5743 This error condition must be returned to the caller so that it
5744 can get the error condition from gdb.
5745 (cplus_name_of_child): Adjust index for vptr before figuring
5746 out the name of the child.
5747 (cplus_value_of_child): If a child's (real) parent is not valid,
5748 don't even bother trying to give a value for it. Just return
5749 an error. Change all instances in this function.
5750 (cplus_type_of_child): If our parent is one of the "fake"
5751 parents, we need to get at the type of the real parent, and
5752 derive the child's true type using this information.
5753
b76898ab
AC
57542002-01-13 Andrew Cagney <ac131313@redhat.com>
5755
5756 From 2002-01-09 John Marshall <johnm@falch.net>:
5757 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
5758 sources.redhat.com, and tweak some related URLs which had
5759 suffered from linkrot.
5760
b6649e88
AC
57612002-01-13 Andrew Cagney <ac131313@redhat.com>
5762
5763 From Jeff law:
5764 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
5765 structures passed in registers.
5766
82cc5033
EZ
57672002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
5768
5769 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
5770 white space which prevented compilation. Reported by DSK
5771 <dsk@student.unsw.edu.au>.
5772
ba5f2f8a
MS
57732002-01-11 Michael Snyder <msnyder@redhat.com>
5774
fbd35540
MS
5775 * symfile.c (build_section_addr_info_from_section_tab):
5776 Use bfd access method instead of manipulating bfd directly.
5777 (syms_from_objfile): Ditto.
5778 (simple_overlay_update_1): Ditto.
5779 (simple_overlay_update): Ditto.
5780 (generic_load): Ditto.
5781 (overlay_unmapped_address): FIXME comment, bfd access methods.
5782 (sections_overlap): FIXME comment, bfd access methods.
5783 (pc_in_mapped_range): FIXME comment, bfd access methods.
5784 (pc_in_unmapped_range): FIXME comment, bfd access methods.
5785 (section_is_mapped): FIXME comment, bfd access methods.
5786 (section_is_overlay): FIXME comment, bfd access methods.
5787
ba5f2f8a
MS
5788 * symfile.c (generic_load): Whitespace and long line cleanups.
5789 Remove duplicate variable, change several local variables to
5790 more appropriate data types.
5791 (print_transfer_performance): Use %lu instead of %ld for ulongs.
5792
17df2af6
AC
57932002-01-12 Andrew Cagney <ac131313@redhat.com>
5794
5795 From Peter Schauer:
5796 * language.c (longest_local_hex_string_custom): Use phex_nz to
5797 convert NUM to a hex string.
5798
ec920329
EZ
57992002-01-12 Elena Zannoni <ezannoni@redhat.com>
5800
5801 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
5802 the function.
538a76d6 5803 Update Copyright year.
ec920329 5804
3abd2e01
AC
58052002-01-12 Andrew Cagney <ac131313@redhat.com>
5806
5807 * language.c (longest_raw_hex_string): Delete unused function.
5808
b21b22e0
PS
58092002-01-11 Petr Sorfa <petrs@caldera.com>
5810
5811 * MAINTAINERS (write-after-approval): Add myself.
5812 * dwarf2read.c (read_tag_string_type): Handling of
5813 DW_AT_byte_size.
5814 (read_tag_string_type): FORTRAN fix to prevent propagation of
5815 first string size.
5816 (set_cu_language): Handling of DW_LANG_Fortran95
5817
747fe712
RE
58182002-01-11 Richard Earnshaw <rearnsha@arm.com>
5819
5820 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
5821 GETPID(inferior_ptid).
5822 (store_inferior_registers): Likewise.
5823
f1bea926
JM
58242002-01-10 Jason Merrill <jason@redhat.com>
5825
5826 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
5827 Fix DW_OP_minus.
5828
ae940673
AC
58292002-01-10 Andrew Cagney <ac131313@redhat.com>
5830
5831 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
5832 and bfd/elf32-sh-nbsd.c.
5833
00546b04
MS
58342002-01-10 Michael Snyder <msnyder@redhat.com>
5835
352ed7b4
MS
5836 * NEWS: Mention --pid and corefile/proc-id behavior change.
5837
c18be923
MS
5838 * Makefile.in: Add rules for gcore.o and linux-proc.o.
5839 * gcore.c: Include cli/cli-decode.h instead of command.h.
5840
00546b04
MS
5841 * main.c (captured_main): Add new command line option "--pid".
5842 If the second command line argument (following the symbol-file)
5843 begins with a digit, try to attach to it before trying to open
5844 it as a corefile.
5845 (print_gdb_help): Document the "--pid" argument.
5846
db60ec62
EZ
58472002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
5848
5849 * completer.c (command_completer): New function.
5850
5851 * completer.h <command_completer>: Add prototype.
5852
5853 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
5854 completer for the "help" command.
5855
39c22d1a
JM
58562002-01-09 Jason Merrill <jason@redhat.com>
5857
5858 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
5859
c564377f
MS
58602002-01-09 Michael Snyder <msnyder@redhat.com>
5861
975aec09
MS
5862 * i386-linux-nat.c (fill_fpxregset): Make global.
5863 (store_fpxregset): Ditto.
5864
db4a10fa
MS
5865 * gregset.h (gdb_fpxregset_t): Define.
5866 (supply_fpxregset): Prototype.
5867 (fill_fpxregset): Prototype.
5868
c564377f
MS
5869 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
5870
c3d45d70
RE
58712002-01-09 Richard Earnshaw <rearnsha@arm.com>
5872
5873 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
5874 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
5875 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
5876
fcc87af1
AC
58772002-01-09 Andrew Cagney <ac131313@redhat.com>
5878
5879 * MAINTAINERS: Update target maintainer rules so that any
5880 Maintainer can approve a tested patch for a maintenance-only
5881 target.
5882
dd96c05b
RE
58832002-01-09 Richard Earnshaw <rearnsha@arm.com>
5884
d4297db9 5885 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 5886
d4297db9 5887 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
5888 IN_SIGTRAMP.
5889
145fdc6e
MS
58902002-01-08 Michael Snyder <msnyder@redhat.com>
5891
5892 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
5893 real name of the executable, rather than the /proc name.
5894
be4d1333
MS
58952002-01-03 Michael Snyder <msnyder@redhat.com>
5896
5897 Implement a "generate-core-file" command in gdb, save target state.
5898 * gcore.c: New file. Implement new command 'generate-core-file'.
5899 Save a corefile image of the current state of the inferior.
5900 * linux-proc.c: Add linux-specific code for saving corefiles.
5901 * target.h (struct target_ops): Add new target vectors for saving
5902 corefiles; to_find_memory_regions and to_make_corefile_notes.
5903 (target_find_memory_regions): New macro.
5904 (target_make_corefile_notes): New macro.
5905 * target.c (update_current_target): Inherit new target methods.
5906 (dummy_find_memory_regions): New place-holder method.
5907 (dummy_make_corefile_notes): New place-holder method.
5908 (init_dummy_target): Initialize new dummy target vectors.
5909 * exec.c (exec_set_find_memory_regions): New function.
5910 Allow the exec_ops vector for memory regions to be taken over.
5911 (exec_make_note_section): New function, target vector method.
5912 * defs.h (exec_set_find_memory_regions): Export prototype.
5913 * procfs.c (proc_find_memory_regions): New function, corefile method.
5914 (procfs_make_note_section): New function, corefile method.
5915 (init_procfs_ops): Set new target vector pointers.
5916 (find_memory_regions_callback): New function.
5917 (procfs_do_thread_registers): New function.
5918 (procfs_corefile_thread_callback): New function.
5919 * sol-thread.c (sol_find_memory_regions): New function.
5920 (sol_make_note_section): New function.
5921 (init_sol_thread_ops): Initialize new target vectors.
5922 * inftarg.c (inftarg_set_find_memory_regions): New function.
5923 Allow to_find_memory_regions vector to be taken over.
5924 (inftarg_set_make_corefile_notes): New function.
5925 Allow to_make_corefile_notes vector to be taken over.
5926 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
5927 interface layer if not target_has_execution (may be a corefile).
5928 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
5929 * config/sparc/sun4sol2.mh: Ditto.
5930 * config/alpha/alpha-linux.mh: Ditto.
5931 * config/arm/linux.mh: Ditto.
5932 * config/i386/x86-64linux.mh: Ditto.
5933 * config/ia64/linux.mh: Ditto.
5934 * config/m68k/linux.mh: Ditto.
5935 * config/mips/linux.mh: Ditto.
5936 * config/powerpc/linux.mh: Ditto.
5937 * config/sparc/linux.mh: Ditto.
5938
c6b92abd
MS
59392002-01-07 Michael Snyder <msnyder@redhat.com>
5940
5941 * arm-linux-nat.c: Remove references to regcache.c internal data
5942 (registers[] and register_valid[]).
5943
4b09dc8c
MS
59442002-01-07 Michael Snyder <msnyder@redhat.com>
5945
abf22e64
AJ
5946 * linux-proc.c: New file. Implement child_pid_to_exec_file,
5947 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
5948 symbol file and shlibs.
5949 * Makefile.in: Add rule for linux-proc.o.
5950 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
5951 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
5952 * config/arm/linux.mh: Ditto.
5953 * config/i386/linux.mh: Ditto.
5954 * config/i386/x86-64linux.mh: Ditto.
5955 * config/ia64/linux.mh: Ditto.
5956 * config/m68k/linux.mh: Ditto.
5957 * config/mips/linux.mh: Ditto.
5958 * config/powerpc/linux.mh: Ditto.
5959 * config/sparc/linux.mh: Ditto.
5960
c25b74ac
PM
59612002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
5962
5963 * win32-nat.c: Add i386-tdep.h dependency.
5964
94cd915f
MS
59652002-01-07 Michael Snyder <msnyder@redhat.com>
5966
c7cccb76
MS
5967 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
5968 instead of bfd_get_arch_size. Don't bail out just because
5969 there's no exec_bfd.
abf22e64 5970
34c0bd93
MS
5971 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
5972 * p-valprint.c (pascal_object_print_value): Ditto.
5973 * somread.c (som_symtab_read): Ditto.
5974 * symfile.c (simple_free_overlay_region_table): Ditto.
5975 * valops.c (value_assign): Ditto.
5976
21c1c920
MS
5977 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
5978 use tilde_expand and strerror for opening save-tracepoints file.
5979
5bbd998e
MS
5980 * thread-db.c (thread_db_new_objfile): Indendation fix.
5981
94cd915f
MS
5982 * infptrace.c (GDB_MAX_ALLOCA): New define.
5983 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 5984 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
5985 can be overridden with whatever value is appropriate to the host).
5986 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
5987 alloca to allocate potentially large buffer.
5988 * rs6000-nat.c (child_xfer_memory): Ditto.
5989 * symm-nat.c (child_xfer_memory): Ditto.
5990 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
5991
494e8a93
JSC
59922002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
5993
5994 From Nick Clifton <nickc@redhat.com>
5995 * d10v-tdep.c: Set STACK_START to 0x200bffe.
5996
d0e1d48e
MS
59972002-01-07 Michael Snyder <msnyder@redhat.com>
5998
abf22e64 5999 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
6000 Don't use exec_bfd if it's NULL.
6001
290b2c7a
MK
60022002-01-06 Mark Kettenis <kettenis@gnu.org>
6003
abf22e64 6004 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 6005
aef21287
AC
60062002-01-06 Andrew Cagney <ac131313@redhat.com>
6007
6008 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
6009 * gnu-nat.c: Ditto.
6010
30efa627
AC
60112002-01-06 Andrew Cagney <ac131313@redhat.com>
6012
6013 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
6014 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
6015 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
6016 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
6017 z8k-coff have not been multi-arched. Update z8k-coff build
6018 status.
6019
9b4ff276
AC
60202002-01-06 Andrew Cagney <ac131313@redhat.com>
6021
6022 * MAINTAINERS: Mark a29k target as obsolete.
6023 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
6024 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
6025 comments.
6026 * NEWS: Note that a29k targets are obsolete.
6027 * a29k-tdep.c: Mark as obsolete.
6028 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
6029 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
6030 a29k-*-vxworks* targets as obsolete.
6031 * remote-adapt.c: Obsolete.
6032 * remote-eb.c: Obsolete.
6033 * remote-mm.c: Obsolete.
6034 * remote-udi.c: Obsolete.
6035 * config/a29k/a29k-udi.mt: Obsolete.
6036 * config/a29k/a29k.mt: Obsolete.
6037 * config/a29k/tm-a29k.h: Obsolete.
6038 * config/a29k/tm-vx29k.h: Obsolete.
6039 * config/a29k/vx29k.mt: Obsolete.
6040
a9011d31
AC
60412002-01-05 Andrew Cagney <ac131313@redhat.com>
6042
6043 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
6044 with BFD_ENDIAN_BIG.
6045
9299404e
AC
60462002-01-05 Andrew Cagney <ac131313@redhat.com>
6047
6048 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
6049 * configure, config.in: Re-generate.
6050 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
6051 * defs.h: Do not include <endian.h>.
6052
7e89e357
JT
60532002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
6054
6055 * acconfig.h (HAVE_PT_GETXMMREGS): New.
6056 * config.in: Regenerate.
6057 * configure.in: Update copyright years.
6058 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
6059 * configure: Regenerate.
6060 * i386bsd-nat.c: Update copyright years.
6061 (fill_gregset): Use regcache_collect.
6062 (fetch_inferior_registers): Only fetch integer registers
6063 if requested to do so. Add support for XMM registers
6064 using PT_GETXMMREGS.
6065 (store_inferior_registers): Only store integer registers
6066 if requested to do so. Add support for XMM registers
6067 using PT_SETXMMREGS.
6068 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
6069 (store_inferior_registers): Remove.
6070 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
6071 (fetch_elfcore_registers): New function.
6072 (i386nbsd_elfcore_fns): New.
6073 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
6074 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
6075 i386bsd-nat.o.
6076 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6077 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
6078 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
6079 * config/i386/tm-nbsd.h: Update copyright years.
6080 (HAVE_SSE_REGS): Define.
6081 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
6082 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
6083 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
6084 (SIGCONTEXT_PC_OFFSET): Remove.
6085 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
6086
a752853e
AC
60872002-01-05 Andrew Cagney <ac131313@redhat.com>
6088
6089 * configure.tgt: Remove powerpc-*-macos* target.
6090 * config/m68k/xm-mpw.h: Delete file.
6091 * config/xm-mpw.h: Delete file.
6092 * ser-mac.c: Delete file.
6093 * mpw-make.sed: Delete file.
6094 * mpw-config.in: Delete file.
6095 * mac-xdep.c: Delete file.
6096 * mac-gdb.r: Delete file.
6097 * mac-defs.h: Delete file.
6098 * mac-nat.c: Delete file.
6099 * config/powerpc/macos.mh: Delete file.
6100 * config/powerpc/macos.mt: Delete file.
6101 * config/powerpc/nm-macos.h: Delete file.
6102 * config/powerpc/tm-macos.h: Delete file.
6103 * source.c (openp, open_source_file): Remove obsolete code.
6104 * top.c (gdb_readline): Ditto.
6105 * utils.c (query): Ditto.
6106 * event-top.c (display_gdb_prompt): Ditto.
6107 * Makefile.in (ser-mac.o): Delete obsolete target.
6108 * NEWS: Update.
6109
d7449b42
AC
61102002-01-04 Andrew Cagney <ac131313@redhat.com>
6111
6112 * defs.h (BIG_ENDIAN): Delete macro definition.
6113 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
6114 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
6115 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
6116 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
6117 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
6118 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
6119 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
6120 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
6121 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
6122 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
6123 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
6124 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
6125 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
6126 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
6127 * gdbarch.c: Re-generate.
6128
356374e8
DJ
61292002-01-04 Daniel Jacobowitz <drow@mvista.com>
6130
6131 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
6132 for core files.
6133
a2b8f8f8
JT
61342002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
6135
6136 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
6137
12466af9
AC
61382002-01-04 Andrew Cagney <ac131313@redhat.com>
6139
6140 * value.h (value_ptr): Delete typedef.
6141
3549ab40
JT
61422002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
6143
6144 * i386nbsd-nat.c: Update copyright years.
6145 Include i386-tdep.h.
6146
fedbd091
EZ
61472002-01-04 Elena Zannoni <ezannoni@redhat.com>
6148
6149 * stabsread.c: Update copyright years.
6150
6151 From Debashis Mahata <debashis.mahata@wipro.com>:
6152 (read_struct_fields): Deal with Sun C compiler erroneous stab
6153 output for structs and unions.
fec8b34f 6154 Fix PR gdb/269.
fedbd091 6155
eb43544b
DJ
61562002-01-04 Daniel Jacobowitz <drow@mvista.com>
6157
6158 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
6159 prototype.
6160
1514d34e
DJ
61612002-01-04 Daniel Jacobowitz <drow@mvista.com>
6162
6163 * cp-abi.c: Fix whitespace.
6164 (baseclass_offset): New wrapper function.
6165 * cp-abi.h (baseclass_offset): Add prototype.
6166 (struct cp_abi_ops): Add baseclass_offset pointer.
6167
6168 * valops.c (vb_match): Move to...
6169 * gnu-v2-abi.c (vb_match): here.
6170 * valops.c (baseclass_offset): Move to...
6171 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
6172
6173 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
6174
6175 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
6176 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
6177 * hpacc-abi.c (init_hpacc_ops): Likewise.
6178
7f8c9282
DJ
61792002-01-04 Daniel Jacobowitz <drow@mvista.com>
6180
6181 * valops.c (find_overload_match): Accept obj as a
6182 reference parameter. Update it before returning.
6183 * value.h (find_overload_match): Update prototype.
6184 * eval.c (evaluate_subexp_standard): Pass object to
6185 find_overload_match by reference.
6186
f23631e4
AC
61872002-01-03 Andrew Cagney <ac131313@redhat.com>
6188
6189 * valarith.c: Replace value_ptr with struct value pointer. Remove
6190 register attribute from value declarations.
6191 * valops.c: Ditto.
6192 * value.h: Ditto.
6193 * scm-lang.c (scm_lookup_name): Ditto.
6194
79e10fab 61952002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 6196
79e10fab
AC
6197 Abstract the functionality of iterating over mapped memory
6198 regions into a general purpose iterator function.
abf22e64 6199 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
6200 iterator for memory sections.
6201 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
6202 (solib_mappings_callback): New function, callback for above.
6203 (info_proc_mappings): Reimpliment using iterate_over_mappings.
6204 (info_mappings_callback): New function, callback for above.
6205
6206 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
6207
c5ad026a
MK
62082002-01-01 Mark Kettenis <kettenis@gnu.org>
6209
d2a7c97a
MK
6210 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
6211 * i386-tdep.c: Include "elf-bfd.h".
6212 (process_note_abi_tag_sections): New function.
6213 (i386_gdbarch_init): Add code to recognize various OS/ABI
6214 combinations.
6215
c5ad026a
MK
6216 * maint.c (_initialize_maint_cmds): Add missing \ in
6217 string-literal.
6218
a1a5b71e 6219For older changes see ChangeLog-2001
c906108c
SS
6220\f
6221Local Variables:
6222mode: change-log
6223left-margin: 8
6224fill-column: 74
6225version-control: never
6226End:
This page took 0.542943 seconds and 4 git commands to generate.