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