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