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