* Makefile.am: Added tic4x dependecy
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
01ad7f36
DJ
12002-11-10 Daniel Jacobowitz <drow@mvista.com>
2
3 * gdbtypes.h (struct main_type): Move artificial flag out of
4 loc. New member of ``struct field'' named static_kind. Reduce
5 overloaded meaning of bitsize.
6 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
7 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
8 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
9
10 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
11 new fields.
12 (template_to_fixed_record_type, template_to_static_fixed_type)
13 (to_record_with_fixed_variant_part): Likewise.
14 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
15 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
16 * dwarfread.c (struct_type, enum_type): Likewise.
17 * hpread.c (hpread_read_enum_type)
18 (hpread_read_function_type, hpread_read_doc_function_type)
19 (hpread_read_struct_type): Likewise.
20 * mdebugread.c (parse_symbol): Likewise.
21
bf1e52be
AC
222002-11-10 Andrew Cagney <ac131313@redhat.com>
23
24 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
25 * stack.c (print_frame_info_base): Update.
26 (print_frame_info_base, frame_info): Update.
27 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
28 (sparc_frame_saved_pc): Update.
29 * ada-lang.c (find_printable_frame): Update.
30 * breakpoint.c (deprecated_frame_in_dummy): Update.
31
ce556f85
MK
322002-11-09 Mark Kettenis <kettenis@gnu.org>
33
34 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
35 defined.
36 (regmap): Extend to cover all registers.
37 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
38 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
39 definitions.
40 (fetch_register, sore_register): Simplify.
41 (old_fetch_inferior_registers, old_store_inferior_registers):
42 Remove functions.
43 (cannot_fetch_register, cannot_store_register): Change
44 implementation to use regmap array to decide which registers
45 cannot be fetched/stored. This removes $orig_eax from the
46 registers that cannot be fetched/stored.
47 (fetch_inferior_registers): Call fetch_register directly instead
48 of calling old_fetch_inferior_registers.
49 (store_inferior_registers): Call store_register directly instead
50 of calling old_store_inferior_registers.
51 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
52 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
53 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
54
932bb524
KD
552002-11-09 Klee Dienes <kdienes@apple.com>
56
57 * i387-tdep.c (i387_supply_register): When called with NULL as a
58 buffer, mark the register as not provided (to mirror the behavior
59 of supply_register).
60 (i387_supply_fxsave): Ditto.
61 (i387_supply_fsave): Ditto (inherits the behavior from
62 i387_supply_register).
63
ebe68b27
KD
642002-11-09 Klee Dienes <kdienes@apple.com>
65
66 * blockframe.c (sigtramp_saved_pc): Use
67 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
68 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
69 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
70
15220c65
AC
712002-11-09 Andrew Cagney <ac131313@redhat.com>
72
73 * frame.c (get_prev_frame): Test prev_p to identify a previously
74 unwound frame. Initialize prev_p.
75 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
76 comment.
77
95adb866
AC
782002-11-09 Andrew Cagney <ac131313@redhat.com>
79
80 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
81 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
82 more comments. Zap dead code.
83
e71ecd70
MK
842002-11-09 Mark Kettenis <kettenis@gnu.org>
85
86 * infcmd.c (print_vector_info, print_float_info): Move code that
87 checks whether the target has any registers and whether there is a
88 selected frame up, such that it is also used if a target provides
89 multi-arch definitions of these functions.
90
c525330d
AC
912002-11-08 Andrew Cagney <ac131313@redhat.com>
92
72bdd927
AC
93 * Makefile.in (DESTDIR): Define.
94 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
95 prefix.
96
c525330d
AC
97 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
98 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
99
38c968cf
AC
1002002-11-08 Andrew Cagney <ac131313@redhat.com>
101
102 * i386-linux-tdep.c: Include "reggroups.h".
103 (i386_linux_register_reggroup_p): New function.
104 (i386_linux_init_abi): Set register_reggroup_p to
105 i386_linux_register_reggroup_p.
106 * i386-tdep.h (i386_register_reggroup_p): Declare.
107 * i386-tdep.c: Include "reggroups.h".
108 (i386_init_reggroups): New function.
109 (i386_add_reggroups): New function.
110 (i386_register_reggroup_p): New function.
111 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
112 (_initialize_i386_tdep): Call i386_init_reggroups.
113 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
114 specific reggroups.
115
19e33363
MK
1162002-11-09 Mark Kettenis <kettenis@gnu.org>
117
371a6e84
MK
118 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
119 request that's available in *BSD.
120
94ba925a
MK
121 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
122
19e33363
MK
123 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
124 FDOFF_REGNUM.
125
8779790c
AC
1262002-11-08 Andrew Cagney <ac131313@redhat.com>
127
128 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
129 * dummy-frame.c (find_dummy_frame): Rename
130 generic_find_dummy_frame, make static. Return the dummy frame
131 instead of the regcache.
132 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
133 (cached_find_dummy_frame): New function. Use find_dummy_frame.
134 (dummy_frame_register_unwind): Rename
135 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
136 * dummy-frame.h (dummy_frame_register_unwind): Rename
137 generic_call_dummy_register_unwind.
138
8674b74f
MK
1392002-11-08 Mark Kettenis <kettenis@gnu.org>
140
141 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
142 except the inclusion of "i386/tm-i386.h", to...
143 * config/i386/nm-i386v42mp.h: ...here.
144 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
145
4c1e7e9d
AC
1462002-11-08 Andrew Cagney <ac131313@redhat.com>
147
148 * Makefile.in (frame.o): Update dependencies.
149 * blockframe.c (current_frame, frame_obstack_alloc)
150 (frame_saved_regs_zalloc, get_current_frame)
151 (set_current_frame, create_new_frame)
152 (set_unwind_by_pc, get_next_frame)
153 (flush_cached_frames, reinit_frame_cache)
154 (frame_saved_regs_register_unwind)
155 (deprecated_generic_get_saved_register)
156 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
157 (_initialize_blockframe): Move frame code from here...
158 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
159 "annotate.h" and "dummy-frame.h".
160 (_initialize_frame): New function.
161
921e78cf
JB
1622002-11-08 Jim Blandy <jimb@redhat.com>
163
164 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
165 when we finish a function a context.
166 * buildsym.h (outermost_context_p): New macro.
167 (Bug analyzed by David Edelsohn.)
168
9c1412c1
AC
1692002-11-08 Andrew Cagney <ac131313@redhat.com>
170
171 * blockframe.c: Include "dummy-frame.h".
172 (struct dummy_frame, dummy_frame_stack)
173 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
174 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
175 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
176 (generic_save_call_dummy_addr, generic_pop_current_frame)
177 (generic_pop_dummy_frame, generic_fix_call_dummy)
178 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
179 dummy frame code from here...
180 * dummy-frame.c: ...to here. New file.
181 * dummy-frame.h: New file.
182 (generic_call_dummy_register_unwind): Declare.
183 (generic_find_dummy_frame): Declare.
184 * Makefile.in (SFILES): Add dummy-frame.c.
185 (dummy-frame.o): Specify dependencies.
186 (dummy_frame_h): Define.
187 (COMMON_OBS): Add dummy-frame.o.
188 (blockframe.o): Update dependencies.
189
208d8187
JB
1902002-11-08 Jim Blandy <jimb@redhat.com>
191
192 * dwarf2read.c (read_func_scope): Restore local_symbols and
193 param_symbols after we finish the function context. (Based on a
194 patch from David Edelsohn.)
195
413dad4d
DC
1962002-11-08 David Carlton <carlton@math.stanford.edu>
197
198 * linespec.c (symbol_found): New function.
199 (minsym_found): New function.
200 (decode_line_1): Separate out some code into separate functions.
201
5512c44a
JB
2022002-11-08 Joel Brobecker <brobecker@gnat.com>
203
204 * i386-tdep.c (i386_frameless_signal_p): Make non static for
205 the benefit of the interix target.
206 * i386-tdep.h (i386_frameless_signal_p): Declare.
207
1b33ef47
AC
2082002-11-08 Andrew Cagney <ac131313@redhat.com>
209
210 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
211 declaration that snuck in from change below.
212
23a34459
AC
2132002-11-06 Andrew Cagney <cagney@redhat.com>
214
215 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
216 all callers.
217 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
218 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
219 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
220 (i386_mxcsr_regnum_p): new function. Use instead of
221 MXCSR_REGNUM_P.
222 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
223 (i386_sse_regnum_p): Declare.
224 (i386_mxcsr_regnum_p): Declare.
225 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
226 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
227 (IS_FP_REGNUM): Update definition.
228 (IS_FPU_CTRL_REGNUM): Update definition..
229 (IS_SSE_REGNUM): Update definition..
230 * i386v-nat.c (register_u_addr): Update.
231 * go32-nat.c (fetch_register): Update.
232 (store_register): Update.
233
d709c020
JB
2342002-11-07 Joel Brobecker <brobecker@gnat.com>
235
236 Preparation work to convert the hppa targets to multiarch partial.
237
238 * hppa-tdep.c: Add new functions replacing macro bodies from
239 config/pa/tm-hppa.h. These function will be used to initialize
240 the gdbarch structure. Import some comments from tm-hppa.h,
241 and place them where appropriate, to avoid loosing them when
242 we cleanup this file.
243 (hppa_reg_struct_has_addr): New function.
244 (hppa_inner_than): New function.
245 (hppa_stack_align): New function.
246 (hppa_pc_requires_run_before_use): New function.
247 (hppa_instruction_nullified): New function.
248 (hppa_register_byte): New function.
249 (hppa_register_virtual_type): New function.
250 (hppa_store_struct_return): New function.
251 (hppa_cannot_store_register): New function.
252 (hppa_frame_args_address): New function.
253 (hppa_frame_locals_address): New function.
254 (hppa_smash_text_address): New function.
255 (hppa_coerce_float_to_double): New function. Requires the inclusion
256 of "language.h".
257
258 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
259
260 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
261 gdbarch-eligible macro to a call to the new associated function
262 created in hppa-tdep.c.
263 (INNER_THAN): Likewise.
264 (STACK_ALIGN): Likewise.
265 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
266 (INSTRUCTION_NULLIFIED): Likewise.
267 (REGISTER_BYTE): Likewise.
268 (REGISTER_VIRTUAL_TYPE): Likewise.
269 (STORE_STRUCT_RETURN): Likewise.
270 (CANNOT_STORE_REGISTER): Likewise.
271 (FRAME_ARGS_ADDRESS): Likewise.
272 (FRAME_LOCALS_ADDRESS): Likewise.
273 (SMASH_TEXT_ADDRESS): Likewise.
274 (COERCE_FLOAT_TO_DOUBLE): Likewise.
275 (ABOUT_TO_RETURN): Delete, as no longer used.
276
83c31e7d
FN
2772002-11-07 Fernando Nasser <fnasser@redhat.com>
278
279 * printcmd.c (disassemble_command): Remove obsolete function.
280 (_initialize_printcmd): Do not create disassemble command here.
281 * cli/cli-cmds.c (disassemble_command): New function. Implements
282 disassemble command.
283 (init_cli_cmds): Create disassemble command here instead.
284
0ec30a36
AC
2852002-11-07 Andrew Cagney <ac131313@redhat.com>
286
287 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
288
e600bd34
AC
2892002-11-07 Andrew Cagney <ac131313@redhat.com>
290
291 * regcache.h (regcache_cooked_read_using_offset_hack)
292 (regcache_cooked_write_using_offset_hack): Delete declarations.
293 (register_changed): Delete declaration.
294 * regcache.c (regcache_cooked_read_using_offset_hack)
295 (regcache_cooked_write_using_offset_hack): Delete functions.
296 (cooked_xfer_using_offset_hack): Delete function.
297 (register_changed): Delete function.
298
568f8739
JB
2992002-11-07 Jim Blandy <jimb@redhat.com>
300
301 * macroscope.c: #include "complaints.h".
302 (sal_macro_scope): Cope with filenames that appear in the symtabs,
303 but not in the macro table.
304 * Makefile.in (macroscope.o): Record dependency.
305
b0718b7b
JB
3062002-11-07 Joel Brobecker <brobecker@gnat.com>
307
308 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
309
2b9e5f3f
AC
3102002-11-07 Andrew Cagney <ac131313@redhat.com>
311
312 * regcache.c (deprecated_registers_fetched): Update.
313 * regcache.h (deprecated_registers_fetched): Rename
314 registers_fetched.
315 * remote-vxsparc.c (vx_read_register): Update.
316 * remote-vxmips.c (vx_read_register): Update.
317 * remote-vx68.c (vx_read_register): Update.
318 * irix5-nat.c (fetch_core_registers): Update.
319 * mipsm3-nat.c (fetch_inferior_registers): Update.
320 * sun3-nat.c (fetch_inferior_registers): Update.
321 * symm-nat.c (fetch_inferior_registers): Update.
322 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
323 (fetch_core_registers): Update.
324 (fetch_kcore_registers): Update.
325 * mips-nat.c (fetch_inferior_registers): Update.
326 * corelow.c (get_core_registers): Update.
327 * a68v-nat.c (fetch_inferior_registers): Update.
328
e6e68f1f
JB
3292002-11-06 Joel Brobecker <brobecker@gnat.com>
330
331 Put in place the framework necessary for multiarching the hppa targets.
332 * hppa-tdep.c (hppa_gdbarch_init): New function.
333 (hppa_dump_tdep): New function.
334 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
335 tdep structure dumper.
336 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
337 until the multi-arching conversion has partially been completed.
338
492254e9
AC
3392002-11-06 Andrew Cagney <ac131313@redhat.com>
340
341 * valops.c (value_assign): Merge lval_register case into
342 lval_reg_frame_relative. Use frame_register and
343 regcache_cooked_write instead of get_saved_register and
344 write_register_bytes. After flushing the register cache, try to
345 re-select the selected frame.
346
8262ee23
AC
3472002-11-06 Andrew Cagney <ac131313@redhat.com>
348
349 * regcache.h (deprecated_register_valid): Rename register_valid.
350 * regcache.c: Update.
351 * ia64-aix-nat.c: Update.
352 * i386gnu-nat.c: Update.
353 * alpha-nat.c: Update.
354 * sparc-nat.c: Update.
355 * lynx-nat.c: Update.
356 * remote-mips.c: Update.
357
4facf7e8
JB
3582002-11-06 Joel Brobecker <brobecker@gnat.com>
359
360 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
361 to end of file, to be more consistent with the pratice followed
362 by other targets.
363
f9418c0f
AC
3642002-11-06 Andrew Cagney <ac131313@redhat.com>
365
366 * infcmd.c: Include "reggroups.h" and <ctype.h>.
367 (print_float_info): Print registers in float_reggroup.
368 (print_vector_info): Print registers in vector_reggroup.
369 (default_print_registers_info): When all, print registers in
370 all_reggroup. Otherwize, print registers in general_reggroup.
371 (registers_info): Rewrite. Add support for register groups.
372 Eliminate a goto.
373
3fe235a7
EZ
3742002-11-06 Elena Zannoni <ezannoni@redhat.com>
375
376 * symtab.c (methods_info): Delete. It has been ifdeffed out for
377 ages.
378 (symtab_symbol_info): Remove eons old ifdeffed out code.
379 (_initialize_symtab): Remove prehistoric disabled 'info methods'
380 command.
381
ef944135
TR
3822002-11-06 Theodore A. Roth <troth@openavr.org>
383
384 * c-exp.y: Add missing semi-colons.
385 * f-exp.y: Add missing semi-colons.
386 * m2-exp.y: Add missing semi-colons.
387 * p-exp.y: Add missing semi-colons.
388 Add empty action to start rule to avoid a type clash error when
389 building with bison >= 1.50.
390
f8302a57
JB
3912002-11-06 Jim Blandy <jimb@redhat.com>
392
393 * macrotab.h (struct macro_source_file): Doc fix.
394
6e382aa3
JJ
3952002-11-05 Jeff Johnston <jjohnstn@redhat.com>
396
397 * varobj.c (child_exists, cplus_number_of_children): Change
398 STREQ macro references to strcmp.
399 (cplus_name_of_child): Change code to handle the fact that
400 fields are not necessarily contiguous with regards to their
401 access control. This is a fix for PR gdb/792.
402
a216a322
AC
4032002-11-05 Andrew Cagney <ac131313@redhat.com>
404
405 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
406 * gdbarch.h, gdbarch.c: Regnerate.
407 * frame.h (frame_register): Declare.
408 * frame.c (frame_register): New function.
409 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
410 GET_SAVED_REGISTER, otherwize call
411 generic_unwind_get_saved_register.
412 (frame_register_read): Use frame_register instead of
413 get_saved_register.
414
7d5b6fdd
EZ
4152002-11-05 Elena Zannoni <ezannoni@redhat.com>
416
417 From Jim Ingham <jingham@apple.com>:
418 * event-top.c (gdb_disable_readline): New function.
419 (_initialize_event_loop): Move comment.
420
b7c64260
EZ
4212002-11-05 Elena Zannoni <ezannoni@redhat.com>
422
423 * event-loop.c (start_event_loop): Add comment.
424 Update copyright.
425
c2e1b8f2
AC
4262002-11-05 Andrew Cagney <ac131313@redhat.com>
427
428 * infcmd.c (default_print_registers_info): Do not call
429 PRINT_REGISTER_HOOK.
430
87647bb0
AC
4312002-11-05 Andrew Cagney <ac131313@redhat.com>
432
433 * sparc-tdep.c (sparc_print_register_hook): Make static.
434 (sparc_print_registers_info): New function.
435 (sparc_do_registers_info): New function.
436 (sparclet_print_registers_info): New function.
437 (sparclet_do_registers_info): New function.
438 (do_sparc_print_registers_info): New function.
439 (sparc_print_registers): New static function, clone of infcmd.c's
440 default_print_registers_info.
441 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
442 (sparclet_do_registers_info): Declare.
443 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
444 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
445 Re-define.
446 (sparc_do_registers_info): Declare.
447 (PRINT_REGISTER_HOOK): Delete macro.
448 (sparc_print_register_hook): Delete declaration.
449
8155455b
DC
4502002-11-05 David Carlton <carlton@math.stanford.edu>
451
452 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
453 functions.
454 (lookup_symbol_aux_local): New function.
455 (lookup_symbol_aux_symtabs): New function.
456 (lookup_symbol_aux_psymtabs): New function.
457
29924310
DC
4582002-11-05 David Carlton <carlton@math.stanford.edu>
459
460 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
461 previous values of 'objfile' and 'block'.
462
cc303028
PM
4632002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
464
465 * values.c (value_change_enclosing_type): Set
466 enclosing_type field correctly also for the case where
467 more memory needs to be allocated.
468
1d70089a
MK
4692002-11-03 Mark Kettenis <kettenis@gnu.org>
470
f16a25ae
MK
471 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
472 of puts_filtered.
473
1d70089a
MK
474 * i387-tdep.c (i387_print_float_info): Replace calls to
475 register_read and deprecated_read_register_gen with calls to
476 frame_register_read, and make the necessary adjustments to the
477 surrounding code.
478
7e20f3fb
AC
4792002-11-02 Andrew Cagney <ac131313@redhat.com>
480
481 * gdbarch.sh (register_reggroup_p): Allow default value.
482 * gdbarch.h, gdbarch.c: Regenerate.
483
192dbe33
AC
4842002-11-02 Andrew Cagney <ac131313@redhat.com>
485
486 * regcache.h: Add coment indicating replacements for deprecated
487 functions.
488
b59ff9d5
AC
4892002-11-02 Andrew Cagney <cagney@redhat.com>
490
491 * reggroups.h, reggroups.c: New files.
492 * regcache.c: Include "reggroups.h".
493 (enum regcache_dump_what): Add `regcache_dump_groups'.
494 (regcache_dump): Contract size of the "Type" column. When
495 specified, dump the register's groups.
496 (maintenance_print_register_groups): New function.
497 (_initialize_regcache): Add command `maint print register-groups'.
498 * Makefile.in (COMMON_OBS): Add reggroups.o
499 (SFILES): Add reggroups.c.
500 (reggroups_h): Define.
501 (regcache.o, gdbarch.o): Update dependencies.
502 (reggroups.o): Specify dependencies.
503 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
504 Add opaque declaration for `struct reggroup' in generated .h file.
505 Include "reggroups.h" in generated .c file.
506 gdbarch.h, gdbarch.c: Re-generate.
507
4caf0990
AC
5082002-11-02 Andrew Cagney <cagney@redhat.com>
509
510 * regcache.h (deprecated_read_register_gen): Rename
511 read_register_gen.
512 (deprecated_write_register_gen): Rename write_register_gen.
513 * i387-tdep.c: Update.
514 * x86-64-linux-nat.c: Update
515 * wince.c: Update.
516 * thread-db.c: Update.
517 * win32-nat.c: Update.
518 * mips-tdep.c: Update.
519 * d10v-tdep.c: Update.
520 * cris-tdep.c: Update.
521 * remote-sim.c: Update.
522 * remote-rdi.c: Update.
523 * remote-rdp.c: Update.
524 * frame.c: Update.
525 * target.c: Update.
526 * blockframe.c: Update.
527 * x86-64-tdep.c: Update.
528 * xstormy16-tdep.c: Update.
529 * sh-tdep.c: Update.
530 * s390-tdep.c: Update.
531 * rs6000-tdep.c: Update.
532 * sparc-tdep.c: Update.
533 * i386-tdep.c: Update.
534 * dwarf2cfi.c: Update.
535 * regcache.c: Update.
536
7a7adcdf
JB
5372002-11-01 Joel Brobecker <brobecker@gnat.com>
538
539 New interix-specific files:
540 * config/i386/nm-interix.h: New file.
541 * config/i386/interix.mh: New file.
542 * config/i386/interix.mt: New file.
543 * i386-interix-nat.c: New file.
544 * i386-interix-tdep.c: New file.
545
bdcdd535
AC
5462002-11-01 Andrew Cagney <cagney@redhat.com>
547
548 * frame.h (deprecated_generic_get_saved_register): Rename
549 generic_get_saved_register.
550 * blockframe.c (deprecated_generic_get_saved_register): Update.
551 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
552 (xstormy16_frame_saved_register): Update.
553 * sh-tdep.c (sh_gdbarch_init): Update.
554 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
555 * ia64-tdep.c (ia64_get_saved_register): Update.
556 * cris-tdep.c (cris_gdbarch_init): Update.
557 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
558 * arm-tdep.c (arm_gdbarch_init): Update.
559
2a4b7c45
DJ
5602002-10-31 Daniel Jacobowitz <drow@mvista.com>
561
562 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
563
ef17e74b
DJ
5642002-10-31 Daniel Jacobowitz <drow@mvista.com>
565
566 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
567 trampolines in sigaction.
568
4904ba5b
AC
5692002-10-31 Andrew Cagney <cagney@redhat.com>
570
571 * h8300-tdep.c: Include "gdb_assert.h".
572 (h8300_print_register): Add gdbarch, file and frame parameters.
573 Use frame_read_unsigned_register to read the register's value.
574 Use fprintf_filtered to display output.
575 (h8300_print_registers_info): Replace h8300_do_registers_info.
576 (h8300_gdbarch_init): Set print_registers_info.
577
f908a0eb
AC
5782002-10-31 Andrew Cagney <cagney@redhat.com>
579
580 * frame.c (frame_read_unsigned_register): New function.
581 (frame_read_signed_register): New function.
582 * frame.h (frame_read_unsigned_register): Declare.
583 (frame_read_signed_register): Declare.
584
c5646e11
AC
5852002-10-31 Andrew Cagney <cagney@redhat.com>
586
587 * h8500-tdep.c (h8500_print_registers_info): New static function,
588 clone of infcmd.c's default_print_registers_info.
589 (h8500_do_registers_info): New funtion.
590 (h8500_print_register_hook): Rename print_register_hook, make
591 static.
592
593 * config/h8500/tm-h8500.h: Update copyright.
594 (DEPRECATED_DO_REGISTERS_INFO): Define.
595 (h8500_do_registers_info: Declare.
596 (PRINT_REGISTER_HOOK): Delete macro.
597 (print_register_hook): Delete function.
598
0bdd672b
AC
5992002-10-31 Andrew Cagney <cagney@redhat.com>
600
601 * z8k-tdep.c (z8k_print_register_hook): Make static.
602 (z8k_print_registers_info): New static function, clone of
603 infcmd.c's default_print_registers_info.
604 (z8k_do_registers_info): New function. Wrap
605 z8k_print_registers_info.
606 * config/z8k/tm-z8k.h: Update copyright.
607 (PRINT_REGISTER_HOOK): Delete macro.
608 (z8k_print_register_hook): Delete declaration.
609 (DEPRECATED_DO_REGISTERS_INFO): Define.
610 (z8k_do_registers_info): Declare.
611
bf9c25dc
JB
6122002-10-30 Joel Brobecker <brobecker@gnat.com>
613
614 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
615 as this is already provided by value.h, and was actually causing
616 a compilation error because of a conflict in parameter type
617 declaration due to a missing const keyword.
618 (low_text_segment_addres): Fix a compilation warning.
619
2c665b51
DJ
6202002-10-29 Daniel Jacobowitz <drow@mvista.com>
621
622 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
623 registers without a name.
624 (mips_linux_cannot_store_register): Don't store registers without
625 a name.
626
e70ea697
DC
6272002-10-28 David Carlton <carlton@math.stanford.edu>
628
629 * symtab.c (find_addr_symbol): Delete. (It was already commented
630 out.)
631 * symtab.h: Delete prototype for find_addr_symbol.
632
903ad3a6
AC
6332002-10-26 Andrew Cagney <cagney@redhat.com>
634
635 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
636 DO_REGISTERS_INFO.
637 gdbarch.h, gdbarch.c: Re-generate.
638 * infcmd.c (default_print_registers_info): Update reference.
639 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
640 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
641 * sh-tdep.c (sh_gdbarch_init): Ditto.
642 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
643 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
644
ab91194c
MK
6452002-10-26 Mark Kettenis <kettenis@gnu.org>
646
e3033f15
MK
647 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
648 cfi_init_extra_frame_info.
649 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
650 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
651
b83b026c
MK
652 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
653 target where necessary. Add more comments and remove the ones
654 that don't provide any useful information.
655
267bf4bb
MK
656 * i386-tdep.c (i386_frame_saved_pc): Replace call to
657 deprecated_read_register_dummy with
658 frame_unwind_unsigned_register.
659
751f1375
MK
660 * i386-tdep.c (i386_extract_struct_value_address): Use
661 regcache_raw_read_unsigned instead of
662 regcache_cooked_read_unsigned since we know that the register
663 we're reading isn't a pseudo register. Rename variable 'val' into
664 the more descriptive 'addr'.
665
26abbdc4
MK
666 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
667 (x86_64_push_return_address): Add comment.
668 (x86_64_pop_frame): Make static.
669 (examine_argument): Clarify comment.
670 (x86_64_skip_prologue): Make prolog_expact variable static.
671
9f1549cc
MK
672 * dwarf2cfi.c: Fix some formatting problems.
673 (context_cpy, read_encoded_pointer): Clarify comments.
674
ab91194c
MK
675 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
676 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
677 i386 target back into x86_64_gdbarch_init. Add some comments and
678 remove meaningless ones.
679
72367fb4
AC
6802002-10-25 Andrew Cagney <cagney@redhat.com>
681
682 * complaints.h (struct deprecated_complaint): Rename `struct
683 complaint'.
684 * complaints.c (complain): Update.
685 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
686 incorrect comment indicating that "symfile.h" was being included
687 for the `struct complaint' definition.
688 * remote-vx.c: Update.
689 * objc-lang.c: Update.
690 * xcoffread.c: Update.
691 * hpread.c: Update.
692 * mdebugread.c: Update.
693 * stabsread.c: Update.
694 * dwarf2read.c: Update.
695 * dwarfread.c: Update.
696 * elfread.c: Update.
697 * coffread.c: Update.
698 * stabsread.h: Update.
699 * dbxread.c: Update.
700 * buildsym.c: Update.
701 * gdbtypes.c: Update.
702 * macrotab.c: Update.
703
1f2baacc
MK
7042002-10-25 Mark Kettenis <kettenis@gnu.org>
705
0c1a73d6
MK
706 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
707 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
708 (x86_64_init_abi): ...new function.
709
6aee4d54 710 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1f2baacc
MK
711 * i386v-nat.c: Include "i386-tdep.h".
712
8f9cbe01
AC
7132002-10-25 Andrew Cagney <cagney@redhat.com>
714
5f11f355
AC
715 * gdbtypes.c (address_space_name_to_int): Update.
716 (address_space_int_to_name): Update.
717 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
718 multi-arch predicate.
719 (address_class_name_to_type_flags): Ditto.
720 * gdbarch.h, gdbarch.c: Re-generate.
721
8f9cbe01
AC
722 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
723
e8d96a5d
MH
7242002-10-24 Martin M. Hunt <hunt@redhat.com>
725
726 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
727
fe39c653
EZ
7282002-10-24 Elena Zannoni <ezannoni@redhat.com>
729
730 * symtab.h (INIT_SAL): Delete macro.
731 (init_sal): Export.
732 * symtab.c (init_sal): New function.
733
734 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
735 to init_sal function call.
736 (find_sal_from_funcs_and_line): Ditto.
737 (all_sals_for_line): Ditto.
738 * breakpoint.c (create_internal_breakpoint): Ditto.
739 (create_fork_vfork_event_catchpoint): Ditto.
740 (create_exec_event_catchpoint): Ditto.
741 (parse_breakpoint_sals): Ditto.
742 (watch_command_1): Ditto.
743 (handle_gnu_4_16_catch_command): Ditto.
744 (clear_command): Ditto.
745 * hppa-tdep.c (child_enable_exception_callback): Ditto.
746 * infcmd.c (run_stack_dummy): Ditto.
747 * infrun.c (process_event_stop_test): Ditto.
748 (check_sigtramp2): Ditto.
749 (step_over_function): Ditto.
750 * linespec.c (decode_line_2): Ditto.
751 (decode_line_1): Ditto.
752 * source.c (line_info): Ditto.
753 * symtab.c (find_pc_sect_line): Ditto.
754
baed091b
ML
7552002-10-24 Michal Ludvig <mludvig@suse.cz>
756
757 * dwarf2cfi.c (struct context)
758 (struct context_reg): Moved to dwarf2cfi.h
759 (context_alloc, frame_state_alloc, context_cpy):
760 Made extern instead of static, removed prototypes.
761 * dwarf2cfi.h (struct context)
762 (struct context_reg): New, moved from dwarf2cfi.c
763 (context_alloc, frame_state_alloc, context_cpy):
764 New prototypes.
765 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
766 Changed from static to extern.
767 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
768 (LINUX_SIGCONTEXT_FP_OFFSET)
769 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
770 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
771 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
772 * x86-64-tdep.c (x86_64_gdbarch_init): Several
773 set_gdbarch_*() calls now use x86-64 specific functions
774 instead of DWARF2 CFI ones.
775 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
776 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
777 (x86_64_init_extra_frame_info): New prototypes.
778
c38da1af
DC
7792002-10-23 David Carlton <carlton@math.stanford.edu>
780
781 * linespec.c: #include "parser-defs.h".
782 Delete prototype for find_template_name_end.
783 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
784
fb9b6b35
JJ
7852002-10-23 Jeff Johnston <jjohnstn@redhat.com>
786
787 * NEWS: add recent mi fixes.
788 * varobj.c (struct varobj): Add new "updated" flag.
789 (new_variable): Default "updated" flag to 0.
790 (varobj_set_value): Set "updated" flag to 1 if value
791 changes.
792 (varobj_update): Check varobj "updated" flag before
793 comparing old and refreshed values. Fix for
794 PR gdb/702.
795
8da065d5
DC
7962002-10-23 David Carlton <carlton@math.stanford.edu>
797
798 * parse.c (parse_exp_1): Use BLOCK_START.
799 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
800 SYMBOL_BLOCK_VALUE.
801 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
802
87f2f08c
DC
8032002-10-23 David Carlton <carlton@math.stanford.edu>
804
805 * symtab.c: Delete cplusplus_hint.
806 Delete prototype for find_template_name_end.
807
88cda038
EZ
8082002-10-23 Elena Zannoni <ezannoni@redhat.com>
809
810 * symtab.h: Update comment.
811
2625d86c
MS
8122002-10-23 Michael Snyder <msnyder@redhat.com>
813
814 * printcmd.c (address_info): Restore quotes in output.
815 * valops.c (value_of_local): Restore quotes in error message.
816
9cc0d196
EZ
8172002-10-23 Elena Zannoni <ezannoni@redhat.com>
818
819 * symtab.c (symbol_demangled_name): New function.
820 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
821 turning most of it into a function.
822 (symbol_demangled_name): Export.
823
19de93d0
MS
8242002-10-23 Michael Snyder <msnyder@redhat.com>
825
826 * valops.c (value_of_local): Restore quotes in error message.
827
89aad1f9
EZ
8282002-10-23 Elena Zannoni <ezannoni@redhat.com>
829
830 * symtab.c (symbol_init_language_specific): New function.
831 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
832 turning most of it into a function.
833 (symbol_init_language_specific): Export.
834
d9fa45fe
DC
8352002-10-23 David Carlton <carlton@math.stanford.edu>
836
837 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
838 (dwarf_attr_name): Ditto.
839 (dwarf_type_encoding_name): Ditto.
840 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
841 (process_die): Handle DW_TAG_namespace,
842 DW_TAG_imported_declaration, DW_TAG_imported_module.
843 (read_namespace): New function.
844
1045b512
JB
8452002-10-22 Joel Brobecker <brobecker@gnat.com>
846
847 * configure.in: Define NEW_PROC_API on Interix too.
848 * configure: Regenerate.
849
8502002-10-21 Joel Brobecker <brobecker@gnat.com>
8ec41317
JB
851
852 * configure: Regenerate using the proper version of autoconf.
853
3987b9d4
EZ
8542002-10-21 Elena Zannoni <ezannoni@redhat.com>
855
856 * findvar.c (read_var_value): Temporarily disable TLS code, until
857 complete TLS support is added.
858
9d774e44
EZ
8592002-10-21 Jim Blandy <jimb@redhat.com>
860 Elena Zannoni <ezannoni@redhat.com>
861
862 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
863 for thread local storage locations.
864 (struct symbol): Add objfile field.
865 (SYMBOL_OBJFILE): Define.
866 * dwarf2read.c (is_thread_local): New static variable.
867 (new_symbol): If variable is in thread local fill in address class
868 and objfile appropriately.
869 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
870 stack operation.
871 * printcmd.c (address_info): Print the information for thread
872 local storage variable.
873 * findvar.c (read_var_value): In case of thread local variable,
874 defer to the target vector code to compute address.
875
bc4a16ae
EZ
8762002-10-21 Elena Zannoni <ezannoni@redhat.com>
877
878 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
879 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
880
407caf07
EZ
8812002-10-21 Elena Zannoni <ezannoni@redhat.com>
882
883 * symtab.h (address_class): Rename
884 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
885 * hpread.c (hpread_process_one_debug_symbol): Ditto.
886 * printcmd.c (address_info): Ditto.
887 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
888
005328e3
MK
8892002-10-20 Mark Kettenis <kettenis@gnu.org>
890
afdb036a
MK
891 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
892 DBREG_DRX macro to acces debug registers.
893
ca02e098
MK
894 * Makefile.in (i386obsd-tdep.o): New target.
895
03cc47f7
MK
896 * solib-sunos.c: Include "bcache.h" and "regcache.h".
897 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
898
005328e3
MK
899 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
900 * config/i386/obsd.mt: New file.
901 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
902 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
903 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
904 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
905 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
906 * i386obsd-tdep.c: New file.
907
9c96f9f2
AF
9082002-10-19 Adam Fedor <fedor@gnu.org>
909
910 * objc-exp.y (name_not_typename): Fix invalid comment.
911
ce1ed485
MK
9122002-10-20 Mark Kettenis <kettenis@gnu.org>
913
914 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
915 to allocate partial syms and macro byte caches.
916
1efc7aaa
DC
9172002-10-18 David Carlton <carlton@math.stanford.edu>
918
919 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
920
7e1d63ec
AF
9212002-10-18 Adam Fedor <fedor@gnu.org>
922
923 * stabsread.c (find_name_end): New function.
924 (define_symbol): Use it.
925
6e8d29a9
DJ
9262002-10-18 Daniel Jacobowitz <drow@mvista.com>
927
928 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
929 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
930 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
931 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
932
1efc7aaa 9332002-10-17 David Carlton <carlton@math.stanford.edu>
63ca651f
DC
934
935 * symfile.h: Add opaque declaration for struct obstack.
936 Declare obsavestring to take a const char *.
937 * symfile.c (obsavestring): Make first argument a const char *.
938
1aeae86e
AF
9392002-10-16 Adam Fedor <fedor@gnu.org>
940
941 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
942 names when matching breakpoints in current file.
943
8b2dbe47
KB
9442002-10-16 Kevin Buettner <kevinb@redhat.com>
945
946 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
947 (read_tag_pointer_type): Add address class support.
948 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
949 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
950 New methods.
951 * gdbarch.h, gdbarch.c: Regenerate.
952 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
953 (make_type_with_address_space, recursive_type_dump): Add address
954 class support.
955 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
956 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
957 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
958
74451869
KD
9592002-10-16 Klee Dienes <kdienes@apple.com>
960
961 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
962 to get the last character of a char[] buffer, not
963 name[sizeof(vptr_name)-1].
964
ff4cb3e8
AF
9652002-10-14 Adam Fedor <fedor@gnu.org>
966
967 * symtab.h: New objc_specific struct.
968 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
969 (SYMBOL_DEMANGLED_NAME): Likewise.
970
da2cf7e0
AF
9712002-10-14 Adam Fedor <fedor@gnu.org>
972
973 * symfile.c (init_filename_language_table): Add ObjC file extension.
974
4a351cef
AF
9752002-10-14 Adam Fedor <fedor@gnu.org>
976
977 * utils.c (puts_filtered_tabular): New function.
978 (fprintf_symbol_filtered): Get ObjC demangled name.
979 * defs.h (puts_filtered_tabular): Declared.
980
9750e763
KB
9812002-10-14 Kevin Buettner <kevinb@redhat.com>
982
983 * c-lang.h (c_type_print_varspec_prefix): Delete.
984 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
985 ``need_post_space'' parameter. Adjust all callers.
986
eee771c1
DJ
9872002-10-14 Daniel Jacobowitz <drow@mvista.com>
988
989 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
990 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
991 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
992 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
993
46c82446
AF
9942002-10-13 Adam Fedor <fedor@gnu.org>
995
996 * source.c (print_source_lines): Update comments.
997
d069f99d
AF
9982002-10-13 Adam Fedor <fedor@gnu.org>
999
1000 * valops.c (value_of_local): New function.
1001 (value_of_this): Use it.
1002 * value.h (value_of_local): Declared.
1003
53c551b7
AF
10042002-10-13 Adam Fedor <fedor@gnu.org>
1005
1006 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1007 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1008
eb392fbf
AF
10092002-10-12 Adam Fedor <fedor@gnu.org>
1010
1011 * language.c (binop_result_type): Add language_objc to case.
1012 (integral_type): Likewise.
1013 (character_type): Likewise.
1014 (string_type): Likewise.
1015 (boolean_type): Likewise.
1016 (structured_type): Likewise.
1017 (binop_type_check): Likewise.
1018
e2b23ee9
AF
10192002-10-11 Adam Fedor <fedor@gnu.org>
1020
1021 * printcmd.c (address_info): Print 'self' for ObjC.
1022
b01ab485
AF
10232002-10-11 Adam Fedor <fedor@gnu.org>
1024
1025 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1026 OP_SELF.
1027
806e6073
AF
10282002-10-11 Adam Fedor <fedor@gnu.org>
1029
1030 * language.h (CAST_IS_CONVERSION): Add language_objc.
1031
50f85cdf
AF
10322002-10-11 Adam Fedor <fedor@gnu.org>
1033
1034 * defs.h (enum language): Add language_objc.
1035
0d540cdf
KD
10362002-10-11 Klee Dienes <kdienes@apple.com>
1037
69266111 1038 * corefile.c (read_memory_typed_address): New function.
0d540cdf
KD
1039 * gdbcore.h (read_memory_typed_address): Add prototype.
1040 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1041 to read a value destined for a CORE_ADDR, not read_memory_integer.
1042 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1043 (f77_get_dynamic_lowerbound): Ditto.
1044
d5dc7960
MH
10452002-10-11 Martin M. Hunt <hunt@redhat.com>
1046
1047 * utils.c (string_to_core_addr): After turning string into
1048 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1049 which will do necessary sign-extension, etc.
1050
8343f86c
DJ
10512002-10-11 Daniel Jacobowitz <drow@mvista.com>
1052
1053 * c-exp.y (THIS): Delete token and grammar rule.
1054 (yylex): Don't return THIS.
1055 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1056 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1057 * demangle.c (cplus_markers): Update comment. Put '$'
1058 first. Remove CPLUS_MARKER.
1059 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1060 * jv-exp.y (THIS): Delete token and grammar rule.
1061 (yylex): Don't return THIS.
1062 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1063 * objc-exp.y (THIS): Delete token and grammar rule.
1064 (yylex): Don't return THIS.
1065 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1066 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1067 (read_member_functions): Likewise for opname.
1068 (read_tilde_fields): Use is_cplus_marker.
1069
1070 * defs.h (CPLUS_MARKER): Don't define.
1071 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1072 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1073 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1074 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1075 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1076
1077 * config/i386/tm-i386v4.h: Delete file.
1078 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1079 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1080 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1081 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1082 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1083 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1084 * config/i386/i386v4.mt (TM_FILE): Likewise.
1085 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1086
967c0d83
MM
10872002-10-10 Marko Mlinar <markom@opencores.org>
1088
1089 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1090 accidentially not commited 2002-10-09
1091 * gdbarch.h, gdbarch.c: Re-generate.
1092
f74fa174
MM
10932002-10-09 Marko Mlinar <markom@opencores.org>
1094
1095 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1096 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1097 * gdbarch.h, gdbarch.c: Re-generate.
1098
57349743
JB
10992002-10-08 Petr Sorfa <petrs@caldera.com>
1100
1101 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1102
1103 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1104 so we can work on more than one compilation unit at a time. This
1105 helps prepare GDB to handle inter-CU die references.
1106 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1107 the code to be defined before struct comp_unit_head.
1108 (comp_unit_head): Added new members - offset, cu_head,
1109 begin_die, next and dwarf2_abbrevs.
1110 (dwarf2_abbrevs): Removed single static var; now member of
1111 struct comp_unit_head.
1112 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1113 members.
1114 (psymtab_to_symtab_1): Changed to work with the new
1115 struct comp_unit_head.
1116 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1117 constructs the dwarf2_abbrevs[] inside the cu_header.
1118 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1119 dwarf2_abbrev table to clean up.
1120 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1121 handling of dwarf2_abbrevs inside the cu_header.
1122 (read_partial_die): Now supports the call to the new
1123 dwarf2_lookup_abbrev.
1124 (read_full_die): Now supports the call to the new
1125 dwarf2_lookup_abbrev.
1126
4092aadb
CF
11272002-10-06 Christopher Faylor <cgf@redhat.com>
1128
1129 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1130 insure that shell variables, such as "transformed_name" are propagated
1131 to later shell statements in rule.
1132
af0b2512
MK
11332002-10-06 Mark Kettenis <kettenis@gnu.org>
1134
1135 * config/i386/nm-i386sco.h: Add protection against
1136 multiple-inclusion. Include "i386/nm-i386v.h".
1137 (REGISTER_U_ADDR): Remove define.
1138 (i386_register_u_addr): Remove prototype.
1139
d6020d45
MS
11402002-10-04 Michael Snyder <msnyder@redhat.com>
1141
1142 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1143 before treating it as a single-step event.
1144
7248f48e
AF
11452002-10-03 Adam Fedor <fedor@gnu.org>
1146
1147 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1148 (objc_demangle): Remove assignment in if statements, Replace
1149 free with xfree.
1150 (add_msglist): Likewise.
1151 (end_msglist): Likewise.
1152 (complare_selectors): Likewise.
1153 (selectors_info): Likewise.
1154 (compare_classes): Likewise.
1155 (classes_info): Likewise.
1156 (print_object_command): Likewise.
1157 (find_objc_msgcall_submethod): Replace PTR with void *.
1158 * objc-lang.h: Remove check for __STDC__.
1159
52c6a6ac
JJ
11602002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1161
1162 * ui-out.h (ui_out_field_fmt_int): New prototype.
1163 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1164 of field width and alignment.
1165 * stack.c (print_frame_info_base): When printing frame level, use
1166 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1167 PR gdb/192
1168
7e3cec17
JJ
11692002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1170
1171 * MAINTAINERS: Add self to Write After Approval list.
1172
a58dd373
EZ
11732002-10-02 Elena Zannoni <ezannoni@redhat.com>
1174
1175 * infcmd.c (interrupt_target_command_wrapper): Delete.
1176 (interrupt_target_command): Make non static.
1177 (nofp_registers_info): Make static.
1178 * stack.c (return_command_wrapper): Delete.
1179 (return_command): Make non static.
1180
cee6ddeb
EZ
11812002-10-02 Elena Zannoni <ezannoni@redhat.com>
1182
1183 * event-top.c (gdb_setup_readline): New function. Code moved from
1184 _initialize_event_loop().
1185 (_initialize_event_loop): Call gdb_setup_readline().
1186
c4ed33b9
AC
11872002-10-02 Andrew Cagney <ac131313@redhat.com>
1188
1189 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1190 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1191 * gdbarch.h, gdbarch.c: Re-generate.
1192
cef4f5dd
DJ
11932002-10-02 Daniel Jacobowitz <drow@mvista.com>
1194
1195 Fix PR gdb/778
1196 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1197 before recursing.
1198 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1199 of fill_in_vptr_fieldno.
1200
36dc181b 12012002-10-02 Elena Zannoni <ezannoni@redhat.com>
cee6ddeb 1202
36dc181b
EZ
1203 * inferior.h (registers_info, stepi_command, nexti_command,
1204 continue_command, interrupt_target_command): Export from infcmd.c.
1205 * frame.h (args_info, selected_frame_level_changed_hook,
1206 return_command): Export from stack.c.
1207 * v850ice.c (stepi_command, nexti_command, continue_command): use
1208 prototypes from inferior.h.
1209 * tracepoint.c (registers_info, args_info, locals_info): Use
1210 prototypes from frame.h and inferior.h.
1211 * Makefile.in (mi-main.o): Add dependency on frame.h.
1212
6f99cb26
AC
12132002-10-02 Andrew Cagney <ac131313@redhat.com>
1214
da3eff49
AC
1215 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1216 value in register 3 adjusted by ppc_gp0_regnum.
1217
6f99cb26
AC
1218 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1219
da615bee
MM
12202002-10-02 Marko Mlinar <markom@opencores.org>
1221
1222 * MAINTAINERS: Add myself to the Write After Approval list.
1223
d154bee2
AO
12242002-10-01 Alexandre Oliva <aoliva@redhat.com>
1225
62a49b2c
AO
1226 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1227 of the section for the N64 ABI, fixed.
1228
d154bee2
AO
1229 * config/mips/tm-irix6.h: Include solib.h.
1230
ed348acc
EZ
12312002-10-01 Elena Zannoni <ezannoni@redhat.com>
1232
1233 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1234 GNU operators.
1235
da0f9dcd
AC
12362002-10-01 Andrew Cagney <ac131313@redhat.com>
1237
1238 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1239 and that "mi0" syntax has been removed.
1240
bdf64bac
DC
12412002-09-30 David Carlton <carlton@math.stanford.edu>
1242
1243 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1244 * ppc-sysv-tdep.c: #include "gdb_string.h".
1245 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1246 pacify GCC.
1247
54c2a1e6
AC
12482002-10-01 Andrew Cagney <ac131313@redhat.com>
1249
1250 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1251 "vrsave"'s register number.
1252
cedea778
AC
12532002-09-30 Andrew Cagney <ac131313@redhat.com>
1254
1255 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1256 use frame_unwind_signed_register to obtain the PC.
1257 (mips_frame_chain): Handle a generic dummy frame.
1258 (mips_init_extra_frame_info): When a generic dummy frame, don't
1259 re-compute the frame base.
1260 (mips_pop_frame): Handle generic dummy frames.
1261 (mips_gdbarch_init): When generic dummy frames, set
1262 use_generic_dummy_frames, push_dummy_frame to
1263 generic_push_dummy_frame, pc_in_call_dummy to
1264 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1265 generic_save_dummy_frame_tos.
1266
68315eb8
AC
12672002-09-30 Andrew Cagney <ac131313@redhat.com>
1268
1269 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1270 against TOP when TOP was explictly set.
1271 (generic_push_dummy_frame): Set TOP to zero.
1272
3b8630c3
EZ
12732002-09-30 Elena Zannoni <ezannoni@redhat.com>
1274
1275 * event-loop.c (start_event_loop): Rename variable 'result' to
1276 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1277
28ee05e9
KS
12782002-09-30 Keith Seitz <keiths@redhat.com>
1279
1280 * gdb-events.sh (selected_thread_changed): New event.
1281 * gdb-events.c: Regenerated.
1282 * gdb-events.h: Regenerated.
1283
6eecb1c8
HPN
12842002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1285
1286 * MAINTAINERS: Add self to Write After Approval list.
1287
92df71f0
FN
12882002-09-30 Fernando Nasser <fnasser@redhat.com>
1289
3b8630c3
EZ
1290 * disasm.c: New file.
1291 * disasm.h: New file.
92df71f0
FN
1292 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1293 (compare_lines): Ditto.
1294 (dump_insns): Ditto.
3b8630c3
EZ
1295 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1296 argument.
92df71f0 1297 (do_assembly_only): Ditto.
3b8630c3
EZ
1298 (do_disassembly): Renamed to gdb_disassembly and moved to
1299 disasm.c. Sdded uiout argument.
1300 * Makefile.in: Add new files. Reorder SFILES list. Update
1301 dependencies. Include libgdb.a later in the insight executable.
92df71f0 1302
0c22854d
AC
13032002-09-29 Andrew Cagney <ac131313@redhat.com>
1304
1305 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1306 bfd/elf64-alpha-fbsd.c.
1307
e67f2023
AC
13082002-09-29 Andrew Cagney <ac131313@redhat.com>
1309
1310 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1311 i386gnu-tdep.c.
1312
89396210
AC
13132002-09-29 Andrew Cagney <ac131313@redhat.com>
1314
1315 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1316 __FUNCTION__.
1317 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1318 function name.
1319 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1320 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1321 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1322 (S_msg_sig_post_reply): Ditto.
1323
7079c36c
CV
13242002-09-28 Corinna Vinschen <vinschen@redhat.com>
1325
89396210
AC
1326 * sh-tdep.c (sh_use_struct_convention): Use definition according
1327 to ABI.
7079c36c
CV
1328 (sh_push_arguments): Store in register with correct endianess.
1329 (sh_default_store_return_value): Ditto.
1330 (sh_gdbarch_init): Set sizeof long double to 8.
1331
975ac915
MK
13322002-09-27 Mark Kettenis <kettenis@gnu.org>
1333
1334 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1335 Fix some whitespace problems.
1336
9bbe19fb
DC
13372002-09-27 David Carlton <carlton@math.stanford.edu>
1338
1339 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1340 (mcore-tdep.o): Ditto.
1341 (ns32k-tdep.o): Ditto.
1342 (ns32knbsd-tdep.o): Ditto.
1343 (sh3-rom.o): Ditto.
1344 (vax-tdep.o): Ditto.
1345 * cris-tdep.c: #include "gdb_string.h"
1346 * mcore-tdep.c: Ditto.
1347 * ns32k-tdep.c: Ditto.
1348 * ns32knbsd-tdep.c: Ditto.
1349 * sh3-rom.c: Ditto.
1350 * vax-tdep.c: Ditto.
1351
43b2fdc7
DC
13522002-09-27 David Carlton <carlton@math.stanford.edu>
1353
1354 * config/djgpp/fnchange.lst: Add entries for
1355 gdb/testsuite/gdb.c++/m-static files.
1356
e8cfbbd9
JW
13572002-09-27 Jim Wilson <wilson@redhat.com>
1358
1359 * MAINTAINERS: Add myself to the Write After Approval list.
1360
43b2fdc7 13612002-09-26 Martin M. Hunt <hunt@redhat.com>
4e0df2df
MH
1362
1363 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1364
1365
9f3b7f07
AC
13662002-09-26 Andrew Cagney <ac131313@redhat.com>
1367
1368 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1369 frame.
1370
11269d7e
AC
13712002-09-26 Andrew Cagney <ac131313@redhat.com>
1372
1373 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1374 (rs6000_struct_return_address): Delete variable.
1375 (rs6000_store_struct_return): Update.
1376 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1377 deprecated_extract_struct_value_address.
1378 (rs6000_frame_align): New function.
1379 (rs6000_gdbarch_init): Set frame_align.
1380
f15ab4a7
AC
13812002-09-26 Andrew Cagney <ac131313@redhat.com>
1382
1383 From Grace Sainsbury <graces@redhat.com>:
1384 * Makefile.in (gdbtk-main.o): New target.
1385 (gdb.o): New target.
1386 (main_h): Define.
1387 (main.o): Update dependencies.
1388 (gdb$(EXEEXT)): Add gdb.o.
1389 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1390 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1391 (SUBDIR_GDBTK_CLEAN): Set.
1392 (install-gdbtk): Install the insight binary.
1393 (uninstall-gdbtk): New target.
1394 (all-gdbtk, clean-gdbtk): New rule.
1395 * top.c (use_windows): Default to zero.
1396 * main.c: Include "main.h".
1397 (main): Delete.
1398 (struct captured_main_args): Delete.
1399 (gdb_main): New function.
1400 * main.h: New file.
1401 * gdb.c: New File.
1402
e36180d7
AC
14032002-09-25 Andrew Cagney <cagney@redhat.com>
1404
1405 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1406 (frame_map_regnum_to_name): New function.
1407 (frame_map_name_to_regnum): New function.
1408 * frame.h (frame_map_name_to_regnum): Declare.
1409 (frame_map_regnum_to_name): Declare.
1410 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1411 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1412 * parse.c: Do not include "builtin-regs.h".
1413 (target_map_name_to_register): Delete function.
1414 (write_dollar_variable): Use frame_map_name_to_regnum.
1415 * parser-defs.h (target_map_name_to_register): Delete declaration.
1416 * expprint.c: Include "frame.h".
1417 (print_subexp): Use frame_map_regnum_to_name.
1418 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1419 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1420
8b69000d
AC
14212002-09-25 Andrew Cagney <ac131313@redhat.com>
1422
1423 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1424 wasn't saved, and the next innermost frame is a dummy, return the
1425 dummy frame's link register.
1426
046ca86a
JB
14272002-09-24 Jim Blandy <jimb@redhat.com>
1428
1429 Fix from Paul Breed:
1430 * main.c (captured_main): Add a `break' after the case for 'b'.
1431
94b66fa7
KS
14322002-09-24 Keith Seitz <keiths@redhat.com>
1433
1434 * varobj.c (c_type_of_child): Use get_target_type instead
1435 of TYPE_TARGET_TYPE.
1436
c214a6fd
FN
14372002-09-22 Fernando Nasser <fnasser@redhat.com>
1438
53cb0458
FN
1439 * source.c (get_current_or_default_source_symtab_and_line): Remove
1440 function.
1441 (set_default_source_symtab_and_line): New function. Attempts to
1442 determine a source file to list lines from if one is not currently
1443 defined.
1444 (get_current_source_symtab_and_line): Initialize sal.pc and
1445 sal.end fields.
1446 (set_current_source_symtab_and_line): Mark argument as const.
1447 * source.h: Update declarations and comments.
1448 * linespec.c (decode_line_1): Replace call to removed routine above.
1449 * stack.c (print_frame_info_base): Ditto.
1450 * cli/cli-cmds.c (edit_command): Ditto.
1451 (list_command): Ditto.
1452
14532002-09-22 Fernando Nasser <fnasser@redhat.com>
1454
d6020d45 1455 * source.c (get_current_or_default_source_symtab_and_line): Initialize
53cb0458 1456 sal.pc and sal.end fields.
c214a6fd
FN
1457 (get_current_or_default_source_symtab_and_line): Ditto.
1458 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1459 so we do not cause a new source symtab to be searched for (reverting an
1460 unintentional change from the 2002-09-20 patch).
1461 * scm-lang.c (scm_unpac): Ditto.
1462
cc3b68a5
AC
14632002-09-21 Andrew Cagney <cagney@redhat.com>
1464
1465 * complaints.c (symfile_explanations): Remove new-line from
1466 ``isolated_message''.
1467 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1468 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1469
5835abe7
NC
14702002-09-20 Nick Clifton <nickc@redhat.com>
1471
1472 * NEWS: Announce that V850EA ISA is no longer supported.
1473 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1474
a15ef5f5
DC
14752002-09-20 David Carlton <carlton@math.stanford.edu>
1476
06ba1b39
DC
1477 * Makefile.in (c-lang.o): Correct dependencies.
1478 (utils.o): Gather dependencies.
1479 (charset.o): Move.
a15ef5f5
DC
1480 * c-lang.c: #include "gdb_string.h"
1481
87885426
FN
14822002-09-20 Fernando Nasser <fnasser@redhat.com>
1483
1484 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1485 * cli/cli-cmds.c (list_command): New function. Implements the new
1486 cli edit command.
1487 (_init_cli_cmds): Add new command definition.
1488 * gdb.1: Document edit command.
1489 * doc/gdb.texinfo: Document edit command.
1490
14912002-09-20 Fernando Nasser <fnasser@redhat.com>
0378c332
FN
1492
1493 * source.c: Make global variables current_source_symtab and
1494 current_source_line static.
1495 (list_command): Moved to cli/cli-cmds.c.
1496 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1497 (get_first_line_listed): New accessor function.
1498 (get_lines_to_list): New accessor function.
1499 (get_current_source_symtab_and_line): New function. Retrieves the
1500 position in the source code that we consider current.
1501 (get_current_or_default_source_symtab_and_line): New function.
1502 Like the above but attempts to determine a default position if one
1503 is not currently defined.
1504 (set_current_source_symtab_and_line): New function. Sets the source
1505 code position considered current and returns the previously set one.
1506 (clear_current_source_symtab_and_line): Reset stored information about
1507 a current source line.
1508 (_initialize_source): Remove registration for the "list" command and
1509 its alias.
1510 * source.h: Add declarations for the new functions above.
1511 * symtab.h: Remove declarations for the global variables mentioned
1512 above.
1513 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1514 obtain current source line.
1515 * linespec.c (decode_line_1): Ditto.
1516 * macroscope.c (default_macro_scope): Ditto.
1517 * scm-lang.c (scm_unpac): Ditto.
1518 * stack.c (print_frame_info_base): Ditto.
1519 * symfile.c (clear_symtab_users): Ditto.
1520 * symtab.c (decode_line_spec): Ditto.
1521 * cli/cli-cmds.c (list_command): Moved here from source.c.
1522 (ambiguous_line_spec): Moved here from source.c.
1523 (_init_cli_cmds): Add definition for "list" and its alias.
1524 * Makefile.in: Update dependencies.
1525
ddd216ea
CV
15262002-09-20 Corinna Vinschen <vinschen@redhat.com>
1527
1528 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1529 with what gcc thinks is correct.
1530
6d305052
CV
15312002-09-20 Corinna Vinschen <vinschen@redhat.com>
1532
1533 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1534 multiple register push instruction.
1535
234b45d4
KB
15362002-09-19 Jim Blandy <jimb@redhat.com>
1537
1538 Add support for distinct host and target character sets.
1539 * charset.c, charset.h: New files.
1540 * c-exp.y: #include "charset.h".
1541 (yylex): Convert character and string literals to the target
1542 character set, before returning them as the semantic value of the
1543 token.
1544 * c-lang.c: #include "charset.h".
1545 (c_emit_char): Use charset-specific methods to recognize
1546 characters with backslash escape forms, to decide which characters
1547 to print literally and which to print using numeric escape
1548 sequences, and to convert target characters to host characters
1549 before printing.
1550 * utils.c: #include "charset.h".
1551 (no_control_char_error): New function.
1552 (parse_escape): Use charset-specific methods to recognize
1553 backslash escapes, parse `control character' notation, and convert
1554 characters from the host character set to the target character set.
1555 * configure.in: Set the default host character set.
1556 Check where to find iconv, and what its argument types might be.
1557 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1558 * Makefile.in (SFILES): List charset.c.
1559 (COMMON_OBS): List charset.o.
1560 (charset.o): New rule.
1561 (charset_h): New header dependency variable.
1562 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1563 (LIBICONV): New variable, set by configure.
1564 (CLIBS): Include $(LIBICONV) here.
1565 * aclocal.m4, config.in, configure: Regenerated.
1566
525d6a61
JB
15672002-09-19 Joel Brobecker <brobecker@gnat.com>
1568
1569 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1570 bison 1.35 warning.
1571
3ed93867
RE
15722002-09-19 Richard Earnshaw <rearnsha@arm.com>
1573
1574 * gdb_mbuild.sh: New file.
1575
437666f8
AC
15762002-09-19 Andrew Cagney <ac131313@redhat.com>
1577
1578 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1579
389e51db
AC
15802002-09-18 Andrew Cagney <ac131313@redhat.com>
1581
1582 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1583 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1584 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1585 valops.c, value.h: Revert previous change.
1586
3b4efeaa
MS
15872002-09-18 Michael Snyder <msnyder@redhat.com>
1588
1589 Preliminary support for Objective-C:
1590 * defs.h (language_objc): New enum value.
1591 (puts_filtered_tabular): Declaration only, exported from utils.c.
1592 (skip_quoted): Delete, declared in completer.h.
1593 * c-exp.y: Include completer.h.
1594 * p-exp.y: Ditto.
1595 * jv-exp.y: Ditto.
1596 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1597 New operator enum values.
1598 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1599 * language.c (binop_result_type): Handle language_objc case.
1600 (integral_type, character_type, string_type, boolean_type,
1601 structured_type, binop_type_check): Ditto.
1602 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1603 (struct objc_specific): Add to general_symbol_info.
1604 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1605 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1606 * parser-defs.h (struct objc_class_str): New struct type.
1607 (start_msglist, end_msglist, add_msglist): Declaration only,
1608 exported from objc-lang.c.
1609 * value.h (value_of_local, value_nsstring,
1610 call_function_by_hand_expecting_type): Exported from valops.c.
1611 * valops.c (find_function_addr): Export.
1612 (call_function_by_hand_expecting_type): New function.
1613 (value_of_local): New function.
1614 * symfile.c (init_filename_language_table): Add ".m" extension
1615 for Objective-C.
1616 * utils.c (puts_filtered_tabular): New function.
1617 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1618 (set/show demangle): Extend help-string to refer to ObjC.
1619 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1620 * stabsread.c (symbol_reference_defined): Objective-C symbols
1621 may contain colons: make allowances when scanning stabs strings
1622 for colons.
1623 (objc_find_colon): New function.
1624 * printcmd.c (address_info): If language == objc then print
1625 "self" instead of "this".
1626 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1627 OP_NSSTRING, and OP_SELF.
1628 (prefixify_subexp): Ditto.
1629 * source.c (print_source_lines): Mention objc in comment.
1630 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1631 method names.
1632
b9caf505
AC
16332002-09-18 Andrew Cagney <ac131313@redhat.com>
1634
1635 * complaints.h: Update copyright.
1636 (struct complaints): Declare.
1637 (struct complaint): Make `message' constant.
1638 (internal_complaint): Declare.
1639 (complaint): Declare.
1640 (complaint_root): Delete declaration.
1641 (symfile_complaints): Delete declaration.
1642 (struct complaints): Add opaque declaration.
1643 (clear_complaints): Add a complaints parameter.
1644 * complaints.c: Update copyright.
1645 (enum complaint_series): Define.
1646 (complaint_root): Delete.
1647 (struct complaints): Define.
1648 (complaint_sentinel, symfile_complaint_book): New variables.
1649 (symfile_explanations, symfile_complaints): New variables.
1650 New variables.
1651 (get_complaints): New function.
1652 (vcomplaint): New function.
1653 (complaint): New function.
1654 (internal_complaint): New function.
1655 (complain): Call vcomplain with symfile_complaint.
1656 (clear_complaints): Rewrite.
1657 (_initialize_complaints): Use add_setshow_command.
1658 * Makefile.in (complaints.o): Update dependencies.
1659 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1660 to call to clear_complaints.
1661 (new_symfile_objfile, reread_symbols): Ditto.
1662 (oldsyms_complaint): Delete.
1663 (empty_symtab_complaint, unknown_option_complaint): Delete.
1664 (free_named_symtabs): Use complaint instead of complain.
1665
d2e6263c
MS
16662002-09-18 Michael Snyder <msnyder@redhat.com>
1667
5fb2031a
AC
1668 Contributed by Apple Computer, Inc. Merged with current sources
1669 by Adam Fedor <fedor@doc.com> [cagney].
1670
d2e6263c
MS
1671 * objc-lang.c: First clean-up round: comments, indentation.
1672 * objc-lang.h: Ditto.
1673 * objc-lang.y: Ditto.
1674
dec43320
AC
16752002-09-18 Andrew Cagney <ac131313@redhat.com>
1676
1677 * maint.c (maintenance_internal_error): Print the parameter as the
1678 error message.
1679 (maintenance_internal_warning): New function.
1680 (_initialize_maint_cmds): Add command `maint internal-warning'.
1681
1682 * defs.h (internal_warning, internal_vwarning): Declare.
1683 * utils.c (struct internal_problem): Define.
1684 (internal_vproblem): New function.
1685 (internal_warning): New function.
1686 (internal_vwarning): New function.
1687 (internal_warning_problem, internal_error_problem): New variables.
1688 (internal_verror): Just call internal_vproblem.
1689
b81654f1
MS
16902002-09-18 Michael Snyder <msnyder@redhat.com>
1691
1692 * objc-lang.c: New file, support for Objective-C.
1693 Preliminary check-in, not yet integrated into gdb.
1694 * objc-lang.h: New file.
1695 * objc-exp.y: New file.
1696
0542c381
AC
16972002-09-18 Andrew Cagney <ac131313@redhat.com>
1698
7bda5e4a
AC
1699 * infrun.c (signal_stop_update): Convert definition to ISO C.
1700 (signal_print_update): Ditto.
1701 (signal_pass_update): Ditto.
1702 * inflow.c (terminal_save_ours): Ditto.
1703
5247b418
AC
1704 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1705 comments.
1706
fc60962c
AC
1707 * config/djgpp/fnchange.lst: Handle name clashes between
1708 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1709 bfd/coff-tic80.c.
1710
0542c381
AC
1711 * i386-linux-tdep.h: Fix tipo.
1712
5b924b9b
AF
17132002-09-18 Adam Fedor <fedor@gnu.org>
1714
1715 * MAINTAINERS: Add myself to the Write After Approval list.
1716
5afc051b
JB
17172002-09-18 Jim Blandy <jimb@redhat.com>
1718
1719 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1720 texthigh and textlow to reader-specific structs caused
1721 objfile_relocate to miss them. This is fixable, but the work that
1722 the change was supposed to prepare GDB for never got done anyway.
1723
eb944380
DC
17242002-09-18 David Carlton <carlton@math.stanford.edu>
1725
1726 * MAINTAINERS: Alphabetize Write After Approval list.
1727
948e66d9
DJ
17282002-09-18 Daniel Jacobowitz <drow@mvista.com>
1729
1730 Fix PR gdb/709
1731 * values.c (value_static_field): Call read_var_value.
1732
dc604539
AC
17332002-09-18 Andrew Cagney <ac131313@redhat.com>
1734
1735 * valops.c (hand_function_call): Align the initial stack pointer
1736 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1737 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1738 return value.
1739 * mips-tdep.c (mips_frame_align): New function.
1740 (mips_gdbarch_init): Set frame_align.
1741 * gdbarch.sh (FRAME_ALIGN): New method.
1742 * gdbarch.h, gdbarch.c: Re-generate.
1743
cb7e422f
ML
17442002-09-18 Michal Ludvig <mludvig@suse.cz>
1745
1746 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1747 registers.
1748
a094c6fb
AC
17492002-09-17 Andrew Cagney <ac131313@redhat.com>
1750
1751 * NEWS: Mention that MIPS $fp behavior changed.
1752 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1753 reference to FP_REGNUM.
1754 (mipsnbsd_cannot_store_register): Ditto.
1755 * mips-linux-nat.c: Update copyright.
1756 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1757 (mips_linux_cannot_store_register): Ditto.
1758 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1759 * config/mips/tm-mips.h: Update copyright.
1760 (FP_REGNUM): Delete macro.
1761 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1762 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1763 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1764 (mips_r3041_reg_names, mips_r3051_reg_names)
1765 (mips_r3081_reg_names): Replace "fp" with "".
1766 Fix PR gdb/480.
1767
45cf40d1
TR
17682002-09-17 Theodore A. Roth <troth@verinet.com>
1769
1770 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1771 generic_read_register_dummy() (PR gdb/703).
1772 (avr_push_return_address): #if 0 out unused vars.
1773 (avr_gdbarch_init): Enable use of avr_push_return_address().
1774
c7e701b5
MS
17752002-09-17 Michael Snyder <msnyder@redhat.com>
1776
d76ba2a5 1777 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
c7e701b5
MS
1778 RTE will take care of it.
1779
20bcf01c
AC
17802002-09-17 Andrew Cagney <ac131313@redhat.com>
1781
1782 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1783 invalid, return SP_REGNUM.
1784
009a9971 17852002-09-17 Michael Snyder <msnyder@redhat.com>
21f87145
MS
1786
1787 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1788 point registers without sign extension.
1789
135c175f
AC
17902002-09-17 Andrew Cagney <cagney@redhat.com>
1791
1792 * blockframe.c (deprecated_read_register_dummy): Rename
1793 generic_read_register_dummy.
1794 * frame.c (frame_unwind_signed_register): New function.
1795 (frame_unwind_unsigned_register): New function.
1796 * frame.h (frame_unwind_signed_register): Declare.
1797 (frame_unwind_unsigned_register): Declare.
1798 (deprecated_read_register_dummy): Rename
1799 generic_read_register_dummy.
1800
1801 * h8300-tdep.c (h8300_frame_chain): Update.
1802 (h8300_frame_saved_pc): Update.
1803 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1804 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1805 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1806 (s390_frame_chain): Update.
1807 * v850-tdep.c (v850_find_callers_reg): Update.
1808 (v850_frame_saved_pc): Update.
1809 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1810 (m32r_find_callers_reg): Update.
1811 (m32r_frame_saved_pc): Update.
1812 * sh-tdep.c (sh_find_callers_reg): Update.
1813 (sh64_get_saved_pr): Update.
1814 (sh_init_extra_frame_info): Update.
1815 (sh_init_extra_frame_info): Update.
1816 (sh64_init_extra_frame_info): Update.
1817 (sh64_init_extra_frame_info): Update.
1818 * mcore-tdep.c (mcore_find_callers_reg): Update.
1819 (mcore_frame_saved_pc): Update.
1820 (mcore_init_extra_frame_info): Update.
1821 * i386-tdep.c (i386_frame_saved_pc): Update.
1822 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1823 (ia64_init_extra_frame_info): Update.
1824 (ia64_init_extra_frame_info): Update.
1825 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1826 * cris-tdep.c (cris_init_extra_frame_info): Update.
1827 * avr-tdep.c (avr_frame_chain): Update.
1828 (avr_init_extra_frame_info): Update.
1829 (avr_frame_saved_pc): Update.
1830 * arm-tdep.c (arm_find_callers_reg): Update.
1831 (arm_init_extra_frame_info): Update.
1832 (arm_frame_saved_pc): Update.
1833
a741e514
TT
18342002-09-17 Tom Tromey <tromey@redhat.com>
1835
1836 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1837 is "'".
1838
d1a8e808
CV
18392002-09-17 Corinna Vinschen <vinschen@redhat.com>
1840
1841 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1842 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1843 NEXT_PROLOGUE_INSN.
1844 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1845 NEXT_PROLOGUE_INSN.
1846
d9025a18
JB
18472002-09-16 Joel Brobecker <brobecker@gnat.com>
1848
1849 * osfsolib.c: Remove file, replaced by solib-osf.c.
1850 * Makefile.in: Remove compilation rules for osfsolib.c.
1851
1b2ef1b6
DC
18522002-09-16 David Carlton <carlton@math.stanford.edu>
1853
1854 * cp-valprint.c (cp_print_class_method): Correct args to
1855 check_stub_method_group.
1856
928e48af
CV
18572002-09-16 Corinna Vinschen <vinschen@redhat.com>
1858
1859 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1860 `set architecture'. Unify naming convention of functions.
1861 (h8300_skip_prologue): Improve prologue analysis.
1862 (h8300_push_arguments): Rewritten to more closely match GCC's
1863 bizarre argument-passing behavior, along with the comment describing
1864 said behavior.
1865 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1866 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1867 sim, remote-e7000.c, remote-hms.c and remote.c
1868
5e3397bb
MK
18692002-09-15 Mark Kettenis <kettenis@gnu.org>
1870
1871 * i386-tdep.c (gdb_print_insn_i386): Removed.
1872 (i386_print_insn): New function.
1873 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1874 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1875 tm_print_insn_info.
1876
f710f4fc
MK
18772002-09-14 Mark Kettenis <kettenis@gnu.org>
1878
1879 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1880 zero.
1881
db54fef4
CV
18822002-09-14 Corinna Vinschen <vinschen@redhat.com>
1883
1884 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1885 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1886 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1887
2becadee
CF
18882002-09-13 Christopher Faylor <cgf@redhat.com>
1889
1890 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1891
de17c821
DJ
18922002-09-13 Daniel Jacobowitz <drow@mvista.com>
1893
1894 * gdbtypes.c (check_stub_method): Make static.
1895 (check_stub_method_group): New function.
1896 * gdbtypes.h: Update prototypes.
1897 * cp-support.c: New file.
1898 * cp-support.h: New file.
1899
1900 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1901 (update_method_name_from_physname): New function.
1902 (read_member_functions): Correct method names for operators
1903 and v3 constructors/destructors. Separate v2 constructors and
1904 destructors.
1905 * Makefile.in (stabsread.o): Update dependencies.
1906 (SFILES): Add cp-support.c.
1907 (COMMON_OBS): Add cp-support.o.
1908 (cp_support_h, cp-support.o): Add.
1909
1910 * cp-valprint.c (cp_print_class_method): Call
1911 check_stub_method_group instead of check_stub_method. Remove
1912 extraneous QUITs.
1913 * p-valprint.c (pascal_object_print_class_method): Likewise.
1914 * valops.c (search_struct_method): Likewise.
1915 (find_method_list, value_struct_elt_for_reference): Likewise.
1916
e76cff22
AC
19172002-09-13 Andrew Cagney <cagney@redhat.com>
1918
1919 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1920 * gdbarch.h, gdbarch.c: Regenerate.
1921
905abb3f
AC
19222002-09-13 Andrew Cagney <ac131313@redhat.com>
1923
1924 * frame.c (find_saved_register): Delete function.
1925 * frame.h (find_saved_register): Delete declaration.
1926 Fix PR gdb/631.
1927
64159455
AC
1928Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1929
1930 * mips-tdep.c (read_next_frame_reg): Re-hack using
1931 frame_register_unwind.
1932
795e1e11
AC
1933Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1934
1935 * mips-tdep.c (mips_get_saved_register): Re-hack using
1936 frame_register_unwind.
1937
5720643c
JB
19382002-09-12 Joel Brobecker <brobecker@gnat.com>
1939
1940 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1941 vector. Will be useful for Interix.
1942 * gdbarch.h, gdbarch.c: Regenerate.
1943
1944 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1945 name of the malloc function by NAME_OF_MALLOC.
1946
3bada2a2
JB
19472002-09-12 Joel Brobecker <brobecker@gnat.com>
1948
1949 * value.h (find_function_in_inferior): Add const keyword to
1950 one of the parameters. Allows us to invoke this function with
1951 a const char *.
1952 * valops.c (find_function_in_inferior): Likewise.
1953
3db26b01
JB
19542002-09-12 Joel Brobecker <brobecker@gnat.com>
1955
1956 * exec.c (xfer_memory): Fix compilation warning with old versions
1957 of GCC.
1958 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1959
17c5ed2c
DC
19602002-09-12 David Carlton <carlton@math.stanford.edu>
1961
1962 * symtab.h: Run through gdb_indent.h.
1963 Add 2002 to Copyright year list.
1964
ecd1107e
AM
19652002-09-12 Alan Modra <amodra@bigpond.net.au>
1966
1967 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1968 mach constants.
1969 * MAINTAINERS: Add myself to write after approval list.
1970
e64f66d1
JB
19712002-09-11 J. Brobecker <brobecker@gnat.com>
1972
1973 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1974
f9395794
JB
19752002-09-11 J. Brobecker <brobecker@gnat.com>
1976
1977 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1978 Interix.
1979
1a303dec
MS
19802002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1981
1982 * procfs.c (do_detach): Clear current signal, not just fault.
1983 Corrects problem with breakpoint trap signal leaking to detached
1984 process on Tru64.
1985
c0219d42
MS
19862002-09-10 Michael Snyder <msnyder@redhat.com>
1987
1988 * buildsym.c (finish_block): Protect against null pointer.
1989
9d84ac84
AC
19902002-09-10 Andrew Cagney <cagney@redhat.com>
1991
1992 * infcmd.c (default_print_registers_info): Send all output to
1993 ``file'' instead of ``gdb_stdout''.
1994
77d8f2b4
MS
19952002-09-10 Michael Snyder <msnyder@redhat.com>
1996
1997 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1998 LONGEST, and use signed register read (addresses are sign-
1999 extended for mips).
2000
99656a61
SC
20012002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2002
2003 * event-loop.c (gdb_do_one_event): Make public.
2004 * event-loop.h (gdb_do_one_event): Declare.
2005
da12f4d8
JL
20062002-09-10 Jeff Law <law@redhat.com>
2007
2008 * infttrace.c (child_resume): Simplify and rework to avoid
2009 TT_PROC_CONTINUE.
2010
d0aee0c4
FF
20112002-09-09 Fred Fish <fnf@intrinsity.com>
2012
2013 * printcmd.c (print_scalar_formatted): "len" is the number of
2014 target bytes, NOT the number of target bits.
2015
7cb3ec5e
EZ
20162002-09-09 Elena Zannoni <ezannoni@redhat.com>
2017
2018 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2019 * top.c (init_main): Set rl_terminal_name.
2020
4dc81987
AS
20212002-09-08 Aidan Skinner <aidan@velvet.net>
2022
2023 * ada-lang.c (ada_array_bound, ada_type_match,
2024 _initialize_ada_language): Fix K&R definitions.
2025 * ada-tasks.c (get_current_task): Fix K&R definitions.
2026 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2027
842330b4
CF
20282002-09-07 Christopher Faylor <cgf@redhat.com>
2029
2030 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2031 Add XP.
2032
43156d82
MK
20332002-09-06 Mark Kettenis <kettenis@gnu.org>
2034
66da5fd8
MK
2035 * i386-tdep.c (i386_register_virtual_type,
2036 i386_register_convertible, i386_register_convert_to_virtual,
2037 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2038 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2039 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2040 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2041 Don't set push_arguments twice.
2042
4b218c18
MK
2043 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2044 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2045 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2046 sigtramp_end to NULL.
2047 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2048 defines.
2049 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2050
4cc314d5
MK
2051 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2052 whitespace.
2053
43156d82
MK
2054 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2055 * gdbarch.h, gdbarch.c: Re-generate.
2056 * blockframe.c (find_pc_sect_partial_function): Convert to use
2057 SIGTRAMP_START_P predicate.
2058
6672060b
MS
20592002-09-05 Michael Snyder <msnyder@redhat.com>
2060
a90c3637
MS
2061 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2062 generic_dummy_frame method and old method. Also distinguish
2063 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 2064 (arm_extract_return_value): Use new regcache method.
a90c3637 2065
6672060b
MS
2066 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2067 adjustment that doesn't conform to the ABI.
2068 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2069 saved regcache, not from current regcache.
2070
299ffc64
AC
20712002-09-05 Andrew Cagney <ac131313@redhat.com>
2072
2073 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2074 * README: Update.
2075
a3a2ee65
JT
20762002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2077
2078 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2079 if arm_apcs_32 is false.
2080
2bc7eea9
AC
20812002-09-04 Andrew Cagney <ac131313@redhat.com>
2082
2083 GDB 5.3 branch created.
2084
8a55a7c5
TR
20852002-09-03 Theodore A. Roth <troth@verinet.com>
2086
2087 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2088 generic_unwind_get_saved_register.
2089
e26fb1d7
DC
20902002-09-03 David Carlton <carlton@math.stanford.edu>
2091
2092 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2093 argument (PR gdb/653). Update call to smash_to_method_type.
2094 (read_structure_scope): Update call to dwarf2_add_member_fn.
2095
30d52491
ML
20962002-09-03 Michal Ludvig <mludvig@suse.cz>
2097
2098 * x86-64-linux-tdep.c: Include gdb_string.h
2099 * x86-64-linux-nat.c: Ditto.
2100
06891d83
JT
21012002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2102
2103 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2104 when YYDEBUG is set to 1.
2105 * c-exp.y: Likewise.
2106 * f-exp.y: Likewise.
2107 * jv-exp.y: Likewise.
2108 * m2-exp.y: Likewise.
2109 * p-exp.y: Likewise.
2110
7d400e77
JT
21112002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2112
2113 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2114 dependency list.
2115 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2116 solib_svr4_fetch_link_map_offsets to
2117 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2118 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2119 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2120 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2121 solib-svr4.o, and solib-legacy.o.
2122 * config/i386/tm-nbsd.h: Include solib.h.
2123
704a27c4
JT
21242002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2125
2126 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2127 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2128 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2129 comment noting that this needs its own target configuration.
2130 * config/i386/nbsd.mt: New file.
2131 * config/i386/nbsdaout.mt: Remove.
2132 * config/i386/nbsdelf.mt: Ditto.
2133 * config/i386/tm-nbsdaout.h: Ditto.
2134
d66198e1
JT
21352002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2136
2137 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2138 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2139 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2140 tdep->sigtramp_end.
2141 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2142 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2143 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2144
3cac699e
JT
21452002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2146
2147 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2148 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2149 * i386-tdep.h (i386bsd_init_abi): New prototype.
2150 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2151 function declaration.
2152 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2153 for NetBSD-a.out or NetBSD-ELF.
2154 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2155 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2156 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2157 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2158 and nbsd-tdep.h.
2159 (i386nbsd_pc_in_sigtramp): New function.
2160 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2161 i386nbsd_pc_in_sigtramp.
2162 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2163 and i386nbsdelf_init_abi OS ABI handlers.
2164 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2165 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2166
7010ca0a
MK
21672002-09-02 Mark Kettenis <kettenis@gnu.org>
2168
2169 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2170 registers if the target really has them.
2171
6dd93b72
JT
21722002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2173
2174 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2175 than nbsd-tdep.h.
2176
2ca8ae21
JT
21772002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2178
2179 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2180 list.
2181 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2182 (alphanbsd_skip_sigtramp_frame): New functions.
2183 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2184 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2185 to alphanbsd_sigcontext_addr.
2186
3d9b49b0
JT
21872002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2188
2189 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2190 list.
2191 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2192 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2193 nbsd_pc_in_sigtramp.
2194 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2195 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2196 * nbsd-tdep.c: Include gdb_string.h.
2197 (nbsd_pc_in_sigtramp): New function.
2198 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2199 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2200 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2201 ppcnbsd_pc_in_sigtramp.
2202 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2203 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2204 shnbsd_pc_in_sigtramp.
2205 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2206 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2207 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2208
c860120c
PM
22092002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2210
2211 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2212 watchpoints to NULL.
2213 (insert_breakpoints): set val field of watchpoints if NULL.
2214
2215
c7612d53
JB
22162002-08-29 Jim Blandy <jimb@redhat.com>
2217
2218 * symtab.c (lookup_symbol_aux): In the cases where we find a
2219 minimal symbol of an appropriate name and use its address to
2220 select a symtab to read and search, use `name' (as passed to us)
2221 as the demangled name when searching the symtab's global and
2222 static blocks, not the minsym's name.
2223
66609862
KS
22242002-08-29 Keith Seitz <keiths@redhat.com>
2225
2226 * stack.c (print_frame_info_base): Always set current_source_symtab
2227 and current_source_line.
2228
151fefe2
JB
22292002-08-29 Donn Terry <donnte@microsoft.com>
2230
2231 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2232
bfb3754e
KS
22332002-08-28 Keith Seitz <keiths@redhat.com>
2234
2235 * stack.c (select_frame): Add FIXME concerning selected-frame
2236 events.
2237 (select_frame_command): Send selected-frame-level-changed
2238 event notification, but only if the level actually changed.
2239 (up_silently_base): Add selected-frame-level-changed event
2240 notification.
2241 (down_silently_base): Likewise.
2242
e822a2a0
AC
22432002-08-28 Andrew Cagney <ac131313@redhat.com>
2244
2245 * Makefile.in: Update dependencies for all gdb/*.c files.
2246
309367d4
TT
22472002-08-27 Tom Tromey <tromey@redhat.com>
2248
2249 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2250 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2251 Update dependencies.
2252 * i387-tdep.c: Include gdb_string.h.
2253 * osabi.c: Likewise.
2254 * i386-linux-nat.c: Likewise.
2255 * lin-lwp.c: Likewise.
2256 * ax-gdb.c: Likewise.
2257 * signals/signals.c: Likewise.
2258 * jv-valprint.c: Likewise.
2259 * p-lang.c: Likewise.
2260 * c-valprint.c: Likewise.
2261 * cp-abi.c: Likewise.
2262
e1507482
EZ
22632002-08-27 Elena Zannoni <ezannoni@redhat.com>
2264
2265 * cli/cli-script.h (copy_command_lines): Export.
2266 * breakpoint.c: Include cli/cli-script.h.
2267 * Makefile.in (breakpoint.o): Update dependencies.
2268
c6510018
MS
22692002-08-26 Michael Snyder <msnyder@redhat.com>
2270
2271 * breakpoint.c (insert_breakpoints): Protect all references
2272 to 'process_warning'. Shorten long lines.
2273
c2b8ed2c
MS
22742002-08-26 Joel Brobecker <brobecker@gnat.com>
2275
2276 * cli/cli-script.c (copy_command_lines): New function.
2277 * defs.h (copy_command_lines): Export.
2278 * testsuite/gdb.base/commands.exp: New tests for commands
2279 attached to a temporary breakpoint, and for commands that
2280 delete the breakpoint they are attached to.
2281
22822002-08-26 Michael Snyder <msnyder@redhat.com>
2283
2284 * breakpoint.c (bpstat_stop_status): Instead of copying the
2285 pointer to the breakpoint commands struct, make a new copy
2286 of the struct and point to that.
2287 (bpstat_clear): Free the commands struct.
2288 (bpstat_clear_actions): Free the commands struct.
2289 (bpstat_do_actions): Free the command actions. Also execute
2290 the local cleanups, instead of deleting them.
2291 (delete_breakpoint): Leave the commands field of the bpstat
2292 chain alone -- it will be freed later.
2293
64b84175
KB
22942002-08-26 Kevin Buettner <kevinb@redhat.com>
2295
2296 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2297 deleted in 2002-08-20 commit. This function is still used by
2298 ppc-linux-nat.c.
2299
55970da6
KS
23002002-08-26 Keith Seitz <keiths@redhat.com>
2301
2302 * gdb-events.sh: Add selected-frame-level-changed event.
2303 * gdb-events.c: Regenerated.
2304 * gdb-events.h: Regenerated.
2305
a790ad35
SC
23062002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2307
2308 Fix PR gdb/393:
2309 * inflow.c (terminal_save_ours): New function to save terminal
2310 settings.
2311 * inferior.h (terminal_save_ours): Declare.
2312 * target.c (debug_to_terminal_save_ours): New function.
2313 (cleanup_target): Defaults to_terminal_save_ours.
2314 (update_current_target): Inherit to_terminal_save_ours.
2315 (setup_target_debug): Set to_terminal_save_ours.
2316 * target.h (target_terminal_save_ours): New to save terminal settings.
2317 (target_ops): New member to_terminal_save_ours.
2318 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2319 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2320 * inftarg.c (init_child_ops): Likewise.
2321 * m3-nat.c (init_m3_ops): Likewise.
2322 * procfs.c (init_procfs_ops): Likewise.
2323 * wince.c (init_child_ops): Likewise.
2324 * win32-nat.c (init_child_ops): Likewise.
2325 * sol-thread.c (init_sol_thread_ops): Likewise.
2326
c00dcbe9
MK
23272002-08-26 Mark Kettenis <kettenis@gnu.org>
2328
3d7f4f49
MK
2329 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2330 use regcache_* functions.
2331 (i386_gdbarch_init): Set store_return_value instead of
2332 deprecated_store_return_value.
2333
c00dcbe9
MK
2334 * regcache.c (regcache_raw_write_signed,
2335 regcache_raw_write_unsigned): New functions.
2336 * regcache.h (regcache_raw_write_signed,
2337 regcache_raw_write_unsigned): New prototypes.
2338
0e0d15ca
AC
23392002-08-25 Andrew Cagney <ac131313@redhat.com>
2340
2341 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2342 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2343 source file dependencies. Cleanup corresponding generator rules.
2344
d3b22ed5
AC
23452002-08-25 Andrew Cagney <ac131313@redhat.com>
2346
2347 * regcache.h (register_offset_hack): Declare.
2348 (regcache_cooked_read_using_offset_hack): Declare.
2349 (regcache_cooked_write_using_offset_hack): Declare.
2350
2351 * regcache.c (register_offset_hack): New function.
2352 (regcache_cooked_read_using_offset_hack): New function.
2353 (regcache_cooked_write_using_offset_hack): New function.
2354 (regcache_dump): Check that the registers, according to their
2355 offset, are packed hard against each other.
2356 (cooked_xfer_using_offset_hack): New function.
2357
bb425013
AC
23582002-08-25 Andrew Cagney <ac131313@redhat.com>
2359
2360 * regcache.c (struct regcache_descr): Add field register_type.
2361 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2362 in as a parameter
2363 (init_regcache_descr): Initialize register_type. Pass the descr
2364 to init_legacy_regcache_descr. Use register_type instead of
2365 REGISTER_VIRTUAL_TYPE.
2366 (register_type): New function.
2367 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2368 * regcache.h (register_type): Declare.
2369
d0403e00
AC
23702002-08-25 Andrew Cagney <ac131313@redhat.com>
2371
2372 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2373 instead of deprecated_store_return_value. Fix fallout from
2374 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2375
0ed04cce
AC
23762002-08-25 Andrew Cagney <ac131313@redhat.com>
2377
2378 * regcache.c (max_register_size): New function.
2379 (init_legacy_regcache_descr): Ensure that max_register_size is
2380 large enough for REGISTER_VIRTUAL_SIZE.
2381 * regcache.h (max_register_size): Declare.
2382
46d79c04
AC
23832002-08-24 Andrew Cagney <ac131313@redhat.com>
2384
2385 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2386 store_return_value.
2387 (e500_extract_return_value): Change type of valbuf pointer to
2388 void.
2389
853c7bd0
MK
23902002-08-24 Mark Kettenis <kettenis@gnu.org>
2391
cd87e769
MK
2392 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2393 workaround.
2394
853c7bd0
MK
2395 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2396 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2397 long long) to prevent compiler warning on 64-bit systems.
2398
ebba8386
AC
23992002-08-23 Andrew Cagney <cagney@redhat.com>
2400
2401 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2402 (DEPRECATED_STORE_RETURN_VALUE): New method.
2403 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2404 * gdbarch.h, gdbarch.c: Re-generate.
2405
2406 * values.c (set_return_value): Pass current_regcache to
2407 STORE_RETURN_VALUE.
2408 * arch-utils.h (legacy_store_return_value): Declare.
2409 * arch-utils.c (legacy_store_return_value): New function.
2410 (legacy_extract_return_value): Update parameters.
2411
2412 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2413 STORE_RETURN_VALUE.
2414 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2415 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2416 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2417 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2418 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2419 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2420 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2421 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2422 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2423 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2424
2425 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2426 * i386-tdep.c (i386_extract_return_value): Update.
2427 * arch-utils.c (legacy_extract_return_value): Update.
2428 * frv-tdep.c (frv_gdbarch_init): Update.
2429 * cris-tdep.c (cris_gdbarch_init): Update.
2430 * d10v-tdep.c (d10v_gdbarch_init): Update.
2431 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2432 * m68k-tdep.c (m68k_gdbarch_init): Update.
2433 * mcore-tdep.c (mcore_gdbarch_init): Update.
2434 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2435 * s390-tdep.c (s390_gdbarch_init): Update.
2436 * sparc-tdep.c (sparc_gdbarch_init): Update.
2437 * sh-tdep.c (sh_gdbarch_init): Update.
2438 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2439 * v850-tdep.c (v850_gdbarch_init): Update.
2440 * avr-tdep.c (avr_gdbarch_init): Update.
2441 * ia64-tdep.c (ia64_gdbarch_init): Update.
2442 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2443 * vax-tdep.c (vax_gdbarch_init): Update.
2444 * alpha-tdep.c (alpha_gdbarch_init): Update.
2445 * arm-tdep.c (arm_gdbarch_init): Update.
2446 * mips-tdep.c (mips_gdbarch_init): Update.
2447 * i386-tdep.c (i386_gdbarch_init): Update.
2448
5bd8c6d0
AC
24492002-08-23 Andrew Cagney <ac131313@redhat.com>
2450
2451 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2452 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2453
e73e1724
MK
24542002-08-24 Mark Kettenis <kettenis@gnu.org>
2455
2456 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2457 problems.
2458
3e6564e1
JB
24592002-08-23 Joel Brobecker <brobecker@gnat.com>
2460
2461 * infrun.c (handle_inferior_event): Move a comment outside of a
2462 function call, in order to avoid indent reformatting this part
2463 of the code in an unreadable way.
2464
81d0cc19
GS
24652002-08-23 Grace Sainsbury <graces@redhat.com>
2466
2467 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2468 when breakpoints fail. Move general breakpoint error messages to
2469 insert_breakpoints.
2470 * breakpoint.c (insert_breakpoints): Change warnings when
2471 breakpoints are nto inserted to specify the type. Remove call to
2472 memory_error when hardware breakpoints can't be inserted. Remove
2473 multiple calls to warning so all messages are sent to the user at
2474 once.
2475 (delete_breakpoints): Make insert error messsages more explicit.
2476
17574093
DJ
24772002-08-23 Daniel Jacobowitz <drow@mvista.com>
2478
2479 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2480 gdbserver/ChangeLog.
2481
8acc2935
MK
24822002-08-23 Mark Kettenis <kettenis@gnu.org>
2483
dfe01d39
MK
2484 * i386-tdep.c: Include "objfiles.h".
2485 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2486 skip_trampoline_code.
2487 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2488 (CPLUS_MARKER): Define to '.'.
2489
8acc2935
MK
2490 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2491 member.
2492 (linux_corefile_thread_callback): Increase args->num_notes.
2493 (linux_make_note_section): Initialize thread_args.num_notes, and
2494 use it to determine whether notes for any threads were created.
2495
151fefe2 24962002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
2497
2498 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2499 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2500 and PCUNKILL.
2501 (write_with_trace): Conditionalize out the switch branch handling
2502 PCSHOLD if the corresponding macro is not defined. Likewise for
2503 PRSABORT and PRSTOP.
2504 This change will be needed by the Interix port.
2505
e1507482
EZ
25062002-08-22 Elena Zannoni <ezannoni@redhat.com>
2507
2508 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2509 write_register wherever possible instead of manipulating the
2510 register bytes directly.
2511 Assign VALUE_CONTENTS to a variable and use that.
2512 The GPR numbers are now dependent on the architecture.
2513
96ff0de4
EZ
25142002-08-22 Elena Zannoni <ezannoni@redhat.com>
2515
2516 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2517 ev_offset fields.
2518 (skip_prologue): Add support for BookE/e500 instructions.
2519 (e500_extract_return_value): New function.
2520 (frame_get_saved_regs): Add support for saving ev registers and
2521 pseudo gpr's.
2522 (e500_store_return_value): New function.
2523 (rs6000_gdbarch_init): Move up default intializations of
2524 deprecated_extract_return_value and store_return_value. Overwrite
2525 init of store_return_value with e500 specific version.
2526 Set extract_return_value for e500.
2527
fbefca5b
EZ
25282002-08-22 Elena Zannoni <ezannoni@redhat.com>
2529
2530 * blockframe.c (generic_call_dummy_register_unwind): Use
2531 regcache_cooked_read to catch cases in which the variable is
2532 stored in a pseudo register.
2533
4d210288
AC
25342002-08-22 Andrew Cagney <cagney@redhat.com>
2535
2536 * NEWS: Mention that the i960 has been made obsolete.
2537 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2538 i960-tdep.c
2539 (remote-nrom.o): Obsolete target.
2540 (remote-nindy.o, i960-tdep.o): Ditto.
2541 * remote-nrom.c: Make file obsolete.
2542 * remote-nindy.c, remote-vx960.c: Ditto.
2543 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2544 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2545 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2546 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2547 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2548 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2549 i960-*-vxworks* obsolete.
2550 * MAINTAINERS: Note that the i960 is obsolete.
2551
6c0c456d
CV
25522002-08-21 Corinna Vinschen <vinschen@redhat.com
2553
2554 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2555 detach to allow reinitialization.
2556
9f9d12b3
AC
25572002-08-22 Andrew Cagney <ac131313@redhat.com>
2558
2559 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2560 attempt).
2561
ebeb39fe
JB
25622002-08-22 Jim Blandy <jimb@redhat.com>
2563
2564 * coffread.c (coff_symfile_read): Don't try to read the line
2565 number table from disk if the image file doesn't have a symbol
2566 table; we'll never actually look at the info anyway, and Windows
2567 ships DLL's with bogus file offsets for the line number data.
2568
5bf1c677
EZ
25692002-08-21 Elena Zannoni <ezannoni@redhat.com>
2570
2571 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2572 an e500 executable.
2573
71b8ef93
MS
25742002-08-21 Michael Snyder <msnyder@redhat.com>
2575
2576 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2577 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
2578 (DEFAULT_MIPS_TYPE): Delete unused macro.
2579 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2580 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 2581
d174216d
JB
25822002-08-21 Jim Blandy <jimb@redhat.com>
2583
2584 * valops.c (value_cast): Simplify and correct logic for doing a
2585 static cast from a pointer to a base class to a pointer to a
2586 derived class.
2587
0ab7a791
AC
25882002-08-21 Andrew Cagney <ac131313@redhat.com>
2589
2590 * infcmd.c (default_print_registers_info): Replace
2591 do_registers_info.
2592 (registers_info): Use gdbarch_print_registers_info instead of
2593 DO_REGISTERS_INFO.
2594 * inferior.h (default_print_registers_info): Replace
2595 do_registers_info.
2596 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2597 (DO_REGISTERS_INFO): Change to a predicate function.
2598 * gdbarch.h, gdbarch.c: Regenerate.
2599
e23792cc
KS
26002002-08-21 Keith Seitz <keiths@redhat.com>
2601
2602 * gdb-events.sh: Add target-changed event.
2603 * gdb-events.c: Regenerated.
2604 * gdb-events.c: Regenerated.
2605 * valops.c (value_assign): Add target-changed event notification
2606 to inlval_register, lval_memory, and lval_reg_frame_relative.
2607
9fb14e79
JB
26082002-08-21 Joel Brobecker <brobecker@gnat.com>
2609
2610 * NEWS: Add an entry regarding the improvement of the next/step
2611 operation on Alpha Tru64 multi-processor machines.
2612
6d39a69f
AC
26132002-08-21 Andrew Cagney <ac131313@redhat.com>
2614
72acd513
AC
2615 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2616 directores.
342af04b 2617 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
2618 * Makefile.in (install-gdbtk): Move to install section.
2619 (rdi-share/libangsd.a): Move to end of file.
2620
fa5f27c7
AC
26212002-08-19 Andrew Cagney <ac131313@redhat.com>
2622
2623 * frame.c (frame_register_unwind): When a register, set addrp to
2624 the register's byte.
2625
5a89d8aa
MS
26262002-08-20 Michael Snyder <msnyder@redhat.com>
2627
2628 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2629 used locally, so move them from the target machine header to here.
2630 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2631 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2632 Make static.
2633 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2634
822e978b
AC
26352002-08-20 Andrew Cagney <cagney@redhat.com>
2636
2637 * NEWS: Mention that the Apollo line was made obsolete.
2638 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2639 m68*-hp-hpux* obsolete.
2640 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2641 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2642 * buildsym.c (make_blockvector): Make static.
2643 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2644 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2645 (ALLDEPFILES): Remove dstread.c.
2646 (dstread.o): Obsolete make rule.
2647 * dstread.c: Makefile obsolete.
2648 * dst.h: Ditto.
2649 * config/m68k/hp300hpux.mt: Ditto.
2650 * config/m68k/hp300hpux.mh: Ditto.
2651 * config/m68k/hp300bsd.mt: Ditto.
2652 * config/m68k/hp300bsd.mh: Ditto.
2653 * config/m68k/apollo68b.mt: Ditto.
2654 * config/m68k/apollo68v.mh: Ditto.
2655 * config/m68k/apollo68b.mh: Ditto.
2656
e41b17f0
MS
26572002-08-20 Michael Snyder <msnyder@redhat.com>
2658
2659 * mips-tdep.c (mips_in_return_stub): Make static.
2660 (mips_gdbarch_init): Set in_solib_return_trampoline.
2661 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2662
d50355b6
MS
26632002-08-20 Michael Snyder <msnyder@redhat.com>
2664
2665 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2666 * gdbarch.c, gdbarch.h: Regenerate.
2667 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2668 Add.
2669 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2670
757a7cc6
MS
26712002-08-20 Michael Snyder <msnyder@redhat.com>
2672
2673 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2674 (mips_gdbarch_init): Set skip_trampoline_code,
2675 in_solib_call_trampoline.
2676 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2677 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2678
c8001721
EZ
26792002-08-20 Elena Zannoni <ezannoni@redhat.com>
2680
2681 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2682
2683 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2684 vector type for ev registers.
2685 (e500_pseudo_register_read): New function.
2686 (e500_pseudo_register_write): New function.
2687 (e500_dwarf2_reg_to_regnum): New function.
2688 (PPC_UISA_NOFP_SPRS): New macro.
2689 (PPC_EV_REGS): New macro.
2690 (PPC_GPRS_PSEUDO_REGS): New macro.
2691 (registers_e500): New register set for e500.
2692 (variants): Add e500 variant.
2693 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2694 before setting architectural dependent variations. Initialize ev
2695 registers numbers. Add case for e500 architecture. Set the
2696 number of pseudo registers.
2697
64366f1c
EZ
26982002-08-20 Elena Zannoni <ezannoni@redhat.com>
2699
2700 * rs6000-tdep.c: Clean up comments.
2701
7e78f0ca
AC
27022002-08-20 Andrew Cagney <cagney@redhat.com>
2703
2704 * h8300-tdep.c: Re-indent file.
2705
697f7479
JB
27062002-08-20 Jim Blandy <jimb@redhat.com>
2707
2708 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2709 default for this.
697f7479 2710
e86ae29f
KS
27112002-08-20 Keith Seitz <keiths@redhat.com>
2712
2713 * breakpoints.c (watch_command_1): Use internal breakpoint
2714 when setting a watchpoint_scope breakpoint.
2715
216b504f
EZ
27162002-08-20 Elena Zannoni <ezannoni@redhat.com>
2717
2718 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2719 (build_builtin_type_vec64i): Ditto.
2720 (build_builtin_type_vec128): Ditto.
2721 (build_builtin_type_vec128i): Ditto.
2722
f7ab6ec6
MS
27232002-08-19 Michael Snyder <msnyder@redhat.com>
2724
2725 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2726 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2727 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2728 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2729 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2730 CALL_DUMMY_ADDRESS): Delete.
2731 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2732 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2733 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2734 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2735 push_return_address.
2736 (mips_register_raw_size, mips_eabi_use_struct_convention,
2737 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2738 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2739 mips_init_extra_frame_info, mips_eabi_push_arguments,
2740 mips_n32n64_push_arguments, mips_push_return_address,
2741 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2742 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2743
b5d1566e
MS
27442002-08-19 Michael Snyder <msnyder@redhat.com>
2745
2746 * mips-tdep.c (mips_frame_num_args): New function.
2747 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2748 frame_saved_pc, frame_args_address, frame_locals_address,
2749 frame_num_args, and frame_args_skip.
2750 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2751 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2752 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2753 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2754
2f1488ce
MS
27552002-08-20 Michael Snyder <msnyder@redhat.com>
2756
2757 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2758 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2759 * mips-tdep.c (mips_store_struct_return): New function.
2760 (mips_extract_struct_value_address): New function.
2761 (mips_gdbarch_init): Set store_struct_return and
2762 extract_struct_value_address.
2763
41ff2da1
DC
27642002-08-20 David Carlton <carlton@math.stanford.edu>
2765
2766 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2767 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2768 (read_file_scope): Check that line_header is nonzero before
2769 decoding macro information.
2770
e5451d58
MK
27712002-08-20 Mark Kettenis <kettenis@gnu.org>
2772
2773 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2774 flag the general-purpose registers as floating-point on targets
2775 that don't support the floating-point registers.
2776
4a6daafa
EZ
27772002-08-20 Elena Zannoni <ezannoni@redhat.com>
2778
2779 * rs6000-tdep.c (altivec_register_p): Delete.
2780 (rs6000_do_altivec_registers): Delete.
2781 (rs6000_altivec_registers_info): Delete.
2782 (rs6000_do_registers_info): Delete.
2783 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2784 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2785
ab4327e0
EZ
27862002-08-20 Elena Zannoni <ezannoni@redhat.com>
2787
2788 * infcmd.c (do_registers_info): Print vector registers in hex
2789 format only.
2790 (print_vector_info): Check that printing registers
2791 makes sense.
2792 (print_float_info): Ditto.
2793
cb1d2653
AC
27942002-08-20 Andrew Cagney <ac131313@redhat.com>
2795
2796 * mips-tdep.c (mips_gdbarch_init): Update.
2797 (mips_o32_extract_return_value): Rewrite.
2798 (mips_o32_store_return_value): Rewrite.
2799 (mips_o32_xfer_return_value): New function.
2800 (mips_xfer_register): Tweak debug print message. Allow for
2801 buf_offset when dumping the value transfered.
2802
dfc3d9b2
AC
28032002-08-20 Andrew Cagney <ac131313@redhat.com>
2804
2805 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2806 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2807 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2808 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2809 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2810
7807aa61
MS
28112002-08-14 Michael Snyder <msnyder@redhat.com>
2812
2813 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2814
489461e2
EZ
28152002-08-19 Elena Zannoni <ezannoni@redhat.com>
2816
2817 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2818 register.
2819 (P): New macro to define a register as a pseudo register.
2820 (R, R4, R8, R16, FR32, R64, R0): Updated.
2821 (struct variant): Add new fields for number of pseudo registers
2822 and number of total registers.
2823 (tot_num_registers): New macro replacing....
2824 (num_registers): ...deleted macro.
2825 (num_registers): New function.
2826 (num_pseudo_registers): New function.
2827 (variants): Update all variants to intialize new fields correctly.
2828 Postpone initialization of number of pseudo regs and real regs.
2829 (init_variants): New function.
2830 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2831 registers offsets.
2832
fcaffe4c
DC
28332002-08-19 David Carlton <carlton@math.stanford.edu>
2834
2c2738a0
DC
2835 * valops.c (search_struct_field): Change error message to treat
2836 return value of 0 from value_static_field as meaning that field is
2837 optimized out.
2838 (value_struct_elt_for_reference): Ditto.
2839 * values.c (value_static_field): Treat an unresolved location the
2840 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
2841 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2842 enclosed. Fix PR gdb/574.
fcaffe4c
DC
2843 * MAINTAINERS: Add self to Write After Approval list.
2844
88658117
AC
28452002-08-19 Andrew Cagney <ac131313@redhat.com>
2846
2847 * mips-tdep.c (mips_xfer_register): New function.
2848 (mips_n32n64_extract_return_value): Rewrite.
2849 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2850 instead of deprecated_extract_return_value.
2851
21283beb
EZ
28522002-08-19 Elena Zannoni <ezannoni@redhat.com>
2853
2854 * rs6000-tdep.c (TDEP): Delete macro.
2855 (branch_dest): Replace use of TDEP macro with its body.
2856 (rs6000_pop_frame): Ditto.
2857 (rs6000_push_arguments): Ditto.
2858 (rs6000_skip_trampoline_code): Ditto.
2859 (rs6000_frame_saved_pc): Ditto.
2860 (rs6000_frame_chain): Ditto.
2861 (rs6000_register_name): Ditto.
2862 (rs6000_register_byte): Ditto.
2863 (rs6000_register_raw_size): Ditto.
2864 (rs6000_register_virtual_type): Ditto.
2865 (rs6000_register_convertible): Ditto.
2866 (rs6000_convert_from_func_ptr_addr): Ditto.
2867
bf072999
DJ
28682002-08-19 Daniel Jacobowitz <drow@mvista.com>
2869
2870 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2871 conditionally.
2872 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2873 MIPS_LINUX_JB_ELEMENT_SIZE.
2874 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2875 for MAX_REGISTER_RAW_SIZE arrays.
2876 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2877 MIPS_LINUX_JB_ELEMENT_SIZE.
2878
9b949a49
PM
28792002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2880
2881 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2882
6d3e79c6
AS
28832002-08-19 Aidan Skinner <aidan@velvet.net>
2884
2885 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2886 ada-valprint.c ada-tasks.c.
2887 (YYFILES): Add ada-exp.y.
2888 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2889 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2890 (ada-exp.tab.o): New target.
2891
06c0b04e
AC
28922002-08-18 Andrew Cagney <ac131313@redhat.com>
2893
2894 * regcache.c (regcache_xfer_part): New function.
2895 (regcache_raw_read_part): New function.
2896 (regcache_raw_write_part): New function.
2897 (regcache_cooked_read_part): New function.
2898 (regcache_cooked_write_part): New function.
2899 * regcache.h (regcache_raw_read_part): Declare.
2900 (regcache_raw_write_part): Declare.
2901 (regcache_cooked_read_part): Declare.
2902 (regcache_cooked_write_part): Declare.
2903
92d1e331
DJ
29042002-08-18 Daniel Jacobowitz <drow@mvista.com>
2905
2906 * remote.c (remote_open_1): Add async_p.
2907 (remote_async_open_1): Delete.
2908 (open_remote_target): Delete.
2909 (remote_open, extended_remote_open): Update calls to remote_open_1.
2910 (remote_async_open, extended_remote_async_open): Call
2911 remote_open_1 instead of remote_async_open_1.
2912
247055de
MK
29132002-08-19 Mark Kettenis <kettenis@gnu.org>
2914
2915 * blockframe.c: Fix a few coding standard violations.
2916
641eda39
MK
29172002-08-19 Mark Kettenis <kettenis@gnu.org>
2918
0b717710
MK
2919 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2920 here from ...
2921 * config/i386/tm-i386sco5.h: ... here. File removed.
2922 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2923
26d28e12 2924 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
2925 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2926 (TM_FILE): Set to tm-i386.h.
2927 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2928 * config/i386/tm-i386v.h: Remove file.
2929 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2930 instead of "i386/tm-i386v.h".
2931 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2932 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2933 "i386/tm-i386v.h".
2934 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2935 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2936 "i386/tm-i386.h".
2937
d4e0bab4
MK
29382002-08-18 Mark Kettenis <kettenis@gnu.org>
2939
2940 * config/i386/nm-i386v.h: Add protection against
2941 multiple-inclusion.
2942 (i386_register_u_addr): Remove prototype.
2943 (register_u_addr): New prototype.
2944 (REGISTER_U_ADDR): Redefine accordingly.
2945 * i386v-nat.c: Improve several comments.
2946 (i386_register_u_addr): Change signature and rename to
2947 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2948 ubase variable.
2949
46cac009
AC
29502002-08-18 Andrew Cagney <ac131313@redhat.com>
2951
2952 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2953 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2954 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2955 deprecated_extract_return_value.
2956 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2957 rename mips_o32o64_push_arguments.
2958 (mips_gdbarch_init): Update.
2959 (mips_extract_return_value): Delete.
2960 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2961 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2962 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2963 (mips_n32n64_extract_return_value): Clone
2964 mips_extract_return_value.
2965 (mips_store_return_value): Delete.
2966 (mips_o32_store_return_value): Clone mips_store_return_value.
2967 (mips_o64_store_return_value): Clone mips_store_return_value.
2968 (mips_eabi_store_return_value): Clone mips_store_return_value.
2969 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2970
d2e4a39e
AS
29712002-08-18 Aidan Skinner <aidan@velvet.net>
2972
0c30c098
AS
2973 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2974 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2975
29762002-08-18 Aidan Skinner <aidan@velvet.net>
2977
2978 * ada-lang.c: Run through gdb_indent.sh.
2979 * ada-lang.h: Run through gdb_indent.sh.
2980 * ada-tasks.c: Run through gdb_indent.sh.
2981 * ada-typeprint.c: Run through gdb_indent.sh.
2982 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 2983
01fc4e33
AC
29842002-08-18 Andrew Cagney <ac131313@redhat.com>
2985
2986 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2987 ABI.
2988
d8ee244c
MK
29892002-08-18 Mark Kettenis <kettenis@gnu.org>
2990
c38d8261
MK
2991 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2992
222db64c
MK
2993 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2994 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2995
c2848c82
MK
2996 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2997 write_register_gen instead of write_register_bytes.
2998
d8ee244c
MK
2999 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3000 i[3456]-*-osf1mk* configurations have been made obsolete.
3001 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3002 i[3456]86-*-osf1mk* hosts obsolete.
3003 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3004 targets obsolete.
3005 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3006 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3007 config/i386/i386m3.mt, config/i386/nm-m3.h,
3008 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3009 config/i386/i386mk.mh, config/i386/i386mk.mt,
3010 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3011 obsolete.
3012 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3013 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3014 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3015
61d8d407
AC
30162002-08-18 Andrew Cagney <ac131313@redhat.com>
3017
3018 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3019 (hppa_value_returned_from_stack): Declare.
3020 (hppa_extract_return_value): Declare.
3021 * config/pa/hppa.mt: New file.
3022 * configure.tgt: Recognize hppa*-*-*.
3023 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3024
0c52bd59
MK
30252002-08-18 Mark Kettenis <kettenis@gnu.org>
3026
3027 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3028 comment.
3029
b5686e99
MK
30302002-08-17 Mark Kettenis <kettenis@gnu.org>
3031
3032 * top.c (gdb_rl_operate_and_get_next): Make sure
3033 operate-and-get-next functions correctly even when the history
3034 list is completely filled.
3035
c1bab85b
AC
30362002-08-18 Andrew Cagney <ac131313@redhat.com>
3037
3038 * MAINTAINERS (Target Instruction Set Architectures): Rename
3039 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3040 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3041 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3042 already listed under Host/Native.
3043
3044 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3045 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3046 mips*-*-*.
3047
32089c7c
AC
30482002-08-17 Andrew Cagney <ac131313@redhat.com>
3049
3050 * config/ia64/ia64.mt: New file.
3051 * config/alpha/alpha.mt: New file.
3052 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3053 ia64-linux-gnu. Mention that ia64-elf is broken.
3054 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3055
b4671f85
MK
30562002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3057
3058 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3059 generic_func_frame_valid instead of func_frame_valid.
3060
c8edd8b4
JB
30612002-08-16 Joel Brobecker <brobecker@gnat.com>
3062
3063 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3064 procfs appears to be broken when debugging on multi-processor
3065 machines. So enable software single stepping in order to avoid
3066 using the procfs interface to do next/step operations, using
3067 internal breakpoints instead.
3068
3069 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3070 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3071 make this pc address equal to the value it would have if the
3072 system stepping capability was used. Also set a new flag used
3073 to ensure that we don't readjust the PC one more time later.
3074
3075 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3076 address by DECR_PC_AFTER_BREAK when software single step is
3077 in use for this architecture, as this has already been taken
3078 care of in handle_inferior_event().
3079
238617f6
JB
30802002-08-16 Joel Brobecker <brobecker@gnat.com>
3081
3082 * infrun.c (handle_inferior_event): Minor reformatting, to make
3083 a rather long condition expression easier to read.
3084
541a7aac
AC
30852002-08-16 Andrew Cagney <ac131313@redhat.com>
3086
3087 * Makefile.in (gdbtk.o): Move to end of file.
3088 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3089 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3090 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3091 (gdbtk-wrapper.o, gdbres.o): Ditto.
3092
f92d4a7b
AC
30932002-08-16 Andrew Cagney <ac131313@redhat.com>
3094
3095 * Makefile.in (copying.o): Separate out compile rule.
3096 (hpux-thread.o, procfs.o, signals.o): Ditto.
3097 (v850ice.o, z8k-tdep.o): Ditto.
3098 (tui-file.o): Move to TUI section.
3099 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3100 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3101
1cce71eb
JB
31022002-08-16 Joel Brobecker <brobecker@gnat.com>
3103
3104 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3105 skip_trampoline_code, for better namespace-proofing.
3106
3107 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3108
0851f23d
JB
31092002-08-16 Joel Brobecker <brobecker@gnat.com>
3110
3111 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3112
f8d40ec8
JB
31132002-08-16 Joel Brobecker <brobecker@gnat.com>
3114
3115 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3116 signal, check whether we hit a breakpoint before checking for a
3117 single step breakpoint. Otherwise, GDB fails to notice that a
3118 breakpoint has been hit when stepping onto a breakpoint.
3119
63d022e0
KS
31202002-08-16 Keith Seitz <keiths@redhat.com>
3121
3122 * gdb-events.sh (clear_gdb_event_hooks): New function.
3123 * gdb-events.c: Regenerate.
3124 * gdb-events.h: Regenerate.
3125
6e31adb3
AC
31262002-08-16 Andrew Cagney <ac131313@redhat.com>
3127
3128 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3129 not_a_sw_breakpoint.
3130 * breakpoint.h (bpstat_stop_status): Add parameter names.
3131
c8189ed1
GS
31322002-08-16 Grace Sainsbury <graces@redhat.com>
3133
3134 * remote.c (remote_insert_hw_breakpoint)
3135 (remote_remove_hw_breakpoint): Fix calculation of length field
3136 for Z-packet.
3137
d05285fa
MS
31382002-08-15 Michael Snyder <msnyder@redhat.com>
3139
466d7106
MS
3140 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3141 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3142 (supply_fpregset): Ditto.
3143
d05285fa
MS
3144 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3145 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3146 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 3147 (TARGET_READ_SP): Delete.
bf1f5b4c 3148 (DO_REGISTERS_INFO): Delete.
102182a9
MS
3149 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3150 Delete.
3151 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3152 from macros to functions.
bf1f5b4c 3153
d05285fa
MS
3154 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3155 (mips_register_convertible, mips_register_convert_to_virtual,
3156 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
3157 (mips_read_sp): New function.
3158 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
3159 (mips_do_registers_info): Make static.
3160 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
3161 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3162 (mips_register_convert_from_type, mips_register_convert_to_type):
3163 New functions.
3164 (mips_gdbarch_init): Set up function_start_offset,
3165 register_virtual_size, pc_in_sigtramp.
d05285fa 3166
e76f1f2e
AC
31672002-08-15 Andrew Cagney <ac131313@redhat.com>
3168
3169 * infcmd.c (vector_info): New function.
3170 (_initialize_infcmd): Add command "info vector".
3171 (print_vector_info): New function.
3172
3173 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3174 * gdbarch.h, gdbarch.c: Regenerate.
3175
4782dc19
AC
31762002-08-15 Andrew Cagney <ac131313@redhat.com>
3177
3178 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3179 ``print_all''. Only print vector registers when ``print_all''.
3180
23e3a7ac
AC
31812002-08-15 Andrew Cagney <ac131313@redhat.com>
3182
8e186fd6
AC
3183 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3184 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3185
23e3a7ac
AC
3186 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3187 Add `args' parameter.
3188 * gdbarch.h, gdbarch.c: Regenerate.
3189
3190 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3191
3192 * infcmd.c (float_info): Call print_float_info.
3193 (print_float_info): New function. By default, print the
3194 floating-point registers.
3195
3196 * arch-utils.h (default_print_float_info): Delete declaration.
3197 * arch-utils.c (default_print_float_info): Delete function.
3198
e0ca2bb9
MK
31992002-08-16 Mark Kettenis <kettenis@gnu.org>
3200
3f733acc
MK
3201 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3202 out define.
3203
7d8d2918
MK
3204 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3205 FRAME.
3206
1c7cc583
MK
3207 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3208 * configure.host: Make i[3456]86-*-aix host obsolete.
3209 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3210 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3211 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3212 config/i386/xm-i386aix.h: Make files obsolete.
3213 * i386aix-nat.c: Make file obsolete.
3214 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3215 (i386aix-nat.o): Make target obsolete.
3216
e0ca2bb9
MK
3217 * config/i386/nm-gnu.h: Removed.
3218 * config/i386/nm-i386gnu.h: New file.
3219 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3220 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3221 Moved here from ...
3222 * config/i386/tm-i386gnu.h: ... here. Removed.
3223 * config/i386/xm-i386gnu.h: Removed.
3224 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3225 (NAT_FILE): Set to nm-i386gnu.h.
3226 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3227 * i386-tdep.c: New file.
3228 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3229 (i386gnu-tdep.o): Specify dependencies.
3230
16057ec7 32312002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 3232
6b99ee2e
MK
3233 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3234 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3235 Adjust a few comments to reflect reality a bit closer.
3236 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3237 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3238 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3239 target_insert_watchpoint, target_remove_watchpoint):
3240 Move defines to ...
3241 * config/i386/nm-i386sco5.h: ... here.
3242 (kernel_u_size): Add prototype. Improve a few comments and add
3243 protection against multiple inclusion.
3244
d9a6f65c
MK
3245 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3246 out define.
3247
047eff6a
MK
3248 * uw-thread.c (SP_ARG0): Define if not already defined.
3249 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3250
dcdb1290
MK
3251 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3252
5d2d0b2a
MK
3253 * config/i386/tm-i386.h: Don't include "regcache.h".
3254
61113f8b
MK
3255 * i387-tdep.h (i387_print_float_info): New prototype.
3256 * i387-tdep.c (print_i387_value, print_i387_ext,
3257 print_i387_status_word, print_i387_control_word): Add `struct
3258 ui_file *' argument and use it for output.
3259 (i387_print_float_info): Renamed from i387_float_info. Add
3260 `struct gdbarch *' and `struct ui_file *' arguments and use the
3261 latter for output.
3262 * i386-tdep.c: Include "i387-tdep.h".
3263 (i386_gdbarch_init): Set print_float_info.
3264 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3265 (FLOAT_INFO): Remove define.
3266
46e0f506
MS
32672002-08-13 Michael Snyder <msnyder@redhat.com>
3268
3269 * mips-tdep.c (mips_push_arguments): Rename to
3270 mips_eabi_push_arguments, and tune for EABI.
3271 (MIPS_REGS_HAVE_HOME_P): Delete.
3272 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3273 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3274 Delete references to mips_regs_have_home_p.
3275
409268de
KS
32762002-08-14 Keith Seitz <keiths@redhat.com>
3277
3278 * Makefile.in (install-gdbtk): Create insight plugin directory.
3279 Install plugins.tcl file.
3280
ffc6a242
KS
32812002-08-14 Keith Seitz <keiths@redhat.com>
3282
3283 * configure.in: Move SUBDIRS to near top of the file so that
3284 --enable options may add things to it.
3285 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3286 * configure: Regenerate.
3287
ebafbe83
MS
32882002-08-13 Michael Snyder <msnyder@redhat.com>
3289
3290 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3291 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3292 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3293
32f6f25d
AC
32942002-08-13 Andrew Cagney <ac131313@redhat.com>
3295
3296 * vax-tdep.c (vax_get_saved_register): Delete function.
3297 (vax_gdbarch_init): Update.
3298 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3299 (ns32k_gdbarch_init): Update.
3300 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3301 (alpha_gdbarch_init): Update.
3302
53826de9
AC
33032002-08-13 Andrew Cagney <cagney@redhat.com>
3304
3305 * regcache.c (init_regcache_descr): Overallocate the
3306 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3307 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3308 nr_raw_registers.
3309 (set_register_cached): Add range checking assertions. Use
3310 current_regcache.
3311
16057ec7 33122002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
3313
3314 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3315 numbers for MMX registers.
3316
7b4c2dce
AC
33172002-08-13 Andrew Cagney <cagney@redhat.com>
3318
3319 * i386-tdep.c (i386_gdbarch_init): Use
3320 generic_unwind_get_saved_register.
3321
1e03ad20
KB
33222002-08-13 Kevin Buettner <kevinb@redhat.com>
3323
3324 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3325 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3326 target vector.
3327 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3328 Delete. Add comment regarding this now-deleted target method.
3329
548bcbec
SC
33302002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3331
3332 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3333 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3334 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3335 real PC and the page number (if it's within the memory bank window).
3336 (m68hc11_pseudo_register_write): Likewise when saving.
3337 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3338 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3339 (m68hc11_register_raw_size): And use 32-bit for it.
3340 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3341 16K memory bank is used by the prog; also use the virtual pc.
3342
7df11f59
SC
33432002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3344
3345 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3346 (m68hc11_gdbarch_init): Install it in gdbarch.
3347 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3348 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3349 (MSYMBOL_SIZE): New for documentation.
3350 (insn_return_kind): Enum to specify how a function returns.
3351 (frame_extra_info): Cleanup and record the return mode.
3352 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3353 register in address computation.
3354 (m68hc11_get_return_insn): New to obtain the return instruction used
3355 by the function.
3356 (m68hc11_frame_init_saved_regs): Take into account the return
3357 instruction used by the function for far and interrupt functions.
3358 (m68hc11_init_extra_frame_info): Take into account page register.
3359 (m68hc11_frame_args_address): Adjust according to the return mode.
3360 (show_regs): Print page register only when it's used.
3361
5706502a
SC
33622002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3363
3364 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3365 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3366 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3367 registers.
3368 (m68hc11_register_raw_size): Likewise.
3369
28fc6740
AC
33702002-08-13 Andrew Cagney <cagney@redhat.com>
3371
3372 * i386-tdep.c (i386_register_name): Handle mmx registers.
3373 (mmx_regnum_p): New function.
3374 (i386_mmx_names): New array.
3375 (mmx_num_regs): New variable.
3376 (i386_pseudo_register_read): New function.
3377 (i386_pseudo_register_write): New function.
3378 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3379
3380 * regcache.c (regcache_raw_read_unsigned): New function.
3381 (regcache_raw_read_signed): New function.
3382 * regcache.h (regcache_raw_read_unsigned): Declare.
3383 (regcache_raw_read_signed): Declare.
3384
a378f419
AC
33852002-08-13 Andrew Cagney <cagney@redhat.com>
3386
3387 * regcache.c (regcache_raw_read_as_address): Delete function.
3388 (regcache_cooked_read_signed): New function.
3389 (regcache_cooked_read_unsigned): New function.
3390 * regcache.h (regcache_cooked_read_signed): Declare.
3391 (regcache_cooked_read_unsigned): Declare.
3392 (regcache_raw_read_as_address): Delete declaration.
3393
3394 * blockframe.c (generic_read_register_dummy): Use
3395 regcache_cooked_read_unsigned.
3396 * i386-tdep.c (i386_extract_struct_value_address): Use
3397 regcache_cooked_read_unsigned.
3398
81967506
SC
33992002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3400
3401 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3402 double sizes according to ELF ABI flags.
3403 (gdbarch_tdep): Record elf_flags.
3404
ffe1f3ee
SC
34052002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3406
3407 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3408 (m6812_prolog): They can appear in 68HC12 function prologue.
3409 (m68hc11_frame_chain): Cleanup.
3410
98216c5d
AC
34112002-08-12 Andrew Cagney <cagney@redhat.com>
3412
3413 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3414 declarations.
3415 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3416 (i386_linux_register_raw_size): Delete function.
3417 (i386_linux_init_abi): Update.
3418 * i386-tdep.c (i386_register_raw_size): Delete function.
3419 (i386_register_byte): Delete function.
3420 (i386_gdbarch_init): Update.
3421 (i386_register_size): Delete array.
3422 (i386_register_offset): Delete array.
3423
3424 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3425 (REGISTER_RAW_SIZE): Delete macro.
3426 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3427 (REGISTER_BYTE): Delete macro.
3428
3b19021e
AS
34292002-08-11 Aidan Skinner <aidan@velvet.net>
3430
3431 * ada-lang.c (ada_lookup_partial_symbol)
3432 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3433 prototype names so that grep ^func works properly.
3434
3435 * ada-lang.c (ada_array_element_type)
3436 (ada_lookup_partial_symbol): Fix typos in parameter list.
3437
3438 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3439 Fix prototype names so that grep ^func works properly.
3440
b063e7a2
AC
34412002-08-10 Andrew Cagney <cagney@redhat.com>
3442 Elena Zannoni <ezannoni@redhat.com>
3443 Martin M. Hunt <hunt@redhat.com>
3444
3445 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3446 (build_builtin_type_vec128i): Set the vector bit.
3447 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3448 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3449 (build_builtin_type_vec64): New function.
3450 (build_builtin_type_vec64i): New function.
3451 (build_gdbtypes): Initialize builtin_type_vec64 and
3452 builtin_type_vec64i.
3453
a7e3c2ad
AC
34542002-08-09 Andrew Cagney <cagney@redhat.com>
3455
3456 * regcache.c (regcache_dump): Compare the register offset
3457 with REGISTER_BYTE.
3458 * arch-utils.c (generic_register_byte): New function.
3459 * arch-utils.h (generic_register_byte): Declare.
3460 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3461 * gdbarch.h, gdbarch.c: Regenerate.
3462
af030b9a
AC
34632002-08-09 Andrew Cagney <cagney@redhat.com>
3464
3465 * regcache.c: Include "gdbcmd.h"
3466 (_initialize_regcache): Add commands "maintenance print
3467 registers", "maintenance print raw-registers" and "maintenance
3468 print cooked-registers".
3469 (enum regcache_dump_what): Define.
3470 (dump_endian_bytes): New function.
3471 (regcache_dump): New function.
3472 (regcache_print): New function.
3473 (maintenance_print_registers): New function.
3474 (maintenance_print_raw_registers): New function.
3475 (maintenance_print_cooked_registers): New function.
3476 * Makefile.in (regcache.o): Update dependencies.
3477
cb3d25d1
MS
34782002-08-09 Michael Snyder <msnyder@redhat.com>
3479
3480 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3481 (mips_push_arguments): Correct some comments. Use paddr_nz
3482 for printing addresses in debug output. Replace static
3483 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3484 (mips_n32n64_push_arguments): New function, cloned from
3485 mips_push_arguments and tuned for the n32/n64 ABI.
3486 (mips_push_register): Buffer needs dynamic allocation.
3487 (mips_print_register): Ditto.
3488 (do_gp_register_row): Ditto.
3489 (mips_store_return_value): Ditto.
3490 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3491
2163ab9d
DH
34922002-08-09 Don Howard <dhoward@redhat.com>
3493
3494 * memattr.c (mem_info_command): Print special case of upper bound
3495 as max CORE_ADDR + 1.
3496
b78bcb18
MS
34972002-08-08 Michael Snyder <msnyder@redhat.com>
3498
3499 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3500 returns structs by ref if they're too big to fit in two registers.
3501
ffabd70d
KB
35022002-08-09 Kevin Buettner <kevinb@redhat.com>
3503
3504 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3505 saved regs value.
3506 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3507 mips_find_saved_regs().
3508 (mips_pop_frame): Likewise.
3509
fbcdb4a3
KB
35102002-08-09 Kevin Buettner <kevinb@redhat.com>
3511
3512 * blockframe.c (frame_saved_regs_register_unwind): Revise
3513 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3514 frames are in use.
3515
3c3bea1c
GS
35162002-08-09 Grace Sainsbury <graces@redhat.com>
3517
3518 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3519 T-packets; the 'a' is not taken as a register number.
3520 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3521 (remote_stopped_data_address): New functions; add to target
3522 vector.
3523 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3524 prototypes to match other implementations of this
3525 function. replace integer argument with pointer -- the length
3526 field in the Z-packet is the length of what is pointed to or 1 if
3527 pointer is null. Add to target vector.
3528 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3529 target vector.
3530
3531 From Mark Salter:
3532 * remote.c (remote_wait): Add support to extract optional
3533 watchpoint information from T-packet. Ignore unrecognized
3534 optional info in T-packet.
3535 (remote_async_wait): Ditto.
3536
5d1d95de
CV
35372002-08-09 Corinna Vinschen <vinschen@redhat.com>
3538
3539 * cli/cli-dump.c: Change fopen modes to use binary open modes
3540 as defined in include/fopen-bin.h throughout.
3541
c86b5b38
MS
35422002-08-08 Michael Snyder <msnyder@redhat.com>
3543
3544 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3545
b30590dc
KB
35462002-08-08 Kevin Buettner <kevinb@redhat.com>
3547
3548 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3549 assertion failure by returning early after a warning.
3550
498868ed
KB
35512002-08-08 Kevin Buettner <kevinb@redhat.com>
3552
3553 * mips-tdep.c (mips_find_saved_regs): Make static.
3554 (mips_frame_init_saved_regs): New function.
3555 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3556 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3557 (mips_find_saved_regs): Delete declaration.
3558
b2dd6311
GS
35592002-08-08 Grace Sainsbury <graces@redhat.com>
3560
3c3bea1c
GS
3561 * remote.c (remote_wait, remote_async_wait): Change
3562 thread_num from int to ULONGEST.
3563 (unpack_varlen_hex): Change result parameter from
3564 int * to ULONGEST *.
b2dd6311 3565
ea47855f
AC
35662002-08-08 Andrew Cagney <ac131313@redhat.com>
3567
3568 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3569 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3570 powerpc*-*-*.
3571 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3572
69db8bae
AC
35732002-08-08 Andrew Cagney <cagney@redhat.com>
3574
3575 * gcore.c (override_derive_stack_segment): Delete variable.
3576 (preempt_derive_stack_segment): Delete function.
3577 (derive_stack_segment): Delete function.
3578 (default_derive_stack_segment): Renamed to derive_stack_segment.
3579 (override_derive_heap_segment): Delete variable.
3580 (preempt_derive_heap_segment): Delete function.
3581 (derive_heap_segment): Delete function.
3582 (default_derive_heap_segment): Rename to derive_heap_segment.
3583
cb811fe7
MS
35842002-08-06 Michael Snyder <msnyder@redhat.com>
3585
3586 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3587 * mips-tdep.c (mips_EABI_use_struct_convention,
3588 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3589 New functions. (mips_use_struct_convention): Delete.
3590 (mips_gdbarch_init): set use_gdbarch_convention.
3591
8b389c40
MS
35922002-08-06 Michael Snyder <msnyder@redhat.com>
3593
3594 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3595 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3596 mips_o32_reg_struct_has_addr): New functions.
3597 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3598
5c27f28a
AC
35992002-08-07 Andrew Cagney <ac131313@redhat.com>
3600
3601 * regcache.c (pseudo_register): Delete function.
3602 (fetch_register): Delete function.
3603 (store_register): Delete function.
3604 (regcache_raw_read, legacy_read_register_gen): Use
3605 target_fetch_registers instead of fetch_register.
3606 (legacy_write_register_gen, regcache_raw_write): Use
3607 target_store_register instead of store_register.
3608 (write_register_bytes): Ditto.
3609
3610 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3611 (STORE_PSEUDO_REGISTER): Delete.
3612 * gdbarch.h, gdbarch.c: Regenerate.
3613
5b331675
CV
36142002-08-06 Corinna Vinschen <vinschen@redhat.com>
3615
3616 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3617 write dump file binary.
3618
6acdf5c7
MS
36192002-08-05 Michael Snyder <msnyder@redhat.com>
3620
3621 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3622 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3623 (mips_gdbarch_init): Set N32 target to be mips64.
3624
b2f01c35
KB
36252002-08-06 Kevin Buettner <kevinb@redhat.com>
3626
3627 * frame.c (find_saved_register): Break out of loop once saved
3628 register address is found. Don't mention sparc in loop comment
3629 anymore.
3630
63db5580
KB
36312002-08-06 Kevin Buettner <kevinb@redhat.com>
3632
3633 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3634 mips_default_saved_regsize to 8.
3635
5e34e75e
AC
36362002-08-06 Andrew Cagney <ac131313@redhat.com>
3637
3638 * gcore.c: Do not include <sys/procfs.h>.
3639 * Makefile.in (gcore.o): Update dependencies.
3640
eb4c54a2
AC
36412002-08-06 Andrew Cagney <cagney@redhat.com>
3642
3643 * configure.tgt: Make arc-*-* obsolete.
3644 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3645 * MAINTAINERS: Make arc-elf obsolete.
3646 * arc-tdep.c: Make file obsolete.
3647 * config/arc/arc.mt: Ditto.
3648 * config/arc/tm-arc.h: Ditto.
3649
ced15480
TR
36502002-08-05 Theodore A. Roth <troth@verinet.com>
3651
c1bab85b 3652 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 3653
b4743822
AC
36542002-08-05 Andrew Cagney <ac131313@redhat.com>
3655
3656 * mcore-tdep.c (mcore_gdbarch_init): Use
3657 generic_unwind_get_saved_register instead of
3658 generic_get_saved_register.
3659 * v850-tdep.c (v850_gdbarch_init): Ditto.
3660 * frv-tdep.c (frv_gdbarch_init): Ditto.
3661 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3662 * s390-tdep.c (s390_gdbarch_init): Ditto.
3663 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3664 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3665 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3666
3956d554
JB
36672002-08-05 Joel Brobecker <brobecker@gnat.com>
3668
3669 * objfiles.h: Add missing #include "symfile.h"
3670
3671 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3672
8249c0d6
AC
36732002-08-04 Andrew Cagney <ac131313@redhat.com>
3674
3675 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3676 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3677 of FIELD_BITSIZE.
3678
b9d14705
DJ
36792002-08-04 Daniel Jacobowitz <drow@mvista.com>
3680
3681 * NEWS: Cleanup and nitpick.
3682
dd73b9bb
AC
36832002-08-03 Andrew Cagney <ac131313@redhat.com>
3684
3685 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3686
043a27f8
AC
36872002-08-03 Andrew Cagney <ac131313@redhat.com>
3688
3689 * Makefile.in (gdbtk-bp.o): Update dependencies.
3690 (gdbtk-register.o): Ditto.
3691 (gdbtk-varobj.o): Ditto.
3692
46ce284d
AC
36932002-08-03 Andrew Cagney <cagney@redhat.com>
3694
3695 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3696 m68hc11_fetch_pseudo_register.
3697 (m68hc11_pseudo_register_write): Replace
3698 m68hc11_store_pseudo_register.
3699 (m68hc11_gdbarch_init): Update.
3700
b66d6d2e
AC
3701Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3702
3703 * gdbarch.sh: Include "gdb_string.h".
3704 * gdbarch.c: Regenerate.
3705
3706 * regcache.c: Include "gdb_string.h".
3707 * ax-general.c: Ditto.
3708 * varobj.c: Ditto.
3709 * std-regs.c: Ditto.
3710 * fbsd-proc.c: Ditto.
3711 * thread.c: Ditto.
3712
3713 * Makefile.in (regcache.o): Update dependencies.
3714 (thread.o, gdbarch.o): Ditto.
3715 (ax-general.o, gdbarch.o): Ditto.
3716 (varobj.o, std-regs.o): Ditto.
3717 (fbsd-proc.o): Specify dependencies.
3718
29e1842b
AC
37192002-08-02 Andrew Cagney <cagney@redhat.com>
3720
3721 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3722 regnum.
3723 (regcache_cooked_write): Ditto.
3724
68365089
AC
37252002-08-02 Andrew Cagney <ac131313@redhat.com>
3726
3727 * regcache.c (regcache_cooked_read): New function.
3728 (regcache_cooked_write): New function.
3729 (read_register_gen): Rewrite using regcache_cooked_read.
3730 (write_register_gen): Rewrite using regcache_cooked_write.
3731
3732 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3733 Declare.
3734
d8124050
AC
37352002-08-02 Andrew Cagney <cagney@redhat.com>
3736
3737 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3738 Replace the architecture methods register_read and register_write.
3739 * gdbarch.h, gdbarch.c: Regenerate.
3740 * regcache.c (init_regcache_descr): Update.
3741 (read_register_gen): Update.
3742 (write_register_gen): Update.
3743 (supply_register): Update comment.
3744
3745 * sh-tdep.c (sh_gdbarch_init): Update.
3746 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3747 `regcache' and `gdbarch' parameters. Make `buffer' a void
3748 pointer. Update code.
3749 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3750 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3751 void pointer. Update code.
3752 (sh64_register_write): Delete.
3753 (sh4_register_read): Delete.
3754 (sh64_register_read): Delete.
3755 (sh4_register_write): Delete.
3756 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3757 void pointer, `to' parameter a void pointer.
3758 (sh_sh64_register_convert_to_raw): Ditto.
3759
a6425924
KB
37602002-08-01 Kevin Buettner <kevinb@redhat.com>
3761
3762 * mips-tdep.c (mips_register_virtual_type): Use architecture
3763 invariant return values.
3764
ff5922b5
AC
37652002-08-01 Andrew Cagney <cagney@redhat.com>
3766
3767 * linux-proc.c: Include "gdb_string.h".
3768 * Makefile.in (linux-proc.o): Update dependency list.
3769
32a6503c
KB
37702002-08-01 Kevin Buettner <kevinb@redhat.com>
3771
3772 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3773 comment.
3774
ccaa32c7
GS
37752002-08-01 Grace Sainsbury <graces@redhat.com>
3776
3777 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3778 to_insert_watchpoint, to_remove_watchpoint,
3779 to_stopped_by_watchpoint, to_stopped_data_address,
3780 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3781 target vecctor. Define their corresponding macros so they call
3782 them.
3783
3784 * target.c: Add default and debug versions of for
3785 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3786 to_insert_watchpoint, to_remove_watchpoint,
3787 to_stopped_by_watchpoint, to_stopped_data_address,
3788 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3789
78fde5f8
KB
37902002-08-01 Kevin Buettner <kevinb@redhat.com>
3791
3792 * mips-tdep.c (mips_register_virtual_type): New function.
3793 (mips_gdbarch_init): Register mips_register_virtual_type()
3794 with gdbarch machinery.
3795 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3796 this file instead of tm-bigmips.h.
3797 (MIPS_REGSIZE): Delete this macro.
3798 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3799 multiarch version in mips-tdep.c will be found.
3800
db034ac5
AC
38012002-08-01 Andrew Cagney <cagney@redhat.com>
3802
3803 * NEWS: Menion that CHILL has been made obsolete.
3804
3805 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
3806 * stabsread.c (read_range_type): Ditto.
3807 * gdbtypes.h: Ditto.
3808 * language.c (binop_type_check): Ditto.
3809 (binop_result_type): Ditto.
3810 (integral_type): Ditto.
3811 (character_type): Ditto.
3812 (string_type): Ditto.
3813 (boolean_type): Ditto.
3814 (structured_type): Ditto.
3815 (lang_bool_type): Ditto.
3816 (binop_type_check): Ditto.
3817 * language.h (_LANG_chill): Ditto.
3818 * dwarfread.c (set_cu_language): Ditto.
3819 * dwarfread.c (CHILL_PRODUCER): Ditto.
3820 * dwarfread.c (handle_producer): Ditto.
3821 * expression.h (enum exp_opcode): Ditto.
3822 * eval.c: Ditto for comments.
3823 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3824 * expprint.c (print_subexp): Ditto.
3825 (print_subexp): Ditto.
3826 * valops.c (value_cast): Ditto.
3827 (search_struct_field): Ditto.
3828 * value.h (COERCE_VARYING_ARRAY): Ditto.
3829 * symfile.c (init_filename_language_table): Ditto.
3830 (add_psymbol_with_dem_name_to_list): Ditto.
3831 * valarith.c (value_binop): Ditto.
3832 (value_neg): Ditto.
3833 * valops.c (value_slice): Ditto.
3834 * symtab.h (union language_specific): Ditto.
3835 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3836 (SYMBOL_DEMANGLED_NAME): Ditto.
3837 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3838 * defs.h (enum language): Ditto.
3839 * symtab.c (got_symtab): Ditto.
3840 * utils.c (fprintf_symbol_filtered): Ditto.
3841
3842 * ch-typeprint.c: Make file obsolete.
3843 * ch-valprint.c: Make file obsolete.
3844 * ch-lang.h: Make file obsolete.
3845 * ch-exp.c: Make file obsolete.
3846 * ch-lang.c: Make file obsolete.
3847
3848 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3849 CHILL_LIB.
3850 (TARGET_FLAGS_TO_PASS): Ditto.
3851 (CHILLFLAGS): Obsolete.
3852 (CHILL): Obsolete.
3853 (CHILL_FOR_TARGET): Obsolete.
3854 (CHILL_LIB): Obsolete.
3855 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3856 ch-valprint.c.
3857 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3858 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3859 ch-lang.o.
3860 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3861 targets.
3862
8aaf0b47
JB
38632002-07-31 Joel Brobecker <brobecker@gnat.com>
3864
3865 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3866 This does not change anything at the moment, but will be helpful
3867 later when full Ada support is integrated.
3868
f3a7b3a5
KB
38692002-07-31 Kevin Buettner <kevinb@redhat.com>
3870
3871 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3872 help message.
3873
fb850278
KB
38742002-07-31 Kevin Buettner <kevinb@redhat.com>
3875
3876 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3877 and save it in a local variable. Use variable in later test.
3878
e3bddbfa
KB
38792002-07-31 Kevin Buettner <kevinb@redhat.com>
3880
3881 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3882 test. (Thanks to Daniel Jacobowitz.)
3883
28d169de
KB
38842002-07-31 Kevin Buettner <kevinb@redhat.com>
3885
3886 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3887 (mips_abi_strings): Add "n64".
3888 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3889
7fe7e44e
KB
38902002-07-31 Kevin Buettner <kevinb@redhat.com>
3891
3892 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3893 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3894
c6caf090
KB
38952002-07-31 Kevin Buettner <kevinb@redhat.com>
3896
3897 * utils.c (host_pointer_to_address, address_to_host_pointer):
3898 Use gdb_assert() instead of explicit call to internal_error().
3899
c41669e0
KB
39002002-07-30 Kevin Buettner <kevinb@redhat.com>
3901
3902 * Makefile.in (rs6000-nat.o): Update dependencies.
3903
3904 From Nicholas Duffek:
3905 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3906 (aix-thread.o): New rule.
3907 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3908 * config/powerpc/aix432.mh: New file.
3909
2fda4977
DJ
39102002-07-30 Daniel Jacobowitz <drow@mvista.com>
3911
3912 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3913 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3914 (fetch_core_registers, ppc_linux_supply_gregset)
3915 (ppc_linux_supply_fpregset): New functions.
3916 (ppc_linux_regset_core_fns): New.
3917 (_initialize_ppc_linux_tdep): Call add_core_fns.
3918 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3919 and ppc_linux_supply_gregset.
3920 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3921 (supply_fpregset): Call ppc_linux_supply_fpregset.
3922 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3923 corelow.o.
3924 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3925
729051e6
DJ
39262002-07-30 Daniel Jacobowitz <drow@mvista.com>
3927
3928 * symtab.c (lookup_symbol): Demangle before lowercasing.
3929
5f8a3188
AC
39302002-07-30 Andrew Cagney <ac131313@redhat.com>
3931
3932 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3933 declaration.
3934 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3935 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3936 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3937 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3938 "gdb_string.h".
3939 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3940 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3941 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3942 (avr-tdep.o, mon960-rom.o): Ditto.
3943 (aout_stabs_gnu_h): Define.
3944 (symtab_h): Remove $(gdb_obstack_h).
3945
67f07146
JB
39462002-07-30 Jim Blandy <jimb@redhat.com>
3947
3948 Patch from David Carlton <carlton@math.stanford.edu>:
3949 * gdbinit.in: Move the `dir' commands that add GDB's own source
3950 directory to the search path to the end, so that the `gdb' source
3951 directory will be searched first.
3952
04ea0df1
AC
39532002-07-29 Andrew Cagney <ac131313@redhat.com>
3954
3955 * gdb_obstack.h: New file.
3956 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3957 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3958 * objfiles.h: Include "gdb_obstack.h".
3959 * Makefile.in (gdb_obstack_h): Define.
3960 (symtab_h): Add $(gdb_obstack_h).
3961 (objfiles_h): Add $(gdb_obstack_h).
3962
3963 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3964 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3965 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3966 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3967 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3968 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3969 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3970 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3971
3972 * Makefile.in (bcache.o): Update dependencies.
3973 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3974 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3975 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3976 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3977 (stabsread.o, symfile.o, symmisc.o): Ditto.
3978 (symtab.o, typeprint.o, macroexp.o): Ditto.
3979 (macrotab.o, mdebugread.o): Ditto.
3980 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3981 (coff_ecoff_h, aout_aout64_h): Define.
3982 (aout_stabs_gnu_h, libaout_h): Define.
3983
d138e37a
AC
39842002-07-29 Andrew Cagney <cagney@redhat.com>
3985
3986 * regcache.c (struct regcache_descr): Rename nr_registers to
3987 nr_cooked_registers. Revise comments describing the structure
3988 member fields.
3989 (init_regcache_descr): Update.
3990 (init_legacy_regcache_descr): Update.
3991 (read_register_gen, write_register_gen): When a cooked register in
3992 the raw register range, directly access the value from the raw
3993 register cache.
3994
460e6ec3
AC
39952002-07-29 Andrew Cagney <ac131313@redhat.com>
3996
3997 * z8k-tdep.c: Do not include "obstack.h".
3998 * h8300-tdep.c, h8500-tdep.c: Ditto.
3999 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4000 * valprint.c, v850-tdep.c: Ditto.
4001 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4002 * mn10200-tdep.c: Ditto.
4003
4004 * Makefile.in (z8k-tdep.o): Update dependencies.
4005 (m68hc11-tdep.o, valprint.o): Ditto.
4006 (v850-tdep.o, d10v-tdep.o): Ditto.
4007 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4008 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4009 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4010 (sh_opc_h, gdb_sim_sh_h): Define.
4011 (elf_sh_h, elf_bfd_h): Define.
4012 (opcode_m68hc11_h): Define.
4013 (OPCODES_SRC, OPCODES_DIR): define.
4014 (OPCODES): Use $(OPCODES_DIR).
4015 (gdb_sim_d10v_h): Rename sim_d10v_h.
4016 (gdb_sim_arm_h): Rename sim_arm_h.
4017
790c9cf0
KB
40182002-07-26 Kevin Buettner <kevinb@redhat.com>
4019
4020 * utils.c (host_pointer_to_address, address_to_host_pointer):
4021 Change internal_error() message to indicate function responsible
4022 for the error.
4023
9647fa49
KB
40242002-07-26 Kevin Buettner <kevinb@redhat.com>
4025
4026 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4027 calls to local_hex_string_custom().
4028
dabbe2c0
KB
40292002-07-26 Kevin Buettner <kevinb@redhat.com>
4030
4031 * irix5-nat.c: Move IRIX shared library support from here...
4032 * solib-irix.c: ...to here. Revised substantially to work with
4033 generic solib framework.
4034
b96d0a4e
KB
4035 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4036 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4037 * mips-irix-tdep.c: New file.
4038
313fb2f6
KB
4039 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4040 (mips-irix-tdep.o, solib-irix.o): New rules.
4041 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4042 solib-irix.o.
4043 * config/mips/irix6.mt (TDEPFILES): Likewise.
4044 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4045
ab2eaf26
KB
40462002-07-26 Kevin Buettner <kevinb@redhat.com>
4047
177e4768 4048 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
4049 disabled (via ``#if 0'') includes.
4050
7244546a
KB
40512002-07-26 Kevin Buettner <kevinb@redhat.com>
4052
4053 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4054 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4055 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4056 Add support for the fpscr register.
4057 * rs6000-nat.c (regmap, fetch_inferior_registers)
4058 (store_inferior_registers, fetch_core_registers): Likewise.
4059
dd7be90a
KB
40602002-07-26 Kevin Buettner <kevinb@redhat.com>
4061
4062 * rs6000-nat.c (language.h): Include.
4063 (special_regs): Delete this array.
4064 (regmap): New function.
4065 (fetch_register, store_register): Use regmap() to map gdb
4066 register numbers to ptrace register numbers. Also, use
4067 outputs from regmap() to make decisions regarding type of
4068 ptrace() call to make. In particular, don't compare against
4069 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4070 (fetch_inferior_registers, store_inferior_registers): Where
4071 possible, obtain register numbers from tdep struct. Don't
4072 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4073 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4074 (LAST_UISA_SP_REGNUM): Delete.
4075
11bf77db
KB
40762002-07-25 Kevin Buettner <kevinb@redhat.com>
4077
4078 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
4079 (fetch_registers, store_register, fetch_core_registers): Don't
4080 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
4081 regcache_collect() as appropriate.
4082 (find_toc_address): Format hex address with local_hex_string().
4083
06afebeb
AC
40842002-07-25 Andrew Cagney <ac131313@redhat.com>
4085
4086 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4087 bfd/elf32-frv.c.
4088
8c554d79
TT
40892002-07-24 Tom Tromey <tromey@redhat.com>
4090
4091 * jv-exp.y: Marked all strings with _().
4092 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4093 internal_error.
4094 (MethodInvocation, CastExpression, parse_number, yyerror,
4095 java_type_from_name, push_expression_name, yylex): Typo fixes.
4096
e4c242d9
DJ
40972002-07-24 Daniel Jacobowitz <drow@mvista.com>
4098
4099 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4100 (tee_file_flush, tee_file_write, tee_file_fputs)
4101 (tee_file_isatty): New.
4102 * ui-file.h (tee_file_new): Add prototype.
4103
ebf56fd3
AS
41042002-07-24 Aidan Skinner <aidan@velvet.net>
4105
4106 * ada-lang.c: Change k&r style function definitions to prototyped
4107 form.
4108 * ada-typeprint.c: Change k&r style function definitions to prototyped
4109 form.
4110 * ada-valprint.c: Change k&r style function definitions to prototyped
4111 form.
4112
7fb623f7
AC
41132002-07-24 Andrew Cagney <cagney@redhat.com>
4114
4115 * README: Remove reference to remote-bug.
4116 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4117 remote-bug.c.
4118 (m88k-nat.o): Delete rule.
4119 (m88k-tdep.o): Delete rule.
4120 (remote-bug.o): Delete rule.
4121 * MAINTAINERS: Mark as obsolete.
4122 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4123 * m88k-tdep.c: Make file obsolete.
4124 * config/m88k/m88k.mh: Ditto.
4125 * config/m88k/delta88v4.mh: Ditto.
4126 * config/m88k/delta88v4.mt: Ditto.
4127 * config/m88k/delta88.mt: Ditto.
4128 * config/m88k/delta88.mh: Ditto.
4129 * remote-bug.c: Ditto.
4130 * config/m88k/tm-delta88.h: Ditto.
4131 * config/m88k/nm-delta88v4.h: Ditto.
4132 * config/m88k/xm-delta88.h: Ditto.
4133 * config/m88k/xm-dgux.h: Ditto.
4134 * config/m88k/tm-m88k.h: Ditto.
4135 * config/m88k/nm-m88k.h: Ditto.
4136 * config/m88k/tm-delta88v4.h: Ditto.
4137 * m88k-nat.c: Ditto.
4138 * cxux-nat.c: Ditto.
4139 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4140 and m88*-*-* obsolete.
4141 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4142 m88*-*-* obsolete.
4143
37611a2b
AC
41442002-07-24 Andrew Cagney <cagney@redhat.com>
4145
4146 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4147 constant. Same for local pointer variables.
4148 (extract_signed_integer): Ditto.
4149 * defs.h (extract_unsigned_integer): Update.
4150 (extract_signed_integer): Update.
4151
1aaa5f99
AC
41522002-07-24 Andrew Cagney <cagney@redhat.com>
4153
4154 * regcache.c (regcache_raw_write): Change buf parameter to a
4155 constant void pointer.
4156 (regcache_raw_read): Change buf parameter to a void pointer.
4157 (legacy_write_register_gen): Change myaddr parameter a constant
4158 void pointer.
4159 (supply_register): Change val parameter to a const void pointer.
4160 * regcache.h (regcache_raw_write): Update declaration.
4161 (regcache_raw_read): Update declaration.
4162 (supply_register): Update declaration.
4163
b4f5539f
TT
41642002-07-24 Tom Tromey <tromey@redhat.com>
4165
4166 * defs.h (gdb_readline_wrapper): Declare.
4167 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4168 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4169 * top.c (gdb_readline_wrapper): New function.
4170 (command_line_input): Use it.
4171
0818c12a
AC
41722002-07-24 Andrew Cagney <cagney@redhat.com>
4173
4174 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4175 regcache_read and regcache_write.
4176 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4177 * regcache.c: Update.
4178 * sh-tdep.c (sh64_push_arguments): Update comment.
4179 (sh_pseudo_register_read): Update.
4180 (sh_pseudo_register_write): Update.
4181 (sh4_register_read): Update.
4182 (sh4_register_write): Update.
4183 (sh64_pseudo_register_read): Update.
4184 (sh64_pseudo_register_write): Update.
4185 (sh64_register_read): Update.
4186 (sh64_register_write): Update.
4187 * i386-tdep.c (i386_extract_return_value): Update.
4188 (i386_extract_struct_value_address): Update.
4189 (i386_extract_return_value): Update.
4190 * blockframe.c (generic_read_register_dummy): Update.
4191 (generic_call_dummy_register_unwind): Update
4192 * infrun.c (write_inferior_status_register): Update.
4193
f7321c06
JB
41942002-07-23 Jim Blandy <jimb@redhat.com>
4195
4196 * parser-defs.h (expression_context_pc): Make this extern.
4197 (Thanks to Michael Snyder.)
4198
2037aebb
AC
41992002-07-23 Andrew Cagney <ac131313@redhat.com>
4200
4201 GDB 5.2.1 released from 5.2 branch.
4202 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4203 * README: Update to mention 5.2.1.
4204
66504d44
MS
42052002-07-23 Mark Salter <msalter@redhat.com>
4206
4207 * remote.c (remote_read_bytes): Fix check for error.
4208
27bae383
KB
42092002-07-22 Kevin Buettner <kevinb@redhat.com>
4210
4211 * aix-thread.c (language.h): Include.
4212 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4213 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4214 Print newlines at end of debug messages.
4215 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4216 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4217
42182002-07-22 Kevin Buettner <kevinb@redhat.com>
4219
4220 * aix-thread.c (ppc-tdep.h): Include.
4221 (special_register_p): New function.
4222 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4223 (store_regs_user_thread): Use register number information from
4224 gdbarch_tdep struct instead of hardcoded offsets relative to
4225 FIRST_UISA_SP_REGNUM.
4226 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4227 special_register_p() instead of using FPLAST_REGNUM and
4228 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4229 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4230 will be MQ's register number.
4231
42322002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
4233
4234 * aix-thread.c (ops): Rename to aix_thread_ops.
4235 (base_ops): Rename to base_target.
4236 (ops_attach): Rename to aix_thread_attach.
4237 (ops_detach): Rename to aix_thread_detach.
4238 (ops_resume): Rename to aix_thread_detach.
4239 (ops_wait): Rename to aix_thread_wait.
4240 (ops_kill): Rename to aix_thread_kill.
4241 (init_ops): Rename to init_aix_thread_ops.
4242 (ops_fetch_register): Rename to aix_thread_fetch_register.
4243 (ops_store_register): Rename to aix_thread_store_register.
4244 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4245 (ops_thread_alive): Rename to aix_thread_thread_alive.
4246 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4247 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4248 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4249 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4250 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4251 (store_regs_lib): Rename to store_regs_user_thread.
4252 (store_regs_kern): Rename to store_regs_kernel_thread.
4253
27bae383 42542002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
4255
4256 * aix-thread.c (ops_prepare_to_store): Eliminate.
4257 (init_ops): Don't initialize ops.prepare_to_store.
4258 (store_regs_kern): Pre-fetch register buffers from child,
4259 because some registers may not be in the cache. Copy
4260 regs from register cache only if they are cached.
4261 (store_regs_lib): Copy regs from register cache only
4262 if they are cached.
4263 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4264 fill_gprs64): Ditto.
4265
61c5da0b
KB
42662002-07-22 Kevin Buettner <kevinb@redhat.com>
4267
4268 * aix-thread.c (gdb_assert.h): Include.
4269 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4270 register sizes (from register cache) match size of buffer holding
4271 register data.
4272 (fill_sprs32): Change parameter types to match those in the ptrace()
4273 buffer.
4274 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4275 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4276
42772002-07-22 Michael Snyder <msnyder@redhat.com>
4278
4279 * aix-thread.c (supply_sprs64): Cosmetic change.
4280 (supply_sprs32): Cosmetic change.
4281 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4282 (fill_sprs64): Use regcache_collect instead of read_register.
4283 (store_regs_lib): Use regcache_collect instead of
4284 read_register. Use fill_sprs32 instead of fill_sprs64,
4285 if debugging a 32-bit architecture.
4286 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4287 out of the register cache, instead of passing a pointer into
4288 the register cache directly to ptrace. Use regcache_collect
4289 insteaad of read_register.
4290 (ops_prepare_to_store): Use target_read_registers instead
4291 of read_register_bytes.
4292
36479eb1
AS
42932002-07-20 Aidan Skinner <aidan@velvet.net>
4294
4295 * MAINTAINERS: Add self under write after approval.
4296
80ae6ee2
AS
42972002-07-20 Aidan Skinner <aidan@velvet.net>
4298
4299 * ada-tasks.c: Change k&r style function definitions to prototyped
4300 form.
4301
8a8ab2b9
AC
43022002-07-19 Andrew Cagney <ac131313@redhat.com>
4303
4304 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4305 * x86-64-tdep.c: Include "objfiles.h".
4306 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4307 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4308
fb16b900
ML
43092002-07-17 Michal Ludvig <michal@suse.cz>
4310
4311 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4312 (update_context): Initialise cfa variable.
4313
0fe7bf7b
MS
43142002-07-17 Michael Snyder <msnyder@redhat.com>
4315
4316 * aix-thread.c: Shorten some long lines.
4317 Bring comments into line with code spec.
4318
488f131b
JB
43192002-07-18 Joel Brobecker <brobecker@gnat.com>
4320
4321 * infrun.c: Re-indent using gdb_indent.sh.
4322
46c415d2
JB
43232002-07-18 Joel Brobecker <brobecker@gnat.com>
4324
4325 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4326 Leave the indentation temporarily untouched, to minimize the diffs.
4327
cdecafbe
EZ
43282002-07-18 Elena Zannoni <ezannoni@redhat.com>
4329
4330 * stabsread.c: Make os9k sections of the code obsolete,
4331 for real this time.
4332 * stabsread.h: Make os9k sections of the code obsolete.
4333
7b6aa020
ML
43342002-07-18 Michal Ludvig <mludvig@suse.cz>
4335
09ec9b38
ML
4336 * linux-low.c (regsets_store_inferior_registers): Add free()
4337 at the end of a loop to prevent memory leak.
4338 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4339 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
4340 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4341 line a comment.
4894ac5d 4342 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 4343
233282cd
JB
43442002-07-17 Jim Blandy <jimb@redhat.com>
4345
4346 * macrocmd.c (info_macro_command): Remove newline from error
4347 message.
4348
7b6aa020 43492002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
4350
4351 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4352 (sh_gdbarch_init): Use it for sh-dsp.
4353
f7ef9339
KB
43542002-07-16 Kevin Buettner <kevinb@redhat.com>
4355
4356 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4357 64-bit DWARF2 format.
4358
8dd72958
JB
43592002-07-16 Joel Brobecker <brobecker@gnat.com>
4360
4361 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4362 <sys/proc.h> when not available.
4363
a99a9e1b
AC
43642002-07-16 Andrew Cagney <ac131313@redhat.com>
4365
4366 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4367 * stabsread.c: Make os9k sections of the code obsolete.
4368 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4369 * config/i386/i386os9k.mt: Make file obsolete.
4370 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4371 (COMMON_OBS): Remove os9kread.o
4372 (SFILES): Remove os9kread.c.
4373 (os9kread.o, remote-os9k.o): Make target obsolete.
4374 * remote-os9k.c: Make file obsolete.
4375 * os9kread.c: Make file obsolete.
4376 * Makefile.in
4377
7a3085c1
AC
43782002-07-16 Andrew Cagney <ac131313@redhat.com>
4379
4380 * NEWS: Mention that the FR30 has been made obsolete.
4381 * fr30-tdep.c: Make file obsolete.
4382 * config/fr30/tm-fr30.h: Ditto.
4383 * config/fr30/fr30.mt: Ditto.
4384 * configure.tgt: Make fr30-*-elf obsolete.
4385 * MAINTAINERS: Make fr30-elf obsolete.
4386
28a93f5a
PM
43872002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4388
4389 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4390 found is not inside a section.
4391
be006b8b
KB
43922002-07-15 Kevin Buettner <kevinb@redhat.com>
4393
4394 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4395 strerror().
4396 (pdc_realloc): Use xrealloc() instead of realloc().
4397
14fa3751
KB
43982002-07-15 Kevin Buettner <kevinb@redhat.com>
4399
4400 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4401 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4402 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4403 macros.
4404
42cc437f
KB
44052002-07-15 Kevin Buettner <kevinb@redhat.com>
4406
4407 * aix-thread.c (ptrace_check): Eliminate goto.
4408 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4409 problem.
4410
8e2c28d4
KB
44112002-07-15 Kevin Buettner <kevinb@redhat.com>
4412
4413 * aix-thread.c (gdbcmd.h): Include.
4414 (DEBUG, DBG, DBG2, dbg): Eliminate.
4415 (debug_aix_thread): New static global.
4416 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4417 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4418 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4419 invocations to DBG and DBG2 macros to test against
4420 ``debug_aix_thread'' and call fprintf_unfiltered().
4421 (_initialize_aix_thread): Add new command "set debug aix-thread".
4422
30413464
AC
44232002-07-15 Andrew Cagney <ac131313@redhat.com>
4424
4425 From Gerhard Tonn <TON@de.ibm.com>:
4426 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4427 instead of supply_register.
4428
7c43edc1
AC
44292002-07-15 Andrew Cagney <ac131313@redhat.com>
4430
4431 * dwarf2cfi.c: Include "gdb_assert.h".
4432 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4433 non-NULL.
4434 (update_context): Do not use __func__. Add missing ``break''.
4435 (update_context): Do not use __func__.
4436
9364a0ef
EZ
44372002-07-15 Elena Zannoni <ezannoni@redhat.com>
4438
4439 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4440 and its setting. Set gdbarch instruction printing functions
4441 directly. For non-rs6000 case use new function
4442 gdb_print_insn_powerpc.
4443 (gdb_print_insn_powerpc): New function.
4444
3fbeef0b
AC
44452002-07-13 Andrew Cagney <ac131313@redhat.com>
4446
92eb23c5 4447 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
4448 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4449 * configure.tgt: Mark d30v-*-* as obsolete.
4450 * d30v-tdep.c: Mark file as obsolete.
4451 * config/d30v/d30v.mt: Ditto.
4452 * config/d30v/tm-d30v.h: Ditto.
4453
aacb1f0a
AS
44542002-07-13 Aidan Skinner <aidan@velvet.net>
4455
4456 * ada-tasks.c (add_task_entry): replace calls to
4457 malloc() with xmalloc
4458 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4459
4460 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4461 ada_finish_decode_line_1, all_sals_for_line
4462 ada_breakpoint_rewrite): replace calls to free() with xfree()
4463
c11d79f2
KB
44642002-07-12 Kevin Buettner <kevinb@redhat.com>
4465
4466 From Nicholas Duffek (with minor changes by Martin Hunt,
4467 Louis Hamilton, and Kevin Buettner):
4468 * aix-thread.c: New file.
4469
8e19ed76
PS
44702002-07-12 Petr Sorfa <petrs@caldera.com>
4471
4472 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4473 complaint for invalid attribute class or form.
4474 (read_func_scope): DW_AT_frame_base
4475 better handling of DW_AT_block*.
4476 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4477 better handling of DW_AT_block*.
4478 (read_common_block): DW_AT_location
4479 better handling of DW_AT_block*.
4480 (read_partial_die): DW_AT_location better handling
4481 of DW_AT_block*.
4482 (new_symbol): DW_AT_external better handling of
4483 DW_AT_block*. Proper initialization of variable
4484 "addr".
4485 (attr_form_is_block): New function that returns true
4486 if the attribute's form is of DW_FORM_block*.
4487
295401f7
DJ
44882002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4489
4490 * valops.c (find_method_list): Remove comment about
4491 removed STATIC_MEMFUNCP argument.
4492 (value_find_oload_method_list): Likewise.
4493
e42dc924
KB
44942002-07-12 Kevin Buettner <kevinb@redhat.com>
4495
4496 From Nicholas Duffek:
4497 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4498 target_new_objfile_hook.
4499
6904b546
KB
45002002-07-12 Kevin Buettner <kevinb@redhat.com>
4501
4502 From Nicholas Duffek:
4503 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4504 csect.
4505
53fe9346
AC
45062002-07-12 Andrew Cagney <cagney@redhat.com>
4507
4508 * MAINTAINERS: Mention --enable-sim-build-warnings.
4509 (m68hc11-elf): Disable sim build warnings.
4510 (m32r-elf): Mark as broken obsolete candidate.
4511 (x86_64-linux-gnu): Mark as buildable with -Werror.
4512 (arm-elf): Change -w to ``,'' which enables warnings but not
4513 -Werror.
4514
af5f3db6
AC
45152002-07-12 Andrew Cagney <ac131313@redhat.com>
4516
4517 * bcache.h: Update copyright.
4518 (struct bstring, struct bcache): Move definition to "bcache.c".
4519 Replaced by opaque declaration.
4520 (bcache_xfree): Replace free_bcache.
4521 (bcache_xmalloc, bcache_memory_used): Declare.
4522
4523 * bcache.c: Update copyright.
4524 (struct bstring, struct bcache): Moved to here from "bcache.h".
4525 Update comments.
4526 (bcache_xmalloc, bcache_memory_used): New functions.
4527 (bcache_xfree): Replace function free_bcache.
4528
4529 * Makefile.in (objfiles.o): Add $(bcache_h).
4530 (objfiles_h): Remove $(bcache_h).
4531 (symfile.o): Add $(bcache_h).
4532
4533 * symmisc.c: Update copyright.
4534 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4535 (print_objfile_statistics): Use bcache_memory_used.
4536
4537 * symfile.c: Include "bcache.h".
4538 (reread_symbols): Use bcache_xfree.
4539 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4540 (add_psymbol_to_list): Pass psymbol_cache by value.
4541 (add_psymbol_with_dem_name_to_list): Ditto.
4542
4543 * objfiles.h: Update copyright.
4544 (struct bcache): Declare opaque. Do not include "bcache.h".
4545 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4546 bcache'' pointers.
4547 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4548
4549 * objfiles.c: Include "bcache.h". Update copyright.
4550 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4551 macro_cache.
4552 (free_objfile): Use bcache_xfree.
4553
444199e7
GS
45542002-07-11 Grace Sainsbury <graces@redhat.com>
4555
4556 * monitor.c (monitor_fetch_register): Make name a constant.
4557 (monitor_store_register): Same.
4558
261397f8
DJ
45592002-07-11 Daniel Jacobowitz <drow@mvista.com>
4560
4561 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4562 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4563 (finish_block) For non-function blocks, hash the symbol table. For
4564 function blocks, mark the symbol table as unhashed.
4565 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4566 (msymbol_hash_iw): Likewise.
4567 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4568 value.
4569 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4570 (lookup_minimal_symbol): Likewise for both.
4571 * symtab.h (struct block): Add `hashtable' flag. Comment the
4572 hashtable.
4573 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4574 (ALL_BLOCK_SYMBOLS): Update.
4575 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4576 (struct symbol): Add `hash_next' pointer.
4577 * symtab.c (lookup_block_symbol): Search using the hash table when
4578 possible.
4579 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4580 (search_symbols, find_addr_symbol): Likewise.
4581
4582 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4583 (read_dst_symtab): Likewise.
4584 * jv-lang.c (get_java_class_symtab): Likewise.
4585 * mdebugread.c: Include "gdb_assert.h".
4586 (shrink_block): Assert that the block being modified is not hashed.
4587 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4588 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4589 symbols.
4590 (dump_symtab): Recognize hashed blocks.
4591 * printcmd.c (print_frame_args): Assert that function blocks do not
4592 have hashed symbol tables.
4593 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4594 (fill_in_ada_prototype, debug_print_block): Likewise.
4595 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4596
6f0eaa01
CV
45972002-07-11 Corinna Vinschen <vinschen@redhat.com>
4598
4599 * stack.c (print_frame): Use result of frame_address_in_block()
4600 instead of fi->pc when evaluating symbols.
4601 (backtrace_command_1): Ditto.
4602
a208b0cb
AC
46032002-07-11 Andrew Cagney <cagney@redhat.com>
4604
4605 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4606 Make static.
4607
4608 * arm-tdep.c (arm_register_name): Make return type constant.
4609
a6b6b089
AC
46102002-07-10 Andrew Cagney <ac131313@redhat.com>
4611
5ae5f592
AC
4612 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4613 prototype.
4614 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4615 * s390-tdep.c (s390_fp_regnum): Ditto.
4616 (s390_read_fp): Ditto.
4617 (s390_pop_frame): Ditto.
4618 (_initialize_s390_tdep): Ditto.
4619 * remote.c (get_remote_state): Ditto.
4620 * procfs.c (mappingflags): Ditto.
4621 * memattr.c (_initialize_mem): Ditto.
4622 * mcore-tdep.c (mcore_pop_frame): Ditto.
4623 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4624 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4625 * language.c (set_case_str): Ditto.
4626 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4627 * frv-tdep.c (new_variant): Ditto.
4628 (frv_stopped_data_address): Ditto.
4629 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4630 (context_alloc): Ditto.
4631 (frame_state_alloc): Ditto.
4632 (unwind_tmp_obstack_init): Ditto.
4633 (unwind_tmp_obstack_free): Ditto.
4634 (cfi_read_fp): Ditto.
4635 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4636 (cris_pop_frame): Ditto.
4637 * c-lang.c (scanning_macro_expansion): Ditto.
4638 (finished_macro_expansion): Ditto.
4639 (c_preprocess_and_parse): Ditto.
4640 * gdbarch.sh: Ditto.
4641 * gdbarch.h, gdbarch.c: Regenerate.
4642 * config/mn10200/tm-mn10200.h: Adjust indentation.
4643 * target.c: Adjust indentation.
4644 * symtab.h: Adjust indentation.
4645 * stabsread.h: Adjust indentation.
4646 * remote-es.c: Adjust indentation.
4647 * os9kread.c: Adjust indentation.
4648
46492002-07-10 Andrew Cagney <ac131313@redhat.com>
4650
a6b6b089
AC
4651 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4652 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4653
a1789893
GS
46542002-07-10 Grace Sainsbury <graces@redhat.com>
4655
4656 * NEWS: Mention m68k, mcore multi-arching.
4657 * MAINTAINERS: Change status of m68k, mcore to reflect
4658 multi-arching.
4659
02f0d45d
DJ
46602002-07-10 Daniel Jacobowitz <drow@mvista.com>
4661
4662 * valops.c (find_overload_match): Free oload_syms.
4663
f15f768e
JB
46642002-07-09 Joel Brobecker <brobecker@gnat.com>
4665
4666 Define HAVE_SYS_PROC_H if sys/proc.h exists
4667 * configure.in: Add check for sys/proc.h
4668 * config.in: Regenerate.
4669 * configure: Regenerate.
4670
902a7139
GS
46712002-07-09 Grace Sainsbury <graces@redhat.com>
4672
4673 * config/m68k/tm-m68k.h: Remove macros wrapped in
4674 #if !GDB_MULTI_ARCH.
4675
a534e424
AC
46762002-07-08 Andrew Cagney <ac131313@redhat.com>
4677
4678 * config.in, configure: Regenerate.
4679
9b94f7bf
MK
46802002-07-08 Mark Kettenis <kettenis@gnu.org>
4681
4682 * dwarf2cfi.c: Include "gcore.h".
4683 (execute_stack_op): Fix implementation of the
4684 DW_OP_deref and DW_OP_deref_size operators by letting do their
4685 lookup in the target.
4686
1d34db41
MK
46872002-07-07 Mark Kettenis <kettenis@gnu.org>
4688
4689 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4690 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4691 tdep->sc_sp_offset.
4692
79d5b63a
DJ
46932002-07-05 Daniel Jacobowitz <drow@mvista.com>
4694
4695 Fix PR gdb/595, gdb/602
4696 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4697 Don't call value_cast, just read the vtable pointer; update comments
4698 to match.
4699
3bb912e8
GS
47002002-07-05 Grace Sainsbury <graces@redhat.com>
4701
4702 * config/mcore/tm-mcore.h: Remove file.
4703 * config/mcore/mcore.mt: Remove definition of TM_FILE
4704 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4705
ca39387d
MK
47062002-07-05 Mark Kettenis <kettenis@gnu.org>
4707
4708 * i386bsd-tdep.c: Include "gdb_string.h".
4709
efdc1108
GS
47102002-07-04 Grace Sainsbury <graces@redhat.com>
4711
4712 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4713 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4714 mcore-tdep.
4715 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4716 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4717 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4718 (RETVAL_REGNUM): Move macros from tm-mcore.h
4719 (mcore_reg_struct_has_addr): New function.
4720 (mcore_gdbarch_init): Added initializations for the macros removed
4721 from tm-mcore.h.
4722
bb21884d
MK
47232002-07-04 Mark Kettenis <kettenis@gnu.org>
4724
4725 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4726 traditonal string branding within the ELF header.
4727
228c6d41
DJ
47282002-07-04 Daniel Jacobowitz <drow@mvista.com>
4729
4730 * symtab.c (remove_params): New function.
4731 (make_symbol_overload_list): Use it instead of cplus_demangle.
4732 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4733
2404952e
MK
47342002-07-04 Mark Kettenis <kettenis@gnu.org>
4735
e5e4acad
MK
4736 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4737
baadce09
MK
4738 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4739 New variables.
4740 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4741 and tdep->sigtramp_end.
4742 * i386obsd-nat.c: New file.
4743 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4744
2404952e
MK
4745 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4746 Don't call get_current_frame().
4747
9b4f1ba7
PM
47482002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4749
4750 * i386-nat.c (child_post_startup_inferior): New function
4751 calling i386_cleanup_dregs if
4752 I386_USE_GENERIC_WATCHPOINTS is defined.
4753 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4754 conditional to acknowledge that i386-nat.c has its
4755 own child_post_startup_inferior function.
4756
c0d1d883
MK
47572002-07-04 Mark Kettenis <kettenis@gnu.org>
4758
00f8375e
MK
4759 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4760 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4761 instead of MAX_REGISTER_RAW_SIZE.
4762 (i386_extract_return_value, i386_extract_struct_value_address):
4763 Convert to use regcache.
4764 (i386_gdbarch_init): Set max_register_raw_size and
4765 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4766 Set extract_return_value and extract_struct_value_address instead
4767 of their deprecated variants.
4768
c0d1d883
MK
4769 Convert i386 target to generic dummy frames.
4770 * i386-tdep.c: Include "symfile.h".
4771 (i386_frameless_signal_p): Consider a function to be frameless if
4772 the pc points at the first instruction of the function.
4773 (i386_frame_chain): Handle (generic) call dummies.
4774 (i386_frame_saved_pc): Likewise.
4775 (i386_frame_init_saved_regs): Remove code dealing with call
4776 dummies on the stack.
4777 (i386_push_dummy_frame): Removed.
4778 (i386_call_dummy_words): Removed.
4779 (i386_fix_call_dummy): Removed.
4780 (i386_push_return_address): New function.
4781 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4782 parameter, and don't call get_current_frame.
4783 (i386_pop_frame): New function.
4784 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4785 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4786 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4787 call_dummy_length to 0, set call_dummy_words to NULL, set
4788 sizeof_call_dummy_words to 0, set fix_call_dummy to
4789 generic_fix_call_dummy, set pc_in_call_dummy to
4790 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4791 generic_push_dummy_frame, set push_return_address to
4792 i386_push_return_address and set frame_chain_valid to
4793 generic_file_frame_chain_valid.
4794
049ee0e4
AC
47952002-07-03 Andrew Cagney <ac131313@redhat.com>
4796
4797 * gdbarch.sh (struct regcache): Add opaque declaration.
4798 (EXTRACT_RETURN_VALUE): New architecture method.
4799 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4800 * gdbarch.h, gdbarch.c: Regenerate.
4801 * arch-utils.c (legacy_extract_return_value): New function.
4802 * arch-utils.h (legacy_extract_return_value): Declare.
4803 * values.c (value_being_returned): Re-enable code handling
4804 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4805 deprecated_grub_regcache_for_registers call to block handling
4806 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4807 (EXTRACT_RETURN_VALUE): Do not define.
4808
4e0d9804
GS
48092002-07-03 Grace Sainsbury <graces@redhat.com>
4810
4811 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4812 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4813 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4814 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4815 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4816 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4817 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4818 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4819 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4820 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4821 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4822 argument so the function fits the prototype in the architecture
4823 vector.
4824 (mcore_pop_frame): Remove argument so the function fits the
4825 prototype. Use get_current_frame instead of the argument.
4826 (mcore_push_arguments): Change type of struct_return so the
4827 function can be used in the architecture vector.
4828 (mcore_store_struct_return): Add.
4829 (mcore_frame_init_saved_regs): Add.
4830 (mcore_gdbarch_init): Add function calls to replace the macros
4831 removed from tm-mcore.h
4832
36160dc4
AC
48332002-07-03 Andrew Cagney <ac131313@redhat.com>
4834
4835 * infcmd.c (print_return_value): Remove compatibility code calling
4836 deprecated_grub_regcache_for_registers.
4837
4838 * values.c: Include "regcache.h".
4839 (value_being_returned): Update. Use
4840 deprecated_grub_regcache_for_registers to extract the register
4841 buffer address.
4842 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4843 ``struct regcache''.
4844 * Makefile.in (values.o): Add dependency on $(regcache_h).
4845
4846 * inferior.h (run_stack_dummy): Change type of second parameter to
4847 a ``struct regcache''.
4848 * valops.c (hand_function_call): Change type of retbuf to ``struct
4849 regcache''. Allocate using regcache_xmalloc, clean using
4850 make_cleanup_regcache_xfree.
4851 * infcmd.c (run_stack_dummy): Update. Use
4852 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4853
4854 * regcache.c (do_regcache_xfree): New function.
4855 (make_cleanup_regcache_xfree): New function.
4856 * regcache.h (make_cleanup_regcache_xfree): Declare.
4857
e64d9b3d
MH
48582002-07-03 Martin M. Hunt <hunt@redhat.com>
4859
4dd79c29
MH
4860 * event-top.c (command_line_handler): Don't read past
4861 beginning of buffer.
e64d9b3d 4862
4dd79c29
MH
48632002-07-03 Martin M. Hunt <hunt@redhat.com>
4864
e64d9b3d
MH
4865 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4866 struct frame_id.
4867 (varobj_create): Store frame_id for root.
4868 (varobj_gen_name): Use xasprintf.
4869 (varobj_update): Save and restore frame using get_frame_id() and
4870 frame_find_by_id().
4871 (create_child): Use xasprintf.
4872 (new_root_variable): Initialize frame_id.
4873 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4874 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4875 to prevent memory leak.
4876
26e6c56a
AC
48772002-07-03 Andrew Cagney <ac131313@redhat.com>
4878
4879 * valops.c (hand_function_call): Move declaration of retbuf to
4880 start of function, allocate using malloc, add a cleanup but before
4881 the inf_status cleanup, cleanup the buffer. Rename local variable
4882 old_chain to inf_status_cleanup.
4883
f436dd25
MH
48842002-07-03 Martin M. Hunt <hunt@redhat.com>
4885
4886 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4887
4888 * cli/cli-decode.c (cmd_func_p): New function.
4889 (cmd_func): New function.
4890
4891 * command.h: Add cmd_func() and cmd_func_p().
4892
4cfe2084
GS
48932002-07-03 Grace Sainsbury <graces@redhat.com>
4894
4895 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4896 (REGISTER_SIZE): Remove.
4897 (MAX_REGISTER_RAW_SIZE): Remove.
4898 (REGISTER_VIRTUAL_TYPE): Remove.
4899 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4900 (REGISTER_NAME): Remove.
4901 (USE_GENERIC_DUMMY_FRAMES): Remove.
4902 (CALL_DUMMY): Remove.
4903 (CALL_DUMMY_START_OFFSET): Remove.
4904 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4905 (CALL_DUMMY_LOCATION): Remove.
4906 (FIX_CALL_DUMMY): Remove.
4907 (CALL_DUMMY_ADDRESS): Remove.
4908 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4909 (SAVE_DUMMY_FRAME_TOS): Remove.
4910 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4911 (mcore_register_virtual_type): New function.
4912 (mcore_register_byte): New function.
4913 (mcore_register_size): New function.
4914 (mcore_register_name): New function.
4915 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4916 macros removed from tm-mcore.h.
4917 (mcore_dump_tdep): Add.
4918 (_initialize_mcore_tdep): Add gdbarch_register call.
4919
4fd667e9
MK
49202002-07-03 Mark Kettenis <kettenis@gnu.org>
4921
4922 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4923 frameless_look_for_prologue, such that we actually call this
4924 function.
4925
42f99ac2
JB
49262002-07-02 Joel Brobecker <brobecker@gnat.com>
4927
4928 * frame.h (frame_address_in_block): New function.
4929
4930 * blockframe.c (frame_address_in_block): New function extracted
4931 from get_frame_block().
4932 (get_frame_block): Use frame_address_in_block().
4933 (block_innermost_frame): Use frame_address_in_block() to match
4934 the frame pc address against the block boundaries rather than
4935 the frame pc directly. This prevents a failure when a frame pc
4936 is actually a return-address pointing immediately after the end
4937 of the given block.
4938
103a1597 49392002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
4940
4941 * MAINTAINERS: Add self under write after approval.
4942
49432002-07-02 Grace Sainsbury <graces@redhat.com>
4944
103a1597
GS
4945 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4946 used in architecture vector. The default is
4947 m68k_local_breakpoint_from_pc.
4948 (m68k_local_breakpoint_from_pc): Add.
4949 (enum): Add register numbers from tm-m68k.h.
4950 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4951 vector.
4952 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4953 GDB_MULTI_ARCH_PARTIAL.
4954 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4955 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4956 m68k-tdep.c.
4957 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4958 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4959 to enum in m68k-tdep.c
4960
7a5a0534
JB
49612002-07-02 Joel Brobecker <brobecker@gnat.com>
4962
4963 * solib-osf.c (open_map): Compute the list of shared libraries
4964 loaded by the inferior, rather than the list of libraries loaded
4965 by GDB itself. Otherwise, GDB ends up reading the symbols from
4966 the wrong shared libraries...
4967
6f558d74
MK
49682002-07-02 Mark Kettenis <kettenis@gnu.org>
4969
b7d15bf7
MK
4970 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4971 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4972 macros.
4973 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4974 Remove functions.
4975 (FRAMELESS_SIGNAL): Remove function.
4976 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4977 i386_linux_saved_pc_after_call): Removed.
4978 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4979 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4980 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4981
6bff26de
MK
4982 * i386-tdep.c (i386_frameless_signal_p): New function.
4983 (i386_frame_chain): Deal with frameless signals.
4984 (i386_sigtramp_saved_sp): New function.
4985 (i386_frame_saved_pc): Deal with frameless signals.
4986 (i386_saved_pc_after_call): Make sure the correct value is
4987 returned just after entry into a sigtramp.
4988 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4989 i386fbsd4_sc_sp_offset): New variables.
4990 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4991 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4992 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4993 similiar to what we already did for sc_pc_offset.
4994 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4995 tdep->sc_sp_offset.
4996
6f558d74
MK
4997 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4998
145564b7
ML
49992002-07-02 Michal Ludvig <mludvig@suse.cz>
5000
5001 * config/i386/tm-x86-64linux.h: New.
5002 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5003 definitions.
5004 * config/i386/nm-x86-64.h: Rename to ...
5005 * config/i386/nm-x86-64linux.h: ... this one.
5006 * config/i386/x86-64linux.mh: Reflect the above change.
5007
3a1e71e3
MK
50082002-07-01 Mark Kettenis <kettenis@gnu.org>
5009
21d0e8a4
MK
5010 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5011 with sigcontext_addr. Add sc_sp_offset.
5012 (i386bsd_sigtramp_saved_pc): Remove prototype.
5013 (i386bsd_sicontext_addr): Add prototype.
5014 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5015 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5016 (i386_svr4_sigtramp_saved_pc): Removed.
5017 (i386_svr4_sigcontext_addr): New function.
5018 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5019 Initialize tdep->sigcontext_addr instead. Initialize
5020 tdep->sc_pc_offset and tdep->sc_sp_offset.
5021 (i386_gdbarch_init): Likewise.
5022 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5023 any more.
5024 (i386bsd_sigtramp_saved_pc): Remove function.
5025 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5026 Initialize tdep->sigcontext_addr instead. Initialize
5027 tdep->sc_pc_offset.
5028 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5029 of tdep->sigtramp_saved_pc.
5030 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5031 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5032 instead.
5033
3a1e71e3
MK
5034 * i386-tdep.c (i386_frameless_function_invocation,
5035 i386_frame_num_args, i386_frame_init_saved_regs,
5036 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5037 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5038 i386_extract_return_value, i386_store_return_value,
5039 i386_extract_struct_value_address, i386_register_virtual_type,
5040 i386_register_convertible, i386_register_convert_to_virtual,
5041 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5042 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5043 static.
5044
52e9098c
MK
50452002-07-01 Mark Kettenis <kettenis@gnu.org>
5046
77b13a25
MK
5047 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5048
52e9098c
MK
5049 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5050 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5051 this macro. Include "value.h".
5052
1b372fff
AS
50532002-06-30 Aidan Skinner <aidan@velvet.net>
5054
5055 * ada-exp.tab.c: remove as it's a generated file
5056 * ada-lex.c: remove as it's a generated file
5057
9c5045b5
MK
50582002-06-30 Mark Kettenis <kettenis@gnu.org>
5059
4a93c5bb
MK
5060 * config/i386/tm-i386.h (struct frame_info, struct
5061 frame_saved_regs, struct value, struct type): Remove forward
5062 declarations.
5063
322d4fe0
MK
5064 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5065 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5066 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5067 (FILL_FPXREGSET): Define.
5068
fdd8263d
MK
5069 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5070
482e577b
MK
5071 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5072 i[3456]86-*-netbsd* case.
5073 * config/i386/tm-obsd.h: Removed.
5074 * config/i386/obsd.mt: Removed.
5075 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5076 core-aout.o.
5077 (MH_CFLAGS): Add -DYYDEBUG=0.
5078
6916549a
MK
5079 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5080 i386nbsd_sc_pc_offset on OpenBSD too.
5081
9c5045b5
MK
5082 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5083 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5084 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5085 define.
5086 * i386bsd-tdep.c: Include "arch-utils.h".
5087 (i386bsd_aout_in_solib_call_trampoline): New function.
5088 (i386bsd_init_abi): Set in_solib_call_trampoline to
5089 i386bsd_aout_in_solib_call_trampoline.
5090 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5091 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5092
aa84d1bb
AC
50932002-06-28 Andrew Cagney <ac131313@redhat.com>
5094
5095 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5096 (struct obstack, struct bcache): Add opaque declarations.
5097 * Makefile.in (macrotab_h): Update
5098
b4d83933
AC
50992002-06-28 Andrew Cagney <ac131313@redhat.com>
5100
5101 * blockframe.c (generic_find_dummy_frame): Change return type to
5102 ``struct regcache''.
5103 (struct dummy_frame): Replace field ``registers'' with regcache, a
5104 struct regcache object.
5105 (generic_find_dummy_frame): Update.
5106 (generic_push_dummy_frame): Update. Use regcache_xfree,
5107 regcache_xmalloc and regcache_cpy.
5108 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5109 regcache_xfree.
5110 (deprecated_generic_find_dummy_frame): Update.
5111 (generic_read_register_dummy): Update. Use
5112 regcache_read_as_address.
5113 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5114 (generic_get_saved_register): Update. Use regcache_read.
5115
08c0b5bc
AC
51162002-06-28 Andrew Cagney <ac131313@redhat.com>
5117
5118 * Makefile.in (objfiles_h): Add $(bcache_h).
5119 * objfiles.h: Include "bcache.h".
5120
5121 * Makefile.in (symtab_h): Remove $(bcache_h).
5122 * symtab.h: Do not include "bcache.h".
5123
1f89801a
AC
51242002-06-28 Andrew Cagney <ac131313@redhat.com>
5125
5126 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5127 generic_func_frame_chain_valid.
5128
b9644b58
DB
51292002-06-28 David O'Brien <obrien@FreeBSD.org>
5130
5131 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5132 * config/i386/tm-fbsd.h: Likewise.
5133
dd486634
AC
51342002-06-28 Andrew Cagney <ac131313@redhat.com>
5135
5136 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5137 generic_unwind_get_saved_register.
5138
0b434a00
AC
51392002-06-27 Andrew Cagney <ac131313@redhat.com>
5140
5141 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5142 * regcache.c (supply_register): Add missing argument to
5143 register_buffer call.
5144
f30e5a77
AC
51452002-06-27 Andrew Cagney <ac131313@redhat.com>
5146
5147 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5148 Solaris /bin/grep does not not like it. From Peter Schauer.
5149
9f064c95
TT
51502002-06-26 Tom Tromey <tromey@redhat.com>
5151
5152 * command.h (add_setshow_cmd): Declare.
5153 (add_setshow_cmd_full): Declare.
5154 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5155 returns void. Use add_setshow_cmd_full.
5156 (add_setshow_cmd_full): New function.
5157 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5158 (add_setshow_boolean_cmd): Likewise.
5159
099c7589
JT
51602002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5161
5162 * config/vax/tm-vax.h: Protect from multiple inclusion.
5163 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5164 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5165 * config/vax/tm-vaxbsd.h: ...here. New file.
5166 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5167
1d049c5e
JT
51682002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5169
5170 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5171 (BELIEVE_PCC_PROMOTION): Remove.
5172 (AP_REGNUM): Move to...
5173 * config/vax/nm-vax.h: ...here.
5174 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5175 (vax_breakpoint_from_pc): New function.
5176 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5177 and gdbarch_believe_pcc_promotion.
5178
4791e091
JT
51792002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5180
5181 * Makefile.in (vax_tdep_h): Define.
5182 (vax-tdep.o): Use $(vax_tdep_h).
5183 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5184 (vax_dump_tdep): New function.
5185 (_initialize_vax_tdep): Register vax_dump_tdep.
5186 * vax-tdep.h: Include osabi.h.
5187 (struct gdbarch_tdep): New.
5188
da130f98
AC
51892002-06-26 Andrew Cagney <cagney@redhat.com>
5190
5191 * frame.h (deprecated_generic_find_dummy_frame): Rename
5192 generic_find_dummy_frame.
5193 * blockframe.c (generic_find_dummy_frame): Make static.
5194 (deprecated_generic_find_dummy_frame): New function.
5195 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5196 generic_find_dummy_frame with deprecated_find_dummy_frame.
5197 (sh64_nofp_frame_init_saved_regs): Ditto.
5198 (sh_fp_frame_init_saved_regs): Ditto.
5199 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5200 (s390_frame_chain): Ditto.
5201 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5202
6300c360
GS
52032002-06-26 Grace Sainsbury <graces@redhat.com>
5204
5205 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5206 gdbarch vector are at the top.
5207 (NUM_REGS): Remove.
5208 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5209 (FRAME_ARGS_ADDRESS): Remove.
5210 (FRAME_LOCALS_ADDRESS): Remove.
5211 (FRAME_NUM_ARGS): Remove.
5212 (FRAME_ARGS_SKIP): Remove.
5213 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5214 (m68k_gdbarch_init): Add gdbarch initializations for macros
5215 undefined in tm-m68k.h
5216
1c617db8
GS
52172002-06-26 Grace Sainsbury <graces@redhat.com>
5218
5219 * monitor.h: Add the function regname to monitor_ops
5220 structure. This way NUM_REGS does not have to be a constant.
5221 * monitor.c (monitor_fetch_register): Added support for regname
5222 function. The function is called if the array regnames is NULL.
5223 (monitor_store_register): Same.
da130f98
AC
5224 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5225 regnames array.
1c617db8
GS
5226 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5227 cpu32bug_cmds.regname to point to new function.
5228 * abug-rom.c (abug_regname): Same as above.
5229 (init_abug_cmds): Same.
5230 * dbug-rom.c (dbug_regname): Same as above.
5231 (init_dbug_cmds): Same.
5232 * remote-est.c (est_regname): Same.
5233 (init_est_cmds): Same.
5234 * rom68k-rom.c (rom68k_regname): Same.
5235 (init_rom68k_cmds): Same.
5236
ea9365bb
TT
52372002-06-25 Tom Tromey <tromey@redhat.com>
5238
5239 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5240
72cec141
AC
52412002-06-25 Andrew Cagney <cagney@redhat.com>
5242
5243 * infrun.c (stop_registers): Change variable's type to ``struct
5244 regcache'''.
5245 (xmalloc_inferior_status): Delete function.
5246 (free_inferior_status): Delete function.
5247 (normal_stop): Use regcache_cpy.
5248 (struct inferior_status): Change type of fields ``stop_registers''
5249 and ``registers'' to ``struct regcache''.
5250 (write_inferior_status_register): Use regcache_write.
5251 (save_inferior_status): Instead of calling
5252 xmalloc_inferior_status, allocate the inf_status buffer directly.
5253 Use regcache_dup_no_passthrough and regcache_dup to save the
5254 buffers.
5255 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5256 Replace the stop_registers regcache instead of overriding it. Use
5257 regcache_xfree. Instead of calling free_inferior_status, xfree
5258 the buffer directly.
5259 (discard_inferior_status): Use regcache_xfree. Instead of calling
5260 free_inferior_status, xfree the buffer directly.
5261 (build_infrun): Use regcache_xmalloc.
5262 (_initialize_infrun): Delete redundant call to build_infrun.
5263
5264 * Makefile.in (infcmd.o): Add $(regcache_h).
5265
5266 * infcmd.c: Include "regcache.h".
5267 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5268 obtain the address of `stop_registers' register buffer.
5269 (print_return_value): Ditto.
5270
5271 * inferior.h (struct regcache): Add opaque declaration.
5272 (stop_registers): Change variable's declared type to ``struct
5273 regcache''.
5274
defc6f8c
TT
52752002-06-24 Tom Tromey <tromey@redhat.com>
5276
c0e624e7
TT
5277 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5278 * target.c (initialize_targets): Fixed typo in
5279 trust-readonly-sections `show' documentation.
5280
defc6f8c
TT
5281 * main.c: Marked all strings with _().
5282
2b236d82
DH
52832002-06-24 Don Howard <dhoward@redhat.com>
5284
5285 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5286 that means max CORE_ADDR+1.
5287 (lookup_mem_region): Ditto.
5288 (mem_info_command): Ditto.
5289
942dc0e9
GS
52902002-06-24 Grace Sainsbury <graces@redhat.com>
5291
5292 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5293 (REGISTER_BYTES_OK): Remove.
5294 (REGISTER_BYTES): Remove.
5295 (STORE_STRUCT_RETURN): Remove.
5296 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5297 (STORE_RETURN_VALUE): Remove.
5298 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5299 (FRAME_CHAIN): Remove.
5300 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5301 (FRAME_SAVED_PC): Remove.
5302 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5303 (m68k_store_struct_return): Add.
5304 (m68k_deprecated_extract_return_value): Add.
5305 (m68k_deprecated_extract_struct_value_address): Add.
5306 (m68k_store_return_value): Add.
5307 (m68k_frame_chain): Add.
5308 (m68k_frameless_function_invocation): Add.
5309 (m68k_frame_saved_pc): Add.
5310 (m68k_gdbarch_init): added set_gdbarch calls for new
5311 functions and deleted macros.
5312
03c30d4d
TT
53132002-06-23 Tom Tromey <tromey@redhat.com>
5314
5315 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5316 (ALLDEPFILES): Likewise.
5317 (udiheaders): Removed.
5318 (udip2soc.o): Likewise.
5319 (udi2go32.o): Likewise.
5320 (udr.o): Likewise.
5321 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5322
37e71372
AC
53232002-06-22 Andrew Cagney <ac131313@redhat.com>
5324
06a6ac57
AC
5325 * infrun.c (_initialize_infrun): Delete unnecessary call to
5326 build_infrun.
5327
37e71372
AC
5328 * regcache.h: Update comments describing the regcache_cpy family
5329 of functions.
5330 (regcache_save, regcache_restore): Delete declaration.
5331 (regcache_save_no_passthrough): Delete declaration.
5332 (regcache_restore_no_passthrough): Delete declaration.
5333 * regcache.c (regcache_save): Delete function.
5334 (regcache_save_no_passthrough): Delete function.
5335 (regcache_restore): Delete function.
5336 (regcache_restore_no_passthrough): Delete function.
5337
78f6d055
AC
53382002-06-21 Andrew Cagney <ac131313@redhat.com>
5339
5340 * config/m68k/tm-m68k.h: Fix typo.
5341 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5342 (m68k_frame_init_saved_regs): Declare.
5343
78b119cb
JB
53442002-06-21 Jim Blandy <jimb@redhat.com>
5345
5346 Remove some vestiges of Harris 88k support.
5347 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5348 register numbering quirk.
5349 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5350 odd symbols occurring in Harris 88k ELF targets.
5351
0fbb3da7
TT
53522002-06-21 Tom Tromey <tromey@redhat.com>
5353
5354 * gdb_locale.h: New file.
5355 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5356 (defs_h): Added gdb_locale.h.
5357 * configure, config.in: Rebuilt.
5358 * configure.in (PACKAGE): Define.
5359 * defs.h: Include gdb_locale.h.
5360 * main.c (captured_main): Call setlocale, bindtextdomain,
5361 textdomain.
5362
456f8b9d
DB
53632002-06-21 Dave Brolley <brolley@redhat.com>
5364
5365 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5366 * config/frv/frv.mt: New file.
5367 * config/frv/tm-frv.h: New file.
5368 * configure.tgt: Support frv-*-*.
5369 * Makefile.in (frv-tdep.o): New target.
5370 * frv-tdep.c: New file.
5371 * NEWS: Mention frv.
5372
cdd463f9
DB
53732002-06-21 Dave Brolley <brolley@redhat.com>
5374
5375 * MAINTAINERS: Add self to "Write After Approval" list.
5376
5d3ed2e3
GS
53772002-06-21 Grace Sainsbury <graces@redhat.com>
5378
5379 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5380 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5381 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5382 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5383 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5384
5385 * m68k-tdep.c: Include arch-utils.h
5386 (m68k_register_raw_size): Add.
5387 (m68k_register_virtual_size): Add.
5388 (m68k_register_virtual_type): Add.
5389 (m68k_register_name): Add.
5390 (m68k_stack_align): Add.
5391 (m68k_register_byte): Add.
5392 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5393 tm-m68k.h.
5394
7f8e7424
GS
53952002-06-21 Grace Sainsbury <graces@redhat.com>
5396
a2c6a6d5 5397 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
5398 m68k_find_saved_regs.
5399 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 5400 references to it with frame->saved_regs.
7f8e7424
GS
5401 (m68k_gdbarch_init): Added function calls to initialize the
5402 gdbarch structure.
a2c6a6d5
GS
5403 (m68k_fix_call_dummy): Add.
5404 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5405 (CALL_DUMMY): Remove.
5406 (CALL_DUMMY_LENGTH): Remove.
5407 (CALL_DUMMY_START_OFFSET): Remove.
5408 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5409 (FIX_CALL_DUMMY): Remove.
5410 (PUSH_DUMMY_FRAME): Remove.
5411 (POP_FRAME): Remove.
7f8e7424 5412
f461f5cf
PM
54132002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5414
5415 * parse.c (parse_fprintf): New function used to avoid calls to
5416 fprintf in bison parser generated debug code.
5417 * parser-defs.h: Declaration of new parse_fprintf function.
5418 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5419 Set YYDEBUG to 1 by default.
5420 Set YYFPRINTF as parse_fprintf.
5421
7f0c12ed
ML
54222002-06-21 Michal Ludvig <mludvig@suse.cz>
5423
5424 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5425 encoding anymore.
5426 (pointer_encoding, enum ptr_encoding): New.
5427 (execute_cfa_program): Take care about pointer encoding.
5428 (dwarf2_build_frame_info): Only call parse_frame_info for
5429 .debug_frame and .eh_frame.
5430 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5431 fixed augmentation handling, added relative addressing,
5432 ignore duplicate FDEs. Added comments.
19d833a2 5433 * dwarf2cfi.c: Reindented.
7f0c12ed 5434
87c4a039
EZ
54352002-06-20 Elena Zannoni <ezannoni@redhat.com>
5436
5437 * event-top.c (command_handler): Don't use space_at_cmd_start
5438 unless there is sbrk() on the host. Assign time and space data
5439 to union fields of the appropriate length.
5440
1cf877ad
ML
54412002-06-20 Michal Ludvig <mludvig@suse.cz>
5442
5443 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5444 x86_64_register_name. Return type changed to 'const char *'.
5445 (x86_64_register_name2nr): Rename to x86_64_register_number.
5446 (x86_64_gdbarch_init): Update to reflect the change.
5447 * x86-64-tdep.h: Ditto.
5448 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5449 (supply_fpregset): Ditto.
5450
3fadccb3
AC
54512002-06-19 Andrew Cagney <cagney@redhat.com>
5452
5453 * regcache.h: Update copyright.
5454 (struct regcache, struct gdbarch): Add opaque declarations.
5455 (current_regcache): Declare global variable.
5456 (regcache_read, regcache_write): Add gdbarch parameter.
5457 (regcache_save, regcache_save_no_passthrough)
5458 (regcache_restore, regcache_restore_no_passthrough)
5459 (regcache_dup, regcache_dup_no_passthrough)
5460 (regcache_cpy, regcache_cpy_no_passthrough)
5461 (deprecated_grub_regcache_for_registers)
5462 (deprecated_grub_regcache_for_register_valid)
5463 (regcache_valid_p): Add function declarations.
5464
5465 * regcache.c: Update copyright.
5466 (regcache_descr_handle): New global variable.
5467 (struct regcache_descr): Define.
5468 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5469 (regcache_descr, xfree_regcache_descr): New functions.
5470 (struct regcache): Define.
5471 (regcache_xmalloc, regcache_xfree): New functions.
5472 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5473 (regcache_dup, regcache_dup_no_passthrough): New functions.
5474 (regcache_valid_p, regcache_read_as_address): New functions.
5475 (deprecated_grub_regcache_for_registers): New function.
5476 (deprecated_grub_regcache_for_register_valid): New function.
5477 (current_regcache): New global variable.
5478 (register_buffer): Add regcache parameter. Update calls.
5479 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5480 (read_register_gen, write_register_gen): Update register_buffer
5481 call. Test for legacy_p instead of gdbarch_register_read_p or
5482 gdbarch_register_write_p.
5483 (regcache_collect): Update register_buffer call.
5484 (build_regcache): Rewrite. Use deprecated grub functions.
5485 (regcache_save, regcache_save_no_passthrough): New functions.
5486 (regcache_restore, regcache_restore_no_passthrough): New
5487 functions.
5488 (_initialize_regcache): Create the regcache_data_handle. Swap
5489 current_regcache global variable.
5490
5491 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5492 parameter to regcache_read and regcache_write calls.
5493 (sh4_register_read): Ditto.
5494 (sh64_pseudo_register_read): Ditto.
5495 (sh64_register_read): Ditto.
5496 (sh_pseudo_register_write): Ditto.
5497 (sh4_register_write): Ditto.
5498 (sh64_pseudo_register_write): Ditto.
5499 (sh64_register_write): Ditto.
5500
5501 * defs.h (XCALLOC): Define.
5502
152d9db6
GS
55032002-06-19 Grace Sainsbury <graces@redhat.com>
5504
5505 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5506 * m68k-tdep.c (m68k_gdbarch_init): Added.
5507 (m68k_dump_tdep): Added.
5508
170911c7
DJ
55092002-06-19 Daniel Jacobowitz <drow@mvista.com>
5510
5511 * ada-lang.c (fill_in_ada_prototype): Update comment.
5512
2e4ebe70
DJ
55132002-06-19 Daniel Jacobowitz <drow@mvista.com>
5514
5515 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5516 MIPS_ABI_LAST.
5517 (mips_abi_string, mips_abi_strings): New.
5518 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5519 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5520 tdep->mips_abi_string. Honor mips_abi_string. Default to
5521 O32 if no ABI is found.
5522 (mips_dump_tdep): Use mips_abi_strings.
5523 (mips_abi_update): New function.
5524 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5525 ``set mips abi'' and ``show mips abi''. Check the size of
5526 mips_abi_strings.
5527
16775908
AC
55282002-06-19 Andrew Cagney <cagney@redhat.com>
5529
5530 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5531 constant.
5532
5051bfa4 55332002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 5534
5051bfa4
JB
5535 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5536 current frame using only the first stack size adjustment. All
5537 subsequent size adjustments are not considered to be part of
5538 the "static" part of the current frame.
5539 Compute the address of the saved registers relative to the
5540 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5541 in use in this frame.
5542
56468235
DH
55432002-06-18 Don Howard <dhoward@redhat.com>
5544
5545 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5546 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5547 suggesting this solution.
5548
0b624158
AC
55492002-06-18 Andrew Cagney <ac131313@redhat.com>
5550
5551 * config/romp/xm-rtbsd.h: Delete file.
5552 * config/romp/rtbsd.mh: Delete file.
5553
221ea385
KS
55542002-06-18 Keith Seitz <keiths@redhat.com>
5555
5556 * breakpoint.c (condition_command): Post breakpoint_modify
5557 when a condition is added to an existing breakpoint.
5558 (commands_command): Likewise for commands.
5559 (set_ignore_count): Likewise for ignore counts.
5560 If no tty, do not simply return, still need to send event
5561 notification.
5562 (ignore_command): Only print a newline if the command came
5563 from a tty.
5564 Don't call breakpoints_changed, since this is now properly
5565 handled by set_ignore_count.
5566
5402eed1
AC
55672002-06-18 Andrew Cagney <cagney@redhat.com>
5568
5569 * MAINTAINERS: Note that cris-elf target can be compiled with
5570 -Werror.
5571 * cris-tdep.c (cris_register_name): Make return type constant.
5572 (cris_breakpoint_from_pc): Ditto.
5573
cc22880b
ML
55742002-06-18 Michal Ludvig <mludvig@suse.cz>
5575
5576 * frame.h (struct frame_info): Change type of context to
5577 'struct context'.
5578
fa88f677
AC
55792002-06-17 Andrew Cagney <cagney@redhat.com>
5580
5581 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5582 pointer.
5583 * gdbarch.h, gdbarch.c: Regenerate.
5584 * config/mips/tm-mips.h (mips_register_name): Update.
5585 * i386-tdep.h (i386_register_name): Update.
5586 * mips-tdep.c (mips_register_name): Update
5587 * alpha-tdep.c (alpha_register_name): Update.
5588 * arch-utils.c (legacy_register_name): Update.
5589 * arch-utils.h (legacy_register_name): Update.
5590 * avr-tdep.c (avr_register_name): Update.
5591 * ia64-tdep.c (ia64_register_name): Update.
5592 * i386-tdep.c (i386_register_name): Update.
5593 * sparc-tdep.c (sparc32_register_name): Update.
5594 (sparc64_register_name): Update.
5595 (sparclite_register_name): Update.
5596 (sparclet_register_name): Update.
5597 * sh-tdep.c (sh_generic_register_name): Update.
5598 (sh_sh_register_name): Update.
5599 (sh_sh3_register_name): Update.
5600 (sh_sh3e_register_name): Update.
5601 (sh_sh_dsp_register_name): Update.
5602 (sh_sh3_dsp_register_name): Update.
5603 (sh_sh4_register_name): Update.
5604 (sh_sh64_register_name): Update.
5605 * s390-tdep.c (s390_register_name): Update.
5606 * rs6000-tdep.c (rs6000_register_name): Update.
5607 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5608 (ns32k_register_name_32382): Update.
5609 * d10v-tdep.c (d10v_ts2_register_name): Update.
5610 (d10v_ts3_register_name): Update.
5611 * xstormy16-tdep.c (xstormy16_register_name): Update.
5612 * vax-tdep.c (vax_register_name): Update.
5613 * v850-tdep.c (v850_register_name): Update.
5614 * m68hc11-tdep.c (m68hc11_register_name): Update.
5615 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5616 (am33_register_name): Update.
5617
ea1e7ef6
GS
56182002-06-17 Grace Sainsbury <graces@redhat.com>
5619
5620 * m68k-tdep.c: Reindented.
5621
9b02dd1b
AC
56222002-06-17 Andrew Cagney <ac131313@redhat.com>
5623
5624 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5625 list of predefined types.
5626
8758dec1
MK
56272002-06-16 Mark Kettenis <kettenis@gnu.org>
5628
b6197528
MK
5629 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5630 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5631 REGISTER_CONVERT_TO_RAW): Remove defines.
5632 (i386_register_virtual_type, i386_register_convertible,
5633 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5634 Remove prototypes.
5635 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5636 macros mentioned above.
5637
82b47e62
MK
5638 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5639 (i386lynx_saved_pc_after_call): Remove prototype.
5640 * i386ly-tdep.c: Include "i386-tdep.h".
5641 (i386lynx_saved_pc_after_call): Make static. Use
5642 read_memory_nobpt instead of read_memory. Use
5643 read_memory_unsigned_integer instead of read_memory_integer.
5644 (i386lynx_init_abi): New function.
5645 (i386lynx_coff_osabi_sniffer): New function.
5646 (_initialize_i386bsd_tdep): New function.
5647
8758dec1
MK
5648 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5649 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5650 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5651 (i386_fix_call_dummy): Remove prototype.
5652 * i386-tdep.c (i386_call_dummy_words): New variable.
5653 (i386_gdbarch_init): Adjust for removal of the
5654 macros mentioned above.
5655
e9e68a56
AC
56562002-06-15 Andrew Cagney <ac131313@redhat.com>
5657
5658 * command.h (add_setshow_auto_boolean_cmd): Replace
5659 add_set_auto_boolean_cmd.
5660 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5661 add_set_auto_boolean_cmd.
5662 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5663 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5664 mask-address'' command.
5665 (show_mask_address): Add cmd parameter.
5666 * remote.c (add_packet_config_cmd): Update. Change type of
5667 set_func and show_func to cmd_sfunc_ftype.
5668 (_initialize_remote): Update `set remote Z-packet'
5669 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5670 (show_remote_protocol_e_packet_cmd): Ditto.
5671 (show_remote_protocol_E_packet_cmd): Ditto.
5672 (show_remote_protocol_P_packet_cmd): Ditto.
5673 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5674 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5675 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5676 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5677 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5678 (show_remote_protocol_Z_packet_cmd): Ditto.
5679 (show_remote_protocol_binary_download_cmd): Ditto.
5680 (show_remote_cmd): Pass NULL to all of above.
5681
fc08ec52
MK
56822002-06-15 Mark Kettenis <kettenis@gnu.org>
5683
5684 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5685 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5686 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5687 POP_FRAME): Remove defines.
5688 (i386_push_arguments, i386_store_struct_return,
5689 i386_extract_return_value, i386_store_return_value,
5690 i386_extract_struct_value_address, i386_push_dummy_frame,
5691 i386_pop_frame): Renove prototypes.
5692 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5693 macros mentioned above.
5694
e707bbc2
AC
56952002-06-15 Andrew Cagney <ac131313@redhat.com>
5696
5697 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5698 add_set_boolean_cmd.
5699 (add_setshow_cmd): New function.
5700 * command.h (add_setshow_boolean_cmd): Replace
5701 add_set_boolean_cmd.
5702 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5703 and ``set rdiromatzero''.
5704 * maint.c (_initialize_maint_cmds): Update commented out code.
5705 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5706 * target.c (initialize_targets): Update `set
5707 trust-readonly-sections'.
5708 * remote.c (_initialize_remote): Update `set remotebreak'.
5709
42fdc8df
MK
57102002-06-15 Mark Kettenis <kettenis@gnu.org>
5711
93924b6b
MK
5712 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5713 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5714 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5715 fit into multi-arch framework.
5716 (i386_breakpoint_from_pc): New function.
5717 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5718 above.
5719
42fdc8df
MK
5720 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5721 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5722 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5723 (i386_frameless_function_invocation, i386_frame_num_args,
5724 i386_frame_init_saved_regs): Remove prototypes.
5725 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5726 macros mentioned above.
5727
9773a94b
AC
57282002-06-15 Andrew Cagney <ac131313@redhat.com>
5729
5730 * cli/cli-decode.c (set_cmd_cfunc): Update.
5731 (set_cmd_sfunc): Update.
5732 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5733 (set_cmd_sfunc, set_cmd_cfunc): Update.
5734 * cli/cli-decode.h: Update.
5735
6e157172
MK
57362002-06-15 Mark Kettenis <kettenis@gnu.org>
5737
5738 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5739 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5740
7f19b9a2
AC
57412002-06-15 Andrew Cagney <ac131313@redhat.com>
5742
5743 * defs.h (auto_boolean): Declare enum.
5744 * command.h (cmd_auto_boolean): Delete enum.
5745 * mips-tdep.c (mask_address_var): Update.
5746 (mips_mask_address_p): Update.
5747 (show_mask_address): Update.
5748 * remote.c (struct packet_config): Update.
5749 (update_packet_config): Update.
5750 (show_packet_config_cmd): Update.
5751 (packet_ok): Update.
5752 (add_packet_config_cmd): Update.
5753 (_initialize_remote):
5754 * command.h: Update.
5755 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5756 (do_setshow_command): Update.
5757 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5758 * cli/cli-decode.h: Update.
5759
1cf88de5
MK
57602002-06-15 Mark Kettenis <kettenis@gnu.org>
5761
22ba8cf2
MK
5762 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5763 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5764 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5765 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5766 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5767 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5768
762c5349
MK
5769 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5770 list of DJGPP COFF targets.
5771
091198bb
MK
5772 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5773 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5774 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5775 (FP0_REGNUM): Remove define.
5776 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5777 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5778 (i386_register_virtual_size): Remove protoype.
5779 * i386-tdep.c (i386_register_virtual_size): Removed.
5780 (i386_extract_return_value, i386_store_return_value): Use
5781 FP0_REGNUM instead of NUM_FREGS to determine whether the
5782 floating-point registers are available.
5783 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5784 Adjust for removal of macros mentioned above.
5785
57862002-06-15 Mark Kettenis <kettenis@gnu.org>
5787
fcc9bf01
MK
5788 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5789 comments.
5790 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5791 Remove prototypes.
5792 (supply_gregset, fill_gregset): Remove use of register keyword and
5793 remove declaration for regmap. Use I386_NUM_GREGS instead of
5794 NUM_REGS and NUM_FREGS.
5795 (FPREGSET_FSAVE_OFFSET): Remove.
5796 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5797 NUM_FREGS to determine whether the floating-point registers are
5798 available.
5799
65e78234
MK
5800 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5801 gnu_store_registers): Replace usage of NUM_GREGS with
5802 I386_NUM_GREGS.
5803
98df6387
MK
5804 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5805 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5806 usage of NUM_GREGS with I386_NUM_GREGS.
5807
099a9414
MK
5808 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5809
57976e88
MK
5810 * i386bsd-nat.c: Include "i386-tdep.h".
5811 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5812 I386_NUM_GREGS.
5813
b335f4a6
MK
5814 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5815 and associated comment. They no longer make any sense, since we
5816 don't use this file anymore on Linux.
5817
1cf88de5
MK
5818 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5819 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5820 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5821 elements in these arrays.
5822 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5823 MAX_NUM_REGS.
5824
daa66587
MK
58252002-06-15 Mark Kettenis <kettenis@gnu.org>
5826
5827 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5828 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5829
26e9b323
AC
58302002-06-14 Andrew Cagney <cagney@redhat.com>
5831
5832 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5833 EXTRACT_RETURN_VALUE.
5834 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5835 EXTRACT_STRUCT_VALUE_ADDRESS.
5836 * gdbarch.h, gdbarch.c: Regenerate.
5837
5838 * values.c (value_being_returned): Handle
5839 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5840 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5841
5842 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5843 * arm-tdep.c (arm_gdbarch_init): Update.
5844 * avr-tdep.c (avr_gdbarch_init): Update.
5845 * cris-tdep.c (cris_gdbarch_init): Update.
5846 * d10v-tdep.c (d10v_gdbarch_init): Update.
5847 * ia64-tdep.c (ia64_gdbarch_init): Update.
5848 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5849 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5850 * s390-tdep.c (s390_gdbarch_init): Update.
5851 * sh-tdep.c (sh_gdbarch_init): Update.
5852 * s390-tdep.c (s390_gdbarch_init): Update.
5853 * sparc-tdep.c (sparc_gdbarch_init): Update.
5854 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5855 * v850-tdep.c (v850_gdbarch_init): Update.
5856 * vax-tdep.c (vax_gdbarch_init): Update.
5857 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5858 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5859
5860 * config/arc/tm-arc.h: Update.
5861 * config/d30v/tm-d30v.h: Update.
5862 * config/fr30/tm-fr30.h: Update.
5863 * config/h8300/tm-h8300.h: Update.
5864 * config/h8500/tm-h8500.h: Update.
5865 * config/i386/tm-i386.h: Update.
5866 * config/i386/tm-ptx.h: Update.
5867 * config/i386/tm-symmetry.h: Update.
5868 * config/i960/tm-i960.h: Update.
5869 * config/m32r/tm-m32r.h: Update.
5870 * config/m68k/tm-delta68.h: Update.
5871 * config/m68k/tm-linux.h: Update.
5872 * config/m68k/tm-m68k.h: Update.
5873 * config/m88k/tm-m88k.h: Update.
5874 * config/mcore/tm-mcore.h: Update.
5875 * config/mips/tm-mips.h: Update.
5876 * config/mn10200/tm-mn10200.h: Update.
5877 * config/pa/tm-hppa.h: Update.
5878 * config/pa/tm-hppa64.h: Update.
5879 * config/sparc/tm-sp64.h: Update.
5880 * config/sparc/tm-sparc.h: Update.
5881 * config/sparc/tm-sparclet.h: Update.
5882 * config/z8k/tm-z8k.h: Update.
5883
5179e78f
AC
58842002-06-14 Andrew Cagney <cagney@redhat.com>
5885
5886 * Makefile.in (i386_linux_tdep_h): Define.
5887 (i386_tdep_h, i387_tdep_h): Define.
5888 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5889 $(i386_tdep_h) and $(i387_tdep_h).
5890 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5891
8201327c
MK
58922002-06-14 Mark Kettenis <kettenis@gnu.org>
5893
edf393ac
MK
5894 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5895 Already covered by the default.
5896
896fb97d
MK
5897 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5898 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5899 (i386_gdbarch_init): Initialize long_double_format and long_double
5900 bit.
5901
8201327c
MK
5902 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5903 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5904 Move these to ...
5905 * config/i386/i386sol2.mh: ... here.
5906 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5907 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5908 (SIGCONTEXT_PC_OFFSET): Remove define.
5909 (IN_SIGTRAMP): Remove define.
5910 * i386-sol2-tdep.c: New file.
5911
5912 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5913 * config/i386/tm-i386nw.h: Removed.
5914
5915 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5916 USE_STRUCT_CONVENTION): Remove defines.
5917 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5918 (get_longjmp_target): Remove prototype.
5919 (IN_SIGTRAMP): Remove define.
5920 (i386bsd_in_sigtramp): Remove prototype.
5921 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5922 function. Update comment accordingly
5923 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5924 (FRAME_SAVED_PC): Remove define.
5925 (i386bsd_frame_saved_pc): Remove prototype.
5926 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5927 GET_LONGJMP_TARGET): Remove defines.
5928 (get_longjmp_target): Remove prototype.
5929 (IN_SIGTRAMP): Remove define.
5930 (i386bsd_in_sigtramp): Remove prototype.
5931 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5932 function. Update comment accordingly
5933 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5934 (FRAME_SAVED_PC): Remove define.
5935 (i386bsd_frame_saved_pc): Remove prototype.
5936 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5937 Remove prototype.
5938 (USE_STRUCT_CONVENTION): Remove prototype.
5939 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5940 declaration.
5941 (_initialize_i386bsd_nat): Revise logic to determine some
5942 constants at compile time when compiling a native GDB. Warn if
5943 things don't match up with what we expect.
5944 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5945 Remove variables.
5946 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5947 to use date stored in `struct gdbarch_tdep'.
5948 (i386bsd_sigcontext_offset): Remove varaible.
5949 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5950 stored in `struct gdbarch_tdep'.
5951 (i386bsd_frame_saved_pc): Make static.
5952 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5953 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5954 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5955 i386fbsd4_sc_pc_offset): New variables.
5956 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5957 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5958 functions.
5959 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5960 functions.
5961 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5962 Modify the value of i386fbsd_sigtramp_start and
5963 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5964 i386fbsd_sigtramp_end.
5965 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5966 function.
5967
5968 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5969 define to i386-linux-tdep.h.
5970 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5971 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5972 defines.
5973 (i386_linux_register_name, i386_linux_register_byte,
5974 i386_linux_register_raw_size): Remove prototypes.
5975 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5976 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5977 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5978 TARGET_WRITE_PC): Remove defines.
5979 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5980 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5981 i386_linux_write_pc): Remove prototypes.
5982 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5983 (get_longjmp_target): Remove prototype.
5984 * i386-linux-tdep.h: New file.
5985 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5986 * i386-linux-tdep.c: Include "i386-tdep.h" and
5987 "i386-linux-tdep.h".
5988 (i386_linux_register_name, i386_linux_register_byte,
5989 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5990 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5991 Make static.
5992 (i386_linux_init_abi): New function.
5993 (_initialize_i386_linux_tdep): New function.
5994
5995 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5996 (i386_saved_pc_after_call): Remove prototype.
5997 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5998 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5999 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6000 (i386_register_name, i386_stab_reg_to_regnum,
6001 i386_dwarf_reg_to_regnum): Remove prototypes.
6002 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6003 SIZEOF_SSE_REGS): Remove defines.
6004 (REGISTER_BYTES): Remove define.
6005 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6006 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6007 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6008 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6009 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6010 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6011 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6012 (get_longjmp_target): Remove prototype.
6013 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6014 (sigtramp_saved_pc): Remove define.
6015 (i386v4_sigtramp_saved_pc): Remove prototype.
6016 * config/i386/tm-go32.h (FRAME_CHAIN,
6017 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6018 (i386go32_frame_saved_pc): Remove prototype.
6019 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6020 (get_longjmp_target): Remove prototype.
6021 * i386-tdep.h: Include "osabi.h".
6022 (enum i386_abi): Removed.
6023 (enum struct_return): New enum.
6024 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6025 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6026 sc_pc_offset members.
6027 (i386_gdbarch_register_os_abi): Remove prototype.
6028 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6029 I386_SSE_NUM_REGS): New defines.
6030 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6031 I386_SSE_SIZEOF_REGS): New defines.
6032 (i386_register_name, i386_register_byte, i386_register_raw_size):
6033 New prototypes.
6034 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6035 (i386bsd_sigtramp_saved_pc): New prototype.
6036 * i386-tdep.c: Don't include "elf-bfd.h".
6037 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6038 i386_frame_chain, i386_saved_pc_after_call): Make static.
6039 (i386_frame_saved_pc): Rewrite to call architecture dependent
6040 function to deal with signal handlers. Make static.
6041 (i386go32_frame_saved_pc): Removed.
6042 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6043 Removed.
6044 (i386_get_longjmp_target): New function.
6045 (default_struct_convention, pcc_struct_convention,
6046 reg_struct_convention, valid_conventions, struct_convention): New
6047 variables.
6048 (i386_use_struct_convention): New function.
6049 (i386v4_sigtramp_saved_pc): Renamed to
6050 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6051 (i386_pc_in_sigtramp): New function.
6052 (i386_abi_names): Removed.
6053 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6054 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6055 Removed.
6056 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6057 i386_gdbarch_register_os_abi): Removed.
6058 (struct i386_abi_handler): Removed.
6059 (i386_abi_handler_list): Removed.
6060 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6061 functions.
6062 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6063 i386_nw_init_abi): New functions.
6064 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6065 Use set_gdbarch_xxx() calls instead of relying on macros for a
6066 number of calls.
6067 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6068 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6069 Register the various architecture variants defined in this file.
6070
ad2f7632
DJ
60712002-06-14 Daniel Jacobowitz <drow@mvista.com>
6072
6073 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6074 (struct main_type): Remove arg_types member. Update comments for
6075 struct field.
6076 (TYPE_ARG_TYPES): Remove.
6077 (TYPE_FN_FIELD_ARGS): Update.
6078 (smash_to_method_type): Update prototype.
6079
6080 * c-typeprint.c (cp_type_print_method_args): Take method type
6081 instead of argument list. Use new argument layout. Simplify.
6082 (c_type_print_args): Use new argument layout. Simplify.
6083 (c_type_print_base): Update call to cp_type_print_method_args.
6084 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6085 argument; use die->type instead. Update call to
6086 smash_to_method_type.
6087 (read_structure_scope): Update call to dwarf2_add_member_fn.
6088 * gdbtypes.c (allocate_stub_method): Update comment.
6089 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6090 Use new argument layout.
6091 (check_stub_method): Use new argument layout. Don't count
6092 void as an argument.
6093 (print_arg_types): Update comments. Use new argument layout.
6094 (recursive_dump_type): Don't print arg_types member.
6095 * hpread.c (hpread_read_struct_type): Use new argument layout.
6096 (fixup_class_method_type): Likewise.
6097 (hpread_type_lookup): Likewise.
6098 * stabsread.c (read_type): Update calls to read_args and
6099 smash_to_method_type.
6100 (read_args): Use new argument layout. Simplify.
6101 * valops.c (typecmp): Use new argument layout. Update parameters
6102 and comments. Simplify.
6103 (hand_function_call): Use new argument layout.
6104 (search_struct_method): Update call to typecmp.
6105 (find_overload_match): Use new argument layout.
6106
6da02953
DJ
61072002-06-13 Daniel Jacobowitz <drow@mvista.com>
6108
6109 * NEWS: Mention multithreaded debug support for gdbserver.
6110
519b2366
DJ
61112002-06-13 Daniel Jacobowitz <drow@mvista.com>
6112
6113 * MAINTAINERS: Mention NEWS.
6114
6c0d6680
DJ
61152002-06-13 Daniel Jacobowitz <drow@mvista.com>
6116
6117 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6118 (struct mips_objfile_private, compare_pdr_entries): New.
6119 (non_heuristic_proc_desc): Read the ".pdr" section if it
6120 is present.
6121
6529d2dd
AC
61222002-06-12 Andrew Cagney <ac131313@redhat.com>
6123
6124 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6125 (arm_debug): New static variable.
6126 (_initialize_arm_tdep): Add ``set debug arm'' command.
6127
26216b98
AC
61282002-06-12 Andrew Cagney <ac131313@redhat.com>
6129
6130 * Makefile.in (sim_arm_h): Define.
6131 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6132 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6133 (arm_register_sim_regno): New function, map an internal REGNUM
6134 onto a simulator register number.
6135 (arm_gdbarch_init): Set register_sim_regno.
6136
814b3ba0
AH
61372002-06-09 Aldy Hernandez <aldyh@redhat.com>
6138
6139 * MAINTAINERS: Add self.
6140
475b0867
JB
61412002-06-11 Jim Blandy <jimb@redhat.com>
6142
919d772c
JB
6143 * source.c (source_info): Mention whether the symtab has
6144 information about preprocessor macros.
6145
475b0867
JB
6146 Call the command `info macro', not `show macro'.
6147 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6148 Fix error message.
6149 (_initialize_macrocmd): Register `info_macro_command' in
6150 `infolist', not `showlist'.
6151
9e364162
DJ
61522002-06-11 Daniel Jacobowitz <drow@mvista.com>
6153
6154 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6155 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6156 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6157 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6158 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6159 unconditionally.
6160 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6161 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6162 (_initialize_mips_tdep): Remove dead code.
6163 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6164 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6165 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6166 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6167 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6168 MIPS_LAST_FP_ARG_REGNUM): Remove.
6169
23aa4c72
ML
61702002-06-11 Michal Ludvig <mludvig@suse.cz>
6171
6172 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6173 (unwind_tmp_obstack_free, parse_frame_info)
6174 (update_context, cfi_read_fp, cfi_write_fp)
6175 (cfi_frame_chain, cfi_init_extra_frame_info)
6176 (cfi_virtual_frame_pointer): Use the above function.
264d1763 6177 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 6178
70eb15a4
CV
61792002-06-11 Corinna Vinschen <vinschen@redhat.com>
6180
6181 * v850-tdep.c (v850_type_is_scalar): New function.
6182 (v850_use_struct_convention): Match current gcc implementation
6183 as close as possible.
6184 (v850_push_arguments): Fix stack_offset handling. Don't write
6185 struct_addr into register. This is done by v850_store_struct_return.
6186 (v850_extract_return_value): Care for structs.
6187 (v850_store_return_value): Ditto.
6188 (v850_store_struct_return): Actually write address.
6189
482a4d06
ML
61902002-06-11 Michal Ludvig <mludvig@suse.cz>
6191
6192 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6193 without debug information too.
6194
d855c300
AC
61952002-06-10 Andrew Cagney <ac131313@redhat.com>
6196
6197 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6198 Make multi-arch pure.
6199 * gdbarch.h, gdbarch.c: Re-generate.
6200 * arm-tdep.c (arm_print_float_info): Update.
6201 * arch-utils.h (default_print_float_info): Update.
6202 * arch-utils.c (default_print_float_info): Update.
6203 * infcmd.c (float_info): Update call.
6204
dd12a101
AC
62052002-06-10 Andrew Cagney <ac131313@redhat.com>
6206
6207 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6208 the front of the initialize list.
6209
101dcfbe
AC
62102002-06-10 Andrew Cagney <ac131313@redhat.com>
6211
6212 * infrun.c (struct inferior_status): Replace fields
6213 selected_frame_address and selected_level with field
6214 selected_frame_id.
6215 (save_inferior_status): Update. Use get_frame_id.
6216 (struct restore_selected_frame_args): Delete.
6217 (restore_selected_frame): Update. Use frame_find_by_id.
6218 (restore_inferior_status): Update.
6219
6220 * breakpoint.h (struct breakpoint): Change type of
6221 watchpoint_frame to frame_id.
6222 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6223 call to get_current_frame.
6224 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6225 get_current_frame.
6226 (watchpoint_check): Use frame_find_by_id.
6227
6228 * frame.h (record_selected_frame): Delete declaration.
6229 * stack.c (record_selected_frame): Delete function.
6230
6231 * frame.h (struct frame_id): Define.
6232 (get_frame_id): Declare.
6233 (frame_find_by_id): Declare.
6234 * frame.c (frame_find_by_id): New function.
6235 (get_frame_id): New function.
6236
304270b6
AV
62372002-06-10 Andrey Volkov <avolkov@transas.com>
6238
6239 * ser-e7kpc.c: Fix duplicated define and call of
6240 _initialize_ser_e7000pc
6241
2f2cf184
DJ
62422002-06-09 Daniel Jacobowitz <drow@mvista.com>
6243
6244 * signals/signals.c (target_signal_from_host): Fix #ifdef
6245 SIGRTMIN case.
6246 (do_target_signal_to_host): Likewise.
6247
caaa3122
DJ
62482002-06-09 Daniel Jacobowitz <drow@mvista.com>
6249
6250 * mips-tdep.c (mips_find_abi_section): New function.
6251 (mips_gdbarch_init): Call it.
6252
6ac5df3a
MK
62532002-06-09 Mark Kettenis <kettenis@gnu.org>
6254
6255 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6256 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6257 after Andrew's 2002-06-08 gdbarch change.
6258
82ea117a
MK
62592002-06-09 Mark Kettenis <kettenis@gnu.org>
6260
6261 * i386-linux-nat.c (suppy_gregset): Don't supply
6262 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6263 register cache.
6264 (fill_gregset): Don't fetch it under the same circumstances.
6265
3c25f8c7
AC
62662002-06-09 Andrew Cagney <cagney@redhat.com>
6267
6268 * Makefile.in (callback_h): Define.
6269 (remote_sim_h): Update path to remote-sim.h.
6270 (remote-rdp.o): Add $(callback_h).
6271 (remote-sim.o): Use $(callback_h).
6272 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6273 * remote-rdp.c: Include "gdb/callback.h".
6274
1029b7fa
MK
62752002-06-09 Mark Kettenis <kettenis@gnu.org>
6276
6277 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6278 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6279
616675d3
AC
62802002-06-08 Andrew Cagney <ac131313@redhat.com>
6281
a3efda28
AC
6282 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6283 * rdi-share/serpardr.c: Ditto.
6284 * rdi-share/unixcomm.c: Ditto.
6285 * rdi-share/serdrv.c: Ditto.
6286 * rdi-share/hostchan.h: Ditto.
6287 * rdi-share/hostchan.c: Ditto.
6288 * rdi-share/host.h: Ditto.
6289 * rdi-share/devsw.c: Ditto.
6290
c5f10366
AC
6291 * objfiles.h: Change type of obj_private to void pointer.
6292 * pa64solib.c: Update copyright. Don't include "assert.h", use
6293 strcmp instead of STREQ, use LONGEST, do not use PTR
6294 * somsolib.c: Ditto.
6295
616675d3
AC
6296 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6297 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6298 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6299
e4b415d9
AC
63002002-06-08 Andrew Cagney <ac131313@redhat.com>
6301
6302 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6303 (default_get_saved_register): Delete function.
6304 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6305 generic_unwind_get_saved_register.
6306 * gdbarch.h, gdbarch.c: Re-generate.
6307
ca0d0b52
AC
63082002-06-08 Andrew Cagney <ac131313@redhat.com>
6309
6310 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6311 generic_func_frame_chain_valid.
6312 * gdbarch.h, gdbarch.c: Re-generate.
6313 * blockframe.c (generic_func_frame_chain_valid): Only check
6314 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6315 passing FP to PC_IN_CALL_DUMMY.
6316 Fix PR gdb/360.
6317
76860b5f
AC
63182002-06-08 Andrew Cagney <ac131313@redhat.com>
6319
6320 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6321 (register_gdbarch_data): Initialize init_p.
6322 (gdbarch_data): Initialize data pointer using the init function.
6323 (init_gdbarch_data): Delete function.
6324 (gdbarch_update_p): Update.
6325 (initialize_non_multiarch): Update.
6326 (struct gdbarch): Add field initialized_p.
6327 * gdbarch.h, gdbarch.c: Re-generate.
6328
8dda9770
ML
63292002-06-07 Michal Ludvig <mludvig@suse.cz>
6330
6331 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6332 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6333 better do the things actually here.
6334 * x86-64-tdep.c (x86_64_register_name2nr): New.
6335 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6336 (x86_64_gdbarch_init): Respect the above change.
6337 * x86-64-tdep.h (x86_64_register_name2nr)
6338 (x86_64_register_nr2name): Add prototypes.
6339 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6340
3d79a47c
MS
63412002-06-06 Michael Snyder <msnyder@redhat.com>
6342
7bd91a28
MS
6343 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6344 Delete extra braces and re-indent.
6345 (d10v_store_return_value): Char return values
3d79a47c
MS
6346 must be shifted over by one byte in R0.
6347 (d10v_extract_return_value): Delete extra braces, re-indent.
6348
095a4c96
EZ
63492002-06-06 Elena Zannoni <ezannoni@redhat.com>
6350
6351 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6352 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6353 (d10v_integer_to_address): Rewrite.
6354 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6355 the d10v specific functions which take care of converting to the
6356 correct space.
6357
e8a77ca4
EZ
63582002-06-06 Elena Zannoni <ezannoni@redhat.com>
6359
6360 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6361 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6362
4f2e4a4f
AC
63632002-06-02 Andrew Cagney <ac131313@redhat.com>
6364
6365 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6366 includes.
6367 * config/tm-linux.h: Ditto.
6368 * config/alpha/tm-alphalinux.h: Ditto.
6369 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6370 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6371 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6372 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6373 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6374 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6375 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6376 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6377 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6378 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6379 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6380 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6381 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6382 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6383 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6384 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6385 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6386 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6387 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6388 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6389 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6390 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6391 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6392 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6393 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6394 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6395 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6396 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6397 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6398 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6399 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6400 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6401 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6402 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6403 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6404 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6405 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6406
ae2ab2ce
AS
64072002-05-04 Aidan Skinner <aidan@velvet.net>
6408
6409 * ada-exp.tab.c: New file
6410 * ada-exp.y: New file
6411 * ada-lang.c: New file
6412 * ada-lang.h: New file
6413 * ada-lex.c: New file
6414 * ada-lex.l: New file
6415 * ada-tasks.c: New file
6416 * ada-typeprint.c: New file
6417 * ada-valprint.c: New file
6418
0ddd0135
JT
64192002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6420
6421 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6422 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6423
750fbacc
JT
64242002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6425
6426 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6427 insetead of ppc-linux-tdep.o.
6428 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6429 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6430
df94e18a
AC
64312002-06-02 Andrew Cagney <ac131313@redhat.com>
6432
6433 2002-05-07 Christian Groessler <chris@groessler.org>
6434 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6435 bit register contents for little endian hosts.
6436
1a38ab75
AC
64372002-06-01 Andrew Cagney <ac131313@redhat.com>
6438
6439 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6440 any maintainer.
6441
8b1632ac
AC
64422002-06-01 Andrew Cagney <ac131313@redhat.com>
6443
6444 * gdbarch.h: Regenerate.
6445
627054c8
AC
64462002-06-01 Andrew Cagney <ac131313@redhat.com>
6447
6448 * MAINTAINERS: Add everyone to write-after-approval list.
6449
4f460812
AC
64502002-06-01 Andrew Cagney <ac131313@redhat.com>
6451
6452 * stack.c (frame_info): Use frame_register_unwind instead of
6453 saved_regs. Mention when the SP is on the stack or in a register.
6454
6455 * frame.h (frame_register_unwind_ftype): Define. Document.
6456 (struct frame_info): Add field register_unwind and
6457 register_unwind_cache.
6458 (frame_register_unwind): Declare.
6459 (generic_unwind_get_saved_register): Declare.
6460
6461 * frame.c (frame_register_unwind): New function.
6462 (generic_unwind_get_saved_register): New function.
6463
6464 * blockframe.c (generic_call_dummy_register_unwind): New function.
6465 (frame_saved_regs_register_unwind): New function.
6466 (set_unwind_by_pc): New function.
6467 (create_new_frame): New function.
6468 (get_prev_frame): New function.
6469
de888f76
AC
64702002-05-30 Andrew Cagney <ac131313@redhat.com>
6471
6472 * a29k-share/: Delete directory.
6473 * remote-vx29k.c: Delete file.
6474
2f2c3626
JT
64752002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6476
6477 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6478 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6479
9ce5c36a
JT
64802002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6481
6482 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6483 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6484 (sparc64nbsd-nat.o)
6485 (sparcnbsd-nat.o)
6486 (sparcnbsd-tdep.o): New dependency lists.
6487 * NEWS: Note new UltraSPARC NetBSD native configuration.
6488 * configure.host (sparc64-*-netbsd*): New host.
6489 * configure.tgt (sparc-*-netbsdelf*)
6490 (sparc-*-netbsd*): Set gdb_target to nbsd.
6491 (sparc64-*-netbsd*): New target.
6492 * sparc64nbsd-nat.c: New file.
6493 * sparcnbsd-nat.c: New file.
6494 * sparcnbsd-tdep.c: New file.
6495 * sparcnbsd-tdep.h: New file.
6496 * config/sparc/nbsd.mt: New file.
6497 * config/sparc/nbsd64.mh: New file.
6498 * config/sparc/nbsd64.mt: New file.
6499 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6500 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6501 (HOST_IPC): Remove.
6502 * config/sparc/nbsdaout.mt: Remove.
6503 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6504 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6505 (HOST_IPC): Remove.
6506 * config/sparc/nbsdelf.mt: Remove.
6507 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6508 sparc-nat.c compatiblity defines.
6509 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6510 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6511 * config/sparc/tm-nbsd64.h: New file.
6512 * config/sparc/tm-nbsdaout.h: Remove.
6513 * config/sparc/xm-nbsd.h: Remove.
6514
ef3cf062
JT
65152002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6516
6517 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6518 * sparc-tdep.c: Include osabi.h.
6519 (gdbarch_tdep): Add osabi member.
6520 (_initialize_sparc_tdep): Use gdbarch_register.
6521 (sparc_gdbarch_init): Use generic OS ABI framework.
6522 (sparc_dump_tdep): New function.
6523
ee8ff470
KB
65242002-05-30 Kevin Buettner <kevinb@redhat.com>
6525
6526 * corefile.c (do_captured_read_memory_integer): Return non-zero
6527 result.
6528 (safe_read_memory_integer): Copy result of memory read when
6529 status is non-zero. Also, add comments.
6530
7b112f9c
JT
65312002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6532
6533 * Makefile.in (ppc_tdep_h): Define.
6534 (ppc-linux-nat.o)
6535 (ppc-linux-tdep.o)
6536 (rs6000-tdep.o): Use $(ppc_tdep_h).
6537 (ppc-sysv-tdep.o)
6538 (ppcnbsd-nat.o)
6539 (ppcnbsd-tdep.o): New dependency lists.
6540 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
6541 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6542 (ppc_linux_init_abi): New functions.
7b112f9c
JT
6543 (ppc_sysv_abi_broken_use_struct_convention)
6544 (ppc_sysv_abi_use_struct_convention)
6545 (ppc_sysv_abi_push_arguments): Move to...
6546 * ppc-sysv-tdep.c: ...here.
6547 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6548 * rs6000-tdep.c (process_note_abi_tag_sections)
6549 (get_elfosabi): Remove.
6550 (rs6000_gdbarch_init): Use generic OS ABI framework.
6551 (rs6000_dump_tdep): New function.
6552 (_initialize_rs6000_tdep): Use gdbarch_register.
6553 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6554 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6555 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6556 of ppc-linux-tdep.o.
6557 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6558 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6559 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6560 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6561 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6562 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6563
480dd42a
JB
65642002-05-29 Jim Blandy <jimb@redhat.com>
6565
6566 * macroscope.c (default_macro_scope): Put `void' in empty argument
6567 list.
6568
4182591f
AC
65692002-05-29 Andrew Cagney <ac131313@redhat.com>
6570
6571 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6572 * arch-utils.c: Include "sim-regno.h".
6573 * gdbarch.sh: Don't include "sim-regno.h".
6574 * gdbarch.h, gdbarch.c: Regenerate.
6575 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6576 here.
6577 * arch-utils.h (legacy_register_sim_regno): To here.
6578 * remote-sim.c (legacy_register_sim_regno): Move function from
6579 here.
6580 * arch-utils.c (legacy_register_sim_regno): To here.
6581
8238d0bf
AC
65822002-05-28 Andrew Cagney <ac131313@redhat.com>
6583
6584 * sim-regno.h: New file.
6585 * Makefile.in (sim_regno_h): Define.
6586 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6587 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6588 (legacy_register_sim_regno): New function.
6589 (one2one_register_sim_regno): New function.
6590 (gdbsim_fetch_register): Rewrite.
6591 (gdbsim_store_register): Only store a register when
6592 REGISTER_SIM_REGNO is valid.
6593 * d10v-tdep.c: Include "sim-regno.h".
6594 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6595 (d10v_ts3_register_sim_regno): Ditto.
6596 * gdbarch.sh: Include "sim-regno.h".
6597 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6598 * gdbarch.h, gdbarch.c: Regenerate.
6599 * arch-utils.h (default_register_sim_regno): Delete declaration.
6600 * arch-utils.c (default_register_sim_regno): Delete function.
6601
485721b1
JT
66022002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6603
6604 * ppcnbsd-nat.c: Rewrite.
6605 * ppcnbsd-tdep.c: New file.
6606 * ppcnbsd-tdep.h: New file.
6607 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6608 solib.o, and solib-svr4.o.
6609 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6610 nbsd-tdep.o, and corelow.o.
6611
697f244d
AC
66122002-05-28 Andrew Cagney <ac131313@redhat.com>
6613
6614 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6615 `tr' and `sed'. Mention that `broken' targets are not expected to
6616 build.
6617
f08caad1 66182002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
6619
6620 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6621 Let PC point right after the prologue before looking up symbols.
6622
3139facc
MH
66232002-05-27 Martin M. Hunt <hunt@redhat.com>
6624
6625 * i386-tdep.c (i386_register_virtual_type): Return
6626 builtin_type_vec128i for SSE registers.
6627
6628 * gdbtypes.h (builtin_type_vec128i): Declare.
6629
6630 * gdbtypes.c (build_builtin_type_vec128i): New function.
6631 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6632 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6633 (build_gdbtypes): Initialize new builtin vector types.
6634 (_initialize_gdbtypes): Register new vector types with gdbarch.
6635
6e3ba3b8
JT
66362002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6637
6638 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6639 since it has been multi-arch'd.
6640 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6641 Move Alpha and VAX multi-arch news entries to same section
6642 as other multi-arch news.
6643
93d5585d
JT
66442002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6645
6646 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6647 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6648 static. Rename some register numbers to put them in ns32k-tdep
6649 private namespace.
6650 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6651 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6652 functions.
6653 (_initialize_ns32k_tdep): Use gdbarch_register.
6654 * ns32k-tdep.h: New file.
6655 * ns32knbsd-tdep.c: New file.
6656 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6657 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6658 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6659 REGISTER_BYTES, REGISTER_BYTE): Remove.
6660 * config/ns32k/tm-ns32k.h: New file.
6661 * config/ns32k/tm-umax.h: Remove.
6662
efb2c70e
JT
66632002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6664
6665 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6666 ns32k_store_struct_return, ns32k_extract_return_value,
6667 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6668 functions.
6669 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6670 ns32k_saved_pc_after_call.
6671 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6672 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6673 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6674 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6675 ns32k_extract_struct_value_address.
6676
7bcc927b
JT
66772002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6678
6679 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6680 ns32k_fix_call_dummy): New.
6681 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6682 ns32k_call_dummy_words.
6683 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6684 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6685 CALL_DUMMY_NARGS): Remove.
6686 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6687
78f9d765
JT
66882002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6689
6690 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6691 ns32k_frame_saved_pc, ns32k_frame_args_address,
6692 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6693 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6694 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6695 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6696 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6697 (BREAKPOINT): Remove..
6698 (FRAME_CHAIN): Define as ns32k_frame_chain.
6699 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6700 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6701 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6702 (FRAME_FIND_SAVED_REGS): Remove.
6703 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6704 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6705 (POP_FRAME): Define as ns32k_pop_frame.
6706
f2c762e0
JT
67072002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6708
6709 * ns32k-tdep.c (ns32k_register_byte_32082,
6710 ns32k_register_byte_32382, ns32k_register_raw_size,
6711 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6712 functions.
6713 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6714 ns32k_register_byte_32382.
6715 * config/ns32k/tm-umax.h: Update copyright years.
6716 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6717 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6718 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6719 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6720 (ns32k_get_enter_addr): Fix prototype.
6721
af137673
JT
67222002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6723
6724 * ns32k-tdep.c: Update copyright years.
6725 (ns32k_register_name_32082): New function.
6726 (ns32k_register_name_32382): Ditto.
6727 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6728 (REGISTER_NAME): Define as ns32k_register_name_32382.
6729 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6730 (REGISTER_NAME): Define as ns32k_register_name_32082.
6731
a8bc7b56
JB
67322002-05-24 Jim Blandy <jimb@redhat.com>
6733
6734 * dwarf2read.c (free_line_header): Use xfree, not free.
6735
83a45910
JT
67362002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6737
6738 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6739 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6740
0db71247
AC
67412002-05-23 Andrew Cagney <ac131313@redhat.com>
6742
6743 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6744
b9e5e4dd
AC
67452002-05-23 Andrew Cagney <ac131313@redhat.com>
6746
6747 From Ross Alexander at NEC Europe:
6748 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6749
de530e84
MS
67502002-05-23 Michael Snyder <msnyder@redhat.com>
6751
6752 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6753 for input, rather than parse_and_eval_address.
6754
b91b96f4
AC
67552002-05-23 Andrew Cagney <ac131313@redhat.com>
6756
6757 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6758 * Makefile.in (sim_d10v_h): Update definition.
6759
8b279e7a
AC
67602002-05-24 Andrew Cagney <cagney@redhat.com>
6761
6762 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6763 change `2002-05-22 Michael Snyder' below.
6764 (d10v_push_arguments): Ditto.
6765 (d10v_extract_return_value): Ditto.
6766
0a3d0425
JB
67672002-05-23 Jim Blandy <jimb@redhat.com>
6768
6769 * macrotab.c (check_for_redefinition): Don't complain if the new
6770 definition is the same as the previous one. Take more arguments
6771 to allow the comparison.
6772 (macro_define_object, macro_define_function): Pass more arguments
6773 to check_for_redefinition.
6774
78eac43e
MS
67752002-05-22 Michael Snyder <msnyder@redhat.com>
6776
6777 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6778 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6779 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6780 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6781 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6782 Add a temp variable to save a call (and a memory read).
6783 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6784 if possible (so that PC_IN_CALL_DUMMY will work).
6785
9bc1edb8
CV
67862002-05-22 Corinna Vinschen <vinschen@redhat.com>
6787
6788 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6789
005ef3d2
ML
67902002-05-22 Michal Ludvig <mludvig@suse.cz>
6791
6792 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6793 fde->cie_ptr.
6794 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6795 (dwarf2_build_frame_info): Add offset to fde->initial_location
6796 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
6797 (execute_stack_op): Change type of 'result' from ULONGEST to
6798 CORE_ADDR.
005ef3d2 6799
fcf4f891
JT
68002002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6801
6802 * config/alpha/tm-nbsd.h: Include solib.h.
6803
cfef91e4
JT
68042002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6805
6806 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6807 assumptions about the host's byte order.
6808
9964235a
JT
68092002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6810
6811 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6812 to dependency list.
6813 * alphanbsd-tdep.c: Include solib-svr4.h.
6814 * shnbsd-tdep.c: Ditto.
6815
9eeef8ef
JT
68162002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6817
6818 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6819 nbsd-tdep.h to dependency list.
6820 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6821 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6822 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6823 nbsdaout.mh and nbsdelf.mh consistently.
6824 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6825 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6826 nbsdaout.mt and nbsdelf.mh consistently.
6827 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6828 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6829 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6830 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6831 a.out shared library stuff from here...
6832 * config/nm-nbsdaout.h: ...to here.
6833 * config/tm-nbsd.h: Remove.
6834 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6835 * config/arm/nbsd.mh: Remove.
6836 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6837 nbsd-tdep.o.
6838 * config/arm/nbsdaout.mh: New file.
6839 * config/arm/nbsdelf.mh: New file.
6840 * config/arm/nm-nbsdaout.h: New file.
6841 * config/i386/nbsd.mh: Remove.
6842 * config/i386/nbsd.mt: Remove.
6843 * config/i386/nbsdaout.mh: New file.
6844 * config/i386/nbsdaout.mt: New file.
6845 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6846 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6847 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6848 i386_register_u_addr): Remove.
6849 * config/i386/nm-nbsdaout.h: New file.
6850 * config/i386/nm-nbsdelf.h: Remove.
6851 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6852 (USE_STRUCT_CONVENTION): Remove.
6853 * config/i386/tm-nbsdaout.h: New file.
6854 * config/i386/tm-nbsdelf.h: Remove.
6855 * config/m68k/nbsd.mh: Remove.
6856 * config/m68k/nbsd.mt: Remove.
6857 * config/m68k/nbsdaout.mh: New file.
6858 * config/m68k/nbsdaout.mt: New file.
6859 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6860 * config/m68k/nm-nbsdaout.h: New file.
6861 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6862 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6863 * config/ns32k/nbsd.mh: Remove.
6864 * config/ns32k/nbsd.mt: Remove.
6865 * config/ns32k/nbsdaout.mh: New file.
6866 * config/ns32k/nbsdaout.mt: New file.
6867 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6868 * config/ns32k/nm-nbsdaout.h: New file.
6869 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6870 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6871 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6872 (SVR4_SHARED_LIBS): Remove.
6873 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6874 * config/sparc/nbsd.mh: Remove.
6875 * config/sparc/nbsd.mt: Remove.
6876 * config/sparc/nbsdaout.mh: New file.
6877 * config/sparc/nbsdaout.mt: New file.
6878 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6879 * config/sparc/nbsdelf.mt: New file.
6880 * config/sparc/nm-nbsdaout.h: New file.
6881 * config/sparc/nm-nbsdelf.h: Remove.
6882 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6883 * config/sparc/tm-nbsdaout.h: New file.
6884
257ce470
JT
68852002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6886
6887 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6888 mipsnbsd-tdep.c
6889 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6890
76a6d5fe
JT
68912002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6892
6893 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6894 shnbsd-nat.c.
6895 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6896
45888261
JT
68972002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6898
6899 * NEWS: Note new MIPS NetBSD native configuration.
6900 * configure.host (mips*-*-netbsd*): New host.
6901 * configure.tgt (mips*-*-netbsd*): New target.
6902 * mipsnbsd-nat.c: New file.
6903 * mipsnbsd-tdep.c: New file.
6904 * mipsnbsd-tdep.h: New file.
6905 * config/mips/nbsd.mh: New file.
6906 * config/mips/nbsd.mt: New file.
6907 * config/mips/nm-nbsd.h: New file.
6908 * config/mips/tm-nbsd.h: New file.
6909
70f80edf
JT
69102002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6911
6912 * Makefile.in (SFILES): Add osabi.c.
6913 (COMMON_OBS): Add osabi.o.
6914 (osabi.o): New dependency list.
6915 * osabi.c: New file.
6916 * osabi.h: New file.
6917 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6918
6919 * Makefile.in (alpha_tdep_h): Define and use instead of
6920 alpha-tdep.h.
6921 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6922 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6923 Remove.
6924 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6925 * alpha-tdep.h: Include osabi.h.
6926 (alpha_abi): Remove.
6927 (gdbarch_tdep): Use generic OS ABI framework.
6928 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6929 gdbarch_register_osabi.
6930 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6931 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6932 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6933
6934 * Makefile.in (sh_tdep_h): Add osabi.h.
6935 * sh-tdep.h (sh_osabi): Remove.
6936 (gdbarch_tdep): Use generic OS ABI framework.
6937 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6938 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6939 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6940 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6941
6942 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6943 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6944 gdbarch_register_osabi.
6945 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6946 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6947 (get_elfosabi): Rename to...
6948 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6949 ABI framework support routines.
6950 (arm_gdbarch_init): Use generic OS ABI framework.
6951 (arm_dump_tdep): Likewise.
6952 (_initialize_arm_tdep): Likewise.
6953 * arm-tdep.h: Include osabi.h.
6954 (arm_abi): Remove.
6955 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6956 osabi member.
6957 (arm_gdbarch_register_os_abi): Remove prototype.
6958 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6959 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6960
6961 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6962 * mips-tdep.c: Include osabi.h.
6963 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6964 OS ABI framework.
6965
d194345b
KH
69662002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6967
6968 * h8300-tdep.c: Fix formatting.
6969
70c6b0d1
EZ
69702002-05-20 Elena Zannoni <ezannoni@redhat.com>
6971
6972 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6973 printing vector registers.
6974
165b8e33
AC
69752002-05-19 Andrew Cagney <ac131313@redhat.com>
6976
6977 From Fernando Nasser:
6978 * remote.c (remote_async_open_1): Re-throw the exception when the
6979 connection fails.
6980 (remote_cisco_open): Ditto.
6981 (remote_open_1): Ditto.
6982
36918e70
AC
69832002-05-19 Andrew Cagney <ac131313@redhat.com>
6984
6985 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6986 (remote_start_remote): Add uiout parameter. Pass through to
6987 remote_start_remote_dummy.
6988 (remote_open_1): Use catch_exception instead of catch_errors.
6989 (remote_async_open_1): Ditto.
6990 (remote_cisco_open): Ditto.
6991
ae44c0c4
AC
69922002-05-19 Andrew Cagney <ac131313@redhat.com>
6993
6994 * remote.c (remote_start_remote): Replace PTR with void pointer.
6995 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6996 static.
6997
8efe637d
AC
69982002-05-18 Andrew Cagney <ac131313@redhat.com>
6999
7000 * gdb_indent.sh: Allow the script to be run in the sim directory.
7001
2f1b5984
MK
70022002-05-18 Mark Kettenis <kettenis@gnu.org>
7003
f0f625e2
MK
7004 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7005 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7006
2f1b5984
MK
7007 * corelow.c (core_open): Only call set_gdbarch_from_file if
7008 exec_bfd is NULL.
7009
fc974602
AV
70102002-05-17 Andrey Volkov <avolkov@transas.com>
7011
7012 * h8300-tdep.c: Add support of EXR register
7013 * config/h8300/tm-h8300.h: Ditto.
7014
906709f4
AV
70152002-05-17 Andrey Volkov <avolkov@transas.com>
7016
7017 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7018
6e591d68
AV
70192002-05-17 Andrey Volkov <avolkov@transas.com>
7020
7021 * h8300-tdep.c: Change literal regnums to REGNO.
7022
84f0252a
JB
70232002-05-17 Jim Blandy <jimb@redhat.com>
7024
e0e9281e
JB
7025 * NEWS: Note addition of macro support.
7026
84f0252a
JB
7027 Expand preprocessor macros in C expressions.
7028 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7029 (scan_macro_expansion, scanning_macro_expansion,
7030 finished_macro_expansion): New function declarations.
7031 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7032 variable declarations.
7033 * parser-defs.h (expression_context_pc): New declaration.
7034 * parse.c (expression_context_pc): New variable.
7035 (parse_exp_1): Set expression_context_pc, as well as
7036 expression_context_block.
7037 * c-exp.y (yylex): If we're not already reading the result of a
7038 macro expansion, try to macro-expand the next token. When we're
7039 done scanning a macro expansion, switch back to the mainline text.
7040 Commas and `if's in a macro's expansion don't terminate the input.
7041 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7042 (macro_original_text, macro_expanded_text,
7043 expression_macro_lookup_func, expression_macro_lookup_baton): New
7044 variables.
7045 (scan_macro_expansion, scanning_macro_expansion,
7046 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7047 c_preprocess_and_parse): New functions.
7048 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7049 c_preprocess_and_parse, instead of c_parse.
7050 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7051 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7052
1c509ca8
JR
7053Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7054
7055 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7056 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7057 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7058
2250ee0c
CV
70592002-05-17 Corinna Vinschen <vinschen@redhat.com>
7060
7061 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7062
ab3b8126
JT
70632002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7064
7065 * Makefile.in (sh_tdep_h): Define and use.
7066 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7067 register enum): Move to...
7068 * * sh-tdep.h: ...here.
7069 * sh-tdep.c: Include sh-tdep.h.
7070 * sh3-rom.c: Likewise.
7071 * shnbsd-tdep.c: Likewise.
7072
ed9d4749
MS
70732002-05-16 Michael Snyder <msnyder@redhat.com>
7074
7075 * arm-tdep.c: Spelling fix in comment.
7076
2e276125
JB
70772002-05-16 Jim Blandy <jimb@redhat.com>
7078
6821892e
JB
7079 Add commands for manually expanding macros and showing their
7080 definitions.
7081 * macrocmd.c, macroscope.c, macroscope.h: New files.
7082 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7083 (macroscope_h): New variable.
7084 (HFILES_NO_SRCDIR): Add macroscope.h.
7085 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7086 (macroscope.o, macrocmd.o): New rules.
7087
2e276125
JB
7088 Teach the Dwarf 2 reader to read macro information.
7089 * dwarf2read.c: #include "macrotab.h".
7090 (dwarf_macinfo_buffer): New variable.
7091 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7092 dwarf_macinfo_size.
7093 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7094 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7095 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7096 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7097 dwarf2_macro_spaces_in_definition): New complaints.
7098 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7099 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7100 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7101 the partial symbol table.
7102 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7103 from what's recorded in the partial symbol table.
7104 (read_file_scope): If the compilation unit has a
7105 `DW_AT_macro_info' attribute, read its macro information.
7106 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7107
2f53fe6c
DJ
71082002-05-16 Daniel Jacobowitz <drow@mvista.com>
7109
7110 Fix PR gdb/546
7111 * ser-tcp.c: Don't include <netinet/udp.h>.
7112
2be99286
SC
71132002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7114
7115 * MAINTAINERS: Update my email address.
7116
c9af212b 71172002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
7118
7119 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7120 include file of the same name.
7121
bf5f1a52
CV
71222002-05-16 Corinna Vinschen <vinschen@redhat.com>
7123
7124 * configure.tgt: Mark v850 as multi-arched.
7125 * config/v850/tm-v850.h: Remove file.
7126 * config/v850/v850.mt: Eliminate TM_FILE.
7127
435e042a
CV
71282002-05-16 Corinna Vinschen <vinschen@redhat.com>
7129
7130 * v850-tdep.c: Full multi-arch.
7131 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7132 Define GDB_MULTI_ARCH to 2.
7133
9819c6c8
PM
71342002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7135
7136 * p-exp.y (current_type): New static variable.
7137 Carries the type of the expression at the position that is parsed.
7138 (push_current_type, pop_current_type): Two new functions. Used
7139 to store/restore current_type in expression on specific tokens.
c9af212b
RE
7140 (search_field): New static variable. Set to one after parsing a point
7141 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
7142 (FIELDNAME): New token. After a point only a token belonging to
7143 current_type type definition is allowed.
7144 (all over token rules): reset and change current_type according
7145 to rules.
7146 (exp '[' rule): insert implicit array index field if
7147 exp is a pascal string type.
7148
3a06899a
CV
71492002-05-16 Corinna Vinschen <vinschen@redhat.com>
7150
7151 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7152 frame info. Use frame_info's saved_regs instead of matching member
7153 in extra_frame_info throughout.
7154 (v850_frame_init_saved_regs): New function.
7155 (v850_init_extra_frame_info): Move most functionality into
7156 v850_frame_init_saved_regs().
7157 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7158 (v850_frame_find_saved_regs): Remove declaration.
7159 (FRAME_FIND_SAVED_REGS): Remove definition.
7160 (v850_frame_init_saved_regs): Add declaration.
7161 (FRAME_INIT_SAVED_REGS): Add definition.
7162
6ed14b0e
CV
71632002-05-16 Corinna Vinschen <vinschen@redhat.com>
7164
7165 * v850-tdep.c: Begin multi-arch'ing v850.
7166 (v850_target_architecture_hook): Remove function.
7167 (v850_gdbarch_init): New function. Add code previously in
7168 v850_target_architecture_hook().
7169 (_initialize_v850_tdep): Don't set target_architecture_hook.
7170 Call register_gdbarch_init() instead.
7171
42725910
DJ
71722002-05-16 Daniel Jacobowitz <drow@mvista.com>
7173
7174 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7175 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7176 (fixup_class_method_type): Likewise.
7177
99d9066e
JB
71782002-05-15 Jim Blandy <jimb@redhat.com>
7179
7180 Add macro structures to GDB's symbol tables. Nobody puts anything
7181 in them yet.
7182 * symtab.h (struct symtab): New member: `macro_table'.
7183 * buildsym.h (pending_macros): New global variable.
7184 * buildsym.c: #include "macrotab.h".
7185 (buildsym_init): Initialize `pending_macros'.
7186 (end_symtab): If we found macro information while reading a CU's
7187 debugging info, do build a symtab structure for it. Make the
7188 symtab point to the macro information, and clear the
7189 `pending_macros' pointer which held it while we were reading the
7190 debug info.
7191 (really_free_pendings): Free any pending macro table.
7192 * objfiles.h (struct objfile): New member: `macro_cache'.
7193 * objfiles.c (allocate_objfile): Set allocate and free functions
7194 for the macro cache's objstack.
7195 (free_objfile): Empty the macro cache's obstack.
7196 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7197 set new allocate and free functions for it.
7198 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7199 free functions for the macro cache's objstack. (Why is this
7200 function building its own objfile?)
7201 * symmisc.c (print_objfile_statistics): Print statistics on the
7202 macro bcache.
7203 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7204
c899585b
RE
72052002-05-15 Richard Earnshaw <rearnsha@arm.com>
7206
7207 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7208 (REGISTER_U_ADDR): Delete definition.
7209 (arm_register_u_addr): Delete declaration.
7210
a6cdd8c5
RE
72112002-05-15 Richard Earnshaw <rearnsha@arm.com>
7212
7213 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7214 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7215
c97dcfc7
AC
72162002-05-14 Andrew Cagney <ac131313@redhat.com>
7217
7218 * regcache.c (register_valid): Revise comments refering to "Not
7219 available" and "unavailable".
7220 * frame.c (frame_register_read): Ditto.
7221 * findvar.c (value_of_register): Ditto.
7222
93021b7d
AC
72232002-05-15 Andrew Cagney <cagney@redhat.com>
7224
7225 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7226 (remote-sim.o): Update dependencies.
7227 (d10v-tdep.o): Specify dependencies.
7228 (sim_d10v_h): Define.
7229
a86bc61c
JB
72302002-05-14 Jim Blandy <jimb@redhat.com>
7231
7232 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7233 * macrotab.c (macro_lookup_inclusion, find_definition,
7234 new_macro_table): Same.
7235
7236 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7237 not `! strcmp ()'. This is a dubious improvement.
7238 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7239
7240 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7241 although it's not necessary, to avoid a warning.
7242
2fdde8f8
DJ
72432002-05-14 Daniel Jacobowitz <drow@mvista.com>
7244
7245 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7246 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7247 TYPE_INSTANCE_FLAGS.
7248 (struct main_type): New.
7249 (struct type): Move most members to struct main_type. Change
7250 cv_type and as_type to new type_chain member. Add instance_flags.
7251 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7252 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7253 (finish_cv_type): Remove prototype.
7254 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7255 Set TYPE_CHAIN.
7256 (alloc_type_instance): New function.
7257 (smash_type): New function.
7258 (make_pointer_type, make_reference_type, make_function_type)
7259 (smash_to_member_type, smash_to_method_type): Call smash_type.
7260 (make_qualified_type): New function.
7261 (make_type_with_address_space): Call make_qualified_type.
7262 (make_cv_type): Likewise.
7263 (finish_cv_type): Remove unnecessary function.
7264 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7265 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7266 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7267 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7268 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7269 * hpread.c (hpread_read_struct_type): Likewise.
7270 * stabsread.c (read_struct_type): Likewise.
7271
843fedf4
EZ
72722002-05-14 Elena Zannoni <ezannoni@redhat.com>
7273
7274 * configure.tgt: Add a catch all sh* target, for cases like
7275 sh[2,3,4]-elf and sh-hms.
7276
05a6c72c
KS
72772002-05-14 Keith Seitz <keiths@redhat.com>
7278
7279 * event-loop.c (create_file_handler): Don't do anything but
7280 update data when we are given a fd which we are already
7281 monitoring.
7282
5d085aaf
ML
72832002-05-14 Michal Ludvig <mludvig@suse.cz>
7284
7285 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7286 (update_context): Use __func__ in warnings.
7287
9db8d71f
DJ
72882002-05-14 Daniel Jacobowitz <drow@mvista.com>
7289
7290 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7291 and tcp_close to net_open and net_close.
7292 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7293 using UDP if requested. Don't try to disable Nagle on UDP
7294 sockets.
7295 * remote.c (remote_serial_open): New function. Warn about UDP.
7296 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7297
5dbc6baa
EZ
72982002-05-13 Elena Zannoni <ezannoni@redhat.com>
7299
7300 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7301
cc3023f7
EZ
73022002-05-13 Elena Zannoni <ezannoni@redhat.com>
7303
7304 * configure.tgt: Remove sh-hms target.
7305 * MAINTAINERS: Don't list sh-hms as a separate target.
7306
ec2bcbe7
JB
73072002-05-13 Jim Blandy <jimb@redhat.com>
7308
7309 Add first preprocessor macro-expansion files.
7310 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7311 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7312 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7313 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7314 (COMMON_OBS): Add macrotab.o, macroexp.o.
7315 (macroexp.o, macrotab.o): New rules.
7316
6d531722
AC
73172002-05-13 Andrew Cagney <ac131313@redhat.com>
7318
7319 * config/m88k/tm-m88k.h: Update copyright.
7320 (m88k_target_write_pc): Declare
7321 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7322 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7323 (SHIFT_INST_REGS): Update definition.
7324 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7325 using old definition of TARGET_WRITE_PC.
7326 * regcache.c (generic_target_write_pc): Delete code handling
7327 NNPC_REGNUM.
7328 * gdbarch.sh (NNPC_REGNUM): Delete.
7329 * gdbarch.h, gdbarch.c: Regenerate.
7330
3e3f2739
RE
73312002-05-13 Richard Earnshaw <rearnsha@arm.com>
7332
7333 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7334 builtin reg number.
7335
0004e5a2
DJ
73362002-05-13 Daniel Jacobowitz <drow@mvista.com>
7337
7338 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7339 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7340 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7341 access macros.
7342 * c-typeprint.c (cp_type_print_method_args): Likewise.
7343 (c_type_print_args): Likewise.
7344 * d10v-tdep.c (d10v_push_arguments): Likewise.
7345 (d10v_extract_return_value): Likewise.
7346 * expprint.c (print_subexp): Likewise.
7347 * gdbtypes.c (lookup_primitive_typename): Likewise.
7348 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7349 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7350 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7351 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7352 (TYPE_VECTOR): Likewise.
7353 * hpread.c (hpread_read_struct_type)
7354 (fix_static_member_physnames, fixup_class_method_type)
7355 (hpread_type_lookup): Likewise.
7356 * mdebugread.c (parse_symbol, parse_type): Likewise.
7357 * p-lang.c (is_pascal_string_type): Likewise.
7358 * valops.c (hand_function_call): Likewise.
7359 * x86-64-tdep.c (classify_argument): Likewise.
7360
7361 * hpread.c (hpread_read_function_type)
7362 (hpread_read_doc_function_type): Call replace_type.
7363 * dstread.c (create_new_type): Delete.
7364 (decode_dst_structure, process_dst_function): Call alloc_type.
7365 Use type access macros.
7366
dff95cc7
MK
73672002-05-12 Mark Kettenis <kettenis@gnu.org>
7368
7369 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7370 the're not supported by the current architecture.
7371 (i387_fill_fxsave): Likewise.
7372
bbcd32ad
FF
73732002-05-12 Fred Fish <fnf@redhat.com>
7374
7375 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7376 sect_index_xxx members to index the first slot in section_offsets
7377 if all of the section_offsets are zero.
7378
89cf4787
MK
73792002-05-12 Mark Kettenis <kettenis@gnu.org>
7380
7381 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7382 checked in with last change.
7383
1f77ffc5
MK
73842002-05-12 Mark Kettenis <kettenis@gnu.org>
7385
7386 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7387 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7388 config.sub.
7389
89b8b4a9
DJ
73902002-05-12 Daniel Jacobowitz <drow@mvista.com>
7391
7392 * Makefile.in: Update dependencies.
7393
14a5e767
AC
73942002-05-11 Andrew Cagney <ac131313@redhat.com>
7395
7396 * language.c (local_hex_string_custom): Simplify. Do not depend
7397 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7398
7399 * memattr.c (mem_info_command): Replace calls to
7400 longest_local_hex_string and longest_local_hex_string_custom.
7401 * buildsym.c (make_blockvector): Ditto.
7402 * solib.c (info_sharedlibrary_command): Ditto.
7403 * tracepoint.c (tracepoints_info): Ditto.
7404 * symtab.c (print_msymbol_info): Ditto.
7405
7406 * language.c (local_hex_string): Delete.
7407 (local_hex_string_custom): Delete.
7408 (longest_local_hex_string): Rename to local_hex_string.
7409 (longest_local_hex_string_custom): Rename to
7410 local_hex_string_custom.
7411 * language.h (local_hex_string): Change parameter type to LONGEST.
7412 (local_hex_string_custom): Ditto.
7413 (longest_local_hex_string): Delete declaration.
7414 (longest_local_hex_string_custom): Ditto.
7415
7416 * solib.c: Update copyright.
7417 * memattr.c: Update copyright.
7418
13d01224
AC
74192002-05-11 Andrew Cagney <ac131313@redhat.com>
7420
7421 * arch-utils.h (legacy_register_to_value): Declare.
7422 (legacy_value_to_register): Declare.
7423 (legacy_convert_register_p): Declare.
7424 * arch-utils.c (legacy_register_to_value): New function.
7425 (legacy_value_to_register): New function.
7426 (legacy_convert_register_p): New function.
7427
7428 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7429 (VALUE_TO_REGISTER): Define.
7430 (CONVERT_REGISTER_P): Define.
7431 * gdbarch.h, gdbarch.c: Regenerate.
7432
7433 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7434 VALUE_TO_REGISTER.
7435 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7436 CONVERT_REGISTER_P.
7437
4a1970e4
DJ
74382005-05-11 Daniel Jacobowitz <drow@mvista.com>
7439 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7440
7441 * Makefile.in: Update dependencies for valops.c.
7442 * valops.c: Include "gdb_assert.h".
7443 (typecmp): Skip THIS parameter to methods.
7444 (find_method_list): Remove static_memfuncp argument,
7445 update callers. Check for stub methods.
7446 (find_value_oload_method_list): Don't set *static_memfuncp.
7447 (find_overload_match): Don't check for stub methods. Assert
7448 that methods are not stubbed. Handle static methods.
7449 (value_find_oload_method_list): Remove static_memfuncp argument.
7450 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7451 to the argument list for static stub methods.
7452 * value.h (value_find_oload_method_list): Update prototype.
7453
b2e75d78
AC
74542002-05-11 Andrew Cagney <ac131313@redhat.com>
7455
7456 * arch-utils.h (generic_register_size): Declare.
7457 (generic_register_raw_size, generic_register_virtual_size): Delete
7458 declarations.
7459 * arch-utils.c (generic_register_raw_size): Delete.
7460 (generic_register_size): New function.
7461 (generic_register_virtual_size): Delete.
7462
7463 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7464 default generic_register_size.
7465 * gdbarch.h, gdbarch.c: Re-generate.
7466
7467 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7468 register_virtual_size.
7469 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7470 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7471
451fbdda
AC
74722002-05-11 Andrew Cagney <ac131313@redhat.com>
7473
7474 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7475 * gdbarch.h, gdbarch.c: Regenerate.
7476 * gnu-v3-abi.c: Update copyright.
7477 (vtable_address_point_offset): Update.
7478 (gnuv3_rtti_type): Update.
7479 (gnuv3_baseclass_offset): Update.
7480 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7481 (init_fetch_link_map_offsets): Update.
7482 * remote.c (get_remote_state): Update.
7483
6d2f5cea
DJ
74842002-05-11 Daniel Jacobowitz <drow@mvista.com>
7485
7486 * TODO: Remove value_headof/value_from_vtable_info comment.
7487 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7488 * values.c (value_headof, value_from_vtable_info): Delete.
7489 * value.h (value_from_vtable_info): Delete prototype.
7490
d2324da4
AC
74912002-05-11 Andrew Cagney <ac131313@redhat.com>
7492
7493 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7494 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7495 $(gdb_regex_h).
7496 (gdb_assert_h): Define.
7497 (gdb_wait_h): Define.
7498 (gdb_regex_h): Define.
7499
5c717440
DJ
75002002-05-11 Daniel Jacobowitz <drow@mvista.com>
7501
7502 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7503 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7504
6c7861b3
JT
75052002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7506
7507 * nbsd-tdep.c: Fix comment.
7508
ea5bc2a6
JT
75092002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7510
7511 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7512 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7513 (nbsd-tdep.o): New dependency list.
7514 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7515 nbsd-tdep.h.
7516 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7517 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7518 * nbsd-tdep.c: New file.
7519 * nbsd-tdep.h: New file.
7520 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7521 nbsd-tdep.h.
7522 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7523 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7524 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7525 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7526
b28da865
JT
75272002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7528
7529 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7530 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7531 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7532 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7533 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7534 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7535
4b8ff1fa
JT
75362002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7537
7538 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7539 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7540 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7541 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7542 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7543 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7544 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7545
dfe6eb1f
JT
75462002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7547
7548 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7549 fetch_elfcore_registers to...
7550 * i386nbsd-tdep.c: ...here.
7551 (i386nbsd_use_struct_convention): Rename to...
7552 (i386nbsd_aout_use_struct_convention): ...this.
7553 (i386nbsd_supply_reg): New function.
7554 (i386nbsd_fill_reg): New function.
7555 (fetch_core_registers): Use i386nbsd_supply_reg.
7556 (fetch_elfcore_registers): Likewise.
7557 (_initialize_i386nbsd_tdep): New function.
7558 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7559 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7560 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7561 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7562 (i386nbsd_aout_use_struct_convention): ...this.
7563
20cb8cda
JT
75642002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7565
7566 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7567 (store_inferior_registers): Use shnbsd_fill_reg.
7568 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7569 sh_nbsd_supply_register): Collapse into...
7570 (shnbsd_supply_reg): ...this.
7571 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7572 (shnbsd_fill_reg): ...this.
7573 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7574 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7575 (fetch_core_registers): Use shnbsd_supply_reg.
7576 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7577 (sh_nbsd_core_fns): Rename to...
7578 (shnbsd_core_fns): ...this.
7579 (sh_nbsd_elfcore_fns): Rename to...
7580 (shnbsd_elfcore_fns): ...this.
7581 (sh_nbsd_init_abi): Rename to...
7582 (shnbsd_init_abi): ...this.
7583 (_initialize_sh_nbsd_tdep): Rename to...
7584 (_initialize_shnbsd_tdep): ...this.
7585 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7586 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7587 sh_nbsd_fill_register): Remove prototypes.
7588 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7589
e750d25e
JT
75902002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7591
7592 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7593 (i387-nat.o): Delete dependency list.
7594 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7595 (x86-64-linux-nat.o): Likewise.
7596 * i387-nat.c: Delete file, moving contents to...
7597 * i387-tdep.c: ...here.
7598 * i387-nat.h: Rename...
7599 * i387-tdep.h: ...to this.
7600 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7601 * i386-linux-nat.c: Likewise.
7602 * i386bsd-nat.c: Likewise.
7603 * i386gnu-nat.c: Likewise.
7604 * i386nbsd-nat.c: Likewise.
7605 * i386v4-nat.c: Likewise.
7606 * x86-64-linux-nat.c: Likewise.
7607 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7608 * config/i386/go32.mh (NATDEPFILES): Likewise.
7609 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7610 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7611 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7612 * config/i386/linux.mh (NATDEPFILES): Likewise.
7613 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7614 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7615 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7616 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7617
1aee598a
JT
76182002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7619
7620 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7621 (alphanbsd-nat.o): Remove dependency list.
7622 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7623 * alphanbsd-nat.c: Delete. Contents moved to...
7624 * alphanbsd-tdep.c: ...here.
7625 (_initialize_alphanbsd_tdep): Register core functions.
7626 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7627
12bcb0fe
JT
76282002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7629
7630 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7631 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7632 (alphanbsd-nat.o): Likewise.
7633 (alphabsd-tdep.o): New dependency list.
7634 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7635 (fill_gregset): Use alphabsd_fill_reg.
7636 (supply_fpregset): Use alphabsd_supply_fpreg.
7637 (fill_fpregset): Use alphabsd_fill_fpreg.
7638 (fetch_inferior_registers): Use struct reg and struct fpreg
7639 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7640 and alphabsd_supply_fpreg.
7641 (store_inferior_registers): Use struct reg and struct fpreg
7642 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7643 and alphabsd_fill_fpreg.
7644 * alphabsd-tdep.c: New file.
7645 * alphabsd-tdep.h: New file.
7646 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7647 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7648 alphabsd_supply_fpreg.
7649 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7650 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7651
361d1df0
EC
76522002-05-11 Eric Christopher <echristo@redhat.com>
7653
7654 * mips-tdep.c (mips_double_register_type): Fix thinko.
7655 (mips_single_register_type): Ditto.
7656 * MAINTAINERS: Add self.
7657
92dd7cee
MK
76582002-05-11 Mark Kettenis <kettenis@gnu.org>
7659
7660 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7661 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7662 right thing on architectures with different endianness and/or
7663 integer sizes.
7664
e27da16d
JT
76652002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7666
7667 From Christian Limpach <chris@Pin.LU>
7668 * configure.in: Change sed expression which comments out
7669 NATDEPFILES to also comment out continuation lines.
7670 * configure: Regenerate.
7671
ddde02bd
EZ
76722002-05-10 Elena Zannoni <ezannoni@redhat.com>
7673
7674 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7675 big patch.
7676
1c922164
EZ
76772002-05-10 Elena Zannoni <ezannoni@redhat.com>
7678
7679 * sh-tdep.c: Include correct file.
7680
283150cd
EZ
76812002-05-10 Elena Zannoni <ezannoni@redhat.com>
7682
7683 New support for sh64-elf (sh5) target.
7684
7685 * configure.tgt: For sh64-elf target, default to sh-elf.
7686
7687 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7688 (struct gdbarch_tdep): Add new fields for new registers and ABI
7689 info.
361d1df0 7690
283150cd
EZ
7691 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7692 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7693 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7694 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7695 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7696 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7697 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7698 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7699 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7700 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7701 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7702 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7703 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7704 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7705 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7706 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7707 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7708 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7709 sign_extend, sh64_nofp_frame_init_saved_regs,
7710 sh64_init_extra_frame_info, sh64_get_saved_register,
7711 sh64_extract_struct_value_address, sh64_pop_frame,
7712 sh64_push_arguments, sh64_extract_return_value,
7713 sh64_store_return_value, sh64_show_media_regs,
7714 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7715 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7716 sh_sh64_register_virtual_type,
7717 sh_sh64_register_convert_to_virtual,
7718 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7719 sh64_register_read, sh64_pseudo_register_write,
7720 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7721 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7722 sh64_do_pseudo_register, sh_compact_do_registers_info,
7723 sh64_do_registers_info, sh_gdbarch_init): New functions.
7724
3117ed25
EZ
77252002-05-10 Elena Zannoni <ezannoni@redhat.com>
7726
7727 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7728
2654e6d4
DJ
77292002-05-10 Daniel Jacobowitz <drow@mvista.com>
7730
7731 * linespec.c (decode_line_1): Check for a double quote after
7732 a filename correctly.
7733
9ab3e532
JB
77342002-05-10 Jim Blandy <jimb@redhat.com>
7735
7736 Properly track the size of the current objfile's .debug_line section.
7737 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7738 (DWARF_LINE_SIZE): New macro.
7739 (dwarf2_build_psymtabs_hard): Record the line section's size in
7740 the partial symbol table.
7741 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7742 symbol table.
7743
126fa72d
PS
77442002-05-10 Petr Sorfa <petrs@caldera.com>
7745
7746 * ia64-tdep.c: Handle breakpoints on L instruction type
7747 in MLX instruction bundle by moving the breakpoint to
7748 the third slot (X instruction type) as L holds only data.
7749
1f077a3e
KB
77502002-05-10 Kevin Buettner <kevinb@redhat.com>
7751
7752 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7753 (process_one_symbol): Complain about discarding local symbols
7754 due to a misplaced N_LBRAC entry.
7755
8120c9d5 77562002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
7757
7758 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
7759 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7760 decrease the depth we are at, in the case of templates.
361d1df0 7761
67b2c998
DJ
77622002-05-09 Daniel Jacobowitz <drow@mvista.com>
7763
7764 * mips-tdep.c (mips_float_register_type): New function.
7765 (mips_double_register_type): New function.
7766 (mips_print_register): Use them.
7767 (do_fp_register_row): Likewise.
7768
fd326606
DJ
77692002-05-09 Daniel Jacobowitz <drow@mvista.com>
7770
6609d9af 7771 * signals/signals.c (signals): Remove conditional compilation around
fd326606 7772 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 7773 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 7774
bef35864
MS
77752002-05-09 Michael Snyder <msnyder@redhat.com>
7776
7777 * remote-rdp.c (remote_rdp_can_run): Remove.
7778
c55a3f73
TT
77792002-05-09 Tom Tromey <tromey@redhat.com>
7780
7781 * jv-valprint.c (java_val_print): Handle `char' as a special case
7782 of TYPE_CODE_INT.
7783
b8d5e71d
MS
77842002-05-09 Michael Snyder <msnyder@redhat.com>
7785
7786 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7787 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 7788 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 7789 str r(0123),[sp,#nn].
361d1df0 7790 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
7791 order-independent by placing it in a loop.
7792
e2cd42dd
MS
77932002-05-06 Michael Snyder <msnyder@redhat.com>
7794
7795 * stabsread.c (read_type): Add recognition for new attribute:
7796 "@V;" means that an array type is actually a vector.
7797 This is analogous to the vector flag that's been added to dwarf2.
7798
3ce1502b
MK
77992002-05-09 Mark Kettenis <kettenis@gnu.org>
7800
7801 * i386-tdep.h (i386_abi): New enum.
7802 (struct gdbarch_tdep): Replace os_ident member with abi.
7803 (i386_gdbarch_register_os_abi): New prototype.
7804 * i386-tdep.c (i386_abi_names): New array.
7805 (process_note_abi_tag_sections): Removed.
7806 (process_note_sections): New function.
7807 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7808 (struct i386_abi_handler): New struct.
7809 (i386_abi_handler_list): New variable.
7810 (i386_gdbarch_register_os_abi): New function.
7811 (i386_gdbarch_init): Adapt for the changes given above.
7812
084c156a
DJ
78132002-05-08 Daniel Jacobowitz <drow@mvista.com>
7814
7815 * gregset.h: Say "GNU/Linux".
7816
6599f021
EZ
78172002-05-08 Elena Zannoni <ezannoni@redhat.com>
7818
7819 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7820 (build_gdbtypes): Build builtin_type_v2_float.
7821 (_initialize_gdbtypes): Register new builtin type.
7822
40af4b0c
AC
78232002-05-08 Andrew Cagney <ac131313@redhat.com>
7824
7825 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7826 (clear_gdbarch_swap): New function.
7827 (initialize_non_multiarch): Call.
7828 (gdbarch_update_p): Before calling init(), swap out and clear the
7829 existing architecture.
7830 * gdbarch.c: Regenerate.
7831
4fe84f46
JT
78322002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7833
7834 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7835 alphanbsd-tdep.c.
7836
4015edd1
JT
78372002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7838
7839 * sh-nbsd-nat.c: Rename to...
7840 * shnbsd-nat.c: ...this.
7841 * sh-nbsd-tdep.c: Rename to...
7842 * shnbsd-tdep.c: ...this.
7843 * sh-nbsd-tdep.h: Rename to...
7844 * shnbsd-tdep.h: ...this.
7845 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7846 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7847
0e2bd219
RE
78482002-05-08 Richard Earnshaw <rearnsha@arm.com>
7849
7850 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7851 concatenation for command help messages.
7852
13a38d45
JT
78532002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7854
7855 * NEWS: Note new sh*-*-netbsdelf* configuration.
7856 * configure.host: Set gdb_host_cpu to sh for all sh*.
7857 (sh*-*-netbsdelf*): New host.
7858 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7859 (sh*-*-netbsdelf*): New target.
7860 * sh-nbsd-nat.c: New file.
7861 * sh-nbsd-tdep.c: New file.
7862 * sh-nbsd-tdep.h: New file.
7863 * config/sh/nbsd.mh: New file.
7864 * config/sh/nbsd.mt: New file.
7865 * config/sh/nm-nbsd.h: New file.
7866 * config/sh/tm-nbsd.h: New file.
7867
d658f924
JT
78682002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7869
7870 * sh-tdep.c (sh_osabi_names): Declare.
7871 (process_note_abi_tag_sections): New function.
7872 (get_elfosabi): Ditto.
7873 (sh_gdbarch_register_os_abi): Ditto.
7874 (sh_dump_tdep): Ditto.
7875 _initialize_sh_tdep): Use gdbarch_register to register
7876 sh_gdbarch_init and sh_dump_tdep.
7877 * config/sh/tm-sh.h (sh_osabi): Declare.
7878 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7879
848cfffb
AC
78802002-05-07 Andrew Cagney <ac131313@redhat.com>
7881
7882 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7883 (thumb_scan_prologue): Ditto.
7884 (arm_find_callers_reg): Ditto.
7885 (arm_frame_chain): Ditto.
7886 (arm_init_extra_frame_info): Ditto.
7887 (arm_frame_saved_pc): Ditto.
7888 (arm_pop_frame): Ditto.
7889 (arm_push_return_address): New function.
7890 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7891 call_dummy_location, call_dummy_breakpoint_offset_p,
7892 call_dummy_breakpoint_offset, call_dummy_p,
7893 call_dummy_stack_adjust_p, call_dummy_words,
7894 sizeof_call_dummy_words, call_dummy_start_offset,
7895 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7896 call_dummy_address, push_return_address and push_dummy_frame for
7897 generic dummy frames.
7898
e7d717c0
JT
78992002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7900
7901 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7902 size computation for alloca.
7903 (sh_fp_frame_init_saved_regs): Likewise.
7904
7bbcf283
RE
79052002-05-07 Richard Earnshaw <rearnsha@arm.com>
7906
7907 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7908 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 7909 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
7910 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7911 * remote-rdp.c (remote_rdp_fetch_register): Use
7912 ARM_MAX_REGISTER_RAW_SIZE.
7913 (remote_rdp_store_register): Likewise.
7914
4657573b
ML
79152002-05-07 Michal Ludvig <mludvig@suse.cz>
7916
361d1df0 7917 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
7918 added default labels to switch {} statements.
7919 * x86-64-tdep.c: Ditto.
7920 * x86-64-linux-nat.c: Ditto.
7921
010f3b2f
JT
79222002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7923
7924 * solib.h: Protect against multiple inclusion.
7925
debd256d
JB
79262002-05-06 Jim Blandy <jimb@redhat.com>
7927
9ab3e532
JB
7928 Add first preprocessor macro-expansion files.
7929 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7930 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7931 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7932 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7933 (COMMON_OBS): Add macrotab.o, macroexp.o.
7934 (macroexp.o, macrotab.o): New rules.
7935
debd256d
JB
7936 Separate the job of reading the line number info statement program
7937 header (...expialidocious) out into its own function.
7938 * dwarf2read.c (struct line_head, struct filenames, struct
7939 directories): Replace with...
7940 (struct line_header): New structure, containing the full
7941 contents of the statement program header, including the
7942 include directory and file name tables.
7943 (read_file_scope): If we have line number info, instead of just
7944 calling dwarf_decode_lines to do all the work, call
7945 dwarf_decode_line_header first to get a `struct line_header'
7946 containing the data in the statement program header, and then
7947 pass that to dwarf_decode_lines, which will pick up where that
7948 left off. Be sure to clean up the `struct line_header' object.
7949 (dwarf_decode_line_header, free_line_header, add_include_dir,
7950 add_file_name): New functions.
7951 (dwarf_decode_lines): Move all the code to read the statement
7952 program header into dwarf_decode_line_header. Take the line
7953 header it built as the first argument, instead of the offset to
7954 the compilation unit's line number info. Use the new `struct
7955 line_header' type instead of the old structures. No need to do
7956 cleanups here now, since we don't allocate anything.
7957 (dwarf2_statement_list_fits_in_line_number_section,
7958 dwarf2_line_header_too_long): New complaints.
7959
ac3aafc7
EZ
79602002-05-06 Elena Zannoni <ezannoni@redhat.com>
7961
7962 * gdbtypes.c (init_vector_type): New function.
7963 (build_builtin_type_vec128): Simplify the representation of SIMD
7964 registers.
7965 (build_gdbtypes): Initialize new builtin vector types.
7966 (_initialize_gdbtypes): Register new vector types with gdbarch.
7967 (builtin_type_v4_float, builtin_type_v4_int32,
7968 builtin_type_v8_int16, builtin_type_v16_int8,
7969 builtin_type_v2_int32, builtin_type_v4_int16,
7970 builtin_type_v8_int8): New (renamed) SIMD types.
7971
13e49980
MK
79722002-05-06 Mark Kettenis <kettenis@gnu.org>
7973
7974 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7975 (i387_fill_fxsave): Likewise.
7976
997b20b8
AO
79772002-05-05 Alexandre Oliva <aoliva@redhat.com>
7978
7979 * alpha-tdep.c (alpha_extract_return_value): Don't use
7980 non-constant array size in prototype.
7981
535c96ce
AC
79822002-05-04 Andrew Cagney <ac131313@redhat.com>
7983
7984 From Brian Taylor <briant at model dot com>:
7985 * ui-out.c (ui_out_field_core_addr): Use the function
7986 longest_local_hex_string_custom'to format addresses > 32 bits
7987 wide.
7988
7989 * ui-out.c (ui_out_field_core_addr): Update comment.
7990
bedfa57b
AC
79912002-05-04 Andrew Cagney <ac131313@redhat.com>
7992
7993 * stack.c (select_and_print_frame): Make static. Delete the
7994 parameter `level'.
7995 (func_command): Update call.
7996 (select_frame_command): Delete code computing the frame level.
7997 * frame.h (select_and_print_frame): Delete declaration.
7998
f621c63e
AC
79992002-05-04 Andrew Cagney <ac131313@redhat.com>
8000
8001 * sparc-tdep.c (sparc_get_saved_register): Comment why
8002 get_prev_frame call is safe.
8003
0f7d239c
AC
80042002-05-04 Andrew Cagney <ac131313@redhat.com>
8005
8006 * frame.h (select_frame): Delete level parameter.
8007 * stack.c (select_frame): Update. Use frame_relative_level to
8008 obtain the frame's level.
8009 (select_and_print_frame): Update call.
8010 (select_frame_command): Ditto.
8011 (up_silently_base): Ditto.
8012 (down_silently_base): Ditto.
8013 * ocd.c (ocd_start_remote): Ditto.
8014 * remote-rdp.c (remote_rdp_open): Ditto.
8015 * remote-mips.c (mips_initialize): Ditto.
8016 (common_open): Ditto.
8017 * remote-e7000.c (e7000_start_remote): Ditto.
8018 * m3-nat.c (select_thread): Ditto.
8019 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8020 (child_get_current_exception_event): Ditto.
8021 * varobj.c (varobj_create): Ditto.
8022 (varobj_update): Ditto.
8023 (c_value_of_root): Ditto.
8024 * tracepoint.c (finish_tfind_command): Ditto.
8025 * corelow.c (core_open): Ditto.
8026 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8027 * thread.c (info_threads_command): Ditto.
8028 (switch_to_thread): Ditto.
8029 * infrun.c (normal_stop): Ditto.
8030 (restore_selected_frame): Ditto.
8031 (restore_inferior_status): Ditto.
8032 * breakpoint.c (insert_breakpoints): Ditto.
8033 (watchpoint_check): Ditto.
8034 (bpstat_stop_status): Ditto.
8035 (do_enable_breakpoint): Ditto.
8036 * blockframe.c (flush_cached_frames): Ditto.
8037 (reinit_frame_cache): Ditto.
8038
71d6c7b1
AC
80392002-05-04 Andrew Cagney <ac131313@redhat.com>
8040
8041 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8042 maintainer.
8043
cda6c68a
JB
80442002-05-04 Jim Blandy <jimb@redhat.com>
8045
8046 * gdbtypes.c (replace_type): Doc fix.
8047
5c1c87f0
AC
80482002-05-04 Andrew Cagney <ac131313@redhat.com>
8049
8050 * valprint.c (strcat_longest): Delete commented out function.
8051 Update copyright.
8052
cd9bfe15
AC
80532002-05-04 Andrew Cagney <ac131313@redhat.com>
8054
8055 * MAINTAINERS: Mark a29k as deleted.
8056 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8057 Move new configurations to the top.
8058 * configure.tgt: Remove a29k.
8059 * config/a29k/tm-vx29k.h: Delete.
8060 * config/a29k/vx29k.mt: Delete.
8061 * config/a29k/tm-a29k.h: Delete.
8062 * config/a29k/a29k-udi.mt: Delete.
8063 * config/a29k/a29k.mt: Delete.
8064 * a29k-tdep.c: Delete.
8065 * remote-udi.c: Delete.
8066 * remote-mm.c: Delete.
8067 * remote-eb.c: Delete.
8068 * remote-adapt.c: Delete.
8069 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
8070 * config/s390/s390x.mt: Ditto.
8071 * config/s390/s390.mt: Ditto.
8072 * config/sparc/sparclynx.mh: Ditto.
8073 * config/sparc/linux.mh: Ditto.
8074 * config/pa/hppaosf.mh: Ditto.
8075 * config/pa/hppabsd.mh: Ditto.
8076 * config/ns32k/nbsd.mt: Ditto.
8077 * config/mips/vr5000.mt: Ditto.
8078 * config/m68k/sun3os4.mh: Ditto.
8079 * config/m68k/nbsd.mt: Ditto.
8080 * config/m68k/m68klynx.mh: Ditto.
8081 * config/m32r/m32r.mt: Ditto.
8082 * config/i386/x86-64linux.mt: Ditto.
8083 * config/i386/nbsdelf.mt: Ditto.
8084 * config/i386/nbsd.mt: Ditto.
8085 * config/i386/i386lynx.mh: Ditto.
8086
bf0c5130
AC
80872002-05-04 Andrew Cagney <ac131313@redhat.com>
8088
8089 * target.c (debug_print_register): New function. Handle oversize
8090 registers.
8091 (debug_to_fetch_registers): Call.
8092 (debug_to_store_registers): Call.
8093
2ae1c2d2
JB
80942002-05-03 Jim Blandy <jimb@redhat.com>
8095
13a393b0
JB
8096 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8097 (read_type): Doc fix.
8098 * gdbtypes.c (replace_type): Doc fix.
8099
2ae1c2d2
JB
8100 * stabsread.c (multiply_defined_struct): New complaint.
8101 (read_struct_type): If the type we were passed isn't empty, or
8102 incomplete, don't read the new struct type into it; complain,
8103 and return the original type unchanged. Take a new `type_code'
8104 argument, which is the type code for the new type.
8105 (read_type): Rather than storing the type's type code here, pass
8106 it as an argument to read_struct_type, and let that take care of
8107 storing it. That way, we don't overwrite the original type code,
8108 so read_struct_type can use it to decide whether we're overwriting
8109 something we shouldn't.
8110 (complain_about_struct_wipeout): New function.
8111
8de9bdc4
AC
81122002-05-03 Andrew Cagney <ac131313@redhat.com>
8113
8114 * gdbarch.sh: Assert that gdbarch is non-NULL.
8115 * gdbarch.c: Regenerate.
8116
f773fdbb
JM
81172002-05-03 Jason Merrill <jason@redhat.com>
8118
8119 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8120 and return NULL.
8121
0e04a514
ML
81222002-05-03 Michal Ludvig <mludvig@suse.cz>
8123
8124 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8125 (x86_64_dwarf2gdb_regno_map_length),
8126 (x86_64_dwarf2_reg_to_regnum): Added.
8127 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8128 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8129 (_initialize_x86_64_tdep): Synced with the change above.
8130 (x86_64_skip_prologue): Reformulated message.
8131
065432a8
PM
81322002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8133
8134 * f-exp.y: Also use new prev_lexptr variable
8135 to improve error reporting. Based on Michael Snyder
8136 2002-04-24 dated patch to c-exp.y.
8137 * jv-exp.y: Likewise.
8138 * m2-exp.y: Likewise.
8139
a3162708
EZ
81402002-05-02 Elena Zannoni <ezannoni@redhat.com>
8141
8142 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8143 we are dealing with vectors.
8144
03620c38
PM
81452002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8146
8147 * config/m68k/tm-nbsd.h: Obvious fix,
8148 correct machine name.
8149
6604db2e
PM
81502002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8151
8152 * p-typeprint.c (pascal_type_print_base): Add support
8153 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8154
0906b739
PM
81552002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8156
8157 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8158 for fondamental pascal 'char' type.
8159
e2625b33
PM
81602002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8161
8162 * p-lang.h (is_pascal_string_type): Declaration changed,
8163 new sixth argument of type char ** added.
361d1df0 8164 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
8165 changed. Args length_pos, length_size, string_pos, char_size
8166 can now be NULL. New argument arrayname set to the field
8167 name of the char array. Return value set to char array
8168 field index plus one.
361d1df0 8169 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
8170 is_pascal_string_type function.
8171
cf17c188
AC
81722002-05-02 Andrew Cagney <cagney@redhat.com>
8173
8174 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8175 <cagney@redhat.com> change.
8176 * gdbarch.c: Regenerate.
8177
52bca491
AC
81782002-05-02 Andrew Cagney <cagney@redhat.com>
8179
8180 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8181 before probing for a new one. Detect errorenous gdbarch_init
8182 functions.
8183 * gdbarch.c: Regenerate.
8184
d5e72505
AC
81852002-05-01 Andrew Cagney <cagney@redhat.com>
8186
8187 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8188 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8189 * config/v850/tm-v850.h: Ditto. Update copyright.
8190
af566d9f
AC
81912002-04-30 Andrew Cagney <ac131313@redhat.com>
8192
8193 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8194 current_gdbarch.
8195
880d85fa
MS
81962002-04-30 Michael Snyder <msnyder@redhat.com>
8197
94c30b78
MS
8198 * arm-tdep.c: Whitespace clean-ups.
8199 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
8200 should have been removed as part of 4/24 change.
8201
6f5987a6
KB
82022002-04-30 Kevin Buettner <kevinb@redhat.com>
8203
8204 * rs6000-tdep.c: Added comment describing how fpscr register
8205 numbers were chosen.
8206
1a113c93
MS
82072002-04-30 Michael Snyder <msnyder@redhat.com>
8208
8209 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8210
9a6f53fe
EZ
82112002-04-29 Elena Zannoni <ezannoni@redhat.com>
8212
8213 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8214 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8215 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8216
11ed25ac
KB
82172002-04-29 Kevin Buettner <kevinb@redhat.com>
8218
8219 From Louis Hamilton <hamilton@redhat.com>:
8220 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8221 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8222 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8223 not bfd-private xcoff data, to determine wordsize.
8224 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8225
ae232405
AC
82262002-04-29 Andrew Cagney <ac131313@redhat.com>
8227
8228 GDB 5.2 released from 5.2 branch.
8229
91fd20f7
ML
82302002-04-29 Michal Ludvig <mludvig@suse.cz>
8231
8232 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8233 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8234 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 8235
2dc5091b
EZ
82362002-04-29 Elena Zannoni <ezannoni@redhat.com>
8237
8238 * rs6000-tdep.c (rs6000_extract_return_value,
8239 rs6000_store_return_value): Handle returning vectors.
8240 (rs6000_gdbarch_init): Use
8241 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8242 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8243 New function.
8244 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8245 vectors.
8246 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8247 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 8248
2b9848d8
PM
82492002-04-24 Pierre Muller <ics.u-strasbg.fr>
8250
8251 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 8252 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
8253 with fprintf_unfiltered (gdb_stderr,...).
8254
f8d17dc5
PM
82552002-04-24 Pierre Muller <ics.u-strasbg.fr>
8256
8257 * remote-array.c (printf_monitor, write_monitor,
361d1df0 8258 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
8259 Replace fprintf (stderr,...
8260 with fprintf_unfiltered (gdb_stderr,....
8261 * remote-es.c: Likewise.
8262 * remote-os9k.c: Likewise.
8263 * remote-st.c: Likewise.
8264
2f2f1ad1
AS
82652002-04-28 Andreas Schwab <schwab@suse.de>
8266
8267 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8268 linux-proc.o and gcore.o.
8269
b6779aa2
AC
82702002-04-26 Michal Ludvig <mludvig@suse.cz>
8271
8272 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8273 code without frame pointers.
8274
7e57f5f4
AC
82752002-04-26 Andrew Cagney <ac131313@redhat.com>
8276
8277 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8278 ON_STACK is needed.
8279
2ceb85d0
BE
82802002-04-26 Ben Elliston <bje@redhat.com>
8281
8282 * target.c (do_xfer_memory): Correct reference to the new option
8283 "trust-readonly-sections".
8284
f5f8a009
EZ
82852002-04-26 Elena Zannoni <ezannoni@redhat.com>
8286
8287 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8288 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8289 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8290 vectors.
8291 (read_array_type): Record the fact that this array type is really a
8292 vector (i.e. are passed in by value).
8293
5868c862
JT
82942002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8295
8296 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8297 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8298 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8299 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8300 * alpha-linux-tdep.c: Include frame.h.
8301 (alpha_linux_sigcontext_addr): New function.
8302 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8303 alpha_linux_sigcontext_addr.
8304 * alpha-osf1-tdep.c: Include gdbcore.h.
8305 (alpha_osf1_sigcontext_addr): New function.
8306 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8307 alpha_osf1_sigcontext_addr.
8308 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8309 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8310
bfb01f37
AC
83112002-04-26 Andrew Cagney <ac131313@redhat.com>
8312
361d1df0 8313 * stack.c (selected_frame_level):
bfb01f37
AC
8314 (select_frame): Do not set selected_frame_level.
8315 * frame.h (selected_frame_level): Delete declaration.
8316
15813d3f
AC
83172002-04-26 Andrew Cagney <ac131313@redhat.com>
8318
8319 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8320 convert_from_func_ptr-addr when AIX / PowerOpen.
8321
6096c27a
AC
83222002-04-25 Andrew Cagney <ac131313@redhat.com>
8323
8324 * valops.c (hand_function_call): Call
8325 generic_save_call_dummy_addr.
8326 * frame.h (generic_save_call_dummy_addr): Declare.
8327 * blockframe.c (struct dummy_frame): Add fields call_lo and
8328 call_hi.
8329 (generic_find_dummy_frame): Check for PC in range call_lo to
8330 call_hi instead of entry_point_address.
8331 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8332 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8333 (generic_save_call_dummy_addr): New function.
8334
f510d44e
DM
83352002-04-24 David S. Miller <davem@redhat.com>
8336
8337 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8338 sparc_skip_prologue.
8339 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8340 information to find prologue when possible.
8341 (sparc_prologue_frameless_p): Call examine_prologue directly.
8342 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8343 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8344 second argument.
8345 (SKIP_PROLOGUE): Likewise.
8346
15d72a92
JT
83472002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8348
8349 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8350 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8351 indicate that the condition it was testing is always true.
8352 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8353 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8354 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8355
accc6d1f
JT
83562002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8357
8358 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8359 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8360 tdep->jb_pc and tdep->jb_elt_size.
8361 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8362 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8363 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8364 * alpha-nat.c (get_longjmp_target): Remove.
8365 (JB_ELEMENT_SIZE): Ditto.
8366 (JB_PC): Ditto.
8367 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8368 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8369 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8370 to alpha_get_longjmp_target.
8371 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8372 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8373 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8374
1bfdc549
AC
83752002-04-25 Andrew Cagney <ac131313@redhat.com>
8376
8377 * README: Update to GDB 5.2.
8378
1bd316f0
AC
83792002-04-25 Andrew Cagney <ac131313@redhat.com>
8380
8381 * gdbarch.sh (LC_ALL): Set to `c'.
8382
2e5ff58c
TR
83832002-04-25 Theodore A. Roth <troth@verinet.com>
8384
8385 * avr-tdep.c: Ran through gdb_indent.sh.
8386
e33ce519
TR
83872002-04-25 Theodore A. Roth <troth@verinet.com>
8388
8389 * MAINTAINERS: Add myself as AVR maintainer.
8390 * NEWS: Note new target avr.
8391
8818c391
TR
83922002-04-25 Theodore A. Roth <troth@verinet.com>
8393
8394 * Makefile.in: Add support for AVR target.
8395 * configure.tgt: Add support for AVR target.
8396 * avr-tdep.c: New file
8397 * config/avr/avr.mt: New file.
8398
79509c2d
TR
83992002-04-25 Theodore A. Roth <troth@verinet.com>
8400
8401 * MAINTAINERS: Add myself to write-after-approval.
8402
dac8068e
PM
84032002-04-24 Pierre Muller <ics.u-strasbg.fr>
8404
8405 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8406 with fprintf_unfiltered (gdb_stderr,....
8407
25bf3106
PM
84082002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8409
8410 Fix PR gdb/508.
8411 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8412
24467a86
PM
84132002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8414
8415 * p-exp.y: Also use new prev_lexptr variable
8416 to improve error reporting. Based on Michael Snyder
8417 2002-04-24 dated patch to c-exp.y.
8418
95b80706
JT
84192002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8420
8421 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8422 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8423 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8424 to 0.
8425 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8426 and struct value.
8427 (FUNCTION_START_OFFSET): Remove.
8428 (BREAKPOINT): Ditto.
8429
e90cc612
JT
84302002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8431
8432 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8433 * NEWS: Ditto.
8434
6c72f9f9
JT
84352002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8436
8437 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8438 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8439 alpha_linux_pc_in_sigtramp.
8440 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8441 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8442 alpha_osf1_pc_in_sigtramp.
8443 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8444 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8445 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8446 alphafbsd_pc_in_sigtramp.
8447 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8448 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8449 alphanbsd_pc_in_sigtramp.
8450 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8451 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8452
5e4f3379
JT
84532002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8454
8455 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8456
da8ca43d
JT
84572002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8458
8459 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8460 alphanbsd-tdep.c.
8461 (alphanbsd-nat.o): New dependency list.
8462 (alphanbsd-tdep.o): Ditto.
8463 * NEWS: Note new native NetBSD/alpha configuration.
8464 * alphanbsd-nat.c: New file.
8465 * alphanbsd-tdep.c: Ditto.
8466 * configure.host (alpha*-*-netbsd*): New host.
8467 * configure.tgt (alpha*-*-netbsd*): New target.
8468 * config/alpha/nbsd.mh: New file.
8469 * config/alpha/nbsd.mt: Ditto.
8470 * config/alpha/nm-nbsd.h: Ditto.
8471 * config/alpha/tm-nbsd.h: Ditto.
8472
36a6271d
JT
84732002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8474
8475 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8476 (alpha-osf1-tdep.o): New dependency list.
8477 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8478 and skip_sigtramp_frame members.
8479 * alpha-linux-tdep.c: Include gdbcore.h.
8480 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8481 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8482 * alpha-osf1-tdep.c: New file.
8483 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8484 alpha-osf1-dep.c.
8485 (alpha_frame_past_sigtramp_frame): New function.
8486 (alpha_dynamic_sigtramp_offset): Ditto.
8487 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8488 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8489 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8490 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8491 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8492 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8493 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8494 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8495 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8496 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8497 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8498 to find_solib_trampoline_target.
8499 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8500 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8501 (SKIP_TRAMPOLINE_CODE): Remove.
8502 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8503 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8504 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8505 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8506 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8507 (PROC_SIGTRAMP_MAGIC): Ditto.
8508 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8509 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8510 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8511 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8512 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8513
2f4bc57b
JT
85142002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8515
8516 * NEWS: Note that Alpha targets are now multi-arch.
8517
665132f9
MS
85182002-04-24 Michael Snyder <msnyder@redhat.com>
8519
8520 * parser-defs.h (prev_lexptr): New external variable.
8521 * parse.c (parse_exp_1): Set prev_lexptr to null before
8522 calling the language-specific parser.
8523 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8524 (yyerror): Use prev_lexptr in error reporting.
8525
32872fa7
DJ
85262002-04-24 Daniel Jacobowitz <drow@mvista.com>
8527
8528 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8529 * gregset.h: If FILL_FPXREGSET is defined, provide
8530 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8531 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8532 is defined, call fill_fpxregset.
8533
57e76fac
MS
85342002-04-24 Roland McGrath <roland@frob.com>
8535
8536 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8537 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8538 (supply_gregset, supply_fpregset): New functions.
8539
8540 * gnu-nat.c (gnu_find_memory_regions): New function.
8541 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8542 (gnu_xfer_memory): Add a cast.
8543
f43845b3
MS
85442002-04-24 Michael Snyder <msnyder@redhat.com>
8545
361d1df0 8546 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
8547 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8548 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 8549 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
8550 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8551 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8552
a0abec03
AC
8553Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8554
8555 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8556 NUM_PSEUDO_REGS can be used.
8557
d7bd68ca
AC
85582002-04-24 Andrew Cagney <ac131313@redhat.com>
8559
8560 * arch-utils.h: Update copyright.
8561
8562 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8563 * gdbarch.h, gdbarch.c: Re-generate.
8564
8565 * inferior.h (IN_SIGTRAMP): Delete definition.
8566 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8567 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8568
8569 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8570 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8571 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8572 (find_proc_framesize): Ditto.
8573 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8574 (alpha_init_extra_frame_info): Ditto.
8575 * infrun.c (handle_inferior_event): Ditto.
8576 (handle_inferior_event): Ditto.
8577 (check_sigtramp2): Ditto.
8578 * blockframe.c (create_new_frame): Ditto.
8579 (get_prev_frame): Ditto.
8580 * ppc-linux-tdep.c: Update comments.
8581 * i386-linux-tdep.c: Update comments.
8582 * breakpoint.c (bpstat_what): Update comment.
8583
4867e41e
DM
85842002-04-24 David S. Miller <davem@redhat.com>
8585
21d83aa5
DM
8586 * i960-tdep.c (register_in_window_p): New function.
8587 (i960_find_saved_register): Use it instead of
8588 REGISTER_IN_WINDOW_P.
8589 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8590
4867e41e
DM
8591 * symtab.h (find_stab_function_addr): Kill extern.
8592 * minsyms.c (find_stab_function_addr): Remove from here...
8593 * dbxread.c: ... to here, and mark it static.
8594
69cdf6a2
DM
85952002-04-20 David S. Miller <davem@redhat.com>
8596
8597 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8598 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8599
5a595886
DM
86002002-04-21 David S. Miller <davem@redhat.com>
8601
8602 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8603 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8604 (vx_write_register): Likewise.
8605
1da1a192
JB
86062002-04-23 J. Brobecker <brobecker@gnat.com>
8607
8608 * source.c (is_regular_file): New function.
8609 (openp): Check wether file to open is a regular file
8610 to avoid opening directories.
8611
baa6f10b
JT
86122002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8613
8614 * findvar.c (extract_signed_integer): Cast printf argument
8615 to suppress format warning.
8616 (extract_unsigned_integer): Likewise.
8617 * infcmd.c (registers_info): Likewise.
8618 * top.c (get_prompt_1): Likewise.
8619 * valops.c (value_assign): Likewise.
8620 * valprint.c (print_decimal): Likewise.
8621
b2c4da81
L
86222002-04-22 H.J. Lu (hjl@gnu.org)
8623
8624 * c-exp.y (typebase): Support
361d1df0 8625
b2c4da81
L
8626 [long|long long|short] [signed|unsigned] [int|]
8627
8628 and
8629
8630 signed [long|long long|short] int
8631
f267bd6a
JT
86322002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8633
8634 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8635 and vax-tdep.h.
8636 * vax-tdep.h: New file.
8637 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8638 Make several routines static.
8639 (vax_get_saved_register): New function.
8640 (vax_gdbarch_init): New function.
8641 (_initialize_vax_tdep): Register vax_gdbarch_init.
8642 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8643 Remove macros now under the control of gdbarch.
8644
da3c6d4a
MS
86452002-04-22 Michael Snyder <msnyder@redhat.com>
8646
11d3b27d
MS
8647 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8648 Some whitespace and coding standards tweaks.
da3c6d4a 8649
a33f7558
JT
86502002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8651
8652 * vax-tdep.c: Include regcache.h.
8653 (vax_call_dummy_words): New.
8654 (sizeof_vax_call_dummy_words): New.
8655 (vax_fix_call_dummy): New function.
8656 (vax_saved_pc_after_call): Ditto.
8657 * config/vax/tm-vax.h: Don't include regcache.h.
8658 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8659 (CALL_DUMMY): Remove.
8660 (CALL_DUMMY_WORDS): Define.
8661 (SIZEOF_CALL_DUMMY_WORDS): Define.
8662 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8663
47a73475
MS
86642002-04-18 Michael Snyder <msnyder@redhat.com>
8665
8666 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8667
52efde73
JT
86682002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8669
8670 * vax-tdep.c (vax_frame_chain): New function.
8671 (vax_push_dummy_frame): Ditto.
8672 (vax_pop_frame): Ditto.
8673 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8674 (FRAMELESS_FUNCTION_INVOCATION): Use
8675 generic_frameless_function_invocation_not.
8676 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8677 (POP_FRAME): Use vax_pop_frame.
8678
ea74468c
JT
86792002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8680
8681 * vax-tdep.c (vax_store_struct_return): New function.
8682 (vax_extract_return_value): Ditto.
8683 (vax_store_return_value): Ditto.
8684 (vax_extract_struct_value_address): Ditto.
8685 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8686 vax_store_struct_return.
8687 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8688 (STORE_RETURN_VALUE): Use vax_store_return_value.
8689 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8690
5516aa92
JT
86912002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8692
8693 * vax-tdep.c (vax_frame_saved_pc): New function.
8694 (vax_frame_args_address_correct): Ditto.
8695 (vax_frame_args_address): Ditto.
8696 (vax_frame_locals_address): Ditto.
8697 (vax_frame_num_args): Move code to be in proximity to
8698 other frame-related functions.
8699 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8700 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8701 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8702 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8703 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8704
36af0b35
L
87052002-04-22 H.J. Lu (hjl@gnu.org)
8706
8707 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8708 includedir.
8709
ab62c900
JT
87102002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8711
8712 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8713 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8714 (FRAME_INIT_SAVED_REGS): New macro.
8715
7232b100
JT
87162002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8717
8718 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8719
b70d2aee
JT
87202002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8721
8722 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8723 where needed.
8724 (fetch_osf_core_registers): Likewise.
8725 (supply_gregset): Likewise.
8726
a0e8a2d1 87272002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 8728
a0e8a2d1
JB
8729 * symfile.h (get_section_index): Define.
8730 * symfile.c (get_section_index): New function.
8731 * mdebugread.c (SC_IS_SBSS): New macro.
8732 (SC_IS_BSS): Return true for the scBss storage class only, as
8733 the scSBss storage class refers to the .sbss section.
8734 (parse_partial_symbols): Discard the symbols which associated
8735 section does not exist.
8736 Make sure to use the .sbss section index for symbols which
8737 storage class is scBss, rather than using the .bss section index.
8738
51eb8b08
JT
87392002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8740
8741 * vax-tdep.c: Update copyright years.
8742 (vax_register_name): New function.
8743 (vax_register_byte): Ditto.
8744 (vax_register_raw_size): Ditto.
8745 (vax_register_virtual_size): Ditto.
8746 (vax_register_virtual_type): Ditto.
8747 * config/vax/tm-vax.h: Update copyright years.
8748 (REGISTER_NAMES): Remove.
8749 (REGISTER_NAME): Define.
8750 (REGISTER_BYTE): Use vax_register_byte.
8751 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8752 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8753 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8754
6cc1c0a8
AC
87552002-04-21 Andrew Cagney <ac131313@redhat.com>
8756
8757 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8758 declaration
8759 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8760
9319a2fe
DM
87612002-04-21 David S. Miller <davem@redhat.com>
8762
8763 * arch-utils.c (generic_prologue_frameless_p): Kill
8764 SKIP_PROLOGUE_FRAMELESS_P code.
8765 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8766 references.
8767 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8768 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8769 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8770 references.
8771 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8772 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8773 (sparc_gdbarch_init): Pass it to
8774 set_gdbarch_prologue_frameless_p.
a0e8a2d1 8775
e9ed6d01
JT
87762002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8777
8778 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8779 (alphabsd-nat.o): New dependency list.
8780
36012033
JT
87812002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8782
8783 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8784 alphafbsd-tdep.c.
8785 (alpha-linux-tdep.o): New dependency list.
8786 (alphafbsd-tdep.o): Likewise.
8787
3379287a
JT
87882002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8789
8790 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8791 to here...
8792 * alpha-tdep.c: ...from here.
8793 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8794
4bcbd6cb
JT
87952002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8796
8797 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8798 prototype from here...
8799 * alpha-tdep.h: ...to here.
8800
b31da25e
AC
88012002-04-21 Andrew Cagney <ac131313@redhat.com>
8802
8803 * frame.h (selected_frame_level): Document as deprecated.
8804 (frame_relative_level): Declare.
8805 * stack.c (frame_relative_level): New function.
8806 (selected_frame_level): Document as deprecated.
8807 (select_frame): Do not set the selected_frame_level.
8808
8809 * stack.c (frame_info, record_selected_frame): Update.
8810 (frame_command, current_frame_command): Update.
8811 (up_silently_base, up_command, down_silently_base): Update.
8812 (down_command): Update.
8813 * inflow.c (kill_command): Update.
8814 * tracepoint.c (finish_tfind_command): Update.
8815 * corelow.c (core_open): Update.
8816 * thread.c (info_threads_command): Update.
8817 (do_captured_thread_select): Update.
8818 * infcmd.c (finish_command): Update.
8819 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8820
9c1d6fe5
JT
88212002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8822
8823 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8824
ab89facf
AC
88252002-04-21 Andrew Cagney <ac131313@redhat.com>
8826
8827 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8828 type const.
8829
82a4efa1
JT
88302002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8831
8832 * alphafbsd-tdep.c: Update copyright years. Include
8833 alpha-tdep.h.
8834 (alphafbsd_use_struct_convention): Make static.
8835 (alphafbsd_init_abi): New function.
8836 (_initialize_alphafbsd_tdep): New function.
8837 * config/alpha/tm-fbsd.h: Update copyright years.
8838 (USE_STRUCT_CONVENTION): Remove.
8839
44dffaac
JT
88402002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8841
8842 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8843 an Alpha ABI variant.
8844 (alpha_abi_handler_list): Declare.
8845 (alpha_gdbarch_register_os_abi): New function.
8846 (alpha_gdbarch_init): Give registered ABI variant handlers a
8847 chance to tweak the gdbarch once we have set up defaults.
8848 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8849
65585be4
JT
88502002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8851
8852 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8853 to standard_coerce_float_to_double.
8854 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8855
d9b023cc
JT
88562002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8857
8858 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8859 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8860 from gdbarch_tdep rather than a constant.
8861 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8862 the default text address for all Alpha Unix ABIs.
8863 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8864 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8865
dc129d82
JT
88662002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8867
8868 * alpha-tdep.h: New file. Includes several Alpha target constants
8869 taken from...
8870 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8871 let gdbarch deal with.
8872 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8873 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8874 to dependency list.
8875 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8876 Alpha target register names.
8877 * alphabsd-nat.c: Likewise.
8878 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8879 Alpha target register names. Make serveral routines static.
8880 (alpha_get_saved_register): New function.
8881 (alpha_abi_names): New.
8882 (process_note_abi_tag_sections): New function.
8883 (get_elfosabi): New function.
8884 (alpha_gdbarch_init): New function.
8885 (alpha_dump_tdep): New function.
8886 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8887
d49d1e0a
AC
88882002-04-21 Andrew Cagney <ac131313@redhat.com>
8889
8890 * frame.c (find_saved_register): Delete #ifdef
8891 HAVE_REGISTER_WINDOWS code.
8892 * config/sparc/tm-sparc.h: Update comments.
8893 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8894
92e8c9ed
AC
88952002-04-21 Andrew Cagney <ac131313@redhat.com>
8896
8897 * i960-tdep.c (i960_find_saved_register): New function.
8898 (i960_get_saved_register): New function.
8899 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8900 (i960_get_saved_register): Declare.
8901 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8902
e1925118
DM
89032002-04-20 David S. Miller <davem@redhat.com>
8904
8905 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8906
29673b29
AC
89072002-04-20 Andrew Cagney <ac131313@redhat.com>
8908
8909 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8910 instead of NUM_PSEUDO_REGS.
8911
6c86dcd5
DM
89122002-04-20 David S. Miller <davem@redhat.com>
8913
8914 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8915 GDB_MULTI_ARCH_PARTIAL
8916 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8917 define, let tm-sp64.h do it.
8918
aa40ec90
JT
89192002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8920
8921 * frame.c (find_saved_register): Avoid a NULL pointer
8922 dereference and actually walk the frame list.
8923
0f79675b
AC
89242002-04-20 Andrew Cagney <ac131313@redhat.com>
8925
8926 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8927 sorted in most most-recent-used order. Document.
8928 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 8929
f91305dd 89302002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
8931
8932 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8933 instead of ->prev.
8934 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8935 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8936 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8937 instead of ->prev.
8938
73d322b1
EZ
89392002-04-19 Elena Zannoni <ezannoni@redhat.com>
8940
8941 Fix PR gdb/471.
8942 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8943 (build_builtin_type_vec128): Ditto.
8944 (append_composite_type_field): Fix calculation of type length in
8945 union case.
8946
ccd9a834
EZ
89472002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8948
8949 * config/djgpp/README: Update.
8950
8951 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8952 compiler warnings.
8953
a57f9e49
JT
89542002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8955
8956 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8957 (alpha_setup_arbitrary_frame): ...to this.
8958 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8959 for alpha_setup_arbitrary_frame.
8960
f4f9705a
AC
89612002-04-18 Andrew Cagney <cagney@redhat.com>
8962
8963 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8964 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 8965
f4f9705a
AC
8966 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8967 * target.h (memory_breakpoint_from_pc): Update declaration.
8968 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8969
8970 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8971 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8972 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8973 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8974 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8975 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8976 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8977 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8978 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8979 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8980 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8981 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8982
8983 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8984 const pointer.
8985 * monitor.c (monitor_insert_breakpoint): Ditto.
8986 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8987
8988 * config/mcore/tm-mcore.h: Update copyright.
8989 * mem-break.c: Ditto.
8990 * xstormy16-tdep.c: Ditto.
8991
29f319b8
PM
89922002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8993
8994 * p-exp.y: Add precedence rule for '^' token.
8995 This removes the shift/reduce conflicts.
8996 Remove the comment concerning these shift/reduce conflicts.
8997
ebeac11a
EZ
89982002-04-18 Elena Zannoni <ezannoni@redhat.com>
8999
9000 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9001 (registers_powerpc_nofp): New register set for processors
9002 without floating point unit.
9003
27c31547
DM
90042002-04-18 David S. Miller <davem@redhat.com>
9005
9006 * MAINTAINERS: Add myself to write-after-approval.
9007
47a73475
MS
90082002-04-17 Michael Snyder <msnyder@redhat.com>
9009
9010 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9011
953836b2
AC
90122002-04-17 Andrew Cagney <ac131313@redhat.com>
9013
9014 * rs6000-tdep.c (frame_initial_stack_address): Use
9015 frame_register_read to read the alloca_reg.
9016
8b0d4340
AC
90172002-04-17 Andrew Cagney <ac131313@redhat.com>
9018
9019 * frame.c (find_saved_register): Find saved registers in the next
9020 not prev frame.
9021 Fix PR gdb/365.
9022
d8864532
AC
90232002-04-17 Andrew Cagney <ac131313@redhat.com>
9024
9025 * gdbarch.sh (LANG): Set to ``c''.
9026
36cc83a3 90272002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 9028
36cc83a3 9029 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 9030
2f4150cc 90312002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
9032
9033 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9034 Update copyright.
9035
628703c6 9036 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 9037 Also fix PR gdb/391.
361d1df0 9038
56157b4a
AC
90392002-04-14 Andrew Cagney <ac131313@redhat.com>
9040
9041 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9042 * aclocal.m4, configure: Re-generate.
9043 Fix PR gdb/391.
361d1df0 9044
6d1e3329
EZ
90452002-04-14 Elena Zannoni <ezannoni@redhat.com>
9046
9047 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9048 instead of tm_print_insn.
9049
cb06fa07
EZ
90502002-04-14 Elena Zannoni <ezannoni@redhat.com>
9051
9052 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9053
f208ba17
AC
90542002-04-14 Andrew Cagney <ac131313@redhat.com>
9055
9056 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9057 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9058 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9059
20f01a46
DH
90602002-04-12 Don Howard <dhoward@redhat.com>
9061
9062 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9063 max_user_call_depth.
9064 (init_cmd_lists): Initialize the new value;
9065 * cli/cli-script.c (execute_user_command): Limit the call depth of
9066 user defined commands. This avoids a core-dump when user commands
9067 are infinitly recursive.
9068
a88376a3
KB
90692002-04-12 Kevin Buettner <kevinb@redhat.com>
9070
9071 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9072 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9073 from tdep struct instead of DEFAULT_LR_SAVE.
9074 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9075 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9076 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9077
f2172603
MS
90782002-04-12 Michael Snyder <msnyder@redhat.com>
9079
694f61fb 9080 * Remote.c: Spelling fix.
20fe79c8
MS
9081 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9082 If no symbol found for "sbrk", try "_sbrk".
9083 (make_output_phdrs): Use bfd_section_name.
9084 (gcore_copy_callback): Use bfd_section_name.
62995fc4 9085 * eval.c: Indentation fix-ups.
169a7369
MS
9086 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9087 in case it gets applied to an address that is already
9088 in the instruction space.
de74f71f
MS
9089 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9090 * symfile.c: Fix indentation, long lines.
f2172603
MS
9091 * source.c: White space fix-up.
9092
cda5a58a
AC
90932002-04-12 Andrew Cagney <cagney@redhat.com>
9094
9095 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9096 * frame.c (frame_register_read): New function. Return non-zero on
9097 success.
9098 (read_relative_register_raw_bytes_for_frame): Delete.
9099 (read_relative_register_raw_bytes): Delete.
9100 * frame.h (frame_register_read): Declare.
9101 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9102 * sh-tdep.c: Ditto.
9103 * infcmd.c (do_registers_info): Ditto.
9104 * hppa-tdep.c: Ditto.
9105 * rs6000-tdep.c: Ditto.
9106 * h8500-tdep.c: Ditto.
9107 * mips-tdep.c: Ditto.
9108 * h8300-tdep.c: Ditto.
9109 * z8k-tdep.c: Ditto.
9110
2ea5f656
KB
91112002-04-12 Kevin Buettner <kevinb@redhat.com>
9112
9113 From Jimi X <jimix@watson.ibm.com>:
9114 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9115 64-bit SysV ABI.
9116
27b15785
KB
91172002-04-12 Kevin Buettner <kevinb@redhat.com>
9118
9119 From Jimi X <jimix@watson.ibm.com>:
9120 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9121 bfd info.
9122
5d57ee30
KB
91232002-04-12 Kevin Buettner <kevinb@redhat.com>
9124
9125 From Jimi X <jimix@watson.ibm.com>:
9126 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9127 register sets for these processor variants.
9128
bc1e36ca
DJ
91292002-04-11 Daniel Jacobowitz <drow@mvista.com>
9130
bc1e36ca
DJ
9131 * regformats/reg-ppc.dat: Support FPSCR.
9132
e3f36dbd
KB
91332002-04-11 Kevin Buettner <kevinb@redhat.com>
9134
9135 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9136 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9137 Add fpscr as an invalid/unfetchable register.
9138 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9139 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9140 (fill_fpregset): Add support for register fpscr.
9141 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9142 (fill_gregset): Account for the fact that register ``mq'' might
9143 not exist.
9144 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9145 (registers_power): Add fpscr to register set at slot 71.
9146 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9147 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9148
943c9c25
MS
91492002-04-11 Michael Snyder <msnyder@redhat.com>
9150
9151 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9152 * configure: Regenerate.
9153 * config.in: Regenerate.
9154 * acconfig.h: Add define for _SYSCALL32.
9155 * core-sol2.c: Remove #define _SYSCALL32.
9156 * solib-legacy.c: Remove #define _SYSCALL32.
9157
d8c0a2e7
AC
91582002-04-10 Andrew Cagney <ac131313@redhat.com>
9159
9160 * stack.c (select_frame): Cleanup internal error message, do not
9161 use %p.
9162
7cc19214
AC
91632002-04-10 Andrew Cagney <ac131313@redhat.com>
9164
9165 * stack.c (select_frame): Check that selected_frame and the
9166 specified level are as expected.
9167 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9168 Update copyright.
9169 * frame.h (struct frame_info): Add field `level'. Update
9170 copyright.
9171 Work-in-progress PR gdb/464.
9172
67a2b77e
AC
91732002-04-10 Andrew Cagney <ac131313@redhat.com>
9174
9175 * maint.c (maint_print_section_info): Rename print_section_info.
9176 (print_bfd_section_info, print_objfile_section_info): Update.
9177 * inferior.h (struct gdbarch): Add opaque declaration.
9178 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9179 * gdbarch.h: Regenerate.
9180
8cfda98c
ML
91812002-04-10 Michal Ludvig <mludvig@suse.cz>
9182
9183 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9184 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9185 (kernel_u_size): Added.
9186 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9187 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9188
ca439ad2 91892002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 9190
ca439ad2
JI
9191 * valarith.c (find_size_for_pointer_math): New function, either returns
9192 the size for a pointer's target, returns 1 for void *, or errors for
9193 incomplete types.
9194 (value_add, value_sub): use find_size_for_pointer_math.
9195
2f2893d9
DJ
91962002-04-09 Daniel Jacobowitz <drow@mvista.com>
9197
9198 * linux-low.c (linux_look_up_symbols): New hook.
9199 (linux_target_ops): Add linux_look_up_symbols.
9200 * remote-utils.c (decode_address): New function.
9201 (look_up_one_symbol): New function.
9202 * server.c (handle_query): Call target look_up_symbols hook.
9203 * server.h (look_up_one_symbol): Add prototype.
9204 * target.h (struct target_ops): Add look_up_symbols hook.
9205
96cb11df
AC
92062002-04-09 Andrew Cagney <ac131313@redhat.com>
9207
9208 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9209 override FP_REGNUM with frame->fp. Update copyright.
9210 * parse.c (num_std_regs, std_regs): Delete.
9211 (target_map_name_to_register): Do not search std_regs. Update
9212 function description.
9213 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9214 declarations. Update copyright.
9215 Fix PR gdb/251.
361d1df0 9216
97658e92
DJ
92172002-04-09 Daniel Jacobowitz <drow@mvista.com>
9218
9219 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9220 after the last symbol in a block.
9221
6044e3eb
PM
92222002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9223
9224 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9225 is non zero as a found symbol.
9226
0406ec40
AC
92272002-04-08 Andrew Cagney <ac131313@redhat.com>
9228
9229 * findvar.c: Include "builtin-regs.h".
9230 (value_of_register): Call value_of_builtin_reg when applicable.
9231 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9232 (target_map_name_to_register): Call
9233 builtin_reg_map_name_to_regnum.
9234 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9235 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9236 (builtin_regs_h): Define.
9237 (builtin-regs.o): New target.
9238 (findvar.o): Add $(builtin_regs_h).
9239 * builtin-regs.c, builtin-regs.h: New files.
9240 * std-regs.c: New file.
9241 Partial fix for PR gdb/251.
9242
56a6dfb9
KB
92432002-04-08 Kevin Buettner <kevinb@redhat.com>
9244
9245 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9246 it's no longer required.
9247
3a808432
AC
92482002-04-08 Andrew Cagney <ac131313@redhat.com>
9249
9250 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9251
7c40d541
KB
92522002-04-08 Kevin Buettner <kevinb@redhat.com>
9253
9254 From Jimi X <jimix@watson.ibm.com>:
9255 * rs6000-tdep.c (rs6000_software_single_step): Use
9256 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9257 and size. Use target_insert_breakpoint() and
9258 target_remove_breakpoint() to insert and remove breakpoints
9259 instead of explicit memory reads and writes.
9260
cc9836a8
KB
92612002-04-08 Kevin Buettner <kevinb@redhat.com>
9262
9263 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9264 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9265 ELF_OBJECT_FORMAT ifdef.
9266
7495d1dc
KB
92672002-04-08 Kevin Buettner <kevinb@redhat.com>
9268
9269 From Jimi X <jimix@watson.ibm.com>:
9270 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9271
4288e836
KB
92722002-04-08 Kevin Buettner <kevinb@redhat.com>
9273
9274 From Jimi X <jimix@watson.ibm.com>:
9275 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9276 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9277
a4e4e501
MK
92782002-04-07 Mark Kettenis <kettenis@gnu.org>
9279
9280 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9281 s/asprintf/xasprintf/.
9282 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9283
006defba
AC
92842002-04-07 Andrew Cagney <ac131313@redhat.com>
9285
9286 I believe Jeff Law denies responsability for this one:
9287 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9288 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9289 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9290 Work-around for PR gdb/366.
9291
7aa83cac
EZ
92922002-04-07 Elena Zannoni <ezannoni@redhat.com>
9293
9294 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9295 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9296 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9297
cf1fcca1
EZ
92982002-04-07 Elena Zannoni <ezannoni@redhat.com>
9299
9300 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9301 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9302 information.
9303
3f289e6f
AC
93042002-04-07 Andrew Cagney <ac131313@redhat.com>
9305
9306 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9307 maintainer.
9308
129188f6
AC
93092002-04-07 Andrew Cagney <ac131313@redhat.com>
9310
9311 * README (Reporting Bugs in GDB): Document the bug web page as the
9312 prefered way of submitting bugs.
9313 Fix PR gdb/402.
9314
1200cd6e
AC
93152002-04-06 Andrew Cagney <ac131313@redhat.com>
9316
9317 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9318 -1. Update comment.
9319 * gdbarch.h, gdbarch.c: Re-generate.
9320
2853c33c
AS
93212002-04-07 Andreas Schwab <schwab@suse.de>
9322
9323 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9324 buffer to regcache_collect.
9325
c2169756
AC
93262002-04-06 Andrew Cagney <ac131313@redhat.com>
9327
9328 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9329 * gdbarch.c, gdbarch.h: Re-generate.
9330
25f1b008
AC
93312002-04-06 Andrew Cagney <ac131313@redhat.com>
9332
9333 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9334 declaration. Fix -Werror.
9335
59263426
DJ
93362002-04-05 Daniel Jacobowitz <drow@mvista.com>
9337
9338 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9339 * gdbarch.c: Regenerate.
9340
f5db4da3
MS
93412002-04-05 Michael Snyder <msnyder@redhat.com>
9342
80f8a6eb
MS
9343 * breakpoint.c (clear_command): Rewrite middle section to
9344 combine two loops with identical control conditions.
9345 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
9346 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9347
ad3dcc5c
L
93482002-04-05 H.J. Lu (hjl@gnu.org)
9349
9350 * solib-svr4.c (bkpt_names): Add "__start".
9351
f32e7a74
AC
93522002-04-04 Andrew Cagney <ac131313@redhat.com>
9353
9354 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9355 as test for 64 bit target.
9356
8227c0ff
AC
93572002-04-05 Andrew Cagney <ac131313@redhat.com>
9358
9359 * h8500-tdep.c (h8500_write_fp): Delete function.
9360 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9361 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9362 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9363 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9364 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9365 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9366 (s390_write_fp):
9367 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9368 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9369 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9370 (d10v_write_fp): Delete function.
9371 * inferior.h (write_fp, generic_target_write_fp): Delete
9372 declarations.
9373 * regcache.c (generic_target_write_fp): Delete function.
9374 (write_fp): Delete function.
9375 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9376 * gdbarch.h, gdbarch.c: Regenerate.
9377 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9378 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9379 (sparc64_write_fp): Delete declaration.
9380 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9381 (h8500_write_fp): Delete declaration.
9382
2757dd86
AC
93832002-04-04 Andrew Cagney <ac131313@redhat.com>
9384
9385 * sparc-tdep.c (sparc64_write_fp): Delete.
9386 (sparc_push_dummy_frame): Replace write_fp call with code to store
9387 the FP directly.
9388 (sparc_gdbarch_init): Do not initialize write_fp.
9389
c69255e1
KB
93902002-04-05 Kevin Buettner <kevinb@redhat.com>
9391
9392 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9393 clause.
9394
ae767bfb
JB
93952002-03-29 Jim Blandy <jimb@redhat.com>
9396
9397 * stack.c (get_selected_block): Add new argument `addr_in_block',
9398 used to return the exact code address we used to select the block,
9399 not just the block.
9400 * blockframe.c (get_frame_block, get_current_block): Same.
9401 * frame.h (get_frame_block, get_current_block,
9402 get_selected_block): Update declarations.
9403 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9404 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9405
84d2ac95
MS
94062002-04-05 Michael Snyder <msnyder@redhat.com>
9407
9408 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9409 warning message.
9410
596aa3bf
JB
94112002-04-05 J. Brobecker <brobecker@gnat.com>
9412
9413 * utils.c (xfullpath): New function.
9414 * defs.h (xfullpath): Add declaration.
9415 * source.c (openp): Use xfullpath in place of gdb_realpath to
9416 avoid resolving the basename part of filenames when the
9417 associated file is a symbolic link. This fixes a potential
9418 inconsistency between the filenames known to GDB and the
9419 filenames it prints in the annotations.
9420 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9421 to be able to match a filename with either the real filename, or
9422 the name of any symbolic link to this file.
9423 (lookup_partial_symtab): Ditto.
9424
c02f5703
MS
94252002-04-04 Michael Snyder <msnyder@redhat.com>
9426
9427 * breakpoint.c: Add support for hardware breakpoints in overlays.
9428 (overlay_events_enabled): New state variable.
9429 (insert_breakpoints): Use overlay_events_enabled to decide
9430 whether to attempt to set a breakpoint at the overlay load addr.
9431 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9432 (remove_breakpoint): Use overlay_events_enabled to decide
9433 whether breakpoints need to be removed from overlay load addr.
9434 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9435 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 9436 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
9437 disable_overlay_breakpoints): Update overlay_events_enabled.
9438
5fb290d7
DJ
94392002-04-04 Daniel Jacobowitz <drow@mvista.com>
9440
9441 * dwarf2read.c (struct function_range): New.
9442 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9443 (check_cu_functions): New.
9444 (read_file_scope): Initialize global function lists.
9445 Call dwarf_decode_line after processing children.
9446 (read_func_scope): Add to global function list.
9447 (dwarf_decode_lines): Call check_cu_functions everywhere
9448 record_line is called. Call record_line with a linenumber
9449 of 0 to mark sequence ends.
9450
7b3fabf0
ML
94512002-04-04 Michal Ludvig <mludvig@suse.cz>
9452
361d1df0 9453 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
9454 change sync with glibc.
9455
bce58c09
JB
94562002-04-03 Jim Blandy <jimb@redhat.com>
9457
9458 * configure.in: Call AC_C_INLINE.
9459 * configure: Regenerated.
361d1df0 9460
2fccf04a
DJ
94612002-04-01 Daniel Jacobowitz <drow@mvista.com>
9462
9463 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9464 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9465
2d1bfe2e
MK
94662002-03-31 Mark Kettenis <kettenis@gnu.org>
9467
a5941fbf
MK
9468 * NEWS: Mention gcore support on FreeBSD/i386.
9469
a90cd31d
MK
9470 * fbsd-proc.c: New file.
9471 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9472 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9473
2d1bfe2e
MK
9474 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9475 while statement.
9476
9eb6e5a1
JB
94772002-03-29 Jim Blandy <jimb@redhat.com>
9478
9479 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9480 unescaped newlines in string literals, but newer ones don't. So
9481 escape them.
9482
f02df580
MS
94832002-03-26 Michael Snyder <msnyder@redhat.com>
9484 Andrew Cagney <cagney@redhat.com>
9485
361d1df0 9486 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
9487 restore file to memory.
9488 * cli/cli-dump.h: New file.
9489 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 9490 * NEWS: Mention new commands.
f02df580 9491
109f874e
MS
94922002-03-28 Michael Snyder <msnyder@redhat.com>
9493
9494 * symfile.c (symbol_file_add): Move test for null symbols to later.
9495
520f6ade
AC
94962002-03-27 Andrew Cagney <ac131313@redhat.com>
9497
9498 From veksler at il.ibm.com:
9499 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9500 the xstrduped original path.
9501 Fix PR gdb/417.
9502
d4654627
MS
95032002-03-27 Michael Snyder <msnyder@redhat.com>
9504
9505 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9506 * infcmd.c (_initialize_infcmd): Ditto.
9507 * language.c (_initialize_language): Ditto.
9508 * symfile.c (_initialize_symfile): Ditto.
9509 * top.c (_init_main): Ditto.
9510 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9511
6be8bc0c
EZ
95122002-03-27 Elena Zannoni <ezannoni@redhat.com>
9513
9514 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9515 vector registers handling.
9516 (skip_prologue): Handle new AltiVec instructions. Fill in new
9517 fields of frame data.
9518 (frame_get_saved_regs): Fill in information for AltiVec registers.
9519
12af6855
JB
95202002-03-27 Jim Blandy <jimb@redhat.com>
9521
9522 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9523 a function; leave this macro here to invoke that function.
9524 (symbol_init_mangled_name): Declaration for that function.
9525 * symtab.c (symbol_init_mangled_name): New function.
9526
dc672865
AC
95272002-03-27 Andrew Cagney <ac131313@redhat.com>
9528
9529 * valarith.c: Replace strerror with safe_strerror.
9530 * tracepoint.c: Ditto.
9531 * lin-lwp.c: Ditto.
9532 * go32-nat.c: Ditto.
9533 * inflow.c: Ditto.
9534 * gnu-nat.c: Ditto.
9535
d96429cd
AS
95362002-03-27 Andreas Schwab <schwab@suse.de>
9537
9538 * event-top.c (command_line_handler): Remove useless if.
9539
7e336ba1
AJ
95402002-03-27 Andreas Jaeger <aj@suse.de>
9541
9542 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9543 comment.
9544
de220d0f
ML
95452002-03-27 Michal Ludvig <mludvig@suse.cz>
9546
9547 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9548 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9549 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9550 (x86_64_linux_dr_get_status, supply_gregset),
9551 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9552 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9553 (x86_64_register_info_table): Add.
9554 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9555 (x86_64_register_raw_size, x86_64_register_virtual_type),
9556 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9557 general x86_64_register_info_table.
9558 (i386_gdbarch_init): gdbarch_register_bytes is now set
9559 dynamicaly during initialization.
9560 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9561 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 9562
0e98d0a7
DJ
95632002-03-27 Daniel Jacobowitz <drow@mvista.com>
9564
9565 * gdbserver/server.c (main): Call target_signal_to_host_p
9566 and target_signal_to_host on signals received from the remote.
9567 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9568 target_signal_from_host on signals sent to the remote.
9569 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9570 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9571
3130066b
DJ
95722002-03-27 Daniel Jacobowitz <drow@mvista.com>
9573
9574 * signals/signals.c: Include "server.h" in gdbserver build.
9575 (target_signal_from_name): Don't use STREQ.
9576 (_initialize_signals): Likewise. Don't include function in
9577 gdbserver build.
9578
9aedf4f4
DJ
95792002-03-27 Daniel Jacobowitz <drow@mvista.com>
9580
9581 * signals.c: Moved to...
9582 * signals/signals.c: Here.
7e336ba1 9583 * Makefile (signals.o): Update.
9aedf4f4 9584
3fa41cdb
JL
95852002-03-26 Jeff Law (law@redhat.com)
9586
9587 * somread.c (som_symtab_read): Remove some commented out code and
9588 updated related comments. Do not set the minimal symbol table to
9589 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9590 in a dynamic executable.
9591 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9592 where we are unable to find the minimal symbol for the given
9593 PC value.
9594
ee677e8d
MS
95952002-03-25 Jeff Law (law@redhat.com)
9596
9597 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9598
e76e1718
ML
95992002-03-25 Michal Ludvig <mludvig@suse.cz>
9600
9601 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9602
18a642a1
AC
96032002-03-23 Andrew Cagney <ac131313@redhat.com>
9604
9605 * command.h: Update copyright.
9606 (struct cmd_list_element): Replace definition with opaque
9607 declaration.
9608 (enum cmd_types): Document that it will eventually be moved to
9609 cli/cli-decode.h
9610 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9611 (MALLOCED_REPLACEMENT): Delete macro.
9612 * Makefile.in (cli_decode_h): Add $(command_h).
9613 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 9614 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
9615 * completer.c: Include "cli/cli-decode.h".
9616 * maint.c: Include "cli/cli-decode.h".
9617 * cli/cli-decode.h: Include "command.h".
9618 (enum command_class): Delete.
9619 (enum cmd_types): Comment out.
9620 (enum cmd_auto_boolean): Delete.
9621 (enum var_types): Delete.
9622
b2875cc0
AC
96232002-03-23 Andrew Cagney <ac131313@redhat.com>
9624
9625 * cli/cli-decode.c: Include "gdb_assert.h".
9626 (add_set_or_show_cmd): New static function.
9627 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9628 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9629 all fields, such as func, from the set command.
9630
3b45974e
AC
96312002-03-23 Andrew Cagney <ac131313@redhat.com>
9632
9633 * MAINTAINERS (sh-elf): Change warning flag to -w.
9634
823ca731
AC
96352002-03-23 Andrew Cagney <cagney@redhat.com>
9636
9637 * defs.h (error): Add printf format attribute.
9638 * thread-db.c (thread_from_lwp): Fix error format string.
9639 * stack.c (parse_frame_specification): Ditto.
9640 * cli/cli-decode.c (undef_cmd_error): Ditto.
9641 * scm-lang.c (scm_lookup_name): Ditto.
9642 * tracepoint.c (trace_error): Ditto.
9643 * remote-utils.c (usage): Ditto.
9644 * remote.c (compare_sections_command): Ditto.
9645 Fix PR gdb/328.
9646
0e101458
AC
96472002-03-22 Andrew Cagney <ac131313@redhat.com>
9648
9649 * gdbtypes.c (append_composite_type_field): New function.
9650 (init_composite_type): New function.
9651 * gdbtypes.h (append_composite_type_field): Declare.
9652 (init_composite_type): Ditto.
9653
8e0662df
EZ
96542002-03-22 Elena Zannoni <ezannoni@redhat.com>
9655
9656 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 9657 function.
8e0662df
EZ
9658 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9659 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9660 structure returning convention for SYSV ABI case, but not
9661 for GNU/Linux, FreeBSD, or NetBSD.
9662
3121eff0
DJ
96632002-03-22 Daniel Jacobowitz <drow@mvista.com>
9664
9665 * symtab.h (lookup_block_symbol): Add mangled_name argument
9666 to prototype.
9667
9668 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9669 with new mangled_name argument.
9670 * linespec.c (decode_line_1): Likewise.
9671 * valops (value_of_this): Likewise.
9672 * symtab.c (lookup_transparent_type): Likewise.
9673 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9674 (lookup_symbol): If we are given a mangled name, pass it down
9675 to lookup_symbol_aux.
9676 (lookup_block_symbol): If we are given a mangled name to check
9677 against, only return symbols which match it.
9678
349b409f
CF
96792002-03-22 Christopher Faylor <cgf@redhat.com>
9680
9681 * win32-nat.c (child_create_inferior): Check for proper shell to use
9682 here, in case the user changes it on the fly.
9683 (_initialize_inftarg): Remove shell path considerations.
9684
2a873819
EZ
96852002-03-21 Elena Zannoni <ezannoni@redhat.com>
9686
9687 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9688 for gdbarch_max_register_raw_size and max_register_virtual_size.
9689 Adjust copyright year.
9690
a1b9830c
DJ
96912002-03-21 Daniel Jacobowitz <drow@mvista.com>
9692
9693 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9694 in a function to cover the entire beginning of the function
9695 as well if it does not already.
9696
8b5790f2
TR
96972002-03-21 Tom Rix <trix@redhat.com>
9698
9699 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9700 (rs6000_ptrace64): Renamed from ptrace64.
9701
bdbe5747
MH
97022002-03-20 Martin M. Hunt <hunt@redhat.com>
9703
9704 * gdbserver/remote-utils.c (remote_open): Don't call
9705 getprotobyname, we're all using TCP here so just use
9706 IPPROTO_TCP.
7e336ba1 9707 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
9708
97092002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 9710
bdbe5747
MH
9711 * regcache.c (_initialize_regcache): No need to call
9712 build_regcache() at this time; it gets called whenever
9713 the gdbarch changes.
9714
7781cd62
DB
97152002-03-20 David O'Brien <obrien@FreeBSD.org>
9716
9717 * sparc-nat.c: Include sys/param.h where possible.
9718
f65ca430
DJ
97192002-03-20 Daniel Jacobowitz <drow@mvista.com>
9720
9721 Fix PR gdb/422.
9722 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9723 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9724 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9725 complex types.
9726 * stabsread.c (rs6000_builtin_type): Likewise.
9727 (read_sun_floating_type): Likewise.
9728
0c867556
PS
97292002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9730
9731 * stabsread.c (read_member_functions): Remove skip code for duplicate
9732 constructor/destructor methods. Use standard parsing for these
9733 methods and just do not chain them to the list of methods after
9734 parsing.
9735
12b9c64f
AO
97362002-03-19 Alexandre Oliva <aoliva@redhat.com>
9737
9738 * coffread.c: Remove redundant static declarations. Replace
9739 occurrences of `PTR' with `void *'.
9740 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9741 * top.h (quit_cover): Likewise.
9742 * defs.h (catch_errors): Likewise.
9743
349c5d5f
AC
97442002-03-18 Andrew Cagney <ac131313@redhat.com>
9745
9746 * defs.h (XMALLOC): Define.
9747 * gdb-events.sh (XMALLOC): Delete macro.
9748 * gdb-events.c, gdb-events.h: Regenerate.
9749 * gdbarch.sh (XMALLOC): Delete macro.
9750 * gdbarch.c: Regenerate.
9751 * serial.c (XMALLOC): Delete macro.
9752 * ui-file.c (XMALLOC): Ditto.
9753 * ser-unix.h (XMALLOC): Ditto.
9754 * sh-tdep.c (XMALLOC): Ditto.
9755 * ui-out.c (XMALLOC): Ditto.
9756 * utils.c (XMALLOC): Ditto.
9757 * i386-tdep.c (XMALLOC): Ditto.
9758 * gdb-events.c (XMALLOC): Ditto.
9759 * d10v-tdep.c (XMALLOC): Ditto.
9760 * cli-out.c (XMALLOC): Ditto.
9761
9762 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9763 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9764 * ui-file.c, ui-out.c: Ditto.
9765
7d0766f3
AC
97662002-03-18 Andrew Cagney <ac131313@redhat.com>
9767
9768 * command.h (struct cmd_list_element): Add field context.
9769 (set_cmd_context, get_cmd_context): Declare.
9770 * cli/cli-decode.h: Ditto.
9771 * cli/cli-decode.c (get_cmd_context): New function.
9772 (set_cmd_context): New function.
9773 (add_cmd): Initialize context.
9774 Part of fixing PR gdb/145 and PR gdb/146.
9775
5913bcb0
AC
97762002-03-17 Andrew Cagney <ac131313@redhat.com>
9777
1868c04e
AC
9778 * cli/cli-decode.c (cmd_type): New function.
9779 * command.h (cmd_type): Declare.
9780 * infrun.c (set_schedlock_func): Call function cmd_type.
9781 * kod.c (kod_set_os): Call cmd_type.
9782 * cris-tdep.c (cris_version_update): Use function cmd_type.
9783 (cris_mode_update, cris_abi_update): Ditto.
9784
5913bcb0
AC
9785 * command.h: (execute_cmd_post_hook): Declare.
9786 (execute_cmd_pre_hook): Declare.
9787 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9788 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9789 functions. Execute pre/post hook while ensuring that afterwords
9790 hook_in is cleared.
9791 * top.c (execute_command): Use execute_cmd_post_hook, and
9792 execute_cmd_pre_hook to execute pre/post commands.
9793 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9794 hook_stop_stub.
9795 (hook_stop_stub): Call execute_cmd_pre_hook.
9796
b51450c9
AC
97972002-03-17 Andrew Cagney <ac131313@redhat.com>
9798
9799 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9800 set'' and this leads to a core dump. Move xstrdup of
9801 operating_system to after check that it is not NULL.
9802
f66c9f11
AC
98032002-03-17 Andrew Cagney <ac131313@redhat.com>
9804
8e694ecf
AC
9805 * kod.c (kod_set_os): Remove unnecessary check that
9806 ``command->type'' is set_cmd.
9807
f66c9f11
AC
9808 * valprint.c (set_input_radix): Use input_radix.
9809 (set_output_radix): Use output_radix.
9810 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9811 isn't reverted.
9812
9d01611c
AC
98132002-03-16 Andrew Cagney <ac131313@redhat.com>
9814
9815 * value.h (struct value): Delete field ``substring_addr''. Change
9816 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
9817 force_core_addr_align and force_pointer_aligh.
9818
9819 * value.h (struct value): Fix typo in above change.
9d01611c 9820
4156bb53
PS
98212002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9822
9823 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9824 to fix internal_error from ``maintenance print architecture''.
9825
0e5e3ea6
PS
98262002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9827
9828 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9829 for gcc versions after gcc-2.8.1.
9830
9b013045
PS
98312002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9832
9833 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9834 for method resolution. Restore adjustment of ``this'' pointer after
9835 calling value_struct_elt, which was accidentally removed during the
9836 HP merge.
9837
376c9600
AC
98382002-03-15 Andrew Cagney <ac131313@redhat.com>
9839
9840 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9841 value_of_register.
9842 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9843 get_saved_register.
9844 * value.h (value_of_register): Update.
9845
a4db0f07
RH
98462002-03-14 Richard Henderson <rth@redhat.com>
9847
9848 * configure.in: Detect declaration for canonicalize_file_name.
9849 * utils.c (canonicalize_file_name): Declare, if needed.
9850 (gdb_realpath): Prefer realpath if available and usable.
9851 * config.in, configure: Rebuild.
9852
96383835
RH
98532002-03-14 Richard Henderson <rth@redhat.com>
9854
9855 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9856 a constant array bound.
9857
9858 * MAINTAINERS: Add myself to write-after-approval.
9859
75245b24
MS
98602002-03-14 Michael Snyder <msnyder@redhat.com>
9861
9862 * symfile.c (syms_from_objfile): Return immediately if no syms.
9863 (symbol_file_add): Return immediately if no syms.
9864 (find_sym_fns): Return immediately if no syms.
9865
e641a1ca
ML
98662002-03-13 Michal Ludvig <mludvig@suse.cz>
9867
9868 * gdbserver/remote-util.c (remote_open): Print remote-side's
9869 IP address when remote debugging over the network.
7e336ba1 9870
df08bfec
DB
98712002-03-12 David O'Brien <obrien@FreeBSD.org>
9872
9873 * config/sparc/fbsd.mh: Fix copyright.
9874 * config/sparc/fbsd.mt: Likewise.
9875
9a57864f
RE
98762002-03-11 Richard Earnshaw <rearnsha@arm.com>
9877
9878 * MAINTAINERS: Fix typo in name of gdb warnings option.
9879 (x86-64): Fix formating so that this can be parsed by awk.
9880
dd7bf85e
DJ
98812002-03-10 Daniel Jacobowitz <drow@mvista.com>
9882
9883 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9884 * defs.h: Include "gdb/signals.h".
9885 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9886
33a0a2ac
ML
98872002-03-10 Michal Ludvig <mludvig@suse.cz>
9888
9889 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 9890 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
9891 from x86-64-tdep.h
9892
dd824b04
DJ
98932002-03-10 Daniel Jacobowitz <drow@mvista.com>
9894 Don Howard <dhoward@redhat.com>
9895
9896 * mips-tdep.c (ST0_FR): Define.
9897 (mips2_fp_compat): New function, temporarily disabled.
9898 (mips_read_fp_register_single): New function.
9899 (mips_read_fp_register_double): New function.
9900 (mips_print_register): Use them.
9901 (do_fp_register_row): Likewise.
9902
6a41ff59
AC
99032002-03-09 Andrew Cagney <ac131313@redhat.com>
9904
9905 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9906 approval''.
9907
4ea09c10
PS
99082002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9909
9910 * stabsread.c (read_member_functions): Fix is_stub test for
9911 static member functions, improve comment.
9912
6ccc741d
RE
99132002-03-07 Richard Earnshaw <rearnsha@arm.com>
9914
9915 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9916 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9917 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9918 commands that set boolean values.
9919 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9920 (arm_rdi_resume): Always initialize PC.
9921 (arm_rdi_open): Don't use rslt as a boolean.
9922 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9923 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9924 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9925 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9926
438013df
AO
99272002-03-06 Alexandre Oliva <aoliva@redhat.com>
9928
9929 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9930 * configure: Rebuilt.
9931
70ed8774
SC
99322002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9933
9934 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9935 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9936
5ba2abeb
AC
99372002-03-06 Andrew Cagney <ac131313@redhat.com>
9938
9939 * cli/cli-decode.c (set_cmd_completer): New function.
9940 * command.h (set_cmd_completer): Declare.
9941 * cli/cli-decode.h (set_cmd_completer): Ditto.
9942
9943 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9944 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9945 * win32-nat.c (_initialize_inftarg): Ditto.
9946 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9947 * proc-api.c (_initialize_proc_api): Ditto.
9948 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9949 * source.c (_initialize_source): Ditto.
9950 * exec.c (_initialize_exec): Ditto.
9951 * solib.c (_initialize_solib): Ditto.
9952 * top.c (init_main): Ditto.
9953 * tracepoint.c (_initialize_tracepoint): Ditto.
9954 * symfile.c (_initialize_symfile): Ditto.
9955 * printcmd.c (_initialize_printcmd): Ditto.
9956 * infcmd.c (_initialize_infcmd): Ditto.
9957 * corefile.c (_initialize_core): Ditto.
9958
f779ca99
AC
99592002-03-05 Andrew Cagney <ac131313@redhat.com>
9960
9961 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9962
01a3934b
AC
99632002-03-05 Andrew Cagney <ac131313@redhat.com>
9964
9965 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9966
37057839
AC
99672002-03-05 Andrew Cagney <ac131313@redhat.com>
9968
9969 * NEWS: Update headings, 5.2 has branched.
9970
c6ecbae5
DJ
99712002-03-04 Daniel Jacobowitz <drow@mvista.com>
9972
9973 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9974 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9975 (register_addr, REGISTER_RAW_SIZE): Likewise.
9976 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9977 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9978
e9f30c21
ML
99792002-03-03 Michal Ludvig <mludvig@suse.cz>
9980
9981 * MAINTAINERS (x86-64): Add myself.
9982 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9983 changed value_ptr -> struct value *
9984
54394ac3
DB
99852002-03-01 David O'Brien <obrien@FreeBSD.org>
9986
9987 * configure.host (sparc64-*-freebsd): Add.
9988 * configure.tgt: Likewise.
9989 * config/sparc/fbsd.mh: New file.
9990 * config/sparc/fbsd.mt: Likewise.
9991 * config/sparc/nm-fbsd.h: Likewise.
9992 * config/sparc/tm-fbsd.h: Likewise.
9993
bfe95955
DJ
99942002-03-01 Daniel Jacobowitz <drow@mvista.com>
9995
9996 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9997 regformats/reg-s390x.dat.
9998
f33c6cbf
AC
99992002-03-01 Andrew Cagney <ac131313@redhat.com>
10000
10001 * utils.c: Add FIXME explaining true/false problem.
10002
5ecaa7dd
AC
100032002-02-28 Andrew Cagney <ac131313@redhat.com>
10004
10005 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10006
2a251cc2
MC
100072002-02-28 Michael Chastain <mec@shout.net>
10008
10009 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10010
6a8031a3 100112002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
10012
10013 * gdbserver/linux-s390-low.c: New file.
10014 * regformats/reg-s390.dat: New file.
10015 * regformats/reg-s390x.dat: New file.
10016 * gdbserver/configure.srv: Add S/390.
10017 * gdbserver/Makefile.in: Add S/390.
10018 * configure.tgt: Enable gdbserver for S/390.
10019
ac469903
EZ
100202002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10021
10022 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10023 first line of the doc string for "info dos", except at the end of
10024 the sentence, since the short help stops at the first period.
10025
985cb1a3
JM
100262002-02-28 Jason Merrill <jason@redhat.com>
10027
10028 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10029
c570663e
FF
100302002-02-27 Fred Fish <fnf@redhat.com>
10031
10032 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10033 comment (dumy -> dummy).
10034
43630227
PS
100352002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10036
10037 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10038
b84911e8
RB
100392002-02-27 Rodney Brown <rbrown64@csc.com.au>
10040
10041 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10042
58caa3dc
DJ
100432002-02-27 Daniel Jacobowitz <drow@mvista.com>
10044
10045 * gdbserver/acconfig.h: New file.
10046 * gdbserver/i387-fp.c: New file.
10047 * gdbserver/i387-fp.h: New file.
10048 * gdbserver/linux-x86-64.c: New file.
10049 * regformats/reg-x86-64.dat: New file.
10050 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10051 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10052 * gdbserver/configure.in: Add support for regsets.
10053 * gdbserver/config.in: Regenerate.
10054 * gdbserver/configure: Regenerate.
10055 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10056 * gdbserver/linux-low.h: New file.
10057 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10058 for regsets.
10059 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10060 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10061 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10062 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10063 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10064 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10065 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10066 "i387-fp.h". Add PTRACE_GETREGS and friends.
10067 * gdbserver/regcache.c (supply_register): New function.
10068 (supply_register_by_name): New function.
10069 (collect_register): New function.
10070 (collect_register_by_name): New function.
10071
93652174
DJ
100722002-02-27 Daniel Jacobowitz <drow@mvista.com>
10073
10074 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10075 (config.status): Add configure.srv dependency.
10076 (server_h): Add config.h dependency.
10077
a02e4a61
DJ
100782002-02-27 Daniel Jacobowitz <drow@mvista.com>
10079
10080 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10081 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10082 * gdbserver/configure.srv: Change i386-*-linux* to use
10083 reg-i386-linux.o.
10084
ce0eebec
AC
100852002-02-26 Andrew Cagney <ac131313@redhat.com>
10086
10087 * x86-64-tdep.c: Re-indent. Update copyright date.
10088
82dbc5f7
AC
100892002-02-26 Andrew Cagney <ac131313@redhat.com>
10090
10091 From Michal Ludvig <mludvig@suse.cz>:
10092 * x86-64-tdep.c (value.h): Delete.
10093 (gdb_assert.h): Include.
10094 (x86_64_register_convert_to_virtual,
10095 x86_64_register_convert_to_raw ): Add check which lets only
10096 floating-point values to be converted.
10097 (value_push): Delete.
10098 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10099 (i386_gdbarch_init): Number of register_bytes fixed.
10100
e4621584
AC
101012002-02-26 Andrew Cagney <ac131313@redhat.com>
10102
10103 * MAINTAINERS: Add x86-64 target.
10104
81a9a963
AC
101052002-02-26 Andrew Cagney <ac131313@redhat.com>
10106
10107 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10108 * osfsolib.c (solib_map_sections): Ditto.
10109 * irix5-nat.c (solib_map_sections): Ditto.
10110 * corelow.c (gdb_check_format): Ditto.
10111 * symfile.c (symfile_bfd_open): Ditto.
10112 * solib.c (solib_map_sections): Ditto.
10113 Fix PR gdb/354.
7e336ba1 10114
0f017ab9
AC
101152002-02-26 Andrew Cagney <ac131313@redhat.com>
10116
10117 * remote.c (_initialize_remote): By default, disable ``e'' and
10118 ``E'' step out-of-range packets.
10119
75738c29
AS
101202002-02-26 Andreas Schwab <schwab@suse.de>
10121
10122 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10123 m68k_linux_frame_saved_pc.
10124 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10125 in_sigtramp.
10126 (SIGCONTEXT_PC_OFFSET): Remove.
10127 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10128 m68k_linux_sigtramp_saved_pc): New functions.
10129 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10130 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10131 (UCONTEXT_PC_OFFSET): Define.
10132 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10133 non-RT and RT signal trampolines.
10134
7e8ed687
RE
101352002-02-26 Richard Earnshaw <rearnsha@arm.com>
10136
10137 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10138 (TARGET_NBPG, STACK_END_ADDR): Delete
10139 (VARIABLES_INSIDE_BLOCK): Delete.
10140
6972bc8b
AC
101412002-02-25 Andrew Cagney <ac131313@redhat.com>
10142
10143 * utils.c (perror_with_name): Make string parameter constant.
10144 (print_sys_errmsg): Ditto.
10145 (query): Ditto.
10146 * defs.h (perror_with_name): Update.
10147 (print_sys_errmsg): Update.
10148 (query): Update.
10149
aa32f823
DJ
101502002-02-25 Daniel Jacobowitz <drow@mvista.com>
10151
10152 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10153 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10154
19caaa45
PS
101552002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10156
10157 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10158 if it already matches the current architecture from the exec file.
10159 Include arch-utils.h for gdbarch_info_init prototype.
10160 * Makefile.in (rs6000-nat.o): Update dependencies.
10161
d951901f
EZ
101622002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10163
10164 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10165 list of exported variables.
10166
7ea81414
DJ
101672002-02-24 Daniel Jacobowitz <drow@mvista.com>
10168
10169 * gdbserver/configure.srv: New file.
10170 * gdbserver/configure.in: Use configure.srv instead
10171 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10172 from it.
10173 * gdbserver/configure: Regenerated.
10174 * gdbserver/terminal.h: New file.
10175 * gdbserver/Makefile.in: Update for configure changes. Remove
10176 more unneeded include paths.
10177
080fe24b
AC
101782002-02-24 Andrew Cagney <ac131313@redhat.com>
10179
10180 From wiz at danbala:
10181 * config/sparc/tm-sp64.h: Fix grammar and typos.
10182 Fix PR gdb/287.
10183
8605d56e
AC
101842002-02-24 Andrew Cagney <ac131313@redhat.com>
10185
10186 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
10187 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10188 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10189 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
10190 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10191 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10192 * s390-tdep.c: Ditto.
92362027
AC
10193 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10194 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10195 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10196 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10197 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10198 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10199 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10200 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10201 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10202 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 10203 Fix PR gdb/378.
7e336ba1 10204
8ed32cc0
AC
102052002-02-23 Andrew Cagney <ac131313@redhat.com>
10206
a3007b6f
AC
10207 * lin-thread.c: Delete file.
10208 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10209 to gdb_proc_service.h.
10210 * configure: Re-generate.
10211
50a9e2f1
AC
10212 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10213 * serial.c (serial_open): Delete check for "ocd".
10214 Fix PR gdb/349.
10215
8b6e7932
AC
10216 * Makefile.in (linux-thread.o): Delete target.
10217 * linux-thread.c: Delete file.
10218
d155c46b
AC
10219 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10220 renamed SH files to be consistent.
10221
8ed32cc0
AC
10222 * symtab.c (sort_search_symbols): Use xfree.
10223
0e18d038
RE
102242002-02-23 Richard Earnshaw <rearnsha@arm.com>
10225
10226 * arm-linux-tdep.c (arm_linux_init_abi): Register
10227 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10228 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10229 definition with undef, since we don't want the sysvr4 definition.
10230 (SKIP_TRAMPOLINE_CODE): Likewise.
10231
27aac7ff
AC
102322002-02-23 Andrew Cagney <ac131313@redhat.com>
10233
10234 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10235
10236 * configure.in: (AC_CHECK_FUNCS) Added test for
10237 canonicalize_file_name Regenerated.
10238 * config.in, configure: Regenerated.
10239 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10240 defined use canonicalize_file_name.
7e336ba1 10241
65a6e0ee
MC
102422002-02-23 Michael Chastain <mec@shout.net>
10243
10244 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10245
47b95330
AC
102462002-02-23 Andrew Cagney <ac131313@redhat.com>
10247
10248 * README: Remove references to cygnus.com.
10249 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10250 dot com'' form. Remove references to cygnus.com and sourceware.
10251
696f451b
AC
102522002-02-23 Andrew Cagney <ac131313@redhat.com>
10253
10254 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10255 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10256 1003.1-2001 no longer allows "head -1".
10257 * gdb/Makefile.in (version.c): Likewise.
10258 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10259 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10260 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10261
bbaca940
AC
102622002-02-23 Andrew Cagney <ac131313@redhat.com>
10263
10264 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10265 * command.h (cmd_cfunc_eq): Declare.
10266 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10267
10268 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10269 ``struct cmd_list_element *''.
10270 * cli/cli-cmds.c (is_complete_command): Update. Use
10271 cmd_cfunc_eq.
10272 * top.c (execute_command): Pass the command to
10273 is_complete_command.
10274 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10275
b8b8b047
AC
102762002-02-23 Andrew Cagney <ac131313@redhat.com>
10277
10278 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10279 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10280 architecture defines.
10281 * s390-tdep.c (s390_gdbarch_init): Likewise.
10282
19d3fc80
RE
102832002-02-23 Richard Earnshaw <rearnsha@arm.com>
10284
10285 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10286 (arm_linux_push_arguments): Likewise.
10287 (arm_linux_init_abi): Register them. Also register linux-specific
10288 call_dummy_words.
10289 (find_minsym_and_objfile): Use strcmp, not STREQ.
10290 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10291 (arm_linux_call_dummy_words): Delete declaration.
10292 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10293 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10294 declarations.
10295 (LOWEST_PC): Delete.
10296
3ab13650
PS
102972002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10298
10299 * maint.c (print_section_info): Do not prepend `0x' to filepos
10300 output, it will be handled by local_hex_string_custom.
10301
19d3fc80 103022002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
10303
10304 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10305 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10306 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10307
d85a5daf
JB
103082002-02-22 Jim Blandy <jimb@redhat.com>
10309
10310 Indicate that the bcache functions don't change the strings
10311 they're passed.
10312 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10313 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10314
eeb25b8a
PM
103152002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10316
10317 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10318
6badb179
CF
103192002-02-21 Christopher Faylor <cgf@redhat.com>
10320
10321 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10322 find the complete path to a loaded DLL.
10323
e8717518
FF
103242002-02-21 Fred Fish <fnf@redhat.com>
10325
10326 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10327 that marks the end of the range of a function, enter a line number
10328 entry that has a line number of zero and a PC offset that matches
10329 the end of the function. This starts a range of PC's for which no
10330 line number information is known.
10331 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10332 PC's for which no line number info is found (line number is zero)
10333 then we didn't find any valid line information.
10334 * symtab.h: Document use of zero line number entry.
10335
9abe5450
EZ
103362002-02-21 Elena Zannoni <ezannoni@redhat.com>
10337
10338 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10339 (have_ptrace_getvrregs): Define for run time checks.
10340 (gdb_vrregset_t): New type for Altivec register handling.
10341 (fetch_register, store_register): Fetch/store altivec register
10342 when needed.
10343 (fetch_altivec_register, store_altivec_register): New functions.
10344 (supply_vrregset, fill_vrregset): New functions.
10345 (fetch_altivec_registers, store_altivec_registers): New functions.
10346 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10347 registers as well.
10348
aaa38bb5
AJ
103492002-02-21 Jiri Smid <smid@suse.cz>
10350
10351 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10352
b34db576
RE
103532002-02-21 Richard Earnshaw <rearnsha@arm.com>
10354
10355 * Makefile.in (armnbsd-nat.o): Update dependencies.
10356 * armnbsd-nat.c (supply_gregset): New function. Common code to
10357 supply the integer register set.
10358 (supply_fparegset): New function. Similar for FPA registers.
10359 (fetch_regs, fetch_fp_regs): Use them.
10360 (fetch_core_registers): Likewise.
10361 (fetch_elfcore_registers): New function.
10362 (arm_netbsd_elfcore_fns): New core-file type specification.
10363 (_initialize_arm_netbsd_nat): Register it.
10364
3e56fc4b
RE
103652002-02-21 Richard Earnshaw <rearnsha@arm.com>
10366
10367 * armnbsd-nat.c: Include gdbcore.h.
10368 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10369 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10370 'void' to declaration, to shut up ARI.
10371 (fetch_core_registers): Make static. Rewrite using supply_register.
10372 (arm_netbsd_core_fns): New core-file type specification.
10373 (_initialize_arm_netbsd_nat): New function.
10374
097f6b0b
CF
103752002-02-21 Christopher Faylor <cgf@redhat.com>
10376
10377 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10378 value.
10379
c914e0cc
CF
103802002-02-20 Christopher Faylor <cgf@redhat.com>
10381
10382 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10383 fails.
10384
385fa495
DJ
103852002-02-20 Daniel Jacobowitz <drow@mvista.com>
10386
10387 * jv-exp.y (parse_number): Change type of implicit longs
10388 to builtin_type_uint64.
10389
e5f1222d
DJ
103902002-02-20 Daniel Jacobowitz <drow@mvista.com>
10391
10392 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10393 to be an integer instead of a `union wait'.
10394
75c9abc6
DJ
103952002-02-20 Daniel Jacobowitz <drow@mvista.com>
10396
10397 * mips-linux-nat.c: Call the operating system GNU/Linux.
10398 * mips-linux-tdep.c: Likewise.
10399 * mips-tdep.c: Likewise.
10400
551792a5
DJ
104012002-02-20 Daniel Jacobowitz <drow@mvista.com>
10402
10403 Fix PR gdb/265.
10404 * jv-exp.y (parse_number): Handle 64-bit integers.
10405
ee6e2b82
DJ
104062002-02-20 Daniel Jacobowitz <drow@mvista.com>
10407
10408 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10409 AC_STDC_HEADERS to AC_HEADER_STDC.
10410 * gdbserver/configure: Regenerated.
10411
a48442a0
RE
104122002-02-20 Richard Earnshaw <rearnsha@arm.com>
10413
10414 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10415 is defined.
10416 * sparc-tdep.c (get_longjmp_target): Likewise.
10417
fe419ffc
RE
104182002-02-20 Richard Earnshaw <rearnsha@arm.com>
10419
10420 * News: Add news about ARM and Multi-arch. Mention the new target
10421 arm*-*-netbsd*.
10422
5832ed7e
JB
104232002-02-19 Jim Blandy <jimb@redhat.com>
10424
10425 * stabsread.c (error_type_complaint): Improve error message.
10426
84563040
DJ
104272002-02-19 Daniel Jacobowitz <drow@mvista.com>
10428
10429 * gdbserver/README: Update documentation.
10430 * gdbserver/configure.in: Update configury to match documentation.
10431 * gdbserver/Makefile.in: Likewise.
10432 * gdbserver/configure: Regenerated.
10433 * gdbserver/aclocal.m4: New file, generated by aclocal.
10434 * gdbserver/config.in: New file, generated by autoheader.
10435
375fd65b
RE
104362002-02-19 Richard Earnshaw <rearnsha@arm.com>
10437
10438 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10439 armnbsd-nat.c.
10440
08216dd7
RE
104412002-02-19 Richard Earnshaw <rearnsha@arm.com>
10442
10443 * arm-tdep.h (enum arm_float_model): New enum.
10444 (struct gdbarch_tdep): Add fp_model.
10445 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10446 up floating-point conversions until we know the floating-point model
10447 in use by the inferior. Don't complain about being unable to
10448 determine the ABI of the inferior when we don't have one.
10449 (arm_extract_return_value): Support different floating-point models.
10450 (arm_store_return_value): Likewise.
aaa38bb5 10451 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
10452 ARM_FLOAT_SOFT.
10453 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10454
65d6d66a
PS
104552002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10456
10457 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10458 of ``current_gdbarch''.
10459
47221191
RE
104602002-02-19 Richard Earnshaw <rearnsha@arm.com>
10461
10462 * armnbsd-nat.c : ANSIfy all function declarations.
10463 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10464 (fetch_inferior_registers): Re-implement in terms of above.
10465 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10466 (store_inferior_registers): Re-implement in terms of above.
10467
fdf39c9a
RE
104682002-02-19 Richard Earnshaw <rearnsha@arm.com>
10469
aaa38bb5 10470 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
10471 kernel.
10472 * arm-linux-tdep.c: Likewise.
10473 * config/arm/tm-linux.h: Likewise.
10474
93247f88
RE
104752002-02-19 Richard Earnshaw <rearnsha@arm.com>
10476
10477 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10478 * config/arm/nbsd.mt (TM_FILE): Delete.
10479 * config/arm/tm-nbsd.h: Delete.
10480
d7b486e7
RE
104812002-02-19 Richard Earnshaw <rearnsha@arm.com>
10482
10483 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10484 Initialize CALL_DUMMY_LENGTH.
10485
41d39a95
RE
104862002-02-19 Richard Earnshaw <rearnsha@arm.com>
10487
10488 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10489 function.
10490 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 10491 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
10492 defines one thing and that is incorrect for this port.
10493 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10494
e1195560
PM
104952002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10496
10497 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10498
c1748f97
PM
104992002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10500
10501 * win32-nat.c (display_selector): New function. Displays information
10502 about the information returned by GetThreadSelectorEntry API function.
10503 (display_selectors): New function. Displays the infomation of
10504 the selector given as argument, or of CS, DS ans FS selectors
10505 if no argument is given.
10506 ( _initialize_inftarg): Add "w32" as info prefix command.
10507 Add "info w32 selector" as command calling display_selectors.
10508
e41e6bbf
PM
105092002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10510
10511 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10512 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10513 if not defined.
10514
0d3a9f48
RE
105152002-02-18 Richard Earnshaw <rearnsha@arm.com>
10516
10517 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10518
3fb4b924
RE
105192002-02-18 Richard Earnshaw <rearnsha@arm.com>
10520
10521 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10522 (arm_fix_call_dummy): Call it.
10523 (arm_call_dummy_breakpoint_offset): Delete.
10524 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10525 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10526
7f55af32
AC
105272002-02-18 Andrew Cagney <ac131313@redhat.com>
10528
10529 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10530 Default to func_frame_chain_valid.
10531 * gdbarch.h, gdbarch.c: Re-generate.
10532 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10533
05f13b9c
EZ
105342002-02-18 Elena Zannoni <ezannoni@redhat.com>
10535
10536 * ppc-linux-nat.c: Update copyright.
10537 (fetch_register, store_register): Add tid parameter, don't compute
10538 tid here.
10539 (fetch_ppc_registers, store_ppc_registers): Add tid
10540 parameter. Pass it along to callees.
10541 (fetch_inferior_registers, store_inferior_registers): Compute tid
10542 here, and pass it to calleed functions.
10543 (fill_gregset, supply_fpregset): Clean up formatting.
10544
d7afb4c9
RE
105452002-02-18 Richard Earnshaw <rearnsha@arm.com>
10546
10547 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10548 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10549
9df628e0
RE
105502002-02-18 Richard Earnshaw <rearnsha@arm.com>
10551
10552 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10553 * gdbarch.c gdbarch.h: Regenerate.
10554 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10555 function.
10556 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10557 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10558 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10559
10560 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10561 * arm-tdep.c (arm_get_longjmp_target): New function.
10562 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10563 this to a positive value register arm_get_longjmp_target as the
10564 longjmp handler.
10565 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10566 (arm_linux_init_abi): Set up longjmp description in tdep.
10567 * armnbsd-nat.c (get_longjmp_target): Delete.
10568 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10569 description in tdep.
10570 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10571 (get_longjmp_target): Delete declaration.
10572 (GET_LONGJMP_TARGET): Delete.
10573 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10574 (GET_LONGJMP_TARGET): Delete.
10575
57bc8964
KB
105762002-02-17 Kevin Buettner <kevinb@redhat.com>
10577
10578 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10579 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10580 of ``current_gdbarch''.
10581
83d31a92
TT
105822002-02-17 Tom Tromey <tromey@redhat.com>
10583
10584 * cli/cli-cmds.c (compare_strings): New function.
10585 (complete_command): Only print each unique item once.
10586 * completer.h (complete_line): Declare.
10587 * completer.c (complete_line): New function.
10588 (line_completion_function): Use it.
10589
17ef5d92
AC
105902002-02-16 Andrew Cagney <ac131313@redhat.com>
10591
10592 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10593 * gdbarch.h, gdbarch.c: Re-generate.
10594
491b8946
DJ
105952002-02-16 Daniel Jacobowitz <drow@mvista.com>
10596
10597 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10598
105992002-02-16 Daniel Jacobowitz <drow@mvista.com>
10600
10601 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10602 * valops.c (value_arg_coerce): Don't take the address of a reference
10603 to convert an argument to a reference.
10604
dfe7f3ac
CF
106052002-02-15 Christopher Faylor <cgf@redhat.com>
10606
10607 * win32-nat.c (get_image_name): New function.
10608 (handle_load_dll): Use get_image_name function.
10609 (get_child_debug_event): Avoid registering debug events until possibly
10610 execed process is started.
10611 (child_create_inferior): Allow invocation via shell so that command
10612 line redirection, etc. works ok.
10613 (_initialize_inftarg): Add new command: "set shell" to control whether
10614 a shell is used to start a process.
10615
1d33e73a
DJ
106162002-02-15 Daniel Jacobowitz <drow@mvista.com>
10617
10618 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10619 instead of find_register_by_number.
10620 (cannot_store_register): Likewise.
10621
48cd0caa
PM
106222002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10623
aaa38bb5 10624 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
10625 fprintf_unfiltered (gdb_stderr, ...).
10626
8656e7d8
DJ
106272002-02-15 Daniel Jacobowitz <drow@mvista.com>
10628
10629 * gdbserver/gdbserver.1: Document --attach.
10630
66e810cd
RE
106312002-02-15 Richard Earnshaw <rearnsha@arm.com>
10632
10633 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10634 descriptions.
10635 * arm-tdep.c (arm_default_arm_le_breakpoint)
10636 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10637 (arm_default_thumb_be_breakpoint): New. Initialize them from
10638 traditional breakpoint defines.
10639 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10640 (arm_gdbarch_init): Initialize new breakpoint variables.
10641 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10642 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10643 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10644 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10645 code out to ...
10646 (arm_netbsd_init_abi_common): ... here; new function.
10647 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10648 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10649 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10650 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10651
97e03143
RE
106522002-02-15 Richard Earnshaw <rearnsha@arm.com>
10653
10654 * arm-tdep.h (enum arm_abi): New enum.
10655 (struct gdbarch_tdep): New structure.
10656 (LOWEST_PC): Provide a default.
10657 (arm_gdbarch_register_os_abi): Declare new function.
10658 * arm-tdep.c (arm_abi_names): New array.
10659 (process_note_abi_tag_sections): New function.
10660 (get_elfosabi): New function.
10661 (arm_gdbarch_register_os_abi): New function.
10662 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10663 support for that ABI has been built in, then call the appropriate
10664 configuration routine. Use gdbarch_num_regs() to get the number
10665 of registers.
10666 (arm_dump_tdep): New function.
10667 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10668 place-holder functions.
10669 (_initialize_arm_tdep): Register them.
10670 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10671
10672 * armnbsd-tdep.c: New file.
10673 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10674 * config/arm/nbsd.mt (TDEPFILES): Add it.
10675 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10676
10677 * armnbsd-nat.c: Include regcache.h.
10678 * Makefile.in (armnbsd-nat.o): Update dependency list.
10679
10680 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10681
ad68be46
DJ
106822002-02-14 Daniel Jacobowitz <drow@mvista.com>
10683
10684 * gdbserver/Makefile.in: Fix typos in target rules.
10685
003d6d1d
DJ
106862002-02-14 Daniel Jacobowitz <drow@mvista.com>
10687
aaa38bb5 10688 Fix part of PR gdb/267.
003d6d1d
DJ
10689 * linespec.c (find_methods): Handle constructors specially for now.
10690
6b230f1b
CV
106912002-02-14 Corinna Vinschen <vinschen@redhat.com>
10692
10693 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10694 handling.
10695 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10696 standard_coerce_float_to_double().
10697
1ea98d12
CF
106982002-02-14 Christopher Faylor <cgf@redhat.com>
10699
10700 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10701 GDBINIT_FILENAME.
10702
dd47e6fd
EZ
107032002-02-14 Elena Zannoni <ezannoni@redhat.com>
10704
10705 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10706 find_variant_by_name, because it confuses the multiarch
10707 framework. Return NULL if there isn't an architecture with the
10708 user supplied name, instead of forcing a different one without
10709 recording the change with the multiarch machinery.
10710 (find_variant_by_name): Delete.
10711
d7e39b9e
PS
107122002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10713
10714 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10715 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10716
76e42a4f
MH
107172002-02-13 Martin M. Hunt <hunt@redhat.com>
10718
aaa38bb5 10719 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
10720 print_frame_info_listing_hook, set current_source_symtab.
10721
0a30fbc4
DJ
107222002-02-14 Daniel Jacobowitz <drow@mvista.com>
10723
10724 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10725 and remove unused $(INCLUDE_DIR).
10726 Add regcache.c to OBS.
10727 Add generated register protocol files to clean target.
10728 Update dependencies for new objects, obsolete old target code.
10729
10730 * gdbserver/linux-low.c: Remove all platform-specific code to
10731 new files. Remove various dead code. Update to use regcache
10732 functionality.
10733 * gdbserver/remote-utils.c (fromhex): Add return statement
10734 to quiet warning.
10735 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10736 constant.
10737 (input_interrupt): Add integer parameter to match prototype
10738 of a signal handler.
10739 (outreg): Use register_data ().
10740 (prepare_resume_reply): Use gdbserver_expedite_regs.
10741 * gdbserver/server.c (main): Dynamically allocate own_buf because
10742 PBUFSIZ is no longer constant. Use registers_to_string () and
10743 registers_from_string ().
10744 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10745 for error (), fatal (), and warning (). Update definition of
10746 PBUFSIZ to use regcache functionality. Add include guard.
10747 * gdbserver/utils.c (fatal): Add missing ``const''.
10748 (warning): New function.
10749
10750 * regformats/regdat.sh: Include "regcache.h" in generated files.
10751 Provide init_registers () function.
10752 * regformats/regdef.h: Add prototype for set_register_cache ().
10753 Add include guard.
10754
10755 * gdbserver/linux-arm-low.c: New file.
10756 * gdbserver/linux-i386-low.c: New file.
10757 * gdbserver/linux-ia64-low.c: New file.
10758 * gdbserver/linux-m68k-low.c: New file.
10759 * gdbserver/linux-mips-low.c: New file.
10760 * gdbserver/linux-ppc-low.c: New file.
10761 * gdbserver/linux-sh-low.c: New file.
10762
10763 * gdbserver/regcache.c: New file.
10764 * gdbserver/regcache.h: New file.
10765
10766 * gdbserver/low-linux.c: Removed obsolete file.
10767
4cc841d0
DJ
107682002-02-14 Daniel Jacobowitz <drow@mvista.com>
10769
10770 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10771 * config/i386/linux.mt: Likewise.
10772 * config/ia64/linux.mt: Likewise.
10773 * config/m68k/linux.mh: Likewise.
10774 * config/powerpc/linux.mh: Likewise.
10775 * config/mips/linux.mt: Likewise.
10776
10777 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10778
10779 * config/i386/i386lynx.mh: Mark gdbserver variables
10780 as (currently) obsolete for this target.
10781 * config/i386/nbsd.mt: Likewise.
10782 * config/i386/nbsdelf.mt: Likewise.
10783 * config/m32r/m32r.mt: Likewise.
10784 * config/m68k/m68klynx.mh: Likewise.
10785 * config/m68k/nbsd.mt: Likewise.
10786 * config/m68k/sun3os4.mh: Likewise.
10787 * config/mips/vr5000.mt: Likewise.
10788 * config/ns32k/nbsd.mt: Likewise.
10789 * config/pa/hppabsd.mh: Likewise.
10790 * config/pa/hppaosf.mh: Likewise.
10791 * config/powerpc/nbsd.mt: Likewise.
10792 * config/rs6000/rs6000lynx.mh: Likewise.
10793 * config/s390/s390.mt: Likewise.
10794 * config/s390/s390x.mt: Likewise.
10795 * config/sparc/sparclynx.mh: Likewise.
10796 * config/sparc/sun4os4.mh: Likewise.
10797 * config/i386/x86-64linux.mt: Likewise.
10798 * config/sparc/linux.mh: Likewise.
10799
a85f51e7
DJ
108002002-02-14 Daniel Jacobowitz <drow@mvista.com>
10801
10802 * configure.tgt: Configure gdbserver only for known working
10803 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10804 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10805 SUBDIRS if it is configured. Update comment for ${nativefile}.
10806 * configure: Regenerated.
10807
65554fef
MS
108082002-02-13 Michael Snyder <msnyder@redhat.com>
10809
670a52db
MS
10810 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10811
6dbdc4a3
MS
10812 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10813 (default_gcore_mach): Just return 0, work around a problem in bfd.
10814 (default_gcore_target): OK to return NULL if exec_bfd is null.
10815 (make_mem_sec): Use a cast, avoid a warning.
10816
10817 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 10818 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
10819 sizeof (host pointer) != sizeof (target pointer)).
10820 (procfs_make_note_section): Avoid overflow in psargs string.
10821
aaa38bb5 10822 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
10823 implementation return an error.
10824
108252002-02-13 Rodney Brown <rbrown64@csc.com.au>
10826
10827 * procfs.c (procfs_make_note_section): Provide a default definition
10828 (for alpha-dec-osf4.0f). Fix typos.
10829
1e4d76e7
EZ
108302002-02-13 Elena Zannoni <ezannoni@redhat.com>
10831
10832 * linux-proc.c: Add include of regcache.h.
10833 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10834
b6d1a1d5
AC
108352002-02-13 Andrew Cagney <ac131313@redhat.com>
10836
10837 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
10838 * memattr.c (create_mem_region): Disallow useless empty region.
10839 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 10840 non-overlapping.
b6d1a1d5 10841
6c6ea35e
MC
108422002-02-13 Michael Chastain <mec@shout.net>
10843
10844 * defs.h: Kill CONST_PTR.
10845 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10846 * c-lang.c (c_builtin_types): Likewise.
10847 * ch-lang.c (ch_builtin_types): Likewise.
10848 * f-lang.c (f_builtin_types): Likewise.
10849 * language.c (unknown_builtin_types): Likewise.
10850 * m2-lang.c (m2_builtin_types): Likewise.
10851 * p-lang.c (pascal_builtin_types): Likewise.
10852 * scm-lang.c (c_builtin_types): Likewise.
10853
3e0b0f48
KS
108542002-02-13 Keith Seitz <keiths@redhat.com>
10855
10856 * arm-tdep.h (arm_get_next_pc): Add declaration.
10857
67255d04
RE
108582002-02-13 Richard Earnshaw <rearnsha@arm.com>
10859
10860 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10861 with other related struct-returning functions.
10862 (arm_extract_struct_value_address): New function.
10863 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10864 initialize float_format, double_format and long_double_format as
10865 appropriate to the endianness of the target.
10866 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10867 (arm_use_struct_convention): Delete declaration.
10868 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10869
079777f6
KS
108702002-02-13 Keith Seitz <keiths@redhat.com>
10871
10872 * defs.h (core_addr_to_string_nz): New function.
10873
34588f23
MK
108742002-02-13 Mark Kettenis <kettenis@gnu.org>
10875
10876 Apply missing bits of 2002-01-15 patch.
10877 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10878 (fill_fpregset): Use i387_fill_fsave.
10879
49b563f9
KS
108802002-02-12 Keith Seitz <keiths@redhat.com>
10881
49b563f9
KS
10882 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10883 (core_addr_to_string_nz): New function.
10884
aeb98c60
RE
108852002-02-11 Richard Earnshaw <rearnsha@arm.com>
10886
10887 * arm-linux-nat.c: Really include arm-tdep.h.
10888 * config/arm/tm-linux.h (struct type, struct value): Declare.
10889
65554fef
MS
108902002-02-11 Michael Snyder <msnyder@redhat.com>
10891
10892 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10893 (gcore section): Ifdef for Solaris and Unixware only.
10894 (procfs_do_thread_registers): Unixware needs one lwpstatus
10895 per thread (not one prstatus or pstatus).
10896 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10897 not over all gdb threads. For unixware, call elfcore_write_pstatus
10898 once before iterating over threads.
10899
34e8f22d
RE
109002002-02-11 Richard Earnshaw <rearnsha@arm.com>
10901
10902 * arm-tdep.h: New file.
10903 * arm-tdep.c: Include arm-tdep.h.
10904 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10905 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10906 (arm_print_float_info, arm_register_type, convert_to_extended)
10907 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10908 (arm_extract_return_value, arm_register_name): Make static.
10909 (arm_software_single_step): Similarly. Fix types in declaration.
10910 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10911 (arm_store_return_value, arm_store_struct_return): New functions.
10912 (arm_gdbarch_init): Register the above functions. Also register
10913 call_dummy_start_offset, sizeof_call_dummy_words,
10914 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10915 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 10916 max_register_virtual_size, register_size. Set up
34e8f22d
RE
10917 prologue_cache.saved_regs here, rather than ...
10918 (_initialize_arm_tdep): ... here.
10919 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10920 declarations.
10921 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10922 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10923 (arm_print_float_info, arm_register_type, convert_to_extended)
10924 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10925 (arm_extract_return_value, arm_register_name): Delete declarations.
10926 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10927 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10928 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10929 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10930 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10931 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10932 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10933 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10934 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10935 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10936 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10937 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10938 interface.
10939 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10940 * remote-rdi.c remote-rdp.c: Likewise.
10941 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10942 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10943 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10944 definition.
10945
10946 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10947 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10948 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10949 from non-ARM_ prefixed definitions.
10950 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10951 all uses of above.
10952 * remote-rdi.c remote-rdp.c: Likewise.
10953 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10954
148754e5
RE
109552002-02-11 Richard Earnshaw <rearnsha@arm.com>
10956
10957 * arm-tdep.c (arm_frameless_function_invocation)
10958 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10959 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10960 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10961 (arm_pop_frame, arm_get_next_pc): Make static.
10962 (arm_gdbarch_init): Register above in gdbarch structure.
10963 (arm_read_fp): Renamed from arm_target_read_fp.
10964 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10965 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10966 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10967 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10968 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10969 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10970 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
10971 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10972 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10973 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10974 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 10975
434d2d4f
DJ
109762002-02-10 Daniel Jacobowitz <drow@mvista.com>
10977
10978 * symtab.c (compare_search_syms): New function.
10979 (sort_search_symbols): New function.
10980 (search_symbols): Sort symbols after searching rather than
10981 before.
10982
55241689
AC
109832002-02-10 Andrew Cagney <ac131313@redhat.com>
10984
10985 * NEWS: Linux -> GNU/Linux.
10986
028c194b
AC
109872002-02-10 Andrew Cagney <ac131313@redhat.com>
10988
10989 * gdbarch.sh: For for level one methods, disallow a definition
10990 when partially multi-arched. Add comments explaining rationale.
10991 * gdbarch.h: Re-generate.
10992
6acf50cd
AC
109932002-02-10 Andrew Cagney <ac131313@redhat.com>
10994
10995 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10996 multi-arch partial.
aaa38bb5 10997
50248794
AC
109982002-02-10 Andrew Cagney <ac131313@redhat.com>
10999
11000 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11001 field. Use diff -u.
11002 * gdbarch.c: Re-generate.
11003
c30e0066
AC
110042002-02-10 Andrew Cagney <ac131313@redhat.com>
11005
9b56c5f3 11006 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
11007 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11008 partial.
11009
6e6d6484
AC
110102002-02-10 Andrew Cagney <ac131313@redhat.com>
11011
11012 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11013 multi-arch partial.
11014 (PUSH_ARGUMENTS): Switch to using predefault.
11015 * gdbarch.c: Regenerate.
11016
c203844d
AC
110172002-02-10 Andrew Cagney <ac131313@redhat.com>
11018
11019 * valops.c (PUSH_ARGUMENTS): Delete definition.
11020 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11021 partial. Default to default_push_arguments.
11022 * gdbarch.h, gdbarch.c: Regenerate.
11023
b5a2688f
AC
110242002-02-09 Andrew Cagney <ac131313@redhat.com>
11025
11026 * defs.h (throw_exception): Rename return_to_top_level. Update
11027 comments.
11028 * utils.c (error_stream, internal_verror, quit): Ditto.
11029 * top.c (throw_exception, catcher): Ditto.
11030 * sparclet-rom.c (sparclet_load): Ditto.
11031 * remote.c (interrupt_query, minitelnet): Ditto.
11032 * remote-sds.c (interrupt_query): Ditto.
11033 * remote-mips.c (mips_error, mips_kill): Ditto.
11034 * ocd.c (interrupt_query): Ditto.
11035 * monitor.c (monitor_interrupt_query): Ditto.
11036 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11037 * target.h: Update comment.
aaa38bb5 11038
b5a2688f 11039 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 11040
2fa5c1e0
AC
110412002-02-09 Andrew Cagney <ac131313@redhat.com>
11042
11043 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11044 default_double_format.
11045 * gdbarch.h, gdbarch.c: Re-generate.
11046 * findvar.c (floatformat_unknown): Delete variable definition.
11047 * doublest.h (floatformat_unknown): Delete variable declaration.
11048
da966255
JB
110492002-02-09 Jim Blandy <jimb@redhat.com>
11050
11051 * stabsread.c (read_type): Add code to parse Sun's syntax for
11052 prototyped function types.
11053
123a4891
AC
110542002-02-09 Andrew Cagney <ac131313@redhat.com>
11055
11056 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11057 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11058
fb39c8f3
PS
110592002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11060
11061 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11062 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11063 now _initialize_xcoffsolib gets called again and overrides the
11064 commands from solib.c in a native configuration.
11065
0b87a11d
MK
110662002-02-09 Mark Kettenis <kettenis@gnu.org>
11067
11068 * doublest.c (store_typed_floating): Don't try to return a value.
11069 Fixes PR gdb/290.
11070
bdc2fc72
JB
110712002-02-08 Jim Blandy <jimb@redhat.com>
11072
11073 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11074 is prototyped and has no arguments, print its argument list as
11075 `(void)'.
11076
da69bbcf
CD
110772002-02-08 Chris Demetriou <cgd@broadcom.com>
11078
11079 * MAINTAINERS (write-after-approval): Add myself.
11080 (paper-trail): I've escaped!
aaa38bb5 11081
b69571f5
CF
110822002-02-08 Christopher Faylor <cgf@redhat.com>
11083
11084 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11085 changes.
11086 (_initialize_check_for_gdb_ini): Ditto.
11087
f6871398
MH
110882002-02-08 Martin M. Hunt <hunt@redhat.com>
11089
11090 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11091 xaprintf -> xasprintf.
11092
4e52d31c
PM
110932002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11094
11095 * win32-nat.c: Remove use of printf and sprintf functions.
11096
39bbf761
RE
110972002-02-08 Richard Earnshaw <rearnsha@arm.com>
11098
11099 * arm-tdep.c (arm_frame_chain_valid): Make static.
11100 (arm_push_arguments): Likewise.
11101 (arm_gdbarch_init): New function.
11102 (_initialize_arm_tdep): Call it.
11103 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11104 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11105 (FRAME_CHAIN_VALID): Delete.
11106 (arm_frame_chain_valid): Delete declaration.
11107 (PUSH_ARGUMENTS): Delete.
11108 (arm_push_arguments): Delete declaration.
11109 (CALL_DUMMY_P): Delete.
11110
9c9532c9
CV
111112002-02-08 Andrew Cagney <ac131313@redhat.com>
11112 Corinna Vinschen <vinschen@redhat.com>
11113
11114 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11115 on builtin float types.
11116
4e8f7a8b
DJ
111172002-02-08 Daniel Jacobowitz <drow@mvista.com>
11118
11119 * utils.c: Include <curses.h> before "bfd.h".
11120 * tui/tui-hooks.c: Likewise.
11121 * tui/tui.c: Likewise.
11122 * tui/tuiCommand.c: Likewise.
11123 * tui/tuiData.c: Likewise.
11124 * tui/tuiDataWin.c: Likewise.
11125 * tui/tuiDisassem.c: Likewise.
11126 * tui/tuiGeneralWin.c: Likewise.
11127 * tui/tuiIO.c: Likewise.
11128 * tui/tuiLayout.c: Likewise.
11129 * tui/tuiRegs.c: Likewise.
11130 * tui/tuiSource.c: Likewise.
11131 * tui/tuiSourceWin.c: Likewise.
11132 * tui/tuiStack.c: Likewise.
11133 * tui/tuiWin.c: Likewise.
11134
cd4bffcf
EZ
111352002-02-07 Elena Zannoni <ezannoni@redhat.com>
11136
11137 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11138 to include space for pseudoregs as well. Update loops accordingly.
11139 (sh_fp_frame_init_saved_regs): Ditto.
11140 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11141
26806ce2
AC
111422002-02-07 Andrew Cagney <ac131313@redhat.com>
11143
11144 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11145 Add Richard Earnshaw to Arm maintainers.
11146
97fdab62
AC
111472002-02-07 Andrew Cagney <ac131313@redhat.com>
11148
a6b98203
AC
11149 * defs.h (warning_begin): Delete declaration.
11150
97fdab62
AC
11151 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11152 Delete macro.
11153
78b29b40
MS
111542002-02-07 Michael Snyder <msnyder@redhat.com>
11155
aaa38bb5 11156 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
11157 Logic bug, remove misplaced else.
11158
d8849953
KD
111592002-02-07 Klee Dienes <klee@apple.com>
11160
11161 * fork-inferior.c (fork_inferior): Add '!' to the list of
11162 characters that need to be quoted when building a string for the
11163 shell. Quote '!' specifically with a backslash, since CSH chokes
11164 when trying to evaluate "str!str".
aaa38bb5 11165
095778a0
NC
111662002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11167
11168 * rdi-share/host.h: Only provide a typedef for bool if it is not
11169 defined.
11170
1900040c
MS
111712002-02-04 Michael Snyder <msnyder@redhat.com>
11172
11173 * breakpoint.h (enum bptype): Add new overlay event bp type.
11174 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 11175
1900040c
MS
11176 * breakpoint.c (create_internal_breakpoint): New function.
11177 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11178 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11179 (create_thread_event_breakpoint): Ditto.
11180 (create_solib_event_breakpoint): Ditto.
11181 (create_overlay_event_breakpoint): New function.
11182 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11183 (update_breakpoints_after_exec): Delete and re-initialize
11184 overlay event breakpoints after an exec. Add FIXME comment
11185 about longjmp breakpoint.
11186 (print_it_typical): Ignore overlay event breakpoints.
11187 (print_one_breakpoint): Ditto.
11188 (mention): Ditto.
11189 (bpstat_what): Do not stop for overlay event breakpoints.
11190 (delete_breakpoint): Don't delete overlay event breakpoints.
11191 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11192 (breakpoint_re_set): Re-create overlay event breakpoint.
11193
11194 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11195 (overlay_manual_command): Disable overlay breakpoints.
11196 (overlay_off_command): Disable overlay breakpoints.
11197
082fc60d
RE
111982002-02-06 Richard Earnshaw <rearnsha@arm.com>
11199
11200 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11201 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11202 to here from config/tm-arm.h.
11203 (coff_sym_is_thumb): Make static.
11204 (arm_elf_make_msymbol_special): New function.
11205 (arm_coff_make_msymbol_special): New function.
11206 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11207 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11208 (coff_sym_is_thumb): Delete declaration.
11209 (arm_elf_make_msymbol_special): Declare.
11210 (arm_coff_make_msymbol_special): Declare.
11211 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11212 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11213
039c5766
RE
112142002-02-06 Richard Earnshaw <rearnsha@arm.com>
11215
11216 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11217
112182002-02-06 Richard Earnshaw <rearnsha@arm.com>
11219
11220 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11221 * gdbarch.c gdbarch.h: Regenerate.
11222 * arch-utils.c (default_print_float_info): New function.
11223 * arch-utils.h (default_print_float_info): Prototype it.
11224 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11225 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11226 (PRINT_FLOAT_INFO): Document it.
11227
11228 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11229 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11230 (PRINT_FLOAT_INFO): Define.
11231
58fa08f0
PM
112322002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11233
aaa38bb5 11234 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
11235 Add typecast to sprintf argument to suppress a warning.
11236
7393af7c
PM
112372002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11238
58fa08f0 11239 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
11240 to allow easier handling of pass state.
11241 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11242 that gives exception name and address.
11243 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 11244 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 11245 exceptions added.
aaa38bb5
AJ
11246 (child_continue): Correctly report continue_status.
11247 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 11248 TARGET_SIGNAL_0 (new default value).
aaa38bb5 11249 (child_resume): consider sig argument passed to decide if
7393af7c
PM
11250 the exception should be passed to debuggee or not.
11251
6af4589c
MS
112522002-02-05 Michael Snyder <msnyder@redhat.com>
11253
11254 * regcache.c (fetch_register): Call target_fetch_register
11255 only if we don't call FETCH_PSEUDO_REGISTER.
11256 (store_register): Call target_store_register only if we
11257 don't call STORE_PSEUDO_REGISTER.
11258
a2cf933a
EZ
112592002-02-05 Elena Zannoni <ezannoni@redhat.com>
11260
11261 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11262 ELF_MAKE_MSYMBOL_SPECIAL.
11263 * gdbarch.c, gdbarch.h: Regenerate.
11264 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 11265 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
11266 * elfread.c (elf_symtab_read): Compile use of
11267 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11268 multiarched.
11269 * coffread.c (coff_symtab_read): Ditto, for
11270 COFF_MAKE_MSYMBOL_SPECIAL.
11271
6bb7be43
JB
112722002-02-05 Jim Blandy <jimb@redhat.com>
11273
11274 * solib-svr4.c (svr4_truncate_ptr): New function.
11275 (svr4_relocate_section_addresses): Do the address arithmetic with
11276 the appropriate truncation for target addresses, even when
11277 CORE_ADDR is larger than a target address.
11278
e18651ec
DJ
112792002-02-05 Daniel Jacobowitz <drow@mvista.com>
11280
11281 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11282 to (int *).
11283
6b2725be
DJ
112842002-02-05 Daniel Jacobowitz <drow@mvista.com>
11285
11286 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11287 code.
11288
fca9e603
DJ
112892002-02-05 Daniel Jacobowitz <drow@mvista.com>
11290
11291 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11292
6c537a52
DJ
112932002-02-05 Daniel Jacobowitz <drow@mvista.com>
11294
11295 * gdbserver/linux-low.c: Remove unused include files.
11296
d844cde6
DJ
112972002-02-05 Daniel Jacobowitz <drow@mvista.com>
11298
11299 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11300 (read_inferior_memory): Use it.
11301 (write_inferior_memory): Likewise.
11302
d07c63e7
DJ
113032002-02-05 Daniel Jacobowitz <drow@mvista.com>
11304
11305 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11306 grubbing through sys_errlist.
11307
da6d8c04
DJ
113082002-02-05 Daniel Jacobowitz <drow@mvista.com>
11309
11310 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11311
5b421780
PM
113122002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11313 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11314
9f60d481
AC
113152002-02-04 Andrew Cagney <ac131313@redhat.com>
11316
11317 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11318 (do_sfunc, set_cmd_sfunc): New functions.
11319
11320 * command.h (struct cmd_list_element): Add field func.
11321 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11322 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11323 * cli/cli-decode.h: Ditto.
11324
11325 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11326 (help_all, help_cmd_list): Ditto.
11327 (find_cmd, complete_on_cmdlist): Ditto.
11328 * top.c (execute_command): Ditto.
11329
11330 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11331 function.sfunc.
11332
11333 * infcmd.c (notice_args_read): Fix function signature.
11334
11335 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11336 * cli/cli-decode.c (add_set_cmd): Ditto.
11337 * utils.c (initialize_utils): Ditto.
11338 * maint.c (_initialize_maint_cmds): Ditto.
11339 * infrun.c (_initialize_infrun): Ditto.
11340 * demangle.c (_initialize_demangler): Ditto.
11341 * remote.c (add_packet_config_cmd): Ditto.
11342 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11343 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11344 * proc-api.c (_initialize_proc_api): Ditto.
11345 * kod.c (_initialize_kod): Ditto.
11346 * valprint.c (_initialize_valprint): Ditto.
11347 * top.c (init_main): Ditto.
11348 * infcmd.c (_initialize_infcmd): Ditto.
11349 * corefile.c (_initialize_core): Ditto.
11350 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11351 * arch-utils.c (initialize_current_architecture): Ditto.
11352 (_initialize_gdbarch_utils): Ditto.
11353 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11354
11355 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11356 * wince.c (_initialize_inftarg): Ditto.
11357 * symfile.c (_initialize_symfile): Ditto.
11358 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11359 * language.c (_initialize_language): Ditto.
11360 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11361
f9ba0717
MS
113622002-02-04 Michael Snyder <msnyder@redhat.com>
11363
11364 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11365
0c74b2a7
DJ
113662002-02-04 Daniel Jacobowitz <drow@mvista.com>
11367
11368 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11369 Add rules for building the register data files.
11370
c638789f
DJ
113712002-02-04 Daniel Jacobowitz <drow@mvista.com>
11372
11373 * regformats/regdat.sh: Add braces to the definition of
11374 expedite_regs_${arch}.
11375
db253027
DJ
113762002-02-04 Daniel Jacobowitz <drow@mvista.com>
11377
11378 * regformats/regdef.h (struct reg): Add comment describing the
11379 requirements for offset and size fields.
11380
206be19c
AS
113812002-02-04 Andreas Schwab <schwab@suse.de>
11382
11383 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11384 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11385
181c1381
RE
113862002-02-04 Richard Earnshaw <rearnsha@arm.com>
11387
11388 * gdbarch.sh (copyright): Update years in generated header.
11389 (SMASH_TEXT_ADDRESS): Add rule.
db253027 11390 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
11391 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11392 * dbxread.c: Likewise.
11393 * dwarfread.c: Likewise.
11394 * elfread.c: Likewise.
11395 * somread.c: Likewise.
11396
11397 * arm-tdep.c (arm_smash_text_address): New function.
11398 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11399
fa4ba8da
PM
114002002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11401
11402 Add support for hardware watchpoints on win32 native.
aaa38bb5 11403 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 11404 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 11405 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
11406 of debug registers.
11407 (debug_registers_changed): New variable. Reflects when debug registers
11408 are changed and need to be written to inferior.
aaa38bb5 11409 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
11410 was set, used when new threads are created.
11411 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11412 i386-nat code.
11413 (thread_rec): Set dr array if id is the thread of current_event .
11414 (child_continue, child_resume): Change the debug registers for all
11415 threads if debug_registers_changed.
11416 (child_add_thread): Change the debug registers if debug_registers_used.
11417 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11418 Link nm.h to new nm-cygwin.h file.
11419 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11420 of hardware registers.
11421
a73c86fb
AC
114222002-02-03 Andrew Cagney <ac131313@redhat.com>
11423
11424 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11425 Restore behavour broken by 2002-01-20 Andrew Cagney
11426 <ac131313@redhat.com> IEEE_FLOAT removal.
11427
acf5ed49
DJ
114282002-02-03 Daniel Jacobowitz <drow@mvista.com>
11429
11430 * c-valprint.c (c_val_print): Pass a proper valaddr to
11431 cp_print_class_method.
11432 * valops.c (search_struct_method): If there is only one method
11433 and args is NULL, return that method.
11434
493d28d5
DJ
114352002-02-03 Daniel Jacobowitz <drow@mvista.com>
11436
11437 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11438 accessing tag_name directly.
11439
7495dfdb
DJ
114402002-02-03 Daniel Jacobowitz <drow@mvista.com>
11441
11442 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11443 of accessing tag_name directly.
11444
dd6bda65
DJ
114452002-02-03 Daniel Jacobowitz <drow@mvista.com>
11446
11447 PR gdb/280
11448 * gdbtypes.c (replace_type): New function.
11449 * gdbtypes.h (replace_type): Add prototype.
11450 * stabsread.c (read_type): Use replace_type.
11451
88fe217c
RE
114522002-02-03 Richard Earnshaw <rearnsha@arm.com>
11453
11454 * Makefile.in (memattr.o): Add missing dependencies rule.
11455
e5d66720
PS
114562002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11457
11458 * breakpoint.c (break_at_finish_command): Really export.
11459 (break_at_finish_at_depth_command): Ditto.
11460 (tbreak_at_finish_command): Ditto.
11461 * hppa-tdep.c: Include completer.h.
11462 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11463 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11464
fffee0be
AC
114652002-02-01 Andrew Cagney <ac131313@redhat.com>
11466
11467 * utils.c (do_write): New function.
11468 (error_stream): Rewrite combining the code from error_begin and
11469 verror.
11470 (verror): Rewrite using error_stream.
11471 (error_begin): Delete function.
11472
255e7dbf
AC
114732002-02-01 Andrew Cagney <ac131313@redhat.com>
11474
11475 * utils.c (error_begin): Make static.
11476 * defs.h (error_begin): Delete declaration.
11477
11478 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11479 (decode_line_1): Use cplusplus_error instead of error_begin,
11480 cplusplus_hint and return_to_top_level.
11481 * coffread.c (coff_symfile_read): Use error instead of error_begin
11482 and return_to_top_level.
11483 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11484
ddfe3c15
AC
114852002-02-01 Andrew Cagney <ac131313@redhat.com>
11486
11487 * language.h (type_error, range_error): Make string parameter
11488 constant.
11489 * language.c (warning_pre_print): Delete extern declaration.
11490 * dwarfread.c (warning_pre_print): Ditto.
11491 * language.c (type_error, range_error): Rewrite to use verror and
11492 vwarning instead of warning_begin.
11493
03ac34d5
MS
114942002-02-01 Michael Snyder <msnyder@redhat.com>
11495
261c4ca2
MS
11496 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11497 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 11498
e00d1dc8
AC
114992002-02-01 Andrew Cagney <ac131313@redhat.com>
11500
11501 * command.h (NO_FUNCTION): Delete macro.
11502 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11503 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11504 * tracepoint.c (_initialize_tracepoint): Ditto.
11505 * cli/cli-decode.c (add_set_cmd): Ditto.
11506 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 11507
76b79d6e
DJ
115082002-02-01 Daniel Jacobowitz <drow@mvista.com>
11509
11510 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11511 Update ``this'' pointer when calling virtual functions.
11512
799f9e91
MS
115132002-02-01 Michael Snyder <msnyder@redhat.com>
11514
c7bd442c 11515 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
11516 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11517
3cf384d4
DJ
115182002-02-01 Daniel Jacobowitz <drow@mvista.com>
11519
11520 * regformats/reg-arm.dat: New file.
11521 * regformats/reg-i386.dat: New file.
11522 * regformats/reg-ia64.dat: New file.
11523 * regformats/reg-m68k.dat: New file.
11524 * regformats/reg-mips.dat: New file.
11525 * regformats/reg-ppc.dat: New file.
11526 * regformats/reg-sh.dat: New file.
11527 * regformats/regdef.h: New file.
11528 * regformats/regdat.sh: New file.
11529
0defa245
RE
115302002-02-01 Richard Earnshaw <reanrsha@arm.com>
11531
11532 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11533 (arm_frame_args_address, arm_frame_locals_address): New functions.
11534 (arm_frame_num_args): New function.
11535 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11536 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11537 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11538
405f26e6
MS
115392002-01-31 Michael Snyder <msnyder@redhat.com>
11540
502fd408
MS
11541 * breakpoint.c (break_at_finish_command): Export.
11542 (break_at_finish_at_depth_command): Export.
11543 (tbreak_at_finish_command): Export.
d6020d45 11544 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
502fd408 11545 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
d6020d45 11546 "txbreak" commands, which are HPPA specific.
502fd408 11547
7d35e135
MS
11548 * printcmd.c (disassemble_command): Remove an ancient
11549 artifact of an old merge.
11550
aaa38bb5 11551 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
11552 Define enum constant values for overlay mode.
11553 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
11554 (overlay_is_mapped, overlay_auto_command,
11555 overlay_manual_command): Ditto.
d874f1e2 11556
aaa38bb5
AJ
11557 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11558 breakpoint_here_p, breakpoint_inserted_here_p,
11559 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
11560 describe_other_breakpoints, check_duplicates, clear_command):
11561 Coding standard fixes.
11562
8add0441 11563 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 11564 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
11565 code: check bfd SEC_READONLY flag for section.
11566
e351066e
AC
115672002-01-31 Andrew Cagney <ac131313@redhat.com>
11568
7d35e135 11569 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 11570
8a48e967
DJ
115712002-01-30 Daniel Jacobowitz <drow@mvista.com>
11572
11573 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11574 data symbols, since we search based on textlow and texthigh.
11575 (find_pc_sect_symtab): Likewise.
11576
f5a96129
AC
115772002-01-30 Andrew Cagney <ac131313@redhat.com>
11578
11579 * defs.h (vwarning): Declare.
f5a96129
AC
11580 * utils.c (vwarning): New function.
11581 (warning): Call vwarning.
11582 (warning_begin): Delete function.
11583
11584 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11585 the warning message.
11586 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11587 warning_begin.
11588
cefd4ef5
MS
115892002-01-30 Michael Snyder <msnyder@redhat.com>
11590
1a703748
MS
11591 * NEWS: Mention "set trust-readonly-sections" command.
11592 Mention generate-core-file command.
cefd4ef5 11593
3a11626d
MS
115942002-01-15 Michael Snyder <msnyder@redhat.com>
11595
11596 * target.c: New command, "set trust-readonly-sections on".
11597 (do_xfer_memory): Honor the suggestion to trust readonly sections
11598 by reading them from the object file instead of from the target.
11599 (initialize_targets): Register command "set trust-readonly-sections".
11600
d1c7e53b
AC
116012002-01-29 Andrew Cagney <ac131313@redhat.com>
11602
11603 * parse.c (target_map_name_to_register): Simplify, search regs and
11604 pseudo-regs using a single loop.
11605
e2c9a72c
AC
116062002-01-30 Andrew Cagney <ac131313@redhat.com>
11607
11608 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11609
69824b4e
MK
116102002-01-15 Rodney Brown <rbrown64@csc.com.au>
11611
11612 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11613 * config/i386/i386v42mp.mh: Add i387-nat.o .
11614 * i386v4-nat.c: Include i387-nat.h.
11615 (supply_fpregset): Use i387_supply_fsave.
11616 (fill_fpregset): Use i387_fill_fsave.
11617
6eb69eab
RE
116182002-01-30 Richard Earnshaw <rearnsha@arm.com>
11619
11620 * arm-tdep.c (arm_call_dummy_words): Define.
11621 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11622 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11623 (CALL_DUMMY_WORDS): Define.
11624 (arm_call_dummy_words): Declare.
11625 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11626 (arm_linux_call_dummy_words): Declare.
11627
9852326a
AS
116282002-01-30 Andreas Schwab <schwab@suse.de>
11629
11630 * m68klinux-nat.c: Fix last change to use regcache_collect
11631 instead of referencing registers[] directly.
11632
977a3030
AC
116332002-01-29 Andrew Cagney <ac131313@redhat.com>
11634
11635 * parse.c (target_map_name_to_register): Delete code wrapped in
11636 #ifdef REGISTER_NAME_ALIAS_HOOK.
11637
2076c72b
MS
116382002-01-28 Michael Snyder <msnyder@redhat.com>
11639
11640 * regcache.c (legacy_read_register_gen): Need to be able to
11641 read pseudo-register as well as real register.
11642 (legacy_write_register_gen): Ditto.
11643
8fcc723b
AC
116442002-01-28 Andrew Cagney <ac131313@redhat.com>
11645
11646 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11647 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11648 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11649 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11650 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11651 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11652 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11653 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11654 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11655 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11656 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11657 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11658 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11659 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11660 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11661 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11662 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11663 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11664 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11665 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11666
afe64c1a
AC
116672002-01-28 Andrew Cagney <ac131313@redhat.com>
11668
11669 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11670 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11671 (initialize_current_architecture): Update target_byte_order using
11672 information from BFD.
aaa38bb5 11673 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
11674 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11675
75bc7ddf
AC
116762002-01-28 Andrew Cagney <ac131313@redhat.com>
11677
11678 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11679 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11680
11681 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11682 #ifdef INVALID_FLOAT.
11683 * infcmd.c (do_registers_info): Ditto.
11684 * values.c (unpack_double): Ditto. Add comment.
11685
11686 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11687 already commented out.
11688
0280a90a
AS
116892002-01-26 Andreas Schwab <schwab@suse.de>
11690
11691 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11692 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11693 registers and add support for PTRACE_GETREGS.
11694
7072a954
AC
116952002-01-24 Andrew Cagney <ac131313@redhat.com>
11696
11697 GDB 5.1.1 released from 5.1 branch.
11698 * NEWS: Add 5.1.1 news.
11699 * README: Sync with 5.1 branch.
11700
86f902e0
FF
117012002-01-23 Fred Fish <fnf@redhat.com>
11702
11703 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11704 stabstring on initial malloc. Reallocing will copy it for us,
11705 if necessary.
11706
8af51c36
EZ
117072002-01-23 Elena Zannoni <ezannoni@redhat.com>
11708
aaa38bb5 11709 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
11710 (HFILES_NO_SRCDIR): Remove hpread.h.
11711 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11712 (hpread.o): Update dependencies.
11713 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11714
11715 * hp-psymtab-read.c: Remove file.
11716 * hp-symtab-read.c: Remove file.
11717 * hpread.h: Remove file.
11718
11719 * hpread.c: Merge all contents of hp-psymtab-read.c,
11720 hp-symtab-read.c and hpread.h into this file, as it was prior to
11721 January 1999.
11722
11723 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 11724 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
11725 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11726 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11727
dc5cfeb6
EZ
117282002-01-23 Elena Zannoni <ezannoni@redhat.com>
11729
11730 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11731 fill_gregset): Call gdbarch_tdep() just once, assign result to
11732 variable and use that, instead of calling the function several
11733 times.
11734
ea87b71b
AO
117352002-01-24 Alexandre Oliva <aoliva@redhat.com>
11736
11737 * configure.host: Accept sparcv9 as alias for sparc64.
11738 * configure.tgt: Likewise.
11739
13fc0c2f
KB
117402002-01-22 Kevin Buettner <kevinb@redhat.com>
11741
11742 * solib-aix5.c (build_so_list_from_mapfile)
11743 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11744 arguments is not reversed.
11745 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11746 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 11747
7bd872fe
EZ
117482002-01-22 Elena Zannoni <ezannoni@redhat.com>
11749
11750 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11751 modified version of obsolete sh_fetch_pseudo_register.
11752 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11753 (sh4_register_read): New function.
11754 (sh_pseudo_register_write): New function. Renamed and modified
11755 version of obsolete sh_store_pseudo_register.
11756 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11757 (sh4_register_write): New function.
11758 (sh_gdbarch_init): Remove setting of gdbarch function
11759 fetch_pseudo_register and store_pseudo_register. Remove setting of
11760 register_convert_to_raw, register_convert_to_virtual,
11761 register_convertible.
11762 (sh_sh4_register_convertible): Delete. No longer needed. All is
11763 taken care by architecture specific functions
11764 register_read/register_write.
11765 (sh_sh4_register_convert_to_virtual): Make static.
11766 (sh_sh4_register_convert_to_raw): Ditto.
11767
069e84fd
AC
117682002-01-22 Andrew Cagney <ac131313@redhat.com>
11769
11770 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11771 (floatformat_is_nan, floatformat_mantissa): Ditto.
11772
11773 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11774 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11775 builtin_type_ieee_double_little,
11776 builtin_type_ieee_double_littlebyte_bigword,
11777 builtin_type_m68881_ext, builtin_type_i960_ext,
11778 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11779 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11780 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11781 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11782
211a4f69
CV
117832002-01-22 Corinna Vinschen <vinschen@redhat.com>
11784
11785 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11786 parameter. Set frameless flag if it exists and depended of
11787 whether the scanned function is frameless or not.
11788 (xstormy16_skip_prologue): If function is frameless, return
11789 result of xstormy16_scan_prologue().
11790 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11791 call.
11792
f81353e4
EZ
117932002-01-21 Elena Zannoni <ezannoni@redhat.com>
11794
11795 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11796 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11797 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11798 sh_sh4_register_byte, sh_sh4_register_raw_size,
11799 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11800 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11801 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11802 sh_store_pseudo_register, sh_do_pseudo_register): Call
11803 gdbarch_tdep() just once, assign result to variable and use that,
11804 instead of calling the function several times.
11805
63c73a17
MK
118062002-01-20 Mark Kettenis <kettenis@gnu.org>
11807
11808 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11809 macros instead of LAST_FPU_CTRL_REGNUM.
11810 (store_register): Likewise.
11811
39ad761d
JB
118122002-01-21 Jim Blandy <jimb@redhat.com>
11813
11814 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11815 is up-to-date before running the program, not just when a program
11816 exits.
11817
3d74b771
FF
118182002-01-21 Fred Fish <fnf@redhat.com>
11819
11820 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11821 when we have found all instructions we are looking for.
11822
966fbf70
RE
118232002-01-21 Richard Earnshaw <rearnsha@arm.com>
11824
11825 * arm-tdep.c (arm_register_name): New function.
11826 (arm_registers_names): Make static.
11827 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11828 (arm_register_name): Declare.
11829 (REGISTER_NAME): Use it.
11830
c3b4394c
RE
118312002-01-21 Richard Earnshaw <rearnsha@arm.com>
11832 Kevin Buettner <kevinb@redhat.com>
11833
11834 Convert arm targets to new FRAME interface.
11835 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11836 (arm_frame_find_save_regs): Delete.
11837 (arm_frame_init_saved_regs): New.
11838 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11839 Allocate extra_info as required. Convert all uses of fsr.regs
11840 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11841 to use extra_info.
11842 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11843 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11844 (check_prologue_cache, save_prologue_cache): Likewise.
11845 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11846 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11847 (FRAME_FIND_SAVED_REGS): Delete.
11848 (arm_frame_find_saved_regs): Delete prototype.
11849 (arm_frame_init_saved_regs): New prototype.
11850 (FRAME_INIT_SAVED_REGS): Define.
11851
61d99182
AC
118522002-01-20 Andrew Cagney <ac131313@redhat.com>
11853
11854 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11855
6aaea291
AC
118562002-01-20 Andrew Cagney <ac131313@redhat.com>
11857
11858 From Jeff Law <law@redhat.com>:
11859 * infttrace.c: Include <sys/pstat.h>.
11860 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11861 exec file if the ttrace equivalent fails.
11862
15f698d2
AC
118632002-01-20 Andrew Cagney <ac131313@redhat.com>
11864
11865 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11866 (closeLogFile): Ditto.
11867
f86ddd7c
MC
118682002-01-20 Michael Chastain <mec@shout.net>
11869
11870 * top.c (print_gdb_version): Bump copyright year to 2002.
11871
904507ce
AC
118722002-01-20 Andrew Cagney <ac131313@redhat.com>
11873
11874 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11875 Zannoni and Eli Zaretskii.
11876
d7f0b9ce
DJ
118772002-01-20 Daniel Jacobowitz <drow@mvista.com>
11878
11879 * buildsym.c: Update copyright years.
11880 * c-typeprint.c: Likewise.
11881 * dwarf2read.c: Likewise.
11882 * f-typeprint.c: Likewise.
11883 * gdbtypes.c: Likewise.
11884 * gdbtypes.h: Likewise.
11885 * hp-symtab-read.c: Likewise.
11886 * hpread.c: Likewise.
11887 * mdebugread.c: Likewise.
11888 * p-typeprint.c: Likewise.
11889
3fd3d7d2
AC
118902002-01-20 Andrew Cagney <ac131313@redhat.com>
11891
11892 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11893 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11894 byte-order selectable.
11895 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11896 * arch-utils.c: Ditto.
11897 (set_endian): Ditto.
11898 (set_endian_from_file): Ditto.
11899 * gdbserver/low-sim.c (create_inferior): Ditto.
11900 * gdbarch.sh: Ditto.
11901 * gdbarch.h: Re-generate.
aaa38bb5
AJ
11902 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11903 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11904 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11905 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11906 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11907 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11908 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
11909 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11910 macro definition.
11911 * config/mips/tm-wince.h: Remove #undef of macro
11912 TARGET_BYTE_ORDER_SELECTABLE.
11913 * config/sh/tm-wince.h: Ditto.
11914
b02dede2
DJ
119152002-01-20 Daniel Jacobowitz <drow@mvista.com>
11916
11917 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11918 member function fields. Add accessor macro
11919 TYPE_FN_FIELD_ARTIFICIAL.
11920 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11921 * c-typeprint.c (c_type_print_base): Skip artificial member
11922 functions.
11923
c3643761
DJ
119242002-01-20 Daniel Jacobowitz <drow@mvista.com>
11925
11926 * f-typeprint.c: Delete unused function f_type_print_args.
11927 * p-typeprint.c: Delete unused function pascal_type_print_args.
11928
8176bb6d
DJ
119292002-01-20 Daniel Jacobowitz <drow@mvista.com>
11930
11931 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11932 comment. Add ``artificial'' to ``union field_location''.
11933
11934 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11935
11936 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11937 * mdebugread.c (parse_symbol): Likewise.
11938 * stabsread.c (define_symbol): Likewise.
11939 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11940 initializing TYPE_FIELD_BITPOS to n (obsolete).
11941 (hpread_doc_function_type): Likewise.
11942 * hpread.c (hpread_function_type): Likewise.
11943
7fd60527
AC
119442002-01-20 Andrew Cagney <ac131313@redhat.com>
11945
11946 * configure.in (host_makefile_frag): Only require a host makefile
11947 fragment when a native build.
11948 * configure: Re-generate.
11949
c2f05ac9
AC
119502002-01-20 Andrew Cagney <ac131313@redhat.com>
11951
11952 * doublest.h (floatformat_from_type): Declare.
11953 * doublest.c (floatformat_from_type): New function.
11954 (convert_typed_floating): Use.
11955
11956 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11957 call to function floatformat_from_type.
11958
11959 * gdbarch.sh (IEEE_FLOAT): Delete.
11960 * gdbarch.h, gdbarch.c: Re-generate.
11961 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11962 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11963 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11964 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11965 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11966 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11967 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11968 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11969 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11970 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11971 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
11972 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11973
11974 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11975 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11976 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11977 * sh-tdep.c (sh_gdbarch_init): Ditto.
11978 * mips-tdep.c (mips_gdbarch_init): Ditto.
11979 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11980 * cris-tdep.c (cris_gdbarch_init): Ditto.
11981
abf22e64
AJ
119822002-01-20 Jiri Smid <smid@suse.cz>
11983
11984 * configure.host, configure.tgt: Support x86-64.
11985 * NEWS: Note new target x86-64.
11986
b7c4cbf8
AJ
11987 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11988 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11989 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11990 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11991 x86-64-linux-nat.o): Fix dependencies.
11992
82600034
AC
119932002-01-19 Andrew Cagney <ac131313@redhat.com>
11994
11995 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11996 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11997 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11998 * config/sparc/xm-sun4os4.h: Delete file.
11999 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 12000
bbe5c628
AC
120012002-01-19 Andrew Cagney <ac131313@redhat.com>
12002
12003 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12004 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12005 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12006 * config/i386/i386lynx.mh (XM_FILE): Delete.
12007 * config/rs6000/xm-rs6000ly.h: Delete file.
12008 * config/sparc/xm-sparclynx.h: Delete file.
12009 * config/m68k/xm-m68klynx.h: Delete file.
12010 * config/i386/xm-i386lynx.h: Delete file.
12011 * config/xm-lynx.h: Delete file.
12012 * config/djgpp/fnchange.lst: Update.
12013
f8453e34
JT
120142002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12015
12016 * alpha-tdep.c (alpha_register_byte): New function.
12017 (alpha_register_raw_size): Ditto.
12018 (alpha_register_virtual_size): Ditto.
12019 (alpha_skip_prologue_internal): Renamed from
12020 alpha_skip_prologue.
12021 (alpha_skip_prologue): New version that calls
12022 alpha_skip_prologue_internal.
12023 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12024 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12025 second argument from alpha_skip_prologue.
12026 (REGISTER_BYTE): Use alpha_register_byte.
12027 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12028 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12029 (FRAMELESS_FUNCTION_INVOCATION): Use
12030 generic_frameless_function_invocation_not.
12031 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12032 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12033
52d9e613
AC
120342002-01-19 Andrew Cagney <ac131313@redhat.com>
12035
12036 * config/mips/xm-news-mips.h: Delete file.
12037 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12038
12039 * config/m88k/xm-m88k.h: Delete file.
12040 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12041 * config/m88k/xm-delta88v4.h: Ditto.
12042 * config/m88k/xm-delta88.h: Ditto.
12043
12044 * config/alpha/xm-fbsd.h: Delete file.
12045 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12046
12047 * config/sparc/xm-sparc.h: Delete file.
12048 * Makefile.in (xm-sun4os4.h): Delete dependency.
12049 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12050 * config/sparc/xm-sun4os4.h: Ditto.
12051 * config/sparc/xm-linux.h: Ditto.
12052
12053 * config/i386/xm-windows.h: Delete file.
12054
2d1b2124
AC
120552002-01-19 Andrew Cagney <ac131313@redhat.com>
12056
12057 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12058 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12059
ee1f65f0
JT
120602002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12061
12062 * alpha-tdep.c (alpha_call_dummy_words): New.
12063 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12064 (CALL_DUMMY_P): Define.
12065 (CALL_DUMMY_WORDS): Define.
12066 (SIZEOF_CALL_DUMMY_WORDS): Define.
12067
98081e55
PB
120682002-01-19 Per Bothner <per@bothner.com>
12069
12070 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12071 isn't NULL, which can happen with some gcj-3.x-produced code.
12072
0d056799
JT
120732002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12074
12075 * alpha-tdep.c (alpha_register_virtual_type): New function.
12076 (alpha_init_frame_pc_first): Ditto.
12077 (alpha_fix_call_dummy): Ditto.
12078 (alpha_store_struct_return): Ditto.
12079 (alpha_extract_struct_value_address): Ditto.
12080 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12081 alpha_register_virtual_type.
12082 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12083 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12084 alpha_extract_struct_value_address.
12085 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12086 (INIT_FRAME_PC): Use init_frame_pc_noop.
12087 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12088
4604bcad
MK
120892002-01-19 Mark Kettenis <kettenis@gnu.org>
12090
12091 * i386gnu-nat.c: Include "i386-tdep.h".
12092 (fetch_fpregs): Simplify code dealing with uninitialized floating
12093 point states such that it doesn't require FP7_REGNUM.
12094
140f9984
JT
120952002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12096
abf22e64
AJ
12097 * alpha-tdep.c (frame_extra_info): New.
12098 (alpha_find_saved_regs): Make static. Use
140f9984
JT
12099 frame->extra_info.
12100 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
12101 (alpha_frame_saved_pc): Use frame->extra_info.
12102 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12103 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
12104 (init_extra_frame_info): Rename to...
12105 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 12106 (alpha_print_extra_frame_info): New function.
140f9984
JT
12107 (alpha_frame_locals_address): Ditto.
12108 (alpha_frame_args_address): Ditto.
abf22e64 12109 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
12110 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12111 alpha_frame_args_address.
abf22e64 12112 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 12113 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
12114 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12115 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
12116 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12117 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12118
d734c450
JT
121192002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12120
12121 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12122 (alpha_cannot_fetch_register): Ditto.
12123 (alpha_cannot_store_register): Ditto.
12124 (alpha_register_convertible): Ditto.
12125 (alpha_use_struct_convention): Ditto.
12126 * config/alpha/tm-alpha.h: Update copyright years.
12127 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12128 (INNER_THAN): Use core_addr_lessthan.
12129 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12130 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12131 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12132 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12133 (FRAME_CHAIN): Remove unnecessary cast.
12134
b4ceaee6
AC
121352002-01-18 Andrew Cagney <ac131313@redhat.com>
12136
12137 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12138 obsolete.
12139
0a65a603
AC
121402002-01-18 Andrew Cagney <ac131313@redhat.com>
12141
12142 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12143 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12144 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12145 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12146 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12147 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12148 * x86-64-linux-nat.c: Ditto.
12149
636a6dfc
JT
121502002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12151
abf22e64 12152 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
12153 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12154 (REGISTER_NAME): Define.
12155
acceddb6
JT
121562002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12157
12158 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12159
ec32e4be
JT
121602002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12161
12162 * alpha-tdep.c: Update copyright years.
12163 (alpha_next_pc): New function.
12164 (alpha_software_single_step): Ditto.
12165 * config/alpha/tm-alpha.h: Add prototype for
12166 alpha_software_single_step.
12167
e771a871
JT
121682002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12169
12170 * alphabsd-nat.c: Update copyright years.
12171 (fill_gregset): Use regcache_collect.
12172 (fill_fpregset): Likewise.
12173 (fetch_inferior_registers): Only fetch integer registers
12174 if requested to do so.
12175 (store_inferior_registers): Only store integer registers
12176 if requested to do so.
12177
7708fa01
AC
121782002-01-17 Andrew Cagney <ac131313@redhat.com>
12179
12180 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12181 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12182 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12183 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12184 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12185 * config/arm/linux.mh (XDEPFILES): Delete.
12186 * config/arm/nbsd.mh (XDEPFILES): Delete.
12187 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12188 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12189 * config/i386/i386m3.mh (XDEPFILES): Delete.
12190 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12191 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12192 * config/i386/fbsd.mh (XDEPFILES): Delete.
12193 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12194 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12195 * config/i386/i386v4.mh (XDEPFILES): Delete.
12196 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12197 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12198 * config/i386/i386aix.mh (XDEPFILES): Delete.
12199 * config/i386/go32.mh (XDEPFILES): Delete.
12200 * config/i386/cygwin.mh (XDEPFILES): Delete.
12201 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12202 * config/i386/i386mach.mh (XDEPFILES): Delete.
12203 * config/i386/i386v32.mh (XDEPFILES): Delete.
12204 * config/i386/linux.mh (XDEPFILES): Delete.
12205 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12206 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12207 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12208 * config/i386/i386sco.mh (XDEPFILES): Delete.
12209 * config/i386/i386v.mh (XDEPFILES): Delete.
12210 * config/i386/nbsd.mh (XDEPFILES): Delete.
12211 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12212 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12213 * config/i386/symmetry.mh (XDEPFILES): Delete.
12214 * config/i386/obsd.mh (XDEPFILES): Delete.
12215 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12216 * config/ia64/linux.mh (XDEPFILES): Delete.
12217 * config/ia64/aix.mh (XDEPFILES): Delete.
12218 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12219 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12220 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12221 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12222 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12223 * config/m68k/linux.mh (XDEPFILES): Delete.
12224 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12225 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12226 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12227 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12228 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12229 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12230 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12231 * config/m88k/delta88.mh (XDEPFILES): Delete.
12232 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12233 * config/m88k/m88k.mh (XDEPFILES): Delete.
12234 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12235 * config/mips/linux.mh (XDEPFILES): Delete.
12236 * config/mips/irix6.mh (XDEPFILES): Delete.
12237 * config/mips/irix5.mh (XDEPFILES): Delete.
12238 * config/mips/irix4.mh (XDEPFILES): Delete.
12239 * config/mips/irix3.mh (XDEPFILES): Delete.
12240 * config/mips/decstation.mh (XDEPFILES): Delete.
12241 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12242 (NATDEPFILES): Move core-aout.o to here.
12243 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12244 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12245 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12246 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12247 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12248 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12249 * config/pa/hpux11.mh (XDEPFILES): Delete.
12250 * config/powerpc/aix.mh (XDEPFILES): Delete.
12251 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12252 * config/powerpc/linux.mh (XDEPFILES): Delete.
12253 * config/romp/rtbsd.mh: Rename XDEPFILES.
12254 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12255 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12256 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12257 * config/s390/s390.mh (XDEPFILES): Delete.
12258 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12259 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12260 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12261 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12262 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12263 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12264 * config/sparc/linux.mh (XDEPFILES): Delete.
12265 * config/vax/vaxult.mh (XDEPFILES): Delete.
12266 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12267 * Makefile.in (DEPFILES): Remove XDEPFILES.
12268
375fc983
AC
122692002-01-17 Andrew Cagney <ac131313@redhat.com>
12270
12271 * utils.c (internal_verror): Fix comments, default is yes not no.
12272 Update queries to match. Default to quit and dump core.
12273
8926118c
AC
122742002-01-17 Andrew Cagney <ac131313@redhat.com>
12275
12276 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12277 copyright.
12278 * defs.h, event-top.c, gdbcmd.h: Ditto.
12279 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12280 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12281 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12282 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12283 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12284 * mi/mi-main.c:Ditto.
12285
12286 * stack.c, symfile.c: Update copyright.
12287
45b7b345
DJ
122882002-01-17 Daniel Jacobowitz <drow@mvista.com>
12289
db728ff7
DJ
12290 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12291 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12292 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12293 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 12294
db728ff7
DJ
122952002-01-17 Daniel Jacobowitz <drow@mvista.com>
12296
12297 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12298 * gdbserver/low-lynx.c (myattach): Likewise.
12299 * gdbserver/low-nbsd.c (myattach): Likewise.
12300 * gdbserver/low-sim.c (myattach): Likewise.
12301 * gdbserver/low-sparc.c (myattach): Likewise.
12302 * gdbserver/low-sun3.c (myattach): Likewise.
12303
12304 * gdbserver/low-linux.c (myattach): New function.
45b7b345 12305
db728ff7 12306 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
12307 (main): Handle "--attach".
12308
8de3c354
AC
123092002-01-16 Andrew Cagney <ac131313@redhat.com>
12310
12311 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12312 maintainer.
12313
b0129042
DJ
123142002-01-15 Daniel Jacobowitz <drow@mvista.com>
12315
12316 * c-typeprint.c (is_type_conversion_operator): Add additional
12317 check for non-conversion operators.
12318
ba8679fb 123192002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
12320
12321 * linux-proc.c: Add "info proc" command, a la procfs.c.
12322 (read_mapping): New function, abstract and re-use code.
12323 (linux_find_memory_regions): Use new func read_mapping.
12324 (linux_info_proc_cmd): New function, implement "info proc".
12325 (_initialize_linux_proc): Add new command "info proc".
12326
e4f9b4d5
MS
123272002-01-15 Michael Snyder <msnyder@redhat.com>
12328
12329 * symfile.c (generic_load): Use bfd_map_over_sections method
12330 instead of manipulating bfd structure members directly.
12331 (add_section_size_callback): New function, bfd sections callback
12332 used by generic_load.
12333 (load_sections_callback): New function, bfd sections callback
12334 used by generic_load.
12335
08cf96df
EZ
123362002-01-15 Elena Zannoni <ezannoni@redhat.com>
12337
abf22e64 12338 [Based on work by Jim Blandy]
08cf96df
EZ
12339 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12340 (builtin_type_vec128): Export.
12341 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12342 types.
12343 (builtin_type_vec128): New builtin type for 128 bit vector
12344 registers.
12345 (build_gdbtypes): Initialize builtin_type_v16qi and
12346 builtin_type_v8hi. Create the vec128 register builtin type
12347 structure.
12348 (build_builtin_type_vec128): New function.
abf22e64 12349 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
12350 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12351 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12352 AltiVec register to new builtin type.
12353
d7242108
DJ
123542001-01-15 Daniel Jacobowitz <drow@mvista.com>
12355
12356 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12357 to make_cv_type.
12358
4ee3352d
AC
123592002-01-14 Andrew Cagney <ac131313@redhat.com>
12360
12361 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12362 CLEAN_UP_REGISTER_VALUE.
12363 * regcache.c (supply_register): Update only call.
12364
f015b2e7
AC
123652002-01-14 Andrew Cagney <ac131313@redhat.com>
12366
12367 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12368 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12369 a29k-*-vxworks* targets as obsolete.
12370
356ae49d
MS
123712002-01-14 Michael Snyder <msnyder@redhat.com>
12372
12373 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12374 until we can resolve portability issues.
12375 * gregset.h: Remove references to fpxregs.
12376 * gcore.c (gcore_command): Initialize note_sec to NULL.
12377
ade8f45e
AC
123782002-01-13 Andrew Cagney <ac131313@redhat.com>
12379
12380 * signals.c (target_signal_to_name): Rewrite. Only use
12381 signals[].name when in bounds and non-NULL.
abf22e64 12382
89c49e7a
AC
123832002-01-13 Andrew Cagney <ac131313@redhat.com>
12384
12385 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12386 * signals.c (target_signal_to_name): Verify that SIG is within the
12387 bounds of the signals array.
12388
4daa9f9f
AC
123892002-01-13 Andrew Cagney <ac131313@redhat.com>
12390
12391 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12392
ba4bbdcb
KS
123932002-01-13 Keith Seitz <keiths@redhat.com>
12394
12395 * stack.c (print_frame_info_base): Print the frame's pc
12396 only if when print_frame_info_listing_hook is not defined.
12397
575bbeb6
KS
123982002-01-13 Keith Seitz <keiths@redhat.com>
12399
12400 * varobj.c (varobj_set_value): Make sure that there were no
12401 errors evaluating the object before attempting to set its
12402 value.
12403 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12404 so this offset adjustment is no longer necessary.
12405 (create_child): Don't set the error flag if the child is
12406 a CPLUS_FAKE_CHILD.
12407 (value_of_child): If value_fetch_lazy fails, return NULL
12408 so that callers will be notified that an error occurred.
12409 (c_value_of_variable): Delay check of variable's validity
12410 until later. We actually want all structs and unions to have
12411 the value "{...}".
12412 Do not return "???" for variables which could not be evaluated.
12413 This error condition must be returned to the caller so that it
12414 can get the error condition from gdb.
12415 (cplus_name_of_child): Adjust index for vptr before figuring
12416 out the name of the child.
12417 (cplus_value_of_child): If a child's (real) parent is not valid,
12418 don't even bother trying to give a value for it. Just return
12419 an error. Change all instances in this function.
12420 (cplus_type_of_child): If our parent is one of the "fake"
12421 parents, we need to get at the type of the real parent, and
12422 derive the child's true type using this information.
12423
b76898ab
AC
124242002-01-13 Andrew Cagney <ac131313@redhat.com>
12425
12426 From 2002-01-09 John Marshall <johnm@falch.net>:
12427 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12428 sources.redhat.com, and tweak some related URLs which had
12429 suffered from linkrot.
12430
b6649e88
AC
124312002-01-13 Andrew Cagney <ac131313@redhat.com>
12432
12433 From Jeff law:
12434 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12435 structures passed in registers.
12436
82cc5033
EZ
124372002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12438
12439 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12440 white space which prevented compilation. Reported by DSK
12441 <dsk@student.unsw.edu.au>.
12442
ba5f2f8a
MS
124432002-01-11 Michael Snyder <msnyder@redhat.com>
12444
fbd35540
MS
12445 * symfile.c (build_section_addr_info_from_section_tab):
12446 Use bfd access method instead of manipulating bfd directly.
12447 (syms_from_objfile): Ditto.
12448 (simple_overlay_update_1): Ditto.
12449 (simple_overlay_update): Ditto.
12450 (generic_load): Ditto.
12451 (overlay_unmapped_address): FIXME comment, bfd access methods.
12452 (sections_overlap): FIXME comment, bfd access methods.
12453 (pc_in_mapped_range): FIXME comment, bfd access methods.
12454 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12455 (section_is_mapped): FIXME comment, bfd access methods.
12456 (section_is_overlay): FIXME comment, bfd access methods.
12457
ba5f2f8a
MS
12458 * symfile.c (generic_load): Whitespace and long line cleanups.
12459 Remove duplicate variable, change several local variables to
12460 more appropriate data types.
12461 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12462
17df2af6
AC
124632002-01-12 Andrew Cagney <ac131313@redhat.com>
12464
12465 From Peter Schauer:
12466 * language.c (longest_local_hex_string_custom): Use phex_nz to
12467 convert NUM to a hex string.
12468
ec920329
EZ
124692002-01-12 Elena Zannoni <ezannoni@redhat.com>
12470
12471 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12472 the function.
538a76d6 12473 Update Copyright year.
ec920329 12474
3abd2e01
AC
124752002-01-12 Andrew Cagney <ac131313@redhat.com>
12476
12477 * language.c (longest_raw_hex_string): Delete unused function.
12478
b21b22e0
PS
124792002-01-11 Petr Sorfa <petrs@caldera.com>
12480
12481 * MAINTAINERS (write-after-approval): Add myself.
12482 * dwarf2read.c (read_tag_string_type): Handling of
12483 DW_AT_byte_size.
12484 (read_tag_string_type): FORTRAN fix to prevent propagation of
12485 first string size.
12486 (set_cu_language): Handling of DW_LANG_Fortran95
12487
747fe712
RE
124882002-01-11 Richard Earnshaw <rearnsha@arm.com>
12489
12490 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12491 GETPID(inferior_ptid).
12492 (store_inferior_registers): Likewise.
12493
f1bea926
JM
124942002-01-10 Jason Merrill <jason@redhat.com>
12495
12496 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12497 Fix DW_OP_minus.
12498
ae940673
AC
124992002-01-10 Andrew Cagney <ac131313@redhat.com>
12500
12501 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12502 and bfd/elf32-sh-nbsd.c.
12503
00546b04
MS
125042002-01-10 Michael Snyder <msnyder@redhat.com>
12505
352ed7b4
MS
12506 * NEWS: Mention --pid and corefile/proc-id behavior change.
12507
c18be923
MS
12508 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12509 * gcore.c: Include cli/cli-decode.h instead of command.h.
12510
00546b04
MS
12511 * main.c (captured_main): Add new command line option "--pid".
12512 If the second command line argument (following the symbol-file)
12513 begins with a digit, try to attach to it before trying to open
12514 it as a corefile.
12515 (print_gdb_help): Document the "--pid" argument.
12516
db60ec62
EZ
125172002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12518
12519 * completer.c (command_completer): New function.
12520
12521 * completer.h <command_completer>: Add prototype.
12522
12523 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12524 completer for the "help" command.
12525
39c22d1a
JM
125262002-01-09 Jason Merrill <jason@redhat.com>
12527
12528 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12529
c564377f
MS
125302002-01-09 Michael Snyder <msnyder@redhat.com>
12531
975aec09
MS
12532 * i386-linux-nat.c (fill_fpxregset): Make global.
12533 (store_fpxregset): Ditto.
12534
db4a10fa
MS
12535 * gregset.h (gdb_fpxregset_t): Define.
12536 (supply_fpxregset): Prototype.
12537 (fill_fpxregset): Prototype.
12538
c564377f
MS
12539 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12540
c3d45d70
RE
125412002-01-09 Richard Earnshaw <rearnsha@arm.com>
12542
12543 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12544 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12545 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12546
fcc87af1
AC
125472002-01-09 Andrew Cagney <ac131313@redhat.com>
12548
12549 * MAINTAINERS: Update target maintainer rules so that any
12550 Maintainer can approve a tested patch for a maintenance-only
12551 target.
12552
dd96c05b
RE
125532002-01-09 Richard Earnshaw <rearnsha@arm.com>
12554
d4297db9 12555 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 12556
d4297db9 12557 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
12558 IN_SIGTRAMP.
12559
145fdc6e
MS
125602002-01-08 Michael Snyder <msnyder@redhat.com>
12561
12562 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12563 real name of the executable, rather than the /proc name.
12564
be4d1333
MS
125652002-01-03 Michael Snyder <msnyder@redhat.com>
12566
12567 Implement a "generate-core-file" command in gdb, save target state.
12568 * gcore.c: New file. Implement new command 'generate-core-file'.
12569 Save a corefile image of the current state of the inferior.
12570 * linux-proc.c: Add linux-specific code for saving corefiles.
12571 * target.h (struct target_ops): Add new target vectors for saving
12572 corefiles; to_find_memory_regions and to_make_corefile_notes.
12573 (target_find_memory_regions): New macro.
12574 (target_make_corefile_notes): New macro.
12575 * target.c (update_current_target): Inherit new target methods.
12576 (dummy_find_memory_regions): New place-holder method.
12577 (dummy_make_corefile_notes): New place-holder method.
12578 (init_dummy_target): Initialize new dummy target vectors.
12579 * exec.c (exec_set_find_memory_regions): New function.
12580 Allow the exec_ops vector for memory regions to be taken over.
12581 (exec_make_note_section): New function, target vector method.
12582 * defs.h (exec_set_find_memory_regions): Export prototype.
12583 * procfs.c (proc_find_memory_regions): New function, corefile method.
12584 (procfs_make_note_section): New function, corefile method.
12585 (init_procfs_ops): Set new target vector pointers.
12586 (find_memory_regions_callback): New function.
12587 (procfs_do_thread_registers): New function.
12588 (procfs_corefile_thread_callback): New function.
12589 * sol-thread.c (sol_find_memory_regions): New function.
12590 (sol_make_note_section): New function.
12591 (init_sol_thread_ops): Initialize new target vectors.
12592 * inftarg.c (inftarg_set_find_memory_regions): New function.
12593 Allow to_find_memory_regions vector to be taken over.
12594 (inftarg_set_make_corefile_notes): New function.
12595 Allow to_make_corefile_notes vector to be taken over.
12596 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12597 interface layer if not target_has_execution (may be a corefile).
12598 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12599 * config/sparc/sun4sol2.mh: Ditto.
12600 * config/alpha/alpha-linux.mh: Ditto.
12601 * config/arm/linux.mh: Ditto.
12602 * config/i386/x86-64linux.mh: Ditto.
12603 * config/ia64/linux.mh: Ditto.
12604 * config/m68k/linux.mh: Ditto.
12605 * config/mips/linux.mh: Ditto.
12606 * config/powerpc/linux.mh: Ditto.
12607 * config/sparc/linux.mh: Ditto.
12608
c6b92abd
MS
126092002-01-07 Michael Snyder <msnyder@redhat.com>
12610
12611 * arm-linux-nat.c: Remove references to regcache.c internal data
12612 (registers[] and register_valid[]).
12613
4b09dc8c
MS
126142002-01-07 Michael Snyder <msnyder@redhat.com>
12615
abf22e64
AJ
12616 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12617 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
12618 symbol file and shlibs.
12619 * Makefile.in: Add rule for linux-proc.o.
12620 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12621 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12622 * config/arm/linux.mh: Ditto.
12623 * config/i386/linux.mh: Ditto.
12624 * config/i386/x86-64linux.mh: Ditto.
12625 * config/ia64/linux.mh: Ditto.
12626 * config/m68k/linux.mh: Ditto.
12627 * config/mips/linux.mh: Ditto.
12628 * config/powerpc/linux.mh: Ditto.
12629 * config/sparc/linux.mh: Ditto.
12630
c25b74ac
PM
126312002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12632
12633 * win32-nat.c: Add i386-tdep.h dependency.
12634
94cd915f
MS
126352002-01-07 Michael Snyder <msnyder@redhat.com>
12636
c7cccb76
MS
12637 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12638 instead of bfd_get_arch_size. Don't bail out just because
12639 there's no exec_bfd.
abf22e64 12640
34c0bd93
MS
12641 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12642 * p-valprint.c (pascal_object_print_value): Ditto.
12643 * somread.c (som_symtab_read): Ditto.
12644 * symfile.c (simple_free_overlay_region_table): Ditto.
12645 * valops.c (value_assign): Ditto.
12646
21c1c920
MS
12647 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12648 use tilde_expand and strerror for opening save-tracepoints file.
12649
5bbd998e
MS
12650 * thread-db.c (thread_db_new_objfile): Indendation fix.
12651
94cd915f
MS
12652 * infptrace.c (GDB_MAX_ALLOCA): New define.
12653 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 12654 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
12655 can be overridden with whatever value is appropriate to the host).
12656 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12657 alloca to allocate potentially large buffer.
12658 * rs6000-nat.c (child_xfer_memory): Ditto.
12659 * symm-nat.c (child_xfer_memory): Ditto.
12660 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12661
494e8a93
JSC
126622002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12663
12664 From Nick Clifton <nickc@redhat.com>
12665 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12666
d0e1d48e
MS
126672002-01-07 Michael Snyder <msnyder@redhat.com>
12668
abf22e64 12669 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
12670 Don't use exec_bfd if it's NULL.
12671
290b2c7a
MK
126722002-01-06 Mark Kettenis <kettenis@gnu.org>
12673
abf22e64 12674 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 12675
aef21287
AC
126762002-01-06 Andrew Cagney <ac131313@redhat.com>
12677
12678 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12679 * gnu-nat.c: Ditto.
12680
30efa627
AC
126812002-01-06 Andrew Cagney <ac131313@redhat.com>
12682
12683 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12684 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12685 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12686 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12687 z8k-coff have not been multi-arched. Update z8k-coff build
12688 status.
12689
9b4ff276
AC
126902002-01-06 Andrew Cagney <ac131313@redhat.com>
12691
12692 * MAINTAINERS: Mark a29k target as obsolete.
12693 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12694 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12695 comments.
12696 * NEWS: Note that a29k targets are obsolete.
12697 * a29k-tdep.c: Mark as obsolete.
12698 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12699 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12700 a29k-*-vxworks* targets as obsolete.
12701 * remote-adapt.c: Obsolete.
12702 * remote-eb.c: Obsolete.
12703 * remote-mm.c: Obsolete.
12704 * remote-udi.c: Obsolete.
12705 * config/a29k/a29k-udi.mt: Obsolete.
12706 * config/a29k/a29k.mt: Obsolete.
12707 * config/a29k/tm-a29k.h: Obsolete.
12708 * config/a29k/tm-vx29k.h: Obsolete.
12709 * config/a29k/vx29k.mt: Obsolete.
12710
a9011d31
AC
127112002-01-05 Andrew Cagney <ac131313@redhat.com>
12712
12713 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12714 with BFD_ENDIAN_BIG.
12715
9299404e
AC
127162002-01-05 Andrew Cagney <ac131313@redhat.com>
12717
12718 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12719 * configure, config.in: Re-generate.
12720 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12721 * defs.h: Do not include <endian.h>.
12722
7e89e357
JT
127232002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12724
12725 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12726 * config.in: Regenerate.
12727 * configure.in: Update copyright years.
12728 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12729 * configure: Regenerate.
12730 * i386bsd-nat.c: Update copyright years.
12731 (fill_gregset): Use regcache_collect.
12732 (fetch_inferior_registers): Only fetch integer registers
12733 if requested to do so. Add support for XMM registers
12734 using PT_GETXMMREGS.
12735 (store_inferior_registers): Only store integer registers
12736 if requested to do so. Add support for XMM registers
12737 using PT_SETXMMREGS.
12738 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12739 (store_inferior_registers): Remove.
12740 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12741 (fetch_elfcore_registers): New function.
12742 (i386nbsd_elfcore_fns): New.
12743 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12744 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12745 i386bsd-nat.o.
12746 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12747 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12748 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12749 * config/i386/tm-nbsd.h: Update copyright years.
12750 (HAVE_SSE_REGS): Define.
12751 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12752 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12753 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12754 (SIGCONTEXT_PC_OFFSET): Remove.
12755 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12756
a752853e
AC
127572002-01-05 Andrew Cagney <ac131313@redhat.com>
12758
12759 * configure.tgt: Remove powerpc-*-macos* target.
12760 * config/m68k/xm-mpw.h: Delete file.
12761 * config/xm-mpw.h: Delete file.
12762 * ser-mac.c: Delete file.
12763 * mpw-make.sed: Delete file.
12764 * mpw-config.in: Delete file.
12765 * mac-xdep.c: Delete file.
12766 * mac-gdb.r: Delete file.
12767 * mac-defs.h: Delete file.
12768 * mac-nat.c: Delete file.
12769 * config/powerpc/macos.mh: Delete file.
12770 * config/powerpc/macos.mt: Delete file.
12771 * config/powerpc/nm-macos.h: Delete file.
12772 * config/powerpc/tm-macos.h: Delete file.
12773 * source.c (openp, open_source_file): Remove obsolete code.
12774 * top.c (gdb_readline): Ditto.
12775 * utils.c (query): Ditto.
12776 * event-top.c (display_gdb_prompt): Ditto.
12777 * Makefile.in (ser-mac.o): Delete obsolete target.
12778 * NEWS: Update.
12779
d7449b42
AC
127802002-01-04 Andrew Cagney <ac131313@redhat.com>
12781
12782 * defs.h (BIG_ENDIAN): Delete macro definition.
12783 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12784 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12785 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12786 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12787 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12788 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12789 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12790 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12791 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12792 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12793 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12794 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12795 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12796 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12797 * gdbarch.c: Re-generate.
12798
356374e8
DJ
127992002-01-04 Daniel Jacobowitz <drow@mvista.com>
12800
12801 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12802 for core files.
12803
a2b8f8f8
JT
128042002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12805
12806 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12807
12466af9
AC
128082002-01-04 Andrew Cagney <ac131313@redhat.com>
12809
12810 * value.h (value_ptr): Delete typedef.
12811
3549ab40
JT
128122002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12813
12814 * i386nbsd-nat.c: Update copyright years.
12815 Include i386-tdep.h.
12816
fedbd091
EZ
128172002-01-04 Elena Zannoni <ezannoni@redhat.com>
12818
12819 * stabsread.c: Update copyright years.
12820
12821 From Debashis Mahata <debashis.mahata@wipro.com>:
12822 (read_struct_fields): Deal with Sun C compiler erroneous stab
12823 output for structs and unions.
fec8b34f 12824 Fix PR gdb/269.
fedbd091 12825
eb43544b
DJ
128262002-01-04 Daniel Jacobowitz <drow@mvista.com>
12827
12828 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12829 prototype.
12830
1514d34e
DJ
128312002-01-04 Daniel Jacobowitz <drow@mvista.com>
12832
12833 * cp-abi.c: Fix whitespace.
12834 (baseclass_offset): New wrapper function.
12835 * cp-abi.h (baseclass_offset): Add prototype.
12836 (struct cp_abi_ops): Add baseclass_offset pointer.
12837
12838 * valops.c (vb_match): Move to...
12839 * gnu-v2-abi.c (vb_match): here.
12840 * valops.c (baseclass_offset): Move to...
12841 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12842
12843 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12844
12845 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12846 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12847 * hpacc-abi.c (init_hpacc_ops): Likewise.
12848
7f8c9282
DJ
128492002-01-04 Daniel Jacobowitz <drow@mvista.com>
12850
12851 * valops.c (find_overload_match): Accept obj as a
12852 reference parameter. Update it before returning.
12853 * value.h (find_overload_match): Update prototype.
12854 * eval.c (evaluate_subexp_standard): Pass object to
12855 find_overload_match by reference.
12856
f23631e4
AC
128572002-01-03 Andrew Cagney <ac131313@redhat.com>
12858
12859 * valarith.c: Replace value_ptr with struct value pointer. Remove
12860 register attribute from value declarations.
12861 * valops.c: Ditto.
12862 * value.h: Ditto.
12863 * scm-lang.c (scm_lookup_name): Ditto.
12864
79e10fab 128652002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 12866
79e10fab
AC
12867 Abstract the functionality of iterating over mapped memory
12868 regions into a general purpose iterator function.
abf22e64 12869 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
12870 iterator for memory sections.
12871 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12872 (solib_mappings_callback): New function, callback for above.
12873 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12874 (info_mappings_callback): New function, callback for above.
12875
12876 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12877
c5ad026a
MK
128782002-01-01 Mark Kettenis <kettenis@gnu.org>
12879
d2a7c97a
MK
12880 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12881 * i386-tdep.c: Include "elf-bfd.h".
12882 (process_note_abi_tag_sections): New function.
12883 (i386_gdbarch_init): Add code to recognize various OS/ABI
12884 combinations.
12885
c5ad026a
MK
12886 * maint.c (_initialize_maint_cmds): Add missing \ in
12887 string-literal.
12888
a1a5b71e 12889For older changes see ChangeLog-2001
c906108c
SS
12890\f
12891Local Variables:
12892mode: change-log
12893left-margin: 8
12894fill-column: 74
12895version-control: never
12896End:
This page took 0.913775 seconds and 4 git commands to generate.