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