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