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