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