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