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