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