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