98ce9c7b83e8db26e0613ba357de0c64372496da
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
2
3 Fix PR gdb/546
4 * ser-tcp.c: Don't include <netinet/udp.h>.
5
6 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7
8 * MAINTAINERS: Update my email address.
9
10 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
11
12 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
13 include file of the same name.
14
15 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
16
17 * configure.tgt: Mark v850 as multi-arched.
18 * config/v850/tm-v850.h: Remove file.
19 * config/v850/v850.mt: Eliminate TM_FILE.
20
21 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
22
23 * v850-tdep.c: Full multi-arch.
24 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
25 Define GDB_MULTI_ARCH to 2.
26
27 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
28
29 * p-exp.y (current_type): New static variable.
30 Carries the type of the expression at the position that is parsed.
31 (push_current_type, pop_current_type): Two new functions. Used
32 to store/restore current_type in expression on specific tokens.
33 (search_field): New static variable. Set to one after parsing a point
34 as at that point only a FIELDNAME token should be searched.
35 (FIELDNAME): New token. After a point only a token belonging to
36 current_type type definition is allowed.
37 (all over token rules): reset and change current_type according
38 to rules.
39 (exp '[' rule): insert implicit array index field if
40 exp is a pascal string type.
41
42 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
43
44 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
45 frame info. Use frame_info's saved_regs instead of matching member
46 in extra_frame_info throughout.
47 (v850_frame_init_saved_regs): New function.
48 (v850_init_extra_frame_info): Move most functionality into
49 v850_frame_init_saved_regs().
50 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
51 (v850_frame_find_saved_regs): Remove declaration.
52 (FRAME_FIND_SAVED_REGS): Remove definition.
53 (v850_frame_init_saved_regs): Add declaration.
54 (FRAME_INIT_SAVED_REGS): Add definition.
55
56 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
57
58 * v850-tdep.c: Begin multi-arch'ing v850.
59 (v850_target_architecture_hook): Remove function.
60 (v850_gdbarch_init): New function. Add code previously in
61 v850_target_architecture_hook().
62 (_initialize_v850_tdep): Don't set target_architecture_hook.
63 Call register_gdbarch_init() instead.
64
65 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
66
67 * gdbtypes.h (struct cplus_struct_type): Remove args field.
68 * hpread.c (hpread_read_struct_type): Remove assignments to args.
69 (fixup_class_method_type): Likewise.
70
71 2002-05-15 Daniel Jacobowitz <drow@mvista.com>
72
73 From Martin Pool <mbp@samba.org>:
74 * gdbserver/server.c (gdbserver_usage): New function.
75 (main): Call it.
76
77 2002-05-15 Jim Blandy <jimb@redhat.com>
78
79 Add macro structures to GDB's symbol tables. Nobody puts anything
80 in them yet.
81 * symtab.h (struct symtab): New member: `macro_table'.
82 * buildsym.h (pending_macros): New global variable.
83 * buildsym.c: #include "macrotab.h".
84 (buildsym_init): Initialize `pending_macros'.
85 (end_symtab): If we found macro information while reading a CU's
86 debugging info, do build a symtab structure for it. Make the
87 symtab point to the macro information, and clear the
88 `pending_macros' pointer which held it while we were reading the
89 debug info.
90 (really_free_pendings): Free any pending macro table.
91 * objfiles.h (struct objfile): New member: `macro_cache'.
92 * objfiles.c (allocate_objfile): Set allocate and free functions
93 for the macro cache's objstack.
94 (free_objfile): Empty the macro cache's obstack.
95 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
96 set new allocate and free functions for it.
97 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
98 free functions for the macro cache's objstack. (Why is this
99 function building its own objfile?)
100 * symmisc.c (print_objfile_statistics): Print statistics on the
101 macro bcache.
102 * Makefile.in: Note that buildsym.o depends on macrotab.h.
103
104 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
105
106 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
107 (REGISTER_U_ADDR): Delete definition.
108 (arm_register_u_addr): Delete declaration.
109
110 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
111
112 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
113 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
114
115 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
116
117 * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
118 stop_at -> stop_pc.
119
120 2002-05-14 Andrew Cagney <ac131313@redhat.com>
121
122 * regcache.c (register_valid): Revise comments refering to "Not
123 available" and "unavailable".
124 * frame.c (frame_register_read): Ditto.
125 * findvar.c (value_of_register): Ditto.
126
127 2002-05-15 Andrew Cagney <cagney@redhat.com>
128
129 * Makefile.in (remote_sim_h): Replace remote-sim_h.
130 (remote-sim.o): Update dependencies.
131 (d10v-tdep.o): Specify dependencies.
132 (sim_d10v_h): Define.
133
134 2002-05-14 Jim Blandy <jimb@redhat.com>
135
136 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
137 * macrotab.c (macro_lookup_inclusion, find_definition,
138 new_macro_table): Same.
139
140 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
141 not `! strcmp ()'. This is a dubious improvement.
142 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
143
144 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
145 although it's not necessary, to avoid a warning.
146
147 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
148
149 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
150 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
151 TYPE_INSTANCE_FLAGS.
152 (struct main_type): New.
153 (struct type): Move most members to struct main_type. Change
154 cv_type and as_type to new type_chain member. Add instance_flags.
155 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
156 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
157 (finish_cv_type): Remove prototype.
158 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
159 Set TYPE_CHAIN.
160 (alloc_type_instance): New function.
161 (smash_type): New function.
162 (make_pointer_type, make_reference_type, make_function_type)
163 (smash_to_member_type, smash_to_method_type): Call smash_type.
164 (make_qualified_type): New function.
165 (make_type_with_address_space): Call make_qualified_type.
166 (make_cv_type): Likewise.
167 (finish_cv_type): Remove unnecessary function.
168 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
169 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
170 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
171 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
172 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
173 * hpread.c (hpread_read_struct_type): Likewise.
174 * stabsread.c (read_struct_type): Likewise.
175
176 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
177
178 * configure.tgt: Add a catch all sh* target, for cases like
179 sh[2,3,4]-elf and sh-hms.
180
181 2002-05-14 Keith Seitz <keiths@redhat.com>
182
183 * event-loop.c (create_file_handler): Don't do anything but
184 update data when we are given a fd which we are already
185 monitoring.
186
187 2002-05-14 Michal Ludvig <mludvig@suse.cz>
188
189 * dwarf2cfi.c (context_cpy): Copy registers correctly.
190 (update_context): Use __func__ in warnings.
191
192 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
193
194 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
195 and tcp_close to net_open and net_close.
196 (net_open): Accept "udp:" and "tcp:" specifications. Connect
197 using UDP if requested. Don't try to disable Nagle on UDP
198 sockets.
199 * remote.c (remote_serial_open): New function. Warn about UDP.
200 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
201
202 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
203
204 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
205
206 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
207
208 * configure.tgt: Remove sh-hms target.
209 * MAINTAINERS: Don't list sh-hms as a separate target.
210
211 2002-05-13 Jim Blandy <jimb@redhat.com>
212
213 Add first preprocessor macro-expansion files.
214 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
215 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
216 (splay_tree_h, macroexp_h, macrotab_h): New variable.
217 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
218 (COMMON_OBS): Add macrotab.o, macroexp.o.
219 (macroexp.o, macrotab.o): New rules.
220
221 2002-05-13 Andrew Cagney <ac131313@redhat.com>
222
223 * config/m88k/tm-m88k.h: Update copyright.
224 (m88k_target_write_pc): Declare
225 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
226 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
227 (SHIFT_INST_REGS): Update definition.
228 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
229 using old definition of TARGET_WRITE_PC.
230 * regcache.c (generic_target_write_pc): Delete code handling
231 NNPC_REGNUM.
232 * gdbarch.sh (NNPC_REGNUM): Delete.
233 * gdbarch.h, gdbarch.c: Regenerate.
234
235 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
236
237 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
238 builtin reg number.
239
240 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
241
242 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
243 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
244 (gen_address_of, gen_struct_ref, gen_repeat): Use type
245 access macros.
246 * c-typeprint.c (cp_type_print_method_args): Likewise.
247 (c_type_print_args): Likewise.
248 * d10v-tdep.c (d10v_push_arguments): Likewise.
249 (d10v_extract_return_value): Likewise.
250 * expprint.c (print_subexp): Likewise.
251 * gdbtypes.c (lookup_primitive_typename): Likewise.
252 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
253 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
254 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
255 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
256 (TYPE_VECTOR): Likewise.
257 * hpread.c (hpread_read_struct_type)
258 (fix_static_member_physnames, fixup_class_method_type)
259 (hpread_type_lookup): Likewise.
260 * mdebugread.c (parse_symbol, parse_type): Likewise.
261 * p-lang.c (is_pascal_string_type): Likewise.
262 * valops.c (hand_function_call): Likewise.
263 * x86-64-tdep.c (classify_argument): Likewise.
264
265 * hpread.c (hpread_read_function_type)
266 (hpread_read_doc_function_type): Call replace_type.
267 * dstread.c (create_new_type): Delete.
268 (decode_dst_structure, process_dst_function): Call alloc_type.
269 Use type access macros.
270
271 2002-05-12 Mark Kettenis <kettenis@gnu.org>
272
273 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
274 the're not supported by the current architecture.
275 (i387_fill_fxsave): Likewise.
276
277 2002-05-12 Fred Fish <fnf@redhat.com>
278
279 * symfile.c (default_symfile_offsets): Arrange for uninitialized
280 sect_index_xxx members to index the first slot in section_offsets
281 if all of the section_offsets are zero.
282
283 2002-05-12 Mark Kettenis <kettenis@gnu.org>
284
285 * configure.tgt (sparc-*openbsd): Remove entry accidentially
286 checked in with last change.
287
288 2002-05-12 Mark Kettenis <kettenis@gnu.org>
289
290 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
291 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
292 config.sub.
293
294 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
295
296 * Makefile.in: Update dependencies.
297
298 2002-05-11 Andrew Cagney <ac131313@redhat.com>
299
300 * language.c (local_hex_string_custom): Simplify. Do not depend
301 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
302
303 * memattr.c (mem_info_command): Replace calls to
304 longest_local_hex_string and longest_local_hex_string_custom.
305 * buildsym.c (make_blockvector): Ditto.
306 * solib.c (info_sharedlibrary_command): Ditto.
307 * tracepoint.c (tracepoints_info): Ditto.
308 * symtab.c (print_msymbol_info): Ditto.
309
310 * language.c (local_hex_string): Delete.
311 (local_hex_string_custom): Delete.
312 (longest_local_hex_string): Rename to local_hex_string.
313 (longest_local_hex_string_custom): Rename to
314 local_hex_string_custom.
315 * language.h (local_hex_string): Change parameter type to LONGEST.
316 (local_hex_string_custom): Ditto.
317 (longest_local_hex_string): Delete declaration.
318 (longest_local_hex_string_custom): Ditto.
319
320 * solib.c: Update copyright.
321 * memattr.c: Update copyright.
322
323 2002-05-11 Andrew Cagney <ac131313@redhat.com>
324
325 * arch-utils.h (legacy_register_to_value): Declare.
326 (legacy_value_to_register): Declare.
327 (legacy_convert_register_p): Declare.
328 * arch-utils.c (legacy_register_to_value): New function.
329 (legacy_value_to_register): New function.
330 (legacy_convert_register_p): New function.
331
332 * gdbarch.sh (REGISTER_TO_VALUE): Define.
333 (VALUE_TO_REGISTER): Define.
334 (CONVERT_REGISTER_P): Define.
335 * gdbarch.h, gdbarch.c: Regenerate.
336
337 * valops.c (value_assign): Use CONVERT_REGISTER_P and
338 VALUE_TO_REGISTER.
339 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
340 CONVERT_REGISTER_P.
341
342 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
343 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
344
345 * Makefile.in: Update dependencies for valops.c.
346 * valops.c: Include "gdb_assert.h".
347 (typecmp): Skip THIS parameter to methods.
348 (find_method_list): Remove static_memfuncp argument,
349 update callers. Check for stub methods.
350 (find_value_oload_method_list): Don't set *static_memfuncp.
351 (find_overload_match): Don't check for stub methods. Assert
352 that methods are not stubbed. Handle static methods.
353 (value_find_oload_method_list): Remove static_memfuncp argument.
354 * gdbtypes.c (check_stub_method): Do not add THIS pointer
355 to the argument list for static stub methods.
356 * value.h (value_find_oload_method_list): Update prototype.
357
358 2002-05-11 Andrew Cagney <ac131313@redhat.com>
359
360 * arch-utils.h (generic_register_size): Declare.
361 (generic_register_raw_size, generic_register_virtual_size): Delete
362 declarations.
363 * arch-utils.c (generic_register_raw_size): Delete.
364 (generic_register_size): New function.
365 (generic_register_virtual_size): Delete.
366
367 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
368 default generic_register_size.
369 * gdbarch.h, gdbarch.c: Re-generate.
370
371 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
372 register_virtual_size.
373 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
374 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
375
376 2002-05-11 Andrew Cagney <ac131313@redhat.com>
377
378 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
379 * gdbarch.h, gdbarch.c: Regenerate.
380 * gnu-v3-abi.c: Update copyright.
381 (vtable_address_point_offset): Update.
382 (gnuv3_rtti_type): Update.
383 (gnuv3_baseclass_offset): Update.
384 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
385 (init_fetch_link_map_offsets): Update.
386 * remote.c (get_remote_state): Update.
387
388 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
389
390 * TODO: Remove value_headof/value_from_vtable_info comment.
391 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
392 * values.c (value_headof, value_from_vtable_info): Delete.
393 * value.h (value_from_vtable_info): Delete prototype.
394
395 2002-05-11 Andrew Cagney <ac131313@redhat.com>
396
397 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
398 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
399 $(gdb_regex_h).
400 (gdb_assert_h): Define.
401 (gdb_wait_h): Define.
402 (gdb_regex_h): Define.
403
404 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
405
406 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
407 * linespec.c (find_methods): Handle GCC 3.x template constructors.
408
409 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
410
411 * nbsd-tdep.c: Fix comment.
412
413 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
414
415 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
416 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
417 (nbsd-tdep.o): New dependency list.
418 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
419 nbsd-tdep.h.
420 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
421 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
422 * nbsd-tdep.c: New file.
423 * nbsd-tdep.h: New file.
424 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
425 nbsd-tdep.h.
426 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
427 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
428 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
429 * config/sh/nbsd.mt (TDEPFILES): Ditto.
430
431 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
432
433 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
434 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
435 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
436 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
437 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
438 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
439
440 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
441
442 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
443 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
444 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
445 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
446 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
447 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
448 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
449
450 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
451
452 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
453 fetch_elfcore_registers to...
454 * i386nbsd-tdep.c: ...here.
455 (i386nbsd_use_struct_convention): Rename to...
456 (i386nbsd_aout_use_struct_convention): ...this.
457 (i386nbsd_supply_reg): New function.
458 (i386nbsd_fill_reg): New function.
459 (fetch_core_registers): Use i386nbsd_supply_reg.
460 (fetch_elfcore_registers): Likewise.
461 (_initialize_i386nbsd_tdep): New function.
462 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
463 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
464 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
465 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
466 (i386nbsd_aout_use_struct_convention): ...this.
467
468 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
469
470 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
471 (store_inferior_registers): Use shnbsd_fill_reg.
472 * shnbsd-tdep.c (sh_nbsd_supply_registers,
473 sh_nbsd_supply_register): Collapse into...
474 (shnbsd_supply_reg): ...this.
475 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
476 (shnbsd_fill_reg): ...this.
477 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
478 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
479 (fetch_core_registers): Use shnbsd_supply_reg.
480 (fetch_elfcore_registers): Use shnbsd_supply_reg.
481 (sh_nbsd_core_fns): Rename to...
482 (shnbsd_core_fns): ...this.
483 (sh_nbsd_elfcore_fns): Rename to...
484 (shnbsd_elfcore_fns): ...this.
485 (sh_nbsd_init_abi): Rename to...
486 (shnbsd_init_abi): ...this.
487 (_initialize_sh_nbsd_tdep): Rename to...
488 (_initialize_shnbsd_tdep): ...this.
489 * shnbsd-tdep.h (sh_nbsd_supply_registers,
490 sh_nbsd_supply_register, sh_nbsd_fill_registers,
491 sh_nbsd_fill_register): Remove prototypes.
492 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
493
494 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
495
496 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
497 (i387-nat.o): Delete dependency list.
498 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
499 (x86-64-linux-nat.o): Likewise.
500 * i387-nat.c: Delete file, moving contents to...
501 * i387-tdep.c: ...here.
502 * i387-nat.h: Rename...
503 * i387-tdep.h: ...to this.
504 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
505 * i386-linux-nat.c: Likewise.
506 * i386bsd-nat.c: Likewise.
507 * i386gnu-nat.c: Likewise.
508 * i386nbsd-nat.c: Likewise.
509 * i386v4-nat.c: Likewise.
510 * x86-64-linux-nat.c: Likewise.
511 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
512 * config/i386/go32.mh (NATDEPFILES): Likewise.
513 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
514 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
515 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
516 * config/i386/linux.mh (NATDEPFILES): Likewise.
517 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
518 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
519 * config/i386/obsd.mh (NATDEPFILES): Likewise.
520 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
521
522 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
523
524 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
525 (alphanbsd-nat.o): Remove dependency list.
526 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
527 * alphanbsd-nat.c: Delete. Contents moved to...
528 * alphanbsd-tdep.c: ...here.
529 (_initialize_alphanbsd_tdep): Register core functions.
530 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
531
532 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
533
534 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
535 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
536 (alphanbsd-nat.o): Likewise.
537 (alphabsd-tdep.o): New dependency list.
538 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
539 (fill_gregset): Use alphabsd_fill_reg.
540 (supply_fpregset): Use alphabsd_supply_fpreg.
541 (fill_fpregset): Use alphabsd_fill_fpreg.
542 (fetch_inferior_registers): Use struct reg and struct fpreg
543 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
544 and alphabsd_supply_fpreg.
545 (store_inferior_registers): Use struct reg and struct fpreg
546 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
547 and alphabsd_fill_fpreg.
548 * alphabsd-tdep.c: New file.
549 * alphabsd-tdep.h: New file.
550 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
551 (fetch_elfcore_registers): Use alphabsd_supply_reg and
552 alphabsd_supply_fpreg.
553 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
554 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
555
556 2002-05-11 Eric Christopher <echristo@redhat.com>
557
558 * mips-tdep.c (mips_double_register_type): Fix thinko.
559 (mips_single_register_type): Ditto.
560 * MAINTAINERS: Add self.
561
562 2002-05-11 Mark Kettenis <kettenis@gnu.org>
563
564 * i387-nat.c (i387_supply_register, i387_fill_fsave,
565 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
566 right thing on architectures with different endianness and/or
567 integer sizes.
568
569 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
570
571 From Christian Limpach <chris@Pin.LU>
572 * configure.in: Change sed expression which comments out
573 NATDEPFILES to also comment out continuation lines.
574 * configure: Regenerate.
575
576 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
577
578 * sh-tdep.c: Clean up code erroneously reintroduced by previous
579 big patch.
580
581 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
582
583 * sh-tdep.c: Include correct file.
584
585 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
586
587 New support for sh64-elf (sh5) target.
588
589 * configure.tgt: For sh64-elf target, default to sh-elf.
590
591 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
592 (struct gdbarch_tdep): Add new fields for new registers and ABI
593 info.
594
595 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
596 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
597 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
598 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
599 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
600 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
601 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
602 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
603 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
604 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
605 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
606 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
607 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
608 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
609 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
610 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
611 sh64_get_gdb_regnum, sh64_media_reg_base_num,
612 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
613 sign_extend, sh64_nofp_frame_init_saved_regs,
614 sh64_init_extra_frame_info, sh64_get_saved_register,
615 sh64_extract_struct_value_address, sh64_pop_frame,
616 sh64_push_arguments, sh64_extract_return_value,
617 sh64_store_return_value, sh64_show_media_regs,
618 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
619 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
620 sh_sh64_register_virtual_type,
621 sh_sh64_register_convert_to_virtual,
622 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
623 sh64_register_read, sh64_pseudo_register_write,
624 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
625 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
626 sh64_do_pseudo_register, sh_compact_do_registers_info,
627 sh64_do_registers_info, sh_gdbarch_init): New functions.
628
629 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
630
631 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
632
633 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
634
635 * linespec.c (decode_line_1): Check for a double quote after
636 a filename correctly.
637
638 2002-05-10 Jim Blandy <jimb@redhat.com>
639
640 Properly track the size of the current objfile's .debug_line section.
641 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
642 (DWARF_LINE_SIZE): New macro.
643 (dwarf2_build_psymtabs_hard): Record the line section's size in
644 the partial symbol table.
645 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
646 symbol table.
647
648 2002-05-10 Petr Sorfa <petrs@caldera.com>
649
650 * ia64-tdep.c: Handle breakpoints on L instruction type
651 in MLX instruction bundle by moving the breakpoint to
652 the third slot (X instruction type) as L holds only data.
653
654 2002-05-10 Kevin Buettner <kevinb@redhat.com>
655
656 * dbxread.c (discarding_local_symbols_complaint): New complaint.
657 (process_one_symbol): Complain about discarding local symbols
658 due to a misplaced N_LBRAC entry.
659
660 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
661
662 From Daniel Berlin <dan@cgsoftware.com>
663 * linespec.c (find_toplevel_char): '<' and '>' also increase and
664 decrease the depth we are at, in the case of templates.
665
666 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
667
668 * mips-tdep.c (mips_float_register_type): New function.
669 (mips_double_register_type): New function.
670 (mips_print_register): Use them.
671 (do_fp_register_row): Likewise.
672
673 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
674
675 * signals/signals.c (signals): Remove conditional compilation around
676 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
677 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
678
679 2002-05-09 Michael Snyder <msnyder@redhat.com>
680
681 * remote-rdp.c (remote_rdp_can_run): Remove.
682
683 2002-05-09 Tom Tromey <tromey@redhat.com>
684
685 * jv-valprint.c (java_val_print): Handle `char' as a special case
686 of TYPE_CODE_INT.
687
688 2002-05-09 Michael Snyder <msnyder@redhat.com>
689
690 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
691 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
692 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
693 str r(0123),[sp,#nn].
694 (arm_skip_prologue): Ditto. Also make disassembly
695 order-independent by placing it in a loop.
696
697 2002-05-06 Michael Snyder <msnyder@redhat.com>
698
699 * stabsread.c (read_type): Add recognition for new attribute:
700 "@V;" means that an array type is actually a vector.
701 This is analogous to the vector flag that's been added to dwarf2.
702
703 2002-05-09 Mark Kettenis <kettenis@gnu.org>
704
705 * i386-tdep.h (i386_abi): New enum.
706 (struct gdbarch_tdep): Replace os_ident member with abi.
707 (i386_gdbarch_register_os_abi): New prototype.
708 * i386-tdep.c (i386_abi_names): New array.
709 (process_note_abi_tag_sections): Removed.
710 (process_note_sections): New function.
711 (i386_elf_abi_from_note, i386_elf_abi): New functions.
712 (struct i386_abi_handler): New struct.
713 (i386_abi_handler_list): New variable.
714 (i386_gdbarch_register_os_abi): New function.
715 (i386_gdbarch_init): Adapt for the changes given above.
716
717 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
718
719 * gregset.h: Say "GNU/Linux".
720
721 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
722
723 * gdbtypes.c : Add new builtin type for 64 bit vectors.
724 (build_gdbtypes): Build builtin_type_v2_float.
725 (_initialize_gdbtypes): Register new builtin type.
726
727 2002-05-08 Andrew Cagney <ac131313@redhat.com>
728
729 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
730 (clear_gdbarch_swap): New function.
731 (initialize_non_multiarch): Call.
732 (gdbarch_update_p): Before calling init(), swap out and clear the
733 existing architecture.
734 * gdbarch.c: Regenerate.
735
736 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
737
738 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
739 alphanbsd-tdep.c.
740
741 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
742
743 * sh-nbsd-nat.c: Rename to...
744 * shnbsd-nat.c: ...this.
745 * sh-nbsd-tdep.c: Rename to...
746 * shnbsd-tdep.c: ...this.
747 * sh-nbsd-tdep.h: Rename to...
748 * shnbsd-tdep.h: ...this.
749 * config/sh/nbsd.mh: Use shnbsd-nat.o.
750 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
751
752 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
753
754 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
755 concatenation for command help messages.
756
757 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
758
759 * NEWS: Note new sh*-*-netbsdelf* configuration.
760 * configure.host: Set gdb_host_cpu to sh for all sh*.
761 (sh*-*-netbsdelf*): New host.
762 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
763 (sh*-*-netbsdelf*): New target.
764 * sh-nbsd-nat.c: New file.
765 * sh-nbsd-tdep.c: New file.
766 * sh-nbsd-tdep.h: New file.
767 * config/sh/nbsd.mh: New file.
768 * config/sh/nbsd.mt: New file.
769 * config/sh/nm-nbsd.h: New file.
770 * config/sh/tm-nbsd.h: New file.
771
772 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
773
774 * sh-tdep.c (sh_osabi_names): Declare.
775 (process_note_abi_tag_sections): New function.
776 (get_elfosabi): Ditto.
777 (sh_gdbarch_register_os_abi): Ditto.
778 (sh_dump_tdep): Ditto.
779 _initialize_sh_tdep): Use gdbarch_register to register
780 sh_gdbarch_init and sh_dump_tdep.
781 * config/sh/tm-sh.h (sh_osabi): Declare.
782 (gdbarch_tdep): Add sh_osabi and osabi_name members.
783
784 2002-05-07 Andrew Cagney <ac131313@redhat.com>
785
786 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
787 (thumb_scan_prologue): Ditto.
788 (arm_find_callers_reg): Ditto.
789 (arm_frame_chain): Ditto.
790 (arm_init_extra_frame_info): Ditto.
791 (arm_frame_saved_pc): Ditto.
792 (arm_pop_frame): Ditto.
793 (arm_push_return_address): New function.
794 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
795 call_dummy_location, call_dummy_breakpoint_offset_p,
796 call_dummy_breakpoint_offset, call_dummy_p,
797 call_dummy_stack_adjust_p, call_dummy_words,
798 sizeof_call_dummy_words, call_dummy_start_offset,
799 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
800 call_dummy_address, push_return_address and push_dummy_frame for
801 generic dummy frames.
802
803 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
804
805 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
806 size computation for alloca.
807 (sh_fp_frame_init_saved_regs): Likewise.
808
809 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
810
811 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
812 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
813 * arm-tdep.c (arm_store_return_value): Use them.
814 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
815 * remote-rdp.c (remote_rdp_fetch_register): Use
816 ARM_MAX_REGISTER_RAW_SIZE.
817 (remote_rdp_store_register): Likewise.
818
819 2002-05-07 Michal Ludvig <mludvig@suse.cz>
820
821 * dwarf2cfi.c: Code cleanup, removed unused variables,
822 added default labels to switch {} statements.
823 * x86-64-tdep.c: Ditto.
824 * x86-64-linux-nat.c: Ditto.
825
826 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
827
828 * solib.h: Protect against multiple inclusion.
829
830 2002-05-06 Jim Blandy <jimb@redhat.com>
831
832 Add first preprocessor macro-expansion files.
833 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
834 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
835 (splay_tree_h, macroexp_h, macrotab_h): New variable.
836 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
837 (COMMON_OBS): Add macrotab.o, macroexp.o.
838 (macroexp.o, macrotab.o): New rules.
839
840 Separate the job of reading the line number info statement program
841 header (...expialidocious) out into its own function.
842 * dwarf2read.c (struct line_head, struct filenames, struct
843 directories): Replace with...
844 (struct line_header): New structure, containing the full
845 contents of the statement program header, including the
846 include directory and file name tables.
847 (read_file_scope): If we have line number info, instead of just
848 calling dwarf_decode_lines to do all the work, call
849 dwarf_decode_line_header first to get a `struct line_header'
850 containing the data in the statement program header, and then
851 pass that to dwarf_decode_lines, which will pick up where that
852 left off. Be sure to clean up the `struct line_header' object.
853 (dwarf_decode_line_header, free_line_header, add_include_dir,
854 add_file_name): New functions.
855 (dwarf_decode_lines): Move all the code to read the statement
856 program header into dwarf_decode_line_header. Take the line
857 header it built as the first argument, instead of the offset to
858 the compilation unit's line number info. Use the new `struct
859 line_header' type instead of the old structures. No need to do
860 cleanups here now, since we don't allocate anything.
861 (dwarf2_statement_list_fits_in_line_number_section,
862 dwarf2_line_header_too_long): New complaints.
863
864 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
865
866 * gdbtypes.c (init_vector_type): New function.
867 (build_builtin_type_vec128): Simplify the representation of SIMD
868 registers.
869 (build_gdbtypes): Initialize new builtin vector types.
870 (_initialize_gdbtypes): Register new vector types with gdbarch.
871 (builtin_type_v4_float, builtin_type_v4_int32,
872 builtin_type_v8_int16, builtin_type_v16_int8,
873 builtin_type_v2_int32, builtin_type_v4_int16,
874 builtin_type_v8_int8): New (renamed) SIMD types.
875
876 2002-05-06 Mark Kettenis <kettenis@gnu.org>
877
878 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
879 (i387_fill_fxsave): Likewise.
880
881 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
882
883 * alpha-tdep.c (alpha_extract_return_value): Don't use
884 non-constant array size in prototype.
885
886 2002-05-04 Andrew Cagney <ac131313@redhat.com>
887
888 From Brian Taylor <briant at model dot com>:
889 * ui-out.c (ui_out_field_core_addr): Use the function
890 longest_local_hex_string_custom'to format addresses > 32 bits
891 wide.
892
893 * ui-out.c (ui_out_field_core_addr): Update comment.
894
895 2002-05-04 Andrew Cagney <ac131313@redhat.com>
896
897 * stack.c (select_and_print_frame): Make static. Delete the
898 parameter `level'.
899 (func_command): Update call.
900 (select_frame_command): Delete code computing the frame level.
901 * frame.h (select_and_print_frame): Delete declaration.
902
903 2002-05-04 Andrew Cagney <ac131313@redhat.com>
904
905 * sparc-tdep.c (sparc_get_saved_register): Comment why
906 get_prev_frame call is safe.
907
908 2002-05-04 Andrew Cagney <ac131313@redhat.com>
909
910 * frame.h (select_frame): Delete level parameter.
911 * stack.c (select_frame): Update. Use frame_relative_level to
912 obtain the frame's level.
913 (select_and_print_frame): Update call.
914 (select_frame_command): Ditto.
915 (up_silently_base): Ditto.
916 (down_silently_base): Ditto.
917 * ocd.c (ocd_start_remote): Ditto.
918 * remote-rdp.c (remote_rdp_open): Ditto.
919 * remote-mips.c (mips_initialize): Ditto.
920 (common_open): Ditto.
921 * remote-e7000.c (e7000_start_remote): Ditto.
922 * m3-nat.c (select_thread): Ditto.
923 * hppa-tdep.c (child_get_current_exception_event): Ditto.
924 (child_get_current_exception_event): Ditto.
925 * varobj.c (varobj_create): Ditto.
926 (varobj_update): Ditto.
927 (c_value_of_root): Ditto.
928 * tracepoint.c (finish_tfind_command): Ditto.
929 * corelow.c (core_open): Ditto.
930 * arch-utils.c (generic_prepare_to_proceed): Ditto.
931 * thread.c (info_threads_command): Ditto.
932 (switch_to_thread): Ditto.
933 * infrun.c (normal_stop): Ditto.
934 (restore_selected_frame): Ditto.
935 (restore_inferior_status): Ditto.
936 * breakpoint.c (insert_breakpoints): Ditto.
937 (watchpoint_check): Ditto.
938 (bpstat_stop_status): Ditto.
939 (do_enable_breakpoint): Ditto.
940 * blockframe.c (flush_cached_frames): Ditto.
941 (reinit_frame_cache): Ditto.
942
943 2002-05-04 Andrew Cagney <ac131313@redhat.com>
944
945 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
946 maintainer.
947
948 2002-05-04 Jim Blandy <jimb@redhat.com>
949
950 * gdbtypes.c (replace_type): Doc fix.
951
952 2002-05-04 Andrew Cagney <ac131313@redhat.com>
953
954 * valprint.c (strcat_longest): Delete commented out function.
955 Update copyright.
956
957 2002-05-04 Andrew Cagney <ac131313@redhat.com>
958
959 * MAINTAINERS: Mark a29k as deleted.
960 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
961 Move new configurations to the top.
962 * configure.tgt: Remove a29k.
963 * config/a29k/tm-vx29k.h: Delete.
964 * config/a29k/vx29k.mt: Delete.
965 * config/a29k/tm-a29k.h: Delete.
966 * config/a29k/a29k-udi.mt: Delete.
967 * config/a29k/a29k.mt: Delete.
968 * a29k-tdep.c: Delete.
969 * remote-udi.c: Delete.
970 * remote-mm.c: Delete.
971 * remote-eb.c: Delete.
972 * remote-adapt.c: Delete.
973 * Makefile.in: Remove obsolete code.
974 * gdbserver/Makefile.in: Ditto.
975 * config/s390/s390x.mt: Ditto.
976 * config/s390/s390.mt: Ditto.
977 * config/sparc/sparclynx.mh: Ditto.
978 * config/sparc/linux.mh: Ditto.
979 * config/pa/hppaosf.mh: Ditto.
980 * config/pa/hppabsd.mh: Ditto.
981 * config/ns32k/nbsd.mt: Ditto.
982 * config/mips/vr5000.mt: Ditto.
983 * config/m68k/sun3os4.mh: Ditto.
984 * config/m68k/nbsd.mt: Ditto.
985 * config/m68k/m68klynx.mh: Ditto.
986 * config/m32r/m32r.mt: Ditto.
987 * config/i386/x86-64linux.mt: Ditto.
988 * config/i386/nbsdelf.mt: Ditto.
989 * config/i386/nbsd.mt: Ditto.
990 * config/i386/i386lynx.mh: Ditto.
991
992 2002-05-04 Andrew Cagney <ac131313@redhat.com>
993
994 * target.c (debug_print_register): New function. Handle oversize
995 registers.
996 (debug_to_fetch_registers): Call.
997 (debug_to_store_registers): Call.
998
999 2002-05-03 Jim Blandy <jimb@redhat.com>
1000
1001 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
1002 (read_type): Doc fix.
1003 * gdbtypes.c (replace_type): Doc fix.
1004
1005 * stabsread.c (multiply_defined_struct): New complaint.
1006 (read_struct_type): If the type we were passed isn't empty, or
1007 incomplete, don't read the new struct type into it; complain,
1008 and return the original type unchanged. Take a new `type_code'
1009 argument, which is the type code for the new type.
1010 (read_type): Rather than storing the type's type code here, pass
1011 it as an argument to read_struct_type, and let that take care of
1012 storing it. That way, we don't overwrite the original type code,
1013 so read_struct_type can use it to decide whether we're overwriting
1014 something we shouldn't.
1015 (complain_about_struct_wipeout): New function.
1016
1017 2002-05-03 Andrew Cagney <ac131313@redhat.com>
1018
1019 * gdbarch.sh: Assert that gdbarch is non-NULL.
1020 * gdbarch.c: Regenerate.
1021
1022 2002-05-03 Jason Merrill <jason@redhat.com>
1023
1024 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
1025 and return NULL.
1026
1027 2002-05-03 Michal Ludvig <mludvig@suse.cz>
1028
1029 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
1030 (x86_64_dwarf2gdb_regno_map_length),
1031 (x86_64_dwarf2_reg_to_regnum): Added.
1032 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
1033 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
1034 (_initialize_x86_64_tdep): Synced with the change above.
1035 (x86_64_skip_prologue): Reformulated message.
1036
1037 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
1038
1039 * f-exp.y: Also use new prev_lexptr variable
1040 to improve error reporting. Based on Michael Snyder
1041 2002-04-24 dated patch to c-exp.y.
1042 * jv-exp.y: Likewise.
1043 * m2-exp.y: Likewise.
1044
1045 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
1046
1047 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
1048 we are dealing with vectors.
1049
1050 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1051
1052 * config/m68k/tm-nbsd.h: Obvious fix,
1053 correct machine name.
1054
1055 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1056
1057 * p-typeprint.c (pascal_type_print_base): Add support
1058 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
1059
1060 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1061
1062 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
1063 for fondamental pascal 'char' type.
1064
1065 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1066
1067 * p-lang.h (is_pascal_string_type): Declaration changed,
1068 new sixth argument of type char ** added.
1069 * p-lang.c (is_pascal_string_type): Implementation
1070 changed. Args length_pos, length_size, string_pos, char_size
1071 can now be NULL. New argument arrayname set to the field
1072 name of the char array. Return value set to char array
1073 field index plus one.
1074 * p-valprint.c (pascal_val_print): Adapt to new declaration of
1075 is_pascal_string_type function.
1076
1077 2002-05-02 Andrew Cagney <cagney@redhat.com>
1078
1079 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
1080 <cagney@redhat.com> change.
1081 * gdbarch.c: Regenerate.
1082
1083 2002-05-02 Andrew Cagney <cagney@redhat.com>
1084
1085 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
1086 before probing for a new one. Detect errorenous gdbarch_init
1087 functions.
1088 * gdbarch.c: Regenerate.
1089
1090 2002-05-01 Andrew Cagney <cagney@redhat.com>
1091
1092 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
1093 * config/mcore/tm-mcore.h: Ditto. Update copyright.
1094 * config/v850/tm-v850.h: Ditto. Update copyright.
1095
1096 2002-04-30 Andrew Cagney <ac131313@redhat.com>
1097
1098 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
1099 current_gdbarch.
1100
1101 2002-04-30 Michael Snyder <msnyder@redhat.com>
1102
1103 * arm-tdep.c: Whitespace clean-ups.
1104 (arm_skip_prologue): Fix thinko; two lines
1105 should have been removed as part of 4/24 change.
1106
1107 2002-04-30 Kevin Buettner <kevinb@redhat.com>
1108
1109 * rs6000-tdep.c: Added comment describing how fpscr register
1110 numbers were chosen.
1111
1112 2002-04-30 Michael Snyder <msnyder@redhat.com>
1113
1114 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
1115
1116 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
1117
1118 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
1119 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
1120 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
1121
1122 2002-04-29 Kevin Buettner <kevinb@redhat.com>
1123
1124 From Louis Hamilton <hamilton@redhat.com>:
1125 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
1126 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
1127 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
1128 not bfd-private xcoff data, to determine wordsize.
1129 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
1130
1131 2002-04-29 Andrew Cagney <ac131313@redhat.com>
1132
1133 GDB 5.2 released from 5.2 branch.
1134
1135 2002-04-29 Michal Ludvig <mludvig@suse.cz>
1136
1137 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
1138 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
1139 (x86_64_register_info_table): Added comments with register numbers.
1140
1141 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
1142
1143 * rs6000-tdep.c (rs6000_extract_return_value,
1144 rs6000_store_return_value): Handle returning vectors.
1145 (rs6000_gdbarch_init): Use
1146 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
1147 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1148 New function.
1149 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
1150 vectors.
1151 (ppc_sysv_abi_push_arguments): Handle vector parameters.
1152 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
1153
1154 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
1155
1156 * hpread.c (hpread_psymtab_to_symtab_1,
1157 hpread_psymtab_to_symtab): Replace fprintf (stderr,...)
1158 with fprintf_unfiltered (gdb_stderr,...).
1159
1160 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
1161
1162 * remote-array.c (printf_monitor, write_monitor,
1163 array_insert_breakpoint, array_remove_breakpoint ):
1164 Replace fprintf (stderr,...
1165 with fprintf_unfiltered (gdb_stderr,....
1166 * remote-es.c: Likewise.
1167 * remote-os9k.c: Likewise.
1168 * remote-st.c: Likewise.
1169
1170 2002-04-28 Andreas Schwab <schwab@suse.de>
1171
1172 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
1173 linux-proc.o and gcore.o.
1174
1175 2002-04-26 Michal Ludvig <mludvig@suse.cz>
1176
1177 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
1178 code without frame pointers.
1179
1180 2002-04-26 Andrew Cagney <ac131313@redhat.com>
1181
1182 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
1183 ON_STACK is needed.
1184
1185 2002-04-26 Ben Elliston <bje@redhat.com>
1186
1187 * target.c (do_xfer_memory): Correct reference to the new option
1188 "trust-readonly-sections".
1189
1190 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
1191
1192 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
1193 * gdbtypes.c (recursive_dump_type): Output the vector flag.
1194 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
1195 vectors.
1196 (read_array_type): Record the fact that this array type is really a
1197 vector (i.e. are passed in by value).
1198
1199 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
1200
1201 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
1202 * alpha-tdep.c (alpha_sigcontext_addr): New function.
1203 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
1204 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
1205 * alpha-linux-tdep.c: Include frame.h.
1206 (alpha_linux_sigcontext_addr): New function.
1207 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
1208 alpha_linux_sigcontext_addr.
1209 * alpha-osf1-tdep.c: Include gdbcore.h.
1210 (alpha_osf1_sigcontext_addr): New function.
1211 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
1212 alpha_osf1_sigcontext_addr.
1213 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
1214 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
1215
1216 2002-04-26 Andrew Cagney <ac131313@redhat.com>
1217
1218 * stack.c (selected_frame_level):
1219 (select_frame): Do not set selected_frame_level.
1220 * frame.h (selected_frame_level): Delete declaration.
1221
1222 2002-04-26 Andrew Cagney <ac131313@redhat.com>
1223
1224 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
1225 convert_from_func_ptr-addr when AIX / PowerOpen.
1226
1227 2002-04-25 Andrew Cagney <ac131313@redhat.com>
1228
1229 * valops.c (hand_function_call): Call
1230 generic_save_call_dummy_addr.
1231 * frame.h (generic_save_call_dummy_addr): Declare.
1232 * blockframe.c (struct dummy_frame): Add fields call_lo and
1233 call_hi.
1234 (generic_find_dummy_frame): Check for PC in range call_lo to
1235 call_hi instead of entry_point_address.
1236 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
1237 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
1238 (generic_save_call_dummy_addr): New function.
1239
1240 2002-04-24 David S. Miller <davem@redhat.com>
1241
1242 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
1243 sparc_skip_prologue.
1244 (sparc_skip_prologue): Kill frameless_p arg, and use line number
1245 information to find prologue when possible.
1246 (sparc_prologue_frameless_p): Call examine_prologue directly.
1247 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
1248 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
1249 second argument.
1250 (SKIP_PROLOGUE): Likewise.
1251
1252 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
1253
1254 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
1255 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
1256 indicate that the condition it was testing is always true.
1257 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
1258 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
1259 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
1260
1261 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
1262
1263 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
1264 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
1265 tdep->jb_pc and tdep->jb_elt_size.
1266 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
1267 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
1268 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
1269 * alpha-nat.c (get_longjmp_target): Remove.
1270 (JB_ELEMENT_SIZE): Ditto.
1271 (JB_PC): Ditto.
1272 * alpha-tdep.c (alpha_get_longjmp_target): New function.
1273 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
1274 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
1275 to alpha_get_longjmp_target.
1276 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
1277 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
1278 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
1279
1280 2002-04-25 Andrew Cagney <ac131313@redhat.com>
1281
1282 * README: Update to GDB 5.2.
1283
1284 2002-04-25 Andrew Cagney <ac131313@redhat.com>
1285
1286 * gdbarch.sh (LC_ALL): Set to `c'.
1287
1288 2002-04-25 Theodore A. Roth <troth@verinet.com>
1289
1290 * avr-tdep.c: Ran through gdb_indent.sh.
1291
1292 2002-04-25 Theodore A. Roth <troth@verinet.com>
1293
1294 * MAINTAINERS: Add myself as AVR maintainer.
1295 * NEWS: Note new target avr.
1296
1297 2002-04-25 Theodore A. Roth <troth@verinet.com>
1298
1299 * Makefile.in: Add support for AVR target.
1300 * configure.tgt: Add support for AVR target.
1301 * avr-tdep.c: New file
1302 * config/avr/avr.mt: New file.
1303
1304 2002-04-25 Theodore A. Roth <troth@verinet.com>
1305
1306 * MAINTAINERS: Add myself to write-after-approval.
1307
1308 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
1309
1310 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
1311 with fprintf_unfiltered (gdb_stderr,....
1312
1313 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
1314
1315 Fix PR gdb/508.
1316 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
1317
1318 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
1319
1320 * p-exp.y: Also use new prev_lexptr variable
1321 to improve error reporting. Based on Michael Snyder
1322 2002-04-24 dated patch to c-exp.y.
1323
1324 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
1325
1326 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
1327 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
1328 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
1329 to 0.
1330 * config/alpha/tm-alpha.h: Remove forward decls of struct type
1331 and struct value.
1332 (FUNCTION_START_OFFSET): Remove.
1333 (BREAKPOINT): Ditto.
1334
1335 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
1336
1337 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
1338 * NEWS: Ditto.
1339
1340 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1341
1342 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
1343 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
1344 alpha_linux_pc_in_sigtramp.
1345 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
1346 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
1347 alpha_osf1_pc_in_sigtramp.
1348 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
1349 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
1350 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1351 alphafbsd_pc_in_sigtramp.
1352 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
1353 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1354 alphanbsd_pc_in_sigtramp.
1355 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
1356 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
1357
1358 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1359
1360 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
1361
1362 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1363
1364 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
1365 alphanbsd-tdep.c.
1366 (alphanbsd-nat.o): New dependency list.
1367 (alphanbsd-tdep.o): Ditto.
1368 * NEWS: Note new native NetBSD/alpha configuration.
1369 * alphanbsd-nat.c: New file.
1370 * alphanbsd-tdep.c: Ditto.
1371 * configure.host (alpha*-*-netbsd*): New host.
1372 * configure.tgt (alpha*-*-netbsd*): New target.
1373 * config/alpha/nbsd.mh: New file.
1374 * config/alpha/nbsd.mt: Ditto.
1375 * config/alpha/nm-nbsd.h: Ditto.
1376 * config/alpha/tm-nbsd.h: Ditto.
1377
1378 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1379
1380 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
1381 (alpha-osf1-tdep.o): New dependency list.
1382 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
1383 and skip_sigtramp_frame members.
1384 * alpha-linux-tdep.c: Include gdbcore.h.
1385 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
1386 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
1387 * alpha-osf1-tdep.c: New file.
1388 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
1389 alpha-osf1-dep.c.
1390 (alpha_frame_past_sigtramp_frame): New function.
1391 (alpha_dynamic_sigtramp_offset): Ditto.
1392 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
1393 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
1394 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
1395 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
1396 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
1397 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
1398 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
1399 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
1400 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
1401 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
1402 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
1403 to find_solib_trampoline_target.
1404 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
1405 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
1406 (SKIP_TRAMPOLINE_CODE): Remove.
1407 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1408 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1409 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
1410 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
1411 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
1412 (PROC_SIGTRAMP_MAGIC): Ditto.
1413 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1414 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1415 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1416 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
1417 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
1418
1419 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1420
1421 * NEWS: Note that Alpha targets are now multi-arch.
1422
1423 2002-04-24 Michael Snyder <msnyder@redhat.com>
1424
1425 * parser-defs.h (prev_lexptr): New external variable.
1426 * parse.c (parse_exp_1): Set prev_lexptr to null before
1427 calling the language-specific parser.
1428 * c-exp.y (yylex): Set prev_lexptr to start of current token.
1429 (yyerror): Use prev_lexptr in error reporting.
1430
1431 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
1432
1433 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
1434 * gregset.h: If FILL_FPXREGSET is defined, provide
1435 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
1436 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
1437 is defined, call fill_fpxregset.
1438
1439 2002-04-24 Roland McGrath <roland@frob.com>
1440
1441 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
1442 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
1443 (supply_gregset, supply_fpregset): New functions.
1444
1445 * gnu-nat.c (gnu_find_memory_regions): New function.
1446 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
1447 (gnu_xfer_memory): Add a cast.
1448
1449 2002-04-24 Michael Snyder <msnyder@redhat.com>
1450
1451 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
1452 loop. Add handling for "str lr, [sp, #-4]!" and for saves
1453 of argument regs ("str r(0123), [r11, #-nn"]).
1454 (arm_skip_prologue): Better handling for frameless functions.
1455 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
1456 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
1457
1458 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
1459
1460 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
1461 NUM_PSEUDO_REGS can be used.
1462
1463 2002-04-24 Andrew Cagney <ac131313@redhat.com>
1464
1465 * arch-utils.h: Update copyright.
1466
1467 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
1468 * gdbarch.h, gdbarch.c: Re-generate.
1469
1470 * inferior.h (IN_SIGTRAMP): Delete definition.
1471 * arch-utils.c (legacy_pc_in_sigtramp): New function.
1472 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
1473
1474 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
1475 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
1476 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
1477 (find_proc_framesize): Ditto.
1478 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
1479 (alpha_init_extra_frame_info): Ditto.
1480 * infrun.c (handle_inferior_event): Ditto.
1481 (handle_inferior_event): Ditto.
1482 (check_sigtramp2): Ditto.
1483 * blockframe.c (create_new_frame): Ditto.
1484 (get_prev_frame): Ditto.
1485 * ppc-linux-tdep.c: Update comments.
1486 * i386-linux-tdep.c: Update comments.
1487 * breakpoint.c (bpstat_what): Update comment.
1488
1489 2002-04-24 Michal Ludvig <mludvig@suse.cz>
1490
1491 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
1492 (regsets_store_inferior_registers): Removed cast to int from
1493 ptrace() calls.
1494 * gdbserver/regcache.h: Added declaration of struct inferior_info.
1495
1496 2002-04-24 David S. Miller <davem@redhat.com>
1497
1498 * i960-tdep.c (register_in_window_p): New function.
1499 (i960_find_saved_register): Use it instead of
1500 REGISTER_IN_WINDOW_P.
1501 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
1502
1503 * symtab.h (find_stab_function_addr): Kill extern.
1504 * minsyms.c (find_stab_function_addr): Remove from here...
1505 * dbxread.c: ... to here, and mark it static.
1506
1507 2002-04-20 David S. Miller <davem@redhat.com>
1508
1509 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
1510 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
1511
1512 2002-04-21 David S. Miller <davem@redhat.com>
1513
1514 * remote-vxsparc.c (vx_read_register): Fix typo, we want
1515 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
1516 (vx_write_register): Likewise.
1517
1518 2002-04-23 J. Brobecker <brobecker@gnat.com>
1519
1520 * source.c (is_regular_file): New function.
1521 (openp): Check wether file to open is a regular file
1522 to avoid opening directories.
1523
1524 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1525
1526 * findvar.c (extract_signed_integer): Cast printf argument
1527 to suppress format warning.
1528 (extract_unsigned_integer): Likewise.
1529 * infcmd.c (registers_info): Likewise.
1530 * top.c (get_prompt_1): Likewise.
1531 * valops.c (value_assign): Likewise.
1532 * valprint.c (print_decimal): Likewise.
1533
1534 2002-04-22 H.J. Lu (hjl@gnu.org)
1535
1536 * c-exp.y (typebase): Support
1537
1538 [long|long long|short] [signed|unsigned] [int|]
1539
1540 and
1541
1542 signed [long|long long|short] int
1543
1544 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1545
1546 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
1547 and vax-tdep.h.
1548 * vax-tdep.h: New file.
1549 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
1550 Make several routines static.
1551 (vax_get_saved_register): New function.
1552 (vax_gdbarch_init): New function.
1553 (_initialize_vax_tdep): Register vax_gdbarch_init.
1554 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
1555 Remove macros now under the control of gdbarch.
1556
1557 2002-04-22 Michael Snyder <msnyder@redhat.com>
1558
1559 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
1560 Some whitespace and coding standards tweaks.
1561
1562 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1563
1564 * vax-tdep.c: Include regcache.h.
1565 (vax_call_dummy_words): New.
1566 (sizeof_vax_call_dummy_words): New.
1567 (vax_fix_call_dummy): New function.
1568 (vax_saved_pc_after_call): Ditto.
1569 * config/vax/tm-vax.h: Don't include regcache.h.
1570 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
1571 (CALL_DUMMY): Remove.
1572 (CALL_DUMMY_WORDS): Define.
1573 (SIZEOF_CALL_DUMMY_WORDS): Define.
1574 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
1575
1576 2002-04-18 Michael Snyder <msnyder@redhat.com>
1577
1578 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
1579
1580 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1581
1582 * vax-tdep.c (vax_frame_chain): New function.
1583 (vax_push_dummy_frame): Ditto.
1584 (vax_pop_frame): Ditto.
1585 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
1586 (FRAMELESS_FUNCTION_INVOCATION): Use
1587 generic_frameless_function_invocation_not.
1588 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
1589 (POP_FRAME): Use vax_pop_frame.
1590
1591 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1592
1593 * vax-tdep.c (vax_store_struct_return): New function.
1594 (vax_extract_return_value): Ditto.
1595 (vax_store_return_value): Ditto.
1596 (vax_extract_struct_value_address): Ditto.
1597 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
1598 vax_store_struct_return.
1599 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
1600 (STORE_RETURN_VALUE): Use vax_store_return_value.
1601 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
1602
1603 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1604
1605 * vax-tdep.c (vax_frame_saved_pc): New function.
1606 (vax_frame_args_address_correct): Ditto.
1607 (vax_frame_args_address): Ditto.
1608 (vax_frame_locals_address): Ditto.
1609 (vax_frame_num_args): Move code to be in proximity to
1610 other frame-related functions.
1611 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
1612 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
1613 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
1614 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
1615 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
1616
1617 2002-04-22 H.J. Lu (hjl@gnu.org)
1618
1619 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
1620 includedir.
1621
1622 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1623
1624 * vax-tdep.c (vax_frame_init_saved_regs): New function.
1625 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
1626 (FRAME_INIT_SAVED_REGS): New macro.
1627
1628 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1629
1630 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
1631
1632 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1633
1634 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
1635 where needed.
1636 (fetch_osf_core_registers): Likewise.
1637 (supply_gregset): Likewise.
1638
1639 2002-04-22 J. Brobecker <brobecker@gnat.com>
1640
1641 * symfile.h (get_section_index): Define.
1642 * symfile.c (get_section_index): New function.
1643 * mdebugread.c (SC_IS_SBSS): New macro.
1644 (SC_IS_BSS): Return true for the scBss storage class only, as
1645 the scSBss storage class refers to the .sbss section.
1646 (parse_partial_symbols): Discard the symbols which associated
1647 section does not exist.
1648 Make sure to use the .sbss section index for symbols which
1649 storage class is scBss, rather than using the .bss section index.
1650
1651 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1652
1653 * vax-tdep.c: Update copyright years.
1654 (vax_register_name): New function.
1655 (vax_register_byte): Ditto.
1656 (vax_register_raw_size): Ditto.
1657 (vax_register_virtual_size): Ditto.
1658 (vax_register_virtual_type): Ditto.
1659 * config/vax/tm-vax.h: Update copyright years.
1660 (REGISTER_NAMES): Remove.
1661 (REGISTER_NAME): Define.
1662 (REGISTER_BYTE): Use vax_register_byte.
1663 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
1664 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
1665 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
1666
1667 2002-04-21 Andrew Cagney <ac131313@redhat.com>
1668
1669 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
1670 declaration
1671 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
1672
1673 2002-04-21 David S. Miller <davem@redhat.com>
1674
1675 * arch-utils.c (generic_prologue_frameless_p): Kill
1676 SKIP_PROLOGUE_FRAMELESS_P code.
1677 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
1678 references.
1679 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
1680 * arc-tdep.c (arc_prologue_frameless_p): Implement.
1681 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
1682 references.
1683 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
1684 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
1685 (sparc_gdbarch_init): Pass it to
1686 set_gdbarch_prologue_frameless_p.
1687
1688 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1689
1690 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
1691 (alphabsd-nat.o): New dependency list.
1692
1693 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1694
1695 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
1696 alphafbsd-tdep.c.
1697 (alpha-linux-tdep.o): New dependency list.
1698 (alphafbsd-tdep.o): Likewise.
1699
1700 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1701
1702 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
1703 to here...
1704 * alpha-tdep.c: ...from here.
1705 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
1706
1707 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1708
1709 * config/alpha/tm-alpha.h: Move alpha_software_single_step
1710 prototype from here...
1711 * alpha-tdep.h: ...to here.
1712
1713 2002-04-21 Andrew Cagney <ac131313@redhat.com>
1714
1715 * frame.h (selected_frame_level): Document as deprecated.
1716 (frame_relative_level): Declare.
1717 * stack.c (frame_relative_level): New function.
1718 (selected_frame_level): Document as deprecated.
1719 (select_frame): Do not set the selected_frame_level.
1720
1721 * stack.c (frame_info, record_selected_frame): Update.
1722 (frame_command, current_frame_command): Update.
1723 (up_silently_base, up_command, down_silently_base): Update.
1724 (down_command): Update.
1725 * inflow.c (kill_command): Update.
1726 * tracepoint.c (finish_tfind_command): Update.
1727 * corelow.c (core_open): Update.
1728 * thread.c (info_threads_command): Update.
1729 (do_captured_thread_select): Update.
1730 * infcmd.c (finish_command): Update.
1731 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
1732
1733 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1734
1735 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
1736
1737 2002-04-21 Andrew Cagney <ac131313@redhat.com>
1738
1739 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
1740 type const.
1741
1742 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1743
1744 * alphafbsd-tdep.c: Update copyright years. Include
1745 alpha-tdep.h.
1746 (alphafbsd_use_struct_convention): Make static.
1747 (alphafbsd_init_abi): New function.
1748 (_initialize_alphafbsd_tdep): New function.
1749 * config/alpha/tm-fbsd.h: Update copyright years.
1750 (USE_STRUCT_CONVENTION): Remove.
1751
1752 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1753
1754 * alpha-tdep.c (alpha_abi_handler): New structure to describe
1755 an Alpha ABI variant.
1756 (alpha_abi_handler_list): Declare.
1757 (alpha_gdbarch_register_os_abi): New function.
1758 (alpha_gdbarch_init): Give registered ABI variant handlers a
1759 chance to tweak the gdbarch once we have set up defaults.
1760 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
1761
1762 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1763
1764 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
1765 to standard_coerce_float_to_double.
1766 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
1767
1768 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1769
1770 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
1771 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
1772 from gdbarch_tdep rather than a constant.
1773 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
1774 the default text address for all Alpha Unix ABIs.
1775 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
1776 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
1777
1778 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1779
1780 * alpha-tdep.h: New file. Includes several Alpha target constants
1781 taken from...
1782 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
1783 let gdbarch deal with.
1784 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
1785 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
1786 to dependency list.
1787 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
1788 Alpha target register names.
1789 * alphabsd-nat.c: Likewise.
1790 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
1791 Alpha target register names. Make serveral routines static.
1792 (alpha_get_saved_register): New function.
1793 (alpha_abi_names): New.
1794 (process_note_abi_tag_sections): New function.
1795 (get_elfosabi): New function.
1796 (alpha_gdbarch_init): New function.
1797 (alpha_dump_tdep): New function.
1798 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
1799
1800 2002-04-21 Andrew Cagney <ac131313@redhat.com>
1801
1802 * frame.c (find_saved_register): Delete #ifdef
1803 HAVE_REGISTER_WINDOWS code.
1804 * config/sparc/tm-sparc.h: Update comments.
1805 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
1806
1807 2002-04-21 Andrew Cagney <ac131313@redhat.com>
1808
1809 * i960-tdep.c (i960_find_saved_register): New function.
1810 (i960_get_saved_register): New function.
1811 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
1812 (i960_get_saved_register): Declare.
1813 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
1814
1815 2002-04-20 David S. Miller <davem@redhat.com>
1816
1817 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
1818
1819 2002-04-20 Andrew Cagney <ac131313@redhat.com>
1820
1821 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
1822 instead of NUM_PSEUDO_REGS.
1823
1824 2002-04-20 David S. Miller <davem@redhat.com>
1825
1826 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
1827 GDB_MULTI_ARCH_PARTIAL
1828 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
1829 define, let tm-sp64.h do it.
1830
1831 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
1832
1833 * frame.c (find_saved_register): Avoid a NULL pointer
1834 dereference and actually walk the frame list.
1835
1836 2002-04-20 Andrew Cagney <ac131313@redhat.com>
1837
1838 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
1839 sorted in most most-recent-used order. Document.
1840 * gdbarch.h, gdbarch.c: Regenerate.
1841
1842 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
1843
1844 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
1845 (add_inferior): Call create_register_cache.
1846 (clear_inferiors): Call free_register_cache.
1847 (inferior_regcache_data, set_inferior_regcache_data): New functions.
1848 * gdbserver/regcache.c (struct inferior_regcache_data): New.
1849 (registers): Remove.
1850 (get_regcache): New function.
1851 (create_register_cache, free_register_cache): New functions.
1852 (set_register_cache): Don't initialize the register cache here.
1853 (registers_to_string, registers_from_string, register_data): Call
1854 get_regcache.
1855 * gdbserver/regcache.h: Add prototypes.
1856 * gdbserver/server.h: Likewise.
1857
1858 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
1859
1860 * gdbserver/mem-break.c: New file.
1861 * gdbserver/mem-break.h: New file.
1862 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
1863 dependencies.
1864 * gdbserver/inferiors.c (struct inferior_info): Add target_data
1865 member.
1866 (clear_inferiors): Free target_data member if set.
1867 (inferior_target_data, set_inferior_target_data): New functions.
1868 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
1869 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
1870 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
1871 (struct inferior_linux_data): New.
1872 (linux_create_inferior): Use set_inferior_target_data.
1873 (linux_attach): Likewise. Call add_inferior.
1874 (linux_wait_for_one_inferior): New function.
1875 (linux_wait): Call it.
1876 (linux_write_memory): Add const.
1877 (initialize_low): Call set_breakpoint_data.
1878 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
1879 handling members.
1880 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
1881 call.
1882 * gdbserver/server.h: Include mem-break.h. Update inferior.c
1883 prototypes.
1884 * gdbserver/target.c (read_inferior_memory)
1885 (write_inferior_memory): New functions.
1886 * gdbserver/target.h (read_inferior_memory)
1887 (write_inferior_memory): Change macros to prototypes.
1888 (struct target_ops): Update comments. Add const to write_memory
1889 definition.
1890
1891 2002-04-19 Andrew Cagney <ac131313@redhat.com>
1892
1893 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
1894 instead of ->prev.
1895 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
1896 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
1897 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
1898 instead of ->prev.
1899
1900 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
1901
1902 Fix PR gdb/471.
1903 * gdbtypes.c (init_simd_type): Rewrite using new functions.
1904 (build_builtin_type_vec128): Ditto.
1905 (append_composite_type_field): Fix calculation of type length in
1906 union case.
1907
1908 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
1909
1910 * config/djgpp/README: Update.
1911
1912 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
1913 compiler warnings.
1914
1915 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
1916
1917 * alpha-tdep.c (setup_arbitrary_frame): Rename...
1918 (alpha_setup_arbitrary_frame): ...to this.
1919 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
1920 for alpha_setup_arbitrary_frame.
1921
1922 2002-04-18 Andrew Cagney <cagney@redhat.com>
1923
1924 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
1925 * gdbarch.h, gdbarch.c: Regenerate.
1926
1927 * defs.h (breakpoint_from_pc_fn): Delete type definition.
1928 * target.h (memory_breakpoint_from_pc): Update declaration.
1929 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
1930
1931 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
1932 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
1933 * mem-break.c (memory_breakpoint_from_pc): Ditto.
1934 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
1935 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
1936 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
1937 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
1938 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
1939 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
1940 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
1941 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
1942 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
1943
1944 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
1945 const pointer.
1946 * monitor.c (monitor_insert_breakpoint): Ditto.
1947 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
1948
1949 * config/mcore/tm-mcore.h: Update copyright.
1950 * mem-break.c: Ditto.
1951 * xstormy16-tdep.c: Ditto.
1952
1953 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
1954
1955 * p-exp.y: Add precedence rule for '^' token.
1956 This removes the shift/reduce conflicts.
1957 Remove the comment concerning these shift/reduce conflicts.
1958
1959 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
1960
1961 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
1962 (registers_powerpc_nofp): New register set for processors
1963 without floating point unit.
1964
1965 2002-04-18 David S. Miller <davem@redhat.com>
1966
1967 * MAINTAINERS: Add myself to write-after-approval.
1968
1969 2002-04-17 Michael Snyder <msnyder@redhat.com>
1970
1971 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
1972
1973 2002-04-17 Andrew Cagney <ac131313@redhat.com>
1974
1975 * rs6000-tdep.c (frame_initial_stack_address): Use
1976 frame_register_read to read the alloca_reg.
1977
1978 2002-04-17 Andrew Cagney <ac131313@redhat.com>
1979
1980 * frame.c (find_saved_register): Find saved registers in the next
1981 not prev frame.
1982 Fix PR gdb/365.
1983
1984 2002-04-17 Andrew Cagney <ac131313@redhat.com>
1985
1986 * gdbarch.sh (LANG): Set to ``c''.
1987
1988 2002-04-15 Andrew Cagney <ac131313@redhat.com>
1989
1990 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
1991
1992 2002-04-15 Andrew Cagney <ac131313@redhat.com>
1993
1994 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
1995 Update copyright.
1996
1997 * hpread.c (hpread_get_lntt): Add declaration.
1998 Also fix PR gdb/391.
1999
2000 2002-04-14 Andrew Cagney <ac131313@redhat.com>
2001
2002 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
2003 * aclocal.m4, configure: Re-generate.
2004 Fix PR gdb/391.
2005
2006 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
2007
2008 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
2009 instead of tm_print_insn.
2010
2011 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
2012
2013 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
2014
2015 2002-04-14 Andrew Cagney <ac131313@redhat.com>
2016
2017 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
2018 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
2019 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
2020
2021 2002-04-12 Don Howard <dhoward@redhat.com>
2022
2023 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
2024 max_user_call_depth.
2025 (init_cmd_lists): Initialize the new value;
2026 * cli/cli-script.c (execute_user_command): Limit the call depth of
2027 user defined commands. This avoids a core-dump when user commands
2028 are infinitly recursive.
2029
2030 2002-04-12 Kevin Buettner <kevinb@redhat.com>
2031
2032 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
2033 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
2034 from tdep struct instead of DEFAULT_LR_SAVE.
2035 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
2036 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
2037 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
2038
2039 2002-04-12 Michael Snyder <msnyder@redhat.com>
2040
2041 * Remote.c: Spelling fix.
2042 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
2043 If no symbol found for "sbrk", try "_sbrk".
2044 (make_output_phdrs): Use bfd_section_name.
2045 (gcore_copy_callback): Use bfd_section_name.
2046 * eval.c: Indentation fix-ups.
2047 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
2048 in case it gets applied to an address that is already
2049 in the instruction space.
2050 * cli/cli-decode.c (help_list): Allow long lines to wrap.
2051 * symfile.c: Fix indentation, long lines.
2052 * source.c: White space fix-up.
2053
2054 2002-04-12 Andrew Cagney <cagney@redhat.com>
2055
2056 * defs.h (read_relative_register_raw_bytes): Delete declaration.
2057 * frame.c (frame_register_read): New function. Return non-zero on
2058 success.
2059 (read_relative_register_raw_bytes_for_frame): Delete.
2060 (read_relative_register_raw_bytes): Delete.
2061 * frame.h (frame_register_read): Declare.
2062 * d30v-tdep.c: Update Copyright. Use frame_register_read.
2063 * sh-tdep.c: Ditto.
2064 * infcmd.c (do_registers_info): Ditto.
2065 * hppa-tdep.c: Ditto.
2066 * rs6000-tdep.c: Ditto.
2067 * h8500-tdep.c: Ditto.
2068 * mips-tdep.c: Ditto.
2069 * h8300-tdep.c: Ditto.
2070 * z8k-tdep.c: Ditto.
2071
2072 2002-04-12 Kevin Buettner <kevinb@redhat.com>
2073
2074 From Jimi X <jimix@watson.ibm.com>:
2075 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
2076 64-bit SysV ABI.
2077
2078 2002-04-12 Kevin Buettner <kevinb@redhat.com>
2079
2080 From Jimi X <jimix@watson.ibm.com>:
2081 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
2082 bfd info.
2083
2084 2002-04-12 Kevin Buettner <kevinb@redhat.com>
2085
2086 From Jimi X <jimix@watson.ibm.com>:
2087 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
2088 register sets for these processor variants.
2089
2090 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
2091
2092 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
2093 registers which are allowed to fail to store.
2094 * gdbserver/linux-low.h (linux_target_ops): Likewise.
2095 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
2096 (ppc_cannot_store_register): FPSCR may not be storable.
2097 * regformats/reg-ppc.dat: Support FPSCR.
2098
2099 2002-04-11 Kevin Buettner <kevinb@redhat.com>
2100
2101 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
2102 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
2103 Add fpscr as an invalid/unfetchable register.
2104 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
2105 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
2106 (fill_fpregset): Add support for register fpscr.
2107 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
2108 (fill_gregset): Account for the fact that register ``mq'' might
2109 not exist.
2110 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
2111 (registers_power): Add fpscr to register set at slot 71.
2112 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
2113 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
2114
2115 2002-04-11 Michael Snyder <msnyder@redhat.com>
2116
2117 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
2118 * configure: Regenerate.
2119 * config.in: Regenerate.
2120 * acconfig.h: Add define for _SYSCALL32.
2121 * core-sol2.c: Remove #define _SYSCALL32.
2122 * solib-legacy.c: Remove #define _SYSCALL32.
2123
2124 2002-04-10 Andrew Cagney <ac131313@redhat.com>
2125
2126 * stack.c (select_frame): Cleanup internal error message, do not
2127 use %p.
2128
2129 2002-04-10 Andrew Cagney <ac131313@redhat.com>
2130
2131 * stack.c (select_frame): Check that selected_frame and the
2132 specified level are as expected.
2133 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
2134 Update copyright.
2135 * frame.h (struct frame_info): Add field `level'. Update
2136 copyright.
2137 Work-in-progress PR gdb/464.
2138
2139 2002-04-10 Andrew Cagney <ac131313@redhat.com>
2140
2141 * maint.c (maint_print_section_info): Rename print_section_info.
2142 (print_bfd_section_info, print_objfile_section_info): Update.
2143 * inferior.h (struct gdbarch): Add opaque declaration.
2144 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
2145 * gdbarch.h: Regenerate.
2146
2147 2002-04-10 Michal Ludvig <mludvig@suse.cz>
2148
2149 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
2150 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
2151 (kernel_u_size): Added.
2152 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
2153 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
2154
2155 2002-04-04 Jim Ingham <jingham@apple.com>
2156
2157 * valarith.c (find_size_for_pointer_math): New function, either returns
2158 the size for a pointer's target, returns 1 for void *, or errors for
2159 incomplete types.
2160 (value_add, value_sub): use find_size_for_pointer_math.
2161
2162 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2163
2164 * linux-low.c (linux_look_up_symbols): New hook.
2165 (linux_target_ops): Add linux_look_up_symbols.
2166 * remote-utils.c (decode_address): New function.
2167 (look_up_one_symbol): New function.
2168 * server.c (handle_query): Call target look_up_symbols hook.
2169 * server.h (look_up_one_symbol): Add prototype.
2170 * target.h (struct target_ops): Add look_up_symbols hook.
2171
2172 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2173
2174 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
2175 * ChangeLog: Correct paths in last ChangeLog entry.
2176
2177 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2178
2179 * gdbserver/linux-low.h: Remove obsolete prototypes.
2180 (struct linux_target_ops): New.
2181 (extern the_low_target): New.
2182 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
2183 (register_addr): Use the_low_target explicitly.
2184 (fetch_register): Likewise.
2185 (usr_fetch_inferior_registers): Likewise.
2186 (usr_store_inferior_registers): Likewise.
2187 * gdbserver/linux-arm-low.c (num_regs): Remove.
2188 (arm_num_regs): Define.
2189 (arm_regmap): Renamed from regmap, made static.
2190 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
2191 made static.
2192 (arm_cannot_store_register): Renamed from cannot_store_register,
2193 made static.
2194 (the_low_target): New.
2195 * gdbserver/linux-i386-low.c (num_regs): Remove.
2196 (i386_num_regs): Define.
2197 (i386_regmap): Renamed from regmap, made static.
2198 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
2199 made static.
2200 (i386_cannot_store_register): Renamed from cannot_store_register,
2201 made static.
2202 (the_low_target): New.
2203 * gdbserver/linux-ia64-low.c (num_regs): Remove.
2204 (ia64_num_regs): Define.
2205 (ia64_regmap): Renamed from regmap, made static.
2206 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
2207 made static.
2208 (ia64_cannot_store_register): Renamed from cannot_store_register,
2209 made static.
2210 (the_low_target): New.
2211 * gdbserver/linux-m68k-low.c (num_regs): Remove.
2212 (m68k_num_regs): Define.
2213 (m68k_regmap): Renamed from regmap, made static.
2214 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
2215 made static.
2216 (m68k_cannot_store_register): Renamed from cannot_store_register,
2217 made static.
2218 (the_low_target): New.
2219 * gdbserver/linux-mips-low.c (num_regs): Remove.
2220 (mips_num_regs): Define.
2221 (mips_regmap): Renamed from regmap, made static.
2222 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
2223 made static.
2224 (mips_cannot_store_register): Renamed from cannot_store_register,
2225 made static.
2226 (the_low_target): New.
2227 * gdbserver/linux-ppc-low.c (num_regs): Remove.
2228 (ppc_num_regs): Define.
2229 (ppc_regmap): Renamed from regmap, made static.
2230 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
2231 made static.
2232 (ppc_cannot_store_register): Renamed from cannot_store_register,
2233 made static.
2234 (the_low_target): New.
2235 * gdbserver/linux-s390-low.c (num_regs): Remove.
2236 (s390_num_regs): Define.
2237 (s390_regmap): Renamed from regmap, made static.
2238 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
2239 made static.
2240 (s390_cannot_store_register): Renamed from cannot_store_register,
2241 made static.
2242 (the_low_target): New.
2243 * gdbserver/linux-sh-low.c (num_regs): Remove.
2244 (sh_num_regs): Define.
2245 (sh_regmap): Renamed from regmap, made static.
2246 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
2247 made static.
2248 (sh_cannot_store_register): Renamed from cannot_store_register,
2249 made static.
2250 (the_low_target): New.
2251 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
2252 (the_low_target): New.
2253
2254 2002-04-09 Andrew Cagney <ac131313@redhat.com>
2255
2256 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
2257 override FP_REGNUM with frame->fp. Update copyright.
2258 * parse.c (num_std_regs, std_regs): Delete.
2259 (target_map_name_to_register): Do not search std_regs. Update
2260 function description.
2261 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
2262 declarations. Update copyright.
2263 Fix PR gdb/251.
2264
2265 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2266
2267 * gdbserver/Makefile.in: Add stamp-h target.
2268 * gdbserver/configure.in: Create stamp-h.
2269 * gdbserver/configure: Regenerated.
2270
2271 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2272
2273 * gdbserver/inferiors.c: New file.
2274 * gdbserver/target.c: New file.
2275 * gdbserver/target.h: New file.
2276 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
2277 dependencies.
2278 * gdbserver/linux-low.c (inferior_pid): New static variable,
2279 moved from server.c.
2280 (linux_create_inferior): Renamed from create_inferior.
2281 Call add_inferior. Return 0 on success instead of a PID.
2282 (linux_attach): Renamed from myattach.
2283 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
2284 (linux_thread_alive): Renamed from mythread_alive.
2285 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
2286 child dies.
2287 (linux_resume): Renamed from myresume. Add missing ``return 0''.
2288 (regsets_store_inferior_registers): Correct error message.
2289 Add missing ``return 0''.
2290 (linux_fetch_registers): Renamed from fetch_inferior_registers.
2291 (linux_store_registers): Renamed from store_inferior_registers.
2292 (linux_read_memory): Renamed from read_inferior_memory.
2293 (linux_write_memory): Renamed from write_inferior_memory.
2294 (linux_target_ops): New structure.
2295 (initialize_low): Call set_target_ops ().
2296 * gdbserver/remote-utils.c (unhexify): New function.
2297 (hexify): New function.
2298 (input_interrupt): Send signals to ``signal_pid''.
2299 * gdbserver/server.c (inferior_pid): Remove.
2300 (start_inferior): Update create_inferior call.
2301 (attach_inferior): Call add_inferior.
2302 (handle_query): New function.
2303 (main): Call handle_query for `q' packets.
2304 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
2305 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
2306
2307 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2308
2309 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
2310 dependencies.
2311 * gdbserver/configure.in: Check for <string.h>
2312 * gdbserver/configure: Regenerate.
2313 * gdbserver/config.in: Regenerate.
2314 * gdbserver/gdbreplay.c: Include needed system headers.
2315 (remote_open): Remove strchr prototype.
2316 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
2317 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
2318 (supply_register_by_name): Likewise.
2319 (collect_register): Change buf argument to void *.
2320 (collect_register_by_name): Likewise.
2321 * gdbserver/regcache.h: Add missing prototypes.
2322 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
2323 * gdbserver/server.c (handle_query): New function.
2324 (attached): New static variable, moved out of main.
2325 (main): Quiet longjmp clobber warnings.
2326 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
2327 * gdbserver/utils.c (error): Remove NORETURN.
2328 (fatal): Likewise.
2329
2330 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2331
2332 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
2333 after the last symbol in a block.
2334
2335 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
2336
2337 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
2338 is non zero as a found symbol.
2339
2340 2002-04-08 Andrew Cagney <ac131313@redhat.com>
2341
2342 * findvar.c: Include "builtin-regs.h".
2343 (value_of_register): Call value_of_builtin_reg when applicable.
2344 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
2345 (target_map_name_to_register): Call
2346 builtin_reg_map_name_to_regnum.
2347 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
2348 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
2349 (builtin_regs_h): Define.
2350 (builtin-regs.o): New target.
2351 (findvar.o): Add $(builtin_regs_h).
2352 * builtin-regs.c, builtin-regs.h: New files.
2353 * std-regs.c: New file.
2354 Partial fix for PR gdb/251.
2355
2356 2002-04-08 Kevin Buettner <kevinb@redhat.com>
2357
2358 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
2359 it's no longer required.
2360
2361 2002-04-08 Andrew Cagney <ac131313@redhat.com>
2362
2363 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
2364
2365 2002-04-08 Kevin Buettner <kevinb@redhat.com>
2366
2367 From Jimi X <jimix@watson.ibm.com>:
2368 * rs6000-tdep.c (rs6000_software_single_step): Use
2369 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
2370 and size. Use target_insert_breakpoint() and
2371 target_remove_breakpoint() to insert and remove breakpoints
2372 instead of explicit memory reads and writes.
2373
2374 2002-04-08 Kevin Buettner <kevinb@redhat.com>
2375
2376 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
2377 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
2378 ELF_OBJECT_FORMAT ifdef.
2379
2380 2002-04-08 Kevin Buettner <kevinb@redhat.com>
2381
2382 From Jimi X <jimix@watson.ibm.com>:
2383 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
2384
2385 2002-04-08 Kevin Buettner <kevinb@redhat.com>
2386
2387 From Jimi X <jimix@watson.ibm.com>:
2388 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
2389 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
2390
2391 2002-04-07 Mark Kettenis <kettenis@gnu.org>
2392
2393 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
2394 s/asprintf/xasprintf/.
2395 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
2396
2397 2002-04-07 Andrew Cagney <ac131313@redhat.com>
2398
2399 I believe Jeff Law denies responsability for this one:
2400 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
2401 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
2402 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
2403 Work-around for PR gdb/366.
2404
2405 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
2406
2407 * remote-e7000.c (write_small, e7000_read_inferior_memory,
2408 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
2409 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
2410
2411 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
2412
2413 * sh-tdep.c (sh_fp_frame_init_saved_regs,
2414 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
2415 information.
2416
2417 2002-04-07 Andrew Cagney <ac131313@redhat.com>
2418
2419 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
2420 maintainer.
2421
2422 2002-04-07 Andrew Cagney <ac131313@redhat.com>
2423
2424 * README (Reporting Bugs in GDB): Document the bug web page as the
2425 prefered way of submitting bugs.
2426 Fix PR gdb/402.
2427
2428 2002-04-06 Andrew Cagney <ac131313@redhat.com>
2429
2430 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
2431 -1. Update comment.
2432 * gdbarch.h, gdbarch.c: Re-generate.
2433
2434 2002-04-07 Andreas Schwab <schwab@suse.de>
2435
2436 * m68klinux-nat.c (fill_fpregset): Properly pass address of
2437 buffer to regcache_collect.
2438
2439 2002-04-06 Andrew Cagney <ac131313@redhat.com>
2440
2441 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
2442 * gdbarch.c, gdbarch.h: Re-generate.
2443
2444 2002-04-06 Andrew Cagney <ac131313@redhat.com>
2445
2446 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
2447 declaration. Fix -Werror.
2448
2449 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
2450
2451 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
2452 * gdbarch.c: Regenerate.
2453
2454 2002-04-05 Michael Snyder <msnyder@redhat.com>
2455
2456 * breakpoint.c (clear_command): Rewrite middle section to
2457 combine two loops with identical control conditions.
2458 Add a cleanup to eliminate a memory leak.
2459 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
2460
2461 2002-04-05 H.J. Lu (hjl@gnu.org)
2462
2463 * solib-svr4.c (bkpt_names): Add "__start".
2464
2465 2002-04-04 Andrew Cagney <ac131313@redhat.com>
2466
2467 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
2468 as test for 64 bit target.
2469
2470 2002-04-05 Andrew Cagney <ac131313@redhat.com>
2471
2472 * h8500-tdep.c (h8500_write_fp): Delete function.
2473 * dwarf2cfi.c (cfi_write_fp): Document as not used.
2474 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
2475 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
2476 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
2477 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
2478 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
2479 (s390_write_fp):
2480 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
2481 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
2482 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
2483 (d10v_write_fp): Delete function.
2484 * inferior.h (write_fp, generic_target_write_fp): Delete
2485 declarations.
2486 * regcache.c (generic_target_write_fp): Delete function.
2487 (write_fp): Delete function.
2488 * gdbarch.sh (TARGET_WRITE_FP): Delete.
2489 * gdbarch.h, gdbarch.c: Regenerate.
2490 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
2491 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
2492 (sparc64_write_fp): Delete declaration.
2493 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
2494 (h8500_write_fp): Delete declaration.
2495
2496 2002-04-04 Andrew Cagney <ac131313@redhat.com>
2497
2498 * sparc-tdep.c (sparc64_write_fp): Delete.
2499 (sparc_push_dummy_frame): Replace write_fp call with code to store
2500 the FP directly.
2501 (sparc_gdbarch_init): Do not initialize write_fp.
2502
2503 2002-04-05 Kevin Buettner <kevinb@redhat.com>
2504
2505 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
2506 clause.
2507
2508 2002-03-29 Jim Blandy <jimb@redhat.com>
2509
2510 * stack.c (get_selected_block): Add new argument `addr_in_block',
2511 used to return the exact code address we used to select the block,
2512 not just the block.
2513 * blockframe.c (get_frame_block, get_current_block): Same.
2514 * frame.h (get_frame_block, get_current_block,
2515 get_selected_block): Update declarations.
2516 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
2517 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
2518
2519 2002-04-05 Michael Snyder <msnyder@redhat.com>
2520
2521 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
2522 warning message.
2523
2524 2002-04-05 J. Brobecker <brobecker@gnat.com>
2525
2526 * utils.c (xfullpath): New function.
2527 * defs.h (xfullpath): Add declaration.
2528 * source.c (openp): Use xfullpath in place of gdb_realpath to
2529 avoid resolving the basename part of filenames when the
2530 associated file is a symbolic link. This fixes a potential
2531 inconsistency between the filenames known to GDB and the
2532 filenames it prints in the annotations.
2533 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
2534 to be able to match a filename with either the real filename, or
2535 the name of any symbolic link to this file.
2536 (lookup_partial_symtab): Ditto.
2537
2538 2002-04-04 Michael Snyder <msnyder@redhat.com>
2539
2540 * breakpoint.c: Add support for hardware breakpoints in overlays.
2541 (overlay_events_enabled): New state variable.
2542 (insert_breakpoints): Use overlay_events_enabled to decide
2543 whether to attempt to set a breakpoint at the overlay load addr.
2544 Handle bp_hardware_breakpoint as well as bp_breakpoint.
2545 (remove_breakpoint): Use overlay_events_enabled to decide
2546 whether breakpoints need to be removed from overlay load addr.
2547 Handle bp_hardware_breakpoint as well as bp_breakpoint.
2548 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
2549 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
2550 disable_overlay_breakpoints): Update overlay_events_enabled.
2551
2552 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
2553
2554 * dwarf2read.c (struct function_range): New.
2555 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
2556 (check_cu_functions): New.
2557 (read_file_scope): Initialize global function lists.
2558 Call dwarf_decode_line after processing children.
2559 (read_func_scope): Add to global function list.
2560 (dwarf_decode_lines): Call check_cu_functions everywhere
2561 record_line is called. Call record_line with a linenumber
2562 of 0 to mark sequence ends.
2563
2564 2002-04-04 Michal Ludvig <mludvig@suse.cz>
2565
2566 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
2567 change sync with glibc.
2568
2569 2002-04-03 Jim Blandy <jimb@redhat.com>
2570
2571 * configure.in: Call AC_C_INLINE.
2572 * configure: Regenerated.
2573
2574 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
2575
2576 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
2577 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
2578
2579 2002-03-31 Mark Kettenis <kettenis@gnu.org>
2580
2581 * NEWS: Mention gcore support on FreeBSD/i386.
2582
2583 * fbsd-proc.c: New file.
2584 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
2585 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
2586
2587 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
2588 while statement.
2589
2590 2002-03-29 Jim Blandy <jimb@redhat.com>
2591
2592 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
2593 unescaped newlines in string literals, but newer ones don't. So
2594 escape them.
2595
2596 2002-03-26 Michael Snyder <msnyder@redhat.com>
2597 Andrew Cagney <cagney@redhat.com>
2598
2599 * cli/cli-dump.c: New file. Dump memory to file,
2600 restore file to memory.
2601 * cli/cli-dump.h: New file.
2602 * Makefile.in: Add rules, dependencies for cli-dump.o.
2603 * NEWS: Mention new commands.
2604
2605 2002-03-28 Michael Snyder <msnyder@redhat.com>
2606
2607 * symfile.c (symbol_file_add): Move test for null symbols to later.
2608
2609 2002-03-27 Andrew Cagney <ac131313@redhat.com>
2610
2611 From veksler at il.ibm.com:
2612 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
2613 the xstrduped original path.
2614 Fix PR gdb/417.
2615
2616 2002-03-27 Michael Snyder <msnyder@redhat.com>
2617
2618 * breakpoint.c (_initialize_breakpoint): Clean up help string.
2619 * infcmd.c (_initialize_infcmd): Ditto.
2620 * language.c (_initialize_language): Ditto.
2621 * symfile.c (_initialize_symfile): Ditto.
2622 * top.c (_init_main): Ditto.
2623 * cli/cli-cmds.c (init_cli_cmds): Ditto.
2624
2625 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
2626
2627 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
2628 vector registers handling.
2629 (skip_prologue): Handle new AltiVec instructions. Fill in new
2630 fields of frame data.
2631 (frame_get_saved_regs): Fill in information for AltiVec registers.
2632
2633 2002-03-27 Jim Blandy <jimb@redhat.com>
2634
2635 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
2636 a function; leave this macro here to invoke that function.
2637 (symbol_init_mangled_name): Declaration for that function.
2638 * symtab.c (symbol_init_mangled_name): New function.
2639
2640 2002-03-27 Andrew Cagney <ac131313@redhat.com>
2641
2642 * valarith.c: Replace strerror with safe_strerror.
2643 * tracepoint.c: Ditto.
2644 * lin-lwp.c: Ditto.
2645 * go32-nat.c: Ditto.
2646 * inflow.c: Ditto.
2647 * gnu-nat.c: Ditto.
2648
2649 2002-03-27 Andreas Schwab <schwab@suse.de>
2650
2651 * event-top.c (command_line_handler): Remove useless if.
2652
2653 2002-03-27 Andreas Jaeger <aj@suse.de>
2654
2655 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
2656 comment.
2657
2658 2002-03-27 Michal Ludvig <mludvig@suse.cz>
2659
2660 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
2661 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
2662 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
2663 (x86_64_linux_dr_get_status, supply_gregset),
2664 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
2665 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
2666 (x86_64_register_info_table): Add.
2667 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
2668 (x86_64_register_raw_size, x86_64_register_virtual_type),
2669 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
2670 general x86_64_register_info_table.
2671 (i386_gdbarch_init): gdbarch_register_bytes is now set
2672 dynamicaly during initialization.
2673 * regformats/reg-x86-64.dat: Synced with changes to registers above.
2674 * gdbserver/linux-x86-64-low.c: Ditto.
2675
2676 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
2677
2678 * gdbserver/server.c (main): Call target_signal_to_host_p
2679 and target_signal_to_host on signals received from the remote.
2680 * gdbserver/remote-utils.c (prepare_resume_reply): Call
2681 target_signal_from_host on signals sent to the remote.
2682 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
2683 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
2684
2685 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
2686
2687 * signals/signals.c: Include "server.h" in gdbserver build.
2688 (target_signal_from_name): Don't use STREQ.
2689 (_initialize_signals): Likewise. Don't include function in
2690 gdbserver build.
2691
2692 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
2693
2694 * signals.c: Moved to...
2695 * signals/signals.c: Here.
2696 * Makefile (signals.o): Update.
2697
2698 2002-03-26 Jeff Law (law@redhat.com)
2699
2700 * somread.c (som_symtab_read): Remove some commented out code and
2701 updated related comments. Do not set the minimal symbol table to
2702 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
2703 in a dynamic executable.
2704 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
2705 where we are unable to find the minimal symbol for the given
2706 PC value.
2707
2708 2002-03-25 Jeff Law (law@redhat.com)
2709
2710 * linux-proc.c (read_mapping): Scan up to end of line for filename.
2711
2712 2002-03-25 Michal Ludvig <mludvig@suse.cz>
2713
2714 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
2715
2716 2002-03-23 Andrew Cagney <ac131313@redhat.com>
2717
2718 * command.h: Update copyright.
2719 (struct cmd_list_element): Replace definition with opaque
2720 declaration.
2721 (enum cmd_types): Document that it will eventually be moved to
2722 cli/cli-decode.h
2723 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
2724 (MALLOCED_REPLACEMENT): Delete macro.
2725 * Makefile.in (cli_decode_h): Add $(command_h).
2726 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
2727 * top.c: Include "cli/cli-decode.h".
2728 * completer.c: Include "cli/cli-decode.h".
2729 * maint.c: Include "cli/cli-decode.h".
2730 * cli/cli-decode.h: Include "command.h".
2731 (enum command_class): Delete.
2732 (enum cmd_types): Comment out.
2733 (enum cmd_auto_boolean): Delete.
2734 (enum var_types): Delete.
2735
2736 2002-03-23 Andrew Cagney <ac131313@redhat.com>
2737
2738 * cli/cli-decode.c: Include "gdb_assert.h".
2739 (add_set_or_show_cmd): New static function.
2740 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
2741 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
2742 all fields, such as func, from the set command.
2743
2744 2002-03-23 Andrew Cagney <ac131313@redhat.com>
2745
2746 * MAINTAINERS (sh-elf): Change warning flag to -w.
2747
2748 2002-03-23 Andrew Cagney <cagney@redhat.com>
2749
2750 * defs.h (error): Add printf format attribute.
2751 * thread-db.c (thread_from_lwp): Fix error format string.
2752 * stack.c (parse_frame_specification): Ditto.
2753 * cli/cli-decode.c (undef_cmd_error): Ditto.
2754 * scm-lang.c (scm_lookup_name): Ditto.
2755 * tracepoint.c (trace_error): Ditto.
2756 * remote-utils.c (usage): Ditto.
2757 * remote.c (compare_sections_command): Ditto.
2758 Fix PR gdb/328.
2759
2760 2002-03-22 Andrew Cagney <ac131313@redhat.com>
2761
2762 * gdbtypes.c (append_composite_type_field): New function.
2763 (init_composite_type): New function.
2764 * gdbtypes.h (append_composite_type_field): Declare.
2765 (init_composite_type): Ditto.
2766
2767 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
2768
2769 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
2770 function.
2771 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
2772 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
2773 structure returning convention for SYSV ABI case, but not
2774 for GNU/Linux, FreeBSD, or NetBSD.
2775
2776 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
2777
2778 * symtab.h (lookup_block_symbol): Add mangled_name argument
2779 to prototype.
2780
2781 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
2782 with new mangled_name argument.
2783 * linespec.c (decode_line_1): Likewise.
2784 * valops (value_of_this): Likewise.
2785 * symtab.c (lookup_transparent_type): Likewise.
2786 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
2787 (lookup_symbol): If we are given a mangled name, pass it down
2788 to lookup_symbol_aux.
2789 (lookup_block_symbol): If we are given a mangled name to check
2790 against, only return symbols which match it.
2791
2792 2002-03-22 Christopher Faylor <cgf@redhat.com>
2793
2794 * win32-nat.c (child_create_inferior): Check for proper shell to use
2795 here, in case the user changes it on the fly.
2796 (_initialize_inftarg): Remove shell path considerations.
2797
2798 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
2799
2800 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
2801 for gdbarch_max_register_raw_size and max_register_virtual_size.
2802 Adjust copyright year.
2803
2804 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
2805
2806 * dbxread.c (process_one_symbol): Extend the first N_SLINE
2807 in a function to cover the entire beginning of the function
2808 as well if it does not already.
2809
2810 2002-03-21 Tom Rix <trix@redhat.com>
2811
2812 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
2813 (rs6000_ptrace64): Renamed from ptrace64.
2814
2815 2002-03-20 Martin M. Hunt <hunt@redhat.com>
2816
2817 * gdbserver/remote-utils.c (remote_open): Don't call
2818 getprotobyname, we're all using TCP here so just use
2819 IPPROTO_TCP.
2820 * gdbserver/gdbreplay.c (remote_open): Ditto.
2821
2822 2002-03-20 Martin M. Hunt <hunt@redhat.com>
2823
2824 * regcache.c (_initialize_regcache): No need to call
2825 build_regcache() at this time; it gets called whenever
2826 the gdbarch changes.
2827
2828 2002-03-20 David O'Brien <obrien@FreeBSD.org>
2829
2830 * sparc-nat.c: Include sys/param.h where possible.
2831
2832 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
2833
2834 Fix PR gdb/422.
2835 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
2836 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
2837 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
2838 complex types.
2839 * stabsread.c (rs6000_builtin_type): Likewise.
2840 (read_sun_floating_type): Likewise.
2841
2842 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2843
2844 * stabsread.c (read_member_functions): Remove skip code for duplicate
2845 constructor/destructor methods. Use standard parsing for these
2846 methods and just do not chain them to the list of methods after
2847 parsing.
2848
2849 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
2850
2851 * coffread.c: Remove redundant static declarations. Replace
2852 occurrences of `PTR' with `void *'.
2853 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
2854 * top.h (quit_cover): Likewise.
2855 * defs.h (catch_errors): Likewise.
2856
2857 2002-03-18 Andrew Cagney <ac131313@redhat.com>
2858
2859 * defs.h (XMALLOC): Define.
2860 * gdb-events.sh (XMALLOC): Delete macro.
2861 * gdb-events.c, gdb-events.h: Regenerate.
2862 * gdbarch.sh (XMALLOC): Delete macro.
2863 * gdbarch.c: Regenerate.
2864 * serial.c (XMALLOC): Delete macro.
2865 * ui-file.c (XMALLOC): Ditto.
2866 * ser-unix.h (XMALLOC): Ditto.
2867 * sh-tdep.c (XMALLOC): Ditto.
2868 * ui-out.c (XMALLOC): Ditto.
2869 * utils.c (XMALLOC): Ditto.
2870 * i386-tdep.c (XMALLOC): Ditto.
2871 * gdb-events.c (XMALLOC): Ditto.
2872 * d10v-tdep.c (XMALLOC): Ditto.
2873 * cli-out.c (XMALLOC): Ditto.
2874
2875 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
2876 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
2877 * ui-file.c, ui-out.c: Ditto.
2878
2879 2002-03-18 Andrew Cagney <ac131313@redhat.com>
2880
2881 * command.h (struct cmd_list_element): Add field context.
2882 (set_cmd_context, get_cmd_context): Declare.
2883 * cli/cli-decode.h: Ditto.
2884 * cli/cli-decode.c (get_cmd_context): New function.
2885 (set_cmd_context): New function.
2886 (add_cmd): Initialize context.
2887 Part of fixing PR gdb/145 and PR gdb/146.
2888
2889 2002-03-17 Andrew Cagney <ac131313@redhat.com>
2890
2891 * cli/cli-decode.c (cmd_type): New function.
2892 * command.h (cmd_type): Declare.
2893 * infrun.c (set_schedlock_func): Call function cmd_type.
2894 * kod.c (kod_set_os): Call cmd_type.
2895 * cris-tdep.c (cris_version_update): Use function cmd_type.
2896 (cris_mode_update, cris_abi_update): Ditto.
2897
2898 * command.h: (execute_cmd_post_hook): Declare.
2899 (execute_cmd_pre_hook): Declare.
2900 * cli/cli-script.c (clear_hook_in_cleanup): New function.
2901 (execute_cmd_post_hook, execute_cmd_pre_hook): New
2902 functions. Execute pre/post hook while ensuring that afterwords
2903 hook_in is cleared.
2904 * top.c (execute_command): Use execute_cmd_post_hook, and
2905 execute_cmd_pre_hook to execute pre/post commands.
2906 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
2907 hook_stop_stub.
2908 (hook_stop_stub): Call execute_cmd_pre_hook.
2909
2910 2002-03-17 Andrew Cagney <ac131313@redhat.com>
2911
2912 * kod.c (kod_set_os): Revert previous change. Is called by ``info
2913 set'' and this leads to a core dump. Move xstrdup of
2914 operating_system to after check that it is not NULL.
2915
2916 2002-03-17 Andrew Cagney <ac131313@redhat.com>
2917
2918 * kod.c (kod_set_os): Remove unnecessary check that
2919 ``command->type'' is set_cmd.
2920
2921 * valprint.c (set_input_radix): Use input_radix.
2922 (set_output_radix): Use output_radix.
2923 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
2924 isn't reverted.
2925
2926 2002-03-16 Andrew Cagney <ac131313@redhat.com>
2927
2928 * value.h (struct value): Delete field ``substring_addr''. Change
2929 aligner fields to force_doublest_align, force_longest_align,
2930 force_core_addr_align and force_pointer_aligh.
2931
2932 * value.h (struct value): Fix typo in above change.
2933
2934 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2935
2936 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
2937 to fix internal_error from ``maintenance print architecture''.
2938
2939 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2940
2941 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
2942 for gcc versions after gcc-2.8.1.
2943
2944 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2945
2946 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
2947 for method resolution. Restore adjustment of ``this'' pointer after
2948 calling value_struct_elt, which was accidentally removed during the
2949 HP merge.
2950
2951 2002-03-15 Andrew Cagney <ac131313@redhat.com>
2952
2953 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
2954 value_of_register.
2955 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
2956 get_saved_register.
2957 * value.h (value_of_register): Update.
2958
2959 2002-03-14 Richard Henderson <rth@redhat.com>
2960
2961 * configure.in: Detect declaration for canonicalize_file_name.
2962 * utils.c (canonicalize_file_name): Declare, if needed.
2963 (gdb_realpath): Prefer realpath if available and usable.
2964 * config.in, configure: Rebuild.
2965
2966 2002-03-14 Richard Henderson <rth@redhat.com>
2967
2968 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
2969 a constant array bound.
2970
2971 * MAINTAINERS: Add myself to write-after-approval.
2972
2973 2002-03-14 Michael Snyder <msnyder@redhat.com>
2974
2975 * symfile.c (syms_from_objfile): Return immediately if no syms.
2976 (symbol_file_add): Return immediately if no syms.
2977 (find_sym_fns): Return immediately if no syms.
2978
2979 2002-03-13 Michal Ludvig <mludvig@suse.cz>
2980
2981 * gdbserver/remote-util.c (remote_open): Print remote-side's
2982 IP address when remote debugging over the network.
2983
2984 2002-03-12 David O'Brien <obrien@FreeBSD.org>
2985
2986 * config/sparc/fbsd.mh: Fix copyright.
2987 * config/sparc/fbsd.mt: Likewise.
2988
2989 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
2990
2991 * MAINTAINERS: Fix typo in name of gdb warnings option.
2992 (x86-64): Fix formating so that this can be parsed by awk.
2993
2994 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
2995
2996 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
2997 * defs.h: Include "gdb/signals.h".
2998 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
2999
3000 2002-03-10 Michal Ludvig <mludvig@suse.cz>
3001
3002 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
3003 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
3004 from x86-64-tdep.h
3005
3006 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
3007 Don Howard <dhoward@redhat.com>
3008
3009 * mips-tdep.c (ST0_FR): Define.
3010 (mips2_fp_compat): New function, temporarily disabled.
3011 (mips_read_fp_register_single): New function.
3012 (mips_read_fp_register_double): New function.
3013 (mips_print_register): Use them.
3014 (do_fp_register_row): Likewise.
3015
3016 2002-03-09 Andrew Cagney <ac131313@redhat.com>
3017
3018 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
3019 approval''.
3020
3021 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3022
3023 * stabsread.c (read_member_functions): Fix is_stub test for
3024 static member functions, improve comment.
3025
3026 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
3027
3028 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
3029 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
3030 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
3031 commands that set boolean values.
3032 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
3033 (arm_rdi_resume): Always initialize PC.
3034 (arm_rdi_open): Don't use rslt as a boolean.
3035 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
3036 (arm_rdi_fetch_registers, arm_rdi_store_registers)
3037 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
3038 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
3039
3040 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
3041
3042 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
3043 * configure: Rebuilt.
3044
3045 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3046
3047 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
3048 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
3049
3050 2002-03-06 Andrew Cagney <ac131313@redhat.com>
3051
3052 * cli/cli-decode.c (set_cmd_completer): New function.
3053 * command.h (set_cmd_completer): Declare.
3054 * cli/cli-decode.h (set_cmd_completer): Ditto.
3055
3056 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
3057 * cli/cli-cmds.c (init_cli_cmds): Ditto.
3058 * win32-nat.c (_initialize_inftarg): Ditto.
3059 * remote-rdi.c (_initialize_remote_rdi): Ditto.
3060 * proc-api.c (_initialize_proc_api): Ditto.
3061 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
3062 * source.c (_initialize_source): Ditto.
3063 * exec.c (_initialize_exec): Ditto.
3064 * solib.c (_initialize_solib): Ditto.
3065 * top.c (init_main): Ditto.
3066 * tracepoint.c (_initialize_tracepoint): Ditto.
3067 * symfile.c (_initialize_symfile): Ditto.
3068 * printcmd.c (_initialize_printcmd): Ditto.
3069 * infcmd.c (_initialize_infcmd): Ditto.
3070 * corefile.c (_initialize_core): Ditto.
3071
3072 2002-03-05 Andrew Cagney <ac131313@redhat.com>
3073
3074 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
3075
3076 2002-03-05 Andrew Cagney <ac131313@redhat.com>
3077
3078 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
3079
3080 2002-03-05 Andrew Cagney <ac131313@redhat.com>
3081
3082 * NEWS: Update headings, 5.2 has branched.
3083
3084 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
3085
3086 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
3087 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
3088 (register_addr, REGISTER_RAW_SIZE): Likewise.
3089 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
3090 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
3091
3092 2002-03-03 Michal Ludvig <mludvig@suse.cz>
3093
3094 * MAINTAINERS (x86-64): Add myself.
3095 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
3096 changed value_ptr -> struct value *
3097
3098 2002-03-01 David O'Brien <obrien@FreeBSD.org>
3099
3100 * configure.host (sparc64-*-freebsd): Add.
3101 * configure.tgt: Likewise.
3102 * config/sparc/fbsd.mh: New file.
3103 * config/sparc/fbsd.mt: Likewise.
3104 * config/sparc/nm-fbsd.h: Likewise.
3105 * config/sparc/tm-fbsd.h: Likewise.
3106
3107 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
3108
3109 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
3110 regformats/reg-s390x.dat.
3111
3112 2002-03-01 Andrew Cagney <ac131313@redhat.com>
3113
3114 * utils.c: Add FIXME explaining true/false problem.
3115
3116 2002-02-28 Andrew Cagney <ac131313@redhat.com>
3117
3118 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
3119
3120 2002-02-28 Michael Chastain <mec@shout.net>
3121
3122 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
3123
3124 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
3125
3126 * gdbserver/linux-s390-low.c: New file.
3127 * regformats/reg-s390.dat: New file.
3128 * regformats/reg-s390x.dat: New file.
3129 * gdbserver/configure.srv: Add S/390.
3130 * gdbserver/Makefile.in: Add S/390.
3131 * configure.tgt: Enable gdbserver for S/390.
3132
3133 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
3134
3135 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
3136 first line of the doc string for "info dos", except at the end of
3137 the sentence, since the short help stops at the first period.
3138
3139 2002-02-28 Jason Merrill <jason@redhat.com>
3140
3141 * dwarf2read.c (dwarf_cfi_name): Add new codes.
3142
3143 2002-02-27 Fred Fish <fnf@redhat.com>
3144
3145 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
3146 comment (dumy -> dummy).
3147
3148 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3149
3150 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
3151
3152 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
3153
3154 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
3155
3156 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
3157
3158 * gdbserver/acconfig.h: New file.
3159 * gdbserver/i387-fp.c: New file.
3160 * gdbserver/i387-fp.h: New file.
3161 * gdbserver/linux-x86-64.c: New file.
3162 * regformats/reg-x86-64.dat: New file.
3163 * configure.tgt: Add x86_64-*-linux* gdbserver support.
3164 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
3165 * gdbserver/configure.in: Add support for regsets.
3166 * gdbserver/config.in: Regenerate.
3167 * gdbserver/configure: Regenerate.
3168 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
3169 * gdbserver/linux-low.h: New file.
3170 * gdbserver/linux-low.c: Include "linux-low.h". Add support
3171 for regsets.
3172 * gdbserver/linux-arm-low.c: Include "linux-low.h".
3173 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
3174 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
3175 * gdbserver/linux-mips-low.c: Include "linux-low.h".
3176 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
3177 * gdbserver/linux-sh-low.c: Include "linux-low.h".
3178 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
3179 "i387-fp.h". Add PTRACE_GETREGS and friends.
3180 * gdbserver/regcache.c (supply_register): New function.
3181 (supply_register_by_name): New function.
3182 (collect_register): New function.
3183 (collect_register_by_name): New function.
3184
3185 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
3186
3187 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
3188 (config.status): Add configure.srv dependency.
3189 (server_h): Add config.h dependency.
3190
3191 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
3192
3193 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
3194 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
3195 * gdbserver/configure.srv: Change i386-*-linux* to use
3196 reg-i386-linux.o.
3197
3198 2002-02-26 Andrew Cagney <ac131313@redhat.com>
3199
3200 * x86-64-tdep.c: Re-indent. Update copyright date.
3201
3202 2002-02-26 Andrew Cagney <ac131313@redhat.com>
3203
3204 From Michal Ludvig <mludvig@suse.cz>:
3205 * x86-64-tdep.c (value.h): Delete.
3206 (gdb_assert.h): Include.
3207 (x86_64_register_convert_to_virtual,
3208 x86_64_register_convert_to_raw ): Add check which lets only
3209 floating-point values to be converted.
3210 (value_push): Delete.
3211 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
3212 (i386_gdbarch_init): Number of register_bytes fixed.
3213
3214 2002-02-26 Andrew Cagney <ac131313@redhat.com>
3215
3216 * MAINTAINERS: Add x86-64 target.
3217
3218 2002-02-26 Andrew Cagney <ac131313@redhat.com>
3219
3220 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
3221 * osfsolib.c (solib_map_sections): Ditto.
3222 * irix5-nat.c (solib_map_sections): Ditto.
3223 * corelow.c (gdb_check_format): Ditto.
3224 * symfile.c (symfile_bfd_open): Ditto.
3225 * solib.c (solib_map_sections): Ditto.
3226 Fix PR gdb/354.
3227
3228 2002-02-26 Andrew Cagney <ac131313@redhat.com>
3229
3230 * remote.c (_initialize_remote): By default, disable ``e'' and
3231 ``E'' step out-of-range packets.
3232
3233 2002-02-26 Andreas Schwab <schwab@suse.de>
3234
3235 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
3236 m68k_linux_frame_saved_pc.
3237 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
3238 in_sigtramp.
3239 (SIGCONTEXT_PC_OFFSET): Remove.
3240 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
3241 m68k_linux_sigtramp_saved_pc): New functions.
3242 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
3243 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
3244 (UCONTEXT_PC_OFFSET): Define.
3245 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
3246 non-RT and RT signal trampolines.
3247
3248 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
3249
3250 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
3251 (TARGET_NBPG, STACK_END_ADDR): Delete
3252 (VARIABLES_INSIDE_BLOCK): Delete.
3253
3254 2002-02-25 Andrew Cagney <ac131313@redhat.com>
3255
3256 * utils.c (perror_with_name): Make string parameter constant.
3257 (print_sys_errmsg): Ditto.
3258 (query): Ditto.
3259 * defs.h (perror_with_name): Update.
3260 (print_sys_errmsg): Update.
3261 (query): Update.
3262
3263 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
3264
3265 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
3266 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
3267
3268 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3269
3270 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
3271 if it already matches the current architecture from the exec file.
3272 Include arch-utils.h for gdbarch_info_init prototype.
3273 * Makefile.in (rs6000-nat.o): Update dependencies.
3274
3275 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
3276
3277 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
3278 list of exported variables.
3279
3280 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
3281
3282 * gdbserver/configure.srv: New file.
3283 * gdbserver/configure.in: Use configure.srv instead
3284 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
3285 from it.
3286 * gdbserver/configure: Regenerated.
3287 * gdbserver/terminal.h: New file.
3288 * gdbserver/Makefile.in: Update for configure changes. Remove
3289 more unneeded include paths.
3290
3291 2002-02-24 Andrew Cagney <ac131313@redhat.com>
3292
3293 From wiz at danbala:
3294 * config/sparc/tm-sp64.h: Fix grammar and typos.
3295 Fix PR gdb/287.
3296
3297 2002-02-24 Andrew Cagney <ac131313@redhat.com>
3298
3299 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
3300 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
3301 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
3302 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
3303 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
3304 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
3305 * s390-tdep.c: Ditto.
3306 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
3307 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
3308 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
3309 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
3310 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
3311 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
3312 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
3313 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
3314 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
3315 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
3316 Fix PR gdb/378.
3317
3318 2002-02-23 Andrew Cagney <ac131313@redhat.com>
3319
3320 * lin-thread.c: Delete file.
3321 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
3322 to gdb_proc_service.h.
3323 * configure: Re-generate.
3324
3325 * ocd.c (ocd_open): Do not try to open the "ocd" device.
3326 * serial.c (serial_open): Delete check for "ocd".
3327 Fix PR gdb/349.
3328
3329 * Makefile.in (linux-thread.o): Delete target.
3330 * linux-thread.c: Delete file.
3331
3332 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
3333 renamed SH files to be consistent.
3334
3335 * symtab.c (sort_search_symbols): Use xfree.
3336
3337 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
3338
3339 * arm-linux-tdep.c (arm_linux_init_abi): Register
3340 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
3341 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
3342 definition with undef, since we don't want the sysvr4 definition.
3343 (SKIP_TRAMPOLINE_CODE): Likewise.
3344
3345 2002-02-23 Andrew Cagney <ac131313@redhat.com>
3346
3347 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
3348
3349 * configure.in: (AC_CHECK_FUNCS) Added test for
3350 canonicalize_file_name Regenerated.
3351 * config.in, configure: Regenerated.
3352 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
3353 defined use canonicalize_file_name.
3354
3355 2002-02-23 Michael Chastain <mec@shout.net>
3356
3357 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
3358
3359 2002-02-23 Andrew Cagney <ac131313@redhat.com>
3360
3361 * README: Remove references to cygnus.com.
3362 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
3363 dot com'' form. Remove references to cygnus.com and sourceware.
3364
3365 2002-02-23 Andrew Cagney <ac131313@redhat.com>
3366
3367 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
3368 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
3369 1003.1-2001 no longer allows "head -1".
3370 * gdb/Makefile.in (version.c): Likewise.
3371 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
3372 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
3373 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
3374
3375 2002-02-23 Andrew Cagney <ac131313@redhat.com>
3376
3377 * cli/cli-decode.c (cmd_cfunc_eq): New function.
3378 * command.h (cmd_cfunc_eq): Declare.
3379 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
3380
3381 * cli/cli-cmds.h (is_complete_command): Change parameter to a
3382 ``struct cmd_list_element *''.
3383 * cli/cli-cmds.c (is_complete_command): Update. Use
3384 cmd_cfunc_eq.
3385 * top.c (execute_command): Pass the command to
3386 is_complete_command.
3387 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
3388
3389 2002-02-23 Andrew Cagney <ac131313@redhat.com>
3390
3391 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
3392 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
3393 architecture defines.
3394 * s390-tdep.c (s390_gdbarch_init): Likewise.
3395
3396 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
3397
3398 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
3399 (arm_linux_push_arguments): Likewise.
3400 (arm_linux_init_abi): Register them. Also register linux-specific
3401 call_dummy_words.
3402 (find_minsym_and_objfile): Use strcmp, not STREQ.
3403 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
3404 (arm_linux_call_dummy_words): Delete declaration.
3405 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
3406 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
3407 declarations.
3408 (LOWEST_PC): Delete.
3409
3410 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3411
3412 * maint.c (print_section_info): Do not prepend `0x' to filepos
3413 output, it will be handled by local_hex_string_custom.
3414
3415 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
3416
3417 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
3418 (store_newfpe_double, store_newfpe_extended, store_fpregister)
3419 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
3420
3421 2002-02-22 Jim Blandy <jimb@redhat.com>
3422
3423 Indicate that the bcache functions don't change the strings
3424 they're passed.
3425 * bcache.h (bcache, hash): Add `const' keywords to declarations.
3426 * bcache.c (bcache, hash): Add `const' keywords to definitions.
3427
3428 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
3429
3430 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
3431
3432 2002-02-21 Christopher Faylor <cgf@redhat.com>
3433
3434 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
3435 find the complete path to a loaded DLL.
3436
3437 2002-02-21 Fred Fish <fnf@redhat.com>
3438
3439 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
3440 that marks the end of the range of a function, enter a line number
3441 entry that has a line number of zero and a PC offset that matches
3442 the end of the function. This starts a range of PC's for which no
3443 line number information is known.
3444 * symtab.c (find_pc_sect_line): If our best fit is in a range of
3445 PC's for which no line number info is found (line number is zero)
3446 then we didn't find any valid line information.
3447 * symtab.h: Document use of zero line number entry.
3448
3449 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
3450
3451 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
3452 (have_ptrace_getvrregs): Define for run time checks.
3453 (gdb_vrregset_t): New type for Altivec register handling.
3454 (fetch_register, store_register): Fetch/store altivec register
3455 when needed.
3456 (fetch_altivec_register, store_altivec_register): New functions.
3457 (supply_vrregset, fill_vrregset): New functions.
3458 (fetch_altivec_registers, store_altivec_registers): New functions.
3459 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
3460 registers as well.
3461
3462 2002-02-21 Jiri Smid <smid@suse.cz>
3463
3464 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
3465
3466 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
3467
3468 * Makefile.in (armnbsd-nat.o): Update dependencies.
3469 * armnbsd-nat.c (supply_gregset): New function. Common code to
3470 supply the integer register set.
3471 (supply_fparegset): New function. Similar for FPA registers.
3472 (fetch_regs, fetch_fp_regs): Use them.
3473 (fetch_core_registers): Likewise.
3474 (fetch_elfcore_registers): New function.
3475 (arm_netbsd_elfcore_fns): New core-file type specification.
3476 (_initialize_arm_netbsd_nat): Register it.
3477
3478 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
3479
3480 * armnbsd-nat.c: Include gdbcore.h.
3481 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
3482 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
3483 'void' to declaration, to shut up ARI.
3484 (fetch_core_registers): Make static. Rewrite using supply_register.
3485 (arm_netbsd_core_fns): New core-file type specification.
3486 (_initialize_arm_netbsd_nat): New function.
3487
3488 2002-02-21 Christopher Faylor <cgf@redhat.com>
3489
3490 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
3491 value.
3492
3493 2002-02-20 Christopher Faylor <cgf@redhat.com>
3494
3495 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
3496 fails.
3497
3498 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
3499
3500 * jv-exp.y (parse_number): Change type of implicit longs
3501 to builtin_type_uint64.
3502
3503 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
3504
3505 * gdbserver/linux-low.c (mywait): Change argument to waitpid
3506 to be an integer instead of a `union wait'.
3507
3508 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
3509
3510 * mips-linux-nat.c: Call the operating system GNU/Linux.
3511 * mips-linux-tdep.c: Likewise.
3512 * mips-tdep.c: Likewise.
3513
3514 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
3515
3516 Fix PR gdb/265.
3517 * jv-exp.y (parse_number): Handle 64-bit integers.
3518
3519 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
3520
3521 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
3522 AC_STDC_HEADERS to AC_HEADER_STDC.
3523 * gdbserver/configure: Regenerated.
3524
3525 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
3526
3527 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
3528 is defined.
3529 * sparc-tdep.c (get_longjmp_target): Likewise.
3530
3531 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
3532
3533 * News: Add news about ARM and Multi-arch. Mention the new target
3534 arm*-*-netbsd*.
3535
3536 2002-02-19 Jim Blandy <jimb@redhat.com>
3537
3538 * stabsread.c (error_type_complaint): Improve error message.
3539
3540 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
3541
3542 * gdbserver/README: Update documentation.
3543 * gdbserver/configure.in: Update configury to match documentation.
3544 * gdbserver/Makefile.in: Likewise.
3545 * gdbserver/configure: Regenerated.
3546 * gdbserver/aclocal.m4: New file, generated by aclocal.
3547 * gdbserver/config.in: New file, generated by autoheader.
3548
3549 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
3550
3551 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
3552 armnbsd-nat.c.
3553
3554 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
3555
3556 * arm-tdep.h (enum arm_float_model): New enum.
3557 (struct gdbarch_tdep): Add fp_model.
3558 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
3559 up floating-point conversions until we know the floating-point model
3560 in use by the inferior. Don't complain about being unable to
3561 determine the ABI of the inferior when we don't have one.
3562 (arm_extract_return_value): Support different floating-point models.
3563 (arm_store_return_value): Likewise.
3564 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
3565 ARM_FLOAT_SOFT.
3566 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
3567
3568 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3569
3570 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
3571 of ``current_gdbarch''.
3572
3573 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
3574
3575 * armnbsd-nat.c : ANSIfy all function declarations.
3576 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
3577 (fetch_inferior_registers): Re-implement in terms of above.
3578 (store_register, store_regs, store_fp_register, store_fp_regs): New.
3579 (store_inferior_registers): Re-implement in terms of above.
3580
3581 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
3582
3583 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
3584 kernel.
3585 * arm-linux-tdep.c: Likewise.
3586 * config/arm/tm-linux.h: Likewise.
3587
3588 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
3589
3590 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
3591 * config/arm/nbsd.mt (TM_FILE): Delete.
3592 * config/arm/tm-nbsd.h: Delete.
3593
3594 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
3595
3596 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
3597 Initialize CALL_DUMMY_LENGTH.
3598
3599 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
3600
3601 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
3602 function.
3603 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
3604 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
3605 defines one thing and that is incorrect for this port.
3606 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
3607
3608 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
3609
3610 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
3611
3612 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
3613
3614 * win32-nat.c (display_selector): New function. Displays information
3615 about the information returned by GetThreadSelectorEntry API function.
3616 (display_selectors): New function. Displays the infomation of
3617 the selector given as argument, or of CS, DS ans FS selectors
3618 if no argument is given.
3619 ( _initialize_inftarg): Add "w32" as info prefix command.
3620 Add "info w32 selector" as command calling display_selectors.
3621
3622 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
3623
3624 * i386-tdep.c (get_longjmp_target): Fix compilation failure
3625 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
3626 if not defined.
3627
3628 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
3629
3630 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
3631
3632 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
3633
3634 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
3635 (arm_fix_call_dummy): Call it.
3636 (arm_call_dummy_breakpoint_offset): Delete.
3637 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
3638 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
3639
3640 2002-02-18 Andrew Cagney <ac131313@redhat.com>
3641
3642 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
3643 Default to func_frame_chain_valid.
3644 * gdbarch.h, gdbarch.c: Re-generate.
3645 * frame.h (FRAME_CHAIN_VALID): Delete definition.
3646
3647 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
3648
3649 * ppc-linux-nat.c: Update copyright.
3650 (fetch_register, store_register): Add tid parameter, don't compute
3651 tid here.
3652 (fetch_ppc_registers, store_ppc_registers): Add tid
3653 parameter. Pass it along to callees.
3654 (fetch_inferior_registers, store_inferior_registers): Compute tid
3655 here, and pass it to calleed functions.
3656 (fill_gregset, supply_fpregset): Clean up formatting.
3657
3658 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
3659
3660 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
3661 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
3662
3663 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
3664
3665 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
3666 * gdbarch.c gdbarch.h: Regenerate.
3667 * breakpoint.c (create_longjmp_breakpoint): Always compile this
3668 function.
3669 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
3670 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
3671 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
3672
3673 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
3674 * arm-tdep.c (arm_get_longjmp_target): New function.
3675 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
3676 this to a positive value register arm_get_longjmp_target as the
3677 longjmp handler.
3678 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
3679 (arm_linux_init_abi): Set up longjmp description in tdep.
3680 * armnbsd-nat.c (get_longjmp_target): Delete.
3681 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
3682 description in tdep.
3683 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
3684 (get_longjmp_target): Delete declaration.
3685 (GET_LONGJMP_TARGET): Delete.
3686 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
3687 (GET_LONGJMP_TARGET): Delete.
3688
3689 2002-02-17 Kevin Buettner <kevinb@redhat.com>
3690
3691 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
3692 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
3693 of ``current_gdbarch''.
3694
3695 2002-02-17 Tom Tromey <tromey@redhat.com>
3696
3697 * cli/cli-cmds.c (compare_strings): New function.
3698 (complete_command): Only print each unique item once.
3699 * completer.h (complete_line): Declare.
3700 * completer.c (complete_line): New function.
3701 (line_completion_function): Use it.
3702
3703 2002-02-16 Andrew Cagney <ac131313@redhat.com>
3704
3705 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
3706 * gdbarch.h, gdbarch.c: Re-generate.
3707
3708 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
3709
3710 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
3711
3712 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
3713
3714 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
3715 * valops.c (value_arg_coerce): Don't take the address of a reference
3716 to convert an argument to a reference.
3717
3718 2002-02-15 Christopher Faylor <cgf@redhat.com>
3719
3720 * win32-nat.c (get_image_name): New function.
3721 (handle_load_dll): Use get_image_name function.
3722 (get_child_debug_event): Avoid registering debug events until possibly
3723 execed process is started.
3724 (child_create_inferior): Allow invocation via shell so that command
3725 line redirection, etc. works ok.
3726 (_initialize_inftarg): Add new command: "set shell" to control whether
3727 a shell is used to start a process.
3728
3729 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
3730
3731 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
3732 instead of find_register_by_number.
3733 (cannot_store_register): Likewise.
3734
3735 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
3736
3737 * dwarf2read.c: Replace fprintf (stderr, ...) by
3738 fprintf_unfiltered (gdb_stderr, ...).
3739
3740 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
3741
3742 * gdbserver/gdbserver.1: Document --attach.
3743
3744 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
3745
3746 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
3747 descriptions.
3748 * arm-tdep.c (arm_default_arm_le_breakpoint)
3749 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
3750 (arm_default_thumb_be_breakpoint): New. Initialize them from
3751 traditional breakpoint defines.
3752 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
3753 (arm_gdbarch_init): Initialize new breakpoint variables.
3754 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
3755 (arm_linux_init_abi): Initialize linux-specific breakpoint.
3756 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
3757 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
3758 code out to ...
3759 (arm_netbsd_init_abi_common): ... here; new function.
3760 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
3761 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
3762 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
3763 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
3764
3765 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
3766
3767 * arm-tdep.h (enum arm_abi): New enum.
3768 (struct gdbarch_tdep): New structure.
3769 (LOWEST_PC): Provide a default.
3770 (arm_gdbarch_register_os_abi): Declare new function.
3771 * arm-tdep.c (arm_abi_names): New array.
3772 (process_note_abi_tag_sections): New function.
3773 (get_elfosabi): New function.
3774 (arm_gdbarch_register_os_abi): New function.
3775 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
3776 support for that ABI has been built in, then call the appropriate
3777 configuration routine. Use gdbarch_num_regs() to get the number
3778 of registers.
3779 (arm_dump_tdep): New function.
3780 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
3781 place-holder functions.
3782 (_initialize_arm_tdep): Register them.
3783 * config/arm/tm-arm.h (LOWEST_PC): Delete.
3784
3785 * armnbsd-tdep.c: New file.
3786 * Makefile.in (armnbsd-tdep.o): Add dependencies.
3787 * config/arm/nbsd.mt (TDEPFILES): Add it.
3788 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
3789
3790 * armnbsd-nat.c: Include regcache.h.
3791 * Makefile.in (armnbsd-nat.o): Update dependency list.
3792
3793 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
3794
3795 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
3796
3797 * gdbserver/Makefile.in: Fix typos in target rules.
3798
3799 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
3800
3801 Fix part of PR gdb/267.
3802 * linespec.c (find_methods): Handle constructors specially for now.
3803
3804 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
3805
3806 * arm-tdep.c (arm_push_arguments): Eliminate special float type
3807 handling.
3808 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
3809 standard_coerce_float_to_double().
3810
3811 2002-02-14 Christopher Faylor <cgf@redhat.com>
3812
3813 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
3814 GDBINIT_FILENAME.
3815
3816 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
3817
3818 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
3819 find_variant_by_name, because it confuses the multiarch
3820 framework. Return NULL if there isn't an architecture with the
3821 user supplied name, instead of forcing a different one without
3822 recording the change with the multiarch machinery.
3823 (find_variant_by_name): Delete.
3824
3825 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3826
3827 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
3828 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
3829
3830 2002-02-13 Martin M. Hunt <hunt@redhat.com>
3831
3832 * stack.c (print_frame_info_base): When calling
3833 print_frame_info_listing_hook, set current_source_symtab.
3834
3835 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
3836
3837 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
3838 and remove unused $(INCLUDE_DIR).
3839 Add regcache.c to OBS.
3840 Add generated register protocol files to clean target.
3841 Update dependencies for new objects, obsolete old target code.
3842
3843 * gdbserver/linux-low.c: Remove all platform-specific code to
3844 new files. Remove various dead code. Update to use regcache
3845 functionality.
3846 * gdbserver/remote-utils.c (fromhex): Add return statement
3847 to quiet warning.
3848 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
3849 constant.
3850 (input_interrupt): Add integer parameter to match prototype
3851 of a signal handler.
3852 (outreg): Use register_data ().
3853 (prepare_resume_reply): Use gdbserver_expedite_regs.
3854 * gdbserver/server.c (main): Dynamically allocate own_buf because
3855 PBUFSIZ is no longer constant. Use registers_to_string () and
3856 registers_from_string ().
3857 * gdbserver/server.h: No longer include "defs.h". Add prototypes
3858 for error (), fatal (), and warning (). Update definition of
3859 PBUFSIZ to use regcache functionality. Add include guard.
3860 * gdbserver/utils.c (fatal): Add missing ``const''.
3861 (warning): New function.
3862
3863 * regformats/regdat.sh: Include "regcache.h" in generated files.
3864 Provide init_registers () function.
3865 * regformats/regdef.h: Add prototype for set_register_cache ().
3866 Add include guard.
3867
3868 * gdbserver/linux-arm-low.c: New file.
3869 * gdbserver/linux-i386-low.c: New file.
3870 * gdbserver/linux-ia64-low.c: New file.
3871 * gdbserver/linux-m68k-low.c: New file.
3872 * gdbserver/linux-mips-low.c: New file.
3873 * gdbserver/linux-ppc-low.c: New file.
3874 * gdbserver/linux-sh-low.c: New file.
3875
3876 * gdbserver/regcache.c: New file.
3877 * gdbserver/regcache.h: New file.
3878
3879 * gdbserver/low-linux.c: Removed obsolete file.
3880
3881 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
3882
3883 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
3884 * config/i386/linux.mt: Likewise.
3885 * config/ia64/linux.mt: Likewise.
3886 * config/m68k/linux.mh: Likewise.
3887 * config/powerpc/linux.mh: Likewise.
3888 * config/mips/linux.mt: Likewise.
3889
3890 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
3891
3892 * config/i386/i386lynx.mh: Mark gdbserver variables
3893 as (currently) obsolete for this target.
3894 * config/i386/nbsd.mt: Likewise.
3895 * config/i386/nbsdelf.mt: Likewise.
3896 * config/m32r/m32r.mt: Likewise.
3897 * config/m68k/m68klynx.mh: Likewise.
3898 * config/m68k/nbsd.mt: Likewise.
3899 * config/m68k/sun3os4.mh: Likewise.
3900 * config/mips/vr5000.mt: Likewise.
3901 * config/ns32k/nbsd.mt: Likewise.
3902 * config/pa/hppabsd.mh: Likewise.
3903 * config/pa/hppaosf.mh: Likewise.
3904 * config/powerpc/nbsd.mt: Likewise.
3905 * config/rs6000/rs6000lynx.mh: Likewise.
3906 * config/s390/s390.mt: Likewise.
3907 * config/s390/s390x.mt: Likewise.
3908 * config/sparc/sparclynx.mh: Likewise.
3909 * config/sparc/sun4os4.mh: Likewise.
3910 * config/i386/x86-64linux.mt: Likewise.
3911 * config/sparc/linux.mh: Likewise.
3912
3913 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
3914
3915 * configure.tgt: Configure gdbserver only for known working
3916 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
3917 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
3918 SUBDIRS if it is configured. Update comment for ${nativefile}.
3919 * configure: Regenerated.
3920
3921 2002-02-13 Michael Snyder <msnyder@redhat.com>
3922
3923 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
3924
3925 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
3926 (default_gcore_mach): Just return 0, work around a problem in bfd.
3927 (default_gcore_target): OK to return NULL if exec_bfd is null.
3928 (make_mem_sec): Use a cast, avoid a warning.
3929
3930 * procfs.c (find_memory_regions_callback): Use a cast instead of
3931 calling host_pointer_to_address (which complains if
3932 sizeof (host pointer) != sizeof (target pointer)).
3933 (procfs_make_note_section): Avoid overflow in psargs string.
3934
3935 * procfs.c (procfs_make_note_section): Make the default
3936 implementation return an error.
3937
3938 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
3939
3940 * procfs.c (procfs_make_note_section): Provide a default definition
3941 (for alpha-dec-osf4.0f). Fix typos.
3942
3943 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
3944
3945 * linux-proc.c: Add include of regcache.h.
3946 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
3947
3948 2002-02-13 Andrew Cagney <ac131313@redhat.com>
3949
3950 From 2002-01-18 Greg McGary <greg@mcgary.org>:
3951 * memattr.c (create_mem_region): Disallow useless empty region.
3952 Regions are half-open intervals, so allow [A..B) [B..C) as
3953 non-overlapping.
3954
3955 2002-02-13 Michael Chastain <mec@shout.net>
3956
3957 * defs.h: Kill CONST_PTR.
3958 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
3959 * c-lang.c (c_builtin_types): Likewise.
3960 * ch-lang.c (ch_builtin_types): Likewise.
3961 * f-lang.c (f_builtin_types): Likewise.
3962 * language.c (unknown_builtin_types): Likewise.
3963 * m2-lang.c (m2_builtin_types): Likewise.
3964 * p-lang.c (pascal_builtin_types): Likewise.
3965 * scm-lang.c (c_builtin_types): Likewise.
3966
3967 2002-02-13 Keith Seitz <keiths@redhat.com>
3968
3969 * arm-tdep.h (arm_get_next_pc): Add declaration.
3970
3971 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
3972
3973 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
3974 with other related struct-returning functions.
3975 (arm_extract_struct_value_address): New function.
3976 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
3977 initialize float_format, double_format and long_double_format as
3978 appropriate to the endianness of the target.
3979 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
3980 (arm_use_struct_convention): Delete declaration.
3981 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3982
3983 2002-02-13 Keith Seitz <keiths@redhat.com>
3984
3985 * defs.h (core_addr_to_string_nz): New function.
3986
3987 2002-02-13 Mark Kettenis <kettenis@gnu.org>
3988
3989 Apply missing bits of 2002-01-15 patch.
3990 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
3991 (fill_fpregset): Use i387_fill_fsave.
3992
3993 2002-02-12 Keith Seitz <keiths@redhat.com>
3994
3995 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
3996 (core_addr_to_string_nz): New function.
3997
3998 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
3999
4000 * arm-linux-nat.c: Really include arm-tdep.h.
4001 * config/arm/tm-linux.h (struct type, struct value): Declare.
4002
4003 2002-02-11 Michael Snyder <msnyder@redhat.com>
4004
4005 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
4006 (gcore section): Ifdef for Solaris and Unixware only.
4007 (procfs_do_thread_registers): Unixware needs one lwpstatus
4008 per thread (not one prstatus or pstatus).
4009 (procfs_make_note_section): Iterate only over kernel threads (lwps),
4010 not over all gdb threads. For unixware, call elfcore_write_pstatus
4011 once before iterating over threads.
4012
4013 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
4014
4015 * arm-tdep.h: New file.
4016 * arm-tdep.c: Include arm-tdep.h.
4017 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
4018 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
4019 (arm_print_float_info, arm_register_type, convert_to_extended)
4020 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
4021 (arm_extract_return_value, arm_register_name): Make static.
4022 (arm_software_single_step): Similarly. Fix types in declaration.
4023 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
4024 (arm_store_return_value, arm_store_struct_return): New functions.
4025 (arm_gdbarch_init): Register the above functions. Also register
4026 call_dummy_start_offset, sizeof_call_dummy_words,
4027 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
4028 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
4029 max_register_virtual_size, register_size. Set up
4030 prologue_cache.saved_regs here, rather than ...
4031 (_initialize_arm_tdep): ... here.
4032 * config/arm/tm-arm.h (struct type, struct value): Delete forward
4033 declarations.
4034 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
4035 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
4036 (arm_print_float_info, arm_register_type, convert_to_extended)
4037 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
4038 (arm_extract_return_value, arm_register_name): Delete declarations.
4039 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
4040 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
4041 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
4042 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
4043 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4044 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
4045 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
4046 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
4047 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
4048 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
4049 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
4050 (arm_get_next_pc): No-longer static -- these are needed by the RDI
4051 interface.
4052 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
4053 * remote-rdi.c remote-rdp.c: Likewise.
4054 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
4055 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
4056 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
4057 definition.
4058
4059 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
4060 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
4061 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
4062 from non-ARM_ prefixed definitions.
4063 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
4064 all uses of above.
4065 * remote-rdi.c remote-rdp.c: Likewise.
4066 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
4067
4068 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
4069
4070 * arm-tdep.c (arm_frameless_function_invocation)
4071 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
4072 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
4073 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
4074 (arm_pop_frame, arm_get_next_pc): Make static.
4075 (arm_gdbarch_init): Register above in gdbarch structure.
4076 (arm_read_fp): Renamed from arm_target_read_fp.
4077 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
4078 * config/arm/tm-arm.h (arm_frameless_function_invocation)
4079 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
4080 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
4081 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
4082 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
4083 (arm_pc_is_thumb_dummy): Delete declarations.
4084 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
4085 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
4086 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
4087 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
4088
4089 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
4090
4091 * symtab.c (compare_search_syms): New function.
4092 (sort_search_symbols): New function.
4093 (search_symbols): Sort symbols after searching rather than
4094 before.
4095
4096 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4097
4098 * NEWS: Linux -> GNU/Linux.
4099
4100 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4101
4102 * gdbarch.sh: For for level one methods, disallow a definition
4103 when partially multi-arched. Add comments explaining rationale.
4104 * gdbarch.h: Re-generate.
4105
4106 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4107
4108 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
4109 multi-arch partial.
4110
4111 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4112
4113 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
4114 field. Use diff -u.
4115 * gdbarch.c: Re-generate.
4116
4117 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4118
4119 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
4120 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
4121 partial.
4122
4123 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4124
4125 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
4126 multi-arch partial.
4127 (PUSH_ARGUMENTS): Switch to using predefault.
4128 * gdbarch.c: Regenerate.
4129
4130 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4131
4132 * valops.c (PUSH_ARGUMENTS): Delete definition.
4133 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
4134 partial. Default to default_push_arguments.
4135 * gdbarch.h, gdbarch.c: Regenerate.
4136
4137 2002-02-09 Andrew Cagney <ac131313@redhat.com>
4138
4139 * defs.h (throw_exception): Rename return_to_top_level. Update
4140 comments.
4141 * utils.c (error_stream, internal_verror, quit): Ditto.
4142 * top.c (throw_exception, catcher): Ditto.
4143 * sparclet-rom.c (sparclet_load): Ditto.
4144 * remote.c (interrupt_query, minitelnet): Ditto.
4145 * remote-sds.c (interrupt_query): Ditto.
4146 * remote-mips.c (mips_error, mips_kill): Ditto.
4147 * ocd.c (interrupt_query): Ditto.
4148 * monitor.c (monitor_interrupt_query): Ditto.
4149 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
4150 * target.h: Update comment.
4151
4152 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
4153
4154 2002-02-09 Andrew Cagney <ac131313@redhat.com>
4155
4156 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
4157 default_double_format.
4158 * gdbarch.h, gdbarch.c: Re-generate.
4159 * findvar.c (floatformat_unknown): Delete variable definition.
4160 * doublest.h (floatformat_unknown): Delete variable declaration.
4161
4162 2002-02-09 Jim Blandy <jimb@redhat.com>
4163
4164 * stabsread.c (read_type): Add code to parse Sun's syntax for
4165 prototyped function types.
4166
4167 2002-02-09 Andrew Cagney <ac131313@redhat.com>
4168
4169 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
4170 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
4171
4172 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4173
4174 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
4175 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
4176 now _initialize_xcoffsolib gets called again and overrides the
4177 commands from solib.c in a native configuration.
4178
4179 2002-02-09 Mark Kettenis <kettenis@gnu.org>
4180
4181 * doublest.c (store_typed_floating): Don't try to return a value.
4182 Fixes PR gdb/290.
4183
4184 2002-02-08 Jim Blandy <jimb@redhat.com>
4185
4186 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
4187 is prototyped and has no arguments, print its argument list as
4188 `(void)'.
4189
4190 2002-02-08 Chris Demetriou <cgd@broadcom.com>
4191
4192 * MAINTAINERS (write-after-approval): Add myself.
4193 (paper-trail): I've escaped!
4194
4195 2002-02-08 Christopher Faylor <cgf@redhat.com>
4196
4197 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
4198 changes.
4199 (_initialize_check_for_gdb_ini): Ditto.
4200
4201 2002-02-08 Martin M. Hunt <hunt@redhat.com>
4202
4203 * win32-nat.c (cygwin_pid_to_str): Fix typo.
4204 xaprintf -> xasprintf.
4205
4206 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
4207
4208 * win32-nat.c: Remove use of printf and sprintf functions.
4209
4210 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
4211
4212 * arm-tdep.c (arm_frame_chain_valid): Make static.
4213 (arm_push_arguments): Likewise.
4214 (arm_gdbarch_init): New function.
4215 (_initialize_arm_tdep): Call it.
4216 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
4217 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
4218 (FRAME_CHAIN_VALID): Delete.
4219 (arm_frame_chain_valid): Delete declaration.
4220 (PUSH_ARGUMENTS): Delete.
4221 (arm_push_arguments): Delete declaration.
4222 (CALL_DUMMY_P): Delete.
4223
4224 2002-02-08 Andrew Cagney <ac131313@redhat.com>
4225 Corinna Vinschen <vinschen@redhat.com>
4226
4227 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
4228 on builtin float types.
4229
4230 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
4231
4232 * utils.c: Include <curses.h> before "bfd.h".
4233 * tui/tui-hooks.c: Likewise.
4234 * tui/tui.c: Likewise.
4235 * tui/tuiCommand.c: Likewise.
4236 * tui/tuiData.c: Likewise.
4237 * tui/tuiDataWin.c: Likewise.
4238 * tui/tuiDisassem.c: Likewise.
4239 * tui/tuiGeneralWin.c: Likewise.
4240 * tui/tuiIO.c: Likewise.
4241 * tui/tuiLayout.c: Likewise.
4242 * tui/tuiRegs.c: Likewise.
4243 * tui/tuiSource.c: Likewise.
4244 * tui/tuiSourceWin.c: Likewise.
4245 * tui/tuiStack.c: Likewise.
4246 * tui/tuiWin.c: Likewise.
4247
4248 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
4249
4250 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
4251 to include space for pseudoregs as well. Update loops accordingly.
4252 (sh_fp_frame_init_saved_regs): Ditto.
4253 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
4254
4255 2002-02-07 Andrew Cagney <ac131313@redhat.com>
4256
4257 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
4258 Add Richard Earnshaw to Arm maintainers.
4259
4260 2002-02-07 Andrew Cagney <ac131313@redhat.com>
4261
4262 * defs.h (warning_begin): Delete declaration.
4263
4264 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
4265 Delete macro.
4266
4267 2002-02-07 Michael Snyder <msnyder@redhat.com>
4268
4269 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
4270 Logic bug, remove misplaced else.
4271
4272 2002-02-07 Klee Dienes <klee@apple.com>
4273
4274 * fork-inferior.c (fork_inferior): Add '!' to the list of
4275 characters that need to be quoted when building a string for the
4276 shell. Quote '!' specifically with a backslash, since CSH chokes
4277 when trying to evaluate "str!str".
4278
4279 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
4280
4281 * rdi-share/host.h: Only provide a typedef for bool if it is not
4282 defined.
4283
4284 2002-02-04 Michael Snyder <msnyder@redhat.com>
4285
4286 * breakpoint.h (enum bptype): Add new overlay event bp type.
4287 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
4288
4289 * breakpoint.c (create_internal_breakpoint): New function.
4290 (internal_breakpoint_number): Moved into create_internal_breakpoint.
4291 (create_longjmp_breakpoint): Use create_internal_breakpoint.
4292 (create_thread_event_breakpoint): Ditto.
4293 (create_solib_event_breakpoint): Ditto.
4294 (create_overlay_event_breakpoint): New function.
4295 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
4296 (update_breakpoints_after_exec): Delete and re-initialize
4297 overlay event breakpoints after an exec. Add FIXME comment
4298 about longjmp breakpoint.
4299 (print_it_typical): Ignore overlay event breakpoints.
4300 (print_one_breakpoint): Ditto.
4301 (mention): Ditto.
4302 (bpstat_what): Do not stop for overlay event breakpoints.
4303 (delete_breakpoint): Don't delete overlay event breakpoints.
4304 (breakpoint_re_set_one): Delete the overlay event breakpoint.
4305 (breakpoint_re_set): Re-create overlay event breakpoint.
4306
4307 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
4308 (overlay_manual_command): Disable overlay breakpoints.
4309 (overlay_off_command): Disable overlay breakpoints.
4310
4311 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
4312
4313 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
4314 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
4315 to here from config/tm-arm.h.
4316 (coff_sym_is_thumb): Make static.
4317 (arm_elf_make_msymbol_special): New function.
4318 (arm_coff_make_msymbol_special): New function.
4319 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
4320 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
4321 (coff_sym_is_thumb): Delete declaration.
4322 (arm_elf_make_msymbol_special): Declare.
4323 (arm_coff_make_msymbol_special): Declare.
4324 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
4325 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
4326
4327 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
4328
4329 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
4330
4331 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
4332
4333 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
4334 * gdbarch.c gdbarch.h: Regenerate.
4335 * arch-utils.c (default_print_float_info): New function.
4336 * arch-utils.h (default_print_float_info): Prototype it.
4337 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
4338 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
4339 (PRINT_FLOAT_INFO): Document it.
4340
4341 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
4342 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
4343 (PRINT_FLOAT_INFO): Define.
4344
4345 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
4346
4347 * win32-nat.c (_initialize_check_for_gdb_ini):
4348 Add typecast to sprintf argument to suppress a warning.
4349
4350 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
4351
4352 * win32-nat.c (last_sig): Changed type of variable to target_signal,
4353 to allow easier handling of pass state.
4354 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
4355 that gives exception name and address.
4356 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
4357 and set last_sig value to ourstatus->value.sig. Some missing
4358 exceptions added.
4359 (child_continue): Correctly report continue_status.
4360 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
4361 TARGET_SIGNAL_0 (new default value).
4362 (child_resume): consider sig argument passed to decide if
4363 the exception should be passed to debuggee or not.
4364
4365 2002-02-05 Michael Snyder <msnyder@redhat.com>
4366
4367 * regcache.c (fetch_register): Call target_fetch_register
4368 only if we don't call FETCH_PSEUDO_REGISTER.
4369 (store_register): Call target_store_register only if we
4370 don't call STORE_PSEUDO_REGISTER.
4371
4372 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
4373
4374 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
4375 ELF_MAKE_MSYMBOL_SPECIAL.
4376 * gdbarch.c, gdbarch.h: Regenerate.
4377 * arch-utils.c (default_make_msymbol_special): New function.
4378 * arch-utils.h (default_make_msymbol_special): Export.
4379 * elfread.c (elf_symtab_read): Compile use of
4380 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
4381 multiarched.
4382 * coffread.c (coff_symtab_read): Ditto, for
4383 COFF_MAKE_MSYMBOL_SPECIAL.
4384
4385 2002-02-05 Jim Blandy <jimb@redhat.com>
4386
4387 * solib-svr4.c (svr4_truncate_ptr): New function.
4388 (svr4_relocate_section_addresses): Do the address arithmetic with
4389 the appropriate truncation for target addresses, even when
4390 CORE_ADDR is larger than a target address.
4391
4392 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
4393
4394 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
4395 to (int *).
4396
4397 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
4398
4399 * gdbserver/linux-low.c (kill_inferior): Remove commented out
4400 code.
4401
4402 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
4403
4404 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
4405
4406 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
4407
4408 * gdbserver/linux-low.c: Remove unused include files.
4409
4410 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
4411
4412 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
4413 (read_inferior_memory): Use it.
4414 (write_inferior_memory): Likewise.
4415
4416 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
4417
4418 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
4419 grubbing through sys_errlist.
4420
4421 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
4422
4423 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
4424
4425 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
4426 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
4427
4428 2002-02-04 Andrew Cagney <ac131313@redhat.com>
4429
4430 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
4431 (do_sfunc, set_cmd_sfunc): New functions.
4432
4433 * command.h (struct cmd_list_element): Add field func.
4434 * cli/cli-decode.h (struct cmd_list_element): Ditto.
4435 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
4436 * cli/cli-decode.h: Ditto.
4437
4438 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
4439 (help_all, help_cmd_list): Ditto.
4440 (find_cmd, complete_on_cmdlist): Ditto.
4441 * top.c (execute_command): Ditto.
4442
4443 * cli/cli-setshow.c (do_setshow_command): Call func instead of
4444 function.sfunc.
4445
4446 * infcmd.c (notice_args_read): Fix function signature.
4447
4448 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
4449 * cli/cli-decode.c (add_set_cmd): Ditto.
4450 * utils.c (initialize_utils): Ditto.
4451 * maint.c (_initialize_maint_cmds): Ditto.
4452 * infrun.c (_initialize_infrun): Ditto.
4453 * demangle.c (_initialize_demangler): Ditto.
4454 * remote.c (add_packet_config_cmd): Ditto.
4455 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4456 * cris-tdep.c (_initialize_cris_tdep): Ditto.
4457 * proc-api.c (_initialize_proc_api): Ditto.
4458 * kod.c (_initialize_kod): Ditto.
4459 * valprint.c (_initialize_valprint): Ditto.
4460 * top.c (init_main): Ditto.
4461 * infcmd.c (_initialize_infcmd): Ditto.
4462 * corefile.c (_initialize_core): Ditto.
4463 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4464 * arch-utils.c (initialize_current_architecture): Ditto.
4465 (_initialize_gdbarch_utils): Ditto.
4466 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
4467
4468 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
4469 * wince.c (_initialize_inftarg): Ditto.
4470 * symfile.c (_initialize_symfile): Ditto.
4471 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4472 * language.c (_initialize_language): Ditto.
4473 * arc-tdep.c (_initialize_arc_tdep): Ditto.
4474
4475 2002-02-04 Michael Snyder <msnyder@redhat.com>
4476
4477 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
4478
4479 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
4480
4481 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
4482 Add rules for building the register data files.
4483
4484 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
4485
4486 * regformats/regdat.sh: Add braces to the definition of
4487 expedite_regs_${arch}.
4488
4489 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
4490
4491 * regformats/regdef.h (struct reg): Add comment describing the
4492 requirements for offset and size fields.
4493
4494 2002-02-04 Andreas Schwab <schwab@suse.de>
4495
4496 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
4497 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
4498
4499 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
4500
4501 * gdbarch.sh (copyright): Update years in generated header.
4502 (SMASH_TEXT_ADDRESS): Add rule.
4503 * gdbarch.h, gdbarch.c: Re-generate.
4504 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
4505 * dbxread.c: Likewise.
4506 * dwarfread.c: Likewise.
4507 * elfread.c: Likewise.
4508 * somread.c: Likewise.
4509
4510 * arm-tdep.c (arm_smash_text_address): New function.
4511 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
4512
4513 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
4514
4515 Add support for hardware watchpoints on win32 native.
4516 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
4517 CONTEXT_DEBUG_REGISTERS.
4518 (dr variable): New variable. Static array containing a local copy
4519 of debug registers.
4520 (debug_registers_changed): New variable. Reflects when debug registers
4521 are changed and need to be written to inferior.
4522 (debug_registers_used): New variable. Reflects when any debug register
4523 was set, used when new threads are created.
4524 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
4525 i386-nat code.
4526 (thread_rec): Set dr array if id is the thread of current_event .
4527 (child_continue, child_resume): Change the debug registers for all
4528 threads if debug_registers_changed.
4529 (child_add_thread): Change the debug registers if debug_registers_used.
4530 * config/i386/cygwin.mh: Add use of i386-nat.o file.
4531 Link nm.h to new nm-cygwin.h file.
4532 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
4533 of hardware registers.
4534
4535 2002-02-03 Andrew Cagney <ac131313@redhat.com>
4536
4537 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
4538 Restore behavour broken by 2002-01-20 Andrew Cagney
4539 <ac131313@redhat.com> IEEE_FLOAT removal.
4540
4541 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
4542
4543 * c-valprint.c (c_val_print): Pass a proper valaddr to
4544 cp_print_class_method.
4545 * valops.c (search_struct_method): If there is only one method
4546 and args is NULL, return that method.
4547
4548 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
4549
4550 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
4551 accessing tag_name directly.
4552
4553 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
4554
4555 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
4556 of accessing tag_name directly.
4557
4558 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
4559
4560 PR gdb/280
4561 * gdbtypes.c (replace_type): New function.
4562 * gdbtypes.h (replace_type): Add prototype.
4563 * stabsread.c (read_type): Use replace_type.
4564
4565 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
4566
4567 * Makefile.in (memattr.o): Add missing dependencies rule.
4568
4569 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4570
4571 * breakpoint.c (break_at_finish_command): Really export.
4572 (break_at_finish_at_depth_command): Ditto.
4573 (tbreak_at_finish_command): Ditto.
4574 * hppa-tdep.c: Include completer.h.
4575 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
4576 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
4577
4578 2002-02-01 Andrew Cagney <ac131313@redhat.com>
4579
4580 * utils.c (do_write): New function.
4581 (error_stream): Rewrite combining the code from error_begin and
4582 verror.
4583 (verror): Rewrite using error_stream.
4584 (error_begin): Delete function.
4585
4586 2002-02-01 Andrew Cagney <ac131313@redhat.com>
4587
4588 * utils.c (error_begin): Make static.
4589 * defs.h (error_begin): Delete declaration.
4590
4591 * linespec.c (cplusplus_error): Replace cplusplus_hint.
4592 (decode_line_1): Use cplusplus_error instead of error_begin,
4593 cplusplus_hint and return_to_top_level.
4594 * coffread.c (coff_symfile_read): Use error instead of error_begin
4595 and return_to_top_level.
4596 * infrun.c (default_skip_permanent_breakpoint): Ditto.
4597
4598 2002-02-01 Andrew Cagney <ac131313@redhat.com>
4599
4600 * language.h (type_error, range_error): Make string parameter
4601 constant.
4602 * language.c (warning_pre_print): Delete extern declaration.
4603 * dwarfread.c (warning_pre_print): Ditto.
4604 * language.c (type_error, range_error): Rewrite to use verror and
4605 vwarning instead of warning_begin.
4606
4607 2002-02-01 Michael Snyder <msnyder@redhat.com>
4608
4609 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
4610 (set_ignore_count): Move misplaced comment back where it belongs.
4611
4612 2002-02-01 Andrew Cagney <ac131313@redhat.com>
4613
4614 * command.h (NO_FUNCTION): Delete macro.
4615 * cli/cli-decode.h (NO_FUNCTION): Ditto.
4616 * top.c (execute_command): Replace NO_FUNCTION with NULL.
4617 * tracepoint.c (_initialize_tracepoint): Ditto.
4618 * cli/cli-decode.c (add_set_cmd): Ditto.
4619 * cli/cli-cmds.c (init_cli_cmds): Ditto.
4620
4621 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
4622
4623 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
4624 Update ``this'' pointer when calling virtual functions.
4625
4626 2002-02-01 Michael Snyder <msnyder@redhat.com>
4627
4628 * breakpoint.c (create_temp_exception_breakpoint): Delete.
4629 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
4630
4631 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
4632
4633 * regformats/reg-arm.dat: New file.
4634 * regformats/reg-i386.dat: New file.
4635 * regformats/reg-ia64.dat: New file.
4636 * regformats/reg-m68k.dat: New file.
4637 * regformats/reg-mips.dat: New file.
4638 * regformats/reg-ppc.dat: New file.
4639 * regformats/reg-sh.dat: New file.
4640 * regformats/regdef.h: New file.
4641 * regformats/regdat.sh: New file.
4642
4643 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
4644
4645 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
4646 (arm_frame_args_address, arm_frame_locals_address): New functions.
4647 (arm_frame_num_args): New function.
4648 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
4649 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
4650 (FRMA_NUM_ARGS): Call arm_frame_num_args.
4651
4652 2002-01-31 Michael Snyder <msnyder@redhat.com>
4653
4654 * breakpoint.c (break_at_finish_command): Export.
4655 (break_at_finish_at_depth_command): Export.
4656 (tbreak_at_finish_command): Export.
4657 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
4658 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
4659 "tbreak" commands, which are HPPA specific.
4660
4661 * printcmd.c (disassemble_command): Remove an ancient
4662 artifact of an old merge.
4663
4664 * symfile.h (enum overlay_debugging_state):
4665 Define enum constant values for overlay mode.
4666 * symfile.c (overlay_debugging): Use enums instead of literals.
4667 (overlay_is_mapped, overlay_auto_command,
4668 overlay_manual_command): Ditto.
4669
4670 * breakpoint.c (insert_breakpoints, remove_breakpoint,
4671 breakpoint_here_p, breakpoint_inserted_here_p,
4672 breakpoint_thread_match, bpstat_stop_status,
4673 describe_other_breakpoints, check_duplicates, clear_command):
4674 Coding standard fixes.
4675
4676 * target.c (target_xfer_memory): Add spaces, coding standard.
4677 (do_xfer_memory): Add missing line to trust-readonly
4678 code: check bfd SEC_READONLY flag for section.
4679
4680 2002-01-31 Andrew Cagney <ac131313@redhat.com>
4681
4682 * PROBLEMS: Fix typo, 5.1->5.1.1.
4683
4684 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
4685
4686 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
4687 data symbols, since we search based on textlow and texthigh.
4688 (find_pc_sect_symtab): Likewise.
4689
4690 2002-01-30 Andrew Cagney <ac131313@redhat.com>
4691
4692 * defs.h (vwarning): Declare.
4693 * utils.c (vwarning): New function.
4694 (warning): Call vwarning.
4695 (warning_begin): Delete function.
4696
4697 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
4698 the warning message.
4699 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
4700 warning_begin.
4701
4702 2002-01-30 Michael Snyder <msnyder@redhat.com>
4703
4704 * NEWS: Mention "set trust-readonly-sections" command.
4705 Mention generate-core-file command.
4706
4707 2002-01-15 Michael Snyder <msnyder@redhat.com>
4708
4709 * target.c: New command, "set trust-readonly-sections on".
4710 (do_xfer_memory): Honor the suggestion to trust readonly sections
4711 by reading them from the object file instead of from the target.
4712 (initialize_targets): Register command "set trust-readonly-sections".
4713
4714 2002-01-29 Andrew Cagney <ac131313@redhat.com>
4715
4716 * parse.c (target_map_name_to_register): Simplify, search regs and
4717 pseudo-regs using a single loop.
4718
4719 2002-01-30 Andrew Cagney <ac131313@redhat.com>
4720
4721 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
4722
4723 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
4724
4725 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
4726 * config/i386/i386v42mp.mh: Add i387-nat.o .
4727 * i386v4-nat.c: Include i387-nat.h.
4728 (supply_fpregset): Use i387_supply_fsave.
4729 (fill_fpregset): Use i387_fill_fsave.
4730
4731 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
4732
4733 * arm-tdep.c (arm_call_dummy_words): Define.
4734 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
4735 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
4736 (CALL_DUMMY_WORDS): Define.
4737 (arm_call_dummy_words): Declare.
4738 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
4739 (arm_linux_call_dummy_words): Declare.
4740
4741 2002-01-30 Andreas Schwab <schwab@suse.de>
4742
4743 * m68klinux-nat.c: Fix last change to use regcache_collect
4744 instead of referencing registers[] directly.
4745
4746 2002-01-29 Andrew Cagney <ac131313@redhat.com>
4747
4748 * parse.c (target_map_name_to_register): Delete code wrapped in
4749 #ifdef REGISTER_NAME_ALIAS_HOOK.
4750
4751 2002-01-28 Michael Snyder <msnyder@redhat.com>
4752
4753 * regcache.c (legacy_read_register_gen): Need to be able to
4754 read pseudo-register as well as real register.
4755 (legacy_write_register_gen): Ditto.
4756
4757 2002-01-28 Andrew Cagney <ac131313@redhat.com>
4758
4759 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
4760 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
4761 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
4762 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
4763 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
4764 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
4765 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
4766 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
4767 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
4768 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
4769 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
4770 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
4771 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
4772 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
4773 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
4774 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
4775 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
4776 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
4777 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
4778 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
4779
4780 2002-01-28 Andrew Cagney <ac131313@redhat.com>
4781
4782 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
4783 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
4784 (initialize_current_architecture): Update target_byte_order using
4785 information from BFD.
4786 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
4787 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
4788
4789 2002-01-28 Andrew Cagney <ac131313@redhat.com>
4790
4791 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
4792 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
4793
4794 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
4795 #ifdef INVALID_FLOAT.
4796 * infcmd.c (do_registers_info): Ditto.
4797 * values.c (unpack_double): Ditto. Add comment.
4798
4799 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
4800 already commented out.
4801
4802 2002-01-26 Andreas Schwab <schwab@suse.de>
4803
4804 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
4805 * m68klinux-nat.c: Update ptrace interface for fetching/storing
4806 registers and add support for PTRACE_GETREGS.
4807
4808 2002-01-24 Andrew Cagney <ac131313@redhat.com>
4809
4810 GDB 5.1.1 released from 5.1 branch.
4811 * NEWS: Add 5.1.1 news.
4812 * README: Sync with 5.1 branch.
4813
4814 2002-01-23 Fred Fish <fnf@redhat.com>
4815
4816 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
4817 stabstring on initial malloc. Reallocing will copy it for us,
4818 if necessary.
4819
4820 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
4821
4822 * Makefile.in (hpread_h): Delete.
4823 (HFILES_NO_SRCDIR): Remove hpread.h.
4824 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
4825 (hpread.o): Update dependencies.
4826 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
4827
4828 * hp-psymtab-read.c: Remove file.
4829 * hp-symtab-read.c: Remove file.
4830 * hpread.h: Remove file.
4831
4832 * hpread.c: Merge all contents of hp-psymtab-read.c,
4833 hp-symtab-read.c and hpread.h into this file, as it was prior to
4834 January 1999.
4835
4836 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
4837 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
4838 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
4839 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
4840
4841 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
4842
4843 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
4844 fill_gregset): Call gdbarch_tdep() just once, assign result to
4845 variable and use that, instead of calling the function several
4846 times.
4847
4848 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
4849
4850 * configure.host: Accept sparcv9 as alias for sparc64.
4851 * configure.tgt: Likewise.
4852
4853 2002-01-22 Kevin Buettner <kevinb@redhat.com>
4854
4855 * solib-aix5.c (build_so_list_from_mapfile)
4856 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
4857 arguments is not reversed.
4858 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
4859 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
4860
4861 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
4862
4863 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
4864 modified version of obsolete sh_fetch_pseudo_register.
4865 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
4866 (sh4_register_read): New function.
4867 (sh_pseudo_register_write): New function. Renamed and modified
4868 version of obsolete sh_store_pseudo_register.
4869 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
4870 (sh4_register_write): New function.
4871 (sh_gdbarch_init): Remove setting of gdbarch function
4872 fetch_pseudo_register and store_pseudo_register. Remove setting of
4873 register_convert_to_raw, register_convert_to_virtual,
4874 register_convertible.
4875 (sh_sh4_register_convertible): Delete. No longer needed. All is
4876 taken care by architecture specific functions
4877 register_read/register_write.
4878 (sh_sh4_register_convert_to_virtual): Make static.
4879 (sh_sh4_register_convert_to_raw): Ditto.
4880
4881 2002-01-22 Andrew Cagney <ac131313@redhat.com>
4882
4883 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
4884 (floatformat_is_nan, floatformat_mantissa): Ditto.
4885
4886 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
4887 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
4888 builtin_type_ieee_double_little,
4889 builtin_type_ieee_double_littlebyte_bigword,
4890 builtin_type_m68881_ext, builtin_type_i960_ext,
4891 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
4892 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
4893 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
4894 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
4895
4896 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
4897
4898 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
4899 parameter. Set frameless flag if it exists and depended of
4900 whether the scanned function is frameless or not.
4901 (xstormy16_skip_prologue): If function is frameless, return
4902 result of xstormy16_scan_prologue().
4903 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
4904 call.
4905
4906 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
4907
4908 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
4909 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
4910 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
4911 sh_sh4_register_byte, sh_sh4_register_raw_size,
4912 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
4913 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
4914 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
4915 sh_store_pseudo_register, sh_do_pseudo_register): Call
4916 gdbarch_tdep() just once, assign result to variable and use that,
4917 instead of calling the function several times.
4918
4919 2002-01-20 Mark Kettenis <kettenis@gnu.org>
4920
4921 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
4922 macros instead of LAST_FPU_CTRL_REGNUM.
4923 (store_register): Likewise.
4924
4925 2002-01-21 Jim Blandy <jimb@redhat.com>
4926
4927 * infcmd.c (run_command): Check that the `exec' target layer's BFD
4928 is up-to-date before running the program, not just when a program
4929 exits.
4930
4931 2002-01-21 Fred Fish <fnf@redhat.com>
4932
4933 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
4934 when we have found all instructions we are looking for.
4935
4936 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
4937
4938 * arm-tdep.c (arm_register_name): New function.
4939 (arm_registers_names): Make static.
4940 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
4941 (arm_register_name): Declare.
4942 (REGISTER_NAME): Use it.
4943
4944 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
4945 Kevin Buettner <kevinb@redhat.com>
4946
4947 Convert arm targets to new FRAME interface.
4948 * arm-tdep.c (struct frame_extra_info): Remove fsr.
4949 (arm_frame_find_save_regs): Delete.
4950 (arm_frame_init_saved_regs): New.
4951 (arm_init_extra_frame_info): Alloacte saved_regs as required.
4952 Allocate extra_info as required. Convert all uses of fsr.regs
4953 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
4954 to use extra_info.
4955 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
4956 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
4957 (check_prologue_cache, save_prologue_cache): Likewise.
4958 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
4959 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
4960 (FRAME_FIND_SAVED_REGS): Delete.
4961 (arm_frame_find_saved_regs): Delete prototype.
4962 (arm_frame_init_saved_regs): New prototype.
4963 (FRAME_INIT_SAVED_REGS): Define.
4964
4965 2002-01-20 Andrew Cagney <ac131313@redhat.com>
4966
4967 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
4968
4969 2002-01-20 Andrew Cagney <ac131313@redhat.com>
4970
4971 From Jeff Law <law@redhat.com>:
4972 * infttrace.c: Include <sys/pstat.h>.
4973 (child_pid_to_exec_file): Revamp. Use pstat call to get the
4974 exec file if the ttrace equivalent fails.
4975
4976 2002-01-20 Andrew Cagney <ac131313@redhat.com>
4977
4978 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
4979 (closeLogFile): Ditto.
4980
4981 2002-01-20 Michael Chastain <mec@shout.net>
4982
4983 * top.c (print_gdb_version): Bump copyright year to 2002.
4984
4985 2002-01-20 Andrew Cagney <ac131313@redhat.com>
4986
4987 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
4988 Zannoni and Eli Zaretskii.
4989
4990 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
4991
4992 * buildsym.c: Update copyright years.
4993 * c-typeprint.c: Likewise.
4994 * dwarf2read.c: Likewise.
4995 * f-typeprint.c: Likewise.
4996 * gdbtypes.c: Likewise.
4997 * gdbtypes.h: Likewise.
4998 * hp-symtab-read.c: Likewise.
4999 * hpread.c: Likewise.
5000 * mdebugread.c: Likewise.
5001 * p-typeprint.c: Likewise.
5002
5003 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5004
5005 * remote-sim.c (gdbsim_open): Simplify code testing the macro
5006 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
5007 byte-order selectable.
5008 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
5009 * arch-utils.c: Ditto.
5010 (set_endian): Ditto.
5011 (set_endian_from_file): Ditto.
5012 * gdbserver/low-sim.c (create_inferior): Ditto.
5013 * gdbarch.sh: Ditto.
5014 * gdbarch.h: Re-generate.
5015 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5016 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
5017 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
5018 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5019 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5020 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5021 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
5022 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
5023 macro definition.
5024 * config/mips/tm-wince.h: Remove #undef of macro
5025 TARGET_BYTE_ORDER_SELECTABLE.
5026 * config/sh/tm-wince.h: Ditto.
5027
5028 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
5029
5030 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
5031 member function fields. Add accessor macro
5032 TYPE_FN_FIELD_ARTIFICIAL.
5033 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
5034 * c-typeprint.c (c_type_print_base): Skip artificial member
5035 functions.
5036
5037 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
5038
5039 * f-typeprint.c: Delete unused function f_type_print_args.
5040 * p-typeprint.c: Delete unused function pascal_type_print_args.
5041
5042 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
5043
5044 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
5045 comment. Add ``artificial'' to ``union field_location''.
5046
5047 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
5048
5049 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
5050 * mdebugread.c (parse_symbol): Likewise.
5051 * stabsread.c (define_symbol): Likewise.
5052 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
5053 initializing TYPE_FIELD_BITPOS to n (obsolete).
5054 (hpread_doc_function_type): Likewise.
5055 * hpread.c (hpread_function_type): Likewise.
5056
5057 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5058
5059 * configure.in (host_makefile_frag): Only require a host makefile
5060 fragment when a native build.
5061 * configure: Re-generate.
5062
5063 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5064
5065 * doublest.h (floatformat_from_type): Declare.
5066 * doublest.c (floatformat_from_type): New function.
5067 (convert_typed_floating): Use.
5068
5069 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
5070 call to function floatformat_from_type.
5071
5072 * gdbarch.sh (IEEE_FLOAT): Delete.
5073 * gdbarch.h, gdbarch.c: Re-generate.
5074 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
5075 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
5076 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
5077 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
5078 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
5079 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
5080 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
5081 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
5082 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
5083 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
5084 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
5085 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
5086
5087 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
5088 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
5089 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5090 * sh-tdep.c (sh_gdbarch_init): Ditto.
5091 * mips-tdep.c (mips_gdbarch_init): Ditto.
5092 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5093 * cris-tdep.c (cris_gdbarch_init): Ditto.
5094
5095 2002-01-20 Jiri Smid <smid@suse.cz>
5096
5097 * configure.host, configure.tgt: Support x86-64.
5098 * NEWS: Note new target x86-64.
5099
5100 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
5101 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
5102 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
5103 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
5104 x86-64-linux-nat.o): Fix dependencies.
5105
5106 2002-01-19 Andrew Cagney <ac131313@redhat.com>
5107
5108 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
5109 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
5110 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
5111 * config/sparc/xm-sun4os4.h: Delete file.
5112 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
5113
5114 2002-01-19 Andrew Cagney <ac131313@redhat.com>
5115
5116 * config/sparc/sparclynx.mh (XM_FILE): Delete.
5117 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
5118 * config/m68k/m68klynx.mh (XM_FILE): Delete.
5119 * config/i386/i386lynx.mh (XM_FILE): Delete.
5120 * config/rs6000/xm-rs6000ly.h: Delete file.
5121 * config/sparc/xm-sparclynx.h: Delete file.
5122 * config/m68k/xm-m68klynx.h: Delete file.
5123 * config/i386/xm-i386lynx.h: Delete file.
5124 * config/xm-lynx.h: Delete file.
5125 * config/djgpp/fnchange.lst: Update.
5126
5127 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
5128
5129 * alpha-tdep.c (alpha_register_byte): New function.
5130 (alpha_register_raw_size): Ditto.
5131 (alpha_register_virtual_size): Ditto.
5132 (alpha_skip_prologue_internal): Renamed from
5133 alpha_skip_prologue.
5134 (alpha_skip_prologue): New version that calls
5135 alpha_skip_prologue_internal.
5136 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
5137 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
5138 second argument from alpha_skip_prologue.
5139 (REGISTER_BYTE): Use alpha_register_byte.
5140 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
5141 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
5142 (FRAMELESS_FUNCTION_INVOCATION): Use
5143 generic_frameless_function_invocation_not.
5144 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
5145 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
5146
5147 2002-01-19 Andrew Cagney <ac131313@redhat.com>
5148
5149 * config/mips/xm-news-mips.h: Delete file.
5150 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
5151
5152 * config/m88k/xm-m88k.h: Delete file.
5153 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
5154 * config/m88k/xm-delta88v4.h: Ditto.
5155 * config/m88k/xm-delta88.h: Ditto.
5156
5157 * config/alpha/xm-fbsd.h: Delete file.
5158 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
5159
5160 * config/sparc/xm-sparc.h: Delete file.
5161 * Makefile.in (xm-sun4os4.h): Delete dependency.
5162 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
5163 * config/sparc/xm-sun4os4.h: Ditto.
5164 * config/sparc/xm-linux.h: Ditto.
5165
5166 * config/i386/xm-windows.h: Delete file.
5167
5168 2002-01-19 Andrew Cagney <ac131313@redhat.com>
5169
5170 * utils.c: Include <sys/param.h> for MAXPATHLEN.
5171 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
5172
5173 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
5174
5175 * alpha-tdep.c (alpha_call_dummy_words): New.
5176 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
5177 (CALL_DUMMY_P): Define.
5178 (CALL_DUMMY_WORDS): Define.
5179 (SIZEOF_CALL_DUMMY_WORDS): Define.
5180
5181 2002-01-19 Per Bothner <per@bothner.com>
5182
5183 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
5184 isn't NULL, which can happen with some gcj-3.x-produced code.
5185
5186 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
5187
5188 * alpha-tdep.c (alpha_register_virtual_type): New function.
5189 (alpha_init_frame_pc_first): Ditto.
5190 (alpha_fix_call_dummy): Ditto.
5191 (alpha_store_struct_return): Ditto.
5192 (alpha_extract_struct_value_address): Ditto.
5193 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
5194 alpha_register_virtual_type.
5195 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
5196 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
5197 alpha_extract_struct_value_address.
5198 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
5199 (INIT_FRAME_PC): Use init_frame_pc_noop.
5200 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
5201
5202 2002-01-19 Mark Kettenis <kettenis@gnu.org>
5203
5204 * i386gnu-nat.c: Include "i386-tdep.h".
5205 (fetch_fpregs): Simplify code dealing with uninitialized floating
5206 point states such that it doesn't require FP7_REGNUM.
5207
5208 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5209
5210 * alpha-tdep.c (frame_extra_info): New.
5211 (alpha_find_saved_regs): Make static. Use
5212 frame->extra_info.
5213 (alpha_frame_init_saved_regs): New function.
5214 (alpha_frame_saved_pc): Use frame->extra_info.
5215 (temp_saved_regs): Don't declare as struct frame_saved_regs.
5216 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
5217 (init_extra_frame_info): Rename to...
5218 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
5219 (alpha_print_extra_frame_info): New function.
5220 (alpha_frame_locals_address): Ditto.
5221 (alpha_frame_args_address): Ditto.
5222 (alpha_pop_frame): Use frame->extra_info.
5223 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
5224 alpha_frame_args_address.
5225 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
5226 (alpha_find_saved_regs): Remove prototype.
5227 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
5228 (EXTRA_FRAME_INFO): Remove.
5229 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
5230 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
5231
5232 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5233
5234 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
5235 (alpha_cannot_fetch_register): Ditto.
5236 (alpha_cannot_store_register): Ditto.
5237 (alpha_register_convertible): Ditto.
5238 (alpha_use_struct_convention): Ditto.
5239 * config/alpha/tm-alpha.h: Update copyright years.
5240 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
5241 (INNER_THAN): Use core_addr_lessthan.
5242 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
5243 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
5244 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
5245 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
5246 (FRAME_CHAIN): Remove unnecessary cast.
5247
5248 2002-01-18 Andrew Cagney <ac131313@redhat.com>
5249
5250 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
5251 obsolete.
5252
5253 2002-01-18 Andrew Cagney <ac131313@redhat.com>
5254
5255 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
5256 * monitor.c, remote-array.c, remote-bug.c: Ditto.
5257 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
5258 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
5259 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
5260 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
5261 * x86-64-linux-nat.c: Ditto.
5262
5263 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5264
5265 * alpha-tdep.c (alpha_register_name): New function.
5266 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
5267 (REGISTER_NAME): Define.
5268
5269 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5270
5271 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
5272
5273 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5274
5275 * alpha-tdep.c: Update copyright years.
5276 (alpha_next_pc): New function.
5277 (alpha_software_single_step): Ditto.
5278 * config/alpha/tm-alpha.h: Add prototype for
5279 alpha_software_single_step.
5280
5281 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5282
5283 * alphabsd-nat.c: Update copyright years.
5284 (fill_gregset): Use regcache_collect.
5285 (fill_fpregset): Likewise.
5286 (fetch_inferior_registers): Only fetch integer registers
5287 if requested to do so.
5288 (store_inferior_registers): Only store integer registers
5289 if requested to do so.
5290
5291 2002-01-17 Andrew Cagney <ac131313@redhat.com>
5292
5293 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
5294 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
5295 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
5296 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
5297 * config/alpha/fbsd.mh (XDEPFILES): Delete.
5298 * config/arm/linux.mh (XDEPFILES): Delete.
5299 * config/arm/nbsd.mh (XDEPFILES): Delete.
5300 * config/i386/i386dgux.mh (XDEPFILES): Delete.
5301 * config/i386/i386sol2.mh (XDEPFILES): Delete.
5302 * config/i386/i386m3.mh (XDEPFILES): Delete.
5303 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
5304 * config/i386/i386gnu.mh (XDEPFILES): Delete.
5305 * config/i386/fbsd.mh (XDEPFILES): Delete.
5306 * config/i386/i386bsd.mh (XDEPFILES): Delete.
5307 * config/i386/i386sco5.mh (XDEPFILES): Delete.
5308 * config/i386/i386v4.mh (XDEPFILES): Delete.
5309 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
5310 * config/i386/i386sco4.mh (XDEPFILES): Delete.
5311 * config/i386/i386aix.mh (XDEPFILES): Delete.
5312 * config/i386/go32.mh (XDEPFILES): Delete.
5313 * config/i386/cygwin.mh (XDEPFILES): Delete.
5314 * config/i386/i386lynx.mh (XDEPFILES): Delete.
5315 * config/i386/i386mach.mh (XDEPFILES): Delete.
5316 * config/i386/i386v32.mh (XDEPFILES): Delete.
5317 * config/i386/linux.mh (XDEPFILES): Delete.
5318 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
5319 * config/i386/ncr3000.mh (XDEPFILES): Delete.
5320 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
5321 * config/i386/i386sco.mh (XDEPFILES): Delete.
5322 * config/i386/i386v.mh (XDEPFILES): Delete.
5323 * config/i386/nbsd.mh (XDEPFILES): Delete.
5324 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
5325 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
5326 * config/i386/symmetry.mh (XDEPFILES): Delete.
5327 * config/i386/obsd.mh (XDEPFILES): Delete.
5328 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
5329 * config/ia64/linux.mh (XDEPFILES): Delete.
5330 * config/ia64/aix.mh (XDEPFILES): Delete.
5331 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
5332 * config/m68k/dpx2.mh (XDEPFILES): Delete.
5333 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
5334 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
5335 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
5336 * config/m68k/linux.mh (XDEPFILES): Delete.
5337 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
5338 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
5339 * config/m68k/nbsd.mh (XDEPFILES): Delete.
5340 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
5341 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
5342 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
5343 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
5344 * config/m88k/delta88.mh (XDEPFILES): Delete.
5345 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
5346 * config/m88k/m88k.mh (XDEPFILES): Delete.
5347 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
5348 * config/mips/linux.mh (XDEPFILES): Delete.
5349 * config/mips/irix6.mh (XDEPFILES): Delete.
5350 * config/mips/irix5.mh (XDEPFILES): Delete.
5351 * config/mips/irix4.mh (XDEPFILES): Delete.
5352 * config/mips/irix3.mh (XDEPFILES): Delete.
5353 * config/mips/decstation.mh (XDEPFILES): Delete.
5354 * config/mips/mipsm3.mh (XDEPFILES): Delete.
5355 (NATDEPFILES): Move core-aout.o to here.
5356 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
5357 * config/pa/hpux1020.mh (XDEPFILES): Delete.
5358 * config/pa/hppabsd.mh (XDEPFILES): Delete.
5359 * config/pa/hppahpux.mh (XDEPFILES): Delete.
5360 * config/pa/hpux11w.mh (XDEPFILES): Delete.
5361 * config/pa/hppaosf.mh (XDEPFILES): Delete.
5362 * config/pa/hpux11.mh (XDEPFILES): Delete.
5363 * config/powerpc/aix.mh (XDEPFILES): Delete.
5364 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
5365 * config/powerpc/linux.mh (XDEPFILES): Delete.
5366 * config/romp/rtbsd.mh: Rename XDEPFILES.
5367 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
5368 * config/rs6000/aix4.mh (XDEPFILES): Delete.
5369 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
5370 * config/s390/s390.mh (XDEPFILES): Delete.
5371 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
5372 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
5373 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
5374 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
5375 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
5376 * config/sparc/nbsd.mh (XDEPFILES): Delete.
5377 * config/sparc/linux.mh (XDEPFILES): Delete.
5378 * config/vax/vaxult.mh (XDEPFILES): Delete.
5379 * config/vax/vaxult2.mh (XDEPFILES): Delete.
5380 * Makefile.in (DEPFILES): Remove XDEPFILES.
5381
5382 2002-01-17 Andrew Cagney <ac131313@redhat.com>
5383
5384 * utils.c (internal_verror): Fix comments, default is yes not no.
5385 Update queries to match. Default to quit and dump core.
5386
5387 2002-01-17 Andrew Cagney <ac131313@redhat.com>
5388
5389 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
5390 copyright.
5391 * defs.h, event-top.c, gdbcmd.h: Ditto.
5392 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
5393 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
5394 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
5395 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
5396 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
5397 * mi/mi-main.c:Ditto.
5398
5399 * stack.c, symfile.c: Update copyright.
5400
5401 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
5402
5403 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
5404 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
5405 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
5406 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
5407
5408 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
5409
5410 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
5411 * gdbserver/low-lynx.c (myattach): Likewise.
5412 * gdbserver/low-nbsd.c (myattach): Likewise.
5413 * gdbserver/low-sim.c (myattach): Likewise.
5414 * gdbserver/low-sparc.c (myattach): Likewise.
5415 * gdbserver/low-sun3.c (myattach): Likewise.
5416
5417 * gdbserver/low-linux.c (myattach): New function.
5418
5419 * gdbserver/server.c (attach_inferior): New function.
5420 (main): Handle "--attach".
5421
5422 2002-01-16 Andrew Cagney <ac131313@redhat.com>
5423
5424 * MAINTAINERS (language support): Daniel Jacobwitz is C++
5425 maintainer.
5426
5427 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
5428
5429 * c-typeprint.c (is_type_conversion_operator): Add additional
5430 check for non-conversion operators.
5431
5432 2002-01-15 Michael Snyder <msnyder@redhat.com>
5433
5434 * linux-proc.c: Add "info proc" command, a la procfs.c.
5435 (read_mapping): New function, abstract and re-use code.
5436 (linux_find_memory_regions): Use new func read_mapping.
5437 (linux_info_proc_cmd): New function, implement "info proc".
5438 (_initialize_linux_proc): Add new command "info proc".
5439
5440 2002-01-15 Michael Snyder <msnyder@redhat.com>
5441
5442 * symfile.c (generic_load): Use bfd_map_over_sections method
5443 instead of manipulating bfd structure members directly.
5444 (add_section_size_callback): New function, bfd sections callback
5445 used by generic_load.
5446 (load_sections_callback): New function, bfd sections callback
5447 used by generic_load.
5448
5449 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
5450
5451 [Based on work by Jim Blandy]
5452 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
5453 (builtin_type_vec128): Export.
5454 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
5455 types.
5456 (builtin_type_vec128): New builtin type for 128 bit vector
5457 registers.
5458 (build_gdbtypes): Initialize builtin_type_v16qi and
5459 builtin_type_v8hi. Create the vec128 register builtin type
5460 structure.
5461 (build_builtin_type_vec128): New function.
5462 (_initialize_gdbtypes): Register builtin_type_v16qi and
5463 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
5464 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
5465 AltiVec register to new builtin type.
5466
5467 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
5468
5469 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
5470 to make_cv_type.
5471
5472 2002-01-14 Andrew Cagney <ac131313@redhat.com>
5473
5474 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
5475 CLEAN_UP_REGISTER_VALUE.
5476 * regcache.c (supply_register): Update only call.
5477
5478 2002-01-14 Andrew Cagney <ac131313@redhat.com>
5479
5480 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
5481 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
5482 a29k-*-vxworks* targets as obsolete.
5483
5484 2002-01-14 Michael Snyder <msnyder@redhat.com>
5485
5486 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
5487 until we can resolve portability issues.
5488 * gregset.h: Remove references to fpxregs.
5489 * gcore.c (gcore_command): Initialize note_sec to NULL.
5490
5491 2002-01-13 Andrew Cagney <ac131313@redhat.com>
5492
5493 * signals.c (target_signal_to_name): Rewrite. Only use
5494 signals[].name when in bounds and non-NULL.
5495
5496 2002-01-13 Andrew Cagney <ac131313@redhat.com>
5497
5498 From Petr Ledvina <ledvinap@kae.zcu.cz>:
5499 * signals.c (target_signal_to_name): Verify that SIG is within the
5500 bounds of the signals array.
5501
5502 2002-01-13 Andrew Cagney <ac131313@redhat.com>
5503
5504 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
5505
5506 2002-01-13 Keith Seitz <keiths@redhat.com>
5507
5508 * stack.c (print_frame_info_base): Print the frame's pc
5509 only if when print_frame_info_listing_hook is not defined.
5510
5511 2002-01-13 Keith Seitz <keiths@redhat.com>
5512
5513 * varobj.c (varobj_set_value): Make sure that there were no
5514 errors evaluating the object before attempting to set its
5515 value.
5516 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
5517 so this offset adjustment is no longer necessary.
5518 (create_child): Don't set the error flag if the child is
5519 a CPLUS_FAKE_CHILD.
5520 (value_of_child): If value_fetch_lazy fails, return NULL
5521 so that callers will be notified that an error occurred.
5522 (c_value_of_variable): Delay check of variable's validity
5523 until later. We actually want all structs and unions to have
5524 the value "{...}".
5525 Do not return "???" for variables which could not be evaluated.
5526 This error condition must be returned to the caller so that it
5527 can get the error condition from gdb.
5528 (cplus_name_of_child): Adjust index for vptr before figuring
5529 out the name of the child.
5530 (cplus_value_of_child): If a child's (real) parent is not valid,
5531 don't even bother trying to give a value for it. Just return
5532 an error. Change all instances in this function.
5533 (cplus_type_of_child): If our parent is one of the "fake"
5534 parents, we need to get at the type of the real parent, and
5535 derive the child's true type using this information.
5536
5537 2002-01-13 Andrew Cagney <ac131313@redhat.com>
5538
5539 From 2002-01-09 John Marshall <johnm@falch.net>:
5540 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
5541 sources.redhat.com, and tweak some related URLs which had
5542 suffered from linkrot.
5543
5544 2002-01-13 Andrew Cagney <ac131313@redhat.com>
5545
5546 From Jeff law:
5547 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
5548 structures passed in registers.
5549
5550 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
5551
5552 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
5553 white space which prevented compilation. Reported by DSK
5554 <dsk@student.unsw.edu.au>.
5555
5556 2002-01-11 Michael Snyder <msnyder@redhat.com>
5557
5558 * symfile.c (build_section_addr_info_from_section_tab):
5559 Use bfd access method instead of manipulating bfd directly.
5560 (syms_from_objfile): Ditto.
5561 (simple_overlay_update_1): Ditto.
5562 (simple_overlay_update): Ditto.
5563 (generic_load): Ditto.
5564 (overlay_unmapped_address): FIXME comment, bfd access methods.
5565 (sections_overlap): FIXME comment, bfd access methods.
5566 (pc_in_mapped_range): FIXME comment, bfd access methods.
5567 (pc_in_unmapped_range): FIXME comment, bfd access methods.
5568 (section_is_mapped): FIXME comment, bfd access methods.
5569 (section_is_overlay): FIXME comment, bfd access methods.
5570
5571 * symfile.c (generic_load): Whitespace and long line cleanups.
5572 Remove duplicate variable, change several local variables to
5573 more appropriate data types.
5574 (print_transfer_performance): Use %lu instead of %ld for ulongs.
5575
5576 2002-01-12 Andrew Cagney <ac131313@redhat.com>
5577
5578 From Peter Schauer:
5579 * language.c (longest_local_hex_string_custom): Use phex_nz to
5580 convert NUM to a hex string.
5581
5582 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
5583
5584 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
5585 the function.
5586 Update Copyright year.
5587
5588 2002-01-12 Andrew Cagney <ac131313@redhat.com>
5589
5590 * language.c (longest_raw_hex_string): Delete unused function.
5591
5592 2002-01-11 Petr Sorfa <petrs@caldera.com>
5593
5594 * MAINTAINERS (write-after-approval): Add myself.
5595 * dwarf2read.c (read_tag_string_type): Handling of
5596 DW_AT_byte_size.
5597 (read_tag_string_type): FORTRAN fix to prevent propagation of
5598 first string size.
5599 (set_cu_language): Handling of DW_LANG_Fortran95
5600
5601 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
5602
5603 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
5604 GETPID(inferior_ptid).
5605 (store_inferior_registers): Likewise.
5606
5607 2002-01-10 Jason Merrill <jason@redhat.com>
5608
5609 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
5610 Fix DW_OP_minus.
5611
5612 2002-01-10 Andrew Cagney <ac131313@redhat.com>
5613
5614 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
5615 and bfd/elf32-sh-nbsd.c.
5616
5617 2002-01-10 Michael Snyder <msnyder@redhat.com>
5618
5619 * NEWS: Mention --pid and corefile/proc-id behavior change.
5620
5621 * Makefile.in: Add rules for gcore.o and linux-proc.o.
5622 * gcore.c: Include cli/cli-decode.h instead of command.h.
5623
5624 * main.c (captured_main): Add new command line option "--pid".
5625 If the second command line argument (following the symbol-file)
5626 begins with a digit, try to attach to it before trying to open
5627 it as a corefile.
5628 (print_gdb_help): Document the "--pid" argument.
5629
5630 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
5631
5632 * completer.c (command_completer): New function.
5633
5634 * completer.h <command_completer>: Add prototype.
5635
5636 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
5637 completer for the "help" command.
5638
5639 2002-01-09 Jason Merrill <jason@redhat.com>
5640
5641 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
5642
5643 2002-01-09 Michael Snyder <msnyder@redhat.com>
5644
5645 * i386-linux-nat.c (fill_fpxregset): Make global.
5646 (store_fpxregset): Ditto.
5647
5648 * gregset.h (gdb_fpxregset_t): Define.
5649 (supply_fpxregset): Prototype.
5650 (fill_fpxregset): Prototype.
5651
5652 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
5653
5654 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
5655
5656 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
5657 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
5658 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
5659
5660 2002-01-09 Andrew Cagney <ac131313@redhat.com>
5661
5662 * MAINTAINERS: Update target maintainer rules so that any
5663 Maintainer can approve a tested patch for a maintenance-only
5664 target.
5665
5666 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
5667
5668 * MAINTAINERS (write-after-approval): Add myself.
5669
5670 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
5671 IN_SIGTRAMP.
5672
5673 2002-01-08 Michael Snyder <msnyder@redhat.com>
5674
5675 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
5676 real name of the executable, rather than the /proc name.
5677
5678 2002-01-03 Michael Snyder <msnyder@redhat.com>
5679
5680 Implement a "generate-core-file" command in gdb, save target state.
5681 * gcore.c: New file. Implement new command 'generate-core-file'.
5682 Save a corefile image of the current state of the inferior.
5683 * linux-proc.c: Add linux-specific code for saving corefiles.
5684 * target.h (struct target_ops): Add new target vectors for saving
5685 corefiles; to_find_memory_regions and to_make_corefile_notes.
5686 (target_find_memory_regions): New macro.
5687 (target_make_corefile_notes): New macro.
5688 * target.c (update_current_target): Inherit new target methods.
5689 (dummy_find_memory_regions): New place-holder method.
5690 (dummy_make_corefile_notes): New place-holder method.
5691 (init_dummy_target): Initialize new dummy target vectors.
5692 * exec.c (exec_set_find_memory_regions): New function.
5693 Allow the exec_ops vector for memory regions to be taken over.
5694 (exec_make_note_section): New function, target vector method.
5695 * defs.h (exec_set_find_memory_regions): Export prototype.
5696 * procfs.c (proc_find_memory_regions): New function, corefile method.
5697 (procfs_make_note_section): New function, corefile method.
5698 (init_procfs_ops): Set new target vector pointers.
5699 (find_memory_regions_callback): New function.
5700 (procfs_do_thread_registers): New function.
5701 (procfs_corefile_thread_callback): New function.
5702 * sol-thread.c (sol_find_memory_regions): New function.
5703 (sol_make_note_section): New function.
5704 (init_sol_thread_ops): Initialize new target vectors.
5705 * inftarg.c (inftarg_set_find_memory_regions): New function.
5706 Allow to_find_memory_regions vector to be taken over.
5707 (inftarg_set_make_corefile_notes): New function.
5708 Allow to_make_corefile_notes vector to be taken over.
5709 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
5710 interface layer if not target_has_execution (may be a corefile).
5711 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
5712 * config/sparc/sun4sol2.mh: Ditto.
5713 * config/alpha/alpha-linux.mh: Ditto.
5714 * config/arm/linux.mh: Ditto.
5715 * config/i386/x86-64linux.mh: Ditto.
5716 * config/ia64/linux.mh: Ditto.
5717 * config/m68k/linux.mh: Ditto.
5718 * config/mips/linux.mh: Ditto.
5719 * config/powerpc/linux.mh: Ditto.
5720 * config/sparc/linux.mh: Ditto.
5721
5722 2002-01-07 Michael Snyder <msnyder@redhat.com>
5723
5724 * arm-linux-nat.c: Remove references to regcache.c internal data
5725 (registers[] and register_valid[]).
5726
5727 2002-01-07 Michael Snyder <msnyder@redhat.com>
5728
5729 * linux-proc.c: New file. Implement child_pid_to_exec_file,
5730 so that attaching to a pid will automatically read the process's
5731 symbol file and shlibs.
5732 * Makefile.in: Add rule for linux-proc.o.
5733 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
5734 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
5735 * config/arm/linux.mh: Ditto.
5736 * config/i386/linux.mh: Ditto.
5737 * config/i386/x86-64linux.mh: Ditto.
5738 * config/ia64/linux.mh: Ditto.
5739 * config/m68k/linux.mh: Ditto.
5740 * config/mips/linux.mh: Ditto.
5741 * config/powerpc/linux.mh: Ditto.
5742 * config/sparc/linux.mh: Ditto.
5743
5744 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
5745
5746 * win32-nat.c: Add i386-tdep.h dependency.
5747
5748 2002-01-07 Michael Snyder <msnyder@redhat.com>
5749
5750 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
5751 instead of bfd_get_arch_size. Don't bail out just because
5752 there's no exec_bfd.
5753
5754 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
5755 * p-valprint.c (pascal_object_print_value): Ditto.
5756 * somread.c (som_symtab_read): Ditto.
5757 * symfile.c (simple_free_overlay_region_table): Ditto.
5758 * valops.c (value_assign): Ditto.
5759
5760 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
5761 use tilde_expand and strerror for opening save-tracepoints file.
5762
5763 * thread-db.c (thread_db_new_objfile): Indendation fix.
5764
5765 * infptrace.c (GDB_MAX_ALLOCA): New define.
5766 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
5767 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
5768 can be overridden with whatever value is appropriate to the host).
5769 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
5770 alloca to allocate potentially large buffer.
5771 * rs6000-nat.c (child_xfer_memory): Ditto.
5772 * symm-nat.c (child_xfer_memory): Ditto.
5773 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
5774
5775 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
5776
5777 From Nick Clifton <nickc@redhat.com>
5778 * d10v-tdep.c: Set STACK_START to 0x200bffe.
5779
5780 2002-01-07 Michael Snyder <msnyder@redhat.com>
5781
5782 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
5783 Don't use exec_bfd if it's NULL.
5784
5785 2002-01-06 Mark Kettenis <kettenis@gnu.org>
5786
5787 * valops.c (value_arg_coerce): Fix formatting.
5788
5789 2002-01-06 Andrew Cagney <ac131313@redhat.com>
5790
5791 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
5792 * gnu-nat.c: Ditto.
5793
5794 2002-01-06 Andrew Cagney <ac131313@redhat.com>
5795
5796 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
5797 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
5798 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
5799 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
5800 z8k-coff have not been multi-arched. Update z8k-coff build
5801 status.
5802
5803 2002-01-06 Andrew Cagney <ac131313@redhat.com>
5804
5805 * MAINTAINERS: Mark a29k target as obsolete.
5806 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
5807 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
5808 comments.
5809 * NEWS: Note that a29k targets are obsolete.
5810 * a29k-tdep.c: Mark as obsolete.
5811 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
5812 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
5813 a29k-*-vxworks* targets as obsolete.
5814 * remote-adapt.c: Obsolete.
5815 * remote-eb.c: Obsolete.
5816 * remote-mm.c: Obsolete.
5817 * remote-udi.c: Obsolete.
5818 * config/a29k/a29k-udi.mt: Obsolete.
5819 * config/a29k/a29k.mt: Obsolete.
5820 * config/a29k/tm-a29k.h: Obsolete.
5821 * config/a29k/tm-vx29k.h: Obsolete.
5822 * config/a29k/vx29k.mt: Obsolete.
5823
5824 2002-01-05 Andrew Cagney <ac131313@redhat.com>
5825
5826 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
5827 with BFD_ENDIAN_BIG.
5828
5829 2002-01-05 Andrew Cagney <ac131313@redhat.com>
5830
5831 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
5832 * configure, config.in: Re-generate.
5833 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
5834 * defs.h: Do not include <endian.h>.
5835
5836 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
5837
5838 * acconfig.h (HAVE_PT_GETXMMREGS): New.
5839 * config.in: Regenerate.
5840 * configure.in: Update copyright years.
5841 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
5842 * configure: Regenerate.
5843 * i386bsd-nat.c: Update copyright years.
5844 (fill_gregset): Use regcache_collect.
5845 (fetch_inferior_registers): Only fetch integer registers
5846 if requested to do so. Add support for XMM registers
5847 using PT_GETXMMREGS.
5848 (store_inferior_registers): Only store integer registers
5849 if requested to do so. Add support for XMM registers
5850 using PT_SETXMMREGS.
5851 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
5852 (store_inferior_registers): Remove.
5853 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
5854 (fetch_elfcore_registers): New function.
5855 (i386nbsd_elfcore_fns): New.
5856 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
5857 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
5858 i386bsd-nat.o.
5859 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5860 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
5861 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
5862 * config/i386/tm-nbsd.h: Update copyright years.
5863 (HAVE_SSE_REGS): Define.
5864 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
5865 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
5866 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
5867 (SIGCONTEXT_PC_OFFSET): Remove.
5868 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
5869
5870 2002-01-05 Andrew Cagney <ac131313@redhat.com>
5871
5872 * configure.tgt: Remove powerpc-*-macos* target.
5873 * config/m68k/xm-mpw.h: Delete file.
5874 * config/xm-mpw.h: Delete file.
5875 * ser-mac.c: Delete file.
5876 * mpw-make.sed: Delete file.
5877 * mpw-config.in: Delete file.
5878 * mac-xdep.c: Delete file.
5879 * mac-gdb.r: Delete file.
5880 * mac-defs.h: Delete file.
5881 * mac-nat.c: Delete file.
5882 * config/powerpc/macos.mh: Delete file.
5883 * config/powerpc/macos.mt: Delete file.
5884 * config/powerpc/nm-macos.h: Delete file.
5885 * config/powerpc/tm-macos.h: Delete file.
5886 * source.c (openp, open_source_file): Remove obsolete code.
5887 * top.c (gdb_readline): Ditto.
5888 * utils.c (query): Ditto.
5889 * event-top.c (display_gdb_prompt): Ditto.
5890 * Makefile.in (ser-mac.o): Delete obsolete target.
5891 * NEWS: Update.
5892
5893 2002-01-04 Andrew Cagney <ac131313@redhat.com>
5894
5895 * defs.h (BIG_ENDIAN): Delete macro definition.
5896 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
5897 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
5898 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
5899 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
5900 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
5901 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
5902 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
5903 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
5904 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
5905 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
5906 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
5907 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
5908 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
5909 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
5910 * gdbarch.c: Re-generate.
5911
5912 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
5913
5914 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
5915 for core files.
5916
5917 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
5918
5919 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
5920
5921 2002-01-04 Andrew Cagney <ac131313@redhat.com>
5922
5923 * value.h (value_ptr): Delete typedef.
5924
5925 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
5926
5927 * i386nbsd-nat.c: Update copyright years.
5928 Include i386-tdep.h.
5929
5930 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
5931
5932 * stabsread.c: Update copyright years.
5933
5934 From Debashis Mahata <debashis.mahata@wipro.com>:
5935 (read_struct_fields): Deal with Sun C compiler erroneous stab
5936 output for structs and unions.
5937 Fix PR gdb/269.
5938
5939 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
5940
5941 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
5942 prototype.
5943
5944 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
5945
5946 * cp-abi.c: Fix whitespace.
5947 (baseclass_offset): New wrapper function.
5948 * cp-abi.h (baseclass_offset): Add prototype.
5949 (struct cp_abi_ops): Add baseclass_offset pointer.
5950
5951 * valops.c (vb_match): Move to...
5952 * gnu-v2-abi.c (vb_match): here.
5953 * valops.c (baseclass_offset): Move to...
5954 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
5955
5956 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
5957
5958 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
5959 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
5960 * hpacc-abi.c (init_hpacc_ops): Likewise.
5961
5962 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
5963
5964 * valops.c (find_overload_match): Accept obj as a
5965 reference parameter. Update it before returning.
5966 * value.h (find_overload_match): Update prototype.
5967 * eval.c (evaluate_subexp_standard): Pass object to
5968 find_overload_match by reference.
5969
5970 2002-01-03 Andrew Cagney <ac131313@redhat.com>
5971
5972 * valarith.c: Replace value_ptr with struct value pointer. Remove
5973 register attribute from value declarations.
5974 * valops.c: Ditto.
5975 * value.h: Ditto.
5976 * scm-lang.c (scm_lookup_name): Ditto.
5977
5978 2002-01-03 Michael Snyder <msnyder@redhat.com>
5979
5980 Abstract the functionality of iterating over mapped memory
5981 regions into a general purpose iterator function.
5982 * procfs.c (iterate_over_mappings): New function, general purpose
5983 iterator for memory sections.
5984 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
5985 (solib_mappings_callback): New function, callback for above.
5986 (info_proc_mappings): Reimpliment using iterate_over_mappings.
5987 (info_mappings_callback): New function, callback for above.
5988
5989 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
5990
5991 2002-01-01 Mark Kettenis <kettenis@gnu.org>
5992
5993 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
5994 * i386-tdep.c: Include "elf-bfd.h".
5995 (process_note_abi_tag_sections): New function.
5996 (i386_gdbarch_init): Add code to recognize various OS/ABI
5997 combinations.
5998
5999 * maint.c (_initialize_maint_cmds): Add missing \ in
6000 string-literal.
6001
6002 For older changes see ChangeLog-2001
6003 \f
6004 Local Variables:
6005 mode: change-log
6006 left-margin: 8
6007 fill-column: 74
6008 version-control: never
6009 End:
This page took 0.201163 seconds and 4 git commands to generate.