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