2002-11-08 Andrew Cagney <ac131313@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
38c968cf
AC
12002-11-08 Andrew Cagney <ac131313@redhat.com>
2
3 * i386-linux-tdep.c: Include "reggroups.h".
4 (i386_linux_register_reggroup_p): New function.
5 (i386_linux_init_abi): Set register_reggroup_p to
6 i386_linux_register_reggroup_p.
7 * i386-tdep.h (i386_register_reggroup_p): Declare.
8 * i386-tdep.c: Include "reggroups.h".
9 (i386_init_reggroups): New function.
10 (i386_add_reggroups): New function.
11 (i386_register_reggroup_p): New function.
12 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
13 (_initialize_i386_tdep): Call i386_init_reggroups.
14 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
15 specific reggroups.
16
19e33363
MK
172002-11-09 Mark Kettenis <kettenis@gnu.org>
18
371a6e84
MK
19 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
20 request that's available in *BSD.
21
94ba925a
MK
22 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
23
19e33363
MK
24 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
25 FDOFF_REGNUM.
26
8779790c
AC
272002-11-08 Andrew Cagney <ac131313@redhat.com>
28
29 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
30 * dummy-frame.c (find_dummy_frame): Rename
31 generic_find_dummy_frame, make static. Return the dummy frame
32 instead of the regcache.
33 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
34 (cached_find_dummy_frame): New function. Use find_dummy_frame.
35 (dummy_frame_register_unwind): Rename
36 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
37 * dummy-frame.h (dummy_frame_register_unwind): Rename
38 generic_call_dummy_register_unwind.
39
8674b74f
MK
402002-11-08 Mark Kettenis <kettenis@gnu.org>
41
42 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
43 except the inclusion of "i386/tm-i386.h", to...
44 * config/i386/nm-i386v42mp.h: ...here.
45 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
46
4c1e7e9d
AC
472002-11-08 Andrew Cagney <ac131313@redhat.com>
48
49 * Makefile.in (frame.o): Update dependencies.
50 * blockframe.c (current_frame, frame_obstack_alloc)
51 (frame_saved_regs_zalloc, get_current_frame)
52 (set_current_frame, create_new_frame)
53 (set_unwind_by_pc, get_next_frame)
54 (flush_cached_frames, reinit_frame_cache)
55 (frame_saved_regs_register_unwind)
56 (deprecated_generic_get_saved_register)
57 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
58 (_initialize_blockframe): Move frame code from here...
59 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
60 "annotate.h" and "dummy-frame.h".
61 (_initialize_frame): New function.
62
921e78cf
JB
632002-11-08 Jim Blandy <jimb@redhat.com>
64
65 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
66 when we finish a function a context.
67 * buildsym.h (outermost_context_p): New macro.
68 (Bug analyzed by David Edelsohn.)
69
9c1412c1
AC
702002-11-08 Andrew Cagney <ac131313@redhat.com>
71
72 * blockframe.c: Include "dummy-frame.h".
73 (struct dummy_frame, dummy_frame_stack)
74 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
75 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
76 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
77 (generic_save_call_dummy_addr, generic_pop_current_frame)
78 (generic_pop_dummy_frame, generic_fix_call_dummy)
79 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
80 dummy frame code from here...
81 * dummy-frame.c: ...to here. New file.
82 * dummy-frame.h: New file.
83 (generic_call_dummy_register_unwind): Declare.
84 (generic_find_dummy_frame): Declare.
85 * Makefile.in (SFILES): Add dummy-frame.c.
86 (dummy-frame.o): Specify dependencies.
87 (dummy_frame_h): Define.
88 (COMMON_OBS): Add dummy-frame.o.
89 (blockframe.o): Update dependencies.
90
208d8187
JB
912002-11-08 Jim Blandy <jimb@redhat.com>
92
93 * dwarf2read.c (read_func_scope): Restore local_symbols and
94 param_symbols after we finish the function context. (Based on a
95 patch from David Edelsohn.)
96
413dad4d
DC
972002-11-08 David Carlton <carlton@math.stanford.edu>
98
99 * linespec.c (symbol_found): New function.
100 (minsym_found): New function.
101 (decode_line_1): Separate out some code into separate functions.
102
5512c44a
JB
1032002-11-08 Joel Brobecker <brobecker@gnat.com>
104
105 * i386-tdep.c (i386_frameless_signal_p): Make non static for
106 the benefit of the interix target.
107 * i386-tdep.h (i386_frameless_signal_p): Declare.
108
1b33ef47
AC
1092002-11-08 Andrew Cagney <ac131313@redhat.com>
110
111 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
112 declaration that snuck in from change below.
113
23a34459
AC
1142002-11-06 Andrew Cagney <cagney@redhat.com>
115
116 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
117 all callers.
118 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
119 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
120 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
121 (i386_mxcsr_regnum_p): new function. Use instead of
122 MXCSR_REGNUM_P.
123 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
124 (i386_sse_regnum_p): Declare.
125 (i386_mxcsr_regnum_p): Declare.
126 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
127 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
128 (IS_FP_REGNUM): Update definition.
129 (IS_FPU_CTRL_REGNUM): Update definition..
130 (IS_SSE_REGNUM): Update definition..
131 * i386v-nat.c (register_u_addr): Update.
132 * go32-nat.c (fetch_register): Update.
133 (store_register): Update.
134
d709c020
JB
1352002-11-07 Joel Brobecker <brobecker@gnat.com>
136
137 Preparation work to convert the hppa targets to multiarch partial.
138
139 * hppa-tdep.c: Add new functions replacing macro bodies from
140 config/pa/tm-hppa.h. These function will be used to initialize
141 the gdbarch structure. Import some comments from tm-hppa.h,
142 and place them where appropriate, to avoid loosing them when
143 we cleanup this file.
144 (hppa_reg_struct_has_addr): New function.
145 (hppa_inner_than): New function.
146 (hppa_stack_align): New function.
147 (hppa_pc_requires_run_before_use): New function.
148 (hppa_instruction_nullified): New function.
149 (hppa_register_byte): New function.
150 (hppa_register_virtual_type): New function.
151 (hppa_store_struct_return): New function.
152 (hppa_cannot_store_register): New function.
153 (hppa_frame_args_address): New function.
154 (hppa_frame_locals_address): New function.
155 (hppa_smash_text_address): New function.
156 (hppa_coerce_float_to_double): New function. Requires the inclusion
157 of "language.h".
158
159 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
160
161 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
162 gdbarch-eligible macro to a call to the new associated function
163 created in hppa-tdep.c.
164 (INNER_THAN): Likewise.
165 (STACK_ALIGN): Likewise.
166 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
167 (INSTRUCTION_NULLIFIED): Likewise.
168 (REGISTER_BYTE): Likewise.
169 (REGISTER_VIRTUAL_TYPE): Likewise.
170 (STORE_STRUCT_RETURN): Likewise.
171 (CANNOT_STORE_REGISTER): Likewise.
172 (FRAME_ARGS_ADDRESS): Likewise.
173 (FRAME_LOCALS_ADDRESS): Likewise.
174 (SMASH_TEXT_ADDRESS): Likewise.
175 (COERCE_FLOAT_TO_DOUBLE): Likewise.
176 (ABOUT_TO_RETURN): Delete, as no longer used.
177
83c31e7d
FN
1782002-11-07 Fernando Nasser <fnasser@redhat.com>
179
180 * printcmd.c (disassemble_command): Remove obsolete function.
181 (_initialize_printcmd): Do not create disassemble command here.
182 * cli/cli-cmds.c (disassemble_command): New function. Implements
183 disassemble command.
184 (init_cli_cmds): Create disassemble command here instead.
185
0ec30a36
AC
1862002-11-07 Andrew Cagney <ac131313@redhat.com>
187
188 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
189
e600bd34
AC
1902002-11-07 Andrew Cagney <ac131313@redhat.com>
191
192 * regcache.h (regcache_cooked_read_using_offset_hack)
193 (regcache_cooked_write_using_offset_hack): Delete declarations.
194 (register_changed): Delete declaration.
195 * regcache.c (regcache_cooked_read_using_offset_hack)
196 (regcache_cooked_write_using_offset_hack): Delete functions.
197 (cooked_xfer_using_offset_hack): Delete function.
198 (register_changed): Delete function.
199
568f8739
JB
2002002-11-07 Jim Blandy <jimb@redhat.com>
201
202 * macroscope.c: #include "complaints.h".
203 (sal_macro_scope): Cope with filenames that appear in the symtabs,
204 but not in the macro table.
205 * Makefile.in (macroscope.o): Record dependency.
206
b0718b7b
JB
2072002-11-07 Joel Brobecker <brobecker@gnat.com>
208
209 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
210
2b9e5f3f
AC
2112002-11-07 Andrew Cagney <ac131313@redhat.com>
212
213 * regcache.c (deprecated_registers_fetched): Update.
214 * regcache.h (deprecated_registers_fetched): Rename
215 registers_fetched.
216 * remote-vxsparc.c (vx_read_register): Update.
217 * remote-vxmips.c (vx_read_register): Update.
218 * remote-vx68.c (vx_read_register): Update.
219 * irix5-nat.c (fetch_core_registers): Update.
220 * mipsm3-nat.c (fetch_inferior_registers): Update.
221 * sun3-nat.c (fetch_inferior_registers): Update.
222 * symm-nat.c (fetch_inferior_registers): Update.
223 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
224 (fetch_core_registers): Update.
225 (fetch_kcore_registers): Update.
226 * mips-nat.c (fetch_inferior_registers): Update.
227 * corelow.c (get_core_registers): Update.
228 * a68v-nat.c (fetch_inferior_registers): Update.
229
e6e68f1f
JB
2302002-11-06 Joel Brobecker <brobecker@gnat.com>
231
232 Put in place the framework necessary for multiarching the hppa targets.
233 * hppa-tdep.c (hppa_gdbarch_init): New function.
234 (hppa_dump_tdep): New function.
235 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
236 tdep structure dumper.
237 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
238 until the multi-arching conversion has partially been completed.
239
492254e9
AC
2402002-11-06 Andrew Cagney <ac131313@redhat.com>
241
242 * valops.c (value_assign): Merge lval_register case into
243 lval_reg_frame_relative. Use frame_register and
244 regcache_cooked_write instead of get_saved_register and
245 write_register_bytes. After flushing the register cache, try to
246 re-select the selected frame.
247
8262ee23
AC
2482002-11-06 Andrew Cagney <ac131313@redhat.com>
249
250 * regcache.h (deprecated_register_valid): Rename register_valid.
251 * regcache.c: Update.
252 * ia64-aix-nat.c: Update.
253 * i386gnu-nat.c: Update.
254 * alpha-nat.c: Update.
255 * sparc-nat.c: Update.
256 * lynx-nat.c: Update.
257 * remote-mips.c: Update.
258
4facf7e8
JB
2592002-11-06 Joel Brobecker <brobecker@gnat.com>
260
261 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
262 to end of file, to be more consistent with the pratice followed
263 by other targets.
264
f9418c0f
AC
2652002-11-06 Andrew Cagney <ac131313@redhat.com>
266
267 * infcmd.c: Include "reggroups.h" and <ctype.h>.
268 (print_float_info): Print registers in float_reggroup.
269 (print_vector_info): Print registers in vector_reggroup.
270 (default_print_registers_info): When all, print registers in
271 all_reggroup. Otherwize, print registers in general_reggroup.
272 (registers_info): Rewrite. Add support for register groups.
273 Eliminate a goto.
274
3fe235a7
EZ
2752002-11-06 Elena Zannoni <ezannoni@redhat.com>
276
277 * symtab.c (methods_info): Delete. It has been ifdeffed out for
278 ages.
279 (symtab_symbol_info): Remove eons old ifdeffed out code.
280 (_initialize_symtab): Remove prehistoric disabled 'info methods'
281 command.
282
ef944135
TR
2832002-11-06 Theodore A. Roth <troth@openavr.org>
284
285 * c-exp.y: Add missing semi-colons.
286 * f-exp.y: Add missing semi-colons.
287 * m2-exp.y: Add missing semi-colons.
288 * p-exp.y: Add missing semi-colons.
289 Add empty action to start rule to avoid a type clash error when
290 building with bison >= 1.50.
291
f8302a57
JB
2922002-11-06 Jim Blandy <jimb@redhat.com>
293
294 * macrotab.h (struct macro_source_file): Doc fix.
295
6e382aa3
JJ
2962002-11-05 Jeff Johnston <jjohnstn@redhat.com>
297
298 * varobj.c (child_exists, cplus_number_of_children): Change
299 STREQ macro references to strcmp.
300 (cplus_name_of_child): Change code to handle the fact that
301 fields are not necessarily contiguous with regards to their
302 access control. This is a fix for PR gdb/792.
303
a216a322
AC
3042002-11-05 Andrew Cagney <ac131313@redhat.com>
305
306 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
307 * gdbarch.h, gdbarch.c: Regnerate.
308 * frame.h (frame_register): Declare.
309 * frame.c (frame_register): New function.
310 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
311 GET_SAVED_REGISTER, otherwize call
312 generic_unwind_get_saved_register.
313 (frame_register_read): Use frame_register instead of
314 get_saved_register.
315
7d5b6fdd
EZ
3162002-11-05 Elena Zannoni <ezannoni@redhat.com>
317
318 From Jim Ingham <jingham@apple.com>:
319 * event-top.c (gdb_disable_readline): New function.
320 (_initialize_event_loop): Move comment.
321
b7c64260
EZ
3222002-11-05 Elena Zannoni <ezannoni@redhat.com>
323
324 * event-loop.c (start_event_loop): Add comment.
325 Update copyright.
326
c2e1b8f2
AC
3272002-11-05 Andrew Cagney <ac131313@redhat.com>
328
329 * infcmd.c (default_print_registers_info): Do not call
330 PRINT_REGISTER_HOOK.
331
87647bb0
AC
3322002-11-05 Andrew Cagney <ac131313@redhat.com>
333
334 * sparc-tdep.c (sparc_print_register_hook): Make static.
335 (sparc_print_registers_info): New function.
336 (sparc_do_registers_info): New function.
337 (sparclet_print_registers_info): New function.
338 (sparclet_do_registers_info): New function.
339 (do_sparc_print_registers_info): New function.
340 (sparc_print_registers): New static function, clone of infcmd.c's
341 default_print_registers_info.
342 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
343 (sparclet_do_registers_info): Declare.
344 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
345 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
346 Re-define.
347 (sparc_do_registers_info): Declare.
348 (PRINT_REGISTER_HOOK): Delete macro.
349 (sparc_print_register_hook): Delete declaration.
350
8155455b
DC
3512002-11-05 David Carlton <carlton@math.stanford.edu>
352
353 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
354 functions.
355 (lookup_symbol_aux_local): New function.
356 (lookup_symbol_aux_symtabs): New function.
357 (lookup_symbol_aux_psymtabs): New function.
358
29924310
DC
3592002-11-05 David Carlton <carlton@math.stanford.edu>
360
361 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
362 previous values of 'objfile' and 'block'.
363
cc303028
PM
3642002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
365
366 * values.c (value_change_enclosing_type): Set
367 enclosing_type field correctly also for the case where
368 more memory needs to be allocated.
369
1d70089a
MK
3702002-11-03 Mark Kettenis <kettenis@gnu.org>
371
f16a25ae
MK
372 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
373 of puts_filtered.
374
1d70089a
MK
375 * i387-tdep.c (i387_print_float_info): Replace calls to
376 register_read and deprecated_read_register_gen with calls to
377 frame_register_read, and make the necessary adjustments to the
378 surrounding code.
379
7e20f3fb
AC
3802002-11-02 Andrew Cagney <ac131313@redhat.com>
381
382 * gdbarch.sh (register_reggroup_p): Allow default value.
383 * gdbarch.h, gdbarch.c: Regenerate.
384
192dbe33
AC
3852002-11-02 Andrew Cagney <ac131313@redhat.com>
386
387 * regcache.h: Add coment indicating replacements for deprecated
388 functions.
389
b59ff9d5
AC
3902002-11-02 Andrew Cagney <cagney@redhat.com>
391
392 * reggroups.h, reggroups.c: New files.
393 * regcache.c: Include "reggroups.h".
394 (enum regcache_dump_what): Add `regcache_dump_groups'.
395 (regcache_dump): Contract size of the "Type" column. When
396 specified, dump the register's groups.
397 (maintenance_print_register_groups): New function.
398 (_initialize_regcache): Add command `maint print register-groups'.
399 * Makefile.in (COMMON_OBS): Add reggroups.o
400 (SFILES): Add reggroups.c.
401 (reggroups_h): Define.
402 (regcache.o, gdbarch.o): Update dependencies.
403 (reggroups.o): Specify dependencies.
404 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
405 Add opaque declaration for `struct reggroup' in generated .h file.
406 Include "reggroups.h" in generated .c file.
407 gdbarch.h, gdbarch.c: Re-generate.
408
4caf0990
AC
4092002-11-02 Andrew Cagney <cagney@redhat.com>
410
411 * regcache.h (deprecated_read_register_gen): Rename
412 read_register_gen.
413 (deprecated_write_register_gen): Rename write_register_gen.
414 * i387-tdep.c: Update.
415 * x86-64-linux-nat.c: Update
416 * wince.c: Update.
417 * thread-db.c: Update.
418 * win32-nat.c: Update.
419 * mips-tdep.c: Update.
420 * d10v-tdep.c: Update.
421 * cris-tdep.c: Update.
422 * remote-sim.c: Update.
423 * remote-rdi.c: Update.
424 * remote-rdp.c: Update.
425 * frame.c: Update.
426 * target.c: Update.
427 * blockframe.c: Update.
428 * x86-64-tdep.c: Update.
429 * xstormy16-tdep.c: Update.
430 * sh-tdep.c: Update.
431 * s390-tdep.c: Update.
432 * rs6000-tdep.c: Update.
433 * sparc-tdep.c: Update.
434 * i386-tdep.c: Update.
435 * dwarf2cfi.c: Update.
436 * regcache.c: Update.
437
7a7adcdf
JB
4382002-11-01 Joel Brobecker <brobecker@gnat.com>
439
440 New interix-specific files:
441 * config/i386/nm-interix.h: New file.
442 * config/i386/interix.mh: New file.
443 * config/i386/interix.mt: New file.
444 * i386-interix-nat.c: New file.
445 * i386-interix-tdep.c: New file.
446
bdcdd535
AC
4472002-11-01 Andrew Cagney <cagney@redhat.com>
448
449 * frame.h (deprecated_generic_get_saved_register): Rename
450 generic_get_saved_register.
451 * blockframe.c (deprecated_generic_get_saved_register): Update.
452 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
453 (xstormy16_frame_saved_register): Update.
454 * sh-tdep.c (sh_gdbarch_init): Update.
455 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
456 * ia64-tdep.c (ia64_get_saved_register): Update.
457 * cris-tdep.c (cris_gdbarch_init): Update.
458 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
459 * arm-tdep.c (arm_gdbarch_init): Update.
460
2a4b7c45
DJ
4612002-10-31 Daniel Jacobowitz <drow@mvista.com>
462
463 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
464
ef17e74b
DJ
4652002-10-31 Daniel Jacobowitz <drow@mvista.com>
466
467 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
468 trampolines in sigaction.
469
4904ba5b
AC
4702002-10-31 Andrew Cagney <cagney@redhat.com>
471
472 * h8300-tdep.c: Include "gdb_assert.h".
473 (h8300_print_register): Add gdbarch, file and frame parameters.
474 Use frame_read_unsigned_register to read the register's value.
475 Use fprintf_filtered to display output.
476 (h8300_print_registers_info): Replace h8300_do_registers_info.
477 (h8300_gdbarch_init): Set print_registers_info.
478
f908a0eb
AC
4792002-10-31 Andrew Cagney <cagney@redhat.com>
480
481 * frame.c (frame_read_unsigned_register): New function.
482 (frame_read_signed_register): New function.
483 * frame.h (frame_read_unsigned_register): Declare.
484 (frame_read_signed_register): Declare.
485
c5646e11
AC
4862002-10-31 Andrew Cagney <cagney@redhat.com>
487
488 * h8500-tdep.c (h8500_print_registers_info): New static function,
489 clone of infcmd.c's default_print_registers_info.
490 (h8500_do_registers_info): New funtion.
491 (h8500_print_register_hook): Rename print_register_hook, make
492 static.
493
494 * config/h8500/tm-h8500.h: Update copyright.
495 (DEPRECATED_DO_REGISTERS_INFO): Define.
496 (h8500_do_registers_info: Declare.
497 (PRINT_REGISTER_HOOK): Delete macro.
498 (print_register_hook): Delete function.
499
0bdd672b
AC
5002002-10-31 Andrew Cagney <cagney@redhat.com>
501
502 * z8k-tdep.c (z8k_print_register_hook): Make static.
503 (z8k_print_registers_info): New static function, clone of
504 infcmd.c's default_print_registers_info.
505 (z8k_do_registers_info): New function. Wrap
506 z8k_print_registers_info.
507 * config/z8k/tm-z8k.h: Update copyright.
508 (PRINT_REGISTER_HOOK): Delete macro.
509 (z8k_print_register_hook): Delete declaration.
510 (DEPRECATED_DO_REGISTERS_INFO): Define.
511 (z8k_do_registers_info): Declare.
512
bf9c25dc
JB
5132002-10-30 Joel Brobecker <brobecker@gnat.com>
514
515 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
516 as this is already provided by value.h, and was actually causing
517 a compilation error because of a conflict in parameter type
518 declaration due to a missing const keyword.
519 (low_text_segment_addres): Fix a compilation warning.
520
2c665b51
DJ
5212002-10-29 Daniel Jacobowitz <drow@mvista.com>
522
523 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
524 registers without a name.
525 (mips_linux_cannot_store_register): Don't store registers without
526 a name.
527
e70ea697
DC
5282002-10-28 David Carlton <carlton@math.stanford.edu>
529
530 * symtab.c (find_addr_symbol): Delete. (It was already commented
531 out.)
532 * symtab.h: Delete prototype for find_addr_symbol.
533
903ad3a6
AC
5342002-10-26 Andrew Cagney <cagney@redhat.com>
535
536 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
537 DO_REGISTERS_INFO.
538 gdbarch.h, gdbarch.c: Re-generate.
539 * infcmd.c (default_print_registers_info): Update reference.
540 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
541 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
542 * sh-tdep.c (sh_gdbarch_init): Ditto.
543 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
544 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
545
ab91194c
MK
5462002-10-26 Mark Kettenis <kettenis@gnu.org>
547
e3033f15
MK
548 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
549 cfi_init_extra_frame_info.
550 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
551 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
552
b83b026c
MK
553 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
554 target where necessary. Add more comments and remove the ones
555 that don't provide any useful information.
556
267bf4bb
MK
557 * i386-tdep.c (i386_frame_saved_pc): Replace call to
558 deprecated_read_register_dummy with
559 frame_unwind_unsigned_register.
560
751f1375
MK
561 * i386-tdep.c (i386_extract_struct_value_address): Use
562 regcache_raw_read_unsigned instead of
563 regcache_cooked_read_unsigned since we know that the register
564 we're reading isn't a pseudo register. Rename variable 'val' into
565 the more descriptive 'addr'.
566
26abbdc4
MK
567 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
568 (x86_64_push_return_address): Add comment.
569 (x86_64_pop_frame): Make static.
570 (examine_argument): Clarify comment.
571 (x86_64_skip_prologue): Make prolog_expact variable static.
572
9f1549cc
MK
573 * dwarf2cfi.c: Fix some formatting problems.
574 (context_cpy, read_encoded_pointer): Clarify comments.
575
ab91194c
MK
576 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
577 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
578 i386 target back into x86_64_gdbarch_init. Add some comments and
579 remove meaningless ones.
580
72367fb4
AC
5812002-10-25 Andrew Cagney <cagney@redhat.com>
582
583 * complaints.h (struct deprecated_complaint): Rename `struct
584 complaint'.
585 * complaints.c (complain): Update.
586 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
587 incorrect comment indicating that "symfile.h" was being included
588 for the `struct complaint' definition.
589 * remote-vx.c: Update.
590 * objc-lang.c: Update.
591 * xcoffread.c: Update.
592 * hpread.c: Update.
593 * mdebugread.c: Update.
594 * stabsread.c: Update.
595 * dwarf2read.c: Update.
596 * dwarfread.c: Update.
597 * elfread.c: Update.
598 * coffread.c: Update.
599 * stabsread.h: Update.
600 * dbxread.c: Update.
601 * buildsym.c: Update.
602 * gdbtypes.c: Update.
603 * macrotab.c: Update.
604
1f2baacc
MK
6052002-10-25 Mark Kettenis <kettenis@gnu.org>
606
0c1a73d6
MK
607 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
608 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
609 (x86_64_init_abi): ...new function.
610
6aee4d54 611 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1f2baacc
MK
612 * i386v-nat.c: Include "i386-tdep.h".
613
8f9cbe01
AC
6142002-10-25 Andrew Cagney <cagney@redhat.com>
615
5f11f355
AC
616 * gdbtypes.c (address_space_name_to_int): Update.
617 (address_space_int_to_name): Update.
618 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
619 multi-arch predicate.
620 (address_class_name_to_type_flags): Ditto.
621 * gdbarch.h, gdbarch.c: Re-generate.
622
8f9cbe01
AC
623 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
624
e8d96a5d
MH
6252002-10-24 Martin M. Hunt <hunt@redhat.com>
626
627 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
628
fe39c653
EZ
6292002-10-24 Elena Zannoni <ezannoni@redhat.com>
630
631 * symtab.h (INIT_SAL): Delete macro.
632 (init_sal): Export.
633 * symtab.c (init_sal): New function.
634
635 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
636 to init_sal function call.
637 (find_sal_from_funcs_and_line): Ditto.
638 (all_sals_for_line): Ditto.
639 * breakpoint.c (create_internal_breakpoint): Ditto.
640 (create_fork_vfork_event_catchpoint): Ditto.
641 (create_exec_event_catchpoint): Ditto.
642 (parse_breakpoint_sals): Ditto.
643 (watch_command_1): Ditto.
644 (handle_gnu_4_16_catch_command): Ditto.
645 (clear_command): Ditto.
646 * hppa-tdep.c (child_enable_exception_callback): Ditto.
647 * infcmd.c (run_stack_dummy): Ditto.
648 * infrun.c (process_event_stop_test): Ditto.
649 (check_sigtramp2): Ditto.
650 (step_over_function): Ditto.
651 * linespec.c (decode_line_2): Ditto.
652 (decode_line_1): Ditto.
653 * source.c (line_info): Ditto.
654 * symtab.c (find_pc_sect_line): Ditto.
655
baed091b
ML
6562002-10-24 Michal Ludvig <mludvig@suse.cz>
657
658 * dwarf2cfi.c (struct context)
659 (struct context_reg): Moved to dwarf2cfi.h
660 (context_alloc, frame_state_alloc, context_cpy):
661 Made extern instead of static, removed prototypes.
662 * dwarf2cfi.h (struct context)
663 (struct context_reg): New, moved from dwarf2cfi.c
664 (context_alloc, frame_state_alloc, context_cpy):
665 New prototypes.
666 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
667 Changed from static to extern.
668 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
669 (LINUX_SIGCONTEXT_FP_OFFSET)
670 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
671 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
672 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
673 * x86-64-tdep.c (x86_64_gdbarch_init): Several
674 set_gdbarch_*() calls now use x86-64 specific functions
675 instead of DWARF2 CFI ones.
676 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
677 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
678 (x86_64_init_extra_frame_info): New prototypes.
679
c38da1af
DC
6802002-10-23 David Carlton <carlton@math.stanford.edu>
681
682 * linespec.c: #include "parser-defs.h".
683 Delete prototype for find_template_name_end.
684 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
685
fb9b6b35
JJ
6862002-10-23 Jeff Johnston <jjohnstn@redhat.com>
687
688 * NEWS: add recent mi fixes.
689 * varobj.c (struct varobj): Add new "updated" flag.
690 (new_variable): Default "updated" flag to 0.
691 (varobj_set_value): Set "updated" flag to 1 if value
692 changes.
693 (varobj_update): Check varobj "updated" flag before
694 comparing old and refreshed values. Fix for
695 PR gdb/702.
696
8da065d5
DC
6972002-10-23 David Carlton <carlton@math.stanford.edu>
698
699 * parse.c (parse_exp_1): Use BLOCK_START.
700 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
701 SYMBOL_BLOCK_VALUE.
702 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
703
87f2f08c
DC
7042002-10-23 David Carlton <carlton@math.stanford.edu>
705
706 * symtab.c: Delete cplusplus_hint.
707 Delete prototype for find_template_name_end.
708
88cda038
EZ
7092002-10-23 Elena Zannoni <ezannoni@redhat.com>
710
711 * symtab.h: Update comment.
712
2625d86c
MS
7132002-10-23 Michael Snyder <msnyder@redhat.com>
714
715 * printcmd.c (address_info): Restore quotes in output.
716 * valops.c (value_of_local): Restore quotes in error message.
717
9cc0d196
EZ
7182002-10-23 Elena Zannoni <ezannoni@redhat.com>
719
720 * symtab.c (symbol_demangled_name): New function.
721 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
722 turning most of it into a function.
723 (symbol_demangled_name): Export.
724
19de93d0
MS
7252002-10-23 Michael Snyder <msnyder@redhat.com>
726
727 * valops.c (value_of_local): Restore quotes in error message.
728
89aad1f9
EZ
7292002-10-23 Elena Zannoni <ezannoni@redhat.com>
730
731 * symtab.c (symbol_init_language_specific): New function.
732 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
733 turning most of it into a function.
734 (symbol_init_language_specific): Export.
735
d9fa45fe
DC
7362002-10-23 David Carlton <carlton@math.stanford.edu>
737
738 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
739 (dwarf_attr_name): Ditto.
740 (dwarf_type_encoding_name): Ditto.
741 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
742 (process_die): Handle DW_TAG_namespace,
743 DW_TAG_imported_declaration, DW_TAG_imported_module.
744 (read_namespace): New function.
745
1045b512
JB
7462002-10-22 Joel Brobecker <brobecker@gnat.com>
747
748 * configure.in: Define NEW_PROC_API on Interix too.
749 * configure: Regenerate.
750
7512002-10-21 Joel Brobecker <brobecker@gnat.com>
8ec41317
JB
752
753 * configure: Regenerate using the proper version of autoconf.
754
3987b9d4
EZ
7552002-10-21 Elena Zannoni <ezannoni@redhat.com>
756
757 * findvar.c (read_var_value): Temporarily disable TLS code, until
758 complete TLS support is added.
759
9d774e44
EZ
7602002-10-21 Jim Blandy <jimb@redhat.com>
761 Elena Zannoni <ezannoni@redhat.com>
762
763 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
764 for thread local storage locations.
765 (struct symbol): Add objfile field.
766 (SYMBOL_OBJFILE): Define.
767 * dwarf2read.c (is_thread_local): New static variable.
768 (new_symbol): If variable is in thread local fill in address class
769 and objfile appropriately.
770 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
771 stack operation.
772 * printcmd.c (address_info): Print the information for thread
773 local storage variable.
774 * findvar.c (read_var_value): In case of thread local variable,
775 defer to the target vector code to compute address.
776
bc4a16ae
EZ
7772002-10-21 Elena Zannoni <ezannoni@redhat.com>
778
779 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
780 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
781
407caf07
EZ
7822002-10-21 Elena Zannoni <ezannoni@redhat.com>
783
784 * symtab.h (address_class): Rename
785 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
786 * hpread.c (hpread_process_one_debug_symbol): Ditto.
787 * printcmd.c (address_info): Ditto.
788 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
789
005328e3
MK
7902002-10-20 Mark Kettenis <kettenis@gnu.org>
791
afdb036a
MK
792 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
793 DBREG_DRX macro to acces debug registers.
794
ca02e098
MK
795 * Makefile.in (i386obsd-tdep.o): New target.
796
03cc47f7
MK
797 * solib-sunos.c: Include "bcache.h" and "regcache.h".
798 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
799
005328e3
MK
800 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
801 * config/i386/obsd.mt: New file.
802 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
803 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
804 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
805 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
806 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
807 * i386obsd-tdep.c: New file.
808
9c96f9f2
AF
8092002-10-19 Adam Fedor <fedor@gnu.org>
810
811 * objc-exp.y (name_not_typename): Fix invalid comment.
812
ce1ed485
MK
8132002-10-20 Mark Kettenis <kettenis@gnu.org>
814
815 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
816 to allocate partial syms and macro byte caches.
817
1efc7aaa
DC
8182002-10-18 David Carlton <carlton@math.stanford.edu>
819
820 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
821
7e1d63ec
AF
8222002-10-18 Adam Fedor <fedor@gnu.org>
823
824 * stabsread.c (find_name_end): New function.
825 (define_symbol): Use it.
826
6e8d29a9
DJ
8272002-10-18 Daniel Jacobowitz <drow@mvista.com>
828
829 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
830 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
831 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
832 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
833
1efc7aaa 8342002-10-17 David Carlton <carlton@math.stanford.edu>
63ca651f
DC
835
836 * symfile.h: Add opaque declaration for struct obstack.
837 Declare obsavestring to take a const char *.
838 * symfile.c (obsavestring): Make first argument a const char *.
839
1aeae86e
AF
8402002-10-16 Adam Fedor <fedor@gnu.org>
841
842 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
843 names when matching breakpoints in current file.
844
8b2dbe47
KB
8452002-10-16 Kevin Buettner <kevinb@redhat.com>
846
847 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
848 (read_tag_pointer_type): Add address class support.
849 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
850 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
851 New methods.
852 * gdbarch.h, gdbarch.c: Regenerate.
853 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
854 (make_type_with_address_space, recursive_type_dump): Add address
855 class support.
856 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
857 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
858 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
859
74451869
KD
8602002-10-16 Klee Dienes <kdienes@apple.com>
861
862 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
863 to get the last character of a char[] buffer, not
864 name[sizeof(vptr_name)-1].
865
ff4cb3e8
AF
8662002-10-14 Adam Fedor <fedor@gnu.org>
867
868 * symtab.h: New objc_specific struct.
869 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
870 (SYMBOL_DEMANGLED_NAME): Likewise.
871
da2cf7e0
AF
8722002-10-14 Adam Fedor <fedor@gnu.org>
873
874 * symfile.c (init_filename_language_table): Add ObjC file extension.
875
4a351cef
AF
8762002-10-14 Adam Fedor <fedor@gnu.org>
877
878 * utils.c (puts_filtered_tabular): New function.
879 (fprintf_symbol_filtered): Get ObjC demangled name.
880 * defs.h (puts_filtered_tabular): Declared.
881
9750e763
KB
8822002-10-14 Kevin Buettner <kevinb@redhat.com>
883
884 * c-lang.h (c_type_print_varspec_prefix): Delete.
885 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
886 ``need_post_space'' parameter. Adjust all callers.
887
eee771c1
DJ
8882002-10-14 Daniel Jacobowitz <drow@mvista.com>
889
890 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
891 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
892 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
893 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
894
46c82446
AF
8952002-10-13 Adam Fedor <fedor@gnu.org>
896
897 * source.c (print_source_lines): Update comments.
898
d069f99d
AF
8992002-10-13 Adam Fedor <fedor@gnu.org>
900
901 * valops.c (value_of_local): New function.
902 (value_of_this): Use it.
903 * value.h (value_of_local): Declared.
904
53c551b7
AF
9052002-10-13 Adam Fedor <fedor@gnu.org>
906
907 * parse.c: (length_of_subexp, prefixify_subexp): Handle
908 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
909
eb392fbf
AF
9102002-10-12 Adam Fedor <fedor@gnu.org>
911
912 * language.c (binop_result_type): Add language_objc to case.
913 (integral_type): Likewise.
914 (character_type): Likewise.
915 (string_type): Likewise.
916 (boolean_type): Likewise.
917 (structured_type): Likewise.
918 (binop_type_check): Likewise.
919
e2b23ee9
AF
9202002-10-11 Adam Fedor <fedor@gnu.org>
921
922 * printcmd.c (address_info): Print 'self' for ObjC.
923
b01ab485
AF
9242002-10-11 Adam Fedor <fedor@gnu.org>
925
926 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
927 OP_SELF.
928
806e6073
AF
9292002-10-11 Adam Fedor <fedor@gnu.org>
930
931 * language.h (CAST_IS_CONVERSION): Add language_objc.
932
50f85cdf
AF
9332002-10-11 Adam Fedor <fedor@gnu.org>
934
935 * defs.h (enum language): Add language_objc.
936
0d540cdf
KD
9372002-10-11 Klee Dienes <kdienes@apple.com>
938
69266111 939 * corefile.c (read_memory_typed_address): New function.
0d540cdf
KD
940 * gdbcore.h (read_memory_typed_address): Add prototype.
941 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
942 to read a value destined for a CORE_ADDR, not read_memory_integer.
943 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
944 (f77_get_dynamic_lowerbound): Ditto.
945
d5dc7960
MH
9462002-10-11 Martin M. Hunt <hunt@redhat.com>
947
948 * utils.c (string_to_core_addr): After turning string into
949 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
950 which will do necessary sign-extension, etc.
951
8343f86c
DJ
9522002-10-11 Daniel Jacobowitz <drow@mvista.com>
953
954 * c-exp.y (THIS): Delete token and grammar rule.
955 (yylex): Don't return THIS.
956 * cp-valprint.c (vtbl_ptr_name_old): Delete.
957 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
958 * demangle.c (cplus_markers): Update comment. Put '$'
959 first. Remove CPLUS_MARKER.
960 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
961 * jv-exp.y (THIS): Delete token and grammar rule.
962 (yylex): Don't return THIS.
963 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
964 * objc-exp.y (THIS): Delete token and grammar rule.
965 (yylex): Don't return THIS.
966 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
967 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
968 (read_member_functions): Likewise for opname.
969 (read_tilde_fields): Use is_cplus_marker.
970
971 * defs.h (CPLUS_MARKER): Don't define.
972 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
973 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
974 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
975 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
976 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
977
978 * config/i386/tm-i386v4.h: Delete file.
979 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
980 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
981 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
982 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
983 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
984 * config/i386/i386sco5.mt (TM_FILE): Likewise.
985 * config/i386/i386v4.mt (TM_FILE): Likewise.
986 * config/i386/ncr3000.mt (TM_FILE): Likewise.
987
967c0d83
MM
9882002-10-10 Marko Mlinar <markom@opencores.org>
989
990 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
991 accidentially not commited 2002-10-09
992 * gdbarch.h, gdbarch.c: Re-generate.
993
f74fa174
MM
9942002-10-09 Marko Mlinar <markom@opencores.org>
995
996 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
997 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
998 * gdbarch.h, gdbarch.c: Re-generate.
999
57349743
JB
10002002-10-08 Petr Sorfa <petrs@caldera.com>
1001
1002 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1003
1004 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1005 so we can work on more than one compilation unit at a time. This
1006 helps prepare GDB to handle inter-CU die references.
1007 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1008 the code to be defined before struct comp_unit_head.
1009 (comp_unit_head): Added new members - offset, cu_head,
1010 begin_die, next and dwarf2_abbrevs.
1011 (dwarf2_abbrevs): Removed single static var; now member of
1012 struct comp_unit_head.
1013 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1014 members.
1015 (psymtab_to_symtab_1): Changed to work with the new
1016 struct comp_unit_head.
1017 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1018 constructs the dwarf2_abbrevs[] inside the cu_header.
1019 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1020 dwarf2_abbrev table to clean up.
1021 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1022 handling of dwarf2_abbrevs inside the cu_header.
1023 (read_partial_die): Now supports the call to the new
1024 dwarf2_lookup_abbrev.
1025 (read_full_die): Now supports the call to the new
1026 dwarf2_lookup_abbrev.
1027
4092aadb
CF
10282002-10-06 Christopher Faylor <cgf@redhat.com>
1029
1030 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1031 insure that shell variables, such as "transformed_name" are propagated
1032 to later shell statements in rule.
1033
af0b2512
MK
10342002-10-06 Mark Kettenis <kettenis@gnu.org>
1035
1036 * config/i386/nm-i386sco.h: Add protection against
1037 multiple-inclusion. Include "i386/nm-i386v.h".
1038 (REGISTER_U_ADDR): Remove define.
1039 (i386_register_u_addr): Remove prototype.
1040
d6020d45
MS
10412002-10-04 Michael Snyder <msnyder@redhat.com>
1042
1043 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1044 before treating it as a single-step event.
1045
7248f48e
AF
10462002-10-03 Adam Fedor <fedor@gnu.org>
1047
1048 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1049 (objc_demangle): Remove assignment in if statements, Replace
1050 free with xfree.
1051 (add_msglist): Likewise.
1052 (end_msglist): Likewise.
1053 (complare_selectors): Likewise.
1054 (selectors_info): Likewise.
1055 (compare_classes): Likewise.
1056 (classes_info): Likewise.
1057 (print_object_command): Likewise.
1058 (find_objc_msgcall_submethod): Replace PTR with void *.
1059 * objc-lang.h: Remove check for __STDC__.
1060
52c6a6ac
JJ
10612002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1062
1063 * ui-out.h (ui_out_field_fmt_int): New prototype.
1064 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1065 of field width and alignment.
1066 * stack.c (print_frame_info_base): When printing frame level, use
1067 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1068 PR gdb/192
1069
7e3cec17
JJ
10702002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1071
1072 * MAINTAINERS: Add self to Write After Approval list.
1073
a58dd373
EZ
10742002-10-02 Elena Zannoni <ezannoni@redhat.com>
1075
1076 * infcmd.c (interrupt_target_command_wrapper): Delete.
1077 (interrupt_target_command): Make non static.
1078 (nofp_registers_info): Make static.
1079 * stack.c (return_command_wrapper): Delete.
1080 (return_command): Make non static.
1081
cee6ddeb
EZ
10822002-10-02 Elena Zannoni <ezannoni@redhat.com>
1083
1084 * event-top.c (gdb_setup_readline): New function. Code moved from
1085 _initialize_event_loop().
1086 (_initialize_event_loop): Call gdb_setup_readline().
1087
c4ed33b9
AC
10882002-10-02 Andrew Cagney <ac131313@redhat.com>
1089
1090 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1091 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1092 * gdbarch.h, gdbarch.c: Re-generate.
1093
cef4f5dd
DJ
10942002-10-02 Daniel Jacobowitz <drow@mvista.com>
1095
1096 Fix PR gdb/778
1097 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1098 before recursing.
1099 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1100 of fill_in_vptr_fieldno.
1101
36dc181b 11022002-10-02 Elena Zannoni <ezannoni@redhat.com>
cee6ddeb 1103
36dc181b
EZ
1104 * inferior.h (registers_info, stepi_command, nexti_command,
1105 continue_command, interrupt_target_command): Export from infcmd.c.
1106 * frame.h (args_info, selected_frame_level_changed_hook,
1107 return_command): Export from stack.c.
1108 * v850ice.c (stepi_command, nexti_command, continue_command): use
1109 prototypes from inferior.h.
1110 * tracepoint.c (registers_info, args_info, locals_info): Use
1111 prototypes from frame.h and inferior.h.
1112 * Makefile.in (mi-main.o): Add dependency on frame.h.
1113
6f99cb26
AC
11142002-10-02 Andrew Cagney <ac131313@redhat.com>
1115
da3eff49
AC
1116 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1117 value in register 3 adjusted by ppc_gp0_regnum.
1118
6f99cb26
AC
1119 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1120
da615bee
MM
11212002-10-02 Marko Mlinar <markom@opencores.org>
1122
1123 * MAINTAINERS: Add myself to the Write After Approval list.
1124
d154bee2
AO
11252002-10-01 Alexandre Oliva <aoliva@redhat.com>
1126
62a49b2c
AO
1127 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1128 of the section for the N64 ABI, fixed.
1129
d154bee2
AO
1130 * config/mips/tm-irix6.h: Include solib.h.
1131
ed348acc
EZ
11322002-10-01 Elena Zannoni <ezannoni@redhat.com>
1133
1134 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1135 GNU operators.
1136
da0f9dcd
AC
11372002-10-01 Andrew Cagney <ac131313@redhat.com>
1138
1139 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1140 and that "mi0" syntax has been removed.
1141
bdf64bac
DC
11422002-09-30 David Carlton <carlton@math.stanford.edu>
1143
1144 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1145 * ppc-sysv-tdep.c: #include "gdb_string.h".
1146 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1147 pacify GCC.
1148
54c2a1e6
AC
11492002-10-01 Andrew Cagney <ac131313@redhat.com>
1150
1151 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1152 "vrsave"'s register number.
1153
cedea778
AC
11542002-09-30 Andrew Cagney <ac131313@redhat.com>
1155
1156 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1157 use frame_unwind_signed_register to obtain the PC.
1158 (mips_frame_chain): Handle a generic dummy frame.
1159 (mips_init_extra_frame_info): When a generic dummy frame, don't
1160 re-compute the frame base.
1161 (mips_pop_frame): Handle generic dummy frames.
1162 (mips_gdbarch_init): When generic dummy frames, set
1163 use_generic_dummy_frames, push_dummy_frame to
1164 generic_push_dummy_frame, pc_in_call_dummy to
1165 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1166 generic_save_dummy_frame_tos.
1167
68315eb8
AC
11682002-09-30 Andrew Cagney <ac131313@redhat.com>
1169
1170 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1171 against TOP when TOP was explictly set.
1172 (generic_push_dummy_frame): Set TOP to zero.
1173
3b8630c3
EZ
11742002-09-30 Elena Zannoni <ezannoni@redhat.com>
1175
1176 * event-loop.c (start_event_loop): Rename variable 'result' to
1177 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1178
28ee05e9
KS
11792002-09-30 Keith Seitz <keiths@redhat.com>
1180
1181 * gdb-events.sh (selected_thread_changed): New event.
1182 * gdb-events.c: Regenerated.
1183 * gdb-events.h: Regenerated.
1184
6eecb1c8
HPN
11852002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1186
1187 * MAINTAINERS: Add self to Write After Approval list.
1188
92df71f0
FN
11892002-09-30 Fernando Nasser <fnasser@redhat.com>
1190
3b8630c3
EZ
1191 * disasm.c: New file.
1192 * disasm.h: New file.
92df71f0
FN
1193 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1194 (compare_lines): Ditto.
1195 (dump_insns): Ditto.
3b8630c3
EZ
1196 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1197 argument.
92df71f0 1198 (do_assembly_only): Ditto.
3b8630c3
EZ
1199 (do_disassembly): Renamed to gdb_disassembly and moved to
1200 disasm.c. Sdded uiout argument.
1201 * Makefile.in: Add new files. Reorder SFILES list. Update
1202 dependencies. Include libgdb.a later in the insight executable.
92df71f0 1203
0c22854d
AC
12042002-09-29 Andrew Cagney <ac131313@redhat.com>
1205
1206 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1207 bfd/elf64-alpha-fbsd.c.
1208
e67f2023
AC
12092002-09-29 Andrew Cagney <ac131313@redhat.com>
1210
1211 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1212 i386gnu-tdep.c.
1213
89396210
AC
12142002-09-29 Andrew Cagney <ac131313@redhat.com>
1215
1216 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1217 __FUNCTION__.
1218 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1219 function name.
1220 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1221 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1222 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1223 (S_msg_sig_post_reply): Ditto.
1224
7079c36c
CV
12252002-09-28 Corinna Vinschen <vinschen@redhat.com>
1226
89396210
AC
1227 * sh-tdep.c (sh_use_struct_convention): Use definition according
1228 to ABI.
7079c36c
CV
1229 (sh_push_arguments): Store in register with correct endianess.
1230 (sh_default_store_return_value): Ditto.
1231 (sh_gdbarch_init): Set sizeof long double to 8.
1232
975ac915
MK
12332002-09-27 Mark Kettenis <kettenis@gnu.org>
1234
1235 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1236 Fix some whitespace problems.
1237
9bbe19fb
DC
12382002-09-27 David Carlton <carlton@math.stanford.edu>
1239
1240 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1241 (mcore-tdep.o): Ditto.
1242 (ns32k-tdep.o): Ditto.
1243 (ns32knbsd-tdep.o): Ditto.
1244 (sh3-rom.o): Ditto.
1245 (vax-tdep.o): Ditto.
1246 * cris-tdep.c: #include "gdb_string.h"
1247 * mcore-tdep.c: Ditto.
1248 * ns32k-tdep.c: Ditto.
1249 * ns32knbsd-tdep.c: Ditto.
1250 * sh3-rom.c: Ditto.
1251 * vax-tdep.c: Ditto.
1252
43b2fdc7
DC
12532002-09-27 David Carlton <carlton@math.stanford.edu>
1254
1255 * config/djgpp/fnchange.lst: Add entries for
1256 gdb/testsuite/gdb.c++/m-static files.
1257
e8cfbbd9
JW
12582002-09-27 Jim Wilson <wilson@redhat.com>
1259
1260 * MAINTAINERS: Add myself to the Write After Approval list.
1261
43b2fdc7 12622002-09-26 Martin M. Hunt <hunt@redhat.com>
4e0df2df
MH
1263
1264 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1265
1266
9f3b7f07
AC
12672002-09-26 Andrew Cagney <ac131313@redhat.com>
1268
1269 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1270 frame.
1271
11269d7e
AC
12722002-09-26 Andrew Cagney <ac131313@redhat.com>
1273
1274 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1275 (rs6000_struct_return_address): Delete variable.
1276 (rs6000_store_struct_return): Update.
1277 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1278 deprecated_extract_struct_value_address.
1279 (rs6000_frame_align): New function.
1280 (rs6000_gdbarch_init): Set frame_align.
1281
f15ab4a7
AC
12822002-09-26 Andrew Cagney <ac131313@redhat.com>
1283
1284 From Grace Sainsbury <graces@redhat.com>:
1285 * Makefile.in (gdbtk-main.o): New target.
1286 (gdb.o): New target.
1287 (main_h): Define.
1288 (main.o): Update dependencies.
1289 (gdb$(EXEEXT)): Add gdb.o.
1290 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1291 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1292 (SUBDIR_GDBTK_CLEAN): Set.
1293 (install-gdbtk): Install the insight binary.
1294 (uninstall-gdbtk): New target.
1295 (all-gdbtk, clean-gdbtk): New rule.
1296 * top.c (use_windows): Default to zero.
1297 * main.c: Include "main.h".
1298 (main): Delete.
1299 (struct captured_main_args): Delete.
1300 (gdb_main): New function.
1301 * main.h: New file.
1302 * gdb.c: New File.
1303
e36180d7
AC
13042002-09-25 Andrew Cagney <cagney@redhat.com>
1305
1306 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1307 (frame_map_regnum_to_name): New function.
1308 (frame_map_name_to_regnum): New function.
1309 * frame.h (frame_map_name_to_regnum): Declare.
1310 (frame_map_regnum_to_name): Declare.
1311 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1312 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1313 * parse.c: Do not include "builtin-regs.h".
1314 (target_map_name_to_register): Delete function.
1315 (write_dollar_variable): Use frame_map_name_to_regnum.
1316 * parser-defs.h (target_map_name_to_register): Delete declaration.
1317 * expprint.c: Include "frame.h".
1318 (print_subexp): Use frame_map_regnum_to_name.
1319 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1320 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1321
8b69000d
AC
13222002-09-25 Andrew Cagney <ac131313@redhat.com>
1323
1324 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1325 wasn't saved, and the next innermost frame is a dummy, return the
1326 dummy frame's link register.
1327
046ca86a
JB
13282002-09-24 Jim Blandy <jimb@redhat.com>
1329
1330 Fix from Paul Breed:
1331 * main.c (captured_main): Add a `break' after the case for 'b'.
1332
94b66fa7
KS
13332002-09-24 Keith Seitz <keiths@redhat.com>
1334
1335 * varobj.c (c_type_of_child): Use get_target_type instead
1336 of TYPE_TARGET_TYPE.
1337
c214a6fd
FN
13382002-09-22 Fernando Nasser <fnasser@redhat.com>
1339
53cb0458
FN
1340 * source.c (get_current_or_default_source_symtab_and_line): Remove
1341 function.
1342 (set_default_source_symtab_and_line): New function. Attempts to
1343 determine a source file to list lines from if one is not currently
1344 defined.
1345 (get_current_source_symtab_and_line): Initialize sal.pc and
1346 sal.end fields.
1347 (set_current_source_symtab_and_line): Mark argument as const.
1348 * source.h: Update declarations and comments.
1349 * linespec.c (decode_line_1): Replace call to removed routine above.
1350 * stack.c (print_frame_info_base): Ditto.
1351 * cli/cli-cmds.c (edit_command): Ditto.
1352 (list_command): Ditto.
1353
13542002-09-22 Fernando Nasser <fnasser@redhat.com>
1355
d6020d45 1356 * source.c (get_current_or_default_source_symtab_and_line): Initialize
53cb0458 1357 sal.pc and sal.end fields.
c214a6fd
FN
1358 (get_current_or_default_source_symtab_and_line): Ditto.
1359 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1360 so we do not cause a new source symtab to be searched for (reverting an
1361 unintentional change from the 2002-09-20 patch).
1362 * scm-lang.c (scm_unpac): Ditto.
1363
cc3b68a5
AC
13642002-09-21 Andrew Cagney <cagney@redhat.com>
1365
1366 * complaints.c (symfile_explanations): Remove new-line from
1367 ``isolated_message''.
1368 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1369 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1370
5835abe7
NC
13712002-09-20 Nick Clifton <nickc@redhat.com>
1372
1373 * NEWS: Announce that V850EA ISA is no longer supported.
1374 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1375
a15ef5f5
DC
13762002-09-20 David Carlton <carlton@math.stanford.edu>
1377
06ba1b39
DC
1378 * Makefile.in (c-lang.o): Correct dependencies.
1379 (utils.o): Gather dependencies.
1380 (charset.o): Move.
a15ef5f5
DC
1381 * c-lang.c: #include "gdb_string.h"
1382
87885426
FN
13832002-09-20 Fernando Nasser <fnasser@redhat.com>
1384
1385 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1386 * cli/cli-cmds.c (list_command): New function. Implements the new
1387 cli edit command.
1388 (_init_cli_cmds): Add new command definition.
1389 * gdb.1: Document edit command.
1390 * doc/gdb.texinfo: Document edit command.
1391
13922002-09-20 Fernando Nasser <fnasser@redhat.com>
0378c332
FN
1393
1394 * source.c: Make global variables current_source_symtab and
1395 current_source_line static.
1396 (list_command): Moved to cli/cli-cmds.c.
1397 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1398 (get_first_line_listed): New accessor function.
1399 (get_lines_to_list): New accessor function.
1400 (get_current_source_symtab_and_line): New function. Retrieves the
1401 position in the source code that we consider current.
1402 (get_current_or_default_source_symtab_and_line): New function.
1403 Like the above but attempts to determine a default position if one
1404 is not currently defined.
1405 (set_current_source_symtab_and_line): New function. Sets the source
1406 code position considered current and returns the previously set one.
1407 (clear_current_source_symtab_and_line): Reset stored information about
1408 a current source line.
1409 (_initialize_source): Remove registration for the "list" command and
1410 its alias.
1411 * source.h: Add declarations for the new functions above.
1412 * symtab.h: Remove declarations for the global variables mentioned
1413 above.
1414 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1415 obtain current source line.
1416 * linespec.c (decode_line_1): Ditto.
1417 * macroscope.c (default_macro_scope): Ditto.
1418 * scm-lang.c (scm_unpac): Ditto.
1419 * stack.c (print_frame_info_base): Ditto.
1420 * symfile.c (clear_symtab_users): Ditto.
1421 * symtab.c (decode_line_spec): Ditto.
1422 * cli/cli-cmds.c (list_command): Moved here from source.c.
1423 (ambiguous_line_spec): Moved here from source.c.
1424 (_init_cli_cmds): Add definition for "list" and its alias.
1425 * Makefile.in: Update dependencies.
1426
ddd216ea
CV
14272002-09-20 Corinna Vinschen <vinschen@redhat.com>
1428
1429 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1430 with what gcc thinks is correct.
1431
6d305052
CV
14322002-09-20 Corinna Vinschen <vinschen@redhat.com>
1433
1434 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1435 multiple register push instruction.
1436
234b45d4
KB
14372002-09-19 Jim Blandy <jimb@redhat.com>
1438
1439 Add support for distinct host and target character sets.
1440 * charset.c, charset.h: New files.
1441 * c-exp.y: #include "charset.h".
1442 (yylex): Convert character and string literals to the target
1443 character set, before returning them as the semantic value of the
1444 token.
1445 * c-lang.c: #include "charset.h".
1446 (c_emit_char): Use charset-specific methods to recognize
1447 characters with backslash escape forms, to decide which characters
1448 to print literally and which to print using numeric escape
1449 sequences, and to convert target characters to host characters
1450 before printing.
1451 * utils.c: #include "charset.h".
1452 (no_control_char_error): New function.
1453 (parse_escape): Use charset-specific methods to recognize
1454 backslash escapes, parse `control character' notation, and convert
1455 characters from the host character set to the target character set.
1456 * configure.in: Set the default host character set.
1457 Check where to find iconv, and what its argument types might be.
1458 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1459 * Makefile.in (SFILES): List charset.c.
1460 (COMMON_OBS): List charset.o.
1461 (charset.o): New rule.
1462 (charset_h): New header dependency variable.
1463 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1464 (LIBICONV): New variable, set by configure.
1465 (CLIBS): Include $(LIBICONV) here.
1466 * aclocal.m4, config.in, configure: Regenerated.
1467
525d6a61
JB
14682002-09-19 Joel Brobecker <brobecker@gnat.com>
1469
1470 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1471 bison 1.35 warning.
1472
3ed93867
RE
14732002-09-19 Richard Earnshaw <rearnsha@arm.com>
1474
1475 * gdb_mbuild.sh: New file.
1476
437666f8
AC
14772002-09-19 Andrew Cagney <ac131313@redhat.com>
1478
1479 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1480
389e51db
AC
14812002-09-18 Andrew Cagney <ac131313@redhat.com>
1482
1483 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1484 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1485 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1486 valops.c, value.h: Revert previous change.
1487
3b4efeaa
MS
14882002-09-18 Michael Snyder <msnyder@redhat.com>
1489
1490 Preliminary support for Objective-C:
1491 * defs.h (language_objc): New enum value.
1492 (puts_filtered_tabular): Declaration only, exported from utils.c.
1493 (skip_quoted): Delete, declared in completer.h.
1494 * c-exp.y: Include completer.h.
1495 * p-exp.y: Ditto.
1496 * jv-exp.y: Ditto.
1497 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1498 New operator enum values.
1499 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1500 * language.c (binop_result_type): Handle language_objc case.
1501 (integral_type, character_type, string_type, boolean_type,
1502 structured_type, binop_type_check): Ditto.
1503 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1504 (struct objc_specific): Add to general_symbol_info.
1505 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1506 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1507 * parser-defs.h (struct objc_class_str): New struct type.
1508 (start_msglist, end_msglist, add_msglist): Declaration only,
1509 exported from objc-lang.c.
1510 * value.h (value_of_local, value_nsstring,
1511 call_function_by_hand_expecting_type): Exported from valops.c.
1512 * valops.c (find_function_addr): Export.
1513 (call_function_by_hand_expecting_type): New function.
1514 (value_of_local): New function.
1515 * symfile.c (init_filename_language_table): Add ".m" extension
1516 for Objective-C.
1517 * utils.c (puts_filtered_tabular): New function.
1518 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1519 (set/show demangle): Extend help-string to refer to ObjC.
1520 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1521 * stabsread.c (symbol_reference_defined): Objective-C symbols
1522 may contain colons: make allowances when scanning stabs strings
1523 for colons.
1524 (objc_find_colon): New function.
1525 * printcmd.c (address_info): If language == objc then print
1526 "self" instead of "this".
1527 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1528 OP_NSSTRING, and OP_SELF.
1529 (prefixify_subexp): Ditto.
1530 * source.c (print_source_lines): Mention objc in comment.
1531 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1532 method names.
1533
b9caf505
AC
15342002-09-18 Andrew Cagney <ac131313@redhat.com>
1535
1536 * complaints.h: Update copyright.
1537 (struct complaints): Declare.
1538 (struct complaint): Make `message' constant.
1539 (internal_complaint): Declare.
1540 (complaint): Declare.
1541 (complaint_root): Delete declaration.
1542 (symfile_complaints): Delete declaration.
1543 (struct complaints): Add opaque declaration.
1544 (clear_complaints): Add a complaints parameter.
1545 * complaints.c: Update copyright.
1546 (enum complaint_series): Define.
1547 (complaint_root): Delete.
1548 (struct complaints): Define.
1549 (complaint_sentinel, symfile_complaint_book): New variables.
1550 (symfile_explanations, symfile_complaints): New variables.
1551 New variables.
1552 (get_complaints): New function.
1553 (vcomplaint): New function.
1554 (complaint): New function.
1555 (internal_complaint): New function.
1556 (complain): Call vcomplain with symfile_complaint.
1557 (clear_complaints): Rewrite.
1558 (_initialize_complaints): Use add_setshow_command.
1559 * Makefile.in (complaints.o): Update dependencies.
1560 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1561 to call to clear_complaints.
1562 (new_symfile_objfile, reread_symbols): Ditto.
1563 (oldsyms_complaint): Delete.
1564 (empty_symtab_complaint, unknown_option_complaint): Delete.
1565 (free_named_symtabs): Use complaint instead of complain.
1566
d2e6263c
MS
15672002-09-18 Michael Snyder <msnyder@redhat.com>
1568
5fb2031a
AC
1569 Contributed by Apple Computer, Inc. Merged with current sources
1570 by Adam Fedor <fedor@doc.com> [cagney].
1571
d2e6263c
MS
1572 * objc-lang.c: First clean-up round: comments, indentation.
1573 * objc-lang.h: Ditto.
1574 * objc-lang.y: Ditto.
1575
dec43320
AC
15762002-09-18 Andrew Cagney <ac131313@redhat.com>
1577
1578 * maint.c (maintenance_internal_error): Print the parameter as the
1579 error message.
1580 (maintenance_internal_warning): New function.
1581 (_initialize_maint_cmds): Add command `maint internal-warning'.
1582
1583 * defs.h (internal_warning, internal_vwarning): Declare.
1584 * utils.c (struct internal_problem): Define.
1585 (internal_vproblem): New function.
1586 (internal_warning): New function.
1587 (internal_vwarning): New function.
1588 (internal_warning_problem, internal_error_problem): New variables.
1589 (internal_verror): Just call internal_vproblem.
1590
b81654f1
MS
15912002-09-18 Michael Snyder <msnyder@redhat.com>
1592
1593 * objc-lang.c: New file, support for Objective-C.
1594 Preliminary check-in, not yet integrated into gdb.
1595 * objc-lang.h: New file.
1596 * objc-exp.y: New file.
1597
0542c381
AC
15982002-09-18 Andrew Cagney <ac131313@redhat.com>
1599
7bda5e4a
AC
1600 * infrun.c (signal_stop_update): Convert definition to ISO C.
1601 (signal_print_update): Ditto.
1602 (signal_pass_update): Ditto.
1603 * inflow.c (terminal_save_ours): Ditto.
1604
5247b418
AC
1605 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1606 comments.
1607
fc60962c
AC
1608 * config/djgpp/fnchange.lst: Handle name clashes between
1609 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1610 bfd/coff-tic80.c.
1611
0542c381
AC
1612 * i386-linux-tdep.h: Fix tipo.
1613
5b924b9b
AF
16142002-09-18 Adam Fedor <fedor@gnu.org>
1615
1616 * MAINTAINERS: Add myself to the Write After Approval list.
1617
5afc051b
JB
16182002-09-18 Jim Blandy <jimb@redhat.com>
1619
1620 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1621 texthigh and textlow to reader-specific structs caused
1622 objfile_relocate to miss them. This is fixable, but the work that
1623 the change was supposed to prepare GDB for never got done anyway.
1624
eb944380
DC
16252002-09-18 David Carlton <carlton@math.stanford.edu>
1626
1627 * MAINTAINERS: Alphabetize Write After Approval list.
1628
948e66d9
DJ
16292002-09-18 Daniel Jacobowitz <drow@mvista.com>
1630
1631 Fix PR gdb/709
1632 * values.c (value_static_field): Call read_var_value.
1633
dc604539
AC
16342002-09-18 Andrew Cagney <ac131313@redhat.com>
1635
1636 * valops.c (hand_function_call): Align the initial stack pointer
1637 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1638 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1639 return value.
1640 * mips-tdep.c (mips_frame_align): New function.
1641 (mips_gdbarch_init): Set frame_align.
1642 * gdbarch.sh (FRAME_ALIGN): New method.
1643 * gdbarch.h, gdbarch.c: Re-generate.
1644
cb7e422f
ML
16452002-09-18 Michal Ludvig <mludvig@suse.cz>
1646
1647 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1648 registers.
1649
a094c6fb
AC
16502002-09-17 Andrew Cagney <ac131313@redhat.com>
1651
1652 * NEWS: Mention that MIPS $fp behavior changed.
1653 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1654 reference to FP_REGNUM.
1655 (mipsnbsd_cannot_store_register): Ditto.
1656 * mips-linux-nat.c: Update copyright.
1657 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1658 (mips_linux_cannot_store_register): Ditto.
1659 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1660 * config/mips/tm-mips.h: Update copyright.
1661 (FP_REGNUM): Delete macro.
1662 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1663 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1664 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1665 (mips_r3041_reg_names, mips_r3051_reg_names)
1666 (mips_r3081_reg_names): Replace "fp" with "".
1667 Fix PR gdb/480.
1668
45cf40d1
TR
16692002-09-17 Theodore A. Roth <troth@verinet.com>
1670
1671 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1672 generic_read_register_dummy() (PR gdb/703).
1673 (avr_push_return_address): #if 0 out unused vars.
1674 (avr_gdbarch_init): Enable use of avr_push_return_address().
1675
c7e701b5
MS
16762002-09-17 Michael Snyder <msnyder@redhat.com>
1677
d76ba2a5 1678 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
c7e701b5
MS
1679 RTE will take care of it.
1680
20bcf01c
AC
16812002-09-17 Andrew Cagney <ac131313@redhat.com>
1682
1683 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1684 invalid, return SP_REGNUM.
1685
009a9971 16862002-09-17 Michael Snyder <msnyder@redhat.com>
21f87145
MS
1687
1688 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1689 point registers without sign extension.
1690
135c175f
AC
16912002-09-17 Andrew Cagney <cagney@redhat.com>
1692
1693 * blockframe.c (deprecated_read_register_dummy): Rename
1694 generic_read_register_dummy.
1695 * frame.c (frame_unwind_signed_register): New function.
1696 (frame_unwind_unsigned_register): New function.
1697 * frame.h (frame_unwind_signed_register): Declare.
1698 (frame_unwind_unsigned_register): Declare.
1699 (deprecated_read_register_dummy): Rename
1700 generic_read_register_dummy.
1701
1702 * h8300-tdep.c (h8300_frame_chain): Update.
1703 (h8300_frame_saved_pc): Update.
1704 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1705 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1706 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1707 (s390_frame_chain): Update.
1708 * v850-tdep.c (v850_find_callers_reg): Update.
1709 (v850_frame_saved_pc): Update.
1710 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1711 (m32r_find_callers_reg): Update.
1712 (m32r_frame_saved_pc): Update.
1713 * sh-tdep.c (sh_find_callers_reg): Update.
1714 (sh64_get_saved_pr): Update.
1715 (sh_init_extra_frame_info): Update.
1716 (sh_init_extra_frame_info): Update.
1717 (sh64_init_extra_frame_info): Update.
1718 (sh64_init_extra_frame_info): Update.
1719 * mcore-tdep.c (mcore_find_callers_reg): Update.
1720 (mcore_frame_saved_pc): Update.
1721 (mcore_init_extra_frame_info): Update.
1722 * i386-tdep.c (i386_frame_saved_pc): Update.
1723 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1724 (ia64_init_extra_frame_info): Update.
1725 (ia64_init_extra_frame_info): Update.
1726 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1727 * cris-tdep.c (cris_init_extra_frame_info): Update.
1728 * avr-tdep.c (avr_frame_chain): Update.
1729 (avr_init_extra_frame_info): Update.
1730 (avr_frame_saved_pc): Update.
1731 * arm-tdep.c (arm_find_callers_reg): Update.
1732 (arm_init_extra_frame_info): Update.
1733 (arm_frame_saved_pc): Update.
1734
a741e514
TT
17352002-09-17 Tom Tromey <tromey@redhat.com>
1736
1737 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1738 is "'".
1739
d1a8e808
CV
17402002-09-17 Corinna Vinschen <vinschen@redhat.com>
1741
1742 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1743 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1744 NEXT_PROLOGUE_INSN.
1745 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1746 NEXT_PROLOGUE_INSN.
1747
d9025a18
JB
17482002-09-16 Joel Brobecker <brobecker@gnat.com>
1749
1750 * osfsolib.c: Remove file, replaced by solib-osf.c.
1751 * Makefile.in: Remove compilation rules for osfsolib.c.
1752
1b2ef1b6
DC
17532002-09-16 David Carlton <carlton@math.stanford.edu>
1754
1755 * cp-valprint.c (cp_print_class_method): Correct args to
1756 check_stub_method_group.
1757
928e48af
CV
17582002-09-16 Corinna Vinschen <vinschen@redhat.com>
1759
1760 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1761 `set architecture'. Unify naming convention of functions.
1762 (h8300_skip_prologue): Improve prologue analysis.
1763 (h8300_push_arguments): Rewritten to more closely match GCC's
1764 bizarre argument-passing behavior, along with the comment describing
1765 said behavior.
1766 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1767 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1768 sim, remote-e7000.c, remote-hms.c and remote.c
1769
5e3397bb
MK
17702002-09-15 Mark Kettenis <kettenis@gnu.org>
1771
1772 * i386-tdep.c (gdb_print_insn_i386): Removed.
1773 (i386_print_insn): New function.
1774 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1775 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1776 tm_print_insn_info.
1777
f710f4fc
MK
17782002-09-14 Mark Kettenis <kettenis@gnu.org>
1779
1780 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1781 zero.
1782
db54fef4
CV
17832002-09-14 Corinna Vinschen <vinschen@redhat.com>
1784
1785 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1786 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1787 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1788
2becadee
CF
17892002-09-13 Christopher Faylor <cgf@redhat.com>
1790
1791 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1792
de17c821
DJ
17932002-09-13 Daniel Jacobowitz <drow@mvista.com>
1794
1795 * gdbtypes.c (check_stub_method): Make static.
1796 (check_stub_method_group): New function.
1797 * gdbtypes.h: Update prototypes.
1798 * cp-support.c: New file.
1799 * cp-support.h: New file.
1800
1801 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1802 (update_method_name_from_physname): New function.
1803 (read_member_functions): Correct method names for operators
1804 and v3 constructors/destructors. Separate v2 constructors and
1805 destructors.
1806 * Makefile.in (stabsread.o): Update dependencies.
1807 (SFILES): Add cp-support.c.
1808 (COMMON_OBS): Add cp-support.o.
1809 (cp_support_h, cp-support.o): Add.
1810
1811 * cp-valprint.c (cp_print_class_method): Call
1812 check_stub_method_group instead of check_stub_method. Remove
1813 extraneous QUITs.
1814 * p-valprint.c (pascal_object_print_class_method): Likewise.
1815 * valops.c (search_struct_method): Likewise.
1816 (find_method_list, value_struct_elt_for_reference): Likewise.
1817
e76cff22
AC
18182002-09-13 Andrew Cagney <cagney@redhat.com>
1819
1820 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1821 * gdbarch.h, gdbarch.c: Regenerate.
1822
905abb3f
AC
18232002-09-13 Andrew Cagney <ac131313@redhat.com>
1824
1825 * frame.c (find_saved_register): Delete function.
1826 * frame.h (find_saved_register): Delete declaration.
1827 Fix PR gdb/631.
1828
64159455
AC
1829Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1830
1831 * mips-tdep.c (read_next_frame_reg): Re-hack using
1832 frame_register_unwind.
1833
795e1e11
AC
1834Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1835
1836 * mips-tdep.c (mips_get_saved_register): Re-hack using
1837 frame_register_unwind.
1838
5720643c
JB
18392002-09-12 Joel Brobecker <brobecker@gnat.com>
1840
1841 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1842 vector. Will be useful for Interix.
1843 * gdbarch.h, gdbarch.c: Regenerate.
1844
1845 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1846 name of the malloc function by NAME_OF_MALLOC.
1847
3bada2a2
JB
18482002-09-12 Joel Brobecker <brobecker@gnat.com>
1849
1850 * value.h (find_function_in_inferior): Add const keyword to
1851 one of the parameters. Allows us to invoke this function with
1852 a const char *.
1853 * valops.c (find_function_in_inferior): Likewise.
1854
3db26b01
JB
18552002-09-12 Joel Brobecker <brobecker@gnat.com>
1856
1857 * exec.c (xfer_memory): Fix compilation warning with old versions
1858 of GCC.
1859 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1860
17c5ed2c
DC
18612002-09-12 David Carlton <carlton@math.stanford.edu>
1862
1863 * symtab.h: Run through gdb_indent.h.
1864 Add 2002 to Copyright year list.
1865
ecd1107e
AM
18662002-09-12 Alan Modra <amodra@bigpond.net.au>
1867
1868 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1869 mach constants.
1870 * MAINTAINERS: Add myself to write after approval list.
1871
e64f66d1
JB
18722002-09-11 J. Brobecker <brobecker@gnat.com>
1873
1874 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1875
f9395794
JB
18762002-09-11 J. Brobecker <brobecker@gnat.com>
1877
1878 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1879 Interix.
1880
1a303dec
MS
18812002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1882
1883 * procfs.c (do_detach): Clear current signal, not just fault.
1884 Corrects problem with breakpoint trap signal leaking to detached
1885 process on Tru64.
1886
c0219d42
MS
18872002-09-10 Michael Snyder <msnyder@redhat.com>
1888
1889 * buildsym.c (finish_block): Protect against null pointer.
1890
9d84ac84
AC
18912002-09-10 Andrew Cagney <cagney@redhat.com>
1892
1893 * infcmd.c (default_print_registers_info): Send all output to
1894 ``file'' instead of ``gdb_stdout''.
1895
77d8f2b4
MS
18962002-09-10 Michael Snyder <msnyder@redhat.com>
1897
1898 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1899 LONGEST, and use signed register read (addresses are sign-
1900 extended for mips).
1901
99656a61
SC
19022002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1903
1904 * event-loop.c (gdb_do_one_event): Make public.
1905 * event-loop.h (gdb_do_one_event): Declare.
1906
da12f4d8
JL
19072002-09-10 Jeff Law <law@redhat.com>
1908
1909 * infttrace.c (child_resume): Simplify and rework to avoid
1910 TT_PROC_CONTINUE.
1911
d0aee0c4
FF
19122002-09-09 Fred Fish <fnf@intrinsity.com>
1913
1914 * printcmd.c (print_scalar_formatted): "len" is the number of
1915 target bytes, NOT the number of target bits.
1916
7cb3ec5e
EZ
19172002-09-09 Elena Zannoni <ezannoni@redhat.com>
1918
1919 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1920 * top.c (init_main): Set rl_terminal_name.
1921
4dc81987
AS
19222002-09-08 Aidan Skinner <aidan@velvet.net>
1923
1924 * ada-lang.c (ada_array_bound, ada_type_match,
1925 _initialize_ada_language): Fix K&R definitions.
1926 * ada-tasks.c (get_current_task): Fix K&R definitions.
1927 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1928
842330b4
CF
19292002-09-07 Christopher Faylor <cgf@redhat.com>
1930
1931 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1932 Add XP.
1933
43156d82
MK
19342002-09-06 Mark Kettenis <kettenis@gnu.org>
1935
66da5fd8
MK
1936 * i386-tdep.c (i386_register_virtual_type,
1937 i386_register_convertible, i386_register_convert_to_virtual,
1938 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1939 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1940 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1941 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1942 Don't set push_arguments twice.
1943
4b218c18
MK
1944 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1945 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1946 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1947 sigtramp_end to NULL.
1948 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1949 defines.
1950 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1951
4cc314d5
MK
1952 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1953 whitespace.
1954
43156d82
MK
1955 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1956 * gdbarch.h, gdbarch.c: Re-generate.
1957 * blockframe.c (find_pc_sect_partial_function): Convert to use
1958 SIGTRAMP_START_P predicate.
1959
6672060b
MS
19602002-09-05 Michael Snyder <msnyder@redhat.com>
1961
a90c3637
MS
1962 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1963 generic_dummy_frame method and old method. Also distinguish
1964 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 1965 (arm_extract_return_value): Use new regcache method.
a90c3637 1966
6672060b
MS
1967 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1968 adjustment that doesn't conform to the ABI.
1969 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1970 saved regcache, not from current regcache.
1971
299ffc64
AC
19722002-09-05 Andrew Cagney <ac131313@redhat.com>
1973
1974 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1975 * README: Update.
1976
a3a2ee65
JT
19772002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1978
1979 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1980 if arm_apcs_32 is false.
1981
2bc7eea9
AC
19822002-09-04 Andrew Cagney <ac131313@redhat.com>
1983
1984 GDB 5.3 branch created.
1985
8a55a7c5
TR
19862002-09-03 Theodore A. Roth <troth@verinet.com>
1987
1988 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1989 generic_unwind_get_saved_register.
1990
e26fb1d7
DC
19912002-09-03 David Carlton <carlton@math.stanford.edu>
1992
1993 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1994 argument (PR gdb/653). Update call to smash_to_method_type.
1995 (read_structure_scope): Update call to dwarf2_add_member_fn.
1996
30d52491
ML
19972002-09-03 Michal Ludvig <mludvig@suse.cz>
1998
1999 * x86-64-linux-tdep.c: Include gdb_string.h
2000 * x86-64-linux-nat.c: Ditto.
2001
06891d83
JT
20022002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2003
2004 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2005 when YYDEBUG is set to 1.
2006 * c-exp.y: Likewise.
2007 * f-exp.y: Likewise.
2008 * jv-exp.y: Likewise.
2009 * m2-exp.y: Likewise.
2010 * p-exp.y: Likewise.
2011
7d400e77
JT
20122002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2013
2014 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2015 dependency list.
2016 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2017 solib_svr4_fetch_link_map_offsets to
2018 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2019 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2020 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2021 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2022 solib-svr4.o, and solib-legacy.o.
2023 * config/i386/tm-nbsd.h: Include solib.h.
2024
704a27c4
JT
20252002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2026
2027 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2028 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2029 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2030 comment noting that this needs its own target configuration.
2031 * config/i386/nbsd.mt: New file.
2032 * config/i386/nbsdaout.mt: Remove.
2033 * config/i386/nbsdelf.mt: Ditto.
2034 * config/i386/tm-nbsdaout.h: Ditto.
2035
d66198e1
JT
20362002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2037
2038 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2039 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2040 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2041 tdep->sigtramp_end.
2042 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2043 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2044 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2045
3cac699e
JT
20462002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2047
2048 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2049 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2050 * i386-tdep.h (i386bsd_init_abi): New prototype.
2051 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2052 function declaration.
2053 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2054 for NetBSD-a.out or NetBSD-ELF.
2055 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2056 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2057 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2058 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2059 and nbsd-tdep.h.
2060 (i386nbsd_pc_in_sigtramp): New function.
2061 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2062 i386nbsd_pc_in_sigtramp.
2063 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2064 and i386nbsdelf_init_abi OS ABI handlers.
2065 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2066 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2067
7010ca0a
MK
20682002-09-02 Mark Kettenis <kettenis@gnu.org>
2069
2070 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2071 registers if the target really has them.
2072
6dd93b72
JT
20732002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2074
2075 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2076 than nbsd-tdep.h.
2077
2ca8ae21
JT
20782002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2079
2080 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2081 list.
2082 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2083 (alphanbsd_skip_sigtramp_frame): New functions.
2084 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2085 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2086 to alphanbsd_sigcontext_addr.
2087
3d9b49b0
JT
20882002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2089
2090 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2091 list.
2092 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2093 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2094 nbsd_pc_in_sigtramp.
2095 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2096 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2097 * nbsd-tdep.c: Include gdb_string.h.
2098 (nbsd_pc_in_sigtramp): New function.
2099 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2100 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2101 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2102 ppcnbsd_pc_in_sigtramp.
2103 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2104 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2105 shnbsd_pc_in_sigtramp.
2106 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2107 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2108 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2109
c860120c
PM
21102002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2111
2112 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2113 watchpoints to NULL.
2114 (insert_breakpoints): set val field of watchpoints if NULL.
2115
2116
c7612d53
JB
21172002-08-29 Jim Blandy <jimb@redhat.com>
2118
2119 * symtab.c (lookup_symbol_aux): In the cases where we find a
2120 minimal symbol of an appropriate name and use its address to
2121 select a symtab to read and search, use `name' (as passed to us)
2122 as the demangled name when searching the symtab's global and
2123 static blocks, not the minsym's name.
2124
66609862
KS
21252002-08-29 Keith Seitz <keiths@redhat.com>
2126
2127 * stack.c (print_frame_info_base): Always set current_source_symtab
2128 and current_source_line.
2129
151fefe2
JB
21302002-08-29 Donn Terry <donnte@microsoft.com>
2131
2132 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2133
bfb3754e
KS
21342002-08-28 Keith Seitz <keiths@redhat.com>
2135
2136 * stack.c (select_frame): Add FIXME concerning selected-frame
2137 events.
2138 (select_frame_command): Send selected-frame-level-changed
2139 event notification, but only if the level actually changed.
2140 (up_silently_base): Add selected-frame-level-changed event
2141 notification.
2142 (down_silently_base): Likewise.
2143
e822a2a0
AC
21442002-08-28 Andrew Cagney <ac131313@redhat.com>
2145
2146 * Makefile.in: Update dependencies for all gdb/*.c files.
2147
309367d4
TT
21482002-08-27 Tom Tromey <tromey@redhat.com>
2149
2150 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2151 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2152 Update dependencies.
2153 * i387-tdep.c: Include gdb_string.h.
2154 * osabi.c: Likewise.
2155 * i386-linux-nat.c: Likewise.
2156 * lin-lwp.c: Likewise.
2157 * ax-gdb.c: Likewise.
2158 * signals/signals.c: Likewise.
2159 * jv-valprint.c: Likewise.
2160 * p-lang.c: Likewise.
2161 * c-valprint.c: Likewise.
2162 * cp-abi.c: Likewise.
2163
e1507482
EZ
21642002-08-27 Elena Zannoni <ezannoni@redhat.com>
2165
2166 * cli/cli-script.h (copy_command_lines): Export.
2167 * breakpoint.c: Include cli/cli-script.h.
2168 * Makefile.in (breakpoint.o): Update dependencies.
2169
c6510018
MS
21702002-08-26 Michael Snyder <msnyder@redhat.com>
2171
2172 * breakpoint.c (insert_breakpoints): Protect all references
2173 to 'process_warning'. Shorten long lines.
2174
c2b8ed2c
MS
21752002-08-26 Joel Brobecker <brobecker@gnat.com>
2176
2177 * cli/cli-script.c (copy_command_lines): New function.
2178 * defs.h (copy_command_lines): Export.
2179 * testsuite/gdb.base/commands.exp: New tests for commands
2180 attached to a temporary breakpoint, and for commands that
2181 delete the breakpoint they are attached to.
2182
21832002-08-26 Michael Snyder <msnyder@redhat.com>
2184
2185 * breakpoint.c (bpstat_stop_status): Instead of copying the
2186 pointer to the breakpoint commands struct, make a new copy
2187 of the struct and point to that.
2188 (bpstat_clear): Free the commands struct.
2189 (bpstat_clear_actions): Free the commands struct.
2190 (bpstat_do_actions): Free the command actions. Also execute
2191 the local cleanups, instead of deleting them.
2192 (delete_breakpoint): Leave the commands field of the bpstat
2193 chain alone -- it will be freed later.
2194
64b84175
KB
21952002-08-26 Kevin Buettner <kevinb@redhat.com>
2196
2197 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2198 deleted in 2002-08-20 commit. This function is still used by
2199 ppc-linux-nat.c.
2200
55970da6
KS
22012002-08-26 Keith Seitz <keiths@redhat.com>
2202
2203 * gdb-events.sh: Add selected-frame-level-changed event.
2204 * gdb-events.c: Regenerated.
2205 * gdb-events.h: Regenerated.
2206
a790ad35
SC
22072002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2208
2209 Fix PR gdb/393:
2210 * inflow.c (terminal_save_ours): New function to save terminal
2211 settings.
2212 * inferior.h (terminal_save_ours): Declare.
2213 * target.c (debug_to_terminal_save_ours): New function.
2214 (cleanup_target): Defaults to_terminal_save_ours.
2215 (update_current_target): Inherit to_terminal_save_ours.
2216 (setup_target_debug): Set to_terminal_save_ours.
2217 * target.h (target_terminal_save_ours): New to save terminal settings.
2218 (target_ops): New member to_terminal_save_ours.
2219 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2220 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2221 * inftarg.c (init_child_ops): Likewise.
2222 * m3-nat.c (init_m3_ops): Likewise.
2223 * procfs.c (init_procfs_ops): Likewise.
2224 * wince.c (init_child_ops): Likewise.
2225 * win32-nat.c (init_child_ops): Likewise.
2226 * sol-thread.c (init_sol_thread_ops): Likewise.
2227
c00dcbe9
MK
22282002-08-26 Mark Kettenis <kettenis@gnu.org>
2229
3d7f4f49
MK
2230 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2231 use regcache_* functions.
2232 (i386_gdbarch_init): Set store_return_value instead of
2233 deprecated_store_return_value.
2234
c00dcbe9
MK
2235 * regcache.c (regcache_raw_write_signed,
2236 regcache_raw_write_unsigned): New functions.
2237 * regcache.h (regcache_raw_write_signed,
2238 regcache_raw_write_unsigned): New prototypes.
2239
0e0d15ca
AC
22402002-08-25 Andrew Cagney <ac131313@redhat.com>
2241
2242 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2243 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2244 source file dependencies. Cleanup corresponding generator rules.
2245
d3b22ed5
AC
22462002-08-25 Andrew Cagney <ac131313@redhat.com>
2247
2248 * regcache.h (register_offset_hack): Declare.
2249 (regcache_cooked_read_using_offset_hack): Declare.
2250 (regcache_cooked_write_using_offset_hack): Declare.
2251
2252 * regcache.c (register_offset_hack): New function.
2253 (regcache_cooked_read_using_offset_hack): New function.
2254 (regcache_cooked_write_using_offset_hack): New function.
2255 (regcache_dump): Check that the registers, according to their
2256 offset, are packed hard against each other.
2257 (cooked_xfer_using_offset_hack): New function.
2258
bb425013
AC
22592002-08-25 Andrew Cagney <ac131313@redhat.com>
2260
2261 * regcache.c (struct regcache_descr): Add field register_type.
2262 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2263 in as a parameter
2264 (init_regcache_descr): Initialize register_type. Pass the descr
2265 to init_legacy_regcache_descr. Use register_type instead of
2266 REGISTER_VIRTUAL_TYPE.
2267 (register_type): New function.
2268 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2269 * regcache.h (register_type): Declare.
2270
d0403e00
AC
22712002-08-25 Andrew Cagney <ac131313@redhat.com>
2272
2273 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2274 instead of deprecated_store_return_value. Fix fallout from
2275 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2276
0ed04cce
AC
22772002-08-25 Andrew Cagney <ac131313@redhat.com>
2278
2279 * regcache.c (max_register_size): New function.
2280 (init_legacy_regcache_descr): Ensure that max_register_size is
2281 large enough for REGISTER_VIRTUAL_SIZE.
2282 * regcache.h (max_register_size): Declare.
2283
46d79c04
AC
22842002-08-24 Andrew Cagney <ac131313@redhat.com>
2285
2286 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2287 store_return_value.
2288 (e500_extract_return_value): Change type of valbuf pointer to
2289 void.
2290
853c7bd0
MK
22912002-08-24 Mark Kettenis <kettenis@gnu.org>
2292
cd87e769
MK
2293 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2294 workaround.
2295
853c7bd0
MK
2296 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2297 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2298 long long) to prevent compiler warning on 64-bit systems.
2299
ebba8386
AC
23002002-08-23 Andrew Cagney <cagney@redhat.com>
2301
2302 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2303 (DEPRECATED_STORE_RETURN_VALUE): New method.
2304 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2305 * gdbarch.h, gdbarch.c: Re-generate.
2306
2307 * values.c (set_return_value): Pass current_regcache to
2308 STORE_RETURN_VALUE.
2309 * arch-utils.h (legacy_store_return_value): Declare.
2310 * arch-utils.c (legacy_store_return_value): New function.
2311 (legacy_extract_return_value): Update parameters.
2312
2313 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2314 STORE_RETURN_VALUE.
2315 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2316 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2317 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2318 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2319 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2320 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2321 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2322 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2323 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2324 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2325
2326 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2327 * i386-tdep.c (i386_extract_return_value): Update.
2328 * arch-utils.c (legacy_extract_return_value): Update.
2329 * frv-tdep.c (frv_gdbarch_init): Update.
2330 * cris-tdep.c (cris_gdbarch_init): Update.
2331 * d10v-tdep.c (d10v_gdbarch_init): Update.
2332 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2333 * m68k-tdep.c (m68k_gdbarch_init): Update.
2334 * mcore-tdep.c (mcore_gdbarch_init): Update.
2335 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2336 * s390-tdep.c (s390_gdbarch_init): Update.
2337 * sparc-tdep.c (sparc_gdbarch_init): Update.
2338 * sh-tdep.c (sh_gdbarch_init): Update.
2339 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2340 * v850-tdep.c (v850_gdbarch_init): Update.
2341 * avr-tdep.c (avr_gdbarch_init): Update.
2342 * ia64-tdep.c (ia64_gdbarch_init): Update.
2343 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2344 * vax-tdep.c (vax_gdbarch_init): Update.
2345 * alpha-tdep.c (alpha_gdbarch_init): Update.
2346 * arm-tdep.c (arm_gdbarch_init): Update.
2347 * mips-tdep.c (mips_gdbarch_init): Update.
2348 * i386-tdep.c (i386_gdbarch_init): Update.
2349
5bd8c6d0
AC
23502002-08-23 Andrew Cagney <ac131313@redhat.com>
2351
2352 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2353 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2354
e73e1724
MK
23552002-08-24 Mark Kettenis <kettenis@gnu.org>
2356
2357 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2358 problems.
2359
3e6564e1
JB
23602002-08-23 Joel Brobecker <brobecker@gnat.com>
2361
2362 * infrun.c (handle_inferior_event): Move a comment outside of a
2363 function call, in order to avoid indent reformatting this part
2364 of the code in an unreadable way.
2365
81d0cc19
GS
23662002-08-23 Grace Sainsbury <graces@redhat.com>
2367
2368 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2369 when breakpoints fail. Move general breakpoint error messages to
2370 insert_breakpoints.
2371 * breakpoint.c (insert_breakpoints): Change warnings when
2372 breakpoints are nto inserted to specify the type. Remove call to
2373 memory_error when hardware breakpoints can't be inserted. Remove
2374 multiple calls to warning so all messages are sent to the user at
2375 once.
2376 (delete_breakpoints): Make insert error messsages more explicit.
2377
17574093
DJ
23782002-08-23 Daniel Jacobowitz <drow@mvista.com>
2379
2380 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2381 gdbserver/ChangeLog.
2382
8acc2935
MK
23832002-08-23 Mark Kettenis <kettenis@gnu.org>
2384
dfe01d39
MK
2385 * i386-tdep.c: Include "objfiles.h".
2386 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2387 skip_trampoline_code.
2388 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2389 (CPLUS_MARKER): Define to '.'.
2390
8acc2935
MK
2391 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2392 member.
2393 (linux_corefile_thread_callback): Increase args->num_notes.
2394 (linux_make_note_section): Initialize thread_args.num_notes, and
2395 use it to determine whether notes for any threads were created.
2396
151fefe2 23972002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
2398
2399 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2400 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2401 and PCUNKILL.
2402 (write_with_trace): Conditionalize out the switch branch handling
2403 PCSHOLD if the corresponding macro is not defined. Likewise for
2404 PRSABORT and PRSTOP.
2405 This change will be needed by the Interix port.
2406
e1507482
EZ
24072002-08-22 Elena Zannoni <ezannoni@redhat.com>
2408
2409 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2410 write_register wherever possible instead of manipulating the
2411 register bytes directly.
2412 Assign VALUE_CONTENTS to a variable and use that.
2413 The GPR numbers are now dependent on the architecture.
2414
96ff0de4
EZ
24152002-08-22 Elena Zannoni <ezannoni@redhat.com>
2416
2417 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2418 ev_offset fields.
2419 (skip_prologue): Add support for BookE/e500 instructions.
2420 (e500_extract_return_value): New function.
2421 (frame_get_saved_regs): Add support for saving ev registers and
2422 pseudo gpr's.
2423 (e500_store_return_value): New function.
2424 (rs6000_gdbarch_init): Move up default intializations of
2425 deprecated_extract_return_value and store_return_value. Overwrite
2426 init of store_return_value with e500 specific version.
2427 Set extract_return_value for e500.
2428
fbefca5b
EZ
24292002-08-22 Elena Zannoni <ezannoni@redhat.com>
2430
2431 * blockframe.c (generic_call_dummy_register_unwind): Use
2432 regcache_cooked_read to catch cases in which the variable is
2433 stored in a pseudo register.
2434
4d210288
AC
24352002-08-22 Andrew Cagney <cagney@redhat.com>
2436
2437 * NEWS: Mention that the i960 has been made obsolete.
2438 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2439 i960-tdep.c
2440 (remote-nrom.o): Obsolete target.
2441 (remote-nindy.o, i960-tdep.o): Ditto.
2442 * remote-nrom.c: Make file obsolete.
2443 * remote-nindy.c, remote-vx960.c: Ditto.
2444 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2445 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2446 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2447 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2448 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2449 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2450 i960-*-vxworks* obsolete.
2451 * MAINTAINERS: Note that the i960 is obsolete.
2452
6c0c456d
CV
24532002-08-21 Corinna Vinschen <vinschen@redhat.com
2454
2455 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2456 detach to allow reinitialization.
2457
9f9d12b3
AC
24582002-08-22 Andrew Cagney <ac131313@redhat.com>
2459
2460 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2461 attempt).
2462
ebeb39fe
JB
24632002-08-22 Jim Blandy <jimb@redhat.com>
2464
2465 * coffread.c (coff_symfile_read): Don't try to read the line
2466 number table from disk if the image file doesn't have a symbol
2467 table; we'll never actually look at the info anyway, and Windows
2468 ships DLL's with bogus file offsets for the line number data.
2469
5bf1c677
EZ
24702002-08-21 Elena Zannoni <ezannoni@redhat.com>
2471
2472 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2473 an e500 executable.
2474
71b8ef93
MS
24752002-08-21 Michael Snyder <msnyder@redhat.com>
2476
2477 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2478 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
2479 (DEFAULT_MIPS_TYPE): Delete unused macro.
2480 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2481 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 2482
d174216d
JB
24832002-08-21 Jim Blandy <jimb@redhat.com>
2484
2485 * valops.c (value_cast): Simplify and correct logic for doing a
2486 static cast from a pointer to a base class to a pointer to a
2487 derived class.
2488
0ab7a791
AC
24892002-08-21 Andrew Cagney <ac131313@redhat.com>
2490
2491 * infcmd.c (default_print_registers_info): Replace
2492 do_registers_info.
2493 (registers_info): Use gdbarch_print_registers_info instead of
2494 DO_REGISTERS_INFO.
2495 * inferior.h (default_print_registers_info): Replace
2496 do_registers_info.
2497 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2498 (DO_REGISTERS_INFO): Change to a predicate function.
2499 * gdbarch.h, gdbarch.c: Regenerate.
2500
e23792cc
KS
25012002-08-21 Keith Seitz <keiths@redhat.com>
2502
2503 * gdb-events.sh: Add target-changed event.
2504 * gdb-events.c: Regenerated.
2505 * gdb-events.c: Regenerated.
2506 * valops.c (value_assign): Add target-changed event notification
2507 to inlval_register, lval_memory, and lval_reg_frame_relative.
2508
9fb14e79
JB
25092002-08-21 Joel Brobecker <brobecker@gnat.com>
2510
2511 * NEWS: Add an entry regarding the improvement of the next/step
2512 operation on Alpha Tru64 multi-processor machines.
2513
6d39a69f
AC
25142002-08-21 Andrew Cagney <ac131313@redhat.com>
2515
72acd513
AC
2516 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2517 directores.
342af04b 2518 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
2519 * Makefile.in (install-gdbtk): Move to install section.
2520 (rdi-share/libangsd.a): Move to end of file.
2521
fa5f27c7
AC
25222002-08-19 Andrew Cagney <ac131313@redhat.com>
2523
2524 * frame.c (frame_register_unwind): When a register, set addrp to
2525 the register's byte.
2526
5a89d8aa
MS
25272002-08-20 Michael Snyder <msnyder@redhat.com>
2528
2529 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2530 used locally, so move them from the target machine header to here.
2531 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2532 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2533 Make static.
2534 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2535
822e978b
AC
25362002-08-20 Andrew Cagney <cagney@redhat.com>
2537
2538 * NEWS: Mention that the Apollo line was made obsolete.
2539 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2540 m68*-hp-hpux* obsolete.
2541 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2542 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2543 * buildsym.c (make_blockvector): Make static.
2544 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2545 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2546 (ALLDEPFILES): Remove dstread.c.
2547 (dstread.o): Obsolete make rule.
2548 * dstread.c: Makefile obsolete.
2549 * dst.h: Ditto.
2550 * config/m68k/hp300hpux.mt: Ditto.
2551 * config/m68k/hp300hpux.mh: Ditto.
2552 * config/m68k/hp300bsd.mt: Ditto.
2553 * config/m68k/hp300bsd.mh: Ditto.
2554 * config/m68k/apollo68b.mt: Ditto.
2555 * config/m68k/apollo68v.mh: Ditto.
2556 * config/m68k/apollo68b.mh: Ditto.
2557
e41b17f0
MS
25582002-08-20 Michael Snyder <msnyder@redhat.com>
2559
2560 * mips-tdep.c (mips_in_return_stub): Make static.
2561 (mips_gdbarch_init): Set in_solib_return_trampoline.
2562 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2563
d50355b6
MS
25642002-08-20 Michael Snyder <msnyder@redhat.com>
2565
2566 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2567 * gdbarch.c, gdbarch.h: Regenerate.
2568 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2569 Add.
2570 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2571
757a7cc6
MS
25722002-08-20 Michael Snyder <msnyder@redhat.com>
2573
2574 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2575 (mips_gdbarch_init): Set skip_trampoline_code,
2576 in_solib_call_trampoline.
2577 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2578 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2579
c8001721
EZ
25802002-08-20 Elena Zannoni <ezannoni@redhat.com>
2581
2582 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2583
2584 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2585 vector type for ev registers.
2586 (e500_pseudo_register_read): New function.
2587 (e500_pseudo_register_write): New function.
2588 (e500_dwarf2_reg_to_regnum): New function.
2589 (PPC_UISA_NOFP_SPRS): New macro.
2590 (PPC_EV_REGS): New macro.
2591 (PPC_GPRS_PSEUDO_REGS): New macro.
2592 (registers_e500): New register set for e500.
2593 (variants): Add e500 variant.
2594 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2595 before setting architectural dependent variations. Initialize ev
2596 registers numbers. Add case for e500 architecture. Set the
2597 number of pseudo registers.
2598
64366f1c
EZ
25992002-08-20 Elena Zannoni <ezannoni@redhat.com>
2600
2601 * rs6000-tdep.c: Clean up comments.
2602
7e78f0ca
AC
26032002-08-20 Andrew Cagney <cagney@redhat.com>
2604
2605 * h8300-tdep.c: Re-indent file.
2606
697f7479
JB
26072002-08-20 Jim Blandy <jimb@redhat.com>
2608
2609 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2610 default for this.
697f7479 2611
e86ae29f
KS
26122002-08-20 Keith Seitz <keiths@redhat.com>
2613
2614 * breakpoints.c (watch_command_1): Use internal breakpoint
2615 when setting a watchpoint_scope breakpoint.
2616
216b504f
EZ
26172002-08-20 Elena Zannoni <ezannoni@redhat.com>
2618
2619 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2620 (build_builtin_type_vec64i): Ditto.
2621 (build_builtin_type_vec128): Ditto.
2622 (build_builtin_type_vec128i): Ditto.
2623
f7ab6ec6
MS
26242002-08-19 Michael Snyder <msnyder@redhat.com>
2625
2626 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2627 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2628 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2629 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2630 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2631 CALL_DUMMY_ADDRESS): Delete.
2632 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2633 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2634 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2635 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2636 push_return_address.
2637 (mips_register_raw_size, mips_eabi_use_struct_convention,
2638 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2639 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2640 mips_init_extra_frame_info, mips_eabi_push_arguments,
2641 mips_n32n64_push_arguments, mips_push_return_address,
2642 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2643 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2644
b5d1566e
MS
26452002-08-19 Michael Snyder <msnyder@redhat.com>
2646
2647 * mips-tdep.c (mips_frame_num_args): New function.
2648 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2649 frame_saved_pc, frame_args_address, frame_locals_address,
2650 frame_num_args, and frame_args_skip.
2651 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2652 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2653 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2654 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2655
2f1488ce
MS
26562002-08-20 Michael Snyder <msnyder@redhat.com>
2657
2658 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2659 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2660 * mips-tdep.c (mips_store_struct_return): New function.
2661 (mips_extract_struct_value_address): New function.
2662 (mips_gdbarch_init): Set store_struct_return and
2663 extract_struct_value_address.
2664
41ff2da1
DC
26652002-08-20 David Carlton <carlton@math.stanford.edu>
2666
2667 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2668 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2669 (read_file_scope): Check that line_header is nonzero before
2670 decoding macro information.
2671
e5451d58
MK
26722002-08-20 Mark Kettenis <kettenis@gnu.org>
2673
2674 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2675 flag the general-purpose registers as floating-point on targets
2676 that don't support the floating-point registers.
2677
4a6daafa
EZ
26782002-08-20 Elena Zannoni <ezannoni@redhat.com>
2679
2680 * rs6000-tdep.c (altivec_register_p): Delete.
2681 (rs6000_do_altivec_registers): Delete.
2682 (rs6000_altivec_registers_info): Delete.
2683 (rs6000_do_registers_info): Delete.
2684 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2685 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2686
ab4327e0
EZ
26872002-08-20 Elena Zannoni <ezannoni@redhat.com>
2688
2689 * infcmd.c (do_registers_info): Print vector registers in hex
2690 format only.
2691 (print_vector_info): Check that printing registers
2692 makes sense.
2693 (print_float_info): Ditto.
2694
cb1d2653
AC
26952002-08-20 Andrew Cagney <ac131313@redhat.com>
2696
2697 * mips-tdep.c (mips_gdbarch_init): Update.
2698 (mips_o32_extract_return_value): Rewrite.
2699 (mips_o32_store_return_value): Rewrite.
2700 (mips_o32_xfer_return_value): New function.
2701 (mips_xfer_register): Tweak debug print message. Allow for
2702 buf_offset when dumping the value transfered.
2703
dfc3d9b2
AC
27042002-08-20 Andrew Cagney <ac131313@redhat.com>
2705
2706 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2707 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2708 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2709 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2710 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2711
7807aa61
MS
27122002-08-14 Michael Snyder <msnyder@redhat.com>
2713
2714 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2715
489461e2
EZ
27162002-08-19 Elena Zannoni <ezannoni@redhat.com>
2717
2718 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2719 register.
2720 (P): New macro to define a register as a pseudo register.
2721 (R, R4, R8, R16, FR32, R64, R0): Updated.
2722 (struct variant): Add new fields for number of pseudo registers
2723 and number of total registers.
2724 (tot_num_registers): New macro replacing....
2725 (num_registers): ...deleted macro.
2726 (num_registers): New function.
2727 (num_pseudo_registers): New function.
2728 (variants): Update all variants to intialize new fields correctly.
2729 Postpone initialization of number of pseudo regs and real regs.
2730 (init_variants): New function.
2731 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2732 registers offsets.
2733
fcaffe4c
DC
27342002-08-19 David Carlton <carlton@math.stanford.edu>
2735
2c2738a0
DC
2736 * valops.c (search_struct_field): Change error message to treat
2737 return value of 0 from value_static_field as meaning that field is
2738 optimized out.
2739 (value_struct_elt_for_reference): Ditto.
2740 * values.c (value_static_field): Treat an unresolved location the
2741 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
2742 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2743 enclosed. Fix PR gdb/574.
fcaffe4c
DC
2744 * MAINTAINERS: Add self to Write After Approval list.
2745
88658117
AC
27462002-08-19 Andrew Cagney <ac131313@redhat.com>
2747
2748 * mips-tdep.c (mips_xfer_register): New function.
2749 (mips_n32n64_extract_return_value): Rewrite.
2750 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2751 instead of deprecated_extract_return_value.
2752
21283beb
EZ
27532002-08-19 Elena Zannoni <ezannoni@redhat.com>
2754
2755 * rs6000-tdep.c (TDEP): Delete macro.
2756 (branch_dest): Replace use of TDEP macro with its body.
2757 (rs6000_pop_frame): Ditto.
2758 (rs6000_push_arguments): Ditto.
2759 (rs6000_skip_trampoline_code): Ditto.
2760 (rs6000_frame_saved_pc): Ditto.
2761 (rs6000_frame_chain): Ditto.
2762 (rs6000_register_name): Ditto.
2763 (rs6000_register_byte): Ditto.
2764 (rs6000_register_raw_size): Ditto.
2765 (rs6000_register_virtual_type): Ditto.
2766 (rs6000_register_convertible): Ditto.
2767 (rs6000_convert_from_func_ptr_addr): Ditto.
2768
bf072999
DJ
27692002-08-19 Daniel Jacobowitz <drow@mvista.com>
2770
2771 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2772 conditionally.
2773 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2774 MIPS_LINUX_JB_ELEMENT_SIZE.
2775 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2776 for MAX_REGISTER_RAW_SIZE arrays.
2777 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2778 MIPS_LINUX_JB_ELEMENT_SIZE.
2779
9b949a49
PM
27802002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2781
2782 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2783
6d3e79c6
AS
27842002-08-19 Aidan Skinner <aidan@velvet.net>
2785
2786 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2787 ada-valprint.c ada-tasks.c.
2788 (YYFILES): Add ada-exp.y.
2789 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2790 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2791 (ada-exp.tab.o): New target.
2792
06c0b04e
AC
27932002-08-18 Andrew Cagney <ac131313@redhat.com>
2794
2795 * regcache.c (regcache_xfer_part): New function.
2796 (regcache_raw_read_part): New function.
2797 (regcache_raw_write_part): New function.
2798 (regcache_cooked_read_part): New function.
2799 (regcache_cooked_write_part): New function.
2800 * regcache.h (regcache_raw_read_part): Declare.
2801 (regcache_raw_write_part): Declare.
2802 (regcache_cooked_read_part): Declare.
2803 (regcache_cooked_write_part): Declare.
2804
92d1e331
DJ
28052002-08-18 Daniel Jacobowitz <drow@mvista.com>
2806
2807 * remote.c (remote_open_1): Add async_p.
2808 (remote_async_open_1): Delete.
2809 (open_remote_target): Delete.
2810 (remote_open, extended_remote_open): Update calls to remote_open_1.
2811 (remote_async_open, extended_remote_async_open): Call
2812 remote_open_1 instead of remote_async_open_1.
2813
247055de
MK
28142002-08-19 Mark Kettenis <kettenis@gnu.org>
2815
2816 * blockframe.c: Fix a few coding standard violations.
2817
641eda39
MK
28182002-08-19 Mark Kettenis <kettenis@gnu.org>
2819
0b717710
MK
2820 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2821 here from ...
2822 * config/i386/tm-i386sco5.h: ... here. File removed.
2823 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2824
26d28e12 2825 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
2826 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2827 (TM_FILE): Set to tm-i386.h.
2828 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2829 * config/i386/tm-i386v.h: Remove file.
2830 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2831 instead of "i386/tm-i386v.h".
2832 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2833 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2834 "i386/tm-i386v.h".
2835 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2836 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2837 "i386/tm-i386.h".
2838
d4e0bab4
MK
28392002-08-18 Mark Kettenis <kettenis@gnu.org>
2840
2841 * config/i386/nm-i386v.h: Add protection against
2842 multiple-inclusion.
2843 (i386_register_u_addr): Remove prototype.
2844 (register_u_addr): New prototype.
2845 (REGISTER_U_ADDR): Redefine accordingly.
2846 * i386v-nat.c: Improve several comments.
2847 (i386_register_u_addr): Change signature and rename to
2848 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2849 ubase variable.
2850
46cac009
AC
28512002-08-18 Andrew Cagney <ac131313@redhat.com>
2852
2853 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2854 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2855 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2856 deprecated_extract_return_value.
2857 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2858 rename mips_o32o64_push_arguments.
2859 (mips_gdbarch_init): Update.
2860 (mips_extract_return_value): Delete.
2861 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2862 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2863 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2864 (mips_n32n64_extract_return_value): Clone
2865 mips_extract_return_value.
2866 (mips_store_return_value): Delete.
2867 (mips_o32_store_return_value): Clone mips_store_return_value.
2868 (mips_o64_store_return_value): Clone mips_store_return_value.
2869 (mips_eabi_store_return_value): Clone mips_store_return_value.
2870 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2871
d2e4a39e
AS
28722002-08-18 Aidan Skinner <aidan@velvet.net>
2873
0c30c098
AS
2874 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2875 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2876
28772002-08-18 Aidan Skinner <aidan@velvet.net>
2878
2879 * ada-lang.c: Run through gdb_indent.sh.
2880 * ada-lang.h: Run through gdb_indent.sh.
2881 * ada-tasks.c: Run through gdb_indent.sh.
2882 * ada-typeprint.c: Run through gdb_indent.sh.
2883 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 2884
01fc4e33
AC
28852002-08-18 Andrew Cagney <ac131313@redhat.com>
2886
2887 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2888 ABI.
2889
d8ee244c
MK
28902002-08-18 Mark Kettenis <kettenis@gnu.org>
2891
c38d8261
MK
2892 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2893
222db64c
MK
2894 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2895 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2896
c2848c82
MK
2897 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2898 write_register_gen instead of write_register_bytes.
2899
d8ee244c
MK
2900 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2901 i[3456]-*-osf1mk* configurations have been made obsolete.
2902 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2903 i[3456]86-*-osf1mk* hosts obsolete.
2904 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2905 targets obsolete.
2906 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2907 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2908 config/i386/i386m3.mt, config/i386/nm-m3.h,
2909 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2910 config/i386/i386mk.mh, config/i386/i386mk.mt,
2911 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2912 obsolete.
2913 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2914 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2915 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2916
61d8d407
AC
29172002-08-18 Andrew Cagney <ac131313@redhat.com>
2918
2919 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2920 (hppa_value_returned_from_stack): Declare.
2921 (hppa_extract_return_value): Declare.
2922 * config/pa/hppa.mt: New file.
2923 * configure.tgt: Recognize hppa*-*-*.
2924 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2925
0c52bd59
MK
29262002-08-18 Mark Kettenis <kettenis@gnu.org>
2927
2928 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2929 comment.
2930
b5686e99
MK
29312002-08-17 Mark Kettenis <kettenis@gnu.org>
2932
2933 * top.c (gdb_rl_operate_and_get_next): Make sure
2934 operate-and-get-next functions correctly even when the history
2935 list is completely filled.
2936
c1bab85b
AC
29372002-08-18 Andrew Cagney <ac131313@redhat.com>
2938
2939 * MAINTAINERS (Target Instruction Set Architectures): Rename
2940 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2941 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2942 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2943 already listed under Host/Native.
2944
2945 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2946 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2947 mips*-*-*.
2948
32089c7c
AC
29492002-08-17 Andrew Cagney <ac131313@redhat.com>
2950
2951 * config/ia64/ia64.mt: New file.
2952 * config/alpha/alpha.mt: New file.
2953 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2954 ia64-linux-gnu. Mention that ia64-elf is broken.
2955 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2956
b4671f85
MK
29572002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2958
2959 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2960 generic_func_frame_valid instead of func_frame_valid.
2961
c8edd8b4
JB
29622002-08-16 Joel Brobecker <brobecker@gnat.com>
2963
2964 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2965 procfs appears to be broken when debugging on multi-processor
2966 machines. So enable software single stepping in order to avoid
2967 using the procfs interface to do next/step operations, using
2968 internal breakpoints instead.
2969
2970 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2971 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2972 make this pc address equal to the value it would have if the
2973 system stepping capability was used. Also set a new flag used
2974 to ensure that we don't readjust the PC one more time later.
2975
2976 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2977 address by DECR_PC_AFTER_BREAK when software single step is
2978 in use for this architecture, as this has already been taken
2979 care of in handle_inferior_event().
2980
238617f6
JB
29812002-08-16 Joel Brobecker <brobecker@gnat.com>
2982
2983 * infrun.c (handle_inferior_event): Minor reformatting, to make
2984 a rather long condition expression easier to read.
2985
541a7aac
AC
29862002-08-16 Andrew Cagney <ac131313@redhat.com>
2987
2988 * Makefile.in (gdbtk.o): Move to end of file.
2989 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2990 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2991 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2992 (gdbtk-wrapper.o, gdbres.o): Ditto.
2993
f92d4a7b
AC
29942002-08-16 Andrew Cagney <ac131313@redhat.com>
2995
2996 * Makefile.in (copying.o): Separate out compile rule.
2997 (hpux-thread.o, procfs.o, signals.o): Ditto.
2998 (v850ice.o, z8k-tdep.o): Ditto.
2999 (tui-file.o): Move to TUI section.
3000 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3001 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3002
1cce71eb
JB
30032002-08-16 Joel Brobecker <brobecker@gnat.com>
3004
3005 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3006 skip_trampoline_code, for better namespace-proofing.
3007
3008 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3009
0851f23d
JB
30102002-08-16 Joel Brobecker <brobecker@gnat.com>
3011
3012 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3013
f8d40ec8
JB
30142002-08-16 Joel Brobecker <brobecker@gnat.com>
3015
3016 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3017 signal, check whether we hit a breakpoint before checking for a
3018 single step breakpoint. Otherwise, GDB fails to notice that a
3019 breakpoint has been hit when stepping onto a breakpoint.
3020
63d022e0
KS
30212002-08-16 Keith Seitz <keiths@redhat.com>
3022
3023 * gdb-events.sh (clear_gdb_event_hooks): New function.
3024 * gdb-events.c: Regenerate.
3025 * gdb-events.h: Regenerate.
3026
6e31adb3
AC
30272002-08-16 Andrew Cagney <ac131313@redhat.com>
3028
3029 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3030 not_a_sw_breakpoint.
3031 * breakpoint.h (bpstat_stop_status): Add parameter names.
3032
c8189ed1
GS
30332002-08-16 Grace Sainsbury <graces@redhat.com>
3034
3035 * remote.c (remote_insert_hw_breakpoint)
3036 (remote_remove_hw_breakpoint): Fix calculation of length field
3037 for Z-packet.
3038
d05285fa
MS
30392002-08-15 Michael Snyder <msnyder@redhat.com>
3040
466d7106
MS
3041 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3042 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3043 (supply_fpregset): Ditto.
3044
d05285fa
MS
3045 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3046 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3047 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 3048 (TARGET_READ_SP): Delete.
bf1f5b4c 3049 (DO_REGISTERS_INFO): Delete.
102182a9
MS
3050 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3051 Delete.
3052 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3053 from macros to functions.
bf1f5b4c 3054
d05285fa
MS
3055 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3056 (mips_register_convertible, mips_register_convert_to_virtual,
3057 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
3058 (mips_read_sp): New function.
3059 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
3060 (mips_do_registers_info): Make static.
3061 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
3062 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3063 (mips_register_convert_from_type, mips_register_convert_to_type):
3064 New functions.
3065 (mips_gdbarch_init): Set up function_start_offset,
3066 register_virtual_size, pc_in_sigtramp.
d05285fa 3067
e76f1f2e
AC
30682002-08-15 Andrew Cagney <ac131313@redhat.com>
3069
3070 * infcmd.c (vector_info): New function.
3071 (_initialize_infcmd): Add command "info vector".
3072 (print_vector_info): New function.
3073
3074 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3075 * gdbarch.h, gdbarch.c: Regenerate.
3076
4782dc19
AC
30772002-08-15 Andrew Cagney <ac131313@redhat.com>
3078
3079 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3080 ``print_all''. Only print vector registers when ``print_all''.
3081
23e3a7ac
AC
30822002-08-15 Andrew Cagney <ac131313@redhat.com>
3083
8e186fd6
AC
3084 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3085 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3086
23e3a7ac
AC
3087 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3088 Add `args' parameter.
3089 * gdbarch.h, gdbarch.c: Regenerate.
3090
3091 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3092
3093 * infcmd.c (float_info): Call print_float_info.
3094 (print_float_info): New function. By default, print the
3095 floating-point registers.
3096
3097 * arch-utils.h (default_print_float_info): Delete declaration.
3098 * arch-utils.c (default_print_float_info): Delete function.
3099
e0ca2bb9
MK
31002002-08-16 Mark Kettenis <kettenis@gnu.org>
3101
3f733acc
MK
3102 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3103 out define.
3104
7d8d2918
MK
3105 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3106 FRAME.
3107
1c7cc583
MK
3108 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3109 * configure.host: Make i[3456]86-*-aix host obsolete.
3110 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3111 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3112 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3113 config/i386/xm-i386aix.h: Make files obsolete.
3114 * i386aix-nat.c: Make file obsolete.
3115 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3116 (i386aix-nat.o): Make target obsolete.
3117
e0ca2bb9
MK
3118 * config/i386/nm-gnu.h: Removed.
3119 * config/i386/nm-i386gnu.h: New file.
3120 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3121 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3122 Moved here from ...
3123 * config/i386/tm-i386gnu.h: ... here. Removed.
3124 * config/i386/xm-i386gnu.h: Removed.
3125 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3126 (NAT_FILE): Set to nm-i386gnu.h.
3127 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3128 * i386-tdep.c: New file.
3129 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3130 (i386gnu-tdep.o): Specify dependencies.
3131
16057ec7 31322002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 3133
6b99ee2e
MK
3134 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3135 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3136 Adjust a few comments to reflect reality a bit closer.
3137 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3138 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3139 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3140 target_insert_watchpoint, target_remove_watchpoint):
3141 Move defines to ...
3142 * config/i386/nm-i386sco5.h: ... here.
3143 (kernel_u_size): Add prototype. Improve a few comments and add
3144 protection against multiple inclusion.
3145
d9a6f65c
MK
3146 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3147 out define.
3148
047eff6a
MK
3149 * uw-thread.c (SP_ARG0): Define if not already defined.
3150 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3151
dcdb1290
MK
3152 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3153
5d2d0b2a
MK
3154 * config/i386/tm-i386.h: Don't include "regcache.h".
3155
61113f8b
MK
3156 * i387-tdep.h (i387_print_float_info): New prototype.
3157 * i387-tdep.c (print_i387_value, print_i387_ext,
3158 print_i387_status_word, print_i387_control_word): Add `struct
3159 ui_file *' argument and use it for output.
3160 (i387_print_float_info): Renamed from i387_float_info. Add
3161 `struct gdbarch *' and `struct ui_file *' arguments and use the
3162 latter for output.
3163 * i386-tdep.c: Include "i387-tdep.h".
3164 (i386_gdbarch_init): Set print_float_info.
3165 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3166 (FLOAT_INFO): Remove define.
3167
46e0f506
MS
31682002-08-13 Michael Snyder <msnyder@redhat.com>
3169
3170 * mips-tdep.c (mips_push_arguments): Rename to
3171 mips_eabi_push_arguments, and tune for EABI.
3172 (MIPS_REGS_HAVE_HOME_P): Delete.
3173 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3174 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3175 Delete references to mips_regs_have_home_p.
3176
409268de
KS
31772002-08-14 Keith Seitz <keiths@redhat.com>
3178
3179 * Makefile.in (install-gdbtk): Create insight plugin directory.
3180 Install plugins.tcl file.
3181
ffc6a242
KS
31822002-08-14 Keith Seitz <keiths@redhat.com>
3183
3184 * configure.in: Move SUBDIRS to near top of the file so that
3185 --enable options may add things to it.
3186 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3187 * configure: Regenerate.
3188
ebafbe83
MS
31892002-08-13 Michael Snyder <msnyder@redhat.com>
3190
3191 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3192 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3193 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3194
32f6f25d
AC
31952002-08-13 Andrew Cagney <ac131313@redhat.com>
3196
3197 * vax-tdep.c (vax_get_saved_register): Delete function.
3198 (vax_gdbarch_init): Update.
3199 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3200 (ns32k_gdbarch_init): Update.
3201 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3202 (alpha_gdbarch_init): Update.
3203
53826de9
AC
32042002-08-13 Andrew Cagney <cagney@redhat.com>
3205
3206 * regcache.c (init_regcache_descr): Overallocate the
3207 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3208 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3209 nr_raw_registers.
3210 (set_register_cached): Add range checking assertions. Use
3211 current_regcache.
3212
16057ec7 32132002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
3214
3215 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3216 numbers for MMX registers.
3217
7b4c2dce
AC
32182002-08-13 Andrew Cagney <cagney@redhat.com>
3219
3220 * i386-tdep.c (i386_gdbarch_init): Use
3221 generic_unwind_get_saved_register.
3222
1e03ad20
KB
32232002-08-13 Kevin Buettner <kevinb@redhat.com>
3224
3225 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3226 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3227 target vector.
3228 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3229 Delete. Add comment regarding this now-deleted target method.
3230
548bcbec
SC
32312002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3232
3233 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3234 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3235 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3236 real PC and the page number (if it's within the memory bank window).
3237 (m68hc11_pseudo_register_write): Likewise when saving.
3238 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3239 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3240 (m68hc11_register_raw_size): And use 32-bit for it.
3241 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3242 16K memory bank is used by the prog; also use the virtual pc.
3243
7df11f59
SC
32442002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3245
3246 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3247 (m68hc11_gdbarch_init): Install it in gdbarch.
3248 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3249 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3250 (MSYMBOL_SIZE): New for documentation.
3251 (insn_return_kind): Enum to specify how a function returns.
3252 (frame_extra_info): Cleanup and record the return mode.
3253 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3254 register in address computation.
3255 (m68hc11_get_return_insn): New to obtain the return instruction used
3256 by the function.
3257 (m68hc11_frame_init_saved_regs): Take into account the return
3258 instruction used by the function for far and interrupt functions.
3259 (m68hc11_init_extra_frame_info): Take into account page register.
3260 (m68hc11_frame_args_address): Adjust according to the return mode.
3261 (show_regs): Print page register only when it's used.
3262
5706502a
SC
32632002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3264
3265 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3266 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3267 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3268 registers.
3269 (m68hc11_register_raw_size): Likewise.
3270
28fc6740
AC
32712002-08-13 Andrew Cagney <cagney@redhat.com>
3272
3273 * i386-tdep.c (i386_register_name): Handle mmx registers.
3274 (mmx_regnum_p): New function.
3275 (i386_mmx_names): New array.
3276 (mmx_num_regs): New variable.
3277 (i386_pseudo_register_read): New function.
3278 (i386_pseudo_register_write): New function.
3279 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3280
3281 * regcache.c (regcache_raw_read_unsigned): New function.
3282 (regcache_raw_read_signed): New function.
3283 * regcache.h (regcache_raw_read_unsigned): Declare.
3284 (regcache_raw_read_signed): Declare.
3285
a378f419
AC
32862002-08-13 Andrew Cagney <cagney@redhat.com>
3287
3288 * regcache.c (regcache_raw_read_as_address): Delete function.
3289 (regcache_cooked_read_signed): New function.
3290 (regcache_cooked_read_unsigned): New function.
3291 * regcache.h (regcache_cooked_read_signed): Declare.
3292 (regcache_cooked_read_unsigned): Declare.
3293 (regcache_raw_read_as_address): Delete declaration.
3294
3295 * blockframe.c (generic_read_register_dummy): Use
3296 regcache_cooked_read_unsigned.
3297 * i386-tdep.c (i386_extract_struct_value_address): Use
3298 regcache_cooked_read_unsigned.
3299
81967506
SC
33002002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3301
3302 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3303 double sizes according to ELF ABI flags.
3304 (gdbarch_tdep): Record elf_flags.
3305
ffe1f3ee
SC
33062002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3307
3308 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3309 (m6812_prolog): They can appear in 68HC12 function prologue.
3310 (m68hc11_frame_chain): Cleanup.
3311
98216c5d
AC
33122002-08-12 Andrew Cagney <cagney@redhat.com>
3313
3314 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3315 declarations.
3316 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3317 (i386_linux_register_raw_size): Delete function.
3318 (i386_linux_init_abi): Update.
3319 * i386-tdep.c (i386_register_raw_size): Delete function.
3320 (i386_register_byte): Delete function.
3321 (i386_gdbarch_init): Update.
3322 (i386_register_size): Delete array.
3323 (i386_register_offset): Delete array.
3324
3325 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3326 (REGISTER_RAW_SIZE): Delete macro.
3327 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3328 (REGISTER_BYTE): Delete macro.
3329
3b19021e
AS
33302002-08-11 Aidan Skinner <aidan@velvet.net>
3331
3332 * ada-lang.c (ada_lookup_partial_symbol)
3333 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3334 prototype names so that grep ^func works properly.
3335
3336 * ada-lang.c (ada_array_element_type)
3337 (ada_lookup_partial_symbol): Fix typos in parameter list.
3338
3339 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3340 Fix prototype names so that grep ^func works properly.
3341
b063e7a2
AC
33422002-08-10 Andrew Cagney <cagney@redhat.com>
3343 Elena Zannoni <ezannoni@redhat.com>
3344 Martin M. Hunt <hunt@redhat.com>
3345
3346 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3347 (build_builtin_type_vec128i): Set the vector bit.
3348 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3349 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3350 (build_builtin_type_vec64): New function.
3351 (build_builtin_type_vec64i): New function.
3352 (build_gdbtypes): Initialize builtin_type_vec64 and
3353 builtin_type_vec64i.
3354
a7e3c2ad
AC
33552002-08-09 Andrew Cagney <cagney@redhat.com>
3356
3357 * regcache.c (regcache_dump): Compare the register offset
3358 with REGISTER_BYTE.
3359 * arch-utils.c (generic_register_byte): New function.
3360 * arch-utils.h (generic_register_byte): Declare.
3361 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3362 * gdbarch.h, gdbarch.c: Regenerate.
3363
af030b9a
AC
33642002-08-09 Andrew Cagney <cagney@redhat.com>
3365
3366 * regcache.c: Include "gdbcmd.h"
3367 (_initialize_regcache): Add commands "maintenance print
3368 registers", "maintenance print raw-registers" and "maintenance
3369 print cooked-registers".
3370 (enum regcache_dump_what): Define.
3371 (dump_endian_bytes): New function.
3372 (regcache_dump): New function.
3373 (regcache_print): New function.
3374 (maintenance_print_registers): New function.
3375 (maintenance_print_raw_registers): New function.
3376 (maintenance_print_cooked_registers): New function.
3377 * Makefile.in (regcache.o): Update dependencies.
3378
cb3d25d1
MS
33792002-08-09 Michael Snyder <msnyder@redhat.com>
3380
3381 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3382 (mips_push_arguments): Correct some comments. Use paddr_nz
3383 for printing addresses in debug output. Replace static
3384 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3385 (mips_n32n64_push_arguments): New function, cloned from
3386 mips_push_arguments and tuned for the n32/n64 ABI.
3387 (mips_push_register): Buffer needs dynamic allocation.
3388 (mips_print_register): Ditto.
3389 (do_gp_register_row): Ditto.
3390 (mips_store_return_value): Ditto.
3391 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3392
2163ab9d
DH
33932002-08-09 Don Howard <dhoward@redhat.com>
3394
3395 * memattr.c (mem_info_command): Print special case of upper bound
3396 as max CORE_ADDR + 1.
3397
b78bcb18
MS
33982002-08-08 Michael Snyder <msnyder@redhat.com>
3399
3400 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3401 returns structs by ref if they're too big to fit in two registers.
3402
ffabd70d
KB
34032002-08-09 Kevin Buettner <kevinb@redhat.com>
3404
3405 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3406 saved regs value.
3407 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3408 mips_find_saved_regs().
3409 (mips_pop_frame): Likewise.
3410
fbcdb4a3
KB
34112002-08-09 Kevin Buettner <kevinb@redhat.com>
3412
3413 * blockframe.c (frame_saved_regs_register_unwind): Revise
3414 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3415 frames are in use.
3416
3c3bea1c
GS
34172002-08-09 Grace Sainsbury <graces@redhat.com>
3418
3419 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3420 T-packets; the 'a' is not taken as a register number.
3421 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3422 (remote_stopped_data_address): New functions; add to target
3423 vector.
3424 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3425 prototypes to match other implementations of this
3426 function. replace integer argument with pointer -- the length
3427 field in the Z-packet is the length of what is pointed to or 1 if
3428 pointer is null. Add to target vector.
3429 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3430 target vector.
3431
3432 From Mark Salter:
3433 * remote.c (remote_wait): Add support to extract optional
3434 watchpoint information from T-packet. Ignore unrecognized
3435 optional info in T-packet.
3436 (remote_async_wait): Ditto.
3437
5d1d95de
CV
34382002-08-09 Corinna Vinschen <vinschen@redhat.com>
3439
3440 * cli/cli-dump.c: Change fopen modes to use binary open modes
3441 as defined in include/fopen-bin.h throughout.
3442
c86b5b38
MS
34432002-08-08 Michael Snyder <msnyder@redhat.com>
3444
3445 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3446
b30590dc
KB
34472002-08-08 Kevin Buettner <kevinb@redhat.com>
3448
3449 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3450 assertion failure by returning early after a warning.
3451
498868ed
KB
34522002-08-08 Kevin Buettner <kevinb@redhat.com>
3453
3454 * mips-tdep.c (mips_find_saved_regs): Make static.
3455 (mips_frame_init_saved_regs): New function.
3456 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3457 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3458 (mips_find_saved_regs): Delete declaration.
3459
b2dd6311
GS
34602002-08-08 Grace Sainsbury <graces@redhat.com>
3461
3c3bea1c
GS
3462 * remote.c (remote_wait, remote_async_wait): Change
3463 thread_num from int to ULONGEST.
3464 (unpack_varlen_hex): Change result parameter from
3465 int * to ULONGEST *.
b2dd6311 3466
ea47855f
AC
34672002-08-08 Andrew Cagney <ac131313@redhat.com>
3468
3469 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3470 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3471 powerpc*-*-*.
3472 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3473
69db8bae
AC
34742002-08-08 Andrew Cagney <cagney@redhat.com>
3475
3476 * gcore.c (override_derive_stack_segment): Delete variable.
3477 (preempt_derive_stack_segment): Delete function.
3478 (derive_stack_segment): Delete function.
3479 (default_derive_stack_segment): Renamed to derive_stack_segment.
3480 (override_derive_heap_segment): Delete variable.
3481 (preempt_derive_heap_segment): Delete function.
3482 (derive_heap_segment): Delete function.
3483 (default_derive_heap_segment): Rename to derive_heap_segment.
3484
cb811fe7
MS
34852002-08-06 Michael Snyder <msnyder@redhat.com>
3486
3487 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3488 * mips-tdep.c (mips_EABI_use_struct_convention,
3489 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3490 New functions. (mips_use_struct_convention): Delete.
3491 (mips_gdbarch_init): set use_gdbarch_convention.
3492
8b389c40
MS
34932002-08-06 Michael Snyder <msnyder@redhat.com>
3494
3495 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3496 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3497 mips_o32_reg_struct_has_addr): New functions.
3498 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3499
5c27f28a
AC
35002002-08-07 Andrew Cagney <ac131313@redhat.com>
3501
3502 * regcache.c (pseudo_register): Delete function.
3503 (fetch_register): Delete function.
3504 (store_register): Delete function.
3505 (regcache_raw_read, legacy_read_register_gen): Use
3506 target_fetch_registers instead of fetch_register.
3507 (legacy_write_register_gen, regcache_raw_write): Use
3508 target_store_register instead of store_register.
3509 (write_register_bytes): Ditto.
3510
3511 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3512 (STORE_PSEUDO_REGISTER): Delete.
3513 * gdbarch.h, gdbarch.c: Regenerate.
3514
5b331675
CV
35152002-08-06 Corinna Vinschen <vinschen@redhat.com>
3516
3517 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3518 write dump file binary.
3519
6acdf5c7
MS
35202002-08-05 Michael Snyder <msnyder@redhat.com>
3521
3522 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3523 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3524 (mips_gdbarch_init): Set N32 target to be mips64.
3525
b2f01c35
KB
35262002-08-06 Kevin Buettner <kevinb@redhat.com>
3527
3528 * frame.c (find_saved_register): Break out of loop once saved
3529 register address is found. Don't mention sparc in loop comment
3530 anymore.
3531
63db5580
KB
35322002-08-06 Kevin Buettner <kevinb@redhat.com>
3533
3534 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3535 mips_default_saved_regsize to 8.
3536
5e34e75e
AC
35372002-08-06 Andrew Cagney <ac131313@redhat.com>
3538
3539 * gcore.c: Do not include <sys/procfs.h>.
3540 * Makefile.in (gcore.o): Update dependencies.
3541
eb4c54a2
AC
35422002-08-06 Andrew Cagney <cagney@redhat.com>
3543
3544 * configure.tgt: Make arc-*-* obsolete.
3545 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3546 * MAINTAINERS: Make arc-elf obsolete.
3547 * arc-tdep.c: Make file obsolete.
3548 * config/arc/arc.mt: Ditto.
3549 * config/arc/tm-arc.h: Ditto.
3550
ced15480
TR
35512002-08-05 Theodore A. Roth <troth@verinet.com>
3552
c1bab85b 3553 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 3554
b4743822
AC
35552002-08-05 Andrew Cagney <ac131313@redhat.com>
3556
3557 * mcore-tdep.c (mcore_gdbarch_init): Use
3558 generic_unwind_get_saved_register instead of
3559 generic_get_saved_register.
3560 * v850-tdep.c (v850_gdbarch_init): Ditto.
3561 * frv-tdep.c (frv_gdbarch_init): Ditto.
3562 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3563 * s390-tdep.c (s390_gdbarch_init): Ditto.
3564 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3565 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3566 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3567
3956d554
JB
35682002-08-05 Joel Brobecker <brobecker@gnat.com>
3569
3570 * objfiles.h: Add missing #include "symfile.h"
3571
3572 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3573
8249c0d6
AC
35742002-08-04 Andrew Cagney <ac131313@redhat.com>
3575
3576 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3577 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3578 of FIELD_BITSIZE.
3579
b9d14705
DJ
35802002-08-04 Daniel Jacobowitz <drow@mvista.com>
3581
3582 * NEWS: Cleanup and nitpick.
3583
dd73b9bb
AC
35842002-08-03 Andrew Cagney <ac131313@redhat.com>
3585
3586 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3587
043a27f8
AC
35882002-08-03 Andrew Cagney <ac131313@redhat.com>
3589
3590 * Makefile.in (gdbtk-bp.o): Update dependencies.
3591 (gdbtk-register.o): Ditto.
3592 (gdbtk-varobj.o): Ditto.
3593
46ce284d
AC
35942002-08-03 Andrew Cagney <cagney@redhat.com>
3595
3596 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3597 m68hc11_fetch_pseudo_register.
3598 (m68hc11_pseudo_register_write): Replace
3599 m68hc11_store_pseudo_register.
3600 (m68hc11_gdbarch_init): Update.
3601
b66d6d2e
AC
3602Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3603
3604 * gdbarch.sh: Include "gdb_string.h".
3605 * gdbarch.c: Regenerate.
3606
3607 * regcache.c: Include "gdb_string.h".
3608 * ax-general.c: Ditto.
3609 * varobj.c: Ditto.
3610 * std-regs.c: Ditto.
3611 * fbsd-proc.c: Ditto.
3612 * thread.c: Ditto.
3613
3614 * Makefile.in (regcache.o): Update dependencies.
3615 (thread.o, gdbarch.o): Ditto.
3616 (ax-general.o, gdbarch.o): Ditto.
3617 (varobj.o, std-regs.o): Ditto.
3618 (fbsd-proc.o): Specify dependencies.
3619
29e1842b
AC
36202002-08-02 Andrew Cagney <cagney@redhat.com>
3621
3622 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3623 regnum.
3624 (regcache_cooked_write): Ditto.
3625
68365089
AC
36262002-08-02 Andrew Cagney <ac131313@redhat.com>
3627
3628 * regcache.c (regcache_cooked_read): New function.
3629 (regcache_cooked_write): New function.
3630 (read_register_gen): Rewrite using regcache_cooked_read.
3631 (write_register_gen): Rewrite using regcache_cooked_write.
3632
3633 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3634 Declare.
3635
d8124050
AC
36362002-08-02 Andrew Cagney <cagney@redhat.com>
3637
3638 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3639 Replace the architecture methods register_read and register_write.
3640 * gdbarch.h, gdbarch.c: Regenerate.
3641 * regcache.c (init_regcache_descr): Update.
3642 (read_register_gen): Update.
3643 (write_register_gen): Update.
3644 (supply_register): Update comment.
3645
3646 * sh-tdep.c (sh_gdbarch_init): Update.
3647 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3648 `regcache' and `gdbarch' parameters. Make `buffer' a void
3649 pointer. Update code.
3650 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3651 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3652 void pointer. Update code.
3653 (sh64_register_write): Delete.
3654 (sh4_register_read): Delete.
3655 (sh64_register_read): Delete.
3656 (sh4_register_write): Delete.
3657 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3658 void pointer, `to' parameter a void pointer.
3659 (sh_sh64_register_convert_to_raw): Ditto.
3660
a6425924
KB
36612002-08-01 Kevin Buettner <kevinb@redhat.com>
3662
3663 * mips-tdep.c (mips_register_virtual_type): Use architecture
3664 invariant return values.
3665
ff5922b5
AC
36662002-08-01 Andrew Cagney <cagney@redhat.com>
3667
3668 * linux-proc.c: Include "gdb_string.h".
3669 * Makefile.in (linux-proc.o): Update dependency list.
3670
32a6503c
KB
36712002-08-01 Kevin Buettner <kevinb@redhat.com>
3672
3673 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3674 comment.
3675
ccaa32c7
GS
36762002-08-01 Grace Sainsbury <graces@redhat.com>
3677
3678 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3679 to_insert_watchpoint, to_remove_watchpoint,
3680 to_stopped_by_watchpoint, to_stopped_data_address,
3681 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3682 target vecctor. Define their corresponding macros so they call
3683 them.
3684
3685 * target.c: Add default and debug versions of for
3686 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3687 to_insert_watchpoint, to_remove_watchpoint,
3688 to_stopped_by_watchpoint, to_stopped_data_address,
3689 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3690
78fde5f8
KB
36912002-08-01 Kevin Buettner <kevinb@redhat.com>
3692
3693 * mips-tdep.c (mips_register_virtual_type): New function.
3694 (mips_gdbarch_init): Register mips_register_virtual_type()
3695 with gdbarch machinery.
3696 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3697 this file instead of tm-bigmips.h.
3698 (MIPS_REGSIZE): Delete this macro.
3699 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3700 multiarch version in mips-tdep.c will be found.
3701
db034ac5
AC
37022002-08-01 Andrew Cagney <cagney@redhat.com>
3703
3704 * NEWS: Menion that CHILL has been made obsolete.
3705
3706 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
3707 * stabsread.c (read_range_type): Ditto.
3708 * gdbtypes.h: Ditto.
3709 * language.c (binop_type_check): Ditto.
3710 (binop_result_type): Ditto.
3711 (integral_type): Ditto.
3712 (character_type): Ditto.
3713 (string_type): Ditto.
3714 (boolean_type): Ditto.
3715 (structured_type): Ditto.
3716 (lang_bool_type): Ditto.
3717 (binop_type_check): Ditto.
3718 * language.h (_LANG_chill): Ditto.
3719 * dwarfread.c (set_cu_language): Ditto.
3720 * dwarfread.c (CHILL_PRODUCER): Ditto.
3721 * dwarfread.c (handle_producer): Ditto.
3722 * expression.h (enum exp_opcode): Ditto.
3723 * eval.c: Ditto for comments.
3724 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3725 * expprint.c (print_subexp): Ditto.
3726 (print_subexp): Ditto.
3727 * valops.c (value_cast): Ditto.
3728 (search_struct_field): Ditto.
3729 * value.h (COERCE_VARYING_ARRAY): Ditto.
3730 * symfile.c (init_filename_language_table): Ditto.
3731 (add_psymbol_with_dem_name_to_list): Ditto.
3732 * valarith.c (value_binop): Ditto.
3733 (value_neg): Ditto.
3734 * valops.c (value_slice): Ditto.
3735 * symtab.h (union language_specific): Ditto.
3736 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3737 (SYMBOL_DEMANGLED_NAME): Ditto.
3738 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3739 * defs.h (enum language): Ditto.
3740 * symtab.c (got_symtab): Ditto.
3741 * utils.c (fprintf_symbol_filtered): Ditto.
3742
3743 * ch-typeprint.c: Make file obsolete.
3744 * ch-valprint.c: Make file obsolete.
3745 * ch-lang.h: Make file obsolete.
3746 * ch-exp.c: Make file obsolete.
3747 * ch-lang.c: Make file obsolete.
3748
3749 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3750 CHILL_LIB.
3751 (TARGET_FLAGS_TO_PASS): Ditto.
3752 (CHILLFLAGS): Obsolete.
3753 (CHILL): Obsolete.
3754 (CHILL_FOR_TARGET): Obsolete.
3755 (CHILL_LIB): Obsolete.
3756 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3757 ch-valprint.c.
3758 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3759 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3760 ch-lang.o.
3761 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3762 targets.
3763
8aaf0b47
JB
37642002-07-31 Joel Brobecker <brobecker@gnat.com>
3765
3766 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3767 This does not change anything at the moment, but will be helpful
3768 later when full Ada support is integrated.
3769
f3a7b3a5
KB
37702002-07-31 Kevin Buettner <kevinb@redhat.com>
3771
3772 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3773 help message.
3774
fb850278
KB
37752002-07-31 Kevin Buettner <kevinb@redhat.com>
3776
3777 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3778 and save it in a local variable. Use variable in later test.
3779
e3bddbfa
KB
37802002-07-31 Kevin Buettner <kevinb@redhat.com>
3781
3782 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3783 test. (Thanks to Daniel Jacobowitz.)
3784
28d169de
KB
37852002-07-31 Kevin Buettner <kevinb@redhat.com>
3786
3787 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3788 (mips_abi_strings): Add "n64".
3789 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3790
7fe7e44e
KB
37912002-07-31 Kevin Buettner <kevinb@redhat.com>
3792
3793 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3794 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3795
c6caf090
KB
37962002-07-31 Kevin Buettner <kevinb@redhat.com>
3797
3798 * utils.c (host_pointer_to_address, address_to_host_pointer):
3799 Use gdb_assert() instead of explicit call to internal_error().
3800
c41669e0
KB
38012002-07-30 Kevin Buettner <kevinb@redhat.com>
3802
3803 * Makefile.in (rs6000-nat.o): Update dependencies.
3804
3805 From Nicholas Duffek:
3806 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3807 (aix-thread.o): New rule.
3808 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3809 * config/powerpc/aix432.mh: New file.
3810
2fda4977
DJ
38112002-07-30 Daniel Jacobowitz <drow@mvista.com>
3812
3813 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3814 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3815 (fetch_core_registers, ppc_linux_supply_gregset)
3816 (ppc_linux_supply_fpregset): New functions.
3817 (ppc_linux_regset_core_fns): New.
3818 (_initialize_ppc_linux_tdep): Call add_core_fns.
3819 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3820 and ppc_linux_supply_gregset.
3821 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3822 (supply_fpregset): Call ppc_linux_supply_fpregset.
3823 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3824 corelow.o.
3825 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3826
729051e6
DJ
38272002-07-30 Daniel Jacobowitz <drow@mvista.com>
3828
3829 * symtab.c (lookup_symbol): Demangle before lowercasing.
3830
5f8a3188
AC
38312002-07-30 Andrew Cagney <ac131313@redhat.com>
3832
3833 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3834 declaration.
3835 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3836 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3837 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3838 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3839 "gdb_string.h".
3840 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3841 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3842 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3843 (avr-tdep.o, mon960-rom.o): Ditto.
3844 (aout_stabs_gnu_h): Define.
3845 (symtab_h): Remove $(gdb_obstack_h).
3846
67f07146
JB
38472002-07-30 Jim Blandy <jimb@redhat.com>
3848
3849 Patch from David Carlton <carlton@math.stanford.edu>:
3850 * gdbinit.in: Move the `dir' commands that add GDB's own source
3851 directory to the search path to the end, so that the `gdb' source
3852 directory will be searched first.
3853
04ea0df1
AC
38542002-07-29 Andrew Cagney <ac131313@redhat.com>
3855
3856 * gdb_obstack.h: New file.
3857 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3858 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3859 * objfiles.h: Include "gdb_obstack.h".
3860 * Makefile.in (gdb_obstack_h): Define.
3861 (symtab_h): Add $(gdb_obstack_h).
3862 (objfiles_h): Add $(gdb_obstack_h).
3863
3864 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3865 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3866 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3867 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3868 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3869 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3870 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3871 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3872
3873 * Makefile.in (bcache.o): Update dependencies.
3874 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3875 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3876 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3877 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3878 (stabsread.o, symfile.o, symmisc.o): Ditto.
3879 (symtab.o, typeprint.o, macroexp.o): Ditto.
3880 (macrotab.o, mdebugread.o): Ditto.
3881 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3882 (coff_ecoff_h, aout_aout64_h): Define.
3883 (aout_stabs_gnu_h, libaout_h): Define.
3884
d138e37a
AC
38852002-07-29 Andrew Cagney <cagney@redhat.com>
3886
3887 * regcache.c (struct regcache_descr): Rename nr_registers to
3888 nr_cooked_registers. Revise comments describing the structure
3889 member fields.
3890 (init_regcache_descr): Update.
3891 (init_legacy_regcache_descr): Update.
3892 (read_register_gen, write_register_gen): When a cooked register in
3893 the raw register range, directly access the value from the raw
3894 register cache.
3895
460e6ec3
AC
38962002-07-29 Andrew Cagney <ac131313@redhat.com>
3897
3898 * z8k-tdep.c: Do not include "obstack.h".
3899 * h8300-tdep.c, h8500-tdep.c: Ditto.
3900 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3901 * valprint.c, v850-tdep.c: Ditto.
3902 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3903 * mn10200-tdep.c: Ditto.
3904
3905 * Makefile.in (z8k-tdep.o): Update dependencies.
3906 (m68hc11-tdep.o, valprint.o): Ditto.
3907 (v850-tdep.o, d10v-tdep.o): Ditto.
3908 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3909 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3910 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3911 (sh_opc_h, gdb_sim_sh_h): Define.
3912 (elf_sh_h, elf_bfd_h): Define.
3913 (opcode_m68hc11_h): Define.
3914 (OPCODES_SRC, OPCODES_DIR): define.
3915 (OPCODES): Use $(OPCODES_DIR).
3916 (gdb_sim_d10v_h): Rename sim_d10v_h.
3917 (gdb_sim_arm_h): Rename sim_arm_h.
3918
790c9cf0
KB
39192002-07-26 Kevin Buettner <kevinb@redhat.com>
3920
3921 * utils.c (host_pointer_to_address, address_to_host_pointer):
3922 Change internal_error() message to indicate function responsible
3923 for the error.
3924
9647fa49
KB
39252002-07-26 Kevin Buettner <kevinb@redhat.com>
3926
3927 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3928 calls to local_hex_string_custom().
3929
dabbe2c0
KB
39302002-07-26 Kevin Buettner <kevinb@redhat.com>
3931
3932 * irix5-nat.c: Move IRIX shared library support from here...
3933 * solib-irix.c: ...to here. Revised substantially to work with
3934 generic solib framework.
3935
b96d0a4e
KB
3936 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3937 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3938 * mips-irix-tdep.c: New file.
3939
313fb2f6
KB
3940 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3941 (mips-irix-tdep.o, solib-irix.o): New rules.
3942 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3943 solib-irix.o.
3944 * config/mips/irix6.mt (TDEPFILES): Likewise.
3945 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3946
ab2eaf26
KB
39472002-07-26 Kevin Buettner <kevinb@redhat.com>
3948
177e4768 3949 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
3950 disabled (via ``#if 0'') includes.
3951
7244546a
KB
39522002-07-26 Kevin Buettner <kevinb@redhat.com>
3953
3954 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3955 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3956 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3957 Add support for the fpscr register.
3958 * rs6000-nat.c (regmap, fetch_inferior_registers)
3959 (store_inferior_registers, fetch_core_registers): Likewise.
3960
dd7be90a
KB
39612002-07-26 Kevin Buettner <kevinb@redhat.com>
3962
3963 * rs6000-nat.c (language.h): Include.
3964 (special_regs): Delete this array.
3965 (regmap): New function.
3966 (fetch_register, store_register): Use regmap() to map gdb
3967 register numbers to ptrace register numbers. Also, use
3968 outputs from regmap() to make decisions regarding type of
3969 ptrace() call to make. In particular, don't compare against
3970 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3971 (fetch_inferior_registers, store_inferior_registers): Where
3972 possible, obtain register numbers from tdep struct. Don't
3973 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3974 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3975 (LAST_UISA_SP_REGNUM): Delete.
3976
11bf77db
KB
39772002-07-25 Kevin Buettner <kevinb@redhat.com>
3978
3979 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
3980 (fetch_registers, store_register, fetch_core_registers): Don't
3981 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
3982 regcache_collect() as appropriate.
3983 (find_toc_address): Format hex address with local_hex_string().
3984
06afebeb
AC
39852002-07-25 Andrew Cagney <ac131313@redhat.com>
3986
3987 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3988 bfd/elf32-frv.c.
3989
8c554d79
TT
39902002-07-24 Tom Tromey <tromey@redhat.com>
3991
3992 * jv-exp.y: Marked all strings with _().
3993 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3994 internal_error.
3995 (MethodInvocation, CastExpression, parse_number, yyerror,
3996 java_type_from_name, push_expression_name, yylex): Typo fixes.
3997
e4c242d9
DJ
39982002-07-24 Daniel Jacobowitz <drow@mvista.com>
3999
4000 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4001 (tee_file_flush, tee_file_write, tee_file_fputs)
4002 (tee_file_isatty): New.
4003 * ui-file.h (tee_file_new): Add prototype.
4004
ebf56fd3
AS
40052002-07-24 Aidan Skinner <aidan@velvet.net>
4006
4007 * ada-lang.c: Change k&r style function definitions to prototyped
4008 form.
4009 * ada-typeprint.c: Change k&r style function definitions to prototyped
4010 form.
4011 * ada-valprint.c: Change k&r style function definitions to prototyped
4012 form.
4013
7fb623f7
AC
40142002-07-24 Andrew Cagney <cagney@redhat.com>
4015
4016 * README: Remove reference to remote-bug.
4017 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4018 remote-bug.c.
4019 (m88k-nat.o): Delete rule.
4020 (m88k-tdep.o): Delete rule.
4021 (remote-bug.o): Delete rule.
4022 * MAINTAINERS: Mark as obsolete.
4023 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4024 * m88k-tdep.c: Make file obsolete.
4025 * config/m88k/m88k.mh: Ditto.
4026 * config/m88k/delta88v4.mh: Ditto.
4027 * config/m88k/delta88v4.mt: Ditto.
4028 * config/m88k/delta88.mt: Ditto.
4029 * config/m88k/delta88.mh: Ditto.
4030 * remote-bug.c: Ditto.
4031 * config/m88k/tm-delta88.h: Ditto.
4032 * config/m88k/nm-delta88v4.h: Ditto.
4033 * config/m88k/xm-delta88.h: Ditto.
4034 * config/m88k/xm-dgux.h: Ditto.
4035 * config/m88k/tm-m88k.h: Ditto.
4036 * config/m88k/nm-m88k.h: Ditto.
4037 * config/m88k/tm-delta88v4.h: Ditto.
4038 * m88k-nat.c: Ditto.
4039 * cxux-nat.c: Ditto.
4040 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4041 and m88*-*-* obsolete.
4042 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4043 m88*-*-* obsolete.
4044
37611a2b
AC
40452002-07-24 Andrew Cagney <cagney@redhat.com>
4046
4047 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4048 constant. Same for local pointer variables.
4049 (extract_signed_integer): Ditto.
4050 * defs.h (extract_unsigned_integer): Update.
4051 (extract_signed_integer): Update.
4052
1aaa5f99
AC
40532002-07-24 Andrew Cagney <cagney@redhat.com>
4054
4055 * regcache.c (regcache_raw_write): Change buf parameter to a
4056 constant void pointer.
4057 (regcache_raw_read): Change buf parameter to a void pointer.
4058 (legacy_write_register_gen): Change myaddr parameter a constant
4059 void pointer.
4060 (supply_register): Change val parameter to a const void pointer.
4061 * regcache.h (regcache_raw_write): Update declaration.
4062 (regcache_raw_read): Update declaration.
4063 (supply_register): Update declaration.
4064
b4f5539f
TT
40652002-07-24 Tom Tromey <tromey@redhat.com>
4066
4067 * defs.h (gdb_readline_wrapper): Declare.
4068 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4069 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4070 * top.c (gdb_readline_wrapper): New function.
4071 (command_line_input): Use it.
4072
0818c12a
AC
40732002-07-24 Andrew Cagney <cagney@redhat.com>
4074
4075 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4076 regcache_read and regcache_write.
4077 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4078 * regcache.c: Update.
4079 * sh-tdep.c (sh64_push_arguments): Update comment.
4080 (sh_pseudo_register_read): Update.
4081 (sh_pseudo_register_write): Update.
4082 (sh4_register_read): Update.
4083 (sh4_register_write): Update.
4084 (sh64_pseudo_register_read): Update.
4085 (sh64_pseudo_register_write): Update.
4086 (sh64_register_read): Update.
4087 (sh64_register_write): Update.
4088 * i386-tdep.c (i386_extract_return_value): Update.
4089 (i386_extract_struct_value_address): Update.
4090 (i386_extract_return_value): Update.
4091 * blockframe.c (generic_read_register_dummy): Update.
4092 (generic_call_dummy_register_unwind): Update
4093 * infrun.c (write_inferior_status_register): Update.
4094
f7321c06
JB
40952002-07-23 Jim Blandy <jimb@redhat.com>
4096
4097 * parser-defs.h (expression_context_pc): Make this extern.
4098 (Thanks to Michael Snyder.)
4099
2037aebb
AC
41002002-07-23 Andrew Cagney <ac131313@redhat.com>
4101
4102 GDB 5.2.1 released from 5.2 branch.
4103 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4104 * README: Update to mention 5.2.1.
4105
66504d44
MS
41062002-07-23 Mark Salter <msalter@redhat.com>
4107
4108 * remote.c (remote_read_bytes): Fix check for error.
4109
27bae383
KB
41102002-07-22 Kevin Buettner <kevinb@redhat.com>
4111
4112 * aix-thread.c (language.h): Include.
4113 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4114 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4115 Print newlines at end of debug messages.
4116 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4117 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4118
41192002-07-22 Kevin Buettner <kevinb@redhat.com>
4120
4121 * aix-thread.c (ppc-tdep.h): Include.
4122 (special_register_p): New function.
4123 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4124 (store_regs_user_thread): Use register number information from
4125 gdbarch_tdep struct instead of hardcoded offsets relative to
4126 FIRST_UISA_SP_REGNUM.
4127 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4128 special_register_p() instead of using FPLAST_REGNUM and
4129 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4130 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4131 will be MQ's register number.
4132
41332002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
4134
4135 * aix-thread.c (ops): Rename to aix_thread_ops.
4136 (base_ops): Rename to base_target.
4137 (ops_attach): Rename to aix_thread_attach.
4138 (ops_detach): Rename to aix_thread_detach.
4139 (ops_resume): Rename to aix_thread_detach.
4140 (ops_wait): Rename to aix_thread_wait.
4141 (ops_kill): Rename to aix_thread_kill.
4142 (init_ops): Rename to init_aix_thread_ops.
4143 (ops_fetch_register): Rename to aix_thread_fetch_register.
4144 (ops_store_register): Rename to aix_thread_store_register.
4145 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4146 (ops_thread_alive): Rename to aix_thread_thread_alive.
4147 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4148 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4149 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4150 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4151 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4152 (store_regs_lib): Rename to store_regs_user_thread.
4153 (store_regs_kern): Rename to store_regs_kernel_thread.
4154
27bae383 41552002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
4156
4157 * aix-thread.c (ops_prepare_to_store): Eliminate.
4158 (init_ops): Don't initialize ops.prepare_to_store.
4159 (store_regs_kern): Pre-fetch register buffers from child,
4160 because some registers may not be in the cache. Copy
4161 regs from register cache only if they are cached.
4162 (store_regs_lib): Copy regs from register cache only
4163 if they are cached.
4164 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4165 fill_gprs64): Ditto.
4166
61c5da0b
KB
41672002-07-22 Kevin Buettner <kevinb@redhat.com>
4168
4169 * aix-thread.c (gdb_assert.h): Include.
4170 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4171 register sizes (from register cache) match size of buffer holding
4172 register data.
4173 (fill_sprs32): Change parameter types to match those in the ptrace()
4174 buffer.
4175 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4176 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4177
41782002-07-22 Michael Snyder <msnyder@redhat.com>
4179
4180 * aix-thread.c (supply_sprs64): Cosmetic change.
4181 (supply_sprs32): Cosmetic change.
4182 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4183 (fill_sprs64): Use regcache_collect instead of read_register.
4184 (store_regs_lib): Use regcache_collect instead of
4185 read_register. Use fill_sprs32 instead of fill_sprs64,
4186 if debugging a 32-bit architecture.
4187 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4188 out of the register cache, instead of passing a pointer into
4189 the register cache directly to ptrace. Use regcache_collect
4190 insteaad of read_register.
4191 (ops_prepare_to_store): Use target_read_registers instead
4192 of read_register_bytes.
4193
36479eb1
AS
41942002-07-20 Aidan Skinner <aidan@velvet.net>
4195
4196 * MAINTAINERS: Add self under write after approval.
4197
80ae6ee2
AS
41982002-07-20 Aidan Skinner <aidan@velvet.net>
4199
4200 * ada-tasks.c: Change k&r style function definitions to prototyped
4201 form.
4202
8a8ab2b9
AC
42032002-07-19 Andrew Cagney <ac131313@redhat.com>
4204
4205 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4206 * x86-64-tdep.c: Include "objfiles.h".
4207 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4208 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4209
fb16b900
ML
42102002-07-17 Michal Ludvig <michal@suse.cz>
4211
4212 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4213 (update_context): Initialise cfa variable.
4214
0fe7bf7b
MS
42152002-07-17 Michael Snyder <msnyder@redhat.com>
4216
4217 * aix-thread.c: Shorten some long lines.
4218 Bring comments into line with code spec.
4219
488f131b
JB
42202002-07-18 Joel Brobecker <brobecker@gnat.com>
4221
4222 * infrun.c: Re-indent using gdb_indent.sh.
4223
46c415d2
JB
42242002-07-18 Joel Brobecker <brobecker@gnat.com>
4225
4226 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4227 Leave the indentation temporarily untouched, to minimize the diffs.
4228
cdecafbe
EZ
42292002-07-18 Elena Zannoni <ezannoni@redhat.com>
4230
4231 * stabsread.c: Make os9k sections of the code obsolete,
4232 for real this time.
4233 * stabsread.h: Make os9k sections of the code obsolete.
4234
7b6aa020
ML
42352002-07-18 Michal Ludvig <mludvig@suse.cz>
4236
09ec9b38
ML
4237 * linux-low.c (regsets_store_inferior_registers): Add free()
4238 at the end of a loop to prevent memory leak.
4239 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4240 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
4241 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4242 line a comment.
4894ac5d 4243 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 4244
233282cd
JB
42452002-07-17 Jim Blandy <jimb@redhat.com>
4246
4247 * macrocmd.c (info_macro_command): Remove newline from error
4248 message.
4249
7b6aa020 42502002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
4251
4252 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4253 (sh_gdbarch_init): Use it for sh-dsp.
4254
f7ef9339
KB
42552002-07-16 Kevin Buettner <kevinb@redhat.com>
4256
4257 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4258 64-bit DWARF2 format.
4259
8dd72958
JB
42602002-07-16 Joel Brobecker <brobecker@gnat.com>
4261
4262 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4263 <sys/proc.h> when not available.
4264
a99a9e1b
AC
42652002-07-16 Andrew Cagney <ac131313@redhat.com>
4266
4267 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4268 * stabsread.c: Make os9k sections of the code obsolete.
4269 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4270 * config/i386/i386os9k.mt: Make file obsolete.
4271 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4272 (COMMON_OBS): Remove os9kread.o
4273 (SFILES): Remove os9kread.c.
4274 (os9kread.o, remote-os9k.o): Make target obsolete.
4275 * remote-os9k.c: Make file obsolete.
4276 * os9kread.c: Make file obsolete.
4277 * Makefile.in
4278
7a3085c1
AC
42792002-07-16 Andrew Cagney <ac131313@redhat.com>
4280
4281 * NEWS: Mention that the FR30 has been made obsolete.
4282 * fr30-tdep.c: Make file obsolete.
4283 * config/fr30/tm-fr30.h: Ditto.
4284 * config/fr30/fr30.mt: Ditto.
4285 * configure.tgt: Make fr30-*-elf obsolete.
4286 * MAINTAINERS: Make fr30-elf obsolete.
4287
28a93f5a
PM
42882002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4289
4290 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4291 found is not inside a section.
4292
be006b8b
KB
42932002-07-15 Kevin Buettner <kevinb@redhat.com>
4294
4295 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4296 strerror().
4297 (pdc_realloc): Use xrealloc() instead of realloc().
4298
14fa3751
KB
42992002-07-15 Kevin Buettner <kevinb@redhat.com>
4300
4301 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4302 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4303 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4304 macros.
4305
42cc437f
KB
43062002-07-15 Kevin Buettner <kevinb@redhat.com>
4307
4308 * aix-thread.c (ptrace_check): Eliminate goto.
4309 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4310 problem.
4311
8e2c28d4
KB
43122002-07-15 Kevin Buettner <kevinb@redhat.com>
4313
4314 * aix-thread.c (gdbcmd.h): Include.
4315 (DEBUG, DBG, DBG2, dbg): Eliminate.
4316 (debug_aix_thread): New static global.
4317 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4318 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4319 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4320 invocations to DBG and DBG2 macros to test against
4321 ``debug_aix_thread'' and call fprintf_unfiltered().
4322 (_initialize_aix_thread): Add new command "set debug aix-thread".
4323
30413464
AC
43242002-07-15 Andrew Cagney <ac131313@redhat.com>
4325
4326 From Gerhard Tonn <TON@de.ibm.com>:
4327 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4328 instead of supply_register.
4329
7c43edc1
AC
43302002-07-15 Andrew Cagney <ac131313@redhat.com>
4331
4332 * dwarf2cfi.c: Include "gdb_assert.h".
4333 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4334 non-NULL.
4335 (update_context): Do not use __func__. Add missing ``break''.
4336 (update_context): Do not use __func__.
4337
9364a0ef
EZ
43382002-07-15 Elena Zannoni <ezannoni@redhat.com>
4339
4340 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4341 and its setting. Set gdbarch instruction printing functions
4342 directly. For non-rs6000 case use new function
4343 gdb_print_insn_powerpc.
4344 (gdb_print_insn_powerpc): New function.
4345
3fbeef0b
AC
43462002-07-13 Andrew Cagney <ac131313@redhat.com>
4347
92eb23c5 4348 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
4349 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4350 * configure.tgt: Mark d30v-*-* as obsolete.
4351 * d30v-tdep.c: Mark file as obsolete.
4352 * config/d30v/d30v.mt: Ditto.
4353 * config/d30v/tm-d30v.h: Ditto.
4354
aacb1f0a
AS
43552002-07-13 Aidan Skinner <aidan@velvet.net>
4356
4357 * ada-tasks.c (add_task_entry): replace calls to
4358 malloc() with xmalloc
4359 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4360
4361 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4362 ada_finish_decode_line_1, all_sals_for_line
4363 ada_breakpoint_rewrite): replace calls to free() with xfree()
4364
c11d79f2
KB
43652002-07-12 Kevin Buettner <kevinb@redhat.com>
4366
4367 From Nicholas Duffek (with minor changes by Martin Hunt,
4368 Louis Hamilton, and Kevin Buettner):
4369 * aix-thread.c: New file.
4370
8e19ed76
PS
43712002-07-12 Petr Sorfa <petrs@caldera.com>
4372
4373 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4374 complaint for invalid attribute class or form.
4375 (read_func_scope): DW_AT_frame_base
4376 better handling of DW_AT_block*.
4377 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4378 better handling of DW_AT_block*.
4379 (read_common_block): DW_AT_location
4380 better handling of DW_AT_block*.
4381 (read_partial_die): DW_AT_location better handling
4382 of DW_AT_block*.
4383 (new_symbol): DW_AT_external better handling of
4384 DW_AT_block*. Proper initialization of variable
4385 "addr".
4386 (attr_form_is_block): New function that returns true
4387 if the attribute's form is of DW_FORM_block*.
4388
295401f7
DJ
43892002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4390
4391 * valops.c (find_method_list): Remove comment about
4392 removed STATIC_MEMFUNCP argument.
4393 (value_find_oload_method_list): Likewise.
4394
e42dc924
KB
43952002-07-12 Kevin Buettner <kevinb@redhat.com>
4396
4397 From Nicholas Duffek:
4398 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4399 target_new_objfile_hook.
4400
6904b546
KB
44012002-07-12 Kevin Buettner <kevinb@redhat.com>
4402
4403 From Nicholas Duffek:
4404 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4405 csect.
4406
53fe9346
AC
44072002-07-12 Andrew Cagney <cagney@redhat.com>
4408
4409 * MAINTAINERS: Mention --enable-sim-build-warnings.
4410 (m68hc11-elf): Disable sim build warnings.
4411 (m32r-elf): Mark as broken obsolete candidate.
4412 (x86_64-linux-gnu): Mark as buildable with -Werror.
4413 (arm-elf): Change -w to ``,'' which enables warnings but not
4414 -Werror.
4415
af5f3db6
AC
44162002-07-12 Andrew Cagney <ac131313@redhat.com>
4417
4418 * bcache.h: Update copyright.
4419 (struct bstring, struct bcache): Move definition to "bcache.c".
4420 Replaced by opaque declaration.
4421 (bcache_xfree): Replace free_bcache.
4422 (bcache_xmalloc, bcache_memory_used): Declare.
4423
4424 * bcache.c: Update copyright.
4425 (struct bstring, struct bcache): Moved to here from "bcache.h".
4426 Update comments.
4427 (bcache_xmalloc, bcache_memory_used): New functions.
4428 (bcache_xfree): Replace function free_bcache.
4429
4430 * Makefile.in (objfiles.o): Add $(bcache_h).
4431 (objfiles_h): Remove $(bcache_h).
4432 (symfile.o): Add $(bcache_h).
4433
4434 * symmisc.c: Update copyright.
4435 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4436 (print_objfile_statistics): Use bcache_memory_used.
4437
4438 * symfile.c: Include "bcache.h".
4439 (reread_symbols): Use bcache_xfree.
4440 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4441 (add_psymbol_to_list): Pass psymbol_cache by value.
4442 (add_psymbol_with_dem_name_to_list): Ditto.
4443
4444 * objfiles.h: Update copyright.
4445 (struct bcache): Declare opaque. Do not include "bcache.h".
4446 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4447 bcache'' pointers.
4448 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4449
4450 * objfiles.c: Include "bcache.h". Update copyright.
4451 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4452 macro_cache.
4453 (free_objfile): Use bcache_xfree.
4454
444199e7
GS
44552002-07-11 Grace Sainsbury <graces@redhat.com>
4456
4457 * monitor.c (monitor_fetch_register): Make name a constant.
4458 (monitor_store_register): Same.
4459
261397f8
DJ
44602002-07-11 Daniel Jacobowitz <drow@mvista.com>
4461
4462 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4463 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4464 (finish_block) For non-function blocks, hash the symbol table. For
4465 function blocks, mark the symbol table as unhashed.
4466 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4467 (msymbol_hash_iw): Likewise.
4468 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4469 value.
4470 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4471 (lookup_minimal_symbol): Likewise for both.
4472 * symtab.h (struct block): Add `hashtable' flag. Comment the
4473 hashtable.
4474 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4475 (ALL_BLOCK_SYMBOLS): Update.
4476 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4477 (struct symbol): Add `hash_next' pointer.
4478 * symtab.c (lookup_block_symbol): Search using the hash table when
4479 possible.
4480 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4481 (search_symbols, find_addr_symbol): Likewise.
4482
4483 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4484 (read_dst_symtab): Likewise.
4485 * jv-lang.c (get_java_class_symtab): Likewise.
4486 * mdebugread.c: Include "gdb_assert.h".
4487 (shrink_block): Assert that the block being modified is not hashed.
4488 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4489 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4490 symbols.
4491 (dump_symtab): Recognize hashed blocks.
4492 * printcmd.c (print_frame_args): Assert that function blocks do not
4493 have hashed symbol tables.
4494 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4495 (fill_in_ada_prototype, debug_print_block): Likewise.
4496 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4497
6f0eaa01
CV
44982002-07-11 Corinna Vinschen <vinschen@redhat.com>
4499
4500 * stack.c (print_frame): Use result of frame_address_in_block()
4501 instead of fi->pc when evaluating symbols.
4502 (backtrace_command_1): Ditto.
4503
a208b0cb
AC
45042002-07-11 Andrew Cagney <cagney@redhat.com>
4505
4506 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4507 Make static.
4508
4509 * arm-tdep.c (arm_register_name): Make return type constant.
4510
a6b6b089
AC
45112002-07-10 Andrew Cagney <ac131313@redhat.com>
4512
5ae5f592
AC
4513 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4514 prototype.
4515 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4516 * s390-tdep.c (s390_fp_regnum): Ditto.
4517 (s390_read_fp): Ditto.
4518 (s390_pop_frame): Ditto.
4519 (_initialize_s390_tdep): Ditto.
4520 * remote.c (get_remote_state): Ditto.
4521 * procfs.c (mappingflags): Ditto.
4522 * memattr.c (_initialize_mem): Ditto.
4523 * mcore-tdep.c (mcore_pop_frame): Ditto.
4524 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4525 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4526 * language.c (set_case_str): Ditto.
4527 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4528 * frv-tdep.c (new_variant): Ditto.
4529 (frv_stopped_data_address): Ditto.
4530 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4531 (context_alloc): Ditto.
4532 (frame_state_alloc): Ditto.
4533 (unwind_tmp_obstack_init): Ditto.
4534 (unwind_tmp_obstack_free): Ditto.
4535 (cfi_read_fp): Ditto.
4536 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4537 (cris_pop_frame): Ditto.
4538 * c-lang.c (scanning_macro_expansion): Ditto.
4539 (finished_macro_expansion): Ditto.
4540 (c_preprocess_and_parse): Ditto.
4541 * gdbarch.sh: Ditto.
4542 * gdbarch.h, gdbarch.c: Regenerate.
4543 * config/mn10200/tm-mn10200.h: Adjust indentation.
4544 * target.c: Adjust indentation.
4545 * symtab.h: Adjust indentation.
4546 * stabsread.h: Adjust indentation.
4547 * remote-es.c: Adjust indentation.
4548 * os9kread.c: Adjust indentation.
4549
45502002-07-10 Andrew Cagney <ac131313@redhat.com>
4551
a6b6b089
AC
4552 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4553 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4554
a1789893
GS
45552002-07-10 Grace Sainsbury <graces@redhat.com>
4556
4557 * NEWS: Mention m68k, mcore multi-arching.
4558 * MAINTAINERS: Change status of m68k, mcore to reflect
4559 multi-arching.
4560
02f0d45d
DJ
45612002-07-10 Daniel Jacobowitz <drow@mvista.com>
4562
4563 * valops.c (find_overload_match): Free oload_syms.
4564
f15f768e
JB
45652002-07-09 Joel Brobecker <brobecker@gnat.com>
4566
4567 Define HAVE_SYS_PROC_H if sys/proc.h exists
4568 * configure.in: Add check for sys/proc.h
4569 * config.in: Regenerate.
4570 * configure: Regenerate.
4571
902a7139
GS
45722002-07-09 Grace Sainsbury <graces@redhat.com>
4573
4574 * config/m68k/tm-m68k.h: Remove macros wrapped in
4575 #if !GDB_MULTI_ARCH.
4576
a534e424
AC
45772002-07-08 Andrew Cagney <ac131313@redhat.com>
4578
4579 * config.in, configure: Regenerate.
4580
9b94f7bf
MK
45812002-07-08 Mark Kettenis <kettenis@gnu.org>
4582
4583 * dwarf2cfi.c: Include "gcore.h".
4584 (execute_stack_op): Fix implementation of the
4585 DW_OP_deref and DW_OP_deref_size operators by letting do their
4586 lookup in the target.
4587
1d34db41
MK
45882002-07-07 Mark Kettenis <kettenis@gnu.org>
4589
4590 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4591 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4592 tdep->sc_sp_offset.
4593
79d5b63a
DJ
45942002-07-05 Daniel Jacobowitz <drow@mvista.com>
4595
4596 Fix PR gdb/595, gdb/602
4597 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4598 Don't call value_cast, just read the vtable pointer; update comments
4599 to match.
4600
3bb912e8
GS
46012002-07-05 Grace Sainsbury <graces@redhat.com>
4602
4603 * config/mcore/tm-mcore.h: Remove file.
4604 * config/mcore/mcore.mt: Remove definition of TM_FILE
4605 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4606
ca39387d
MK
46072002-07-05 Mark Kettenis <kettenis@gnu.org>
4608
4609 * i386bsd-tdep.c: Include "gdb_string.h".
4610
efdc1108
GS
46112002-07-04 Grace Sainsbury <graces@redhat.com>
4612
4613 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4614 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4615 mcore-tdep.
4616 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4617 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4618 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4619 (RETVAL_REGNUM): Move macros from tm-mcore.h
4620 (mcore_reg_struct_has_addr): New function.
4621 (mcore_gdbarch_init): Added initializations for the macros removed
4622 from tm-mcore.h.
4623
bb21884d
MK
46242002-07-04 Mark Kettenis <kettenis@gnu.org>
4625
4626 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4627 traditonal string branding within the ELF header.
4628
228c6d41
DJ
46292002-07-04 Daniel Jacobowitz <drow@mvista.com>
4630
4631 * symtab.c (remove_params): New function.
4632 (make_symbol_overload_list): Use it instead of cplus_demangle.
4633 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4634
2404952e
MK
46352002-07-04 Mark Kettenis <kettenis@gnu.org>
4636
e5e4acad
MK
4637 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4638
baadce09
MK
4639 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4640 New variables.
4641 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4642 and tdep->sigtramp_end.
4643 * i386obsd-nat.c: New file.
4644 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4645
2404952e
MK
4646 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4647 Don't call get_current_frame().
4648
9b4f1ba7
PM
46492002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4650
4651 * i386-nat.c (child_post_startup_inferior): New function
4652 calling i386_cleanup_dregs if
4653 I386_USE_GENERIC_WATCHPOINTS is defined.
4654 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4655 conditional to acknowledge that i386-nat.c has its
4656 own child_post_startup_inferior function.
4657
c0d1d883
MK
46582002-07-04 Mark Kettenis <kettenis@gnu.org>
4659
00f8375e
MK
4660 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4661 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4662 instead of MAX_REGISTER_RAW_SIZE.
4663 (i386_extract_return_value, i386_extract_struct_value_address):
4664 Convert to use regcache.
4665 (i386_gdbarch_init): Set max_register_raw_size and
4666 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4667 Set extract_return_value and extract_struct_value_address instead
4668 of their deprecated variants.
4669
c0d1d883
MK
4670 Convert i386 target to generic dummy frames.
4671 * i386-tdep.c: Include "symfile.h".
4672 (i386_frameless_signal_p): Consider a function to be frameless if
4673 the pc points at the first instruction of the function.
4674 (i386_frame_chain): Handle (generic) call dummies.
4675 (i386_frame_saved_pc): Likewise.
4676 (i386_frame_init_saved_regs): Remove code dealing with call
4677 dummies on the stack.
4678 (i386_push_dummy_frame): Removed.
4679 (i386_call_dummy_words): Removed.
4680 (i386_fix_call_dummy): Removed.
4681 (i386_push_return_address): New function.
4682 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4683 parameter, and don't call get_current_frame.
4684 (i386_pop_frame): New function.
4685 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4686 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4687 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4688 call_dummy_length to 0, set call_dummy_words to NULL, set
4689 sizeof_call_dummy_words to 0, set fix_call_dummy to
4690 generic_fix_call_dummy, set pc_in_call_dummy to
4691 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4692 generic_push_dummy_frame, set push_return_address to
4693 i386_push_return_address and set frame_chain_valid to
4694 generic_file_frame_chain_valid.
4695
049ee0e4
AC
46962002-07-03 Andrew Cagney <ac131313@redhat.com>
4697
4698 * gdbarch.sh (struct regcache): Add opaque declaration.
4699 (EXTRACT_RETURN_VALUE): New architecture method.
4700 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4701 * gdbarch.h, gdbarch.c: Regenerate.
4702 * arch-utils.c (legacy_extract_return_value): New function.
4703 * arch-utils.h (legacy_extract_return_value): Declare.
4704 * values.c (value_being_returned): Re-enable code handling
4705 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4706 deprecated_grub_regcache_for_registers call to block handling
4707 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4708 (EXTRACT_RETURN_VALUE): Do not define.
4709
4e0d9804
GS
47102002-07-03 Grace Sainsbury <graces@redhat.com>
4711
4712 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4713 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4714 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4715 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4716 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4717 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4718 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4719 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4720 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4721 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4722 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4723 argument so the function fits the prototype in the architecture
4724 vector.
4725 (mcore_pop_frame): Remove argument so the function fits the
4726 prototype. Use get_current_frame instead of the argument.
4727 (mcore_push_arguments): Change type of struct_return so the
4728 function can be used in the architecture vector.
4729 (mcore_store_struct_return): Add.
4730 (mcore_frame_init_saved_regs): Add.
4731 (mcore_gdbarch_init): Add function calls to replace the macros
4732 removed from tm-mcore.h
4733
36160dc4
AC
47342002-07-03 Andrew Cagney <ac131313@redhat.com>
4735
4736 * infcmd.c (print_return_value): Remove compatibility code calling
4737 deprecated_grub_regcache_for_registers.
4738
4739 * values.c: Include "regcache.h".
4740 (value_being_returned): Update. Use
4741 deprecated_grub_regcache_for_registers to extract the register
4742 buffer address.
4743 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4744 ``struct regcache''.
4745 * Makefile.in (values.o): Add dependency on $(regcache_h).
4746
4747 * inferior.h (run_stack_dummy): Change type of second parameter to
4748 a ``struct regcache''.
4749 * valops.c (hand_function_call): Change type of retbuf to ``struct
4750 regcache''. Allocate using regcache_xmalloc, clean using
4751 make_cleanup_regcache_xfree.
4752 * infcmd.c (run_stack_dummy): Update. Use
4753 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4754
4755 * regcache.c (do_regcache_xfree): New function.
4756 (make_cleanup_regcache_xfree): New function.
4757 * regcache.h (make_cleanup_regcache_xfree): Declare.
4758
e64d9b3d
MH
47592002-07-03 Martin M. Hunt <hunt@redhat.com>
4760
4dd79c29
MH
4761 * event-top.c (command_line_handler): Don't read past
4762 beginning of buffer.
e64d9b3d 4763
4dd79c29
MH
47642002-07-03 Martin M. Hunt <hunt@redhat.com>
4765
e64d9b3d
MH
4766 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4767 struct frame_id.
4768 (varobj_create): Store frame_id for root.
4769 (varobj_gen_name): Use xasprintf.
4770 (varobj_update): Save and restore frame using get_frame_id() and
4771 frame_find_by_id().
4772 (create_child): Use xasprintf.
4773 (new_root_variable): Initialize frame_id.
4774 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4775 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4776 to prevent memory leak.
4777
26e6c56a
AC
47782002-07-03 Andrew Cagney <ac131313@redhat.com>
4779
4780 * valops.c (hand_function_call): Move declaration of retbuf to
4781 start of function, allocate using malloc, add a cleanup but before
4782 the inf_status cleanup, cleanup the buffer. Rename local variable
4783 old_chain to inf_status_cleanup.
4784
f436dd25
MH
47852002-07-03 Martin M. Hunt <hunt@redhat.com>
4786
4787 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4788
4789 * cli/cli-decode.c (cmd_func_p): New function.
4790 (cmd_func): New function.
4791
4792 * command.h: Add cmd_func() and cmd_func_p().
4793
4cfe2084
GS
47942002-07-03 Grace Sainsbury <graces@redhat.com>
4795
4796 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4797 (REGISTER_SIZE): Remove.
4798 (MAX_REGISTER_RAW_SIZE): Remove.
4799 (REGISTER_VIRTUAL_TYPE): Remove.
4800 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4801 (REGISTER_NAME): Remove.
4802 (USE_GENERIC_DUMMY_FRAMES): Remove.
4803 (CALL_DUMMY): Remove.
4804 (CALL_DUMMY_START_OFFSET): Remove.
4805 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4806 (CALL_DUMMY_LOCATION): Remove.
4807 (FIX_CALL_DUMMY): Remove.
4808 (CALL_DUMMY_ADDRESS): Remove.
4809 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4810 (SAVE_DUMMY_FRAME_TOS): Remove.
4811 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4812 (mcore_register_virtual_type): New function.
4813 (mcore_register_byte): New function.
4814 (mcore_register_size): New function.
4815 (mcore_register_name): New function.
4816 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4817 macros removed from tm-mcore.h.
4818 (mcore_dump_tdep): Add.
4819 (_initialize_mcore_tdep): Add gdbarch_register call.
4820
4fd667e9
MK
48212002-07-03 Mark Kettenis <kettenis@gnu.org>
4822
4823 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4824 frameless_look_for_prologue, such that we actually call this
4825 function.
4826
42f99ac2
JB
48272002-07-02 Joel Brobecker <brobecker@gnat.com>
4828
4829 * frame.h (frame_address_in_block): New function.
4830
4831 * blockframe.c (frame_address_in_block): New function extracted
4832 from get_frame_block().
4833 (get_frame_block): Use frame_address_in_block().
4834 (block_innermost_frame): Use frame_address_in_block() to match
4835 the frame pc address against the block boundaries rather than
4836 the frame pc directly. This prevents a failure when a frame pc
4837 is actually a return-address pointing immediately after the end
4838 of the given block.
4839
103a1597 48402002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
4841
4842 * MAINTAINERS: Add self under write after approval.
4843
48442002-07-02 Grace Sainsbury <graces@redhat.com>
4845
103a1597
GS
4846 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4847 used in architecture vector. The default is
4848 m68k_local_breakpoint_from_pc.
4849 (m68k_local_breakpoint_from_pc): Add.
4850 (enum): Add register numbers from tm-m68k.h.
4851 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4852 vector.
4853 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4854 GDB_MULTI_ARCH_PARTIAL.
4855 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4856 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4857 m68k-tdep.c.
4858 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4859 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4860 to enum in m68k-tdep.c
4861
7a5a0534
JB
48622002-07-02 Joel Brobecker <brobecker@gnat.com>
4863
4864 * solib-osf.c (open_map): Compute the list of shared libraries
4865 loaded by the inferior, rather than the list of libraries loaded
4866 by GDB itself. Otherwise, GDB ends up reading the symbols from
4867 the wrong shared libraries...
4868
6f558d74
MK
48692002-07-02 Mark Kettenis <kettenis@gnu.org>
4870
b7d15bf7
MK
4871 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4872 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4873 macros.
4874 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4875 Remove functions.
4876 (FRAMELESS_SIGNAL): Remove function.
4877 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4878 i386_linux_saved_pc_after_call): Removed.
4879 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4880 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4881 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4882
6bff26de
MK
4883 * i386-tdep.c (i386_frameless_signal_p): New function.
4884 (i386_frame_chain): Deal with frameless signals.
4885 (i386_sigtramp_saved_sp): New function.
4886 (i386_frame_saved_pc): Deal with frameless signals.
4887 (i386_saved_pc_after_call): Make sure the correct value is
4888 returned just after entry into a sigtramp.
4889 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4890 i386fbsd4_sc_sp_offset): New variables.
4891 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4892 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4893 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4894 similiar to what we already did for sc_pc_offset.
4895 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4896 tdep->sc_sp_offset.
4897
6f558d74
MK
4898 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4899
145564b7
ML
49002002-07-02 Michal Ludvig <mludvig@suse.cz>
4901
4902 * config/i386/tm-x86-64linux.h: New.
4903 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4904 definitions.
4905 * config/i386/nm-x86-64.h: Rename to ...
4906 * config/i386/nm-x86-64linux.h: ... this one.
4907 * config/i386/x86-64linux.mh: Reflect the above change.
4908
3a1e71e3
MK
49092002-07-01 Mark Kettenis <kettenis@gnu.org>
4910
21d0e8a4
MK
4911 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4912 with sigcontext_addr. Add sc_sp_offset.
4913 (i386bsd_sigtramp_saved_pc): Remove prototype.
4914 (i386bsd_sicontext_addr): Add prototype.
4915 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4916 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4917 (i386_svr4_sigtramp_saved_pc): Removed.
4918 (i386_svr4_sigcontext_addr): New function.
4919 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4920 Initialize tdep->sigcontext_addr instead. Initialize
4921 tdep->sc_pc_offset and tdep->sc_sp_offset.
4922 (i386_gdbarch_init): Likewise.
4923 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4924 any more.
4925 (i386bsd_sigtramp_saved_pc): Remove function.
4926 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4927 Initialize tdep->sigcontext_addr instead. Initialize
4928 tdep->sc_pc_offset.
4929 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4930 of tdep->sigtramp_saved_pc.
4931 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4932 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4933 instead.
4934
3a1e71e3
MK
4935 * i386-tdep.c (i386_frameless_function_invocation,
4936 i386_frame_num_args, i386_frame_init_saved_regs,
4937 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4938 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4939 i386_extract_return_value, i386_store_return_value,
4940 i386_extract_struct_value_address, i386_register_virtual_type,
4941 i386_register_convertible, i386_register_convert_to_virtual,
4942 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4943 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4944 static.
4945
52e9098c
MK
49462002-07-01 Mark Kettenis <kettenis@gnu.org>
4947
77b13a25
MK
4948 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4949
52e9098c
MK
4950 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4951 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4952 this macro. Include "value.h".
4953
1b372fff
AS
49542002-06-30 Aidan Skinner <aidan@velvet.net>
4955
4956 * ada-exp.tab.c: remove as it's a generated file
4957 * ada-lex.c: remove as it's a generated file
4958
9c5045b5
MK
49592002-06-30 Mark Kettenis <kettenis@gnu.org>
4960
4a93c5bb
MK
4961 * config/i386/tm-i386.h (struct frame_info, struct
4962 frame_saved_regs, struct value, struct type): Remove forward
4963 declarations.
4964
322d4fe0
MK
4965 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4966 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4967 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4968 (FILL_FPXREGSET): Define.
4969
fdd8263d
MK
4970 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4971
482e577b
MK
4972 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4973 i[3456]86-*-netbsd* case.
4974 * config/i386/tm-obsd.h: Removed.
4975 * config/i386/obsd.mt: Removed.
4976 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4977 core-aout.o.
4978 (MH_CFLAGS): Add -DYYDEBUG=0.
4979
6916549a
MK
4980 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4981 i386nbsd_sc_pc_offset on OpenBSD too.
4982
9c5045b5
MK
4983 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4984 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4985 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4986 define.
4987 * i386bsd-tdep.c: Include "arch-utils.h".
4988 (i386bsd_aout_in_solib_call_trampoline): New function.
4989 (i386bsd_init_abi): Set in_solib_call_trampoline to
4990 i386bsd_aout_in_solib_call_trampoline.
4991 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4992 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4993
aa84d1bb
AC
49942002-06-28 Andrew Cagney <ac131313@redhat.com>
4995
4996 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4997 (struct obstack, struct bcache): Add opaque declarations.
4998 * Makefile.in (macrotab_h): Update
4999
b4d83933
AC
50002002-06-28 Andrew Cagney <ac131313@redhat.com>
5001
5002 * blockframe.c (generic_find_dummy_frame): Change return type to
5003 ``struct regcache''.
5004 (struct dummy_frame): Replace field ``registers'' with regcache, a
5005 struct regcache object.
5006 (generic_find_dummy_frame): Update.
5007 (generic_push_dummy_frame): Update. Use regcache_xfree,
5008 regcache_xmalloc and regcache_cpy.
5009 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5010 regcache_xfree.
5011 (deprecated_generic_find_dummy_frame): Update.
5012 (generic_read_register_dummy): Update. Use
5013 regcache_read_as_address.
5014 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5015 (generic_get_saved_register): Update. Use regcache_read.
5016
08c0b5bc
AC
50172002-06-28 Andrew Cagney <ac131313@redhat.com>
5018
5019 * Makefile.in (objfiles_h): Add $(bcache_h).
5020 * objfiles.h: Include "bcache.h".
5021
5022 * Makefile.in (symtab_h): Remove $(bcache_h).
5023 * symtab.h: Do not include "bcache.h".
5024
1f89801a
AC
50252002-06-28 Andrew Cagney <ac131313@redhat.com>
5026
5027 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5028 generic_func_frame_chain_valid.
5029
b9644b58
DB
50302002-06-28 David O'Brien <obrien@FreeBSD.org>
5031
5032 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5033 * config/i386/tm-fbsd.h: Likewise.
5034
dd486634
AC
50352002-06-28 Andrew Cagney <ac131313@redhat.com>
5036
5037 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5038 generic_unwind_get_saved_register.
5039
0b434a00
AC
50402002-06-27 Andrew Cagney <ac131313@redhat.com>
5041
5042 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5043 * regcache.c (supply_register): Add missing argument to
5044 register_buffer call.
5045
f30e5a77
AC
50462002-06-27 Andrew Cagney <ac131313@redhat.com>
5047
5048 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5049 Solaris /bin/grep does not not like it. From Peter Schauer.
5050
9f064c95
TT
50512002-06-26 Tom Tromey <tromey@redhat.com>
5052
5053 * command.h (add_setshow_cmd): Declare.
5054 (add_setshow_cmd_full): Declare.
5055 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5056 returns void. Use add_setshow_cmd_full.
5057 (add_setshow_cmd_full): New function.
5058 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5059 (add_setshow_boolean_cmd): Likewise.
5060
099c7589
JT
50612002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5062
5063 * config/vax/tm-vax.h: Protect from multiple inclusion.
5064 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5065 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5066 * config/vax/tm-vaxbsd.h: ...here. New file.
5067 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5068
1d049c5e
JT
50692002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5070
5071 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5072 (BELIEVE_PCC_PROMOTION): Remove.
5073 (AP_REGNUM): Move to...
5074 * config/vax/nm-vax.h: ...here.
5075 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5076 (vax_breakpoint_from_pc): New function.
5077 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5078 and gdbarch_believe_pcc_promotion.
5079
4791e091
JT
50802002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5081
5082 * Makefile.in (vax_tdep_h): Define.
5083 (vax-tdep.o): Use $(vax_tdep_h).
5084 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5085 (vax_dump_tdep): New function.
5086 (_initialize_vax_tdep): Register vax_dump_tdep.
5087 * vax-tdep.h: Include osabi.h.
5088 (struct gdbarch_tdep): New.
5089
da130f98
AC
50902002-06-26 Andrew Cagney <cagney@redhat.com>
5091
5092 * frame.h (deprecated_generic_find_dummy_frame): Rename
5093 generic_find_dummy_frame.
5094 * blockframe.c (generic_find_dummy_frame): Make static.
5095 (deprecated_generic_find_dummy_frame): New function.
5096 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5097 generic_find_dummy_frame with deprecated_find_dummy_frame.
5098 (sh64_nofp_frame_init_saved_regs): Ditto.
5099 (sh_fp_frame_init_saved_regs): Ditto.
5100 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5101 (s390_frame_chain): Ditto.
5102 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5103
6300c360
GS
51042002-06-26 Grace Sainsbury <graces@redhat.com>
5105
5106 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5107 gdbarch vector are at the top.
5108 (NUM_REGS): Remove.
5109 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5110 (FRAME_ARGS_ADDRESS): Remove.
5111 (FRAME_LOCALS_ADDRESS): Remove.
5112 (FRAME_NUM_ARGS): Remove.
5113 (FRAME_ARGS_SKIP): Remove.
5114 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5115 (m68k_gdbarch_init): Add gdbarch initializations for macros
5116 undefined in tm-m68k.h
5117
1c617db8
GS
51182002-06-26 Grace Sainsbury <graces@redhat.com>
5119
5120 * monitor.h: Add the function regname to monitor_ops
5121 structure. This way NUM_REGS does not have to be a constant.
5122 * monitor.c (monitor_fetch_register): Added support for regname
5123 function. The function is called if the array regnames is NULL.
5124 (monitor_store_register): Same.
da130f98
AC
5125 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5126 regnames array.
1c617db8
GS
5127 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5128 cpu32bug_cmds.regname to point to new function.
5129 * abug-rom.c (abug_regname): Same as above.
5130 (init_abug_cmds): Same.
5131 * dbug-rom.c (dbug_regname): Same as above.
5132 (init_dbug_cmds): Same.
5133 * remote-est.c (est_regname): Same.
5134 (init_est_cmds): Same.
5135 * rom68k-rom.c (rom68k_regname): Same.
5136 (init_rom68k_cmds): Same.
5137
ea9365bb
TT
51382002-06-25 Tom Tromey <tromey@redhat.com>
5139
5140 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5141
72cec141
AC
51422002-06-25 Andrew Cagney <cagney@redhat.com>
5143
5144 * infrun.c (stop_registers): Change variable's type to ``struct
5145 regcache'''.
5146 (xmalloc_inferior_status): Delete function.
5147 (free_inferior_status): Delete function.
5148 (normal_stop): Use regcache_cpy.
5149 (struct inferior_status): Change type of fields ``stop_registers''
5150 and ``registers'' to ``struct regcache''.
5151 (write_inferior_status_register): Use regcache_write.
5152 (save_inferior_status): Instead of calling
5153 xmalloc_inferior_status, allocate the inf_status buffer directly.
5154 Use regcache_dup_no_passthrough and regcache_dup to save the
5155 buffers.
5156 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5157 Replace the stop_registers regcache instead of overriding it. Use
5158 regcache_xfree. Instead of calling free_inferior_status, xfree
5159 the buffer directly.
5160 (discard_inferior_status): Use regcache_xfree. Instead of calling
5161 free_inferior_status, xfree the buffer directly.
5162 (build_infrun): Use regcache_xmalloc.
5163 (_initialize_infrun): Delete redundant call to build_infrun.
5164
5165 * Makefile.in (infcmd.o): Add $(regcache_h).
5166
5167 * infcmd.c: Include "regcache.h".
5168 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5169 obtain the address of `stop_registers' register buffer.
5170 (print_return_value): Ditto.
5171
5172 * inferior.h (struct regcache): Add opaque declaration.
5173 (stop_registers): Change variable's declared type to ``struct
5174 regcache''.
5175
defc6f8c
TT
51762002-06-24 Tom Tromey <tromey@redhat.com>
5177
c0e624e7
TT
5178 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5179 * target.c (initialize_targets): Fixed typo in
5180 trust-readonly-sections `show' documentation.
5181
defc6f8c
TT
5182 * main.c: Marked all strings with _().
5183
2b236d82
DH
51842002-06-24 Don Howard <dhoward@redhat.com>
5185
5186 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5187 that means max CORE_ADDR+1.
5188 (lookup_mem_region): Ditto.
5189 (mem_info_command): Ditto.
5190
942dc0e9
GS
51912002-06-24 Grace Sainsbury <graces@redhat.com>
5192
5193 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5194 (REGISTER_BYTES_OK): Remove.
5195 (REGISTER_BYTES): Remove.
5196 (STORE_STRUCT_RETURN): Remove.
5197 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5198 (STORE_RETURN_VALUE): Remove.
5199 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5200 (FRAME_CHAIN): Remove.
5201 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5202 (FRAME_SAVED_PC): Remove.
5203 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5204 (m68k_store_struct_return): Add.
5205 (m68k_deprecated_extract_return_value): Add.
5206 (m68k_deprecated_extract_struct_value_address): Add.
5207 (m68k_store_return_value): Add.
5208 (m68k_frame_chain): Add.
5209 (m68k_frameless_function_invocation): Add.
5210 (m68k_frame_saved_pc): Add.
5211 (m68k_gdbarch_init): added set_gdbarch calls for new
5212 functions and deleted macros.
5213
03c30d4d
TT
52142002-06-23 Tom Tromey <tromey@redhat.com>
5215
5216 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5217 (ALLDEPFILES): Likewise.
5218 (udiheaders): Removed.
5219 (udip2soc.o): Likewise.
5220 (udi2go32.o): Likewise.
5221 (udr.o): Likewise.
5222 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5223
37e71372
AC
52242002-06-22 Andrew Cagney <ac131313@redhat.com>
5225
06a6ac57
AC
5226 * infrun.c (_initialize_infrun): Delete unnecessary call to
5227 build_infrun.
5228
37e71372
AC
5229 * regcache.h: Update comments describing the regcache_cpy family
5230 of functions.
5231 (regcache_save, regcache_restore): Delete declaration.
5232 (regcache_save_no_passthrough): Delete declaration.
5233 (regcache_restore_no_passthrough): Delete declaration.
5234 * regcache.c (regcache_save): Delete function.
5235 (regcache_save_no_passthrough): Delete function.
5236 (regcache_restore): Delete function.
5237 (regcache_restore_no_passthrough): Delete function.
5238
78f6d055
AC
52392002-06-21 Andrew Cagney <ac131313@redhat.com>
5240
5241 * config/m68k/tm-m68k.h: Fix typo.
5242 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5243 (m68k_frame_init_saved_regs): Declare.
5244
78b119cb
JB
52452002-06-21 Jim Blandy <jimb@redhat.com>
5246
5247 Remove some vestiges of Harris 88k support.
5248 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5249 register numbering quirk.
5250 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5251 odd symbols occurring in Harris 88k ELF targets.
5252
0fbb3da7
TT
52532002-06-21 Tom Tromey <tromey@redhat.com>
5254
5255 * gdb_locale.h: New file.
5256 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5257 (defs_h): Added gdb_locale.h.
5258 * configure, config.in: Rebuilt.
5259 * configure.in (PACKAGE): Define.
5260 * defs.h: Include gdb_locale.h.
5261 * main.c (captured_main): Call setlocale, bindtextdomain,
5262 textdomain.
5263
456f8b9d
DB
52642002-06-21 Dave Brolley <brolley@redhat.com>
5265
5266 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5267 * config/frv/frv.mt: New file.
5268 * config/frv/tm-frv.h: New file.
5269 * configure.tgt: Support frv-*-*.
5270 * Makefile.in (frv-tdep.o): New target.
5271 * frv-tdep.c: New file.
5272 * NEWS: Mention frv.
5273
cdd463f9
DB
52742002-06-21 Dave Brolley <brolley@redhat.com>
5275
5276 * MAINTAINERS: Add self to "Write After Approval" list.
5277
5d3ed2e3
GS
52782002-06-21 Grace Sainsbury <graces@redhat.com>
5279
5280 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5281 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5282 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5283 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5284 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5285
5286 * m68k-tdep.c: Include arch-utils.h
5287 (m68k_register_raw_size): Add.
5288 (m68k_register_virtual_size): Add.
5289 (m68k_register_virtual_type): Add.
5290 (m68k_register_name): Add.
5291 (m68k_stack_align): Add.
5292 (m68k_register_byte): Add.
5293 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5294 tm-m68k.h.
5295
7f8e7424
GS
52962002-06-21 Grace Sainsbury <graces@redhat.com>
5297
a2c6a6d5 5298 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
5299 m68k_find_saved_regs.
5300 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 5301 references to it with frame->saved_regs.
7f8e7424
GS
5302 (m68k_gdbarch_init): Added function calls to initialize the
5303 gdbarch structure.
a2c6a6d5
GS
5304 (m68k_fix_call_dummy): Add.
5305 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5306 (CALL_DUMMY): Remove.
5307 (CALL_DUMMY_LENGTH): Remove.
5308 (CALL_DUMMY_START_OFFSET): Remove.
5309 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5310 (FIX_CALL_DUMMY): Remove.
5311 (PUSH_DUMMY_FRAME): Remove.
5312 (POP_FRAME): Remove.
7f8e7424 5313
f461f5cf
PM
53142002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5315
5316 * parse.c (parse_fprintf): New function used to avoid calls to
5317 fprintf in bison parser generated debug code.
5318 * parser-defs.h: Declaration of new parse_fprintf function.
5319 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5320 Set YYDEBUG to 1 by default.
5321 Set YYFPRINTF as parse_fprintf.
5322
7f0c12ed
ML
53232002-06-21 Michal Ludvig <mludvig@suse.cz>
5324
5325 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5326 encoding anymore.
5327 (pointer_encoding, enum ptr_encoding): New.
5328 (execute_cfa_program): Take care about pointer encoding.
5329 (dwarf2_build_frame_info): Only call parse_frame_info for
5330 .debug_frame and .eh_frame.
5331 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5332 fixed augmentation handling, added relative addressing,
5333 ignore duplicate FDEs. Added comments.
19d833a2 5334 * dwarf2cfi.c: Reindented.
7f0c12ed 5335
87c4a039
EZ
53362002-06-20 Elena Zannoni <ezannoni@redhat.com>
5337
5338 * event-top.c (command_handler): Don't use space_at_cmd_start
5339 unless there is sbrk() on the host. Assign time and space data
5340 to union fields of the appropriate length.
5341
1cf877ad
ML
53422002-06-20 Michal Ludvig <mludvig@suse.cz>
5343
5344 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5345 x86_64_register_name. Return type changed to 'const char *'.
5346 (x86_64_register_name2nr): Rename to x86_64_register_number.
5347 (x86_64_gdbarch_init): Update to reflect the change.
5348 * x86-64-tdep.h: Ditto.
5349 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5350 (supply_fpregset): Ditto.
5351
3fadccb3
AC
53522002-06-19 Andrew Cagney <cagney@redhat.com>
5353
5354 * regcache.h: Update copyright.
5355 (struct regcache, struct gdbarch): Add opaque declarations.
5356 (current_regcache): Declare global variable.
5357 (regcache_read, regcache_write): Add gdbarch parameter.
5358 (regcache_save, regcache_save_no_passthrough)
5359 (regcache_restore, regcache_restore_no_passthrough)
5360 (regcache_dup, regcache_dup_no_passthrough)
5361 (regcache_cpy, regcache_cpy_no_passthrough)
5362 (deprecated_grub_regcache_for_registers)
5363 (deprecated_grub_regcache_for_register_valid)
5364 (regcache_valid_p): Add function declarations.
5365
5366 * regcache.c: Update copyright.
5367 (regcache_descr_handle): New global variable.
5368 (struct regcache_descr): Define.
5369 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5370 (regcache_descr, xfree_regcache_descr): New functions.
5371 (struct regcache): Define.
5372 (regcache_xmalloc, regcache_xfree): New functions.
5373 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5374 (regcache_dup, regcache_dup_no_passthrough): New functions.
5375 (regcache_valid_p, regcache_read_as_address): New functions.
5376 (deprecated_grub_regcache_for_registers): New function.
5377 (deprecated_grub_regcache_for_register_valid): New function.
5378 (current_regcache): New global variable.
5379 (register_buffer): Add regcache parameter. Update calls.
5380 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5381 (read_register_gen, write_register_gen): Update register_buffer
5382 call. Test for legacy_p instead of gdbarch_register_read_p or
5383 gdbarch_register_write_p.
5384 (regcache_collect): Update register_buffer call.
5385 (build_regcache): Rewrite. Use deprecated grub functions.
5386 (regcache_save, regcache_save_no_passthrough): New functions.
5387 (regcache_restore, regcache_restore_no_passthrough): New
5388 functions.
5389 (_initialize_regcache): Create the regcache_data_handle. Swap
5390 current_regcache global variable.
5391
5392 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5393 parameter to regcache_read and regcache_write calls.
5394 (sh4_register_read): Ditto.
5395 (sh64_pseudo_register_read): Ditto.
5396 (sh64_register_read): Ditto.
5397 (sh_pseudo_register_write): Ditto.
5398 (sh4_register_write): Ditto.
5399 (sh64_pseudo_register_write): Ditto.
5400 (sh64_register_write): Ditto.
5401
5402 * defs.h (XCALLOC): Define.
5403
152d9db6
GS
54042002-06-19 Grace Sainsbury <graces@redhat.com>
5405
5406 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5407 * m68k-tdep.c (m68k_gdbarch_init): Added.
5408 (m68k_dump_tdep): Added.
5409
170911c7
DJ
54102002-06-19 Daniel Jacobowitz <drow@mvista.com>
5411
5412 * ada-lang.c (fill_in_ada_prototype): Update comment.
5413
2e4ebe70
DJ
54142002-06-19 Daniel Jacobowitz <drow@mvista.com>
5415
5416 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5417 MIPS_ABI_LAST.
5418 (mips_abi_string, mips_abi_strings): New.
5419 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5420 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5421 tdep->mips_abi_string. Honor mips_abi_string. Default to
5422 O32 if no ABI is found.
5423 (mips_dump_tdep): Use mips_abi_strings.
5424 (mips_abi_update): New function.
5425 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5426 ``set mips abi'' and ``show mips abi''. Check the size of
5427 mips_abi_strings.
5428
16775908
AC
54292002-06-19 Andrew Cagney <cagney@redhat.com>
5430
5431 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5432 constant.
5433
5051bfa4 54342002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 5435
5051bfa4
JB
5436 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5437 current frame using only the first stack size adjustment. All
5438 subsequent size adjustments are not considered to be part of
5439 the "static" part of the current frame.
5440 Compute the address of the saved registers relative to the
5441 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5442 in use in this frame.
5443
56468235
DH
54442002-06-18 Don Howard <dhoward@redhat.com>
5445
5446 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5447 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5448 suggesting this solution.
5449
0b624158
AC
54502002-06-18 Andrew Cagney <ac131313@redhat.com>
5451
5452 * config/romp/xm-rtbsd.h: Delete file.
5453 * config/romp/rtbsd.mh: Delete file.
5454
221ea385
KS
54552002-06-18 Keith Seitz <keiths@redhat.com>
5456
5457 * breakpoint.c (condition_command): Post breakpoint_modify
5458 when a condition is added to an existing breakpoint.
5459 (commands_command): Likewise for commands.
5460 (set_ignore_count): Likewise for ignore counts.
5461 If no tty, do not simply return, still need to send event
5462 notification.
5463 (ignore_command): Only print a newline if the command came
5464 from a tty.
5465 Don't call breakpoints_changed, since this is now properly
5466 handled by set_ignore_count.
5467
5402eed1
AC
54682002-06-18 Andrew Cagney <cagney@redhat.com>
5469
5470 * MAINTAINERS: Note that cris-elf target can be compiled with
5471 -Werror.
5472 * cris-tdep.c (cris_register_name): Make return type constant.
5473 (cris_breakpoint_from_pc): Ditto.
5474
cc22880b
ML
54752002-06-18 Michal Ludvig <mludvig@suse.cz>
5476
5477 * frame.h (struct frame_info): Change type of context to
5478 'struct context'.
5479
fa88f677
AC
54802002-06-17 Andrew Cagney <cagney@redhat.com>
5481
5482 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5483 pointer.
5484 * gdbarch.h, gdbarch.c: Regenerate.
5485 * config/mips/tm-mips.h (mips_register_name): Update.
5486 * i386-tdep.h (i386_register_name): Update.
5487 * mips-tdep.c (mips_register_name): Update
5488 * alpha-tdep.c (alpha_register_name): Update.
5489 * arch-utils.c (legacy_register_name): Update.
5490 * arch-utils.h (legacy_register_name): Update.
5491 * avr-tdep.c (avr_register_name): Update.
5492 * ia64-tdep.c (ia64_register_name): Update.
5493 * i386-tdep.c (i386_register_name): Update.
5494 * sparc-tdep.c (sparc32_register_name): Update.
5495 (sparc64_register_name): Update.
5496 (sparclite_register_name): Update.
5497 (sparclet_register_name): Update.
5498 * sh-tdep.c (sh_generic_register_name): Update.
5499 (sh_sh_register_name): Update.
5500 (sh_sh3_register_name): Update.
5501 (sh_sh3e_register_name): Update.
5502 (sh_sh_dsp_register_name): Update.
5503 (sh_sh3_dsp_register_name): Update.
5504 (sh_sh4_register_name): Update.
5505 (sh_sh64_register_name): Update.
5506 * s390-tdep.c (s390_register_name): Update.
5507 * rs6000-tdep.c (rs6000_register_name): Update.
5508 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5509 (ns32k_register_name_32382): Update.
5510 * d10v-tdep.c (d10v_ts2_register_name): Update.
5511 (d10v_ts3_register_name): Update.
5512 * xstormy16-tdep.c (xstormy16_register_name): Update.
5513 * vax-tdep.c (vax_register_name): Update.
5514 * v850-tdep.c (v850_register_name): Update.
5515 * m68hc11-tdep.c (m68hc11_register_name): Update.
5516 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5517 (am33_register_name): Update.
5518
ea1e7ef6
GS
55192002-06-17 Grace Sainsbury <graces@redhat.com>
5520
5521 * m68k-tdep.c: Reindented.
5522
9b02dd1b
AC
55232002-06-17 Andrew Cagney <ac131313@redhat.com>
5524
5525 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5526 list of predefined types.
5527
8758dec1
MK
55282002-06-16 Mark Kettenis <kettenis@gnu.org>
5529
b6197528
MK
5530 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5531 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5532 REGISTER_CONVERT_TO_RAW): Remove defines.
5533 (i386_register_virtual_type, i386_register_convertible,
5534 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5535 Remove prototypes.
5536 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5537 macros mentioned above.
5538
82b47e62
MK
5539 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5540 (i386lynx_saved_pc_after_call): Remove prototype.
5541 * i386ly-tdep.c: Include "i386-tdep.h".
5542 (i386lynx_saved_pc_after_call): Make static. Use
5543 read_memory_nobpt instead of read_memory. Use
5544 read_memory_unsigned_integer instead of read_memory_integer.
5545 (i386lynx_init_abi): New function.
5546 (i386lynx_coff_osabi_sniffer): New function.
5547 (_initialize_i386bsd_tdep): New function.
5548
8758dec1
MK
5549 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5550 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5551 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5552 (i386_fix_call_dummy): Remove prototype.
5553 * i386-tdep.c (i386_call_dummy_words): New variable.
5554 (i386_gdbarch_init): Adjust for removal of the
5555 macros mentioned above.
5556
e9e68a56
AC
55572002-06-15 Andrew Cagney <ac131313@redhat.com>
5558
5559 * command.h (add_setshow_auto_boolean_cmd): Replace
5560 add_set_auto_boolean_cmd.
5561 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5562 add_set_auto_boolean_cmd.
5563 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5564 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5565 mask-address'' command.
5566 (show_mask_address): Add cmd parameter.
5567 * remote.c (add_packet_config_cmd): Update. Change type of
5568 set_func and show_func to cmd_sfunc_ftype.
5569 (_initialize_remote): Update `set remote Z-packet'
5570 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5571 (show_remote_protocol_e_packet_cmd): Ditto.
5572 (show_remote_protocol_E_packet_cmd): Ditto.
5573 (show_remote_protocol_P_packet_cmd): Ditto.
5574 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5575 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5576 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5577 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5578 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5579 (show_remote_protocol_Z_packet_cmd): Ditto.
5580 (show_remote_protocol_binary_download_cmd): Ditto.
5581 (show_remote_cmd): Pass NULL to all of above.
5582
fc08ec52
MK
55832002-06-15 Mark Kettenis <kettenis@gnu.org>
5584
5585 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5586 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5587 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5588 POP_FRAME): Remove defines.
5589 (i386_push_arguments, i386_store_struct_return,
5590 i386_extract_return_value, i386_store_return_value,
5591 i386_extract_struct_value_address, i386_push_dummy_frame,
5592 i386_pop_frame): Renove prototypes.
5593 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5594 macros mentioned above.
5595
e707bbc2
AC
55962002-06-15 Andrew Cagney <ac131313@redhat.com>
5597
5598 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5599 add_set_boolean_cmd.
5600 (add_setshow_cmd): New function.
5601 * command.h (add_setshow_boolean_cmd): Replace
5602 add_set_boolean_cmd.
5603 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5604 and ``set rdiromatzero''.
5605 * maint.c (_initialize_maint_cmds): Update commented out code.
5606 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5607 * target.c (initialize_targets): Update `set
5608 trust-readonly-sections'.
5609 * remote.c (_initialize_remote): Update `set remotebreak'.
5610
42fdc8df
MK
56112002-06-15 Mark Kettenis <kettenis@gnu.org>
5612
93924b6b
MK
5613 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5614 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5615 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5616 fit into multi-arch framework.
5617 (i386_breakpoint_from_pc): New function.
5618 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5619 above.
5620
42fdc8df
MK
5621 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5622 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5623 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5624 (i386_frameless_function_invocation, i386_frame_num_args,
5625 i386_frame_init_saved_regs): Remove prototypes.
5626 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5627 macros mentioned above.
5628
9773a94b
AC
56292002-06-15 Andrew Cagney <ac131313@redhat.com>
5630
5631 * cli/cli-decode.c (set_cmd_cfunc): Update.
5632 (set_cmd_sfunc): Update.
5633 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5634 (set_cmd_sfunc, set_cmd_cfunc): Update.
5635 * cli/cli-decode.h: Update.
5636
6e157172
MK
56372002-06-15 Mark Kettenis <kettenis@gnu.org>
5638
5639 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5640 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5641
7f19b9a2
AC
56422002-06-15 Andrew Cagney <ac131313@redhat.com>
5643
5644 * defs.h (auto_boolean): Declare enum.
5645 * command.h (cmd_auto_boolean): Delete enum.
5646 * mips-tdep.c (mask_address_var): Update.
5647 (mips_mask_address_p): Update.
5648 (show_mask_address): Update.
5649 * remote.c (struct packet_config): Update.
5650 (update_packet_config): Update.
5651 (show_packet_config_cmd): Update.
5652 (packet_ok): Update.
5653 (add_packet_config_cmd): Update.
5654 (_initialize_remote):
5655 * command.h: Update.
5656 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5657 (do_setshow_command): Update.
5658 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5659 * cli/cli-decode.h: Update.
5660
1cf88de5
MK
56612002-06-15 Mark Kettenis <kettenis@gnu.org>
5662
22ba8cf2
MK
5663 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5664 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5665 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5666 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5667 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5668 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5669
762c5349
MK
5670 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5671 list of DJGPP COFF targets.
5672
091198bb
MK
5673 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5674 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5675 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5676 (FP0_REGNUM): Remove define.
5677 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5678 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5679 (i386_register_virtual_size): Remove protoype.
5680 * i386-tdep.c (i386_register_virtual_size): Removed.
5681 (i386_extract_return_value, i386_store_return_value): Use
5682 FP0_REGNUM instead of NUM_FREGS to determine whether the
5683 floating-point registers are available.
5684 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5685 Adjust for removal of macros mentioned above.
5686
56872002-06-15 Mark Kettenis <kettenis@gnu.org>
5688
fcc9bf01
MK
5689 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5690 comments.
5691 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5692 Remove prototypes.
5693 (supply_gregset, fill_gregset): Remove use of register keyword and
5694 remove declaration for regmap. Use I386_NUM_GREGS instead of
5695 NUM_REGS and NUM_FREGS.
5696 (FPREGSET_FSAVE_OFFSET): Remove.
5697 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5698 NUM_FREGS to determine whether the floating-point registers are
5699 available.
5700
65e78234
MK
5701 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5702 gnu_store_registers): Replace usage of NUM_GREGS with
5703 I386_NUM_GREGS.
5704
98df6387
MK
5705 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5706 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5707 usage of NUM_GREGS with I386_NUM_GREGS.
5708
099a9414
MK
5709 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5710
57976e88
MK
5711 * i386bsd-nat.c: Include "i386-tdep.h".
5712 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5713 I386_NUM_GREGS.
5714
b335f4a6
MK
5715 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5716 and associated comment. They no longer make any sense, since we
5717 don't use this file anymore on Linux.
5718
1cf88de5
MK
5719 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5720 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5721 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5722 elements in these arrays.
5723 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5724 MAX_NUM_REGS.
5725
daa66587
MK
57262002-06-15 Mark Kettenis <kettenis@gnu.org>
5727
5728 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5729 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5730
26e9b323
AC
57312002-06-14 Andrew Cagney <cagney@redhat.com>
5732
5733 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5734 EXTRACT_RETURN_VALUE.
5735 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5736 EXTRACT_STRUCT_VALUE_ADDRESS.
5737 * gdbarch.h, gdbarch.c: Regenerate.
5738
5739 * values.c (value_being_returned): Handle
5740 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5741 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5742
5743 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5744 * arm-tdep.c (arm_gdbarch_init): Update.
5745 * avr-tdep.c (avr_gdbarch_init): Update.
5746 * cris-tdep.c (cris_gdbarch_init): Update.
5747 * d10v-tdep.c (d10v_gdbarch_init): Update.
5748 * ia64-tdep.c (ia64_gdbarch_init): Update.
5749 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5750 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5751 * s390-tdep.c (s390_gdbarch_init): Update.
5752 * sh-tdep.c (sh_gdbarch_init): Update.
5753 * s390-tdep.c (s390_gdbarch_init): Update.
5754 * sparc-tdep.c (sparc_gdbarch_init): Update.
5755 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5756 * v850-tdep.c (v850_gdbarch_init): Update.
5757 * vax-tdep.c (vax_gdbarch_init): Update.
5758 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5759 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5760
5761 * config/arc/tm-arc.h: Update.
5762 * config/d30v/tm-d30v.h: Update.
5763 * config/fr30/tm-fr30.h: Update.
5764 * config/h8300/tm-h8300.h: Update.
5765 * config/h8500/tm-h8500.h: Update.
5766 * config/i386/tm-i386.h: Update.
5767 * config/i386/tm-ptx.h: Update.
5768 * config/i386/tm-symmetry.h: Update.
5769 * config/i960/tm-i960.h: Update.
5770 * config/m32r/tm-m32r.h: Update.
5771 * config/m68k/tm-delta68.h: Update.
5772 * config/m68k/tm-linux.h: Update.
5773 * config/m68k/tm-m68k.h: Update.
5774 * config/m88k/tm-m88k.h: Update.
5775 * config/mcore/tm-mcore.h: Update.
5776 * config/mips/tm-mips.h: Update.
5777 * config/mn10200/tm-mn10200.h: Update.
5778 * config/pa/tm-hppa.h: Update.
5779 * config/pa/tm-hppa64.h: Update.
5780 * config/sparc/tm-sp64.h: Update.
5781 * config/sparc/tm-sparc.h: Update.
5782 * config/sparc/tm-sparclet.h: Update.
5783 * config/z8k/tm-z8k.h: Update.
5784
5179e78f
AC
57852002-06-14 Andrew Cagney <cagney@redhat.com>
5786
5787 * Makefile.in (i386_linux_tdep_h): Define.
5788 (i386_tdep_h, i387_tdep_h): Define.
5789 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5790 $(i386_tdep_h) and $(i387_tdep_h).
5791 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5792
8201327c
MK
57932002-06-14 Mark Kettenis <kettenis@gnu.org>
5794
edf393ac
MK
5795 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5796 Already covered by the default.
5797
896fb97d
MK
5798 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5799 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5800 (i386_gdbarch_init): Initialize long_double_format and long_double
5801 bit.
5802
8201327c
MK
5803 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5804 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5805 Move these to ...
5806 * config/i386/i386sol2.mh: ... here.
5807 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5808 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5809 (SIGCONTEXT_PC_OFFSET): Remove define.
5810 (IN_SIGTRAMP): Remove define.
5811 * i386-sol2-tdep.c: New file.
5812
5813 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5814 * config/i386/tm-i386nw.h: Removed.
5815
5816 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5817 USE_STRUCT_CONVENTION): Remove defines.
5818 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5819 (get_longjmp_target): Remove prototype.
5820 (IN_SIGTRAMP): Remove define.
5821 (i386bsd_in_sigtramp): Remove prototype.
5822 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5823 function. Update comment accordingly
5824 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5825 (FRAME_SAVED_PC): Remove define.
5826 (i386bsd_frame_saved_pc): Remove prototype.
5827 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5828 GET_LONGJMP_TARGET): Remove defines.
5829 (get_longjmp_target): Remove prototype.
5830 (IN_SIGTRAMP): Remove define.
5831 (i386bsd_in_sigtramp): Remove prototype.
5832 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5833 function. Update comment accordingly
5834 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5835 (FRAME_SAVED_PC): Remove define.
5836 (i386bsd_frame_saved_pc): Remove prototype.
5837 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5838 Remove prototype.
5839 (USE_STRUCT_CONVENTION): Remove prototype.
5840 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5841 declaration.
5842 (_initialize_i386bsd_nat): Revise logic to determine some
5843 constants at compile time when compiling a native GDB. Warn if
5844 things don't match up with what we expect.
5845 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5846 Remove variables.
5847 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5848 to use date stored in `struct gdbarch_tdep'.
5849 (i386bsd_sigcontext_offset): Remove varaible.
5850 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5851 stored in `struct gdbarch_tdep'.
5852 (i386bsd_frame_saved_pc): Make static.
5853 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5854 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5855 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5856 i386fbsd4_sc_pc_offset): New variables.
5857 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5858 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5859 functions.
5860 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5861 functions.
5862 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5863 Modify the value of i386fbsd_sigtramp_start and
5864 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5865 i386fbsd_sigtramp_end.
5866 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5867 function.
5868
5869 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5870 define to i386-linux-tdep.h.
5871 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5872 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5873 defines.
5874 (i386_linux_register_name, i386_linux_register_byte,
5875 i386_linux_register_raw_size): Remove prototypes.
5876 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5877 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5878 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5879 TARGET_WRITE_PC): Remove defines.
5880 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5881 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5882 i386_linux_write_pc): Remove prototypes.
5883 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5884 (get_longjmp_target): Remove prototype.
5885 * i386-linux-tdep.h: New file.
5886 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5887 * i386-linux-tdep.c: Include "i386-tdep.h" and
5888 "i386-linux-tdep.h".
5889 (i386_linux_register_name, i386_linux_register_byte,
5890 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5891 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5892 Make static.
5893 (i386_linux_init_abi): New function.
5894 (_initialize_i386_linux_tdep): New function.
5895
5896 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5897 (i386_saved_pc_after_call): Remove prototype.
5898 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5899 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5900 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5901 (i386_register_name, i386_stab_reg_to_regnum,
5902 i386_dwarf_reg_to_regnum): Remove prototypes.
5903 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5904 SIZEOF_SSE_REGS): Remove defines.
5905 (REGISTER_BYTES): Remove define.
5906 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5907 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5908 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5909 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5910 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5911 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5912 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5913 (get_longjmp_target): Remove prototype.
5914 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5915 (sigtramp_saved_pc): Remove define.
5916 (i386v4_sigtramp_saved_pc): Remove prototype.
5917 * config/i386/tm-go32.h (FRAME_CHAIN,
5918 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5919 (i386go32_frame_saved_pc): Remove prototype.
5920 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5921 (get_longjmp_target): Remove prototype.
5922 * i386-tdep.h: Include "osabi.h".
5923 (enum i386_abi): Removed.
5924 (enum struct_return): New enum.
5925 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5926 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5927 sc_pc_offset members.
5928 (i386_gdbarch_register_os_abi): Remove prototype.
5929 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5930 I386_SSE_NUM_REGS): New defines.
5931 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5932 I386_SSE_SIZEOF_REGS): New defines.
5933 (i386_register_name, i386_register_byte, i386_register_raw_size):
5934 New prototypes.
5935 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5936 (i386bsd_sigtramp_saved_pc): New prototype.
5937 * i386-tdep.c: Don't include "elf-bfd.h".
5938 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5939 i386_frame_chain, i386_saved_pc_after_call): Make static.
5940 (i386_frame_saved_pc): Rewrite to call architecture dependent
5941 function to deal with signal handlers. Make static.
5942 (i386go32_frame_saved_pc): Removed.
5943 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5944 Removed.
5945 (i386_get_longjmp_target): New function.
5946 (default_struct_convention, pcc_struct_convention,
5947 reg_struct_convention, valid_conventions, struct_convention): New
5948 variables.
5949 (i386_use_struct_convention): New function.
5950 (i386v4_sigtramp_saved_pc): Renamed to
5951 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5952 (i386_pc_in_sigtramp): New function.
5953 (i386_abi_names): Removed.
5954 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5955 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5956 Removed.
5957 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5958 i386_gdbarch_register_os_abi): Removed.
5959 (struct i386_abi_handler): Removed.
5960 (i386_abi_handler_list): Removed.
5961 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5962 functions.
5963 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5964 i386_nw_init_abi): New functions.
5965 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5966 Use set_gdbarch_xxx() calls instead of relying on macros for a
5967 number of calls.
5968 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5969 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5970 Register the various architecture variants defined in this file.
5971
ad2f7632
DJ
59722002-06-14 Daniel Jacobowitz <drow@mvista.com>
5973
5974 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5975 (struct main_type): Remove arg_types member. Update comments for
5976 struct field.
5977 (TYPE_ARG_TYPES): Remove.
5978 (TYPE_FN_FIELD_ARGS): Update.
5979 (smash_to_method_type): Update prototype.
5980
5981 * c-typeprint.c (cp_type_print_method_args): Take method type
5982 instead of argument list. Use new argument layout. Simplify.
5983 (c_type_print_args): Use new argument layout. Simplify.
5984 (c_type_print_base): Update call to cp_type_print_method_args.
5985 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5986 argument; use die->type instead. Update call to
5987 smash_to_method_type.
5988 (read_structure_scope): Update call to dwarf2_add_member_fn.
5989 * gdbtypes.c (allocate_stub_method): Update comment.
5990 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5991 Use new argument layout.
5992 (check_stub_method): Use new argument layout. Don't count
5993 void as an argument.
5994 (print_arg_types): Update comments. Use new argument layout.
5995 (recursive_dump_type): Don't print arg_types member.
5996 * hpread.c (hpread_read_struct_type): Use new argument layout.
5997 (fixup_class_method_type): Likewise.
5998 (hpread_type_lookup): Likewise.
5999 * stabsread.c (read_type): Update calls to read_args and
6000 smash_to_method_type.
6001 (read_args): Use new argument layout. Simplify.
6002 * valops.c (typecmp): Use new argument layout. Update parameters
6003 and comments. Simplify.
6004 (hand_function_call): Use new argument layout.
6005 (search_struct_method): Update call to typecmp.
6006 (find_overload_match): Use new argument layout.
6007
6da02953
DJ
60082002-06-13 Daniel Jacobowitz <drow@mvista.com>
6009
6010 * NEWS: Mention multithreaded debug support for gdbserver.
6011
519b2366
DJ
60122002-06-13 Daniel Jacobowitz <drow@mvista.com>
6013
6014 * MAINTAINERS: Mention NEWS.
6015
6c0d6680
DJ
60162002-06-13 Daniel Jacobowitz <drow@mvista.com>
6017
6018 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6019 (struct mips_objfile_private, compare_pdr_entries): New.
6020 (non_heuristic_proc_desc): Read the ".pdr" section if it
6021 is present.
6022
6529d2dd
AC
60232002-06-12 Andrew Cagney <ac131313@redhat.com>
6024
6025 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6026 (arm_debug): New static variable.
6027 (_initialize_arm_tdep): Add ``set debug arm'' command.
6028
26216b98
AC
60292002-06-12 Andrew Cagney <ac131313@redhat.com>
6030
6031 * Makefile.in (sim_arm_h): Define.
6032 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6033 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6034 (arm_register_sim_regno): New function, map an internal REGNUM
6035 onto a simulator register number.
6036 (arm_gdbarch_init): Set register_sim_regno.
6037
814b3ba0
AH
60382002-06-09 Aldy Hernandez <aldyh@redhat.com>
6039
6040 * MAINTAINERS: Add self.
6041
475b0867
JB
60422002-06-11 Jim Blandy <jimb@redhat.com>
6043
919d772c
JB
6044 * source.c (source_info): Mention whether the symtab has
6045 information about preprocessor macros.
6046
475b0867
JB
6047 Call the command `info macro', not `show macro'.
6048 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6049 Fix error message.
6050 (_initialize_macrocmd): Register `info_macro_command' in
6051 `infolist', not `showlist'.
6052
9e364162
DJ
60532002-06-11 Daniel Jacobowitz <drow@mvista.com>
6054
6055 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6056 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6057 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6058 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6059 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6060 unconditionally.
6061 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6062 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6063 (_initialize_mips_tdep): Remove dead code.
6064 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6065 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6066 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6067 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6068 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6069 MIPS_LAST_FP_ARG_REGNUM): Remove.
6070
23aa4c72
ML
60712002-06-11 Michal Ludvig <mludvig@suse.cz>
6072
6073 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6074 (unwind_tmp_obstack_free, parse_frame_info)
6075 (update_context, cfi_read_fp, cfi_write_fp)
6076 (cfi_frame_chain, cfi_init_extra_frame_info)
6077 (cfi_virtual_frame_pointer): Use the above function.
264d1763 6078 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 6079
70eb15a4
CV
60802002-06-11 Corinna Vinschen <vinschen@redhat.com>
6081
6082 * v850-tdep.c (v850_type_is_scalar): New function.
6083 (v850_use_struct_convention): Match current gcc implementation
6084 as close as possible.
6085 (v850_push_arguments): Fix stack_offset handling. Don't write
6086 struct_addr into register. This is done by v850_store_struct_return.
6087 (v850_extract_return_value): Care for structs.
6088 (v850_store_return_value): Ditto.
6089 (v850_store_struct_return): Actually write address.
6090
482a4d06
ML
60912002-06-11 Michal Ludvig <mludvig@suse.cz>
6092
6093 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6094 without debug information too.
6095
d855c300
AC
60962002-06-10 Andrew Cagney <ac131313@redhat.com>
6097
6098 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6099 Make multi-arch pure.
6100 * gdbarch.h, gdbarch.c: Re-generate.
6101 * arm-tdep.c (arm_print_float_info): Update.
6102 * arch-utils.h (default_print_float_info): Update.
6103 * arch-utils.c (default_print_float_info): Update.
6104 * infcmd.c (float_info): Update call.
6105
dd12a101
AC
61062002-06-10 Andrew Cagney <ac131313@redhat.com>
6107
6108 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6109 the front of the initialize list.
6110
101dcfbe
AC
61112002-06-10 Andrew Cagney <ac131313@redhat.com>
6112
6113 * infrun.c (struct inferior_status): Replace fields
6114 selected_frame_address and selected_level with field
6115 selected_frame_id.
6116 (save_inferior_status): Update. Use get_frame_id.
6117 (struct restore_selected_frame_args): Delete.
6118 (restore_selected_frame): Update. Use frame_find_by_id.
6119 (restore_inferior_status): Update.
6120
6121 * breakpoint.h (struct breakpoint): Change type of
6122 watchpoint_frame to frame_id.
6123 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6124 call to get_current_frame.
6125 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6126 get_current_frame.
6127 (watchpoint_check): Use frame_find_by_id.
6128
6129 * frame.h (record_selected_frame): Delete declaration.
6130 * stack.c (record_selected_frame): Delete function.
6131
6132 * frame.h (struct frame_id): Define.
6133 (get_frame_id): Declare.
6134 (frame_find_by_id): Declare.
6135 * frame.c (frame_find_by_id): New function.
6136 (get_frame_id): New function.
6137
304270b6
AV
61382002-06-10 Andrey Volkov <avolkov@transas.com>
6139
6140 * ser-e7kpc.c: Fix duplicated define and call of
6141 _initialize_ser_e7000pc
6142
2f2cf184
DJ
61432002-06-09 Daniel Jacobowitz <drow@mvista.com>
6144
6145 * signals/signals.c (target_signal_from_host): Fix #ifdef
6146 SIGRTMIN case.
6147 (do_target_signal_to_host): Likewise.
6148
caaa3122
DJ
61492002-06-09 Daniel Jacobowitz <drow@mvista.com>
6150
6151 * mips-tdep.c (mips_find_abi_section): New function.
6152 (mips_gdbarch_init): Call it.
6153
6ac5df3a
MK
61542002-06-09 Mark Kettenis <kettenis@gnu.org>
6155
6156 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6157 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6158 after Andrew's 2002-06-08 gdbarch change.
6159
82ea117a
MK
61602002-06-09 Mark Kettenis <kettenis@gnu.org>
6161
6162 * i386-linux-nat.c (suppy_gregset): Don't supply
6163 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6164 register cache.
6165 (fill_gregset): Don't fetch it under the same circumstances.
6166
3c25f8c7
AC
61672002-06-09 Andrew Cagney <cagney@redhat.com>
6168
6169 * Makefile.in (callback_h): Define.
6170 (remote_sim_h): Update path to remote-sim.h.
6171 (remote-rdp.o): Add $(callback_h).
6172 (remote-sim.o): Use $(callback_h).
6173 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6174 * remote-rdp.c: Include "gdb/callback.h".
6175
1029b7fa
MK
61762002-06-09 Mark Kettenis <kettenis@gnu.org>
6177
6178 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6179 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6180
616675d3
AC
61812002-06-08 Andrew Cagney <ac131313@redhat.com>
6182
a3efda28
AC
6183 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6184 * rdi-share/serpardr.c: Ditto.
6185 * rdi-share/unixcomm.c: Ditto.
6186 * rdi-share/serdrv.c: Ditto.
6187 * rdi-share/hostchan.h: Ditto.
6188 * rdi-share/hostchan.c: Ditto.
6189 * rdi-share/host.h: Ditto.
6190 * rdi-share/devsw.c: Ditto.
6191
c5f10366
AC
6192 * objfiles.h: Change type of obj_private to void pointer.
6193 * pa64solib.c: Update copyright. Don't include "assert.h", use
6194 strcmp instead of STREQ, use LONGEST, do not use PTR
6195 * somsolib.c: Ditto.
6196
616675d3
AC
6197 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6198 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6199 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6200
e4b415d9
AC
62012002-06-08 Andrew Cagney <ac131313@redhat.com>
6202
6203 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6204 (default_get_saved_register): Delete function.
6205 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6206 generic_unwind_get_saved_register.
6207 * gdbarch.h, gdbarch.c: Re-generate.
6208
ca0d0b52
AC
62092002-06-08 Andrew Cagney <ac131313@redhat.com>
6210
6211 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6212 generic_func_frame_chain_valid.
6213 * gdbarch.h, gdbarch.c: Re-generate.
6214 * blockframe.c (generic_func_frame_chain_valid): Only check
6215 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6216 passing FP to PC_IN_CALL_DUMMY.
6217 Fix PR gdb/360.
6218
76860b5f
AC
62192002-06-08 Andrew Cagney <ac131313@redhat.com>
6220
6221 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6222 (register_gdbarch_data): Initialize init_p.
6223 (gdbarch_data): Initialize data pointer using the init function.
6224 (init_gdbarch_data): Delete function.
6225 (gdbarch_update_p): Update.
6226 (initialize_non_multiarch): Update.
6227 (struct gdbarch): Add field initialized_p.
6228 * gdbarch.h, gdbarch.c: Re-generate.
6229
8dda9770
ML
62302002-06-07 Michal Ludvig <mludvig@suse.cz>
6231
6232 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6233 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6234 better do the things actually here.
6235 * x86-64-tdep.c (x86_64_register_name2nr): New.
6236 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6237 (x86_64_gdbarch_init): Respect the above change.
6238 * x86-64-tdep.h (x86_64_register_name2nr)
6239 (x86_64_register_nr2name): Add prototypes.
6240 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6241
3d79a47c
MS
62422002-06-06 Michael Snyder <msnyder@redhat.com>
6243
7bd91a28
MS
6244 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6245 Delete extra braces and re-indent.
6246 (d10v_store_return_value): Char return values
3d79a47c
MS
6247 must be shifted over by one byte in R0.
6248 (d10v_extract_return_value): Delete extra braces, re-indent.
6249
095a4c96
EZ
62502002-06-06 Elena Zannoni <ezannoni@redhat.com>
6251
6252 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6253 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6254 (d10v_integer_to_address): Rewrite.
6255 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6256 the d10v specific functions which take care of converting to the
6257 correct space.
6258
e8a77ca4
EZ
62592002-06-06 Elena Zannoni <ezannoni@redhat.com>
6260
6261 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6262 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6263
4f2e4a4f
AC
62642002-06-02 Andrew Cagney <ac131313@redhat.com>
6265
6266 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6267 includes.
6268 * config/tm-linux.h: Ditto.
6269 * config/alpha/tm-alphalinux.h: Ditto.
6270 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6271 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6272 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6273 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6274 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6275 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6276 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6277 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6278 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6279 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6280 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6281 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6282 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6283 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6284 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6285 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6286 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6287 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6288 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6289 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6290 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6291 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6292 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6293 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6294 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6295 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6296 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6297 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6298 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6299 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6300 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6301 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6302 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6303 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6304 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6305 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6306 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6307
ae2ab2ce
AS
63082002-05-04 Aidan Skinner <aidan@velvet.net>
6309
6310 * ada-exp.tab.c: New file
6311 * ada-exp.y: New file
6312 * ada-lang.c: New file
6313 * ada-lang.h: New file
6314 * ada-lex.c: New file
6315 * ada-lex.l: New file
6316 * ada-tasks.c: New file
6317 * ada-typeprint.c: New file
6318 * ada-valprint.c: New file
6319
0ddd0135
JT
63202002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6321
6322 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6323 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6324
750fbacc
JT
63252002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6326
6327 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6328 insetead of ppc-linux-tdep.o.
6329 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6330 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6331
df94e18a
AC
63322002-06-02 Andrew Cagney <ac131313@redhat.com>
6333
6334 2002-05-07 Christian Groessler <chris@groessler.org>
6335 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6336 bit register contents for little endian hosts.
6337
1a38ab75
AC
63382002-06-01 Andrew Cagney <ac131313@redhat.com>
6339
6340 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6341 any maintainer.
6342
8b1632ac
AC
63432002-06-01 Andrew Cagney <ac131313@redhat.com>
6344
6345 * gdbarch.h: Regenerate.
6346
627054c8
AC
63472002-06-01 Andrew Cagney <ac131313@redhat.com>
6348
6349 * MAINTAINERS: Add everyone to write-after-approval list.
6350
4f460812
AC
63512002-06-01 Andrew Cagney <ac131313@redhat.com>
6352
6353 * stack.c (frame_info): Use frame_register_unwind instead of
6354 saved_regs. Mention when the SP is on the stack or in a register.
6355
6356 * frame.h (frame_register_unwind_ftype): Define. Document.
6357 (struct frame_info): Add field register_unwind and
6358 register_unwind_cache.
6359 (frame_register_unwind): Declare.
6360 (generic_unwind_get_saved_register): Declare.
6361
6362 * frame.c (frame_register_unwind): New function.
6363 (generic_unwind_get_saved_register): New function.
6364
6365 * blockframe.c (generic_call_dummy_register_unwind): New function.
6366 (frame_saved_regs_register_unwind): New function.
6367 (set_unwind_by_pc): New function.
6368 (create_new_frame): New function.
6369 (get_prev_frame): New function.
6370
de888f76
AC
63712002-05-30 Andrew Cagney <ac131313@redhat.com>
6372
6373 * a29k-share/: Delete directory.
6374 * remote-vx29k.c: Delete file.
6375
2f2c3626
JT
63762002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6377
6378 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6379 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6380
9ce5c36a
JT
63812002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6382
6383 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6384 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6385 (sparc64nbsd-nat.o)
6386 (sparcnbsd-nat.o)
6387 (sparcnbsd-tdep.o): New dependency lists.
6388 * NEWS: Note new UltraSPARC NetBSD native configuration.
6389 * configure.host (sparc64-*-netbsd*): New host.
6390 * configure.tgt (sparc-*-netbsdelf*)
6391 (sparc-*-netbsd*): Set gdb_target to nbsd.
6392 (sparc64-*-netbsd*): New target.
6393 * sparc64nbsd-nat.c: New file.
6394 * sparcnbsd-nat.c: New file.
6395 * sparcnbsd-tdep.c: New file.
6396 * sparcnbsd-tdep.h: New file.
6397 * config/sparc/nbsd.mt: New file.
6398 * config/sparc/nbsd64.mh: New file.
6399 * config/sparc/nbsd64.mt: New file.
6400 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6401 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6402 (HOST_IPC): Remove.
6403 * config/sparc/nbsdaout.mt: Remove.
6404 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6405 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6406 (HOST_IPC): Remove.
6407 * config/sparc/nbsdelf.mt: Remove.
6408 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6409 sparc-nat.c compatiblity defines.
6410 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6411 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6412 * config/sparc/tm-nbsd64.h: New file.
6413 * config/sparc/tm-nbsdaout.h: Remove.
6414 * config/sparc/xm-nbsd.h: Remove.
6415
ef3cf062
JT
64162002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6417
6418 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6419 * sparc-tdep.c: Include osabi.h.
6420 (gdbarch_tdep): Add osabi member.
6421 (_initialize_sparc_tdep): Use gdbarch_register.
6422 (sparc_gdbarch_init): Use generic OS ABI framework.
6423 (sparc_dump_tdep): New function.
6424
ee8ff470
KB
64252002-05-30 Kevin Buettner <kevinb@redhat.com>
6426
6427 * corefile.c (do_captured_read_memory_integer): Return non-zero
6428 result.
6429 (safe_read_memory_integer): Copy result of memory read when
6430 status is non-zero. Also, add comments.
6431
7b112f9c
JT
64322002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6433
6434 * Makefile.in (ppc_tdep_h): Define.
6435 (ppc-linux-nat.o)
6436 (ppc-linux-tdep.o)
6437 (rs6000-tdep.o): Use $(ppc_tdep_h).
6438 (ppc-sysv-tdep.o)
6439 (ppcnbsd-nat.o)
6440 (ppcnbsd-tdep.o): New dependency lists.
6441 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
6442 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6443 (ppc_linux_init_abi): New functions.
7b112f9c
JT
6444 (ppc_sysv_abi_broken_use_struct_convention)
6445 (ppc_sysv_abi_use_struct_convention)
6446 (ppc_sysv_abi_push_arguments): Move to...
6447 * ppc-sysv-tdep.c: ...here.
6448 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6449 * rs6000-tdep.c (process_note_abi_tag_sections)
6450 (get_elfosabi): Remove.
6451 (rs6000_gdbarch_init): Use generic OS ABI framework.
6452 (rs6000_dump_tdep): New function.
6453 (_initialize_rs6000_tdep): Use gdbarch_register.
6454 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6455 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6456 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6457 of ppc-linux-tdep.o.
6458 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6459 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6460 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6461 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6462 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6463 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6464
480dd42a
JB
64652002-05-29 Jim Blandy <jimb@redhat.com>
6466
6467 * macroscope.c (default_macro_scope): Put `void' in empty argument
6468 list.
6469
4182591f
AC
64702002-05-29 Andrew Cagney <ac131313@redhat.com>
6471
6472 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6473 * arch-utils.c: Include "sim-regno.h".
6474 * gdbarch.sh: Don't include "sim-regno.h".
6475 * gdbarch.h, gdbarch.c: Regenerate.
6476 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6477 here.
6478 * arch-utils.h (legacy_register_sim_regno): To here.
6479 * remote-sim.c (legacy_register_sim_regno): Move function from
6480 here.
6481 * arch-utils.c (legacy_register_sim_regno): To here.
6482
8238d0bf
AC
64832002-05-28 Andrew Cagney <ac131313@redhat.com>
6484
6485 * sim-regno.h: New file.
6486 * Makefile.in (sim_regno_h): Define.
6487 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6488 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6489 (legacy_register_sim_regno): New function.
6490 (one2one_register_sim_regno): New function.
6491 (gdbsim_fetch_register): Rewrite.
6492 (gdbsim_store_register): Only store a register when
6493 REGISTER_SIM_REGNO is valid.
6494 * d10v-tdep.c: Include "sim-regno.h".
6495 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6496 (d10v_ts3_register_sim_regno): Ditto.
6497 * gdbarch.sh: Include "sim-regno.h".
6498 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6499 * gdbarch.h, gdbarch.c: Regenerate.
6500 * arch-utils.h (default_register_sim_regno): Delete declaration.
6501 * arch-utils.c (default_register_sim_regno): Delete function.
6502
485721b1
JT
65032002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6504
6505 * ppcnbsd-nat.c: Rewrite.
6506 * ppcnbsd-tdep.c: New file.
6507 * ppcnbsd-tdep.h: New file.
6508 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6509 solib.o, and solib-svr4.o.
6510 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6511 nbsd-tdep.o, and corelow.o.
6512
697f244d
AC
65132002-05-28 Andrew Cagney <ac131313@redhat.com>
6514
6515 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6516 `tr' and `sed'. Mention that `broken' targets are not expected to
6517 build.
6518
f08caad1 65192002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
6520
6521 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6522 Let PC point right after the prologue before looking up symbols.
6523
3139facc
MH
65242002-05-27 Martin M. Hunt <hunt@redhat.com>
6525
6526 * i386-tdep.c (i386_register_virtual_type): Return
6527 builtin_type_vec128i for SSE registers.
6528
6529 * gdbtypes.h (builtin_type_vec128i): Declare.
6530
6531 * gdbtypes.c (build_builtin_type_vec128i): New function.
6532 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6533 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6534 (build_gdbtypes): Initialize new builtin vector types.
6535 (_initialize_gdbtypes): Register new vector types with gdbarch.
6536
6e3ba3b8
JT
65372002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6538
6539 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6540 since it has been multi-arch'd.
6541 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6542 Move Alpha and VAX multi-arch news entries to same section
6543 as other multi-arch news.
6544
93d5585d
JT
65452002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6546
6547 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6548 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6549 static. Rename some register numbers to put them in ns32k-tdep
6550 private namespace.
6551 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6552 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6553 functions.
6554 (_initialize_ns32k_tdep): Use gdbarch_register.
6555 * ns32k-tdep.h: New file.
6556 * ns32knbsd-tdep.c: New file.
6557 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6558 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6559 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6560 REGISTER_BYTES, REGISTER_BYTE): Remove.
6561 * config/ns32k/tm-ns32k.h: New file.
6562 * config/ns32k/tm-umax.h: Remove.
6563
efb2c70e
JT
65642002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6565
6566 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6567 ns32k_store_struct_return, ns32k_extract_return_value,
6568 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6569 functions.
6570 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6571 ns32k_saved_pc_after_call.
6572 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6573 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6574 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6575 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6576 ns32k_extract_struct_value_address.
6577
7bcc927b
JT
65782002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6579
6580 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6581 ns32k_fix_call_dummy): New.
6582 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6583 ns32k_call_dummy_words.
6584 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6585 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6586 CALL_DUMMY_NARGS): Remove.
6587 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6588
78f9d765
JT
65892002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6590
6591 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6592 ns32k_frame_saved_pc, ns32k_frame_args_address,
6593 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6594 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6595 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6596 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6597 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6598 (BREAKPOINT): Remove..
6599 (FRAME_CHAIN): Define as ns32k_frame_chain.
6600 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6601 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6602 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6603 (FRAME_FIND_SAVED_REGS): Remove.
6604 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6605 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6606 (POP_FRAME): Define as ns32k_pop_frame.
6607
f2c762e0
JT
66082002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6609
6610 * ns32k-tdep.c (ns32k_register_byte_32082,
6611 ns32k_register_byte_32382, ns32k_register_raw_size,
6612 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6613 functions.
6614 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6615 ns32k_register_byte_32382.
6616 * config/ns32k/tm-umax.h: Update copyright years.
6617 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6618 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6619 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6620 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6621 (ns32k_get_enter_addr): Fix prototype.
6622
af137673
JT
66232002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6624
6625 * ns32k-tdep.c: Update copyright years.
6626 (ns32k_register_name_32082): New function.
6627 (ns32k_register_name_32382): Ditto.
6628 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6629 (REGISTER_NAME): Define as ns32k_register_name_32382.
6630 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6631 (REGISTER_NAME): Define as ns32k_register_name_32082.
6632
a8bc7b56
JB
66332002-05-24 Jim Blandy <jimb@redhat.com>
6634
6635 * dwarf2read.c (free_line_header): Use xfree, not free.
6636
83a45910
JT
66372002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6638
6639 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6640 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6641
0db71247
AC
66422002-05-23 Andrew Cagney <ac131313@redhat.com>
6643
6644 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6645
b9e5e4dd
AC
66462002-05-23 Andrew Cagney <ac131313@redhat.com>
6647
6648 From Ross Alexander at NEC Europe:
6649 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6650
de530e84
MS
66512002-05-23 Michael Snyder <msnyder@redhat.com>
6652
6653 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6654 for input, rather than parse_and_eval_address.
6655
b91b96f4
AC
66562002-05-23 Andrew Cagney <ac131313@redhat.com>
6657
6658 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6659 * Makefile.in (sim_d10v_h): Update definition.
6660
8b279e7a
AC
66612002-05-24 Andrew Cagney <cagney@redhat.com>
6662
6663 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6664 change `2002-05-22 Michael Snyder' below.
6665 (d10v_push_arguments): Ditto.
6666 (d10v_extract_return_value): Ditto.
6667
0a3d0425
JB
66682002-05-23 Jim Blandy <jimb@redhat.com>
6669
6670 * macrotab.c (check_for_redefinition): Don't complain if the new
6671 definition is the same as the previous one. Take more arguments
6672 to allow the comparison.
6673 (macro_define_object, macro_define_function): Pass more arguments
6674 to check_for_redefinition.
6675
78eac43e
MS
66762002-05-22 Michael Snyder <msnyder@redhat.com>
6677
6678 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6679 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6680 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6681 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6682 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6683 Add a temp variable to save a call (and a memory read).
6684 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6685 if possible (so that PC_IN_CALL_DUMMY will work).
6686
9bc1edb8
CV
66872002-05-22 Corinna Vinschen <vinschen@redhat.com>
6688
6689 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6690
005ef3d2
ML
66912002-05-22 Michal Ludvig <mludvig@suse.cz>
6692
6693 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6694 fde->cie_ptr.
6695 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6696 (dwarf2_build_frame_info): Add offset to fde->initial_location
6697 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
6698 (execute_stack_op): Change type of 'result' from ULONGEST to
6699 CORE_ADDR.
005ef3d2 6700
fcf4f891
JT
67012002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6702
6703 * config/alpha/tm-nbsd.h: Include solib.h.
6704
cfef91e4
JT
67052002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6706
6707 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6708 assumptions about the host's byte order.
6709
9964235a
JT
67102002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6711
6712 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6713 to dependency list.
6714 * alphanbsd-tdep.c: Include solib-svr4.h.
6715 * shnbsd-tdep.c: Ditto.
6716
9eeef8ef
JT
67172002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6718
6719 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6720 nbsd-tdep.h to dependency list.
6721 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6722 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6723 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6724 nbsdaout.mh and nbsdelf.mh consistently.
6725 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6726 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6727 nbsdaout.mt and nbsdelf.mh consistently.
6728 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6729 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6730 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6731 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6732 a.out shared library stuff from here...
6733 * config/nm-nbsdaout.h: ...to here.
6734 * config/tm-nbsd.h: Remove.
6735 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6736 * config/arm/nbsd.mh: Remove.
6737 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6738 nbsd-tdep.o.
6739 * config/arm/nbsdaout.mh: New file.
6740 * config/arm/nbsdelf.mh: New file.
6741 * config/arm/nm-nbsdaout.h: New file.
6742 * config/i386/nbsd.mh: Remove.
6743 * config/i386/nbsd.mt: Remove.
6744 * config/i386/nbsdaout.mh: New file.
6745 * config/i386/nbsdaout.mt: New file.
6746 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6747 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6748 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6749 i386_register_u_addr): Remove.
6750 * config/i386/nm-nbsdaout.h: New file.
6751 * config/i386/nm-nbsdelf.h: Remove.
6752 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6753 (USE_STRUCT_CONVENTION): Remove.
6754 * config/i386/tm-nbsdaout.h: New file.
6755 * config/i386/tm-nbsdelf.h: Remove.
6756 * config/m68k/nbsd.mh: Remove.
6757 * config/m68k/nbsd.mt: Remove.
6758 * config/m68k/nbsdaout.mh: New file.
6759 * config/m68k/nbsdaout.mt: New file.
6760 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6761 * config/m68k/nm-nbsdaout.h: New file.
6762 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6763 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6764 * config/ns32k/nbsd.mh: Remove.
6765 * config/ns32k/nbsd.mt: Remove.
6766 * config/ns32k/nbsdaout.mh: New file.
6767 * config/ns32k/nbsdaout.mt: New file.
6768 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6769 * config/ns32k/nm-nbsdaout.h: New file.
6770 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6771 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6772 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6773 (SVR4_SHARED_LIBS): Remove.
6774 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6775 * config/sparc/nbsd.mh: Remove.
6776 * config/sparc/nbsd.mt: Remove.
6777 * config/sparc/nbsdaout.mh: New file.
6778 * config/sparc/nbsdaout.mt: New file.
6779 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6780 * config/sparc/nbsdelf.mt: New file.
6781 * config/sparc/nm-nbsdaout.h: New file.
6782 * config/sparc/nm-nbsdelf.h: Remove.
6783 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6784 * config/sparc/tm-nbsdaout.h: New file.
6785
257ce470
JT
67862002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6787
6788 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6789 mipsnbsd-tdep.c
6790 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6791
76a6d5fe
JT
67922002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6793
6794 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6795 shnbsd-nat.c.
6796 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6797
45888261
JT
67982002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6799
6800 * NEWS: Note new MIPS NetBSD native configuration.
6801 * configure.host (mips*-*-netbsd*): New host.
6802 * configure.tgt (mips*-*-netbsd*): New target.
6803 * mipsnbsd-nat.c: New file.
6804 * mipsnbsd-tdep.c: New file.
6805 * mipsnbsd-tdep.h: New file.
6806 * config/mips/nbsd.mh: New file.
6807 * config/mips/nbsd.mt: New file.
6808 * config/mips/nm-nbsd.h: New file.
6809 * config/mips/tm-nbsd.h: New file.
6810
70f80edf
JT
68112002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6812
6813 * Makefile.in (SFILES): Add osabi.c.
6814 (COMMON_OBS): Add osabi.o.
6815 (osabi.o): New dependency list.
6816 * osabi.c: New file.
6817 * osabi.h: New file.
6818 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6819
6820 * Makefile.in (alpha_tdep_h): Define and use instead of
6821 alpha-tdep.h.
6822 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6823 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6824 Remove.
6825 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6826 * alpha-tdep.h: Include osabi.h.
6827 (alpha_abi): Remove.
6828 (gdbarch_tdep): Use generic OS ABI framework.
6829 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6830 gdbarch_register_osabi.
6831 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6832 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6833 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6834
6835 * Makefile.in (sh_tdep_h): Add osabi.h.
6836 * sh-tdep.h (sh_osabi): Remove.
6837 (gdbarch_tdep): Use generic OS ABI framework.
6838 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6839 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6840 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6841 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6842
6843 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6844 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6845 gdbarch_register_osabi.
6846 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6847 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6848 (get_elfosabi): Rename to...
6849 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6850 ABI framework support routines.
6851 (arm_gdbarch_init): Use generic OS ABI framework.
6852 (arm_dump_tdep): Likewise.
6853 (_initialize_arm_tdep): Likewise.
6854 * arm-tdep.h: Include osabi.h.
6855 (arm_abi): Remove.
6856 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6857 osabi member.
6858 (arm_gdbarch_register_os_abi): Remove prototype.
6859 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6860 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6861
6862 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6863 * mips-tdep.c: Include osabi.h.
6864 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6865 OS ABI framework.
6866
d194345b
KH
68672002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6868
6869 * h8300-tdep.c: Fix formatting.
6870
70c6b0d1
EZ
68712002-05-20 Elena Zannoni <ezannoni@redhat.com>
6872
6873 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6874 printing vector registers.
6875
165b8e33
AC
68762002-05-19 Andrew Cagney <ac131313@redhat.com>
6877
6878 From Fernando Nasser:
6879 * remote.c (remote_async_open_1): Re-throw the exception when the
6880 connection fails.
6881 (remote_cisco_open): Ditto.
6882 (remote_open_1): Ditto.
6883
36918e70
AC
68842002-05-19 Andrew Cagney <ac131313@redhat.com>
6885
6886 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6887 (remote_start_remote): Add uiout parameter. Pass through to
6888 remote_start_remote_dummy.
6889 (remote_open_1): Use catch_exception instead of catch_errors.
6890 (remote_async_open_1): Ditto.
6891 (remote_cisco_open): Ditto.
6892
ae44c0c4
AC
68932002-05-19 Andrew Cagney <ac131313@redhat.com>
6894
6895 * remote.c (remote_start_remote): Replace PTR with void pointer.
6896 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6897 static.
6898
8efe637d
AC
68992002-05-18 Andrew Cagney <ac131313@redhat.com>
6900
6901 * gdb_indent.sh: Allow the script to be run in the sim directory.
6902
2f1b5984
MK
69032002-05-18 Mark Kettenis <kettenis@gnu.org>
6904
f0f625e2
MK
6905 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6906 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6907
2f1b5984
MK
6908 * corelow.c (core_open): Only call set_gdbarch_from_file if
6909 exec_bfd is NULL.
6910
fc974602
AV
69112002-05-17 Andrey Volkov <avolkov@transas.com>
6912
6913 * h8300-tdep.c: Add support of EXR register
6914 * config/h8300/tm-h8300.h: Ditto.
6915
906709f4
AV
69162002-05-17 Andrey Volkov <avolkov@transas.com>
6917
6918 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6919
6e591d68
AV
69202002-05-17 Andrey Volkov <avolkov@transas.com>
6921
6922 * h8300-tdep.c: Change literal regnums to REGNO.
6923
84f0252a
JB
69242002-05-17 Jim Blandy <jimb@redhat.com>
6925
e0e9281e
JB
6926 * NEWS: Note addition of macro support.
6927
84f0252a
JB
6928 Expand preprocessor macros in C expressions.
6929 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6930 (scan_macro_expansion, scanning_macro_expansion,
6931 finished_macro_expansion): New function declarations.
6932 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6933 variable declarations.
6934 * parser-defs.h (expression_context_pc): New declaration.
6935 * parse.c (expression_context_pc): New variable.
6936 (parse_exp_1): Set expression_context_pc, as well as
6937 expression_context_block.
6938 * c-exp.y (yylex): If we're not already reading the result of a
6939 macro expansion, try to macro-expand the next token. When we're
6940 done scanning a macro expansion, switch back to the mainline text.
6941 Commas and `if's in a macro's expansion don't terminate the input.
6942 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6943 (macro_original_text, macro_expanded_text,
6944 expression_macro_lookup_func, expression_macro_lookup_baton): New
6945 variables.
6946 (scan_macro_expansion, scanning_macro_expansion,
6947 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6948 c_preprocess_and_parse): New functions.
6949 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6950 c_preprocess_and_parse, instead of c_parse.
6951 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6952 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6953
1c509ca8
JR
6954Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6955
6956 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6957 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6958 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6959
2250ee0c
CV
69602002-05-17 Corinna Vinschen <vinschen@redhat.com>
6961
6962 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6963
ab3b8126
JT
69642002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6965
6966 * Makefile.in (sh_tdep_h): Define and use.
6967 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6968 register enum): Move to...
6969 * * sh-tdep.h: ...here.
6970 * sh-tdep.c: Include sh-tdep.h.
6971 * sh3-rom.c: Likewise.
6972 * shnbsd-tdep.c: Likewise.
6973
ed9d4749
MS
69742002-05-16 Michael Snyder <msnyder@redhat.com>
6975
6976 * arm-tdep.c: Spelling fix in comment.
6977
2e276125
JB
69782002-05-16 Jim Blandy <jimb@redhat.com>
6979
6821892e
JB
6980 Add commands for manually expanding macros and showing their
6981 definitions.
6982 * macrocmd.c, macroscope.c, macroscope.h: New files.
6983 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6984 (macroscope_h): New variable.
6985 (HFILES_NO_SRCDIR): Add macroscope.h.
6986 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6987 (macroscope.o, macrocmd.o): New rules.
6988
2e276125
JB
6989 Teach the Dwarf 2 reader to read macro information.
6990 * dwarf2read.c: #include "macrotab.h".
6991 (dwarf_macinfo_buffer): New variable.
6992 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6993 dwarf_macinfo_size.
6994 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6995 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6996 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6997 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6998 dwarf2_macro_spaces_in_definition): New complaints.
6999 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7000 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7001 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7002 the partial symbol table.
7003 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7004 from what's recorded in the partial symbol table.
7005 (read_file_scope): If the compilation unit has a
7006 `DW_AT_macro_info' attribute, read its macro information.
7007 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7008
2f53fe6c
DJ
70092002-05-16 Daniel Jacobowitz <drow@mvista.com>
7010
7011 Fix PR gdb/546
7012 * ser-tcp.c: Don't include <netinet/udp.h>.
7013
2be99286
SC
70142002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7015
7016 * MAINTAINERS: Update my email address.
7017
c9af212b 70182002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
7019
7020 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7021 include file of the same name.
7022
bf5f1a52
CV
70232002-05-16 Corinna Vinschen <vinschen@redhat.com>
7024
7025 * configure.tgt: Mark v850 as multi-arched.
7026 * config/v850/tm-v850.h: Remove file.
7027 * config/v850/v850.mt: Eliminate TM_FILE.
7028
435e042a
CV
70292002-05-16 Corinna Vinschen <vinschen@redhat.com>
7030
7031 * v850-tdep.c: Full multi-arch.
7032 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7033 Define GDB_MULTI_ARCH to 2.
7034
9819c6c8
PM
70352002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7036
7037 * p-exp.y (current_type): New static variable.
7038 Carries the type of the expression at the position that is parsed.
7039 (push_current_type, pop_current_type): Two new functions. Used
7040 to store/restore current_type in expression on specific tokens.
c9af212b
RE
7041 (search_field): New static variable. Set to one after parsing a point
7042 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
7043 (FIELDNAME): New token. After a point only a token belonging to
7044 current_type type definition is allowed.
7045 (all over token rules): reset and change current_type according
7046 to rules.
7047 (exp '[' rule): insert implicit array index field if
7048 exp is a pascal string type.
7049
3a06899a
CV
70502002-05-16 Corinna Vinschen <vinschen@redhat.com>
7051
7052 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7053 frame info. Use frame_info's saved_regs instead of matching member
7054 in extra_frame_info throughout.
7055 (v850_frame_init_saved_regs): New function.
7056 (v850_init_extra_frame_info): Move most functionality into
7057 v850_frame_init_saved_regs().
7058 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7059 (v850_frame_find_saved_regs): Remove declaration.
7060 (FRAME_FIND_SAVED_REGS): Remove definition.
7061 (v850_frame_init_saved_regs): Add declaration.
7062 (FRAME_INIT_SAVED_REGS): Add definition.
7063
6ed14b0e
CV
70642002-05-16 Corinna Vinschen <vinschen@redhat.com>
7065
7066 * v850-tdep.c: Begin multi-arch'ing v850.
7067 (v850_target_architecture_hook): Remove function.
7068 (v850_gdbarch_init): New function. Add code previously in
7069 v850_target_architecture_hook().
7070 (_initialize_v850_tdep): Don't set target_architecture_hook.
7071 Call register_gdbarch_init() instead.
7072
42725910
DJ
70732002-05-16 Daniel Jacobowitz <drow@mvista.com>
7074
7075 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7076 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7077 (fixup_class_method_type): Likewise.
7078
99d9066e
JB
70792002-05-15 Jim Blandy <jimb@redhat.com>
7080
7081 Add macro structures to GDB's symbol tables. Nobody puts anything
7082 in them yet.
7083 * symtab.h (struct symtab): New member: `macro_table'.
7084 * buildsym.h (pending_macros): New global variable.
7085 * buildsym.c: #include "macrotab.h".
7086 (buildsym_init): Initialize `pending_macros'.
7087 (end_symtab): If we found macro information while reading a CU's
7088 debugging info, do build a symtab structure for it. Make the
7089 symtab point to the macro information, and clear the
7090 `pending_macros' pointer which held it while we were reading the
7091 debug info.
7092 (really_free_pendings): Free any pending macro table.
7093 * objfiles.h (struct objfile): New member: `macro_cache'.
7094 * objfiles.c (allocate_objfile): Set allocate and free functions
7095 for the macro cache's objstack.
7096 (free_objfile): Empty the macro cache's obstack.
7097 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7098 set new allocate and free functions for it.
7099 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7100 free functions for the macro cache's objstack. (Why is this
7101 function building its own objfile?)
7102 * symmisc.c (print_objfile_statistics): Print statistics on the
7103 macro bcache.
7104 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7105
c899585b
RE
71062002-05-15 Richard Earnshaw <rearnsha@arm.com>
7107
7108 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7109 (REGISTER_U_ADDR): Delete definition.
7110 (arm_register_u_addr): Delete declaration.
7111
a6cdd8c5
RE
71122002-05-15 Richard Earnshaw <rearnsha@arm.com>
7113
7114 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7115 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7116
c97dcfc7
AC
71172002-05-14 Andrew Cagney <ac131313@redhat.com>
7118
7119 * regcache.c (register_valid): Revise comments refering to "Not
7120 available" and "unavailable".
7121 * frame.c (frame_register_read): Ditto.
7122 * findvar.c (value_of_register): Ditto.
7123
93021b7d
AC
71242002-05-15 Andrew Cagney <cagney@redhat.com>
7125
7126 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7127 (remote-sim.o): Update dependencies.
7128 (d10v-tdep.o): Specify dependencies.
7129 (sim_d10v_h): Define.
7130
a86bc61c
JB
71312002-05-14 Jim Blandy <jimb@redhat.com>
7132
7133 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7134 * macrotab.c (macro_lookup_inclusion, find_definition,
7135 new_macro_table): Same.
7136
7137 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7138 not `! strcmp ()'. This is a dubious improvement.
7139 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7140
7141 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7142 although it's not necessary, to avoid a warning.
7143
2fdde8f8
DJ
71442002-05-14 Daniel Jacobowitz <drow@mvista.com>
7145
7146 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7147 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7148 TYPE_INSTANCE_FLAGS.
7149 (struct main_type): New.
7150 (struct type): Move most members to struct main_type. Change
7151 cv_type and as_type to new type_chain member. Add instance_flags.
7152 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7153 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7154 (finish_cv_type): Remove prototype.
7155 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7156 Set TYPE_CHAIN.
7157 (alloc_type_instance): New function.
7158 (smash_type): New function.
7159 (make_pointer_type, make_reference_type, make_function_type)
7160 (smash_to_member_type, smash_to_method_type): Call smash_type.
7161 (make_qualified_type): New function.
7162 (make_type_with_address_space): Call make_qualified_type.
7163 (make_cv_type): Likewise.
7164 (finish_cv_type): Remove unnecessary function.
7165 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7166 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7167 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7168 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7169 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7170 * hpread.c (hpread_read_struct_type): Likewise.
7171 * stabsread.c (read_struct_type): Likewise.
7172
843fedf4
EZ
71732002-05-14 Elena Zannoni <ezannoni@redhat.com>
7174
7175 * configure.tgt: Add a catch all sh* target, for cases like
7176 sh[2,3,4]-elf and sh-hms.
7177
05a6c72c
KS
71782002-05-14 Keith Seitz <keiths@redhat.com>
7179
7180 * event-loop.c (create_file_handler): Don't do anything but
7181 update data when we are given a fd which we are already
7182 monitoring.
7183
5d085aaf
ML
71842002-05-14 Michal Ludvig <mludvig@suse.cz>
7185
7186 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7187 (update_context): Use __func__ in warnings.
7188
9db8d71f
DJ
71892002-05-14 Daniel Jacobowitz <drow@mvista.com>
7190
7191 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7192 and tcp_close to net_open and net_close.
7193 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7194 using UDP if requested. Don't try to disable Nagle on UDP
7195 sockets.
7196 * remote.c (remote_serial_open): New function. Warn about UDP.
7197 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7198
5dbc6baa
EZ
71992002-05-13 Elena Zannoni <ezannoni@redhat.com>
7200
7201 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7202
cc3023f7
EZ
72032002-05-13 Elena Zannoni <ezannoni@redhat.com>
7204
7205 * configure.tgt: Remove sh-hms target.
7206 * MAINTAINERS: Don't list sh-hms as a separate target.
7207
ec2bcbe7
JB
72082002-05-13 Jim Blandy <jimb@redhat.com>
7209
7210 Add first preprocessor macro-expansion files.
7211 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7212 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7213 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7214 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7215 (COMMON_OBS): Add macrotab.o, macroexp.o.
7216 (macroexp.o, macrotab.o): New rules.
7217
6d531722
AC
72182002-05-13 Andrew Cagney <ac131313@redhat.com>
7219
7220 * config/m88k/tm-m88k.h: Update copyright.
7221 (m88k_target_write_pc): Declare
7222 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7223 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7224 (SHIFT_INST_REGS): Update definition.
7225 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7226 using old definition of TARGET_WRITE_PC.
7227 * regcache.c (generic_target_write_pc): Delete code handling
7228 NNPC_REGNUM.
7229 * gdbarch.sh (NNPC_REGNUM): Delete.
7230 * gdbarch.h, gdbarch.c: Regenerate.
7231
3e3f2739
RE
72322002-05-13 Richard Earnshaw <rearnsha@arm.com>
7233
7234 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7235 builtin reg number.
7236
0004e5a2
DJ
72372002-05-13 Daniel Jacobowitz <drow@mvista.com>
7238
7239 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7240 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7241 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7242 access macros.
7243 * c-typeprint.c (cp_type_print_method_args): Likewise.
7244 (c_type_print_args): Likewise.
7245 * d10v-tdep.c (d10v_push_arguments): Likewise.
7246 (d10v_extract_return_value): Likewise.
7247 * expprint.c (print_subexp): Likewise.
7248 * gdbtypes.c (lookup_primitive_typename): Likewise.
7249 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7250 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7251 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7252 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7253 (TYPE_VECTOR): Likewise.
7254 * hpread.c (hpread_read_struct_type)
7255 (fix_static_member_physnames, fixup_class_method_type)
7256 (hpread_type_lookup): Likewise.
7257 * mdebugread.c (parse_symbol, parse_type): Likewise.
7258 * p-lang.c (is_pascal_string_type): Likewise.
7259 * valops.c (hand_function_call): Likewise.
7260 * x86-64-tdep.c (classify_argument): Likewise.
7261
7262 * hpread.c (hpread_read_function_type)
7263 (hpread_read_doc_function_type): Call replace_type.
7264 * dstread.c (create_new_type): Delete.
7265 (decode_dst_structure, process_dst_function): Call alloc_type.
7266 Use type access macros.
7267
dff95cc7
MK
72682002-05-12 Mark Kettenis <kettenis@gnu.org>
7269
7270 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7271 the're not supported by the current architecture.
7272 (i387_fill_fxsave): Likewise.
7273
bbcd32ad
FF
72742002-05-12 Fred Fish <fnf@redhat.com>
7275
7276 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7277 sect_index_xxx members to index the first slot in section_offsets
7278 if all of the section_offsets are zero.
7279
89cf4787
MK
72802002-05-12 Mark Kettenis <kettenis@gnu.org>
7281
7282 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7283 checked in with last change.
7284
1f77ffc5
MK
72852002-05-12 Mark Kettenis <kettenis@gnu.org>
7286
7287 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7288 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7289 config.sub.
7290
89b8b4a9
DJ
72912002-05-12 Daniel Jacobowitz <drow@mvista.com>
7292
7293 * Makefile.in: Update dependencies.
7294
14a5e767
AC
72952002-05-11 Andrew Cagney <ac131313@redhat.com>
7296
7297 * language.c (local_hex_string_custom): Simplify. Do not depend
7298 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7299
7300 * memattr.c (mem_info_command): Replace calls to
7301 longest_local_hex_string and longest_local_hex_string_custom.
7302 * buildsym.c (make_blockvector): Ditto.
7303 * solib.c (info_sharedlibrary_command): Ditto.
7304 * tracepoint.c (tracepoints_info): Ditto.
7305 * symtab.c (print_msymbol_info): Ditto.
7306
7307 * language.c (local_hex_string): Delete.
7308 (local_hex_string_custom): Delete.
7309 (longest_local_hex_string): Rename to local_hex_string.
7310 (longest_local_hex_string_custom): Rename to
7311 local_hex_string_custom.
7312 * language.h (local_hex_string): Change parameter type to LONGEST.
7313 (local_hex_string_custom): Ditto.
7314 (longest_local_hex_string): Delete declaration.
7315 (longest_local_hex_string_custom): Ditto.
7316
7317 * solib.c: Update copyright.
7318 * memattr.c: Update copyright.
7319
13d01224
AC
73202002-05-11 Andrew Cagney <ac131313@redhat.com>
7321
7322 * arch-utils.h (legacy_register_to_value): Declare.
7323 (legacy_value_to_register): Declare.
7324 (legacy_convert_register_p): Declare.
7325 * arch-utils.c (legacy_register_to_value): New function.
7326 (legacy_value_to_register): New function.
7327 (legacy_convert_register_p): New function.
7328
7329 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7330 (VALUE_TO_REGISTER): Define.
7331 (CONVERT_REGISTER_P): Define.
7332 * gdbarch.h, gdbarch.c: Regenerate.
7333
7334 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7335 VALUE_TO_REGISTER.
7336 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7337 CONVERT_REGISTER_P.
7338
4a1970e4
DJ
73392005-05-11 Daniel Jacobowitz <drow@mvista.com>
7340 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7341
7342 * Makefile.in: Update dependencies for valops.c.
7343 * valops.c: Include "gdb_assert.h".
7344 (typecmp): Skip THIS parameter to methods.
7345 (find_method_list): Remove static_memfuncp argument,
7346 update callers. Check for stub methods.
7347 (find_value_oload_method_list): Don't set *static_memfuncp.
7348 (find_overload_match): Don't check for stub methods. Assert
7349 that methods are not stubbed. Handle static methods.
7350 (value_find_oload_method_list): Remove static_memfuncp argument.
7351 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7352 to the argument list for static stub methods.
7353 * value.h (value_find_oload_method_list): Update prototype.
7354
b2e75d78
AC
73552002-05-11 Andrew Cagney <ac131313@redhat.com>
7356
7357 * arch-utils.h (generic_register_size): Declare.
7358 (generic_register_raw_size, generic_register_virtual_size): Delete
7359 declarations.
7360 * arch-utils.c (generic_register_raw_size): Delete.
7361 (generic_register_size): New function.
7362 (generic_register_virtual_size): Delete.
7363
7364 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7365 default generic_register_size.
7366 * gdbarch.h, gdbarch.c: Re-generate.
7367
7368 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7369 register_virtual_size.
7370 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7371 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7372
451fbdda
AC
73732002-05-11 Andrew Cagney <ac131313@redhat.com>
7374
7375 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7376 * gdbarch.h, gdbarch.c: Regenerate.
7377 * gnu-v3-abi.c: Update copyright.
7378 (vtable_address_point_offset): Update.
7379 (gnuv3_rtti_type): Update.
7380 (gnuv3_baseclass_offset): Update.
7381 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7382 (init_fetch_link_map_offsets): Update.
7383 * remote.c (get_remote_state): Update.
7384
6d2f5cea
DJ
73852002-05-11 Daniel Jacobowitz <drow@mvista.com>
7386
7387 * TODO: Remove value_headof/value_from_vtable_info comment.
7388 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7389 * values.c (value_headof, value_from_vtable_info): Delete.
7390 * value.h (value_from_vtable_info): Delete prototype.
7391
d2324da4
AC
73922002-05-11 Andrew Cagney <ac131313@redhat.com>
7393
7394 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7395 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7396 $(gdb_regex_h).
7397 (gdb_assert_h): Define.
7398 (gdb_wait_h): Define.
7399 (gdb_regex_h): Define.
7400
5c717440
DJ
74012002-05-11 Daniel Jacobowitz <drow@mvista.com>
7402
7403 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7404 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7405
6c7861b3
JT
74062002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7407
7408 * nbsd-tdep.c: Fix comment.
7409
ea5bc2a6
JT
74102002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7411
7412 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7413 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7414 (nbsd-tdep.o): New dependency list.
7415 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7416 nbsd-tdep.h.
7417 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7418 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7419 * nbsd-tdep.c: New file.
7420 * nbsd-tdep.h: New file.
7421 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7422 nbsd-tdep.h.
7423 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7424 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7425 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7426 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7427
b28da865
JT
74282002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7429
7430 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7431 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7432 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7433 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7434 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7435 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7436
4b8ff1fa
JT
74372002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7438
7439 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7440 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7441 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7442 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7443 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7444 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7445 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7446
dfe6eb1f
JT
74472002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7448
7449 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7450 fetch_elfcore_registers to...
7451 * i386nbsd-tdep.c: ...here.
7452 (i386nbsd_use_struct_convention): Rename to...
7453 (i386nbsd_aout_use_struct_convention): ...this.
7454 (i386nbsd_supply_reg): New function.
7455 (i386nbsd_fill_reg): New function.
7456 (fetch_core_registers): Use i386nbsd_supply_reg.
7457 (fetch_elfcore_registers): Likewise.
7458 (_initialize_i386nbsd_tdep): New function.
7459 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7460 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7461 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7462 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7463 (i386nbsd_aout_use_struct_convention): ...this.
7464
20cb8cda
JT
74652002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7466
7467 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7468 (store_inferior_registers): Use shnbsd_fill_reg.
7469 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7470 sh_nbsd_supply_register): Collapse into...
7471 (shnbsd_supply_reg): ...this.
7472 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7473 (shnbsd_fill_reg): ...this.
7474 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7475 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7476 (fetch_core_registers): Use shnbsd_supply_reg.
7477 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7478 (sh_nbsd_core_fns): Rename to...
7479 (shnbsd_core_fns): ...this.
7480 (sh_nbsd_elfcore_fns): Rename to...
7481 (shnbsd_elfcore_fns): ...this.
7482 (sh_nbsd_init_abi): Rename to...
7483 (shnbsd_init_abi): ...this.
7484 (_initialize_sh_nbsd_tdep): Rename to...
7485 (_initialize_shnbsd_tdep): ...this.
7486 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7487 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7488 sh_nbsd_fill_register): Remove prototypes.
7489 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7490
e750d25e
JT
74912002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7492
7493 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7494 (i387-nat.o): Delete dependency list.
7495 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7496 (x86-64-linux-nat.o): Likewise.
7497 * i387-nat.c: Delete file, moving contents to...
7498 * i387-tdep.c: ...here.
7499 * i387-nat.h: Rename...
7500 * i387-tdep.h: ...to this.
7501 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7502 * i386-linux-nat.c: Likewise.
7503 * i386bsd-nat.c: Likewise.
7504 * i386gnu-nat.c: Likewise.
7505 * i386nbsd-nat.c: Likewise.
7506 * i386v4-nat.c: Likewise.
7507 * x86-64-linux-nat.c: Likewise.
7508 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7509 * config/i386/go32.mh (NATDEPFILES): Likewise.
7510 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7511 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7512 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7513 * config/i386/linux.mh (NATDEPFILES): Likewise.
7514 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7515 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7516 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7517 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7518
1aee598a
JT
75192002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7520
7521 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7522 (alphanbsd-nat.o): Remove dependency list.
7523 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7524 * alphanbsd-nat.c: Delete. Contents moved to...
7525 * alphanbsd-tdep.c: ...here.
7526 (_initialize_alphanbsd_tdep): Register core functions.
7527 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7528
12bcb0fe
JT
75292002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7530
7531 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7532 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7533 (alphanbsd-nat.o): Likewise.
7534 (alphabsd-tdep.o): New dependency list.
7535 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7536 (fill_gregset): Use alphabsd_fill_reg.
7537 (supply_fpregset): Use alphabsd_supply_fpreg.
7538 (fill_fpregset): Use alphabsd_fill_fpreg.
7539 (fetch_inferior_registers): Use struct reg and struct fpreg
7540 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7541 and alphabsd_supply_fpreg.
7542 (store_inferior_registers): Use struct reg and struct fpreg
7543 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7544 and alphabsd_fill_fpreg.
7545 * alphabsd-tdep.c: New file.
7546 * alphabsd-tdep.h: New file.
7547 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7548 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7549 alphabsd_supply_fpreg.
7550 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7551 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7552
361d1df0
EC
75532002-05-11 Eric Christopher <echristo@redhat.com>
7554
7555 * mips-tdep.c (mips_double_register_type): Fix thinko.
7556 (mips_single_register_type): Ditto.
7557 * MAINTAINERS: Add self.
7558
92dd7cee
MK
75592002-05-11 Mark Kettenis <kettenis@gnu.org>
7560
7561 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7562 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7563 right thing on architectures with different endianness and/or
7564 integer sizes.
7565
e27da16d
JT
75662002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7567
7568 From Christian Limpach <chris@Pin.LU>
7569 * configure.in: Change sed expression which comments out
7570 NATDEPFILES to also comment out continuation lines.
7571 * configure: Regenerate.
7572
ddde02bd
EZ
75732002-05-10 Elena Zannoni <ezannoni@redhat.com>
7574
7575 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7576 big patch.
7577
1c922164
EZ
75782002-05-10 Elena Zannoni <ezannoni@redhat.com>
7579
7580 * sh-tdep.c: Include correct file.
7581
283150cd
EZ
75822002-05-10 Elena Zannoni <ezannoni@redhat.com>
7583
7584 New support for sh64-elf (sh5) target.
7585
7586 * configure.tgt: For sh64-elf target, default to sh-elf.
7587
7588 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7589 (struct gdbarch_tdep): Add new fields for new registers and ABI
7590 info.
361d1df0 7591
283150cd
EZ
7592 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7593 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7594 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7595 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7596 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7597 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7598 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7599 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7600 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7601 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7602 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7603 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7604 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7605 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7606 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7607 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7608 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7609 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7610 sign_extend, sh64_nofp_frame_init_saved_regs,
7611 sh64_init_extra_frame_info, sh64_get_saved_register,
7612 sh64_extract_struct_value_address, sh64_pop_frame,
7613 sh64_push_arguments, sh64_extract_return_value,
7614 sh64_store_return_value, sh64_show_media_regs,
7615 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7616 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7617 sh_sh64_register_virtual_type,
7618 sh_sh64_register_convert_to_virtual,
7619 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7620 sh64_register_read, sh64_pseudo_register_write,
7621 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7622 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7623 sh64_do_pseudo_register, sh_compact_do_registers_info,
7624 sh64_do_registers_info, sh_gdbarch_init): New functions.
7625
3117ed25
EZ
76262002-05-10 Elena Zannoni <ezannoni@redhat.com>
7627
7628 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7629
2654e6d4
DJ
76302002-05-10 Daniel Jacobowitz <drow@mvista.com>
7631
7632 * linespec.c (decode_line_1): Check for a double quote after
7633 a filename correctly.
7634
9ab3e532
JB
76352002-05-10 Jim Blandy <jimb@redhat.com>
7636
7637 Properly track the size of the current objfile's .debug_line section.
7638 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7639 (DWARF_LINE_SIZE): New macro.
7640 (dwarf2_build_psymtabs_hard): Record the line section's size in
7641 the partial symbol table.
7642 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7643 symbol table.
7644
126fa72d
PS
76452002-05-10 Petr Sorfa <petrs@caldera.com>
7646
7647 * ia64-tdep.c: Handle breakpoints on L instruction type
7648 in MLX instruction bundle by moving the breakpoint to
7649 the third slot (X instruction type) as L holds only data.
7650
1f077a3e
KB
76512002-05-10 Kevin Buettner <kevinb@redhat.com>
7652
7653 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7654 (process_one_symbol): Complain about discarding local symbols
7655 due to a misplaced N_LBRAC entry.
7656
8120c9d5 76572002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
7658
7659 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
7660 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7661 decrease the depth we are at, in the case of templates.
361d1df0 7662
67b2c998
DJ
76632002-05-09 Daniel Jacobowitz <drow@mvista.com>
7664
7665 * mips-tdep.c (mips_float_register_type): New function.
7666 (mips_double_register_type): New function.
7667 (mips_print_register): Use them.
7668 (do_fp_register_row): Likewise.
7669
fd326606
DJ
76702002-05-09 Daniel Jacobowitz <drow@mvista.com>
7671
6609d9af 7672 * signals/signals.c (signals): Remove conditional compilation around
fd326606 7673 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 7674 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 7675
bef35864
MS
76762002-05-09 Michael Snyder <msnyder@redhat.com>
7677
7678 * remote-rdp.c (remote_rdp_can_run): Remove.
7679
c55a3f73
TT
76802002-05-09 Tom Tromey <tromey@redhat.com>
7681
7682 * jv-valprint.c (java_val_print): Handle `char' as a special case
7683 of TYPE_CODE_INT.
7684
b8d5e71d
MS
76852002-05-09 Michael Snyder <msnyder@redhat.com>
7686
7687 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7688 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 7689 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 7690 str r(0123),[sp,#nn].
361d1df0 7691 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
7692 order-independent by placing it in a loop.
7693
e2cd42dd
MS
76942002-05-06 Michael Snyder <msnyder@redhat.com>
7695
7696 * stabsread.c (read_type): Add recognition for new attribute:
7697 "@V;" means that an array type is actually a vector.
7698 This is analogous to the vector flag that's been added to dwarf2.
7699
3ce1502b
MK
77002002-05-09 Mark Kettenis <kettenis@gnu.org>
7701
7702 * i386-tdep.h (i386_abi): New enum.
7703 (struct gdbarch_tdep): Replace os_ident member with abi.
7704 (i386_gdbarch_register_os_abi): New prototype.
7705 * i386-tdep.c (i386_abi_names): New array.
7706 (process_note_abi_tag_sections): Removed.
7707 (process_note_sections): New function.
7708 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7709 (struct i386_abi_handler): New struct.
7710 (i386_abi_handler_list): New variable.
7711 (i386_gdbarch_register_os_abi): New function.
7712 (i386_gdbarch_init): Adapt for the changes given above.
7713
084c156a
DJ
77142002-05-08 Daniel Jacobowitz <drow@mvista.com>
7715
7716 * gregset.h: Say "GNU/Linux".
7717
6599f021
EZ
77182002-05-08 Elena Zannoni <ezannoni@redhat.com>
7719
7720 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7721 (build_gdbtypes): Build builtin_type_v2_float.
7722 (_initialize_gdbtypes): Register new builtin type.
7723
40af4b0c
AC
77242002-05-08 Andrew Cagney <ac131313@redhat.com>
7725
7726 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7727 (clear_gdbarch_swap): New function.
7728 (initialize_non_multiarch): Call.
7729 (gdbarch_update_p): Before calling init(), swap out and clear the
7730 existing architecture.
7731 * gdbarch.c: Regenerate.
7732
4fe84f46
JT
77332002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7734
7735 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7736 alphanbsd-tdep.c.
7737
4015edd1
JT
77382002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7739
7740 * sh-nbsd-nat.c: Rename to...
7741 * shnbsd-nat.c: ...this.
7742 * sh-nbsd-tdep.c: Rename to...
7743 * shnbsd-tdep.c: ...this.
7744 * sh-nbsd-tdep.h: Rename to...
7745 * shnbsd-tdep.h: ...this.
7746 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7747 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7748
0e2bd219
RE
77492002-05-08 Richard Earnshaw <rearnsha@arm.com>
7750
7751 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7752 concatenation for command help messages.
7753
13a38d45
JT
77542002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7755
7756 * NEWS: Note new sh*-*-netbsdelf* configuration.
7757 * configure.host: Set gdb_host_cpu to sh for all sh*.
7758 (sh*-*-netbsdelf*): New host.
7759 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7760 (sh*-*-netbsdelf*): New target.
7761 * sh-nbsd-nat.c: New file.
7762 * sh-nbsd-tdep.c: New file.
7763 * sh-nbsd-tdep.h: New file.
7764 * config/sh/nbsd.mh: New file.
7765 * config/sh/nbsd.mt: New file.
7766 * config/sh/nm-nbsd.h: New file.
7767 * config/sh/tm-nbsd.h: New file.
7768
d658f924
JT
77692002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7770
7771 * sh-tdep.c (sh_osabi_names): Declare.
7772 (process_note_abi_tag_sections): New function.
7773 (get_elfosabi): Ditto.
7774 (sh_gdbarch_register_os_abi): Ditto.
7775 (sh_dump_tdep): Ditto.
7776 _initialize_sh_tdep): Use gdbarch_register to register
7777 sh_gdbarch_init and sh_dump_tdep.
7778 * config/sh/tm-sh.h (sh_osabi): Declare.
7779 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7780
848cfffb
AC
77812002-05-07 Andrew Cagney <ac131313@redhat.com>
7782
7783 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7784 (thumb_scan_prologue): Ditto.
7785 (arm_find_callers_reg): Ditto.
7786 (arm_frame_chain): Ditto.
7787 (arm_init_extra_frame_info): Ditto.
7788 (arm_frame_saved_pc): Ditto.
7789 (arm_pop_frame): Ditto.
7790 (arm_push_return_address): New function.
7791 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7792 call_dummy_location, call_dummy_breakpoint_offset_p,
7793 call_dummy_breakpoint_offset, call_dummy_p,
7794 call_dummy_stack_adjust_p, call_dummy_words,
7795 sizeof_call_dummy_words, call_dummy_start_offset,
7796 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7797 call_dummy_address, push_return_address and push_dummy_frame for
7798 generic dummy frames.
7799
e7d717c0
JT
78002002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7801
7802 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7803 size computation for alloca.
7804 (sh_fp_frame_init_saved_regs): Likewise.
7805
7bbcf283
RE
78062002-05-07 Richard Earnshaw <rearnsha@arm.com>
7807
7808 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7809 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 7810 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
7811 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7812 * remote-rdp.c (remote_rdp_fetch_register): Use
7813 ARM_MAX_REGISTER_RAW_SIZE.
7814 (remote_rdp_store_register): Likewise.
7815
4657573b
ML
78162002-05-07 Michal Ludvig <mludvig@suse.cz>
7817
361d1df0 7818 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
7819 added default labels to switch {} statements.
7820 * x86-64-tdep.c: Ditto.
7821 * x86-64-linux-nat.c: Ditto.
7822
010f3b2f
JT
78232002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7824
7825 * solib.h: Protect against multiple inclusion.
7826
debd256d
JB
78272002-05-06 Jim Blandy <jimb@redhat.com>
7828
9ab3e532
JB
7829 Add first preprocessor macro-expansion files.
7830 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7831 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7832 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7833 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7834 (COMMON_OBS): Add macrotab.o, macroexp.o.
7835 (macroexp.o, macrotab.o): New rules.
7836
debd256d
JB
7837 Separate the job of reading the line number info statement program
7838 header (...expialidocious) out into its own function.
7839 * dwarf2read.c (struct line_head, struct filenames, struct
7840 directories): Replace with...
7841 (struct line_header): New structure, containing the full
7842 contents of the statement program header, including the
7843 include directory and file name tables.
7844 (read_file_scope): If we have line number info, instead of just
7845 calling dwarf_decode_lines to do all the work, call
7846 dwarf_decode_line_header first to get a `struct line_header'
7847 containing the data in the statement program header, and then
7848 pass that to dwarf_decode_lines, which will pick up where that
7849 left off. Be sure to clean up the `struct line_header' object.
7850 (dwarf_decode_line_header, free_line_header, add_include_dir,
7851 add_file_name): New functions.
7852 (dwarf_decode_lines): Move all the code to read the statement
7853 program header into dwarf_decode_line_header. Take the line
7854 header it built as the first argument, instead of the offset to
7855 the compilation unit's line number info. Use the new `struct
7856 line_header' type instead of the old structures. No need to do
7857 cleanups here now, since we don't allocate anything.
7858 (dwarf2_statement_list_fits_in_line_number_section,
7859 dwarf2_line_header_too_long): New complaints.
7860
ac3aafc7
EZ
78612002-05-06 Elena Zannoni <ezannoni@redhat.com>
7862
7863 * gdbtypes.c (init_vector_type): New function.
7864 (build_builtin_type_vec128): Simplify the representation of SIMD
7865 registers.
7866 (build_gdbtypes): Initialize new builtin vector types.
7867 (_initialize_gdbtypes): Register new vector types with gdbarch.
7868 (builtin_type_v4_float, builtin_type_v4_int32,
7869 builtin_type_v8_int16, builtin_type_v16_int8,
7870 builtin_type_v2_int32, builtin_type_v4_int16,
7871 builtin_type_v8_int8): New (renamed) SIMD types.
7872
13e49980
MK
78732002-05-06 Mark Kettenis <kettenis@gnu.org>
7874
7875 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7876 (i387_fill_fxsave): Likewise.
7877
997b20b8
AO
78782002-05-05 Alexandre Oliva <aoliva@redhat.com>
7879
7880 * alpha-tdep.c (alpha_extract_return_value): Don't use
7881 non-constant array size in prototype.
7882
535c96ce
AC
78832002-05-04 Andrew Cagney <ac131313@redhat.com>
7884
7885 From Brian Taylor <briant at model dot com>:
7886 * ui-out.c (ui_out_field_core_addr): Use the function
7887 longest_local_hex_string_custom'to format addresses > 32 bits
7888 wide.
7889
7890 * ui-out.c (ui_out_field_core_addr): Update comment.
7891
bedfa57b
AC
78922002-05-04 Andrew Cagney <ac131313@redhat.com>
7893
7894 * stack.c (select_and_print_frame): Make static. Delete the
7895 parameter `level'.
7896 (func_command): Update call.
7897 (select_frame_command): Delete code computing the frame level.
7898 * frame.h (select_and_print_frame): Delete declaration.
7899
f621c63e
AC
79002002-05-04 Andrew Cagney <ac131313@redhat.com>
7901
7902 * sparc-tdep.c (sparc_get_saved_register): Comment why
7903 get_prev_frame call is safe.
7904
0f7d239c
AC
79052002-05-04 Andrew Cagney <ac131313@redhat.com>
7906
7907 * frame.h (select_frame): Delete level parameter.
7908 * stack.c (select_frame): Update. Use frame_relative_level to
7909 obtain the frame's level.
7910 (select_and_print_frame): Update call.
7911 (select_frame_command): Ditto.
7912 (up_silently_base): Ditto.
7913 (down_silently_base): Ditto.
7914 * ocd.c (ocd_start_remote): Ditto.
7915 * remote-rdp.c (remote_rdp_open): Ditto.
7916 * remote-mips.c (mips_initialize): Ditto.
7917 (common_open): Ditto.
7918 * remote-e7000.c (e7000_start_remote): Ditto.
7919 * m3-nat.c (select_thread): Ditto.
7920 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7921 (child_get_current_exception_event): Ditto.
7922 * varobj.c (varobj_create): Ditto.
7923 (varobj_update): Ditto.
7924 (c_value_of_root): Ditto.
7925 * tracepoint.c (finish_tfind_command): Ditto.
7926 * corelow.c (core_open): Ditto.
7927 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7928 * thread.c (info_threads_command): Ditto.
7929 (switch_to_thread): Ditto.
7930 * infrun.c (normal_stop): Ditto.
7931 (restore_selected_frame): Ditto.
7932 (restore_inferior_status): Ditto.
7933 * breakpoint.c (insert_breakpoints): Ditto.
7934 (watchpoint_check): Ditto.
7935 (bpstat_stop_status): Ditto.
7936 (do_enable_breakpoint): Ditto.
7937 * blockframe.c (flush_cached_frames): Ditto.
7938 (reinit_frame_cache): Ditto.
7939
71d6c7b1
AC
79402002-05-04 Andrew Cagney <ac131313@redhat.com>
7941
7942 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7943 maintainer.
7944
cda6c68a
JB
79452002-05-04 Jim Blandy <jimb@redhat.com>
7946
7947 * gdbtypes.c (replace_type): Doc fix.
7948
5c1c87f0
AC
79492002-05-04 Andrew Cagney <ac131313@redhat.com>
7950
7951 * valprint.c (strcat_longest): Delete commented out function.
7952 Update copyright.
7953
cd9bfe15
AC
79542002-05-04 Andrew Cagney <ac131313@redhat.com>
7955
7956 * MAINTAINERS: Mark a29k as deleted.
7957 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7958 Move new configurations to the top.
7959 * configure.tgt: Remove a29k.
7960 * config/a29k/tm-vx29k.h: Delete.
7961 * config/a29k/vx29k.mt: Delete.
7962 * config/a29k/tm-a29k.h: Delete.
7963 * config/a29k/a29k-udi.mt: Delete.
7964 * config/a29k/a29k.mt: Delete.
7965 * a29k-tdep.c: Delete.
7966 * remote-udi.c: Delete.
7967 * remote-mm.c: Delete.
7968 * remote-eb.c: Delete.
7969 * remote-adapt.c: Delete.
7970 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
7971 * config/s390/s390x.mt: Ditto.
7972 * config/s390/s390.mt: Ditto.
7973 * config/sparc/sparclynx.mh: Ditto.
7974 * config/sparc/linux.mh: Ditto.
7975 * config/pa/hppaosf.mh: Ditto.
7976 * config/pa/hppabsd.mh: Ditto.
7977 * config/ns32k/nbsd.mt: Ditto.
7978 * config/mips/vr5000.mt: Ditto.
7979 * config/m68k/sun3os4.mh: Ditto.
7980 * config/m68k/nbsd.mt: Ditto.
7981 * config/m68k/m68klynx.mh: Ditto.
7982 * config/m32r/m32r.mt: Ditto.
7983 * config/i386/x86-64linux.mt: Ditto.
7984 * config/i386/nbsdelf.mt: Ditto.
7985 * config/i386/nbsd.mt: Ditto.
7986 * config/i386/i386lynx.mh: Ditto.
7987
bf0c5130
AC
79882002-05-04 Andrew Cagney <ac131313@redhat.com>
7989
7990 * target.c (debug_print_register): New function. Handle oversize
7991 registers.
7992 (debug_to_fetch_registers): Call.
7993 (debug_to_store_registers): Call.
7994
2ae1c2d2
JB
79952002-05-03 Jim Blandy <jimb@redhat.com>
7996
13a393b0
JB
7997 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7998 (read_type): Doc fix.
7999 * gdbtypes.c (replace_type): Doc fix.
8000
2ae1c2d2
JB
8001 * stabsread.c (multiply_defined_struct): New complaint.
8002 (read_struct_type): If the type we were passed isn't empty, or
8003 incomplete, don't read the new struct type into it; complain,
8004 and return the original type unchanged. Take a new `type_code'
8005 argument, which is the type code for the new type.
8006 (read_type): Rather than storing the type's type code here, pass
8007 it as an argument to read_struct_type, and let that take care of
8008 storing it. That way, we don't overwrite the original type code,
8009 so read_struct_type can use it to decide whether we're overwriting
8010 something we shouldn't.
8011 (complain_about_struct_wipeout): New function.
8012
8de9bdc4
AC
80132002-05-03 Andrew Cagney <ac131313@redhat.com>
8014
8015 * gdbarch.sh: Assert that gdbarch is non-NULL.
8016 * gdbarch.c: Regenerate.
8017
f773fdbb
JM
80182002-05-03 Jason Merrill <jason@redhat.com>
8019
8020 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8021 and return NULL.
8022
0e04a514
ML
80232002-05-03 Michal Ludvig <mludvig@suse.cz>
8024
8025 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8026 (x86_64_dwarf2gdb_regno_map_length),
8027 (x86_64_dwarf2_reg_to_regnum): Added.
8028 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8029 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8030 (_initialize_x86_64_tdep): Synced with the change above.
8031 (x86_64_skip_prologue): Reformulated message.
8032
065432a8
PM
80332002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8034
8035 * f-exp.y: Also use new prev_lexptr variable
8036 to improve error reporting. Based on Michael Snyder
8037 2002-04-24 dated patch to c-exp.y.
8038 * jv-exp.y: Likewise.
8039 * m2-exp.y: Likewise.
8040
a3162708
EZ
80412002-05-02 Elena Zannoni <ezannoni@redhat.com>
8042
8043 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8044 we are dealing with vectors.
8045
03620c38
PM
80462002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8047
8048 * config/m68k/tm-nbsd.h: Obvious fix,
8049 correct machine name.
8050
6604db2e
PM
80512002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8052
8053 * p-typeprint.c (pascal_type_print_base): Add support
8054 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8055
0906b739
PM
80562002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8057
8058 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8059 for fondamental pascal 'char' type.
8060
e2625b33
PM
80612002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8062
8063 * p-lang.h (is_pascal_string_type): Declaration changed,
8064 new sixth argument of type char ** added.
361d1df0 8065 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
8066 changed. Args length_pos, length_size, string_pos, char_size
8067 can now be NULL. New argument arrayname set to the field
8068 name of the char array. Return value set to char array
8069 field index plus one.
361d1df0 8070 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
8071 is_pascal_string_type function.
8072
cf17c188
AC
80732002-05-02 Andrew Cagney <cagney@redhat.com>
8074
8075 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8076 <cagney@redhat.com> change.
8077 * gdbarch.c: Regenerate.
8078
52bca491
AC
80792002-05-02 Andrew Cagney <cagney@redhat.com>
8080
8081 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8082 before probing for a new one. Detect errorenous gdbarch_init
8083 functions.
8084 * gdbarch.c: Regenerate.
8085
d5e72505
AC
80862002-05-01 Andrew Cagney <cagney@redhat.com>
8087
8088 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8089 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8090 * config/v850/tm-v850.h: Ditto. Update copyright.
8091
af566d9f
AC
80922002-04-30 Andrew Cagney <ac131313@redhat.com>
8093
8094 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8095 current_gdbarch.
8096
880d85fa
MS
80972002-04-30 Michael Snyder <msnyder@redhat.com>
8098
94c30b78
MS
8099 * arm-tdep.c: Whitespace clean-ups.
8100 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
8101 should have been removed as part of 4/24 change.
8102
6f5987a6
KB
81032002-04-30 Kevin Buettner <kevinb@redhat.com>
8104
8105 * rs6000-tdep.c: Added comment describing how fpscr register
8106 numbers were chosen.
8107
1a113c93
MS
81082002-04-30 Michael Snyder <msnyder@redhat.com>
8109
8110 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8111
9a6f53fe
EZ
81122002-04-29 Elena Zannoni <ezannoni@redhat.com>
8113
8114 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8115 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8116 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8117
11ed25ac
KB
81182002-04-29 Kevin Buettner <kevinb@redhat.com>
8119
8120 From Louis Hamilton <hamilton@redhat.com>:
8121 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8122 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8123 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8124 not bfd-private xcoff data, to determine wordsize.
8125 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8126
ae232405
AC
81272002-04-29 Andrew Cagney <ac131313@redhat.com>
8128
8129 GDB 5.2 released from 5.2 branch.
8130
91fd20f7
ML
81312002-04-29 Michal Ludvig <mludvig@suse.cz>
8132
8133 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8134 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8135 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 8136
2dc5091b
EZ
81372002-04-29 Elena Zannoni <ezannoni@redhat.com>
8138
8139 * rs6000-tdep.c (rs6000_extract_return_value,
8140 rs6000_store_return_value): Handle returning vectors.
8141 (rs6000_gdbarch_init): Use
8142 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8143 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8144 New function.
8145 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8146 vectors.
8147 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8148 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 8149
2b9848d8
PM
81502002-04-24 Pierre Muller <ics.u-strasbg.fr>
8151
8152 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 8153 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
8154 with fprintf_unfiltered (gdb_stderr,...).
8155
f8d17dc5
PM
81562002-04-24 Pierre Muller <ics.u-strasbg.fr>
8157
8158 * remote-array.c (printf_monitor, write_monitor,
361d1df0 8159 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
8160 Replace fprintf (stderr,...
8161 with fprintf_unfiltered (gdb_stderr,....
8162 * remote-es.c: Likewise.
8163 * remote-os9k.c: Likewise.
8164 * remote-st.c: Likewise.
8165
2f2f1ad1
AS
81662002-04-28 Andreas Schwab <schwab@suse.de>
8167
8168 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8169 linux-proc.o and gcore.o.
8170
b6779aa2
AC
81712002-04-26 Michal Ludvig <mludvig@suse.cz>
8172
8173 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8174 code without frame pointers.
8175
7e57f5f4
AC
81762002-04-26 Andrew Cagney <ac131313@redhat.com>
8177
8178 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8179 ON_STACK is needed.
8180
2ceb85d0
BE
81812002-04-26 Ben Elliston <bje@redhat.com>
8182
8183 * target.c (do_xfer_memory): Correct reference to the new option
8184 "trust-readonly-sections".
8185
f5f8a009
EZ
81862002-04-26 Elena Zannoni <ezannoni@redhat.com>
8187
8188 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8189 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8190 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8191 vectors.
8192 (read_array_type): Record the fact that this array type is really a
8193 vector (i.e. are passed in by value).
8194
5868c862
JT
81952002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8196
8197 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8198 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8199 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8200 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8201 * alpha-linux-tdep.c: Include frame.h.
8202 (alpha_linux_sigcontext_addr): New function.
8203 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8204 alpha_linux_sigcontext_addr.
8205 * alpha-osf1-tdep.c: Include gdbcore.h.
8206 (alpha_osf1_sigcontext_addr): New function.
8207 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8208 alpha_osf1_sigcontext_addr.
8209 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8210 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8211
bfb01f37
AC
82122002-04-26 Andrew Cagney <ac131313@redhat.com>
8213
361d1df0 8214 * stack.c (selected_frame_level):
bfb01f37
AC
8215 (select_frame): Do not set selected_frame_level.
8216 * frame.h (selected_frame_level): Delete declaration.
8217
15813d3f
AC
82182002-04-26 Andrew Cagney <ac131313@redhat.com>
8219
8220 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8221 convert_from_func_ptr-addr when AIX / PowerOpen.
8222
6096c27a
AC
82232002-04-25 Andrew Cagney <ac131313@redhat.com>
8224
8225 * valops.c (hand_function_call): Call
8226 generic_save_call_dummy_addr.
8227 * frame.h (generic_save_call_dummy_addr): Declare.
8228 * blockframe.c (struct dummy_frame): Add fields call_lo and
8229 call_hi.
8230 (generic_find_dummy_frame): Check for PC in range call_lo to
8231 call_hi instead of entry_point_address.
8232 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8233 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8234 (generic_save_call_dummy_addr): New function.
8235
f510d44e
DM
82362002-04-24 David S. Miller <davem@redhat.com>
8237
8238 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8239 sparc_skip_prologue.
8240 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8241 information to find prologue when possible.
8242 (sparc_prologue_frameless_p): Call examine_prologue directly.
8243 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8244 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8245 second argument.
8246 (SKIP_PROLOGUE): Likewise.
8247
15d72a92
JT
82482002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8249
8250 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8251 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8252 indicate that the condition it was testing is always true.
8253 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8254 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8255 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8256
accc6d1f
JT
82572002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8258
8259 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8260 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8261 tdep->jb_pc and tdep->jb_elt_size.
8262 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8263 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8264 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8265 * alpha-nat.c (get_longjmp_target): Remove.
8266 (JB_ELEMENT_SIZE): Ditto.
8267 (JB_PC): Ditto.
8268 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8269 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8270 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8271 to alpha_get_longjmp_target.
8272 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8273 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8274 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8275
1bfdc549
AC
82762002-04-25 Andrew Cagney <ac131313@redhat.com>
8277
8278 * README: Update to GDB 5.2.
8279
1bd316f0
AC
82802002-04-25 Andrew Cagney <ac131313@redhat.com>
8281
8282 * gdbarch.sh (LC_ALL): Set to `c'.
8283
2e5ff58c
TR
82842002-04-25 Theodore A. Roth <troth@verinet.com>
8285
8286 * avr-tdep.c: Ran through gdb_indent.sh.
8287
e33ce519
TR
82882002-04-25 Theodore A. Roth <troth@verinet.com>
8289
8290 * MAINTAINERS: Add myself as AVR maintainer.
8291 * NEWS: Note new target avr.
8292
8818c391
TR
82932002-04-25 Theodore A. Roth <troth@verinet.com>
8294
8295 * Makefile.in: Add support for AVR target.
8296 * configure.tgt: Add support for AVR target.
8297 * avr-tdep.c: New file
8298 * config/avr/avr.mt: New file.
8299
79509c2d
TR
83002002-04-25 Theodore A. Roth <troth@verinet.com>
8301
8302 * MAINTAINERS: Add myself to write-after-approval.
8303
dac8068e
PM
83042002-04-24 Pierre Muller <ics.u-strasbg.fr>
8305
8306 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8307 with fprintf_unfiltered (gdb_stderr,....
8308
25bf3106
PM
83092002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8310
8311 Fix PR gdb/508.
8312 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8313
24467a86
PM
83142002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8315
8316 * p-exp.y: Also use new prev_lexptr variable
8317 to improve error reporting. Based on Michael Snyder
8318 2002-04-24 dated patch to c-exp.y.
8319
95b80706
JT
83202002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8321
8322 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8323 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8324 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8325 to 0.
8326 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8327 and struct value.
8328 (FUNCTION_START_OFFSET): Remove.
8329 (BREAKPOINT): Ditto.
8330
e90cc612
JT
83312002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8332
8333 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8334 * NEWS: Ditto.
8335
6c72f9f9
JT
83362002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8337
8338 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8339 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8340 alpha_linux_pc_in_sigtramp.
8341 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8342 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8343 alpha_osf1_pc_in_sigtramp.
8344 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8345 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8346 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8347 alphafbsd_pc_in_sigtramp.
8348 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8349 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8350 alphanbsd_pc_in_sigtramp.
8351 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8352 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8353
5e4f3379
JT
83542002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8355
8356 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8357
da8ca43d
JT
83582002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8359
8360 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8361 alphanbsd-tdep.c.
8362 (alphanbsd-nat.o): New dependency list.
8363 (alphanbsd-tdep.o): Ditto.
8364 * NEWS: Note new native NetBSD/alpha configuration.
8365 * alphanbsd-nat.c: New file.
8366 * alphanbsd-tdep.c: Ditto.
8367 * configure.host (alpha*-*-netbsd*): New host.
8368 * configure.tgt (alpha*-*-netbsd*): New target.
8369 * config/alpha/nbsd.mh: New file.
8370 * config/alpha/nbsd.mt: Ditto.
8371 * config/alpha/nm-nbsd.h: Ditto.
8372 * config/alpha/tm-nbsd.h: Ditto.
8373
36a6271d
JT
83742002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8375
8376 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8377 (alpha-osf1-tdep.o): New dependency list.
8378 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8379 and skip_sigtramp_frame members.
8380 * alpha-linux-tdep.c: Include gdbcore.h.
8381 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8382 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8383 * alpha-osf1-tdep.c: New file.
8384 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8385 alpha-osf1-dep.c.
8386 (alpha_frame_past_sigtramp_frame): New function.
8387 (alpha_dynamic_sigtramp_offset): Ditto.
8388 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8389 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8390 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8391 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8392 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8393 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8394 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8395 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8396 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8397 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8398 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8399 to find_solib_trampoline_target.
8400 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8401 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8402 (SKIP_TRAMPOLINE_CODE): Remove.
8403 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8404 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8405 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8406 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8407 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8408 (PROC_SIGTRAMP_MAGIC): Ditto.
8409 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8410 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8411 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8412 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8413 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8414
2f4bc57b
JT
84152002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8416
8417 * NEWS: Note that Alpha targets are now multi-arch.
8418
665132f9
MS
84192002-04-24 Michael Snyder <msnyder@redhat.com>
8420
8421 * parser-defs.h (prev_lexptr): New external variable.
8422 * parse.c (parse_exp_1): Set prev_lexptr to null before
8423 calling the language-specific parser.
8424 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8425 (yyerror): Use prev_lexptr in error reporting.
8426
32872fa7
DJ
84272002-04-24 Daniel Jacobowitz <drow@mvista.com>
8428
8429 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8430 * gregset.h: If FILL_FPXREGSET is defined, provide
8431 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8432 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8433 is defined, call fill_fpxregset.
8434
57e76fac
MS
84352002-04-24 Roland McGrath <roland@frob.com>
8436
8437 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8438 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8439 (supply_gregset, supply_fpregset): New functions.
8440
8441 * gnu-nat.c (gnu_find_memory_regions): New function.
8442 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8443 (gnu_xfer_memory): Add a cast.
8444
f43845b3
MS
84452002-04-24 Michael Snyder <msnyder@redhat.com>
8446
361d1df0 8447 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
8448 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8449 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 8450 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
8451 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8452 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8453
a0abec03
AC
8454Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8455
8456 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8457 NUM_PSEUDO_REGS can be used.
8458
d7bd68ca
AC
84592002-04-24 Andrew Cagney <ac131313@redhat.com>
8460
8461 * arch-utils.h: Update copyright.
8462
8463 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8464 * gdbarch.h, gdbarch.c: Re-generate.
8465
8466 * inferior.h (IN_SIGTRAMP): Delete definition.
8467 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8468 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8469
8470 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8471 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8472 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8473 (find_proc_framesize): Ditto.
8474 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8475 (alpha_init_extra_frame_info): Ditto.
8476 * infrun.c (handle_inferior_event): Ditto.
8477 (handle_inferior_event): Ditto.
8478 (check_sigtramp2): Ditto.
8479 * blockframe.c (create_new_frame): Ditto.
8480 (get_prev_frame): Ditto.
8481 * ppc-linux-tdep.c: Update comments.
8482 * i386-linux-tdep.c: Update comments.
8483 * breakpoint.c (bpstat_what): Update comment.
8484
4867e41e
DM
84852002-04-24 David S. Miller <davem@redhat.com>
8486
21d83aa5
DM
8487 * i960-tdep.c (register_in_window_p): New function.
8488 (i960_find_saved_register): Use it instead of
8489 REGISTER_IN_WINDOW_P.
8490 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8491
4867e41e
DM
8492 * symtab.h (find_stab_function_addr): Kill extern.
8493 * minsyms.c (find_stab_function_addr): Remove from here...
8494 * dbxread.c: ... to here, and mark it static.
8495
69cdf6a2
DM
84962002-04-20 David S. Miller <davem@redhat.com>
8497
8498 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8499 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8500
5a595886
DM
85012002-04-21 David S. Miller <davem@redhat.com>
8502
8503 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8504 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8505 (vx_write_register): Likewise.
8506
1da1a192
JB
85072002-04-23 J. Brobecker <brobecker@gnat.com>
8508
8509 * source.c (is_regular_file): New function.
8510 (openp): Check wether file to open is a regular file
8511 to avoid opening directories.
8512
baa6f10b
JT
85132002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8514
8515 * findvar.c (extract_signed_integer): Cast printf argument
8516 to suppress format warning.
8517 (extract_unsigned_integer): Likewise.
8518 * infcmd.c (registers_info): Likewise.
8519 * top.c (get_prompt_1): Likewise.
8520 * valops.c (value_assign): Likewise.
8521 * valprint.c (print_decimal): Likewise.
8522
b2c4da81
L
85232002-04-22 H.J. Lu (hjl@gnu.org)
8524
8525 * c-exp.y (typebase): Support
361d1df0 8526
b2c4da81
L
8527 [long|long long|short] [signed|unsigned] [int|]
8528
8529 and
8530
8531 signed [long|long long|short] int
8532
f267bd6a
JT
85332002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8534
8535 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8536 and vax-tdep.h.
8537 * vax-tdep.h: New file.
8538 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8539 Make several routines static.
8540 (vax_get_saved_register): New function.
8541 (vax_gdbarch_init): New function.
8542 (_initialize_vax_tdep): Register vax_gdbarch_init.
8543 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8544 Remove macros now under the control of gdbarch.
8545
da3c6d4a
MS
85462002-04-22 Michael Snyder <msnyder@redhat.com>
8547
11d3b27d
MS
8548 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8549 Some whitespace and coding standards tweaks.
da3c6d4a 8550
a33f7558
JT
85512002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8552
8553 * vax-tdep.c: Include regcache.h.
8554 (vax_call_dummy_words): New.
8555 (sizeof_vax_call_dummy_words): New.
8556 (vax_fix_call_dummy): New function.
8557 (vax_saved_pc_after_call): Ditto.
8558 * config/vax/tm-vax.h: Don't include regcache.h.
8559 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8560 (CALL_DUMMY): Remove.
8561 (CALL_DUMMY_WORDS): Define.
8562 (SIZEOF_CALL_DUMMY_WORDS): Define.
8563 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8564
47a73475
MS
85652002-04-18 Michael Snyder <msnyder@redhat.com>
8566
8567 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8568
52efde73
JT
85692002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8570
8571 * vax-tdep.c (vax_frame_chain): New function.
8572 (vax_push_dummy_frame): Ditto.
8573 (vax_pop_frame): Ditto.
8574 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8575 (FRAMELESS_FUNCTION_INVOCATION): Use
8576 generic_frameless_function_invocation_not.
8577 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8578 (POP_FRAME): Use vax_pop_frame.
8579
ea74468c
JT
85802002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8581
8582 * vax-tdep.c (vax_store_struct_return): New function.
8583 (vax_extract_return_value): Ditto.
8584 (vax_store_return_value): Ditto.
8585 (vax_extract_struct_value_address): Ditto.
8586 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8587 vax_store_struct_return.
8588 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8589 (STORE_RETURN_VALUE): Use vax_store_return_value.
8590 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8591
5516aa92
JT
85922002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8593
8594 * vax-tdep.c (vax_frame_saved_pc): New function.
8595 (vax_frame_args_address_correct): Ditto.
8596 (vax_frame_args_address): Ditto.
8597 (vax_frame_locals_address): Ditto.
8598 (vax_frame_num_args): Move code to be in proximity to
8599 other frame-related functions.
8600 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8601 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8602 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8603 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8604 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8605
36af0b35
L
86062002-04-22 H.J. Lu (hjl@gnu.org)
8607
8608 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8609 includedir.
8610
ab62c900
JT
86112002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8612
8613 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8614 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8615 (FRAME_INIT_SAVED_REGS): New macro.
8616
7232b100
JT
86172002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8618
8619 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8620
b70d2aee
JT
86212002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8622
8623 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8624 where needed.
8625 (fetch_osf_core_registers): Likewise.
8626 (supply_gregset): Likewise.
8627
a0e8a2d1 86282002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 8629
a0e8a2d1
JB
8630 * symfile.h (get_section_index): Define.
8631 * symfile.c (get_section_index): New function.
8632 * mdebugread.c (SC_IS_SBSS): New macro.
8633 (SC_IS_BSS): Return true for the scBss storage class only, as
8634 the scSBss storage class refers to the .sbss section.
8635 (parse_partial_symbols): Discard the symbols which associated
8636 section does not exist.
8637 Make sure to use the .sbss section index for symbols which
8638 storage class is scBss, rather than using the .bss section index.
8639
51eb8b08
JT
86402002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8641
8642 * vax-tdep.c: Update copyright years.
8643 (vax_register_name): New function.
8644 (vax_register_byte): Ditto.
8645 (vax_register_raw_size): Ditto.
8646 (vax_register_virtual_size): Ditto.
8647 (vax_register_virtual_type): Ditto.
8648 * config/vax/tm-vax.h: Update copyright years.
8649 (REGISTER_NAMES): Remove.
8650 (REGISTER_NAME): Define.
8651 (REGISTER_BYTE): Use vax_register_byte.
8652 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8653 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8654 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8655
6cc1c0a8
AC
86562002-04-21 Andrew Cagney <ac131313@redhat.com>
8657
8658 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8659 declaration
8660 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8661
9319a2fe
DM
86622002-04-21 David S. Miller <davem@redhat.com>
8663
8664 * arch-utils.c (generic_prologue_frameless_p): Kill
8665 SKIP_PROLOGUE_FRAMELESS_P code.
8666 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8667 references.
8668 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8669 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8670 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8671 references.
8672 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8673 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8674 (sparc_gdbarch_init): Pass it to
8675 set_gdbarch_prologue_frameless_p.
a0e8a2d1 8676
e9ed6d01
JT
86772002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8678
8679 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8680 (alphabsd-nat.o): New dependency list.
8681
36012033
JT
86822002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8683
8684 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8685 alphafbsd-tdep.c.
8686 (alpha-linux-tdep.o): New dependency list.
8687 (alphafbsd-tdep.o): Likewise.
8688
3379287a
JT
86892002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8690
8691 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8692 to here...
8693 * alpha-tdep.c: ...from here.
8694 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8695
4bcbd6cb
JT
86962002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8697
8698 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8699 prototype from here...
8700 * alpha-tdep.h: ...to here.
8701
b31da25e
AC
87022002-04-21 Andrew Cagney <ac131313@redhat.com>
8703
8704 * frame.h (selected_frame_level): Document as deprecated.
8705 (frame_relative_level): Declare.
8706 * stack.c (frame_relative_level): New function.
8707 (selected_frame_level): Document as deprecated.
8708 (select_frame): Do not set the selected_frame_level.
8709
8710 * stack.c (frame_info, record_selected_frame): Update.
8711 (frame_command, current_frame_command): Update.
8712 (up_silently_base, up_command, down_silently_base): Update.
8713 (down_command): Update.
8714 * inflow.c (kill_command): Update.
8715 * tracepoint.c (finish_tfind_command): Update.
8716 * corelow.c (core_open): Update.
8717 * thread.c (info_threads_command): Update.
8718 (do_captured_thread_select): Update.
8719 * infcmd.c (finish_command): Update.
8720 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8721
9c1d6fe5
JT
87222002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8723
8724 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8725
ab89facf
AC
87262002-04-21 Andrew Cagney <ac131313@redhat.com>
8727
8728 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8729 type const.
8730
82a4efa1
JT
87312002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8732
8733 * alphafbsd-tdep.c: Update copyright years. Include
8734 alpha-tdep.h.
8735 (alphafbsd_use_struct_convention): Make static.
8736 (alphafbsd_init_abi): New function.
8737 (_initialize_alphafbsd_tdep): New function.
8738 * config/alpha/tm-fbsd.h: Update copyright years.
8739 (USE_STRUCT_CONVENTION): Remove.
8740
44dffaac
JT
87412002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8742
8743 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8744 an Alpha ABI variant.
8745 (alpha_abi_handler_list): Declare.
8746 (alpha_gdbarch_register_os_abi): New function.
8747 (alpha_gdbarch_init): Give registered ABI variant handlers a
8748 chance to tweak the gdbarch once we have set up defaults.
8749 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8750
65585be4
JT
87512002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8752
8753 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8754 to standard_coerce_float_to_double.
8755 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8756
d9b023cc
JT
87572002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8758
8759 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8760 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8761 from gdbarch_tdep rather than a constant.
8762 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8763 the default text address for all Alpha Unix ABIs.
8764 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8765 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8766
dc129d82
JT
87672002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8768
8769 * alpha-tdep.h: New file. Includes several Alpha target constants
8770 taken from...
8771 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8772 let gdbarch deal with.
8773 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8774 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8775 to dependency list.
8776 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8777 Alpha target register names.
8778 * alphabsd-nat.c: Likewise.
8779 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8780 Alpha target register names. Make serveral routines static.
8781 (alpha_get_saved_register): New function.
8782 (alpha_abi_names): New.
8783 (process_note_abi_tag_sections): New function.
8784 (get_elfosabi): New function.
8785 (alpha_gdbarch_init): New function.
8786 (alpha_dump_tdep): New function.
8787 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8788
d49d1e0a
AC
87892002-04-21 Andrew Cagney <ac131313@redhat.com>
8790
8791 * frame.c (find_saved_register): Delete #ifdef
8792 HAVE_REGISTER_WINDOWS code.
8793 * config/sparc/tm-sparc.h: Update comments.
8794 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8795
92e8c9ed
AC
87962002-04-21 Andrew Cagney <ac131313@redhat.com>
8797
8798 * i960-tdep.c (i960_find_saved_register): New function.
8799 (i960_get_saved_register): New function.
8800 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8801 (i960_get_saved_register): Declare.
8802 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8803
e1925118
DM
88042002-04-20 David S. Miller <davem@redhat.com>
8805
8806 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8807
29673b29
AC
88082002-04-20 Andrew Cagney <ac131313@redhat.com>
8809
8810 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8811 instead of NUM_PSEUDO_REGS.
8812
6c86dcd5
DM
88132002-04-20 David S. Miller <davem@redhat.com>
8814
8815 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8816 GDB_MULTI_ARCH_PARTIAL
8817 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8818 define, let tm-sp64.h do it.
8819
aa40ec90
JT
88202002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8821
8822 * frame.c (find_saved_register): Avoid a NULL pointer
8823 dereference and actually walk the frame list.
8824
0f79675b
AC
88252002-04-20 Andrew Cagney <ac131313@redhat.com>
8826
8827 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8828 sorted in most most-recent-used order. Document.
8829 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 8830
f91305dd 88312002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
8832
8833 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8834 instead of ->prev.
8835 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8836 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8837 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8838 instead of ->prev.
8839
73d322b1
EZ
88402002-04-19 Elena Zannoni <ezannoni@redhat.com>
8841
8842 Fix PR gdb/471.
8843 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8844 (build_builtin_type_vec128): Ditto.
8845 (append_composite_type_field): Fix calculation of type length in
8846 union case.
8847
ccd9a834
EZ
88482002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8849
8850 * config/djgpp/README: Update.
8851
8852 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8853 compiler warnings.
8854
a57f9e49
JT
88552002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8856
8857 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8858 (alpha_setup_arbitrary_frame): ...to this.
8859 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8860 for alpha_setup_arbitrary_frame.
8861
f4f9705a
AC
88622002-04-18 Andrew Cagney <cagney@redhat.com>
8863
8864 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8865 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 8866
f4f9705a
AC
8867 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8868 * target.h (memory_breakpoint_from_pc): Update declaration.
8869 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8870
8871 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8872 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8873 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8874 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8875 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8876 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8877 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8878 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8879 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8880 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8881 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8882 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8883
8884 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8885 const pointer.
8886 * monitor.c (monitor_insert_breakpoint): Ditto.
8887 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8888
8889 * config/mcore/tm-mcore.h: Update copyright.
8890 * mem-break.c: Ditto.
8891 * xstormy16-tdep.c: Ditto.
8892
29f319b8
PM
88932002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8894
8895 * p-exp.y: Add precedence rule for '^' token.
8896 This removes the shift/reduce conflicts.
8897 Remove the comment concerning these shift/reduce conflicts.
8898
ebeac11a
EZ
88992002-04-18 Elena Zannoni <ezannoni@redhat.com>
8900
8901 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8902 (registers_powerpc_nofp): New register set for processors
8903 without floating point unit.
8904
27c31547
DM
89052002-04-18 David S. Miller <davem@redhat.com>
8906
8907 * MAINTAINERS: Add myself to write-after-approval.
8908
47a73475
MS
89092002-04-17 Michael Snyder <msnyder@redhat.com>
8910
8911 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8912
953836b2
AC
89132002-04-17 Andrew Cagney <ac131313@redhat.com>
8914
8915 * rs6000-tdep.c (frame_initial_stack_address): Use
8916 frame_register_read to read the alloca_reg.
8917
8b0d4340
AC
89182002-04-17 Andrew Cagney <ac131313@redhat.com>
8919
8920 * frame.c (find_saved_register): Find saved registers in the next
8921 not prev frame.
8922 Fix PR gdb/365.
8923
d8864532
AC
89242002-04-17 Andrew Cagney <ac131313@redhat.com>
8925
8926 * gdbarch.sh (LANG): Set to ``c''.
8927
36cc83a3 89282002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 8929
36cc83a3 8930 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 8931
2f4150cc 89322002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
8933
8934 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8935 Update copyright.
8936
628703c6 8937 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 8938 Also fix PR gdb/391.
361d1df0 8939
56157b4a
AC
89402002-04-14 Andrew Cagney <ac131313@redhat.com>
8941
8942 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8943 * aclocal.m4, configure: Re-generate.
8944 Fix PR gdb/391.
361d1df0 8945
6d1e3329
EZ
89462002-04-14 Elena Zannoni <ezannoni@redhat.com>
8947
8948 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8949 instead of tm_print_insn.
8950
cb06fa07
EZ
89512002-04-14 Elena Zannoni <ezannoni@redhat.com>
8952
8953 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8954
f208ba17
AC
89552002-04-14 Andrew Cagney <ac131313@redhat.com>
8956
8957 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8958 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8959 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8960
20f01a46
DH
89612002-04-12 Don Howard <dhoward@redhat.com>
8962
8963 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8964 max_user_call_depth.
8965 (init_cmd_lists): Initialize the new value;
8966 * cli/cli-script.c (execute_user_command): Limit the call depth of
8967 user defined commands. This avoids a core-dump when user commands
8968 are infinitly recursive.
8969
a88376a3
KB
89702002-04-12 Kevin Buettner <kevinb@redhat.com>
8971
8972 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8973 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8974 from tdep struct instead of DEFAULT_LR_SAVE.
8975 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8976 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8977 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8978
f2172603
MS
89792002-04-12 Michael Snyder <msnyder@redhat.com>
8980
694f61fb 8981 * Remote.c: Spelling fix.
20fe79c8
MS
8982 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8983 If no symbol found for "sbrk", try "_sbrk".
8984 (make_output_phdrs): Use bfd_section_name.
8985 (gcore_copy_callback): Use bfd_section_name.
62995fc4 8986 * eval.c: Indentation fix-ups.
169a7369
MS
8987 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8988 in case it gets applied to an address that is already
8989 in the instruction space.
de74f71f
MS
8990 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8991 * symfile.c: Fix indentation, long lines.
f2172603
MS
8992 * source.c: White space fix-up.
8993
cda5a58a
AC
89942002-04-12 Andrew Cagney <cagney@redhat.com>
8995
8996 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8997 * frame.c (frame_register_read): New function. Return non-zero on
8998 success.
8999 (read_relative_register_raw_bytes_for_frame): Delete.
9000 (read_relative_register_raw_bytes): Delete.
9001 * frame.h (frame_register_read): Declare.
9002 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9003 * sh-tdep.c: Ditto.
9004 * infcmd.c (do_registers_info): Ditto.
9005 * hppa-tdep.c: Ditto.
9006 * rs6000-tdep.c: Ditto.
9007 * h8500-tdep.c: Ditto.
9008 * mips-tdep.c: Ditto.
9009 * h8300-tdep.c: Ditto.
9010 * z8k-tdep.c: Ditto.
9011
2ea5f656
KB
90122002-04-12 Kevin Buettner <kevinb@redhat.com>
9013
9014 From Jimi X <jimix@watson.ibm.com>:
9015 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9016 64-bit SysV ABI.
9017
27b15785
KB
90182002-04-12 Kevin Buettner <kevinb@redhat.com>
9019
9020 From Jimi X <jimix@watson.ibm.com>:
9021 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9022 bfd info.
9023
5d57ee30
KB
90242002-04-12 Kevin Buettner <kevinb@redhat.com>
9025
9026 From Jimi X <jimix@watson.ibm.com>:
9027 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9028 register sets for these processor variants.
9029
bc1e36ca
DJ
90302002-04-11 Daniel Jacobowitz <drow@mvista.com>
9031
bc1e36ca
DJ
9032 * regformats/reg-ppc.dat: Support FPSCR.
9033
e3f36dbd
KB
90342002-04-11 Kevin Buettner <kevinb@redhat.com>
9035
9036 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9037 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9038 Add fpscr as an invalid/unfetchable register.
9039 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9040 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9041 (fill_fpregset): Add support for register fpscr.
9042 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9043 (fill_gregset): Account for the fact that register ``mq'' might
9044 not exist.
9045 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9046 (registers_power): Add fpscr to register set at slot 71.
9047 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9048 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9049
943c9c25
MS
90502002-04-11 Michael Snyder <msnyder@redhat.com>
9051
9052 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9053 * configure: Regenerate.
9054 * config.in: Regenerate.
9055 * acconfig.h: Add define for _SYSCALL32.
9056 * core-sol2.c: Remove #define _SYSCALL32.
9057 * solib-legacy.c: Remove #define _SYSCALL32.
9058
d8c0a2e7
AC
90592002-04-10 Andrew Cagney <ac131313@redhat.com>
9060
9061 * stack.c (select_frame): Cleanup internal error message, do not
9062 use %p.
9063
7cc19214
AC
90642002-04-10 Andrew Cagney <ac131313@redhat.com>
9065
9066 * stack.c (select_frame): Check that selected_frame and the
9067 specified level are as expected.
9068 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9069 Update copyright.
9070 * frame.h (struct frame_info): Add field `level'. Update
9071 copyright.
9072 Work-in-progress PR gdb/464.
9073
67a2b77e
AC
90742002-04-10 Andrew Cagney <ac131313@redhat.com>
9075
9076 * maint.c (maint_print_section_info): Rename print_section_info.
9077 (print_bfd_section_info, print_objfile_section_info): Update.
9078 * inferior.h (struct gdbarch): Add opaque declaration.
9079 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9080 * gdbarch.h: Regenerate.
9081
8cfda98c
ML
90822002-04-10 Michal Ludvig <mludvig@suse.cz>
9083
9084 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9085 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9086 (kernel_u_size): Added.
9087 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9088 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9089
ca439ad2 90902002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 9091
ca439ad2
JI
9092 * valarith.c (find_size_for_pointer_math): New function, either returns
9093 the size for a pointer's target, returns 1 for void *, or errors for
9094 incomplete types.
9095 (value_add, value_sub): use find_size_for_pointer_math.
9096
2f2893d9
DJ
90972002-04-09 Daniel Jacobowitz <drow@mvista.com>
9098
9099 * linux-low.c (linux_look_up_symbols): New hook.
9100 (linux_target_ops): Add linux_look_up_symbols.
9101 * remote-utils.c (decode_address): New function.
9102 (look_up_one_symbol): New function.
9103 * server.c (handle_query): Call target look_up_symbols hook.
9104 * server.h (look_up_one_symbol): Add prototype.
9105 * target.h (struct target_ops): Add look_up_symbols hook.
9106
96cb11df
AC
91072002-04-09 Andrew Cagney <ac131313@redhat.com>
9108
9109 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9110 override FP_REGNUM with frame->fp. Update copyright.
9111 * parse.c (num_std_regs, std_regs): Delete.
9112 (target_map_name_to_register): Do not search std_regs. Update
9113 function description.
9114 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9115 declarations. Update copyright.
9116 Fix PR gdb/251.
361d1df0 9117
97658e92
DJ
91182002-04-09 Daniel Jacobowitz <drow@mvista.com>
9119
9120 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9121 after the last symbol in a block.
9122
6044e3eb
PM
91232002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9124
9125 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9126 is non zero as a found symbol.
9127
0406ec40
AC
91282002-04-08 Andrew Cagney <ac131313@redhat.com>
9129
9130 * findvar.c: Include "builtin-regs.h".
9131 (value_of_register): Call value_of_builtin_reg when applicable.
9132 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9133 (target_map_name_to_register): Call
9134 builtin_reg_map_name_to_regnum.
9135 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9136 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9137 (builtin_regs_h): Define.
9138 (builtin-regs.o): New target.
9139 (findvar.o): Add $(builtin_regs_h).
9140 * builtin-regs.c, builtin-regs.h: New files.
9141 * std-regs.c: New file.
9142 Partial fix for PR gdb/251.
9143
56a6dfb9
KB
91442002-04-08 Kevin Buettner <kevinb@redhat.com>
9145
9146 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9147 it's no longer required.
9148
3a808432
AC
91492002-04-08 Andrew Cagney <ac131313@redhat.com>
9150
9151 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9152
7c40d541
KB
91532002-04-08 Kevin Buettner <kevinb@redhat.com>
9154
9155 From Jimi X <jimix@watson.ibm.com>:
9156 * rs6000-tdep.c (rs6000_software_single_step): Use
9157 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9158 and size. Use target_insert_breakpoint() and
9159 target_remove_breakpoint() to insert and remove breakpoints
9160 instead of explicit memory reads and writes.
9161
cc9836a8
KB
91622002-04-08 Kevin Buettner <kevinb@redhat.com>
9163
9164 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9165 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9166 ELF_OBJECT_FORMAT ifdef.
9167
7495d1dc
KB
91682002-04-08 Kevin Buettner <kevinb@redhat.com>
9169
9170 From Jimi X <jimix@watson.ibm.com>:
9171 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9172
4288e836
KB
91732002-04-08 Kevin Buettner <kevinb@redhat.com>
9174
9175 From Jimi X <jimix@watson.ibm.com>:
9176 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9177 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9178
a4e4e501
MK
91792002-04-07 Mark Kettenis <kettenis@gnu.org>
9180
9181 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9182 s/asprintf/xasprintf/.
9183 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9184
006defba
AC
91852002-04-07 Andrew Cagney <ac131313@redhat.com>
9186
9187 I believe Jeff Law denies responsability for this one:
9188 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9189 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9190 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9191 Work-around for PR gdb/366.
9192
7aa83cac
EZ
91932002-04-07 Elena Zannoni <ezannoni@redhat.com>
9194
9195 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9196 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9197 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9198
cf1fcca1
EZ
91992002-04-07 Elena Zannoni <ezannoni@redhat.com>
9200
9201 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9202 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9203 information.
9204
3f289e6f
AC
92052002-04-07 Andrew Cagney <ac131313@redhat.com>
9206
9207 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9208 maintainer.
9209
129188f6
AC
92102002-04-07 Andrew Cagney <ac131313@redhat.com>
9211
9212 * README (Reporting Bugs in GDB): Document the bug web page as the
9213 prefered way of submitting bugs.
9214 Fix PR gdb/402.
9215
1200cd6e
AC
92162002-04-06 Andrew Cagney <ac131313@redhat.com>
9217
9218 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9219 -1. Update comment.
9220 * gdbarch.h, gdbarch.c: Re-generate.
9221
2853c33c
AS
92222002-04-07 Andreas Schwab <schwab@suse.de>
9223
9224 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9225 buffer to regcache_collect.
9226
c2169756
AC
92272002-04-06 Andrew Cagney <ac131313@redhat.com>
9228
9229 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9230 * gdbarch.c, gdbarch.h: Re-generate.
9231
25f1b008
AC
92322002-04-06 Andrew Cagney <ac131313@redhat.com>
9233
9234 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9235 declaration. Fix -Werror.
9236
59263426
DJ
92372002-04-05 Daniel Jacobowitz <drow@mvista.com>
9238
9239 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9240 * gdbarch.c: Regenerate.
9241
f5db4da3
MS
92422002-04-05 Michael Snyder <msnyder@redhat.com>
9243
80f8a6eb
MS
9244 * breakpoint.c (clear_command): Rewrite middle section to
9245 combine two loops with identical control conditions.
9246 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
9247 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9248
ad3dcc5c
L
92492002-04-05 H.J. Lu (hjl@gnu.org)
9250
9251 * solib-svr4.c (bkpt_names): Add "__start".
9252
f32e7a74
AC
92532002-04-04 Andrew Cagney <ac131313@redhat.com>
9254
9255 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9256 as test for 64 bit target.
9257
8227c0ff
AC
92582002-04-05 Andrew Cagney <ac131313@redhat.com>
9259
9260 * h8500-tdep.c (h8500_write_fp): Delete function.
9261 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9262 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9263 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9264 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9265 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9266 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9267 (s390_write_fp):
9268 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9269 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9270 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9271 (d10v_write_fp): Delete function.
9272 * inferior.h (write_fp, generic_target_write_fp): Delete
9273 declarations.
9274 * regcache.c (generic_target_write_fp): Delete function.
9275 (write_fp): Delete function.
9276 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9277 * gdbarch.h, gdbarch.c: Regenerate.
9278 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9279 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9280 (sparc64_write_fp): Delete declaration.
9281 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9282 (h8500_write_fp): Delete declaration.
9283
2757dd86
AC
92842002-04-04 Andrew Cagney <ac131313@redhat.com>
9285
9286 * sparc-tdep.c (sparc64_write_fp): Delete.
9287 (sparc_push_dummy_frame): Replace write_fp call with code to store
9288 the FP directly.
9289 (sparc_gdbarch_init): Do not initialize write_fp.
9290
c69255e1
KB
92912002-04-05 Kevin Buettner <kevinb@redhat.com>
9292
9293 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9294 clause.
9295
ae767bfb
JB
92962002-03-29 Jim Blandy <jimb@redhat.com>
9297
9298 * stack.c (get_selected_block): Add new argument `addr_in_block',
9299 used to return the exact code address we used to select the block,
9300 not just the block.
9301 * blockframe.c (get_frame_block, get_current_block): Same.
9302 * frame.h (get_frame_block, get_current_block,
9303 get_selected_block): Update declarations.
9304 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9305 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9306
84d2ac95
MS
93072002-04-05 Michael Snyder <msnyder@redhat.com>
9308
9309 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9310 warning message.
9311
596aa3bf
JB
93122002-04-05 J. Brobecker <brobecker@gnat.com>
9313
9314 * utils.c (xfullpath): New function.
9315 * defs.h (xfullpath): Add declaration.
9316 * source.c (openp): Use xfullpath in place of gdb_realpath to
9317 avoid resolving the basename part of filenames when the
9318 associated file is a symbolic link. This fixes a potential
9319 inconsistency between the filenames known to GDB and the
9320 filenames it prints in the annotations.
9321 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9322 to be able to match a filename with either the real filename, or
9323 the name of any symbolic link to this file.
9324 (lookup_partial_symtab): Ditto.
9325
c02f5703
MS
93262002-04-04 Michael Snyder <msnyder@redhat.com>
9327
9328 * breakpoint.c: Add support for hardware breakpoints in overlays.
9329 (overlay_events_enabled): New state variable.
9330 (insert_breakpoints): Use overlay_events_enabled to decide
9331 whether to attempt to set a breakpoint at the overlay load addr.
9332 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9333 (remove_breakpoint): Use overlay_events_enabled to decide
9334 whether breakpoints need to be removed from overlay load addr.
9335 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9336 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 9337 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
9338 disable_overlay_breakpoints): Update overlay_events_enabled.
9339
5fb290d7
DJ
93402002-04-04 Daniel Jacobowitz <drow@mvista.com>
9341
9342 * dwarf2read.c (struct function_range): New.
9343 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9344 (check_cu_functions): New.
9345 (read_file_scope): Initialize global function lists.
9346 Call dwarf_decode_line after processing children.
9347 (read_func_scope): Add to global function list.
9348 (dwarf_decode_lines): Call check_cu_functions everywhere
9349 record_line is called. Call record_line with a linenumber
9350 of 0 to mark sequence ends.
9351
7b3fabf0
ML
93522002-04-04 Michal Ludvig <mludvig@suse.cz>
9353
361d1df0 9354 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
9355 change sync with glibc.
9356
bce58c09
JB
93572002-04-03 Jim Blandy <jimb@redhat.com>
9358
9359 * configure.in: Call AC_C_INLINE.
9360 * configure: Regenerated.
361d1df0 9361
2fccf04a
DJ
93622002-04-01 Daniel Jacobowitz <drow@mvista.com>
9363
9364 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9365 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9366
2d1bfe2e
MK
93672002-03-31 Mark Kettenis <kettenis@gnu.org>
9368
a5941fbf
MK
9369 * NEWS: Mention gcore support on FreeBSD/i386.
9370
a90cd31d
MK
9371 * fbsd-proc.c: New file.
9372 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9373 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9374
2d1bfe2e
MK
9375 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9376 while statement.
9377
9eb6e5a1
JB
93782002-03-29 Jim Blandy <jimb@redhat.com>
9379
9380 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9381 unescaped newlines in string literals, but newer ones don't. So
9382 escape them.
9383
f02df580
MS
93842002-03-26 Michael Snyder <msnyder@redhat.com>
9385 Andrew Cagney <cagney@redhat.com>
9386
361d1df0 9387 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
9388 restore file to memory.
9389 * cli/cli-dump.h: New file.
9390 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 9391 * NEWS: Mention new commands.
f02df580 9392
109f874e
MS
93932002-03-28 Michael Snyder <msnyder@redhat.com>
9394
9395 * symfile.c (symbol_file_add): Move test for null symbols to later.
9396
520f6ade
AC
93972002-03-27 Andrew Cagney <ac131313@redhat.com>
9398
9399 From veksler at il.ibm.com:
9400 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9401 the xstrduped original path.
9402 Fix PR gdb/417.
9403
d4654627
MS
94042002-03-27 Michael Snyder <msnyder@redhat.com>
9405
9406 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9407 * infcmd.c (_initialize_infcmd): Ditto.
9408 * language.c (_initialize_language): Ditto.
9409 * symfile.c (_initialize_symfile): Ditto.
9410 * top.c (_init_main): Ditto.
9411 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9412
6be8bc0c
EZ
94132002-03-27 Elena Zannoni <ezannoni@redhat.com>
9414
9415 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9416 vector registers handling.
9417 (skip_prologue): Handle new AltiVec instructions. Fill in new
9418 fields of frame data.
9419 (frame_get_saved_regs): Fill in information for AltiVec registers.
9420
12af6855
JB
94212002-03-27 Jim Blandy <jimb@redhat.com>
9422
9423 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9424 a function; leave this macro here to invoke that function.
9425 (symbol_init_mangled_name): Declaration for that function.
9426 * symtab.c (symbol_init_mangled_name): New function.
9427
dc672865
AC
94282002-03-27 Andrew Cagney <ac131313@redhat.com>
9429
9430 * valarith.c: Replace strerror with safe_strerror.
9431 * tracepoint.c: Ditto.
9432 * lin-lwp.c: Ditto.
9433 * go32-nat.c: Ditto.
9434 * inflow.c: Ditto.
9435 * gnu-nat.c: Ditto.
9436
d96429cd
AS
94372002-03-27 Andreas Schwab <schwab@suse.de>
9438
9439 * event-top.c (command_line_handler): Remove useless if.
9440
7e336ba1
AJ
94412002-03-27 Andreas Jaeger <aj@suse.de>
9442
9443 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9444 comment.
9445
de220d0f
ML
94462002-03-27 Michal Ludvig <mludvig@suse.cz>
9447
9448 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9449 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9450 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9451 (x86_64_linux_dr_get_status, supply_gregset),
9452 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9453 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9454 (x86_64_register_info_table): Add.
9455 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9456 (x86_64_register_raw_size, x86_64_register_virtual_type),
9457 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9458 general x86_64_register_info_table.
9459 (i386_gdbarch_init): gdbarch_register_bytes is now set
9460 dynamicaly during initialization.
9461 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9462 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 9463
0e98d0a7
DJ
94642002-03-27 Daniel Jacobowitz <drow@mvista.com>
9465
9466 * gdbserver/server.c (main): Call target_signal_to_host_p
9467 and target_signal_to_host on signals received from the remote.
9468 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9469 target_signal_from_host on signals sent to the remote.
9470 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9471 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9472
3130066b
DJ
94732002-03-27 Daniel Jacobowitz <drow@mvista.com>
9474
9475 * signals/signals.c: Include "server.h" in gdbserver build.
9476 (target_signal_from_name): Don't use STREQ.
9477 (_initialize_signals): Likewise. Don't include function in
9478 gdbserver build.
9479
9aedf4f4
DJ
94802002-03-27 Daniel Jacobowitz <drow@mvista.com>
9481
9482 * signals.c: Moved to...
9483 * signals/signals.c: Here.
7e336ba1 9484 * Makefile (signals.o): Update.
9aedf4f4 9485
3fa41cdb
JL
94862002-03-26 Jeff Law (law@redhat.com)
9487
9488 * somread.c (som_symtab_read): Remove some commented out code and
9489 updated related comments. Do not set the minimal symbol table to
9490 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9491 in a dynamic executable.
9492 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9493 where we are unable to find the minimal symbol for the given
9494 PC value.
9495
ee677e8d
MS
94962002-03-25 Jeff Law (law@redhat.com)
9497
9498 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9499
e76e1718
ML
95002002-03-25 Michal Ludvig <mludvig@suse.cz>
9501
9502 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9503
18a642a1
AC
95042002-03-23 Andrew Cagney <ac131313@redhat.com>
9505
9506 * command.h: Update copyright.
9507 (struct cmd_list_element): Replace definition with opaque
9508 declaration.
9509 (enum cmd_types): Document that it will eventually be moved to
9510 cli/cli-decode.h
9511 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9512 (MALLOCED_REPLACEMENT): Delete macro.
9513 * Makefile.in (cli_decode_h): Add $(command_h).
9514 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 9515 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
9516 * completer.c: Include "cli/cli-decode.h".
9517 * maint.c: Include "cli/cli-decode.h".
9518 * cli/cli-decode.h: Include "command.h".
9519 (enum command_class): Delete.
9520 (enum cmd_types): Comment out.
9521 (enum cmd_auto_boolean): Delete.
9522 (enum var_types): Delete.
9523
b2875cc0
AC
95242002-03-23 Andrew Cagney <ac131313@redhat.com>
9525
9526 * cli/cli-decode.c: Include "gdb_assert.h".
9527 (add_set_or_show_cmd): New static function.
9528 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9529 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9530 all fields, such as func, from the set command.
9531
3b45974e
AC
95322002-03-23 Andrew Cagney <ac131313@redhat.com>
9533
9534 * MAINTAINERS (sh-elf): Change warning flag to -w.
9535
823ca731
AC
95362002-03-23 Andrew Cagney <cagney@redhat.com>
9537
9538 * defs.h (error): Add printf format attribute.
9539 * thread-db.c (thread_from_lwp): Fix error format string.
9540 * stack.c (parse_frame_specification): Ditto.
9541 * cli/cli-decode.c (undef_cmd_error): Ditto.
9542 * scm-lang.c (scm_lookup_name): Ditto.
9543 * tracepoint.c (trace_error): Ditto.
9544 * remote-utils.c (usage): Ditto.
9545 * remote.c (compare_sections_command): Ditto.
9546 Fix PR gdb/328.
9547
0e101458
AC
95482002-03-22 Andrew Cagney <ac131313@redhat.com>
9549
9550 * gdbtypes.c (append_composite_type_field): New function.
9551 (init_composite_type): New function.
9552 * gdbtypes.h (append_composite_type_field): Declare.
9553 (init_composite_type): Ditto.
9554
8e0662df
EZ
95552002-03-22 Elena Zannoni <ezannoni@redhat.com>
9556
9557 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 9558 function.
8e0662df
EZ
9559 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9560 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9561 structure returning convention for SYSV ABI case, but not
9562 for GNU/Linux, FreeBSD, or NetBSD.
9563
3121eff0
DJ
95642002-03-22 Daniel Jacobowitz <drow@mvista.com>
9565
9566 * symtab.h (lookup_block_symbol): Add mangled_name argument
9567 to prototype.
9568
9569 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9570 with new mangled_name argument.
9571 * linespec.c (decode_line_1): Likewise.
9572 * valops (value_of_this): Likewise.
9573 * symtab.c (lookup_transparent_type): Likewise.
9574 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9575 (lookup_symbol): If we are given a mangled name, pass it down
9576 to lookup_symbol_aux.
9577 (lookup_block_symbol): If we are given a mangled name to check
9578 against, only return symbols which match it.
9579
349b409f
CF
95802002-03-22 Christopher Faylor <cgf@redhat.com>
9581
9582 * win32-nat.c (child_create_inferior): Check for proper shell to use
9583 here, in case the user changes it on the fly.
9584 (_initialize_inftarg): Remove shell path considerations.
9585
2a873819
EZ
95862002-03-21 Elena Zannoni <ezannoni@redhat.com>
9587
9588 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9589 for gdbarch_max_register_raw_size and max_register_virtual_size.
9590 Adjust copyright year.
9591
a1b9830c
DJ
95922002-03-21 Daniel Jacobowitz <drow@mvista.com>
9593
9594 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9595 in a function to cover the entire beginning of the function
9596 as well if it does not already.
9597
8b5790f2
TR
95982002-03-21 Tom Rix <trix@redhat.com>
9599
9600 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9601 (rs6000_ptrace64): Renamed from ptrace64.
9602
bdbe5747
MH
96032002-03-20 Martin M. Hunt <hunt@redhat.com>
9604
9605 * gdbserver/remote-utils.c (remote_open): Don't call
9606 getprotobyname, we're all using TCP here so just use
9607 IPPROTO_TCP.
7e336ba1 9608 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
9609
96102002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 9611
bdbe5747
MH
9612 * regcache.c (_initialize_regcache): No need to call
9613 build_regcache() at this time; it gets called whenever
9614 the gdbarch changes.
9615
7781cd62
DB
96162002-03-20 David O'Brien <obrien@FreeBSD.org>
9617
9618 * sparc-nat.c: Include sys/param.h where possible.
9619
f65ca430
DJ
96202002-03-20 Daniel Jacobowitz <drow@mvista.com>
9621
9622 Fix PR gdb/422.
9623 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9624 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9625 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9626 complex types.
9627 * stabsread.c (rs6000_builtin_type): Likewise.
9628 (read_sun_floating_type): Likewise.
9629
0c867556
PS
96302002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9631
9632 * stabsread.c (read_member_functions): Remove skip code for duplicate
9633 constructor/destructor methods. Use standard parsing for these
9634 methods and just do not chain them to the list of methods after
9635 parsing.
9636
12b9c64f
AO
96372002-03-19 Alexandre Oliva <aoliva@redhat.com>
9638
9639 * coffread.c: Remove redundant static declarations. Replace
9640 occurrences of `PTR' with `void *'.
9641 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9642 * top.h (quit_cover): Likewise.
9643 * defs.h (catch_errors): Likewise.
9644
349c5d5f
AC
96452002-03-18 Andrew Cagney <ac131313@redhat.com>
9646
9647 * defs.h (XMALLOC): Define.
9648 * gdb-events.sh (XMALLOC): Delete macro.
9649 * gdb-events.c, gdb-events.h: Regenerate.
9650 * gdbarch.sh (XMALLOC): Delete macro.
9651 * gdbarch.c: Regenerate.
9652 * serial.c (XMALLOC): Delete macro.
9653 * ui-file.c (XMALLOC): Ditto.
9654 * ser-unix.h (XMALLOC): Ditto.
9655 * sh-tdep.c (XMALLOC): Ditto.
9656 * ui-out.c (XMALLOC): Ditto.
9657 * utils.c (XMALLOC): Ditto.
9658 * i386-tdep.c (XMALLOC): Ditto.
9659 * gdb-events.c (XMALLOC): Ditto.
9660 * d10v-tdep.c (XMALLOC): Ditto.
9661 * cli-out.c (XMALLOC): Ditto.
9662
9663 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9664 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9665 * ui-file.c, ui-out.c: Ditto.
9666
7d0766f3
AC
96672002-03-18 Andrew Cagney <ac131313@redhat.com>
9668
9669 * command.h (struct cmd_list_element): Add field context.
9670 (set_cmd_context, get_cmd_context): Declare.
9671 * cli/cli-decode.h: Ditto.
9672 * cli/cli-decode.c (get_cmd_context): New function.
9673 (set_cmd_context): New function.
9674 (add_cmd): Initialize context.
9675 Part of fixing PR gdb/145 and PR gdb/146.
9676
5913bcb0
AC
96772002-03-17 Andrew Cagney <ac131313@redhat.com>
9678
1868c04e
AC
9679 * cli/cli-decode.c (cmd_type): New function.
9680 * command.h (cmd_type): Declare.
9681 * infrun.c (set_schedlock_func): Call function cmd_type.
9682 * kod.c (kod_set_os): Call cmd_type.
9683 * cris-tdep.c (cris_version_update): Use function cmd_type.
9684 (cris_mode_update, cris_abi_update): Ditto.
9685
5913bcb0
AC
9686 * command.h: (execute_cmd_post_hook): Declare.
9687 (execute_cmd_pre_hook): Declare.
9688 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9689 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9690 functions. Execute pre/post hook while ensuring that afterwords
9691 hook_in is cleared.
9692 * top.c (execute_command): Use execute_cmd_post_hook, and
9693 execute_cmd_pre_hook to execute pre/post commands.
9694 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9695 hook_stop_stub.
9696 (hook_stop_stub): Call execute_cmd_pre_hook.
9697
b51450c9
AC
96982002-03-17 Andrew Cagney <ac131313@redhat.com>
9699
9700 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9701 set'' and this leads to a core dump. Move xstrdup of
9702 operating_system to after check that it is not NULL.
9703
f66c9f11
AC
97042002-03-17 Andrew Cagney <ac131313@redhat.com>
9705
8e694ecf
AC
9706 * kod.c (kod_set_os): Remove unnecessary check that
9707 ``command->type'' is set_cmd.
9708
f66c9f11
AC
9709 * valprint.c (set_input_radix): Use input_radix.
9710 (set_output_radix): Use output_radix.
9711 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9712 isn't reverted.
9713
9d01611c
AC
97142002-03-16 Andrew Cagney <ac131313@redhat.com>
9715
9716 * value.h (struct value): Delete field ``substring_addr''. Change
9717 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
9718 force_core_addr_align and force_pointer_aligh.
9719
9720 * value.h (struct value): Fix typo in above change.
9d01611c 9721
4156bb53
PS
97222002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9723
9724 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9725 to fix internal_error from ``maintenance print architecture''.
9726
0e5e3ea6
PS
97272002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9728
9729 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9730 for gcc versions after gcc-2.8.1.
9731
9b013045
PS
97322002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9733
9734 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9735 for method resolution. Restore adjustment of ``this'' pointer after
9736 calling value_struct_elt, which was accidentally removed during the
9737 HP merge.
9738
376c9600
AC
97392002-03-15 Andrew Cagney <ac131313@redhat.com>
9740
9741 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9742 value_of_register.
9743 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9744 get_saved_register.
9745 * value.h (value_of_register): Update.
9746
a4db0f07
RH
97472002-03-14 Richard Henderson <rth@redhat.com>
9748
9749 * configure.in: Detect declaration for canonicalize_file_name.
9750 * utils.c (canonicalize_file_name): Declare, if needed.
9751 (gdb_realpath): Prefer realpath if available and usable.
9752 * config.in, configure: Rebuild.
9753
96383835
RH
97542002-03-14 Richard Henderson <rth@redhat.com>
9755
9756 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9757 a constant array bound.
9758
9759 * MAINTAINERS: Add myself to write-after-approval.
9760
75245b24
MS
97612002-03-14 Michael Snyder <msnyder@redhat.com>
9762
9763 * symfile.c (syms_from_objfile): Return immediately if no syms.
9764 (symbol_file_add): Return immediately if no syms.
9765 (find_sym_fns): Return immediately if no syms.
9766
e641a1ca
ML
97672002-03-13 Michal Ludvig <mludvig@suse.cz>
9768
9769 * gdbserver/remote-util.c (remote_open): Print remote-side's
9770 IP address when remote debugging over the network.
7e336ba1 9771
df08bfec
DB
97722002-03-12 David O'Brien <obrien@FreeBSD.org>
9773
9774 * config/sparc/fbsd.mh: Fix copyright.
9775 * config/sparc/fbsd.mt: Likewise.
9776
9a57864f
RE
97772002-03-11 Richard Earnshaw <rearnsha@arm.com>
9778
9779 * MAINTAINERS: Fix typo in name of gdb warnings option.
9780 (x86-64): Fix formating so that this can be parsed by awk.
9781
dd7bf85e
DJ
97822002-03-10 Daniel Jacobowitz <drow@mvista.com>
9783
9784 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9785 * defs.h: Include "gdb/signals.h".
9786 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9787
33a0a2ac
ML
97882002-03-10 Michal Ludvig <mludvig@suse.cz>
9789
9790 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 9791 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
9792 from x86-64-tdep.h
9793
dd824b04
DJ
97942002-03-10 Daniel Jacobowitz <drow@mvista.com>
9795 Don Howard <dhoward@redhat.com>
9796
9797 * mips-tdep.c (ST0_FR): Define.
9798 (mips2_fp_compat): New function, temporarily disabled.
9799 (mips_read_fp_register_single): New function.
9800 (mips_read_fp_register_double): New function.
9801 (mips_print_register): Use them.
9802 (do_fp_register_row): Likewise.
9803
6a41ff59
AC
98042002-03-09 Andrew Cagney <ac131313@redhat.com>
9805
9806 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9807 approval''.
9808
4ea09c10
PS
98092002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9810
9811 * stabsread.c (read_member_functions): Fix is_stub test for
9812 static member functions, improve comment.
9813
6ccc741d
RE
98142002-03-07 Richard Earnshaw <rearnsha@arm.com>
9815
9816 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9817 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9818 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9819 commands that set boolean values.
9820 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9821 (arm_rdi_resume): Always initialize PC.
9822 (arm_rdi_open): Don't use rslt as a boolean.
9823 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9824 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9825 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9826 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9827
438013df
AO
98282002-03-06 Alexandre Oliva <aoliva@redhat.com>
9829
9830 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9831 * configure: Rebuilt.
9832
70ed8774
SC
98332002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9834
9835 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9836 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9837
5ba2abeb
AC
98382002-03-06 Andrew Cagney <ac131313@redhat.com>
9839
9840 * cli/cli-decode.c (set_cmd_completer): New function.
9841 * command.h (set_cmd_completer): Declare.
9842 * cli/cli-decode.h (set_cmd_completer): Ditto.
9843
9844 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9845 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9846 * win32-nat.c (_initialize_inftarg): Ditto.
9847 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9848 * proc-api.c (_initialize_proc_api): Ditto.
9849 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9850 * source.c (_initialize_source): Ditto.
9851 * exec.c (_initialize_exec): Ditto.
9852 * solib.c (_initialize_solib): Ditto.
9853 * top.c (init_main): Ditto.
9854 * tracepoint.c (_initialize_tracepoint): Ditto.
9855 * symfile.c (_initialize_symfile): Ditto.
9856 * printcmd.c (_initialize_printcmd): Ditto.
9857 * infcmd.c (_initialize_infcmd): Ditto.
9858 * corefile.c (_initialize_core): Ditto.
9859
f779ca99
AC
98602002-03-05 Andrew Cagney <ac131313@redhat.com>
9861
9862 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9863
01a3934b
AC
98642002-03-05 Andrew Cagney <ac131313@redhat.com>
9865
9866 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9867
37057839
AC
98682002-03-05 Andrew Cagney <ac131313@redhat.com>
9869
9870 * NEWS: Update headings, 5.2 has branched.
9871
c6ecbae5
DJ
98722002-03-04 Daniel Jacobowitz <drow@mvista.com>
9873
9874 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9875 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9876 (register_addr, REGISTER_RAW_SIZE): Likewise.
9877 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9878 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9879
e9f30c21
ML
98802002-03-03 Michal Ludvig <mludvig@suse.cz>
9881
9882 * MAINTAINERS (x86-64): Add myself.
9883 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9884 changed value_ptr -> struct value *
9885
54394ac3
DB
98862002-03-01 David O'Brien <obrien@FreeBSD.org>
9887
9888 * configure.host (sparc64-*-freebsd): Add.
9889 * configure.tgt: Likewise.
9890 * config/sparc/fbsd.mh: New file.
9891 * config/sparc/fbsd.mt: Likewise.
9892 * config/sparc/nm-fbsd.h: Likewise.
9893 * config/sparc/tm-fbsd.h: Likewise.
9894
bfe95955
DJ
98952002-03-01 Daniel Jacobowitz <drow@mvista.com>
9896
9897 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9898 regformats/reg-s390x.dat.
9899
f33c6cbf
AC
99002002-03-01 Andrew Cagney <ac131313@redhat.com>
9901
9902 * utils.c: Add FIXME explaining true/false problem.
9903
5ecaa7dd
AC
99042002-02-28 Andrew Cagney <ac131313@redhat.com>
9905
9906 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9907
2a251cc2
MC
99082002-02-28 Michael Chastain <mec@shout.net>
9909
9910 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9911
6a8031a3 99122002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
9913
9914 * gdbserver/linux-s390-low.c: New file.
9915 * regformats/reg-s390.dat: New file.
9916 * regformats/reg-s390x.dat: New file.
9917 * gdbserver/configure.srv: Add S/390.
9918 * gdbserver/Makefile.in: Add S/390.
9919 * configure.tgt: Enable gdbserver for S/390.
9920
ac469903
EZ
99212002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9922
9923 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9924 first line of the doc string for "info dos", except at the end of
9925 the sentence, since the short help stops at the first period.
9926
985cb1a3
JM
99272002-02-28 Jason Merrill <jason@redhat.com>
9928
9929 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9930
c570663e
FF
99312002-02-27 Fred Fish <fnf@redhat.com>
9932
9933 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9934 comment (dumy -> dummy).
9935
43630227
PS
99362002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9937
9938 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9939
b84911e8
RB
99402002-02-27 Rodney Brown <rbrown64@csc.com.au>
9941
9942 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9943
58caa3dc
DJ
99442002-02-27 Daniel Jacobowitz <drow@mvista.com>
9945
9946 * gdbserver/acconfig.h: New file.
9947 * gdbserver/i387-fp.c: New file.
9948 * gdbserver/i387-fp.h: New file.
9949 * gdbserver/linux-x86-64.c: New file.
9950 * regformats/reg-x86-64.dat: New file.
9951 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9952 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9953 * gdbserver/configure.in: Add support for regsets.
9954 * gdbserver/config.in: Regenerate.
9955 * gdbserver/configure: Regenerate.
9956 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9957 * gdbserver/linux-low.h: New file.
9958 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9959 for regsets.
9960 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9961 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9962 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9963 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9964 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9965 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9966 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9967 "i387-fp.h". Add PTRACE_GETREGS and friends.
9968 * gdbserver/regcache.c (supply_register): New function.
9969 (supply_register_by_name): New function.
9970 (collect_register): New function.
9971 (collect_register_by_name): New function.
9972
93652174
DJ
99732002-02-27 Daniel Jacobowitz <drow@mvista.com>
9974
9975 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9976 (config.status): Add configure.srv dependency.
9977 (server_h): Add config.h dependency.
9978
a02e4a61
DJ
99792002-02-27 Daniel Jacobowitz <drow@mvista.com>
9980
9981 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9982 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9983 * gdbserver/configure.srv: Change i386-*-linux* to use
9984 reg-i386-linux.o.
9985
ce0eebec
AC
99862002-02-26 Andrew Cagney <ac131313@redhat.com>
9987
9988 * x86-64-tdep.c: Re-indent. Update copyright date.
9989
82dbc5f7
AC
99902002-02-26 Andrew Cagney <ac131313@redhat.com>
9991
9992 From Michal Ludvig <mludvig@suse.cz>:
9993 * x86-64-tdep.c (value.h): Delete.
9994 (gdb_assert.h): Include.
9995 (x86_64_register_convert_to_virtual,
9996 x86_64_register_convert_to_raw ): Add check which lets only
9997 floating-point values to be converted.
9998 (value_push): Delete.
9999 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10000 (i386_gdbarch_init): Number of register_bytes fixed.
10001
e4621584
AC
100022002-02-26 Andrew Cagney <ac131313@redhat.com>
10003
10004 * MAINTAINERS: Add x86-64 target.
10005
81a9a963
AC
100062002-02-26 Andrew Cagney <ac131313@redhat.com>
10007
10008 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10009 * osfsolib.c (solib_map_sections): Ditto.
10010 * irix5-nat.c (solib_map_sections): Ditto.
10011 * corelow.c (gdb_check_format): Ditto.
10012 * symfile.c (symfile_bfd_open): Ditto.
10013 * solib.c (solib_map_sections): Ditto.
10014 Fix PR gdb/354.
7e336ba1 10015
0f017ab9
AC
100162002-02-26 Andrew Cagney <ac131313@redhat.com>
10017
10018 * remote.c (_initialize_remote): By default, disable ``e'' and
10019 ``E'' step out-of-range packets.
10020
75738c29
AS
100212002-02-26 Andreas Schwab <schwab@suse.de>
10022
10023 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10024 m68k_linux_frame_saved_pc.
10025 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10026 in_sigtramp.
10027 (SIGCONTEXT_PC_OFFSET): Remove.
10028 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10029 m68k_linux_sigtramp_saved_pc): New functions.
10030 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10031 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10032 (UCONTEXT_PC_OFFSET): Define.
10033 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10034 non-RT and RT signal trampolines.
10035
7e8ed687
RE
100362002-02-26 Richard Earnshaw <rearnsha@arm.com>
10037
10038 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10039 (TARGET_NBPG, STACK_END_ADDR): Delete
10040 (VARIABLES_INSIDE_BLOCK): Delete.
10041
6972bc8b
AC
100422002-02-25 Andrew Cagney <ac131313@redhat.com>
10043
10044 * utils.c (perror_with_name): Make string parameter constant.
10045 (print_sys_errmsg): Ditto.
10046 (query): Ditto.
10047 * defs.h (perror_with_name): Update.
10048 (print_sys_errmsg): Update.
10049 (query): Update.
10050
aa32f823
DJ
100512002-02-25 Daniel Jacobowitz <drow@mvista.com>
10052
10053 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10054 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10055
19caaa45
PS
100562002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10057
10058 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10059 if it already matches the current architecture from the exec file.
10060 Include arch-utils.h for gdbarch_info_init prototype.
10061 * Makefile.in (rs6000-nat.o): Update dependencies.
10062
d951901f
EZ
100632002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10064
10065 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10066 list of exported variables.
10067
7ea81414
DJ
100682002-02-24 Daniel Jacobowitz <drow@mvista.com>
10069
10070 * gdbserver/configure.srv: New file.
10071 * gdbserver/configure.in: Use configure.srv instead
10072 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10073 from it.
10074 * gdbserver/configure: Regenerated.
10075 * gdbserver/terminal.h: New file.
10076 * gdbserver/Makefile.in: Update for configure changes. Remove
10077 more unneeded include paths.
10078
080fe24b
AC
100792002-02-24 Andrew Cagney <ac131313@redhat.com>
10080
10081 From wiz at danbala:
10082 * config/sparc/tm-sp64.h: Fix grammar and typos.
10083 Fix PR gdb/287.
10084
8605d56e
AC
100852002-02-24 Andrew Cagney <ac131313@redhat.com>
10086
10087 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
10088 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10089 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10090 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
10091 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10092 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10093 * s390-tdep.c: Ditto.
92362027
AC
10094 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10095 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10096 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10097 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10098 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10099 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10100 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10101 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10102 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10103 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 10104 Fix PR gdb/378.
7e336ba1 10105
8ed32cc0
AC
101062002-02-23 Andrew Cagney <ac131313@redhat.com>
10107
a3007b6f
AC
10108 * lin-thread.c: Delete file.
10109 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10110 to gdb_proc_service.h.
10111 * configure: Re-generate.
10112
50a9e2f1
AC
10113 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10114 * serial.c (serial_open): Delete check for "ocd".
10115 Fix PR gdb/349.
10116
8b6e7932
AC
10117 * Makefile.in (linux-thread.o): Delete target.
10118 * linux-thread.c: Delete file.
10119
d155c46b
AC
10120 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10121 renamed SH files to be consistent.
10122
8ed32cc0
AC
10123 * symtab.c (sort_search_symbols): Use xfree.
10124
0e18d038
RE
101252002-02-23 Richard Earnshaw <rearnsha@arm.com>
10126
10127 * arm-linux-tdep.c (arm_linux_init_abi): Register
10128 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10129 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10130 definition with undef, since we don't want the sysvr4 definition.
10131 (SKIP_TRAMPOLINE_CODE): Likewise.
10132
27aac7ff
AC
101332002-02-23 Andrew Cagney <ac131313@redhat.com>
10134
10135 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10136
10137 * configure.in: (AC_CHECK_FUNCS) Added test for
10138 canonicalize_file_name Regenerated.
10139 * config.in, configure: Regenerated.
10140 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10141 defined use canonicalize_file_name.
7e336ba1 10142
65a6e0ee
MC
101432002-02-23 Michael Chastain <mec@shout.net>
10144
10145 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10146
47b95330
AC
101472002-02-23 Andrew Cagney <ac131313@redhat.com>
10148
10149 * README: Remove references to cygnus.com.
10150 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10151 dot com'' form. Remove references to cygnus.com and sourceware.
10152
696f451b
AC
101532002-02-23 Andrew Cagney <ac131313@redhat.com>
10154
10155 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10156 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10157 1003.1-2001 no longer allows "head -1".
10158 * gdb/Makefile.in (version.c): Likewise.
10159 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10160 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10161 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10162
bbaca940
AC
101632002-02-23 Andrew Cagney <ac131313@redhat.com>
10164
10165 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10166 * command.h (cmd_cfunc_eq): Declare.
10167 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10168
10169 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10170 ``struct cmd_list_element *''.
10171 * cli/cli-cmds.c (is_complete_command): Update. Use
10172 cmd_cfunc_eq.
10173 * top.c (execute_command): Pass the command to
10174 is_complete_command.
10175 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10176
b8b8b047
AC
101772002-02-23 Andrew Cagney <ac131313@redhat.com>
10178
10179 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10180 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10181 architecture defines.
10182 * s390-tdep.c (s390_gdbarch_init): Likewise.
10183
19d3fc80
RE
101842002-02-23 Richard Earnshaw <rearnsha@arm.com>
10185
10186 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10187 (arm_linux_push_arguments): Likewise.
10188 (arm_linux_init_abi): Register them. Also register linux-specific
10189 call_dummy_words.
10190 (find_minsym_and_objfile): Use strcmp, not STREQ.
10191 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10192 (arm_linux_call_dummy_words): Delete declaration.
10193 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10194 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10195 declarations.
10196 (LOWEST_PC): Delete.
10197
3ab13650
PS
101982002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10199
10200 * maint.c (print_section_info): Do not prepend `0x' to filepos
10201 output, it will be handled by local_hex_string_custom.
10202
19d3fc80 102032002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
10204
10205 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10206 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10207 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10208
d85a5daf
JB
102092002-02-22 Jim Blandy <jimb@redhat.com>
10210
10211 Indicate that the bcache functions don't change the strings
10212 they're passed.
10213 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10214 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10215
eeb25b8a
PM
102162002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10217
10218 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10219
6badb179
CF
102202002-02-21 Christopher Faylor <cgf@redhat.com>
10221
10222 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10223 find the complete path to a loaded DLL.
10224
e8717518
FF
102252002-02-21 Fred Fish <fnf@redhat.com>
10226
10227 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10228 that marks the end of the range of a function, enter a line number
10229 entry that has a line number of zero and a PC offset that matches
10230 the end of the function. This starts a range of PC's for which no
10231 line number information is known.
10232 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10233 PC's for which no line number info is found (line number is zero)
10234 then we didn't find any valid line information.
10235 * symtab.h: Document use of zero line number entry.
10236
9abe5450
EZ
102372002-02-21 Elena Zannoni <ezannoni@redhat.com>
10238
10239 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10240 (have_ptrace_getvrregs): Define for run time checks.
10241 (gdb_vrregset_t): New type for Altivec register handling.
10242 (fetch_register, store_register): Fetch/store altivec register
10243 when needed.
10244 (fetch_altivec_register, store_altivec_register): New functions.
10245 (supply_vrregset, fill_vrregset): New functions.
10246 (fetch_altivec_registers, store_altivec_registers): New functions.
10247 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10248 registers as well.
10249
aaa38bb5
AJ
102502002-02-21 Jiri Smid <smid@suse.cz>
10251
10252 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10253
b34db576
RE
102542002-02-21 Richard Earnshaw <rearnsha@arm.com>
10255
10256 * Makefile.in (armnbsd-nat.o): Update dependencies.
10257 * armnbsd-nat.c (supply_gregset): New function. Common code to
10258 supply the integer register set.
10259 (supply_fparegset): New function. Similar for FPA registers.
10260 (fetch_regs, fetch_fp_regs): Use them.
10261 (fetch_core_registers): Likewise.
10262 (fetch_elfcore_registers): New function.
10263 (arm_netbsd_elfcore_fns): New core-file type specification.
10264 (_initialize_arm_netbsd_nat): Register it.
10265
3e56fc4b
RE
102662002-02-21 Richard Earnshaw <rearnsha@arm.com>
10267
10268 * armnbsd-nat.c: Include gdbcore.h.
10269 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10270 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10271 'void' to declaration, to shut up ARI.
10272 (fetch_core_registers): Make static. Rewrite using supply_register.
10273 (arm_netbsd_core_fns): New core-file type specification.
10274 (_initialize_arm_netbsd_nat): New function.
10275
097f6b0b
CF
102762002-02-21 Christopher Faylor <cgf@redhat.com>
10277
10278 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10279 value.
10280
c914e0cc
CF
102812002-02-20 Christopher Faylor <cgf@redhat.com>
10282
10283 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10284 fails.
10285
385fa495
DJ
102862002-02-20 Daniel Jacobowitz <drow@mvista.com>
10287
10288 * jv-exp.y (parse_number): Change type of implicit longs
10289 to builtin_type_uint64.
10290
e5f1222d
DJ
102912002-02-20 Daniel Jacobowitz <drow@mvista.com>
10292
10293 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10294 to be an integer instead of a `union wait'.
10295
75c9abc6
DJ
102962002-02-20 Daniel Jacobowitz <drow@mvista.com>
10297
10298 * mips-linux-nat.c: Call the operating system GNU/Linux.
10299 * mips-linux-tdep.c: Likewise.
10300 * mips-tdep.c: Likewise.
10301
551792a5
DJ
103022002-02-20 Daniel Jacobowitz <drow@mvista.com>
10303
10304 Fix PR gdb/265.
10305 * jv-exp.y (parse_number): Handle 64-bit integers.
10306
ee6e2b82
DJ
103072002-02-20 Daniel Jacobowitz <drow@mvista.com>
10308
10309 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10310 AC_STDC_HEADERS to AC_HEADER_STDC.
10311 * gdbserver/configure: Regenerated.
10312
a48442a0
RE
103132002-02-20 Richard Earnshaw <rearnsha@arm.com>
10314
10315 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10316 is defined.
10317 * sparc-tdep.c (get_longjmp_target): Likewise.
10318
fe419ffc
RE
103192002-02-20 Richard Earnshaw <rearnsha@arm.com>
10320
10321 * News: Add news about ARM and Multi-arch. Mention the new target
10322 arm*-*-netbsd*.
10323
5832ed7e
JB
103242002-02-19 Jim Blandy <jimb@redhat.com>
10325
10326 * stabsread.c (error_type_complaint): Improve error message.
10327
84563040
DJ
103282002-02-19 Daniel Jacobowitz <drow@mvista.com>
10329
10330 * gdbserver/README: Update documentation.
10331 * gdbserver/configure.in: Update configury to match documentation.
10332 * gdbserver/Makefile.in: Likewise.
10333 * gdbserver/configure: Regenerated.
10334 * gdbserver/aclocal.m4: New file, generated by aclocal.
10335 * gdbserver/config.in: New file, generated by autoheader.
10336
375fd65b
RE
103372002-02-19 Richard Earnshaw <rearnsha@arm.com>
10338
10339 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10340 armnbsd-nat.c.
10341
08216dd7
RE
103422002-02-19 Richard Earnshaw <rearnsha@arm.com>
10343
10344 * arm-tdep.h (enum arm_float_model): New enum.
10345 (struct gdbarch_tdep): Add fp_model.
10346 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10347 up floating-point conversions until we know the floating-point model
10348 in use by the inferior. Don't complain about being unable to
10349 determine the ABI of the inferior when we don't have one.
10350 (arm_extract_return_value): Support different floating-point models.
10351 (arm_store_return_value): Likewise.
aaa38bb5 10352 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
10353 ARM_FLOAT_SOFT.
10354 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10355
65d6d66a
PS
103562002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10357
10358 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10359 of ``current_gdbarch''.
10360
47221191
RE
103612002-02-19 Richard Earnshaw <rearnsha@arm.com>
10362
10363 * armnbsd-nat.c : ANSIfy all function declarations.
10364 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10365 (fetch_inferior_registers): Re-implement in terms of above.
10366 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10367 (store_inferior_registers): Re-implement in terms of above.
10368
fdf39c9a
RE
103692002-02-19 Richard Earnshaw <rearnsha@arm.com>
10370
aaa38bb5 10371 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
10372 kernel.
10373 * arm-linux-tdep.c: Likewise.
10374 * config/arm/tm-linux.h: Likewise.
10375
93247f88
RE
103762002-02-19 Richard Earnshaw <rearnsha@arm.com>
10377
10378 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10379 * config/arm/nbsd.mt (TM_FILE): Delete.
10380 * config/arm/tm-nbsd.h: Delete.
10381
d7b486e7
RE
103822002-02-19 Richard Earnshaw <rearnsha@arm.com>
10383
10384 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10385 Initialize CALL_DUMMY_LENGTH.
10386
41d39a95
RE
103872002-02-19 Richard Earnshaw <rearnsha@arm.com>
10388
10389 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10390 function.
10391 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 10392 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
10393 defines one thing and that is incorrect for this port.
10394 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10395
e1195560
PM
103962002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10397
10398 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10399
c1748f97
PM
104002002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10401
10402 * win32-nat.c (display_selector): New function. Displays information
10403 about the information returned by GetThreadSelectorEntry API function.
10404 (display_selectors): New function. Displays the infomation of
10405 the selector given as argument, or of CS, DS ans FS selectors
10406 if no argument is given.
10407 ( _initialize_inftarg): Add "w32" as info prefix command.
10408 Add "info w32 selector" as command calling display_selectors.
10409
e41e6bbf
PM
104102002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10411
10412 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10413 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10414 if not defined.
10415
0d3a9f48
RE
104162002-02-18 Richard Earnshaw <rearnsha@arm.com>
10417
10418 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10419
3fb4b924
RE
104202002-02-18 Richard Earnshaw <rearnsha@arm.com>
10421
10422 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10423 (arm_fix_call_dummy): Call it.
10424 (arm_call_dummy_breakpoint_offset): Delete.
10425 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10426 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10427
7f55af32
AC
104282002-02-18 Andrew Cagney <ac131313@redhat.com>
10429
10430 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10431 Default to func_frame_chain_valid.
10432 * gdbarch.h, gdbarch.c: Re-generate.
10433 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10434
05f13b9c
EZ
104352002-02-18 Elena Zannoni <ezannoni@redhat.com>
10436
10437 * ppc-linux-nat.c: Update copyright.
10438 (fetch_register, store_register): Add tid parameter, don't compute
10439 tid here.
10440 (fetch_ppc_registers, store_ppc_registers): Add tid
10441 parameter. Pass it along to callees.
10442 (fetch_inferior_registers, store_inferior_registers): Compute tid
10443 here, and pass it to calleed functions.
10444 (fill_gregset, supply_fpregset): Clean up formatting.
10445
d7afb4c9
RE
104462002-02-18 Richard Earnshaw <rearnsha@arm.com>
10447
10448 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10449 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10450
9df628e0
RE
104512002-02-18 Richard Earnshaw <rearnsha@arm.com>
10452
10453 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10454 * gdbarch.c gdbarch.h: Regenerate.
10455 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10456 function.
10457 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10458 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10459 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10460
10461 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10462 * arm-tdep.c (arm_get_longjmp_target): New function.
10463 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10464 this to a positive value register arm_get_longjmp_target as the
10465 longjmp handler.
10466 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10467 (arm_linux_init_abi): Set up longjmp description in tdep.
10468 * armnbsd-nat.c (get_longjmp_target): Delete.
10469 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10470 description in tdep.
10471 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10472 (get_longjmp_target): Delete declaration.
10473 (GET_LONGJMP_TARGET): Delete.
10474 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10475 (GET_LONGJMP_TARGET): Delete.
10476
57bc8964
KB
104772002-02-17 Kevin Buettner <kevinb@redhat.com>
10478
10479 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10480 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10481 of ``current_gdbarch''.
10482
83d31a92
TT
104832002-02-17 Tom Tromey <tromey@redhat.com>
10484
10485 * cli/cli-cmds.c (compare_strings): New function.
10486 (complete_command): Only print each unique item once.
10487 * completer.h (complete_line): Declare.
10488 * completer.c (complete_line): New function.
10489 (line_completion_function): Use it.
10490
17ef5d92
AC
104912002-02-16 Andrew Cagney <ac131313@redhat.com>
10492
10493 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10494 * gdbarch.h, gdbarch.c: Re-generate.
10495
491b8946
DJ
104962002-02-16 Daniel Jacobowitz <drow@mvista.com>
10497
10498 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10499
105002002-02-16 Daniel Jacobowitz <drow@mvista.com>
10501
10502 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10503 * valops.c (value_arg_coerce): Don't take the address of a reference
10504 to convert an argument to a reference.
10505
dfe7f3ac
CF
105062002-02-15 Christopher Faylor <cgf@redhat.com>
10507
10508 * win32-nat.c (get_image_name): New function.
10509 (handle_load_dll): Use get_image_name function.
10510 (get_child_debug_event): Avoid registering debug events until possibly
10511 execed process is started.
10512 (child_create_inferior): Allow invocation via shell so that command
10513 line redirection, etc. works ok.
10514 (_initialize_inftarg): Add new command: "set shell" to control whether
10515 a shell is used to start a process.
10516
1d33e73a
DJ
105172002-02-15 Daniel Jacobowitz <drow@mvista.com>
10518
10519 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10520 instead of find_register_by_number.
10521 (cannot_store_register): Likewise.
10522
48cd0caa
PM
105232002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10524
aaa38bb5 10525 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
10526 fprintf_unfiltered (gdb_stderr, ...).
10527
8656e7d8
DJ
105282002-02-15 Daniel Jacobowitz <drow@mvista.com>
10529
10530 * gdbserver/gdbserver.1: Document --attach.
10531
66e810cd
RE
105322002-02-15 Richard Earnshaw <rearnsha@arm.com>
10533
10534 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10535 descriptions.
10536 * arm-tdep.c (arm_default_arm_le_breakpoint)
10537 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10538 (arm_default_thumb_be_breakpoint): New. Initialize them from
10539 traditional breakpoint defines.
10540 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10541 (arm_gdbarch_init): Initialize new breakpoint variables.
10542 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10543 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10544 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10545 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10546 code out to ...
10547 (arm_netbsd_init_abi_common): ... here; new function.
10548 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10549 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10550 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10551 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10552
97e03143
RE
105532002-02-15 Richard Earnshaw <rearnsha@arm.com>
10554
10555 * arm-tdep.h (enum arm_abi): New enum.
10556 (struct gdbarch_tdep): New structure.
10557 (LOWEST_PC): Provide a default.
10558 (arm_gdbarch_register_os_abi): Declare new function.
10559 * arm-tdep.c (arm_abi_names): New array.
10560 (process_note_abi_tag_sections): New function.
10561 (get_elfosabi): New function.
10562 (arm_gdbarch_register_os_abi): New function.
10563 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10564 support for that ABI has been built in, then call the appropriate
10565 configuration routine. Use gdbarch_num_regs() to get the number
10566 of registers.
10567 (arm_dump_tdep): New function.
10568 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10569 place-holder functions.
10570 (_initialize_arm_tdep): Register them.
10571 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10572
10573 * armnbsd-tdep.c: New file.
10574 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10575 * config/arm/nbsd.mt (TDEPFILES): Add it.
10576 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10577
10578 * armnbsd-nat.c: Include regcache.h.
10579 * Makefile.in (armnbsd-nat.o): Update dependency list.
10580
10581 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10582
ad68be46
DJ
105832002-02-14 Daniel Jacobowitz <drow@mvista.com>
10584
10585 * gdbserver/Makefile.in: Fix typos in target rules.
10586
003d6d1d
DJ
105872002-02-14 Daniel Jacobowitz <drow@mvista.com>
10588
aaa38bb5 10589 Fix part of PR gdb/267.
003d6d1d
DJ
10590 * linespec.c (find_methods): Handle constructors specially for now.
10591
6b230f1b
CV
105922002-02-14 Corinna Vinschen <vinschen@redhat.com>
10593
10594 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10595 handling.
10596 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10597 standard_coerce_float_to_double().
10598
1ea98d12
CF
105992002-02-14 Christopher Faylor <cgf@redhat.com>
10600
10601 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10602 GDBINIT_FILENAME.
10603
dd47e6fd
EZ
106042002-02-14 Elena Zannoni <ezannoni@redhat.com>
10605
10606 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10607 find_variant_by_name, because it confuses the multiarch
10608 framework. Return NULL if there isn't an architecture with the
10609 user supplied name, instead of forcing a different one without
10610 recording the change with the multiarch machinery.
10611 (find_variant_by_name): Delete.
10612
d7e39b9e
PS
106132002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10614
10615 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10616 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10617
76e42a4f
MH
106182002-02-13 Martin M. Hunt <hunt@redhat.com>
10619
aaa38bb5 10620 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
10621 print_frame_info_listing_hook, set current_source_symtab.
10622
0a30fbc4
DJ
106232002-02-14 Daniel Jacobowitz <drow@mvista.com>
10624
10625 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10626 and remove unused $(INCLUDE_DIR).
10627 Add regcache.c to OBS.
10628 Add generated register protocol files to clean target.
10629 Update dependencies for new objects, obsolete old target code.
10630
10631 * gdbserver/linux-low.c: Remove all platform-specific code to
10632 new files. Remove various dead code. Update to use regcache
10633 functionality.
10634 * gdbserver/remote-utils.c (fromhex): Add return statement
10635 to quiet warning.
10636 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10637 constant.
10638 (input_interrupt): Add integer parameter to match prototype
10639 of a signal handler.
10640 (outreg): Use register_data ().
10641 (prepare_resume_reply): Use gdbserver_expedite_regs.
10642 * gdbserver/server.c (main): Dynamically allocate own_buf because
10643 PBUFSIZ is no longer constant. Use registers_to_string () and
10644 registers_from_string ().
10645 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10646 for error (), fatal (), and warning (). Update definition of
10647 PBUFSIZ to use regcache functionality. Add include guard.
10648 * gdbserver/utils.c (fatal): Add missing ``const''.
10649 (warning): New function.
10650
10651 * regformats/regdat.sh: Include "regcache.h" in generated files.
10652 Provide init_registers () function.
10653 * regformats/regdef.h: Add prototype for set_register_cache ().
10654 Add include guard.
10655
10656 * gdbserver/linux-arm-low.c: New file.
10657 * gdbserver/linux-i386-low.c: New file.
10658 * gdbserver/linux-ia64-low.c: New file.
10659 * gdbserver/linux-m68k-low.c: New file.
10660 * gdbserver/linux-mips-low.c: New file.
10661 * gdbserver/linux-ppc-low.c: New file.
10662 * gdbserver/linux-sh-low.c: New file.
10663
10664 * gdbserver/regcache.c: New file.
10665 * gdbserver/regcache.h: New file.
10666
10667 * gdbserver/low-linux.c: Removed obsolete file.
10668
4cc841d0
DJ
106692002-02-14 Daniel Jacobowitz <drow@mvista.com>
10670
10671 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10672 * config/i386/linux.mt: Likewise.
10673 * config/ia64/linux.mt: Likewise.
10674 * config/m68k/linux.mh: Likewise.
10675 * config/powerpc/linux.mh: Likewise.
10676 * config/mips/linux.mt: Likewise.
10677
10678 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10679
10680 * config/i386/i386lynx.mh: Mark gdbserver variables
10681 as (currently) obsolete for this target.
10682 * config/i386/nbsd.mt: Likewise.
10683 * config/i386/nbsdelf.mt: Likewise.
10684 * config/m32r/m32r.mt: Likewise.
10685 * config/m68k/m68klynx.mh: Likewise.
10686 * config/m68k/nbsd.mt: Likewise.
10687 * config/m68k/sun3os4.mh: Likewise.
10688 * config/mips/vr5000.mt: Likewise.
10689 * config/ns32k/nbsd.mt: Likewise.
10690 * config/pa/hppabsd.mh: Likewise.
10691 * config/pa/hppaosf.mh: Likewise.
10692 * config/powerpc/nbsd.mt: Likewise.
10693 * config/rs6000/rs6000lynx.mh: Likewise.
10694 * config/s390/s390.mt: Likewise.
10695 * config/s390/s390x.mt: Likewise.
10696 * config/sparc/sparclynx.mh: Likewise.
10697 * config/sparc/sun4os4.mh: Likewise.
10698 * config/i386/x86-64linux.mt: Likewise.
10699 * config/sparc/linux.mh: Likewise.
10700
a85f51e7
DJ
107012002-02-14 Daniel Jacobowitz <drow@mvista.com>
10702
10703 * configure.tgt: Configure gdbserver only for known working
10704 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10705 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10706 SUBDIRS if it is configured. Update comment for ${nativefile}.
10707 * configure: Regenerated.
10708
65554fef
MS
107092002-02-13 Michael Snyder <msnyder@redhat.com>
10710
670a52db
MS
10711 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10712
6dbdc4a3
MS
10713 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10714 (default_gcore_mach): Just return 0, work around a problem in bfd.
10715 (default_gcore_target): OK to return NULL if exec_bfd is null.
10716 (make_mem_sec): Use a cast, avoid a warning.
10717
10718 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 10719 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
10720 sizeof (host pointer) != sizeof (target pointer)).
10721 (procfs_make_note_section): Avoid overflow in psargs string.
10722
aaa38bb5 10723 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
10724 implementation return an error.
10725
107262002-02-13 Rodney Brown <rbrown64@csc.com.au>
10727
10728 * procfs.c (procfs_make_note_section): Provide a default definition
10729 (for alpha-dec-osf4.0f). Fix typos.
10730
1e4d76e7
EZ
107312002-02-13 Elena Zannoni <ezannoni@redhat.com>
10732
10733 * linux-proc.c: Add include of regcache.h.
10734 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10735
b6d1a1d5
AC
107362002-02-13 Andrew Cagney <ac131313@redhat.com>
10737
10738 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
10739 * memattr.c (create_mem_region): Disallow useless empty region.
10740 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 10741 non-overlapping.
b6d1a1d5 10742
6c6ea35e
MC
107432002-02-13 Michael Chastain <mec@shout.net>
10744
10745 * defs.h: Kill CONST_PTR.
10746 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10747 * c-lang.c (c_builtin_types): Likewise.
10748 * ch-lang.c (ch_builtin_types): Likewise.
10749 * f-lang.c (f_builtin_types): Likewise.
10750 * language.c (unknown_builtin_types): Likewise.
10751 * m2-lang.c (m2_builtin_types): Likewise.
10752 * p-lang.c (pascal_builtin_types): Likewise.
10753 * scm-lang.c (c_builtin_types): Likewise.
10754
3e0b0f48
KS
107552002-02-13 Keith Seitz <keiths@redhat.com>
10756
10757 * arm-tdep.h (arm_get_next_pc): Add declaration.
10758
67255d04
RE
107592002-02-13 Richard Earnshaw <rearnsha@arm.com>
10760
10761 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10762 with other related struct-returning functions.
10763 (arm_extract_struct_value_address): New function.
10764 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10765 initialize float_format, double_format and long_double_format as
10766 appropriate to the endianness of the target.
10767 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10768 (arm_use_struct_convention): Delete declaration.
10769 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10770
079777f6
KS
107712002-02-13 Keith Seitz <keiths@redhat.com>
10772
10773 * defs.h (core_addr_to_string_nz): New function.
10774
34588f23
MK
107752002-02-13 Mark Kettenis <kettenis@gnu.org>
10776
10777 Apply missing bits of 2002-01-15 patch.
10778 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10779 (fill_fpregset): Use i387_fill_fsave.
10780
49b563f9
KS
107812002-02-12 Keith Seitz <keiths@redhat.com>
10782
49b563f9
KS
10783 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10784 (core_addr_to_string_nz): New function.
10785
aeb98c60
RE
107862002-02-11 Richard Earnshaw <rearnsha@arm.com>
10787
10788 * arm-linux-nat.c: Really include arm-tdep.h.
10789 * config/arm/tm-linux.h (struct type, struct value): Declare.
10790
65554fef
MS
107912002-02-11 Michael Snyder <msnyder@redhat.com>
10792
10793 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10794 (gcore section): Ifdef for Solaris and Unixware only.
10795 (procfs_do_thread_registers): Unixware needs one lwpstatus
10796 per thread (not one prstatus or pstatus).
10797 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10798 not over all gdb threads. For unixware, call elfcore_write_pstatus
10799 once before iterating over threads.
10800
34e8f22d
RE
108012002-02-11 Richard Earnshaw <rearnsha@arm.com>
10802
10803 * arm-tdep.h: New file.
10804 * arm-tdep.c: Include arm-tdep.h.
10805 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10806 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10807 (arm_print_float_info, arm_register_type, convert_to_extended)
10808 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10809 (arm_extract_return_value, arm_register_name): Make static.
10810 (arm_software_single_step): Similarly. Fix types in declaration.
10811 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10812 (arm_store_return_value, arm_store_struct_return): New functions.
10813 (arm_gdbarch_init): Register the above functions. Also register
10814 call_dummy_start_offset, sizeof_call_dummy_words,
10815 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10816 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 10817 max_register_virtual_size, register_size. Set up
34e8f22d
RE
10818 prologue_cache.saved_regs here, rather than ...
10819 (_initialize_arm_tdep): ... here.
10820 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10821 declarations.
10822 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10823 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10824 (arm_print_float_info, arm_register_type, convert_to_extended)
10825 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10826 (arm_extract_return_value, arm_register_name): Delete declarations.
10827 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10828 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10829 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10830 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10831 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10832 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10833 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10834 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10835 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10836 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10837 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10838 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10839 interface.
10840 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10841 * remote-rdi.c remote-rdp.c: Likewise.
10842 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10843 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10844 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10845 definition.
10846
10847 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10848 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10849 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10850 from non-ARM_ prefixed definitions.
10851 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10852 all uses of above.
10853 * remote-rdi.c remote-rdp.c: Likewise.
10854 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10855
148754e5
RE
108562002-02-11 Richard Earnshaw <rearnsha@arm.com>
10857
10858 * arm-tdep.c (arm_frameless_function_invocation)
10859 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10860 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10861 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10862 (arm_pop_frame, arm_get_next_pc): Make static.
10863 (arm_gdbarch_init): Register above in gdbarch structure.
10864 (arm_read_fp): Renamed from arm_target_read_fp.
10865 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10866 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10867 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10868 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10869 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10870 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10871 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
10872 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10873 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10874 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10875 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 10876
434d2d4f
DJ
108772002-02-10 Daniel Jacobowitz <drow@mvista.com>
10878
10879 * symtab.c (compare_search_syms): New function.
10880 (sort_search_symbols): New function.
10881 (search_symbols): Sort symbols after searching rather than
10882 before.
10883
55241689
AC
108842002-02-10 Andrew Cagney <ac131313@redhat.com>
10885
10886 * NEWS: Linux -> GNU/Linux.
10887
028c194b
AC
108882002-02-10 Andrew Cagney <ac131313@redhat.com>
10889
10890 * gdbarch.sh: For for level one methods, disallow a definition
10891 when partially multi-arched. Add comments explaining rationale.
10892 * gdbarch.h: Re-generate.
10893
6acf50cd
AC
108942002-02-10 Andrew Cagney <ac131313@redhat.com>
10895
10896 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10897 multi-arch partial.
aaa38bb5 10898
50248794
AC
108992002-02-10 Andrew Cagney <ac131313@redhat.com>
10900
10901 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10902 field. Use diff -u.
10903 * gdbarch.c: Re-generate.
10904
c30e0066
AC
109052002-02-10 Andrew Cagney <ac131313@redhat.com>
10906
9b56c5f3 10907 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
10908 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10909 partial.
10910
6e6d6484
AC
109112002-02-10 Andrew Cagney <ac131313@redhat.com>
10912
10913 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10914 multi-arch partial.
10915 (PUSH_ARGUMENTS): Switch to using predefault.
10916 * gdbarch.c: Regenerate.
10917
c203844d
AC
109182002-02-10 Andrew Cagney <ac131313@redhat.com>
10919
10920 * valops.c (PUSH_ARGUMENTS): Delete definition.
10921 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10922 partial. Default to default_push_arguments.
10923 * gdbarch.h, gdbarch.c: Regenerate.
10924
b5a2688f
AC
109252002-02-09 Andrew Cagney <ac131313@redhat.com>
10926
10927 * defs.h (throw_exception): Rename return_to_top_level. Update
10928 comments.
10929 * utils.c (error_stream, internal_verror, quit): Ditto.
10930 * top.c (throw_exception, catcher): Ditto.
10931 * sparclet-rom.c (sparclet_load): Ditto.
10932 * remote.c (interrupt_query, minitelnet): Ditto.
10933 * remote-sds.c (interrupt_query): Ditto.
10934 * remote-mips.c (mips_error, mips_kill): Ditto.
10935 * ocd.c (interrupt_query): Ditto.
10936 * monitor.c (monitor_interrupt_query): Ditto.
10937 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10938 * target.h: Update comment.
aaa38bb5 10939
b5a2688f 10940 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 10941
2fa5c1e0
AC
109422002-02-09 Andrew Cagney <ac131313@redhat.com>
10943
10944 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10945 default_double_format.
10946 * gdbarch.h, gdbarch.c: Re-generate.
10947 * findvar.c (floatformat_unknown): Delete variable definition.
10948 * doublest.h (floatformat_unknown): Delete variable declaration.
10949
da966255
JB
109502002-02-09 Jim Blandy <jimb@redhat.com>
10951
10952 * stabsread.c (read_type): Add code to parse Sun's syntax for
10953 prototyped function types.
10954
123a4891
AC
109552002-02-09 Andrew Cagney <ac131313@redhat.com>
10956
10957 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10958 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10959
fb39c8f3
PS
109602002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10961
10962 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10963 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10964 now _initialize_xcoffsolib gets called again and overrides the
10965 commands from solib.c in a native configuration.
10966
0b87a11d
MK
109672002-02-09 Mark Kettenis <kettenis@gnu.org>
10968
10969 * doublest.c (store_typed_floating): Don't try to return a value.
10970 Fixes PR gdb/290.
10971
bdc2fc72
JB
109722002-02-08 Jim Blandy <jimb@redhat.com>
10973
10974 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10975 is prototyped and has no arguments, print its argument list as
10976 `(void)'.
10977
da69bbcf
CD
109782002-02-08 Chris Demetriou <cgd@broadcom.com>
10979
10980 * MAINTAINERS (write-after-approval): Add myself.
10981 (paper-trail): I've escaped!
aaa38bb5 10982
b69571f5
CF
109832002-02-08 Christopher Faylor <cgf@redhat.com>
10984
10985 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10986 changes.
10987 (_initialize_check_for_gdb_ini): Ditto.
10988
f6871398
MH
109892002-02-08 Martin M. Hunt <hunt@redhat.com>
10990
10991 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10992 xaprintf -> xasprintf.
10993
4e52d31c
PM
109942002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10995
10996 * win32-nat.c: Remove use of printf and sprintf functions.
10997
39bbf761
RE
109982002-02-08 Richard Earnshaw <rearnsha@arm.com>
10999
11000 * arm-tdep.c (arm_frame_chain_valid): Make static.
11001 (arm_push_arguments): Likewise.
11002 (arm_gdbarch_init): New function.
11003 (_initialize_arm_tdep): Call it.
11004 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11005 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11006 (FRAME_CHAIN_VALID): Delete.
11007 (arm_frame_chain_valid): Delete declaration.
11008 (PUSH_ARGUMENTS): Delete.
11009 (arm_push_arguments): Delete declaration.
11010 (CALL_DUMMY_P): Delete.
11011
9c9532c9
CV
110122002-02-08 Andrew Cagney <ac131313@redhat.com>
11013 Corinna Vinschen <vinschen@redhat.com>
11014
11015 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11016 on builtin float types.
11017
4e8f7a8b
DJ
110182002-02-08 Daniel Jacobowitz <drow@mvista.com>
11019
11020 * utils.c: Include <curses.h> before "bfd.h".
11021 * tui/tui-hooks.c: Likewise.
11022 * tui/tui.c: Likewise.
11023 * tui/tuiCommand.c: Likewise.
11024 * tui/tuiData.c: Likewise.
11025 * tui/tuiDataWin.c: Likewise.
11026 * tui/tuiDisassem.c: Likewise.
11027 * tui/tuiGeneralWin.c: Likewise.
11028 * tui/tuiIO.c: Likewise.
11029 * tui/tuiLayout.c: Likewise.
11030 * tui/tuiRegs.c: Likewise.
11031 * tui/tuiSource.c: Likewise.
11032 * tui/tuiSourceWin.c: Likewise.
11033 * tui/tuiStack.c: Likewise.
11034 * tui/tuiWin.c: Likewise.
11035
cd4bffcf
EZ
110362002-02-07 Elena Zannoni <ezannoni@redhat.com>
11037
11038 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11039 to include space for pseudoregs as well. Update loops accordingly.
11040 (sh_fp_frame_init_saved_regs): Ditto.
11041 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11042
26806ce2
AC
110432002-02-07 Andrew Cagney <ac131313@redhat.com>
11044
11045 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11046 Add Richard Earnshaw to Arm maintainers.
11047
97fdab62
AC
110482002-02-07 Andrew Cagney <ac131313@redhat.com>
11049
a6b98203
AC
11050 * defs.h (warning_begin): Delete declaration.
11051
97fdab62
AC
11052 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11053 Delete macro.
11054
78b29b40
MS
110552002-02-07 Michael Snyder <msnyder@redhat.com>
11056
aaa38bb5 11057 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
11058 Logic bug, remove misplaced else.
11059
d8849953
KD
110602002-02-07 Klee Dienes <klee@apple.com>
11061
11062 * fork-inferior.c (fork_inferior): Add '!' to the list of
11063 characters that need to be quoted when building a string for the
11064 shell. Quote '!' specifically with a backslash, since CSH chokes
11065 when trying to evaluate "str!str".
aaa38bb5 11066
095778a0
NC
110672002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11068
11069 * rdi-share/host.h: Only provide a typedef for bool if it is not
11070 defined.
11071
1900040c
MS
110722002-02-04 Michael Snyder <msnyder@redhat.com>
11073
11074 * breakpoint.h (enum bptype): Add new overlay event bp type.
11075 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 11076
1900040c
MS
11077 * breakpoint.c (create_internal_breakpoint): New function.
11078 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11079 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11080 (create_thread_event_breakpoint): Ditto.
11081 (create_solib_event_breakpoint): Ditto.
11082 (create_overlay_event_breakpoint): New function.
11083 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11084 (update_breakpoints_after_exec): Delete and re-initialize
11085 overlay event breakpoints after an exec. Add FIXME comment
11086 about longjmp breakpoint.
11087 (print_it_typical): Ignore overlay event breakpoints.
11088 (print_one_breakpoint): Ditto.
11089 (mention): Ditto.
11090 (bpstat_what): Do not stop for overlay event breakpoints.
11091 (delete_breakpoint): Don't delete overlay event breakpoints.
11092 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11093 (breakpoint_re_set): Re-create overlay event breakpoint.
11094
11095 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11096 (overlay_manual_command): Disable overlay breakpoints.
11097 (overlay_off_command): Disable overlay breakpoints.
11098
082fc60d
RE
110992002-02-06 Richard Earnshaw <rearnsha@arm.com>
11100
11101 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11102 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11103 to here from config/tm-arm.h.
11104 (coff_sym_is_thumb): Make static.
11105 (arm_elf_make_msymbol_special): New function.
11106 (arm_coff_make_msymbol_special): New function.
11107 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11108 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11109 (coff_sym_is_thumb): Delete declaration.
11110 (arm_elf_make_msymbol_special): Declare.
11111 (arm_coff_make_msymbol_special): Declare.
11112 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11113 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11114
039c5766
RE
111152002-02-06 Richard Earnshaw <rearnsha@arm.com>
11116
11117 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11118
111192002-02-06 Richard Earnshaw <rearnsha@arm.com>
11120
11121 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11122 * gdbarch.c gdbarch.h: Regenerate.
11123 * arch-utils.c (default_print_float_info): New function.
11124 * arch-utils.h (default_print_float_info): Prototype it.
11125 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11126 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11127 (PRINT_FLOAT_INFO): Document it.
11128
11129 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11130 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11131 (PRINT_FLOAT_INFO): Define.
11132
58fa08f0
PM
111332002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11134
aaa38bb5 11135 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
11136 Add typecast to sprintf argument to suppress a warning.
11137
7393af7c
PM
111382002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11139
58fa08f0 11140 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
11141 to allow easier handling of pass state.
11142 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11143 that gives exception name and address.
11144 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 11145 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 11146 exceptions added.
aaa38bb5
AJ
11147 (child_continue): Correctly report continue_status.
11148 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 11149 TARGET_SIGNAL_0 (new default value).
aaa38bb5 11150 (child_resume): consider sig argument passed to decide if
7393af7c
PM
11151 the exception should be passed to debuggee or not.
11152
6af4589c
MS
111532002-02-05 Michael Snyder <msnyder@redhat.com>
11154
11155 * regcache.c (fetch_register): Call target_fetch_register
11156 only if we don't call FETCH_PSEUDO_REGISTER.
11157 (store_register): Call target_store_register only if we
11158 don't call STORE_PSEUDO_REGISTER.
11159
a2cf933a
EZ
111602002-02-05 Elena Zannoni <ezannoni@redhat.com>
11161
11162 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11163 ELF_MAKE_MSYMBOL_SPECIAL.
11164 * gdbarch.c, gdbarch.h: Regenerate.
11165 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 11166 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
11167 * elfread.c (elf_symtab_read): Compile use of
11168 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11169 multiarched.
11170 * coffread.c (coff_symtab_read): Ditto, for
11171 COFF_MAKE_MSYMBOL_SPECIAL.
11172
6bb7be43
JB
111732002-02-05 Jim Blandy <jimb@redhat.com>
11174
11175 * solib-svr4.c (svr4_truncate_ptr): New function.
11176 (svr4_relocate_section_addresses): Do the address arithmetic with
11177 the appropriate truncation for target addresses, even when
11178 CORE_ADDR is larger than a target address.
11179
e18651ec
DJ
111802002-02-05 Daniel Jacobowitz <drow@mvista.com>
11181
11182 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11183 to (int *).
11184
6b2725be
DJ
111852002-02-05 Daniel Jacobowitz <drow@mvista.com>
11186
11187 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11188 code.
11189
fca9e603
DJ
111902002-02-05 Daniel Jacobowitz <drow@mvista.com>
11191
11192 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11193
6c537a52
DJ
111942002-02-05 Daniel Jacobowitz <drow@mvista.com>
11195
11196 * gdbserver/linux-low.c: Remove unused include files.
11197
d844cde6
DJ
111982002-02-05 Daniel Jacobowitz <drow@mvista.com>
11199
11200 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11201 (read_inferior_memory): Use it.
11202 (write_inferior_memory): Likewise.
11203
d07c63e7
DJ
112042002-02-05 Daniel Jacobowitz <drow@mvista.com>
11205
11206 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11207 grubbing through sys_errlist.
11208
da6d8c04
DJ
112092002-02-05 Daniel Jacobowitz <drow@mvista.com>
11210
11211 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11212
5b421780
PM
112132002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11214 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11215
9f60d481
AC
112162002-02-04 Andrew Cagney <ac131313@redhat.com>
11217
11218 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11219 (do_sfunc, set_cmd_sfunc): New functions.
11220
11221 * command.h (struct cmd_list_element): Add field func.
11222 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11223 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11224 * cli/cli-decode.h: Ditto.
11225
11226 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11227 (help_all, help_cmd_list): Ditto.
11228 (find_cmd, complete_on_cmdlist): Ditto.
11229 * top.c (execute_command): Ditto.
11230
11231 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11232 function.sfunc.
11233
11234 * infcmd.c (notice_args_read): Fix function signature.
11235
11236 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11237 * cli/cli-decode.c (add_set_cmd): Ditto.
11238 * utils.c (initialize_utils): Ditto.
11239 * maint.c (_initialize_maint_cmds): Ditto.
11240 * infrun.c (_initialize_infrun): Ditto.
11241 * demangle.c (_initialize_demangler): Ditto.
11242 * remote.c (add_packet_config_cmd): Ditto.
11243 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11244 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11245 * proc-api.c (_initialize_proc_api): Ditto.
11246 * kod.c (_initialize_kod): Ditto.
11247 * valprint.c (_initialize_valprint): Ditto.
11248 * top.c (init_main): Ditto.
11249 * infcmd.c (_initialize_infcmd): Ditto.
11250 * corefile.c (_initialize_core): Ditto.
11251 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11252 * arch-utils.c (initialize_current_architecture): Ditto.
11253 (_initialize_gdbarch_utils): Ditto.
11254 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11255
11256 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11257 * wince.c (_initialize_inftarg): Ditto.
11258 * symfile.c (_initialize_symfile): Ditto.
11259 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11260 * language.c (_initialize_language): Ditto.
11261 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11262
f9ba0717
MS
112632002-02-04 Michael Snyder <msnyder@redhat.com>
11264
11265 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11266
0c74b2a7
DJ
112672002-02-04 Daniel Jacobowitz <drow@mvista.com>
11268
11269 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11270 Add rules for building the register data files.
11271
c638789f
DJ
112722002-02-04 Daniel Jacobowitz <drow@mvista.com>
11273
11274 * regformats/regdat.sh: Add braces to the definition of
11275 expedite_regs_${arch}.
11276
db253027
DJ
112772002-02-04 Daniel Jacobowitz <drow@mvista.com>
11278
11279 * regformats/regdef.h (struct reg): Add comment describing the
11280 requirements for offset and size fields.
11281
206be19c
AS
112822002-02-04 Andreas Schwab <schwab@suse.de>
11283
11284 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11285 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11286
181c1381
RE
112872002-02-04 Richard Earnshaw <rearnsha@arm.com>
11288
11289 * gdbarch.sh (copyright): Update years in generated header.
11290 (SMASH_TEXT_ADDRESS): Add rule.
db253027 11291 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
11292 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11293 * dbxread.c: Likewise.
11294 * dwarfread.c: Likewise.
11295 * elfread.c: Likewise.
11296 * somread.c: Likewise.
11297
11298 * arm-tdep.c (arm_smash_text_address): New function.
11299 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11300
fa4ba8da
PM
113012002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11302
11303 Add support for hardware watchpoints on win32 native.
aaa38bb5 11304 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 11305 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 11306 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
11307 of debug registers.
11308 (debug_registers_changed): New variable. Reflects when debug registers
11309 are changed and need to be written to inferior.
aaa38bb5 11310 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
11311 was set, used when new threads are created.
11312 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11313 i386-nat code.
11314 (thread_rec): Set dr array if id is the thread of current_event .
11315 (child_continue, child_resume): Change the debug registers for all
11316 threads if debug_registers_changed.
11317 (child_add_thread): Change the debug registers if debug_registers_used.
11318 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11319 Link nm.h to new nm-cygwin.h file.
11320 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11321 of hardware registers.
11322
a73c86fb
AC
113232002-02-03 Andrew Cagney <ac131313@redhat.com>
11324
11325 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11326 Restore behavour broken by 2002-01-20 Andrew Cagney
11327 <ac131313@redhat.com> IEEE_FLOAT removal.
11328
acf5ed49
DJ
113292002-02-03 Daniel Jacobowitz <drow@mvista.com>
11330
11331 * c-valprint.c (c_val_print): Pass a proper valaddr to
11332 cp_print_class_method.
11333 * valops.c (search_struct_method): If there is only one method
11334 and args is NULL, return that method.
11335
493d28d5
DJ
113362002-02-03 Daniel Jacobowitz <drow@mvista.com>
11337
11338 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11339 accessing tag_name directly.
11340
7495dfdb
DJ
113412002-02-03 Daniel Jacobowitz <drow@mvista.com>
11342
11343 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11344 of accessing tag_name directly.
11345
dd6bda65
DJ
113462002-02-03 Daniel Jacobowitz <drow@mvista.com>
11347
11348 PR gdb/280
11349 * gdbtypes.c (replace_type): New function.
11350 * gdbtypes.h (replace_type): Add prototype.
11351 * stabsread.c (read_type): Use replace_type.
11352
88fe217c
RE
113532002-02-03 Richard Earnshaw <rearnsha@arm.com>
11354
11355 * Makefile.in (memattr.o): Add missing dependencies rule.
11356
e5d66720
PS
113572002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11358
11359 * breakpoint.c (break_at_finish_command): Really export.
11360 (break_at_finish_at_depth_command): Ditto.
11361 (tbreak_at_finish_command): Ditto.
11362 * hppa-tdep.c: Include completer.h.
11363 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11364 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11365
fffee0be
AC
113662002-02-01 Andrew Cagney <ac131313@redhat.com>
11367
11368 * utils.c (do_write): New function.
11369 (error_stream): Rewrite combining the code from error_begin and
11370 verror.
11371 (verror): Rewrite using error_stream.
11372 (error_begin): Delete function.
11373
255e7dbf
AC
113742002-02-01 Andrew Cagney <ac131313@redhat.com>
11375
11376 * utils.c (error_begin): Make static.
11377 * defs.h (error_begin): Delete declaration.
11378
11379 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11380 (decode_line_1): Use cplusplus_error instead of error_begin,
11381 cplusplus_hint and return_to_top_level.
11382 * coffread.c (coff_symfile_read): Use error instead of error_begin
11383 and return_to_top_level.
11384 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11385
ddfe3c15
AC
113862002-02-01 Andrew Cagney <ac131313@redhat.com>
11387
11388 * language.h (type_error, range_error): Make string parameter
11389 constant.
11390 * language.c (warning_pre_print): Delete extern declaration.
11391 * dwarfread.c (warning_pre_print): Ditto.
11392 * language.c (type_error, range_error): Rewrite to use verror and
11393 vwarning instead of warning_begin.
11394
03ac34d5
MS
113952002-02-01 Michael Snyder <msnyder@redhat.com>
11396
261c4ca2
MS
11397 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11398 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 11399
e00d1dc8
AC
114002002-02-01 Andrew Cagney <ac131313@redhat.com>
11401
11402 * command.h (NO_FUNCTION): Delete macro.
11403 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11404 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11405 * tracepoint.c (_initialize_tracepoint): Ditto.
11406 * cli/cli-decode.c (add_set_cmd): Ditto.
11407 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 11408
76b79d6e
DJ
114092002-02-01 Daniel Jacobowitz <drow@mvista.com>
11410
11411 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11412 Update ``this'' pointer when calling virtual functions.
11413
799f9e91
MS
114142002-02-01 Michael Snyder <msnyder@redhat.com>
11415
c7bd442c 11416 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
11417 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11418
3cf384d4
DJ
114192002-02-01 Daniel Jacobowitz <drow@mvista.com>
11420
11421 * regformats/reg-arm.dat: New file.
11422 * regformats/reg-i386.dat: New file.
11423 * regformats/reg-ia64.dat: New file.
11424 * regformats/reg-m68k.dat: New file.
11425 * regformats/reg-mips.dat: New file.
11426 * regformats/reg-ppc.dat: New file.
11427 * regformats/reg-sh.dat: New file.
11428 * regformats/regdef.h: New file.
11429 * regformats/regdat.sh: New file.
11430
0defa245
RE
114312002-02-01 Richard Earnshaw <reanrsha@arm.com>
11432
11433 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11434 (arm_frame_args_address, arm_frame_locals_address): New functions.
11435 (arm_frame_num_args): New function.
11436 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11437 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11438 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11439
405f26e6
MS
114402002-01-31 Michael Snyder <msnyder@redhat.com>
11441
502fd408
MS
11442 * breakpoint.c (break_at_finish_command): Export.
11443 (break_at_finish_at_depth_command): Export.
11444 (tbreak_at_finish_command): Export.
d6020d45 11445 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
502fd408 11446 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
d6020d45 11447 "txbreak" commands, which are HPPA specific.
502fd408 11448
7d35e135
MS
11449 * printcmd.c (disassemble_command): Remove an ancient
11450 artifact of an old merge.
11451
aaa38bb5 11452 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
11453 Define enum constant values for overlay mode.
11454 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
11455 (overlay_is_mapped, overlay_auto_command,
11456 overlay_manual_command): Ditto.
d874f1e2 11457
aaa38bb5
AJ
11458 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11459 breakpoint_here_p, breakpoint_inserted_here_p,
11460 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
11461 describe_other_breakpoints, check_duplicates, clear_command):
11462 Coding standard fixes.
11463
8add0441 11464 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 11465 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
11466 code: check bfd SEC_READONLY flag for section.
11467
e351066e
AC
114682002-01-31 Andrew Cagney <ac131313@redhat.com>
11469
7d35e135 11470 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 11471
8a48e967
DJ
114722002-01-30 Daniel Jacobowitz <drow@mvista.com>
11473
11474 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11475 data symbols, since we search based on textlow and texthigh.
11476 (find_pc_sect_symtab): Likewise.
11477
f5a96129
AC
114782002-01-30 Andrew Cagney <ac131313@redhat.com>
11479
11480 * defs.h (vwarning): Declare.
f5a96129
AC
11481 * utils.c (vwarning): New function.
11482 (warning): Call vwarning.
11483 (warning_begin): Delete function.
11484
11485 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11486 the warning message.
11487 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11488 warning_begin.
11489
cefd4ef5
MS
114902002-01-30 Michael Snyder <msnyder@redhat.com>
11491
1a703748
MS
11492 * NEWS: Mention "set trust-readonly-sections" command.
11493 Mention generate-core-file command.
cefd4ef5 11494
3a11626d
MS
114952002-01-15 Michael Snyder <msnyder@redhat.com>
11496
11497 * target.c: New command, "set trust-readonly-sections on".
11498 (do_xfer_memory): Honor the suggestion to trust readonly sections
11499 by reading them from the object file instead of from the target.
11500 (initialize_targets): Register command "set trust-readonly-sections".
11501
d1c7e53b
AC
115022002-01-29 Andrew Cagney <ac131313@redhat.com>
11503
11504 * parse.c (target_map_name_to_register): Simplify, search regs and
11505 pseudo-regs using a single loop.
11506
e2c9a72c
AC
115072002-01-30 Andrew Cagney <ac131313@redhat.com>
11508
11509 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11510
69824b4e
MK
115112002-01-15 Rodney Brown <rbrown64@csc.com.au>
11512
11513 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11514 * config/i386/i386v42mp.mh: Add i387-nat.o .
11515 * i386v4-nat.c: Include i387-nat.h.
11516 (supply_fpregset): Use i387_supply_fsave.
11517 (fill_fpregset): Use i387_fill_fsave.
11518
6eb69eab
RE
115192002-01-30 Richard Earnshaw <rearnsha@arm.com>
11520
11521 * arm-tdep.c (arm_call_dummy_words): Define.
11522 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11523 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11524 (CALL_DUMMY_WORDS): Define.
11525 (arm_call_dummy_words): Declare.
11526 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11527 (arm_linux_call_dummy_words): Declare.
11528
9852326a
AS
115292002-01-30 Andreas Schwab <schwab@suse.de>
11530
11531 * m68klinux-nat.c: Fix last change to use regcache_collect
11532 instead of referencing registers[] directly.
11533
977a3030
AC
115342002-01-29 Andrew Cagney <ac131313@redhat.com>
11535
11536 * parse.c (target_map_name_to_register): Delete code wrapped in
11537 #ifdef REGISTER_NAME_ALIAS_HOOK.
11538
2076c72b
MS
115392002-01-28 Michael Snyder <msnyder@redhat.com>
11540
11541 * regcache.c (legacy_read_register_gen): Need to be able to
11542 read pseudo-register as well as real register.
11543 (legacy_write_register_gen): Ditto.
11544
8fcc723b
AC
115452002-01-28 Andrew Cagney <ac131313@redhat.com>
11546
11547 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11548 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11549 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11550 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11551 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11552 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11553 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11554 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11555 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11556 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11557 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11558 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11559 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11560 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11561 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11562 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11563 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11564 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11565 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11566 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11567
afe64c1a
AC
115682002-01-28 Andrew Cagney <ac131313@redhat.com>
11569
11570 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11571 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11572 (initialize_current_architecture): Update target_byte_order using
11573 information from BFD.
aaa38bb5 11574 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
11575 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11576
75bc7ddf
AC
115772002-01-28 Andrew Cagney <ac131313@redhat.com>
11578
11579 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11580 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11581
11582 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11583 #ifdef INVALID_FLOAT.
11584 * infcmd.c (do_registers_info): Ditto.
11585 * values.c (unpack_double): Ditto. Add comment.
11586
11587 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11588 already commented out.
11589
0280a90a
AS
115902002-01-26 Andreas Schwab <schwab@suse.de>
11591
11592 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11593 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11594 registers and add support for PTRACE_GETREGS.
11595
7072a954
AC
115962002-01-24 Andrew Cagney <ac131313@redhat.com>
11597
11598 GDB 5.1.1 released from 5.1 branch.
11599 * NEWS: Add 5.1.1 news.
11600 * README: Sync with 5.1 branch.
11601
86f902e0
FF
116022002-01-23 Fred Fish <fnf@redhat.com>
11603
11604 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11605 stabstring on initial malloc. Reallocing will copy it for us,
11606 if necessary.
11607
8af51c36
EZ
116082002-01-23 Elena Zannoni <ezannoni@redhat.com>
11609
aaa38bb5 11610 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
11611 (HFILES_NO_SRCDIR): Remove hpread.h.
11612 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11613 (hpread.o): Update dependencies.
11614 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11615
11616 * hp-psymtab-read.c: Remove file.
11617 * hp-symtab-read.c: Remove file.
11618 * hpread.h: Remove file.
11619
11620 * hpread.c: Merge all contents of hp-psymtab-read.c,
11621 hp-symtab-read.c and hpread.h into this file, as it was prior to
11622 January 1999.
11623
11624 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 11625 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
11626 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11627 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11628
dc5cfeb6
EZ
116292002-01-23 Elena Zannoni <ezannoni@redhat.com>
11630
11631 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11632 fill_gregset): Call gdbarch_tdep() just once, assign result to
11633 variable and use that, instead of calling the function several
11634 times.
11635
ea87b71b
AO
116362002-01-24 Alexandre Oliva <aoliva@redhat.com>
11637
11638 * configure.host: Accept sparcv9 as alias for sparc64.
11639 * configure.tgt: Likewise.
11640
13fc0c2f
KB
116412002-01-22 Kevin Buettner <kevinb@redhat.com>
11642
11643 * solib-aix5.c (build_so_list_from_mapfile)
11644 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11645 arguments is not reversed.
11646 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11647 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 11648
7bd872fe
EZ
116492002-01-22 Elena Zannoni <ezannoni@redhat.com>
11650
11651 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11652 modified version of obsolete sh_fetch_pseudo_register.
11653 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11654 (sh4_register_read): New function.
11655 (sh_pseudo_register_write): New function. Renamed and modified
11656 version of obsolete sh_store_pseudo_register.
11657 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11658 (sh4_register_write): New function.
11659 (sh_gdbarch_init): Remove setting of gdbarch function
11660 fetch_pseudo_register and store_pseudo_register. Remove setting of
11661 register_convert_to_raw, register_convert_to_virtual,
11662 register_convertible.
11663 (sh_sh4_register_convertible): Delete. No longer needed. All is
11664 taken care by architecture specific functions
11665 register_read/register_write.
11666 (sh_sh4_register_convert_to_virtual): Make static.
11667 (sh_sh4_register_convert_to_raw): Ditto.
11668
069e84fd
AC
116692002-01-22 Andrew Cagney <ac131313@redhat.com>
11670
11671 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11672 (floatformat_is_nan, floatformat_mantissa): Ditto.
11673
11674 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11675 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11676 builtin_type_ieee_double_little,
11677 builtin_type_ieee_double_littlebyte_bigword,
11678 builtin_type_m68881_ext, builtin_type_i960_ext,
11679 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11680 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11681 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11682 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11683
211a4f69
CV
116842002-01-22 Corinna Vinschen <vinschen@redhat.com>
11685
11686 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11687 parameter. Set frameless flag if it exists and depended of
11688 whether the scanned function is frameless or not.
11689 (xstormy16_skip_prologue): If function is frameless, return
11690 result of xstormy16_scan_prologue().
11691 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11692 call.
11693
f81353e4
EZ
116942002-01-21 Elena Zannoni <ezannoni@redhat.com>
11695
11696 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11697 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11698 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11699 sh_sh4_register_byte, sh_sh4_register_raw_size,
11700 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11701 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11702 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11703 sh_store_pseudo_register, sh_do_pseudo_register): Call
11704 gdbarch_tdep() just once, assign result to variable and use that,
11705 instead of calling the function several times.
11706
63c73a17
MK
117072002-01-20 Mark Kettenis <kettenis@gnu.org>
11708
11709 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11710 macros instead of LAST_FPU_CTRL_REGNUM.
11711 (store_register): Likewise.
11712
39ad761d
JB
117132002-01-21 Jim Blandy <jimb@redhat.com>
11714
11715 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11716 is up-to-date before running the program, not just when a program
11717 exits.
11718
3d74b771
FF
117192002-01-21 Fred Fish <fnf@redhat.com>
11720
11721 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11722 when we have found all instructions we are looking for.
11723
966fbf70
RE
117242002-01-21 Richard Earnshaw <rearnsha@arm.com>
11725
11726 * arm-tdep.c (arm_register_name): New function.
11727 (arm_registers_names): Make static.
11728 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11729 (arm_register_name): Declare.
11730 (REGISTER_NAME): Use it.
11731
c3b4394c
RE
117322002-01-21 Richard Earnshaw <rearnsha@arm.com>
11733 Kevin Buettner <kevinb@redhat.com>
11734
11735 Convert arm targets to new FRAME interface.
11736 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11737 (arm_frame_find_save_regs): Delete.
11738 (arm_frame_init_saved_regs): New.
11739 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11740 Allocate extra_info as required. Convert all uses of fsr.regs
11741 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11742 to use extra_info.
11743 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11744 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11745 (check_prologue_cache, save_prologue_cache): Likewise.
11746 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11747 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11748 (FRAME_FIND_SAVED_REGS): Delete.
11749 (arm_frame_find_saved_regs): Delete prototype.
11750 (arm_frame_init_saved_regs): New prototype.
11751 (FRAME_INIT_SAVED_REGS): Define.
11752
61d99182
AC
117532002-01-20 Andrew Cagney <ac131313@redhat.com>
11754
11755 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11756
6aaea291
AC
117572002-01-20 Andrew Cagney <ac131313@redhat.com>
11758
11759 From Jeff Law <law@redhat.com>:
11760 * infttrace.c: Include <sys/pstat.h>.
11761 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11762 exec file if the ttrace equivalent fails.
11763
15f698d2
AC
117642002-01-20 Andrew Cagney <ac131313@redhat.com>
11765
11766 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11767 (closeLogFile): Ditto.
11768
f86ddd7c
MC
117692002-01-20 Michael Chastain <mec@shout.net>
11770
11771 * top.c (print_gdb_version): Bump copyright year to 2002.
11772
904507ce
AC
117732002-01-20 Andrew Cagney <ac131313@redhat.com>
11774
11775 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11776 Zannoni and Eli Zaretskii.
11777
d7f0b9ce
DJ
117782002-01-20 Daniel Jacobowitz <drow@mvista.com>
11779
11780 * buildsym.c: Update copyright years.
11781 * c-typeprint.c: Likewise.
11782 * dwarf2read.c: Likewise.
11783 * f-typeprint.c: Likewise.
11784 * gdbtypes.c: Likewise.
11785 * gdbtypes.h: Likewise.
11786 * hp-symtab-read.c: Likewise.
11787 * hpread.c: Likewise.
11788 * mdebugread.c: Likewise.
11789 * p-typeprint.c: Likewise.
11790
3fd3d7d2
AC
117912002-01-20 Andrew Cagney <ac131313@redhat.com>
11792
11793 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11794 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11795 byte-order selectable.
11796 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11797 * arch-utils.c: Ditto.
11798 (set_endian): Ditto.
11799 (set_endian_from_file): Ditto.
11800 * gdbserver/low-sim.c (create_inferior): Ditto.
11801 * gdbarch.sh: Ditto.
11802 * gdbarch.h: Re-generate.
aaa38bb5
AJ
11803 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11804 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11805 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11806 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11807 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11808 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11809 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
11810 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11811 macro definition.
11812 * config/mips/tm-wince.h: Remove #undef of macro
11813 TARGET_BYTE_ORDER_SELECTABLE.
11814 * config/sh/tm-wince.h: Ditto.
11815
b02dede2
DJ
118162002-01-20 Daniel Jacobowitz <drow@mvista.com>
11817
11818 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11819 member function fields. Add accessor macro
11820 TYPE_FN_FIELD_ARTIFICIAL.
11821 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11822 * c-typeprint.c (c_type_print_base): Skip artificial member
11823 functions.
11824
c3643761
DJ
118252002-01-20 Daniel Jacobowitz <drow@mvista.com>
11826
11827 * f-typeprint.c: Delete unused function f_type_print_args.
11828 * p-typeprint.c: Delete unused function pascal_type_print_args.
11829
8176bb6d
DJ
118302002-01-20 Daniel Jacobowitz <drow@mvista.com>
11831
11832 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11833 comment. Add ``artificial'' to ``union field_location''.
11834
11835 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11836
11837 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11838 * mdebugread.c (parse_symbol): Likewise.
11839 * stabsread.c (define_symbol): Likewise.
11840 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11841 initializing TYPE_FIELD_BITPOS to n (obsolete).
11842 (hpread_doc_function_type): Likewise.
11843 * hpread.c (hpread_function_type): Likewise.
11844
7fd60527
AC
118452002-01-20 Andrew Cagney <ac131313@redhat.com>
11846
11847 * configure.in (host_makefile_frag): Only require a host makefile
11848 fragment when a native build.
11849 * configure: Re-generate.
11850
c2f05ac9
AC
118512002-01-20 Andrew Cagney <ac131313@redhat.com>
11852
11853 * doublest.h (floatformat_from_type): Declare.
11854 * doublest.c (floatformat_from_type): New function.
11855 (convert_typed_floating): Use.
11856
11857 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11858 call to function floatformat_from_type.
11859
11860 * gdbarch.sh (IEEE_FLOAT): Delete.
11861 * gdbarch.h, gdbarch.c: Re-generate.
11862 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11863 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11864 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11865 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11866 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11867 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11868 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11869 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11870 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11871 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11872 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
11873 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11874
11875 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11876 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11877 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11878 * sh-tdep.c (sh_gdbarch_init): Ditto.
11879 * mips-tdep.c (mips_gdbarch_init): Ditto.
11880 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11881 * cris-tdep.c (cris_gdbarch_init): Ditto.
11882
abf22e64
AJ
118832002-01-20 Jiri Smid <smid@suse.cz>
11884
11885 * configure.host, configure.tgt: Support x86-64.
11886 * NEWS: Note new target x86-64.
11887
b7c4cbf8
AJ
11888 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11889 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11890 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11891 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11892 x86-64-linux-nat.o): Fix dependencies.
11893
82600034
AC
118942002-01-19 Andrew Cagney <ac131313@redhat.com>
11895
11896 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11897 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11898 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11899 * config/sparc/xm-sun4os4.h: Delete file.
11900 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 11901
bbe5c628
AC
119022002-01-19 Andrew Cagney <ac131313@redhat.com>
11903
11904 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11905 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11906 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11907 * config/i386/i386lynx.mh (XM_FILE): Delete.
11908 * config/rs6000/xm-rs6000ly.h: Delete file.
11909 * config/sparc/xm-sparclynx.h: Delete file.
11910 * config/m68k/xm-m68klynx.h: Delete file.
11911 * config/i386/xm-i386lynx.h: Delete file.
11912 * config/xm-lynx.h: Delete file.
11913 * config/djgpp/fnchange.lst: Update.
11914
f8453e34
JT
119152002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11916
11917 * alpha-tdep.c (alpha_register_byte): New function.
11918 (alpha_register_raw_size): Ditto.
11919 (alpha_register_virtual_size): Ditto.
11920 (alpha_skip_prologue_internal): Renamed from
11921 alpha_skip_prologue.
11922 (alpha_skip_prologue): New version that calls
11923 alpha_skip_prologue_internal.
11924 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11925 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11926 second argument from alpha_skip_prologue.
11927 (REGISTER_BYTE): Use alpha_register_byte.
11928 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11929 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11930 (FRAMELESS_FUNCTION_INVOCATION): Use
11931 generic_frameless_function_invocation_not.
11932 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11933 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11934
52d9e613
AC
119352002-01-19 Andrew Cagney <ac131313@redhat.com>
11936
11937 * config/mips/xm-news-mips.h: Delete file.
11938 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11939
11940 * config/m88k/xm-m88k.h: Delete file.
11941 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11942 * config/m88k/xm-delta88v4.h: Ditto.
11943 * config/m88k/xm-delta88.h: Ditto.
11944
11945 * config/alpha/xm-fbsd.h: Delete file.
11946 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11947
11948 * config/sparc/xm-sparc.h: Delete file.
11949 * Makefile.in (xm-sun4os4.h): Delete dependency.
11950 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11951 * config/sparc/xm-sun4os4.h: Ditto.
11952 * config/sparc/xm-linux.h: Ditto.
11953
11954 * config/i386/xm-windows.h: Delete file.
11955
2d1b2124
AC
119562002-01-19 Andrew Cagney <ac131313@redhat.com>
11957
11958 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11959 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11960
ee1f65f0
JT
119612002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11962
11963 * alpha-tdep.c (alpha_call_dummy_words): New.
11964 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11965 (CALL_DUMMY_P): Define.
11966 (CALL_DUMMY_WORDS): Define.
11967 (SIZEOF_CALL_DUMMY_WORDS): Define.
11968
98081e55
PB
119692002-01-19 Per Bothner <per@bothner.com>
11970
11971 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11972 isn't NULL, which can happen with some gcj-3.x-produced code.
11973
0d056799
JT
119742002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11975
11976 * alpha-tdep.c (alpha_register_virtual_type): New function.
11977 (alpha_init_frame_pc_first): Ditto.
11978 (alpha_fix_call_dummy): Ditto.
11979 (alpha_store_struct_return): Ditto.
11980 (alpha_extract_struct_value_address): Ditto.
11981 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11982 alpha_register_virtual_type.
11983 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11984 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11985 alpha_extract_struct_value_address.
11986 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11987 (INIT_FRAME_PC): Use init_frame_pc_noop.
11988 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11989
4604bcad
MK
119902002-01-19 Mark Kettenis <kettenis@gnu.org>
11991
11992 * i386gnu-nat.c: Include "i386-tdep.h".
11993 (fetch_fpregs): Simplify code dealing with uninitialized floating
11994 point states such that it doesn't require FP7_REGNUM.
11995
140f9984
JT
119962002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11997
abf22e64
AJ
11998 * alpha-tdep.c (frame_extra_info): New.
11999 (alpha_find_saved_regs): Make static. Use
140f9984
JT
12000 frame->extra_info.
12001 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
12002 (alpha_frame_saved_pc): Use frame->extra_info.
12003 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12004 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
12005 (init_extra_frame_info): Rename to...
12006 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 12007 (alpha_print_extra_frame_info): New function.
140f9984
JT
12008 (alpha_frame_locals_address): Ditto.
12009 (alpha_frame_args_address): Ditto.
abf22e64 12010 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
12011 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12012 alpha_frame_args_address.
abf22e64 12013 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 12014 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
12015 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12016 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
12017 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12018 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12019
d734c450
JT
120202002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12021
12022 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12023 (alpha_cannot_fetch_register): Ditto.
12024 (alpha_cannot_store_register): Ditto.
12025 (alpha_register_convertible): Ditto.
12026 (alpha_use_struct_convention): Ditto.
12027 * config/alpha/tm-alpha.h: Update copyright years.
12028 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12029 (INNER_THAN): Use core_addr_lessthan.
12030 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12031 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12032 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12033 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12034 (FRAME_CHAIN): Remove unnecessary cast.
12035
b4ceaee6
AC
120362002-01-18 Andrew Cagney <ac131313@redhat.com>
12037
12038 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12039 obsolete.
12040
0a65a603
AC
120412002-01-18 Andrew Cagney <ac131313@redhat.com>
12042
12043 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12044 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12045 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12046 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12047 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12048 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12049 * x86-64-linux-nat.c: Ditto.
12050
636a6dfc
JT
120512002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12052
abf22e64 12053 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
12054 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12055 (REGISTER_NAME): Define.
12056
acceddb6
JT
120572002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12058
12059 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12060
ec32e4be
JT
120612002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12062
12063 * alpha-tdep.c: Update copyright years.
12064 (alpha_next_pc): New function.
12065 (alpha_software_single_step): Ditto.
12066 * config/alpha/tm-alpha.h: Add prototype for
12067 alpha_software_single_step.
12068
e771a871
JT
120692002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12070
12071 * alphabsd-nat.c: Update copyright years.
12072 (fill_gregset): Use regcache_collect.
12073 (fill_fpregset): Likewise.
12074 (fetch_inferior_registers): Only fetch integer registers
12075 if requested to do so.
12076 (store_inferior_registers): Only store integer registers
12077 if requested to do so.
12078
7708fa01
AC
120792002-01-17 Andrew Cagney <ac131313@redhat.com>
12080
12081 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12082 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12083 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12084 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12085 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12086 * config/arm/linux.mh (XDEPFILES): Delete.
12087 * config/arm/nbsd.mh (XDEPFILES): Delete.
12088 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12089 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12090 * config/i386/i386m3.mh (XDEPFILES): Delete.
12091 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12092 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12093 * config/i386/fbsd.mh (XDEPFILES): Delete.
12094 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12095 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12096 * config/i386/i386v4.mh (XDEPFILES): Delete.
12097 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12098 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12099 * config/i386/i386aix.mh (XDEPFILES): Delete.
12100 * config/i386/go32.mh (XDEPFILES): Delete.
12101 * config/i386/cygwin.mh (XDEPFILES): Delete.
12102 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12103 * config/i386/i386mach.mh (XDEPFILES): Delete.
12104 * config/i386/i386v32.mh (XDEPFILES): Delete.
12105 * config/i386/linux.mh (XDEPFILES): Delete.
12106 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12107 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12108 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12109 * config/i386/i386sco.mh (XDEPFILES): Delete.
12110 * config/i386/i386v.mh (XDEPFILES): Delete.
12111 * config/i386/nbsd.mh (XDEPFILES): Delete.
12112 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12113 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12114 * config/i386/symmetry.mh (XDEPFILES): Delete.
12115 * config/i386/obsd.mh (XDEPFILES): Delete.
12116 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12117 * config/ia64/linux.mh (XDEPFILES): Delete.
12118 * config/ia64/aix.mh (XDEPFILES): Delete.
12119 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12120 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12121 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12122 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12123 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12124 * config/m68k/linux.mh (XDEPFILES): Delete.
12125 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12126 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12127 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12128 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12129 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12130 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12131 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12132 * config/m88k/delta88.mh (XDEPFILES): Delete.
12133 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12134 * config/m88k/m88k.mh (XDEPFILES): Delete.
12135 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12136 * config/mips/linux.mh (XDEPFILES): Delete.
12137 * config/mips/irix6.mh (XDEPFILES): Delete.
12138 * config/mips/irix5.mh (XDEPFILES): Delete.
12139 * config/mips/irix4.mh (XDEPFILES): Delete.
12140 * config/mips/irix3.mh (XDEPFILES): Delete.
12141 * config/mips/decstation.mh (XDEPFILES): Delete.
12142 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12143 (NATDEPFILES): Move core-aout.o to here.
12144 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12145 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12146 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12147 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12148 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12149 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12150 * config/pa/hpux11.mh (XDEPFILES): Delete.
12151 * config/powerpc/aix.mh (XDEPFILES): Delete.
12152 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12153 * config/powerpc/linux.mh (XDEPFILES): Delete.
12154 * config/romp/rtbsd.mh: Rename XDEPFILES.
12155 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12156 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12157 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12158 * config/s390/s390.mh (XDEPFILES): Delete.
12159 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12160 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12161 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12162 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12163 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12164 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12165 * config/sparc/linux.mh (XDEPFILES): Delete.
12166 * config/vax/vaxult.mh (XDEPFILES): Delete.
12167 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12168 * Makefile.in (DEPFILES): Remove XDEPFILES.
12169
375fc983
AC
121702002-01-17 Andrew Cagney <ac131313@redhat.com>
12171
12172 * utils.c (internal_verror): Fix comments, default is yes not no.
12173 Update queries to match. Default to quit and dump core.
12174
8926118c
AC
121752002-01-17 Andrew Cagney <ac131313@redhat.com>
12176
12177 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12178 copyright.
12179 * defs.h, event-top.c, gdbcmd.h: Ditto.
12180 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12181 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12182 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12183 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12184 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12185 * mi/mi-main.c:Ditto.
12186
12187 * stack.c, symfile.c: Update copyright.
12188
45b7b345
DJ
121892002-01-17 Daniel Jacobowitz <drow@mvista.com>
12190
db728ff7
DJ
12191 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12192 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12193 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12194 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 12195
db728ff7
DJ
121962002-01-17 Daniel Jacobowitz <drow@mvista.com>
12197
12198 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12199 * gdbserver/low-lynx.c (myattach): Likewise.
12200 * gdbserver/low-nbsd.c (myattach): Likewise.
12201 * gdbserver/low-sim.c (myattach): Likewise.
12202 * gdbserver/low-sparc.c (myattach): Likewise.
12203 * gdbserver/low-sun3.c (myattach): Likewise.
12204
12205 * gdbserver/low-linux.c (myattach): New function.
45b7b345 12206
db728ff7 12207 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
12208 (main): Handle "--attach".
12209
8de3c354
AC
122102002-01-16 Andrew Cagney <ac131313@redhat.com>
12211
12212 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12213 maintainer.
12214
b0129042
DJ
122152002-01-15 Daniel Jacobowitz <drow@mvista.com>
12216
12217 * c-typeprint.c (is_type_conversion_operator): Add additional
12218 check for non-conversion operators.
12219
ba8679fb 122202002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
12221
12222 * linux-proc.c: Add "info proc" command, a la procfs.c.
12223 (read_mapping): New function, abstract and re-use code.
12224 (linux_find_memory_regions): Use new func read_mapping.
12225 (linux_info_proc_cmd): New function, implement "info proc".
12226 (_initialize_linux_proc): Add new command "info proc".
12227
e4f9b4d5
MS
122282002-01-15 Michael Snyder <msnyder@redhat.com>
12229
12230 * symfile.c (generic_load): Use bfd_map_over_sections method
12231 instead of manipulating bfd structure members directly.
12232 (add_section_size_callback): New function, bfd sections callback
12233 used by generic_load.
12234 (load_sections_callback): New function, bfd sections callback
12235 used by generic_load.
12236
08cf96df
EZ
122372002-01-15 Elena Zannoni <ezannoni@redhat.com>
12238
abf22e64 12239 [Based on work by Jim Blandy]
08cf96df
EZ
12240 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12241 (builtin_type_vec128): Export.
12242 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12243 types.
12244 (builtin_type_vec128): New builtin type for 128 bit vector
12245 registers.
12246 (build_gdbtypes): Initialize builtin_type_v16qi and
12247 builtin_type_v8hi. Create the vec128 register builtin type
12248 structure.
12249 (build_builtin_type_vec128): New function.
abf22e64 12250 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
12251 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12252 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12253 AltiVec register to new builtin type.
12254
d7242108
DJ
122552001-01-15 Daniel Jacobowitz <drow@mvista.com>
12256
12257 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12258 to make_cv_type.
12259
4ee3352d
AC
122602002-01-14 Andrew Cagney <ac131313@redhat.com>
12261
12262 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12263 CLEAN_UP_REGISTER_VALUE.
12264 * regcache.c (supply_register): Update only call.
12265
f015b2e7
AC
122662002-01-14 Andrew Cagney <ac131313@redhat.com>
12267
12268 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12269 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12270 a29k-*-vxworks* targets as obsolete.
12271
356ae49d
MS
122722002-01-14 Michael Snyder <msnyder@redhat.com>
12273
12274 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12275 until we can resolve portability issues.
12276 * gregset.h: Remove references to fpxregs.
12277 * gcore.c (gcore_command): Initialize note_sec to NULL.
12278
ade8f45e
AC
122792002-01-13 Andrew Cagney <ac131313@redhat.com>
12280
12281 * signals.c (target_signal_to_name): Rewrite. Only use
12282 signals[].name when in bounds and non-NULL.
abf22e64 12283
89c49e7a
AC
122842002-01-13 Andrew Cagney <ac131313@redhat.com>
12285
12286 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12287 * signals.c (target_signal_to_name): Verify that SIG is within the
12288 bounds of the signals array.
12289
4daa9f9f
AC
122902002-01-13 Andrew Cagney <ac131313@redhat.com>
12291
12292 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12293
ba4bbdcb
KS
122942002-01-13 Keith Seitz <keiths@redhat.com>
12295
12296 * stack.c (print_frame_info_base): Print the frame's pc
12297 only if when print_frame_info_listing_hook is not defined.
12298
575bbeb6
KS
122992002-01-13 Keith Seitz <keiths@redhat.com>
12300
12301 * varobj.c (varobj_set_value): Make sure that there were no
12302 errors evaluating the object before attempting to set its
12303 value.
12304 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12305 so this offset adjustment is no longer necessary.
12306 (create_child): Don't set the error flag if the child is
12307 a CPLUS_FAKE_CHILD.
12308 (value_of_child): If value_fetch_lazy fails, return NULL
12309 so that callers will be notified that an error occurred.
12310 (c_value_of_variable): Delay check of variable's validity
12311 until later. We actually want all structs and unions to have
12312 the value "{...}".
12313 Do not return "???" for variables which could not be evaluated.
12314 This error condition must be returned to the caller so that it
12315 can get the error condition from gdb.
12316 (cplus_name_of_child): Adjust index for vptr before figuring
12317 out the name of the child.
12318 (cplus_value_of_child): If a child's (real) parent is not valid,
12319 don't even bother trying to give a value for it. Just return
12320 an error. Change all instances in this function.
12321 (cplus_type_of_child): If our parent is one of the "fake"
12322 parents, we need to get at the type of the real parent, and
12323 derive the child's true type using this information.
12324
b76898ab
AC
123252002-01-13 Andrew Cagney <ac131313@redhat.com>
12326
12327 From 2002-01-09 John Marshall <johnm@falch.net>:
12328 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12329 sources.redhat.com, and tweak some related URLs which had
12330 suffered from linkrot.
12331
b6649e88
AC
123322002-01-13 Andrew Cagney <ac131313@redhat.com>
12333
12334 From Jeff law:
12335 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12336 structures passed in registers.
12337
82cc5033
EZ
123382002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12339
12340 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12341 white space which prevented compilation. Reported by DSK
12342 <dsk@student.unsw.edu.au>.
12343
ba5f2f8a
MS
123442002-01-11 Michael Snyder <msnyder@redhat.com>
12345
fbd35540
MS
12346 * symfile.c (build_section_addr_info_from_section_tab):
12347 Use bfd access method instead of manipulating bfd directly.
12348 (syms_from_objfile): Ditto.
12349 (simple_overlay_update_1): Ditto.
12350 (simple_overlay_update): Ditto.
12351 (generic_load): Ditto.
12352 (overlay_unmapped_address): FIXME comment, bfd access methods.
12353 (sections_overlap): FIXME comment, bfd access methods.
12354 (pc_in_mapped_range): FIXME comment, bfd access methods.
12355 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12356 (section_is_mapped): FIXME comment, bfd access methods.
12357 (section_is_overlay): FIXME comment, bfd access methods.
12358
ba5f2f8a
MS
12359 * symfile.c (generic_load): Whitespace and long line cleanups.
12360 Remove duplicate variable, change several local variables to
12361 more appropriate data types.
12362 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12363
17df2af6
AC
123642002-01-12 Andrew Cagney <ac131313@redhat.com>
12365
12366 From Peter Schauer:
12367 * language.c (longest_local_hex_string_custom): Use phex_nz to
12368 convert NUM to a hex string.
12369
ec920329
EZ
123702002-01-12 Elena Zannoni <ezannoni@redhat.com>
12371
12372 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12373 the function.
538a76d6 12374 Update Copyright year.
ec920329 12375
3abd2e01
AC
123762002-01-12 Andrew Cagney <ac131313@redhat.com>
12377
12378 * language.c (longest_raw_hex_string): Delete unused function.
12379
b21b22e0
PS
123802002-01-11 Petr Sorfa <petrs@caldera.com>
12381
12382 * MAINTAINERS (write-after-approval): Add myself.
12383 * dwarf2read.c (read_tag_string_type): Handling of
12384 DW_AT_byte_size.
12385 (read_tag_string_type): FORTRAN fix to prevent propagation of
12386 first string size.
12387 (set_cu_language): Handling of DW_LANG_Fortran95
12388
747fe712
RE
123892002-01-11 Richard Earnshaw <rearnsha@arm.com>
12390
12391 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12392 GETPID(inferior_ptid).
12393 (store_inferior_registers): Likewise.
12394
f1bea926
JM
123952002-01-10 Jason Merrill <jason@redhat.com>
12396
12397 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12398 Fix DW_OP_minus.
12399
ae940673
AC
124002002-01-10 Andrew Cagney <ac131313@redhat.com>
12401
12402 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12403 and bfd/elf32-sh-nbsd.c.
12404
00546b04
MS
124052002-01-10 Michael Snyder <msnyder@redhat.com>
12406
352ed7b4
MS
12407 * NEWS: Mention --pid and corefile/proc-id behavior change.
12408
c18be923
MS
12409 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12410 * gcore.c: Include cli/cli-decode.h instead of command.h.
12411
00546b04
MS
12412 * main.c (captured_main): Add new command line option "--pid".
12413 If the second command line argument (following the symbol-file)
12414 begins with a digit, try to attach to it before trying to open
12415 it as a corefile.
12416 (print_gdb_help): Document the "--pid" argument.
12417
db60ec62
EZ
124182002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12419
12420 * completer.c (command_completer): New function.
12421
12422 * completer.h <command_completer>: Add prototype.
12423
12424 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12425 completer for the "help" command.
12426
39c22d1a
JM
124272002-01-09 Jason Merrill <jason@redhat.com>
12428
12429 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12430
c564377f
MS
124312002-01-09 Michael Snyder <msnyder@redhat.com>
12432
975aec09
MS
12433 * i386-linux-nat.c (fill_fpxregset): Make global.
12434 (store_fpxregset): Ditto.
12435
db4a10fa
MS
12436 * gregset.h (gdb_fpxregset_t): Define.
12437 (supply_fpxregset): Prototype.
12438 (fill_fpxregset): Prototype.
12439
c564377f
MS
12440 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12441
c3d45d70
RE
124422002-01-09 Richard Earnshaw <rearnsha@arm.com>
12443
12444 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12445 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12446 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12447
fcc87af1
AC
124482002-01-09 Andrew Cagney <ac131313@redhat.com>
12449
12450 * MAINTAINERS: Update target maintainer rules so that any
12451 Maintainer can approve a tested patch for a maintenance-only
12452 target.
12453
dd96c05b
RE
124542002-01-09 Richard Earnshaw <rearnsha@arm.com>
12455
d4297db9 12456 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 12457
d4297db9 12458 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
12459 IN_SIGTRAMP.
12460
145fdc6e
MS
124612002-01-08 Michael Snyder <msnyder@redhat.com>
12462
12463 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12464 real name of the executable, rather than the /proc name.
12465
be4d1333
MS
124662002-01-03 Michael Snyder <msnyder@redhat.com>
12467
12468 Implement a "generate-core-file" command in gdb, save target state.
12469 * gcore.c: New file. Implement new command 'generate-core-file'.
12470 Save a corefile image of the current state of the inferior.
12471 * linux-proc.c: Add linux-specific code for saving corefiles.
12472 * target.h (struct target_ops): Add new target vectors for saving
12473 corefiles; to_find_memory_regions and to_make_corefile_notes.
12474 (target_find_memory_regions): New macro.
12475 (target_make_corefile_notes): New macro.
12476 * target.c (update_current_target): Inherit new target methods.
12477 (dummy_find_memory_regions): New place-holder method.
12478 (dummy_make_corefile_notes): New place-holder method.
12479 (init_dummy_target): Initialize new dummy target vectors.
12480 * exec.c (exec_set_find_memory_regions): New function.
12481 Allow the exec_ops vector for memory regions to be taken over.
12482 (exec_make_note_section): New function, target vector method.
12483 * defs.h (exec_set_find_memory_regions): Export prototype.
12484 * procfs.c (proc_find_memory_regions): New function, corefile method.
12485 (procfs_make_note_section): New function, corefile method.
12486 (init_procfs_ops): Set new target vector pointers.
12487 (find_memory_regions_callback): New function.
12488 (procfs_do_thread_registers): New function.
12489 (procfs_corefile_thread_callback): New function.
12490 * sol-thread.c (sol_find_memory_regions): New function.
12491 (sol_make_note_section): New function.
12492 (init_sol_thread_ops): Initialize new target vectors.
12493 * inftarg.c (inftarg_set_find_memory_regions): New function.
12494 Allow to_find_memory_regions vector to be taken over.
12495 (inftarg_set_make_corefile_notes): New function.
12496 Allow to_make_corefile_notes vector to be taken over.
12497 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12498 interface layer if not target_has_execution (may be a corefile).
12499 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12500 * config/sparc/sun4sol2.mh: Ditto.
12501 * config/alpha/alpha-linux.mh: Ditto.
12502 * config/arm/linux.mh: Ditto.
12503 * config/i386/x86-64linux.mh: Ditto.
12504 * config/ia64/linux.mh: Ditto.
12505 * config/m68k/linux.mh: Ditto.
12506 * config/mips/linux.mh: Ditto.
12507 * config/powerpc/linux.mh: Ditto.
12508 * config/sparc/linux.mh: Ditto.
12509
c6b92abd
MS
125102002-01-07 Michael Snyder <msnyder@redhat.com>
12511
12512 * arm-linux-nat.c: Remove references to regcache.c internal data
12513 (registers[] and register_valid[]).
12514
4b09dc8c
MS
125152002-01-07 Michael Snyder <msnyder@redhat.com>
12516
abf22e64
AJ
12517 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12518 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
12519 symbol file and shlibs.
12520 * Makefile.in: Add rule for linux-proc.o.
12521 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12522 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12523 * config/arm/linux.mh: Ditto.
12524 * config/i386/linux.mh: Ditto.
12525 * config/i386/x86-64linux.mh: Ditto.
12526 * config/ia64/linux.mh: Ditto.
12527 * config/m68k/linux.mh: Ditto.
12528 * config/mips/linux.mh: Ditto.
12529 * config/powerpc/linux.mh: Ditto.
12530 * config/sparc/linux.mh: Ditto.
12531
c25b74ac
PM
125322002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12533
12534 * win32-nat.c: Add i386-tdep.h dependency.
12535
94cd915f
MS
125362002-01-07 Michael Snyder <msnyder@redhat.com>
12537
c7cccb76
MS
12538 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12539 instead of bfd_get_arch_size. Don't bail out just because
12540 there's no exec_bfd.
abf22e64 12541
34c0bd93
MS
12542 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12543 * p-valprint.c (pascal_object_print_value): Ditto.
12544 * somread.c (som_symtab_read): Ditto.
12545 * symfile.c (simple_free_overlay_region_table): Ditto.
12546 * valops.c (value_assign): Ditto.
12547
21c1c920
MS
12548 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12549 use tilde_expand and strerror for opening save-tracepoints file.
12550
5bbd998e
MS
12551 * thread-db.c (thread_db_new_objfile): Indendation fix.
12552
94cd915f
MS
12553 * infptrace.c (GDB_MAX_ALLOCA): New define.
12554 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 12555 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
12556 can be overridden with whatever value is appropriate to the host).
12557 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12558 alloca to allocate potentially large buffer.
12559 * rs6000-nat.c (child_xfer_memory): Ditto.
12560 * symm-nat.c (child_xfer_memory): Ditto.
12561 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12562
494e8a93
JSC
125632002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12564
12565 From Nick Clifton <nickc@redhat.com>
12566 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12567
d0e1d48e
MS
125682002-01-07 Michael Snyder <msnyder@redhat.com>
12569
abf22e64 12570 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
12571 Don't use exec_bfd if it's NULL.
12572
290b2c7a
MK
125732002-01-06 Mark Kettenis <kettenis@gnu.org>
12574
abf22e64 12575 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 12576
aef21287
AC
125772002-01-06 Andrew Cagney <ac131313@redhat.com>
12578
12579 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12580 * gnu-nat.c: Ditto.
12581
30efa627
AC
125822002-01-06 Andrew Cagney <ac131313@redhat.com>
12583
12584 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12585 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12586 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12587 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12588 z8k-coff have not been multi-arched. Update z8k-coff build
12589 status.
12590
9b4ff276
AC
125912002-01-06 Andrew Cagney <ac131313@redhat.com>
12592
12593 * MAINTAINERS: Mark a29k target as obsolete.
12594 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12595 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12596 comments.
12597 * NEWS: Note that a29k targets are obsolete.
12598 * a29k-tdep.c: Mark as obsolete.
12599 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12600 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12601 a29k-*-vxworks* targets as obsolete.
12602 * remote-adapt.c: Obsolete.
12603 * remote-eb.c: Obsolete.
12604 * remote-mm.c: Obsolete.
12605 * remote-udi.c: Obsolete.
12606 * config/a29k/a29k-udi.mt: Obsolete.
12607 * config/a29k/a29k.mt: Obsolete.
12608 * config/a29k/tm-a29k.h: Obsolete.
12609 * config/a29k/tm-vx29k.h: Obsolete.
12610 * config/a29k/vx29k.mt: Obsolete.
12611
a9011d31
AC
126122002-01-05 Andrew Cagney <ac131313@redhat.com>
12613
12614 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12615 with BFD_ENDIAN_BIG.
12616
9299404e
AC
126172002-01-05 Andrew Cagney <ac131313@redhat.com>
12618
12619 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12620 * configure, config.in: Re-generate.
12621 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12622 * defs.h: Do not include <endian.h>.
12623
7e89e357
JT
126242002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12625
12626 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12627 * config.in: Regenerate.
12628 * configure.in: Update copyright years.
12629 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12630 * configure: Regenerate.
12631 * i386bsd-nat.c: Update copyright years.
12632 (fill_gregset): Use regcache_collect.
12633 (fetch_inferior_registers): Only fetch integer registers
12634 if requested to do so. Add support for XMM registers
12635 using PT_GETXMMREGS.
12636 (store_inferior_registers): Only store integer registers
12637 if requested to do so. Add support for XMM registers
12638 using PT_SETXMMREGS.
12639 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12640 (store_inferior_registers): Remove.
12641 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12642 (fetch_elfcore_registers): New function.
12643 (i386nbsd_elfcore_fns): New.
12644 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12645 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12646 i386bsd-nat.o.
12647 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12648 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12649 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12650 * config/i386/tm-nbsd.h: Update copyright years.
12651 (HAVE_SSE_REGS): Define.
12652 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12653 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12654 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12655 (SIGCONTEXT_PC_OFFSET): Remove.
12656 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12657
a752853e
AC
126582002-01-05 Andrew Cagney <ac131313@redhat.com>
12659
12660 * configure.tgt: Remove powerpc-*-macos* target.
12661 * config/m68k/xm-mpw.h: Delete file.
12662 * config/xm-mpw.h: Delete file.
12663 * ser-mac.c: Delete file.
12664 * mpw-make.sed: Delete file.
12665 * mpw-config.in: Delete file.
12666 * mac-xdep.c: Delete file.
12667 * mac-gdb.r: Delete file.
12668 * mac-defs.h: Delete file.
12669 * mac-nat.c: Delete file.
12670 * config/powerpc/macos.mh: Delete file.
12671 * config/powerpc/macos.mt: Delete file.
12672 * config/powerpc/nm-macos.h: Delete file.
12673 * config/powerpc/tm-macos.h: Delete file.
12674 * source.c (openp, open_source_file): Remove obsolete code.
12675 * top.c (gdb_readline): Ditto.
12676 * utils.c (query): Ditto.
12677 * event-top.c (display_gdb_prompt): Ditto.
12678 * Makefile.in (ser-mac.o): Delete obsolete target.
12679 * NEWS: Update.
12680
d7449b42
AC
126812002-01-04 Andrew Cagney <ac131313@redhat.com>
12682
12683 * defs.h (BIG_ENDIAN): Delete macro definition.
12684 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12685 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12686 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12687 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12688 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12689 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12690 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12691 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12692 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12693 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12694 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12695 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12696 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12697 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12698 * gdbarch.c: Re-generate.
12699
356374e8
DJ
127002002-01-04 Daniel Jacobowitz <drow@mvista.com>
12701
12702 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12703 for core files.
12704
a2b8f8f8
JT
127052002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12706
12707 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12708
12466af9
AC
127092002-01-04 Andrew Cagney <ac131313@redhat.com>
12710
12711 * value.h (value_ptr): Delete typedef.
12712
3549ab40
JT
127132002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12714
12715 * i386nbsd-nat.c: Update copyright years.
12716 Include i386-tdep.h.
12717
fedbd091
EZ
127182002-01-04 Elena Zannoni <ezannoni@redhat.com>
12719
12720 * stabsread.c: Update copyright years.
12721
12722 From Debashis Mahata <debashis.mahata@wipro.com>:
12723 (read_struct_fields): Deal with Sun C compiler erroneous stab
12724 output for structs and unions.
fec8b34f 12725 Fix PR gdb/269.
fedbd091 12726
eb43544b
DJ
127272002-01-04 Daniel Jacobowitz <drow@mvista.com>
12728
12729 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12730 prototype.
12731
1514d34e
DJ
127322002-01-04 Daniel Jacobowitz <drow@mvista.com>
12733
12734 * cp-abi.c: Fix whitespace.
12735 (baseclass_offset): New wrapper function.
12736 * cp-abi.h (baseclass_offset): Add prototype.
12737 (struct cp_abi_ops): Add baseclass_offset pointer.
12738
12739 * valops.c (vb_match): Move to...
12740 * gnu-v2-abi.c (vb_match): here.
12741 * valops.c (baseclass_offset): Move to...
12742 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12743
12744 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12745
12746 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12747 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12748 * hpacc-abi.c (init_hpacc_ops): Likewise.
12749
7f8c9282
DJ
127502002-01-04 Daniel Jacobowitz <drow@mvista.com>
12751
12752 * valops.c (find_overload_match): Accept obj as a
12753 reference parameter. Update it before returning.
12754 * value.h (find_overload_match): Update prototype.
12755 * eval.c (evaluate_subexp_standard): Pass object to
12756 find_overload_match by reference.
12757
f23631e4
AC
127582002-01-03 Andrew Cagney <ac131313@redhat.com>
12759
12760 * valarith.c: Replace value_ptr with struct value pointer. Remove
12761 register attribute from value declarations.
12762 * valops.c: Ditto.
12763 * value.h: Ditto.
12764 * scm-lang.c (scm_lookup_name): Ditto.
12765
79e10fab 127662002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 12767
79e10fab
AC
12768 Abstract the functionality of iterating over mapped memory
12769 regions into a general purpose iterator function.
abf22e64 12770 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
12771 iterator for memory sections.
12772 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12773 (solib_mappings_callback): New function, callback for above.
12774 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12775 (info_mappings_callback): New function, callback for above.
12776
12777 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12778
c5ad026a
MK
127792002-01-01 Mark Kettenis <kettenis@gnu.org>
12780
d2a7c97a
MK
12781 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12782 * i386-tdep.c: Include "elf-bfd.h".
12783 (process_note_abi_tag_sections): New function.
12784 (i386_gdbarch_init): Add code to recognize various OS/ABI
12785 combinations.
12786
c5ad026a
MK
12787 * maint.c (_initialize_maint_cmds): Add missing \ in
12788 string-literal.
12789
a1a5b71e 12790For older changes see ChangeLog-2001
c906108c
SS
12791\f
12792Local Variables:
12793mode: change-log
12794left-margin: 8
12795fill-column: 74
12796version-control: never
12797End:
This page took 0.924168 seconds and 4 git commands to generate.