Fix tipo in changelog.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-11-28 Andrew Cagney <ac131313@redhat.com>
2
3 * frame.c (pc_notcurrent): New function.
4 (find_frame_sal): New function.
5 * frame.h (find_frame_sal): Declare.
6 (struct symtab_and_line): Add opaque declaration.
7 * stack.c (print_frame_info_base): Use find_frame_sal instead of
8 find_pc_line.
9 (frame_info): Ditto.
10 * ada-lang.c (find_printable_frame): Ditto.
11
12 2002-11-28 J. Brobecker <brobecker@gnat.com>
13
14 * configure.in: Check that the pthdebug library is recent enough
15 before enabling thread support on native AiX.
16 * configure: Regenerate.
17
18 * config/powerpc/aix432.mh (NATDEPFILES): Remove aix-thread.o
19 from the list of object files as it is now appended by configure
20 if thread support is enabled.
21 (NAT_CLIBS): Removed as -lpthdebug is also appended by configure
22 if thread support is enabled.
23
24 2002-11-28 Andrew Cagney <cagney@redhat.com>
25
26 * stack.c (get_selected_block): In-line get_current_block.
27 * frame.h (get_current_block): Delete declaration.
28 * blockframe.c (get_current_block): Delete function.
29
30 2002-11-28 Andrew Cagney <ac131313@redhat.com>
31
32 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Rename
33 USE_GENERIC_DUMMY_FRAMES.
34 * gdbarch.h, gdbarch.c: Regenerate.
35 * valops.c, frame.c: Update.
36 * config/z8k/tm-z8k.h, config/mn10200/tm-mn10200.h: Update.
37 * config/m32r/tm-m32r.h, config/h8500/tm-h8500.h: Update.
38 * config/pa/tm-hppa.h, blockframe.c: Update.
39 * vax-tdep.c, sparc-tdep.c, ns32k-tdep.c: Ditto.
40 * m68k-tdep.c, alpha-tdep.c: Ditto.
41
42 * arm-tdep.c: Eliminate USE_GENERIC_DUMMY_FRAMES as always 1.
43 * mips-tdep.c: Ditto.
44
45 2002-11-27 Andrew Cagney <ac131313@redhat.com>
46
47 * gdbarch.sh (CALL_DUMMY_LOCATION): Default to AT_ENTRY_POINT.
48 (USE_GENERIC_DUMMY_FRAMES): Default to true.
49 (PC_IN_CALL_DUMMY): Default to generic_pc_in_call_dummy.
50 * gdbarch.c, gdbarch.h: Re-generate.
51 * inferior.h (USE_GENERIC_DUMMY_FRAMES): Delete macro definition.
52 (CALL_DUMMY_LOCATION): Delete macro definition.
53 (PC_IN_CALL_DUMMY): Delete macro definitions.
54
55 * arm-tdep.c (arm_gdbarch_init): Do not set pc_in_call_dummy,
56 default is already generic_pc_in_call_dummy.
57 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
58 * v850-tdep.c (v850_gdbarch_init): Ditto.
59 * sh-tdep.c (sh_gdbarch_init): Ditto.
60 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
61 * mips-tdep.c (mips_gdbarch_init): Ditto.
62 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
63 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
64 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
65 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
66 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
67 * avr-tdep.c (avr_gdbarch_init): Ditto.
68
69 * arm-tdep.c (arm_gdbarch_init): Do not set
70 use_generic_dummy_frames, default is already 1.
71 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
72 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
73 * v850-tdep.c (v850_gdbarch_init): Ditto.
74 * sh-tdep.c (sh_gdbarch_init): Ditto.
75 * s390-tdep.c (s390_gdbarch_init): Ditto.
76 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
77 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
78 * mips-tdep.c (mips_gdbarch_init): Ditto.
79 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
80 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
81 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
82 * i386-tdep.c (i386_gdbarch_init): Ditto.
83 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
84 * frv-tdep.c (frv_gdbarch_init): Ditto.
85 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
86 * cris-tdep.c (cris_gdbarch_init): Ditto.
87 * avr-tdep.c (avr_gdbarch_init): Ditto.
88
89 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
90 call_dummy_location, default is already AT_ENTRY_POINT.
91 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
92 * v850-tdep.c (v850_gdbarch_init): Ditto.
93 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
94 * sh-tdep.c (sh_gdbarch_init): Ditto.
95 * s390-tdep.c (s390_gdbarch_init): Ditto.
96 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
97 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
98 * mips-tdep.c (mips_gdbarch_init): Ditto.
99 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
100 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
101 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
102 * i386-tdep.c (i386_gdbarch_init): Ditto.
103 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
104 * frv-tdep.c (frv_gdbarch_init): Ditto.
105 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
106 * cris-tdep.c (cris_gdbarch_init): Ditto.
107 * avr-tdep.c (avr_gdbarch_init): Ditto.
108 * arm-tdep.c (arm_gdbarch_init): Ditto.
109 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
110
111 2002-11-28 Andrew Cagney <cagney@redhat.com>
112
113 * frame.h: Update comments on set_current_frame, create_new_frame,
114 flush_cached_frames, reinit_frame_cache, select_frame and
115 selected_frame.
116
117 2002-11-27 Andrew Cagney <cagney@redhat.com>
118
119 * config/z8k/tm-z8k.h (PC_IN_CALL_DUMMY): Update definition to use
120 deprecated pc_in_call_dummy function.
121 * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Ditto.
122 * config/sparc/tm-sp64.h (PC_IN_CALL_DUMMY): Ditto.
123 * config/pa/tm-hppa.h (PC_IN_CALL_DUMMY): Ditto.
124 * config/mn10200/tm-mn10200.h (PC_IN_CALL_DUMMY): Ditto.
125 * config/h8500/tm-h8500.h (PC_IN_CALL_DUMMY): Ditto.
126
127 2002-11-26 Martin M. Hunt <hunt@redhat.com>
128
129 * Makefile.in: Remove Tix dependencies.
130 * acinclude.m4: Ditto.
131 * aclocal.m4: Ditto.
132 * configure.in: Ditto.
133 * configure: Regenerated.
134
135 2002-11-26 Andrew Cagney <ac131313@redhat.com>
136
137 * gdbarch.sh (TARGET_FLOAT_FORMAT): Print the float format name.
138 (TARGET_DOUBLE_FORMAT, TARGET_LONG_DOUBLE_FORMAT): Ditto.
139 * gdbarch.c: Re-generate.
140
141 2002-11-26 Andrew Cagney <ac131313@redhat.com>
142
143 * config/h8500/tm-h8500.h (CALL_DUMMY_LOCATION): Define as ON_STACK.
144 (USE_GENERIC_DUMMY_FRAMES): Define as zero.
145 (PC_IN_CALL_DUMMY): Define as pc_in_call_dummy_on_stack.
146 * config/mn10200/tm-mn10200.h (PC_IN_CALL_DUMMY): Define as
147 pc_in_call_dummy_at_entry_point.
148 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Define as ON_STACK.
149 (USE_GENERIC_DUMMY_FRAMES): Define as zero.
150 (PC_IN_CALL_DUMMY): Define as pc_in_call_dummy_on_stack.
151 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Delete undefine.
152 * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Define as
153 pc_in_call_dummy_on_stack.
154 * config/sparc/tm-sp64.h (PC_IN_CALL_DUMMY): Redefine as
155 pc_in_call_dummy_at_entry_point and pc_in_call_dummy_on_stack.
156 * config/z8k/tm-z8k.h (CALL_DUMMY_LOCATION): Define as ON_STACK.
157 (USE_GENERIC_DUMMY_FRAMES): Define as zero.
158 (PC_IN_CALL_DUMMY): Defile as pc_in_call_dummy_on_stack.
159
160 2002-11-26 Andrew Cagney <ac131313@redhat.com>
161
162 * inferior.h (deprecated_pc_in_call_dummy_before_text_end): Rename
163 pc_in_call_dummy_before_text_end
164 (deprecated_pc_in_call_dummy_after_text_end): Rename
165 pc_in_call_dummy_after_text_end.
166 (deprecated_pc_in_call_dummy_on_stack): Rename
167 pc_in_call_dummy_on_stack.
168 (deprecated_pc_in_call_dummy_at_entry_point): Rename
169 pc_in_call_dummy_at_entry_point.
170 * m68k-tdep.c (m68k_gdbarch_init): Update.
171 * s390-tdep.c (s390_gdbarch_init): Update.
172 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
173 * vax-tdep.c (vax_gdbarch_init): Update.
174 * sparc-tdep.c (sparc_gdbarch_init): Update.
175 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
176 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
177 * i386-tdep.c (i386_gdbarch_init): Update.
178 * frv-tdep.c (frv_gdbarch_init): Update.
179 * cris-tdep.c (cris_gdbarch_init): Update.
180 * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Update.
181 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
182 (deprecated_pc_in_call_dummy_after_text_end)
183 (deprecated_pc_in_call_dummy_on_stack)
184 (deprecated_pc_in_call_dummy_at_entry_point): Update.
185 * alpha-tdep.c (alpha_gdbarch_init): Update.
186
187 2002-11-25 Daniel Jacobowitz <drow@mvista.com>
188
189 * acconfig.h (HAVE_PREAD64): Add.
190 * configure.in: Check for pread64.
191 * config.in: Regenerated.
192 * configure: Regenerated.
193 * lin-lwp.c (lin_lwp_xfer_memory): Call linux_proc_xfer_memory.
194 * linux-proc.c (linux_proc_xfer_memory): New function.
195 * config/nm-linux.h (linux_proc_xfer_memory): Add prototype.
196
197 2002-11-25 David Carlton <carlton@math.stanford.edu>
198
199 * dwarf2read.c (scan_partial_symbols): Descend into namespace
200 pdi's with no name.
201
202 2002-11-25 Andrew Cagney <ac131313@redhat.com>
203
204 * MAINTAINERS: Mark h8500 as broken. Breakage occured Fri Nov 5
205 16:32:04 1999 Andrew Cagney <cagney@b1.cygnus.com>.
206
207 2002-11-25 Jim Blandy <jimb@redhat.com>
208
209 * symfile.c (init_objfile_sect_indices): New function.
210 (default_symfile_offsets): Move the section-index-initializing
211 stuff into init_objfile_sect_indices, and call that.
212
213 * symtab.h (SIZEOF_N_SECTION_OFFSETS): New macro.
214 (SIZEOF_SECTION_OFFSETS): Use SIZEOF_N_SECTION_OFFSETS.
215
216 * symfile.c (syms_from_objfile): Adjust indentation.
217
218 * symfile.c (symbol_file_add): Flush gdb_stdout even if from_tty
219 || info_verbose isn't true.
220
221 2002-11-24 Andrew Cagney <ac131313@redhat.com>
222
223 * gdbarch.sh (FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Change
224 default to get_frame_base.
225 * gdbarch.h, gdbarch.c: Regenerate.
226 * arch-utils.c (default_frame_address): Delete function.
227 * arch-utils.h (default_frame_address): Delete declaration
228
229 2002-11-24 Pierre Muller <muller@ics.u-strasbg.fr>
230
231 * varobj.c (find_frame_addr_in_frame_chain):
232 Use get_frame_base instead of FRAME_FP,
233 obvious fix.
234
235 2002-11-19 Andrew Cagney <ac131313@redhat.com>
236
237 * frame.h (FRAME_FP): Delete macro.
238 (get_frame_base): New function declaration.
239 * frame.c (get_frame_base): New function.
240 (get_frame_id): Use ->frame.
241 (frame_find_by_id): Rewrite to use get_frame_id.
242 * blockframe.c: Use get_frame_base instead of FRAME_FP.
243 * cris-tdep.c, d10v-tdep.c, findvar.c, h8500-tdep.c: Ditto.
244 * hppa-tdep.c, i386-tdep.c, infcmd.c, infrun.c: Ditto.
245 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
246 * mn10200-tdep.c, mn10300-tdep.c, rs6000-tdep.c: Ditto.
247 * sh-tdep.c, sparc-tdep.c, stack.c, tracepoint.c: Ditto.
248 * v850-tdep.c, valops.c, z8k-tdep.c: Ditto.
249
250 2002-11-24 Andrew Cagney <ac131313@redhat.com>
251
252 * arm-tdep.c (arm_gdbarch_init): Do not set get_saved_register.
253
254 2002-11-24 Andrew Cagney <ac131313@redhat.com>
255
256 * frame.c (set_unwind_by_pc): Revert change below, use
257 PC_IN_CALL_DUMMY.
258 (get_prev_frame): Ditto.
259
260 2002-11-24 Andrew Cagney <ac131313@redhat.com>
261
262 * dummy-frame.c (pc_in_dummy_frame): New function.
263 (generic_pc_in_call_dummy): Call pc_in_dummy_frame.
264 (find_dummy_frame): Update comment.
265 (generic_pop_current_frame): Use get_frame_type.
266 * dummy-frame.h (pc_in_dummy_frame): Declare.
267 * frame.c (set_unwind_by_pc): Use pc_in_dummy_frame.
268 (create_new_frame): Use pc_in_dummy_frame.
269 (get_prev_frame): Use pc_in_dummy_frame.
270 (frame_saved_regs_register_unwind): Use get_prev_frame.
271 (deprecated_generic_get_saved_register): Use get_prev_frame.
272
273 2002-11-23 Andrew Cagney <ac131313@redhat.com>
274
275 * blockframe.c (find_frame_addr_in_frame_chain): Move function
276 from here ...
277 * varobj.c (find_frame_addr_in_frame_chain): ... to here.
278 (varobj_create): Note that frame ID should be used.
279 * frame.h (find_frame_addr_in_frame_chain): Delete declaration.
280
281 2002-11-23 Andrew Cagney <ac131313@redhat.com>
282
283 * breakpoint.c: Include "gdb_assert.h".
284 (deprecated_frame_in_dummy): Assert that generic dummy frames are
285 not being used.
286 * Makefile.in (breakpoint.o): Update dependencies.
287 * ada-lang.c (find_printable_frame): Use get_frame_type instead of
288 deprecated_frame_in_dummy.
289 * stack.c (print_frame_info_base): Ditto.
290 (frame_info): Ditto.
291 (print_frame_info_base): Ditto. Delete dead code.
292
293 2002-11-23 Andreas Schwab <schwab@suse.de>
294
295 * Makefile.in (m68k_tdep_h): Define.
296 (abug-rom.o, cpu32bug-rom.o, dbug-rom.o, m68k-tdep.o, m68klinux-nat.o)
297 (remote-est.o, rom68k-rom.o): Add $(m68k_tdep_h).
298 * m68k-tdep.c: Move register number enum ...
299 * m68k-tdep.h: ... to this new file and rename the constants from
300 E_* to M68K_*. All uses changed.
301 * config/m68k/tm-m68k.h (D0_REGNUM, A0_REGNUM): Remove definitions.
302 * abug-rom.c: Include "m68k-tdep.h". Use
303 M68K_D0_REGNUM/M68K_A0_REGNUM instead of D0_REGNUM/A0_REGNUM.
304 * cpu32bug-rom.c: Likewise.
305 * dbug-rom.c: Likewise.
306 * m68k-tdep.c: Likewise.
307 * m68klinux-nat.c: Likewise.
308 * remote-est.c: Likewise.
309 * rom68k-rom.c: Likewise.
310 * config/m68k/tm-linux.h: Likewise.
311
312 2002-11-23 Andrew Cagney <ac131313@redhat.com>
313
314 * arm-tdep.c (arm_gdbarch_init): Remove old style non-generic
315 dummy frame initialization code.
316 * mips-tdep.c (mips_gdbarch_init): Ditto.
317
318 2002-11-22 Christopher Faylor <cgf@redhat.com>
319
320 * win32-nat.c (child_attach): Reset saw_create counter or subsequent
321 attach will hang.
322
323 2002-11-22 Andrew Cagney <ac131313@redhat.com>
324
325 * gdbarch.sh (FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Default
326 to default_frame_address.
327 * gdbarch.h, gdbarch.c: Re-generate.
328
329 * d10v-tdep.c (d10v_gdbarch_init): Do not set frame_args_address
330 or frame_locals_address to default_frame_address.
331 * m68k-tdep.c (m68k_gdbarch_init): Update.
332 * i386-tdep.c (i386_gdbarch_init): Update.
333 * frv-tdep.c (frv_gdbarch_init): Update.
334 * sh-tdep.c (sh_gdbarch_init): Update.
335 * v850-tdep.c (v850_gdbarch_init): Update.
336 * sparc-tdep.c (sparc_gdbarch_init): Update.
337 * mips-tdep.c (mips_gdbarch_init): Update.
338 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
339 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
340 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
341
342 * cris-tdep.c (cris_frame_args_address): Delete function.
343 (cris_frame_locals_address): Delete function.
344 (cris_gdbarch_init): Do not set frame_args_address or
345 frame_locals_address.
346
347 2002-11-22 Michael Snyder <msnyder@redhat.com>
348
349 * thread-db.c (thread_db_load): Tell the user what's going on
350 if dlopen fails on libthread_db.
351
352 2002-11-23 Andreas Schwab <schwab@suse.de>
353
354 * m68k-tdep.c (m68k_register_virtual_type): Use architecture
355 invariant return values.
356
357 2002-11-22 Andreas Schwab <schwab@suse.de>
358
359 * valops.c (value_slice): Move declaration of `offset' to avoid
360 warning.
361
362 2002-11-22 Christopher Faylor <cgf@redhat.com>
363
364 * win32-nat.c (psapi_get_dll_name): Fix a compiler warning.
365 (struct so_stuff): Add end_addr field.
366 (register_loaded_dll): Calculate and store end address of loaded dll.
367 (solib_address): New function.
368 (child_solib_loaded_library_pathname): Pass carefully constructed
369 section info to safe_symbol_file_add rather than ignoring it.
370 (get_child_debug_event): Call re_enable_breakpoints_in_shlibs when a
371 DLL is loaded.
372 (do_initial_child_stuff): Call disable_breakpoints_in_shlibs.
373 (child_create_inferior): Fix a compiler warning.
374 * config/i386/tm-cygwin.h (PC_SOLIB): Define new macro.
375 (solib_address): Declare new function.
376
377 2002-11-22 Andreas Schwab <schwab@suse.de>
378
379 * m68k-tdep.c (m68k_register_virtual_type): Return int for SR, FPC
380 and FPS registers.
381
382 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
383
384 * maint.c (_initialize_maint_cmds): Fix typo. From
385 Francesco Potorti` <pot@gnu.org>.
386
387 2002-11-21 Andrew Cagney <cagney@redhat.com>
388
389 * mips-tdep.c (mips_dump_tdep): Delete references to
390 GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
391 * config/mips/tm-mips.h (GDB_TARGET_MASK_DISAS_PC): Delete macro.
392 (GDB_TARGET_UNMASK_DISAS_PC): Delete macro.
393 * printcmd.c (build_address_symbolic): Delete calls to
394 GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
395 (address_info): Ditto.
396 Fix PR gdb/773.
397
398 2002-11-19 Klee Dienes <kdienes@apple.com>
399 Adam Fedor <fedor@gnu.org>
400
401 * completer.c (skip_quoted_chars): Renamed from skip_chars. Add
402 the ability to explicitly specify the quote characters and word
403 break characters; if NULL is specified for either, use the old
404 behavior of using the characters used by the completer.
405 (skip_chars): New function. Convenience wrapper around
406 skip_quoted_chars to provide the original skip_chars behavior.
407 * completer.h (skip_quoted_chars): Add prototype.
408
409 2002-11-19 Andrew Cagney <ac131313@redhat.com>
410
411 Problems reported by Paul Eggert.
412 * gdbarch.sh: Use `sort -k 3`. Fix PR gdb/527.
413
414 2002-11-19 Andreas Schwab <schwab@suse.de>
415
416 * m68klinux-nat.c (IS_SIGTRAMP, IS_RT_SIGTRAMP)
417 (m68k_linux_in_sigtramp, SIGCONTEXT_PC_OFFSET)
418 (UCONTEXT_PC_OFFSET, m68k_linux_sigtramp_saved_pc)
419 (m68k_linux_frame_saved_pc): Move to ...
420 * m68klinux-tdep.c: ... here. New file.
421 * Makefile.in (m68klinux-tdep.o): Add dependencies.
422 * config/m68k/linux.mt (TDEPFILES): Add m68klinux-tdep.o.
423
424 2002-11-19 Adam Fedor <fedor@gnu.org>
425
426 * objc-exp.y: Revert to old skip_quoted usage.
427
428 2002-11-19 Adam Fedor <fedor@gnu.org>
429
430 * Makefile.in (SFILES): Add objc-exp.y objc-lang.c.
431 (objc_lang_h): Define.
432 (YYFILES): Add objc-exp.tab.c.
433 (local-maintainer-clean): Remove objc-exp.tab.c.
434 (objc-exp.tab.c, objc-exp.tab.o, objc-lang.o): New target.
435
436 2002-11-19 Pierre Muller <muller@ics.u-strasbg.fr>
437
438 * p-exp.y (typecast rule): Add automatic dereference of
439 pascal classes if needed.
440 (THIS): Set current_type.
441 Automatically dereference pascal classes.
442 (typebase rule): Add ^typebase recognition.
443
444 2002-11-18 Adam Fedor <fedor@gnu.org>
445
446 * expprint.c (print_subexp): Handle OP_OBJC_NSSTRING,
447 OP_OBJC_MSGCALL, and OP_OBJC_SELF.
448 (op_name): Handle OP_OBJC_SELF.
449 * Makefile.in (expprint.o): Add additional depends.
450
451 2002-11-18 Adam Fedor <fedor@gnu.org>
452
453 * expression.h: Rename ObjC ops to OP_OBJC_MSGCALL,
454 OP_OBJC_SELECTOR, OP_OBJC_NSSTRING, and OP_OBJC_SELF.
455 * parse.c (length_of_subexp, prefixify_subexp): Likewise.
456 * objc-exp.y: Likewise.
457
458 2002-11-18 Adam Fedor <fedor@gnu.org>
459
460 * gdb/parser-defs.h: (struct objc_class_str): New structure
461 for parsing ObjC classes.
462
463 2002-11-18 Andrew Cagney <ac131313@redhat.com>
464
465 * stack.c (frame_relative_level): Copy function from here ...
466 * frame.c (frame_relative_level): ...to here.
467
468 2002-11-18 Andrew Cagney <ac131313@redhat.com>
469
470 * frame.h (enum frame_type): Define.
471 (get_frame_type): Declare.
472 (struct frame_info): Add field `type'. Delete field
473 signal_handler_caller.
474 (deprecated_set_frame_signal_handler_caller): Declare.
475 * frame.c (get_frame_type): New function.
476 (deprecated_set_frame_type): New function.
477 (create_new_frame): Set the frame's type.
478 (get_prev_frame): Similar.
479 * sparc-tdep.c: Use get_frame_type instead of signal_handler_caller.
480 * s390-tdep.c: Ditto.
481 * m68klinux-nat.c: Ditto.
482 * ns32k-tdep.c: Ditto.
483 * x86-64-linux-tdep.c: Ditto.
484 * vax-tdep.c: Ditto.
485 * rs6000-tdep.c: Ditto.
486 * ppc-linux-tdep.c: Ditto.
487 * i386-interix-tdep.c: Ditto.
488 * mips-tdep.c: Ditto.
489 * m68k-tdep.c: Ditto.
490 * hppa-tdep.c: Ditto.
491 * ia64-tdep.c: Ditto.
492 * cris-tdep.c: Ditto.
493 * arm-tdep.c: Ditto.
494 * alpha-tdep.c: Ditto.
495 * i386-tdep.c: Ditto.
496 * stack.c: Ditto.
497 * ada-lang.c: Ditto.
498 * blockframe.c: Update.
499 * i386-interix-tdep.c (i386_interix_back_one_frame): Use
500 deprecated_set_frame_type instead of signal_handler_caller.
501 * ppc-linux-tdep.c (ppc_linux_init_extra_frame_info): Ditto.
502 * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
503 * breakpoint.h: Delete FIXME suggesting get_frame_type.
504
505 2002-11-18 Klee Dienes <kdienes@apple.com>
506
507 * Makefile.in (buildsym.o): Add dependency for gdb_assert.h.
508
509 2002-11-18 Klee Dienes <kdienes@apple.com>
510
511 * buildsym.c (pop_context): Add comment.
512
513 2002-11-18 Klee Dienes <kdienes@apple.com>
514
515 * buildsym.h (pop_context): Convert to function, defined in
516 buildsym.c.
517 * buildsym.c: Include gdb_assert.h.
518 (pop_context): Implement as C function. Add check for stack
519 underflow.
520 * dbxread.c (process_one_symbol): Complain and stop processing
521 that symbol if we are already at the top of the context stack for
522 a function-end N_FUN (this would imply an umatched RBRAC). Ditto
523 when processing N_RBRAC.
524
525 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
526
527 * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_INFERIOR_BY_CLONE): Don't
528 define.
529 (struct target_waitstatus): Add opaque definition.
530 * corelow.c (init_core_ops): Don't set to_clone_and_follow_inferior.
531 * exec.c (init_exec_ops): Likewise.
532 * fork-child.c (clone_and_follow_inferior): Remove.
533 * hppah-nat.c (child_post_follow_inferior_by_clone): Remove.
534 * inferior.h (clone_and_follow_inferior): Remove prototype.
535 * infrun.c (follow_fork_mode_both): Remove.
536 (follow_fork_mode_kind_names): Remove commented out "both".
537 (follow_inferior_fork): Remove follow_fork_mode_both support.
538 * inftarg.c (child_clone_and_follow_inferior): Remove.
539 (child_post_follow_inferior_by_clone): Remove.
540 (init_child_ops): Don't set to_clone_and_follow_inferior
541 or to_post_follow_inferior_by_clone.
542 * target.c (default_clone_and_follow_inferior): Remove.
543 (cleanup_target): Don't set to_clone_and_follow_inferior
544 or to_post_follow_inferior_by_clone.
545 (find_default_clone_and_follow_inferior): Remove.
546 (init_dummy_target): Don't set to_clone_and_follow_inferior.
547 (debug_to_clone_and_follow_inferior): Remove.
548 (debug_to_post_follow_inferior_by_clone): Remove.
549 (setup_target_debug): Don't set to_clone_and_follow_inferior
550 or to_post_follow_inferior_by_clone.
551 * target.h (struct target_ops): Remove to_clone_and_follow_inferior
552 and to_post_follow_inferior_by_clone.
553 (child_clone_and_follow_inferior): Remove prototype.
554 (child_post_follow_inferior_by_clone): Remove prototype.
555 (target_clone_and_follow_inferior): Remove macro.
556 (target_post_follow_inferior_by_clone): Remove macro.
557 (find_default_clone_and_follow_inferior): Remove prototype.
558
559 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
560
561 * breakpoint.c (bpstat_stop_status): Call inferior_has_forked,
562 inferior_has_vforked, and inferior_has_execd instead of
563 target_has_forked, target_has_vforked, and target_has_execd.
564 * config/pa/nm-hppah.h (CHILD_HAS_FORKED, CHILD_HAS_VFORKED)
565 (CHILD_HAS_EXECD, CHILD_HAS_SYSCALL_EVENT): Don't define.
566 (CHILD_WAIT): Define.
567 (child_wait): Add prototype.
568 * hppah-nat.c (hpux_has_forked): Rename from child_has_forked.
569 Add prototype.
570 (hpux_has_vforked): Likewise, from child_has_vforked.
571 (hpux_has_execd): Likewise, from child_has_execd.
572 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
573 (not_same_real_pid, child_wait): New, copied from inftarg.c.
574 Call hpux_has_forked, hpux_has_vforked, hpux_has_execd,
575 and hpux_has_syscall_event instead of the target hooks.
576 * infrun.c (inferior_has_forked, inferior_has_vforked)
577 (inferior_has_execd): New functions.
578 * inftarg.c (not_same_real_pid): Remove.
579 (child_wait): Remove references to not_same_real_pid,
580 target_has_forked, target_has_vforked, target_has_execd,
581 and target_has_syscall_event.
582 (child_has_forked, child_has_vforked, child_has_execd)
583 (child_has_syscall_event): Remove.
584 (init_child_ops): Remove references to child_has_forked,
585 child_has_vforked, child_has_execd, and child_has_syscall_event.
586 * infttrace.c (hpux_has_forked): Rename from child_has_forked.
587 (hpux_has_vforked): Likewise, from child_has_vforked.
588 (hpux_has_execd): Likewise, from child_has_execd.
589 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
590 * target.c (cleanup_target): Remove references to
591 to_has_forked, to_has_vforked, to_has_execd, and
592 to_has_syscall_event.
593 (update_current_target): Likewise.
594 (setup_target_debug): Likewise.
595 (debug_to_has_forked): Remove.
596 (debug_to_has_vforked): Remove.
597 (debug_to_has_execd): Remove.
598 (debug_to_has_syscall_event): Remove.
599 * target.h (struct target_ops): Remove to_has_forked.
600 to_has_vforked, to_has_execd, and to_has_syscall_event.
601 (child_has_forked, child_has_vforked, child_has_execd)
602 (child_has_syscall_event): Remove prototypes.
603 (inferior_has_forked, inferior_has_vforked, inferior_has_execd): Add
604 prototypes.
605 (target_has_forked, target_has_vforked, target_has_execd)
606 (target_has_syscall_event): Remove macros.
607
608 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
609
610 * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
611 * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove.
612 (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec.
613 * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove.
614 * target.c (cleanup_target): Remove reference to
615 to_can_follow_vfork_prior_to_exec.
616 (update_current_target): Likewise.
617 (debug_to_can_follow_vfork_prior_to_exec): Remove.
618 (setup_target_debug): Remove reference to
619 to_can_follow_vfork_prior_to_exec.
620 * target.h (struct target_ops): Remove
621 to_can_follow_vfork_prior_to_exec.
622 (child_can_follow_vfork_prior_to_exec): Remove prototype.
623 (target_can_follow_vfork_prior_to_exec): Remove definition.
624 * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't
625 define.
626 * infrun.c (follow_vfork_when_exec): Remove.
627 (follow_inferior_fork): Remove references to follow_vfork_when_exec.
628 (follow_exec): Likewise.
629 (handle_inferior_event): Likewise.
630 (keep_going): Likewise.
631
632 2002-11-15 Andrew Cagney <cagney@redhat.com>
633
634 * frame.c (generic_unwind_get_saved_register): Make static.
635 * frame.h (generic_unwind_get_saved_register): Delete declaration.
636 * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
637 defaults to generic_unwind_get_saved_register.
638 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
639 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
640 * frv-tdep.c (frv_gdbarch_init): Ditto.
641 * i386-tdep.c (i386_gdbarch_init): Ditto.
642 * s390-tdep.c (s390_gdbarch_init): Ditto.
643 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
644 * v850-tdep.c (v850_gdbarch_init): Ditto.
645 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
646 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
647 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
648
649 2002-11-15 Andrew Cagney <cagney@redhat.com>
650
651 * x86-64-linux-nat.c (i386_sse_regnum_p): New function. Copy from
652 i386-tdep.c.
653
654 2002-11-15 Andrew Cagney <cagney@redhat.com>
655
656 * frame.h (sigtramp_saved_pc): Delete declaration.
657 * blockframe.c (sigtramp_saved_pc): Delete function.
658 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
659 (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
660 * vax-tdep.c (vax_sigtramp_saved_pc): New function.
661 (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
662
663 2002-11-15 Andrew Cagney <ac131313@redhat.com>
664
665 * frame.c (frame_pc_unwind): New function.
666 (frame_saved_regs_pc_unwind): New function.
667 (frame_register_unwind): Pass unwind_cache instead of
668 register_unwind_cache.
669 (set_unwind_by_pc): Add unwind_pc parameter, set.
670 (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
671 (get_prev_frame): Ditto.
672 * frame.h (frame_pc_unwind_ftype): Declare.
673 (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
674 pc_unwind_cache. Rename register_unwind_cache to unwind_cache.
675 (frame_pc_unwind): Declare.
676 * dummy-frame.c (dummy_frame_pc_unwind): New function.
677 (struct dummy_frame): Add comment mentioning that values are for
678 previous frame.
679 * dummy-frame.h (dummy_frame_pc_unwind): Declare.
680 * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
681 (generic_file_frame_chain_valid): Ditto.
682 * stack.c (frame_info): Ditto.
683
684 2002-11-15 David Carlton <carlton@math.stanford.edu>
685
686 * linespec.c (locate_first_half): New function.
687 (decode_line_1): Move code into locate_first_half.
688
689 2002-11-15 Andrew Cagney <ac131313@redhat.com>
690
691 * complaints.h: Add comment explaining how to eliminate a
692 deprecated_complain call.
693 * complaints.h: Fix spelling errors.
694
695 2002-11-15 David Carlton <carlton@math.stanford.edu>
696
697 * printcmd.c: Remove #include "disasm.h".
698
699 2002-11-14 Andrew Cagney <ac131313@redhat.com>
700
701 * frame.h: Move the most relevant interface functions to the start
702 of the file.
703
704 2002-11-14 Andrew Cagney <ac131313@redhat.com>
705
706 * regcache.h (deprecated_registers): Rename registers.
707 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
708 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
709 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
710 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
711 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
712 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
713 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
714 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
715 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
716 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
717 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
718 * v850ice.c: Update.
719
720 Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
721
722 * utils.c (gdb_realpath): Add comment mentioning realpath with a
723 NULL buffer.
724
725 2002-11-13 Andrew Cagney <cagney@redhat.com>
726
727 * regcache.h (deprecated_read_register_bytes): Rename
728 read_register_bytes.
729 (deprecated_write_register_bytes): Rename write_register_bytes.
730 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
731 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
732 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
733 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
734 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
735 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
736 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
737 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
738 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
739 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
740 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
741 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
742 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
743 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
744
745 2002-11-13 Jim Blandy <jimb@redhat.com>
746
747 * findvar.c (read_var_value): Doc fix.
748
749 2002-11-13 Andrew Cagney <cagney@redhat.com>
750
751 * regcache.c (struct regcache): Replace passthough_p with
752 readonly_p.
753 (regcache_xmalloc): Initialize readonly_p.
754 (build_regcache): Initialize readonly_p.
755 (regcache_save): New function.
756 (regcache_restore): New function.
757 (regcache_cpy): Re-implement using regcache_save and
758 regcache_restore.
759 (regcache_raw_read): Update.
760 (regcache_cooked_read): When a read-only cache, checked for cached
761 pseudo register values.
762 (regcache_raw_write): Assert that the cache is not read-only.
763 Remove code handling a non-passthrough cache.
764 * regcache.h (regcache_save): Declare.
765 (regcache_restore): Declare.
766
767 2002-11-13 Andrew Cagney <cagney@redhat.com>
768
769 * regcache.c (struct regcache_descr): Add fields
770 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
771 (init_legacy_regcache_descr): Compute the size of a cooked
772 register cache and then assign that to sizeof_raw_registers. Set
773 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
774 (init_legacy_regcache_descr): Ditto.
775
776 2002-11-13 Andrew Cagney <cagney@redhat.com>
777
778 * regcache.c (register_buffer): Move to near start of file, update
779 description.
780 (regcache_raw_read): Use.
781 (regcache_raw_write): Use.
782 (struct regcache): Rename raw_registers to registers and
783 raw_register_valid_p to register_valid_p.
784 (regcache_xmalloc): Update.
785 (regcache_xfree): Update.
786 (register_buffer): Update.
787 (regcache_cpy): Update.
788 (regcache_cpy_no_passthrough): Update.
789 (regcache_valid_p): Update.
790 (deprecated_grub_regcache_for_registers): Update.
791 (deprecated_grub_regcache_for_register_valid): Update.
792 (set_register_cached): Update.
793 (regcache_raw_write): Update.
794
795 2002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
796
797 * p-exp.y (name_not_typename): Use copy_name to
798 set current_type variable for fields of THIS.
799
800 2002-11-12 Daniel Jacobowitz <drow@mvista.com>
801
802 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
803 * monitor.c (init_base_monitor_ops): Likewise.
804 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
805 * remote-array.c (init_array_ops): Likewise.
806 * remote-e7000.c (init_e7000_ops): Likewise.
807 * remote-es.c (init_es1800_ops): Likewise.
808 (init_es1800_child_ops): Likewise.
809 * remote-rdp.c (init_remote_rdp_ops): Likewise.
810 * remote-sim.c (init_gdbsim_ops): Likewise.
811 * remote-st.c (init_st2000_ops): Likewise.
812 * sol-thread.c (init_sol_core_ops): Likewise.
813 (init_sol_thread_ops): Likewise.
814 * v850ice.c (init_850ice_ops): Likewise.
815 * win32-nat.c (init_child_ops): Likewise.
816 * wince.c (init_child_ops): Likewise.
817
818 2002-11-12 Andrew Cagney <ac131313@redhat.com>
819
820 * utils.c (gdb_realpath): Make rp a constant pointer.
821
822 2002-11-12 Andrew Cagney <ac131313@redhat.com>
823
824 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
825 a constant buffer; cannonicalize_file_name(); realpath() with a
826 pathconf() defined buffer, xstrdup().
827
828 2002-11-12 Andrew Cagney <ac131313@redhat.com>
829
830 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
831 to hang2.C; hang3.c to hang3.C.
832
833 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
834
835 * findvar.c (read_var_value): Reenable TLS code.
836
837 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
838 Jim Blandy <jimb@redhat.com>
839
840 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
841 * target.c (update_current_target): Add
842 to_get_thread_local_address.
843 * target.h (to_get_thread_local_address): Export.
844 (target_get_thread_local_address): Define.
845 (target_get_thread_local_address_p): Define.
846 * thread-db.c: Include solib-svr4.h.
847 (td_thr_tls_get_addr_p): Define.
848 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
849 (thread_db_get_thread_local_address): New function.
850 (init_thread_db_ops): Initialize to_get_thread_local_address.
851 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
852 * configure: Regenerate.
853 * config.in: Regenerate.
854
855 2002-11-11 David Carlton <carlton@math.stanford.edu>
856
857 * linespec.c (set_flags): New function.
858 (decode_line_1): Move code into set_flags.
859
860 2002-11-11 David Carlton <carlton@math.stanford.edu>
861
862 * linespec.c (decode_line_1): Move chunks of code to separate
863 functions.
864 (initialize_defaults): New function.
865 (decode_indirect): New function.
866
867 2002-11-11 Andrew Cagney <ac131313@redhat.com>
868
869 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
870 instead of void_code_ptr.
871 (sigtramp_saved_pc): Ditto.
872
873 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
874 i386_fp_regnum_p.
875
876 2002-11-10 Daniel Jacobowitz <drow@mvista.com>
877
878 * gdbtypes.h (struct main_type): Move artificial flag out of
879 loc. New member of ``struct field'' named static_kind. Reduce
880 overloaded meaning of bitsize.
881 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
882 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
883 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
884
885 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
886 new fields.
887 (template_to_fixed_record_type, template_to_static_fixed_type)
888 (to_record_with_fixed_variant_part): Likewise.
889 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
890 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
891 * dwarfread.c (struct_type, enum_type): Likewise.
892 * hpread.c (hpread_read_enum_type)
893 (hpread_read_function_type, hpread_read_doc_function_type)
894 (hpread_read_struct_type): Likewise.
895 * mdebugread.c (parse_symbol): Likewise.
896
897 2002-11-10 Andrew Cagney <ac131313@redhat.com>
898
899 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
900 * stack.c (print_frame_info_base): Update.
901 (print_frame_info_base, frame_info): Update.
902 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
903 (sparc_frame_saved_pc): Update.
904 * ada-lang.c (find_printable_frame): Update.
905 * breakpoint.c (deprecated_frame_in_dummy): Update.
906
907 2002-11-09 Mark Kettenis <kettenis@gnu.org>
908
909 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
910 defined.
911 (regmap): Extend to cover all registers.
912 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
913 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
914 definitions.
915 (fetch_register, sore_register): Simplify.
916 (old_fetch_inferior_registers, old_store_inferior_registers):
917 Remove functions.
918 (cannot_fetch_register, cannot_store_register): Change
919 implementation to use regmap array to decide which registers
920 cannot be fetched/stored. This removes $orig_eax from the
921 registers that cannot be fetched/stored.
922 (fetch_inferior_registers): Call fetch_register directly instead
923 of calling old_fetch_inferior_registers.
924 (store_inferior_registers): Call store_register directly instead
925 of calling old_store_inferior_registers.
926 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
927 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
928 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
929
930 2002-11-09 Klee Dienes <kdienes@apple.com>
931
932 * i387-tdep.c (i387_supply_register): When called with NULL as a
933 buffer, mark the register as not provided (to mirror the behavior
934 of supply_register).
935 (i387_supply_fxsave): Ditto.
936 (i387_supply_fsave): Ditto (inherits the behavior from
937 i387_supply_register).
938
939 2002-11-09 Klee Dienes <kdienes@apple.com>
940
941 * blockframe.c (sigtramp_saved_pc): Use
942 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
943 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
944 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
945
946 2002-11-09 Andrew Cagney <ac131313@redhat.com>
947
948 * frame.c (get_prev_frame): Test prev_p to identify a previously
949 unwound frame. Initialize prev_p.
950 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
951 comment.
952
953 2002-11-09 Andrew Cagney <ac131313@redhat.com>
954
955 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
956 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
957 more comments. Zap dead code.
958
959 2002-11-09 Mark Kettenis <kettenis@gnu.org>
960
961 * infcmd.c (print_vector_info, print_float_info): Move code that
962 checks whether the target has any registers and whether there is a
963 selected frame up, such that it is also used if a target provides
964 multi-arch definitions of these functions.
965
966 2002-11-08 Andrew Cagney <ac131313@redhat.com>
967
968 * Makefile.in (DESTDIR): Define.
969 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
970 prefix.
971
972 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
973 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
974
975 2002-11-08 Andrew Cagney <ac131313@redhat.com>
976
977 * i386-linux-tdep.c: Include "reggroups.h".
978 (i386_linux_register_reggroup_p): New function.
979 (i386_linux_init_abi): Set register_reggroup_p to
980 i386_linux_register_reggroup_p.
981 * i386-tdep.h (i386_register_reggroup_p): Declare.
982 * i386-tdep.c: Include "reggroups.h".
983 (i386_init_reggroups): New function.
984 (i386_add_reggroups): New function.
985 (i386_register_reggroup_p): New function.
986 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
987 (_initialize_i386_tdep): Call i386_init_reggroups.
988 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
989 specific reggroups.
990
991 2002-11-09 Mark Kettenis <kettenis@gnu.org>
992
993 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
994 request that's available in *BSD.
995
996 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
997
998 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
999 FDOFF_REGNUM.
1000
1001 2002-11-08 Andrew Cagney <ac131313@redhat.com>
1002
1003 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
1004 * dummy-frame.c (find_dummy_frame): Rename
1005 generic_find_dummy_frame, make static. Return the dummy frame
1006 instead of the regcache.
1007 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
1008 (cached_find_dummy_frame): New function. Use find_dummy_frame.
1009 (dummy_frame_register_unwind): Rename
1010 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
1011 * dummy-frame.h (dummy_frame_register_unwind): Rename
1012 generic_call_dummy_register_unwind.
1013
1014 2002-11-08 Mark Kettenis <kettenis@gnu.org>
1015
1016 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
1017 except the inclusion of "i386/tm-i386.h", to...
1018 * config/i386/nm-i386v42mp.h: ...here.
1019 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
1020
1021 2002-11-08 Andrew Cagney <ac131313@redhat.com>
1022
1023 * Makefile.in (frame.o): Update dependencies.
1024 * blockframe.c (current_frame, frame_obstack_alloc)
1025 (frame_saved_regs_zalloc, get_current_frame)
1026 (set_current_frame, create_new_frame)
1027 (set_unwind_by_pc, get_next_frame)
1028 (flush_cached_frames, reinit_frame_cache)
1029 (frame_saved_regs_register_unwind)
1030 (deprecated_generic_get_saved_register)
1031 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
1032 (_initialize_blockframe): Move frame code from here...
1033 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
1034 "annotate.h" and "dummy-frame.h".
1035 (_initialize_frame): New function.
1036
1037 2002-11-08 Jim Blandy <jimb@redhat.com>
1038
1039 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
1040 when we finish a function a context.
1041 * buildsym.h (outermost_context_p): New macro.
1042 (Bug analyzed by David Edelsohn.)
1043
1044 2002-11-08 Andrew Cagney <ac131313@redhat.com>
1045
1046 * blockframe.c: Include "dummy-frame.h".
1047 (struct dummy_frame, dummy_frame_stack)
1048 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
1049 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
1050 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
1051 (generic_save_call_dummy_addr, generic_pop_current_frame)
1052 (generic_pop_dummy_frame, generic_fix_call_dummy)
1053 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
1054 dummy frame code from here...
1055 * dummy-frame.c: ...to here. New file.
1056 * dummy-frame.h: New file.
1057 (generic_call_dummy_register_unwind): Declare.
1058 (generic_find_dummy_frame): Declare.
1059 * Makefile.in (SFILES): Add dummy-frame.c.
1060 (dummy-frame.o): Specify dependencies.
1061 (dummy_frame_h): Define.
1062 (COMMON_OBS): Add dummy-frame.o.
1063 (blockframe.o): Update dependencies.
1064
1065 2002-11-08 Jim Blandy <jimb@redhat.com>
1066
1067 * dwarf2read.c (read_func_scope): Restore local_symbols and
1068 param_symbols after we finish the function context. (Based on a
1069 patch from David Edelsohn.)
1070
1071 2002-11-08 David Carlton <carlton@math.stanford.edu>
1072
1073 * linespec.c (symbol_found): New function.
1074 (minsym_found): New function.
1075 (decode_line_1): Separate out some code into separate functions.
1076
1077 2002-11-08 Joel Brobecker <brobecker@gnat.com>
1078
1079 * i386-tdep.c (i386_frameless_signal_p): Make non static for
1080 the benefit of the interix target.
1081 * i386-tdep.h (i386_frameless_signal_p): Declare.
1082
1083 2002-11-08 Andrew Cagney <ac131313@redhat.com>
1084
1085 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
1086 declaration that snuck in from change below.
1087
1088 2002-11-06 Andrew Cagney <cagney@redhat.com>
1089
1090 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
1091 all callers.
1092 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
1093 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
1094 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
1095 (i386_mxcsr_regnum_p): new function. Use instead of
1096 MXCSR_REGNUM_P.
1097 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
1098 (i386_sse_regnum_p): Declare.
1099 (i386_mxcsr_regnum_p): Declare.
1100 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
1101 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
1102 (IS_FP_REGNUM): Update definition.
1103 (IS_FPU_CTRL_REGNUM): Update definition..
1104 (IS_SSE_REGNUM): Update definition..
1105 * i386v-nat.c (register_u_addr): Update.
1106 * go32-nat.c (fetch_register): Update.
1107 (store_register): Update.
1108
1109 2002-11-07 Joel Brobecker <brobecker@gnat.com>
1110
1111 Preparation work to convert the hppa targets to multiarch partial.
1112
1113 * hppa-tdep.c: Add new functions replacing macro bodies from
1114 config/pa/tm-hppa.h. These function will be used to initialize
1115 the gdbarch structure. Import some comments from tm-hppa.h,
1116 and place them where appropriate, to avoid loosing them when
1117 we cleanup this file.
1118 (hppa_reg_struct_has_addr): New function.
1119 (hppa_inner_than): New function.
1120 (hppa_stack_align): New function.
1121 (hppa_pc_requires_run_before_use): New function.
1122 (hppa_instruction_nullified): New function.
1123 (hppa_register_byte): New function.
1124 (hppa_register_virtual_type): New function.
1125 (hppa_store_struct_return): New function.
1126 (hppa_cannot_store_register): New function.
1127 (hppa_frame_args_address): New function.
1128 (hppa_frame_locals_address): New function.
1129 (hppa_smash_text_address): New function.
1130 (hppa_coerce_float_to_double): New function. Requires the inclusion
1131 of "language.h".
1132
1133 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
1134
1135 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
1136 gdbarch-eligible macro to a call to the new associated function
1137 created in hppa-tdep.c.
1138 (INNER_THAN): Likewise.
1139 (STACK_ALIGN): Likewise.
1140 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
1141 (INSTRUCTION_NULLIFIED): Likewise.
1142 (REGISTER_BYTE): Likewise.
1143 (REGISTER_VIRTUAL_TYPE): Likewise.
1144 (STORE_STRUCT_RETURN): Likewise.
1145 (CANNOT_STORE_REGISTER): Likewise.
1146 (FRAME_ARGS_ADDRESS): Likewise.
1147 (FRAME_LOCALS_ADDRESS): Likewise.
1148 (SMASH_TEXT_ADDRESS): Likewise.
1149 (COERCE_FLOAT_TO_DOUBLE): Likewise.
1150 (ABOUT_TO_RETURN): Delete, as no longer used.
1151
1152 2002-11-07 Fernando Nasser <fnasser@redhat.com>
1153
1154 * printcmd.c (disassemble_command): Remove obsolete function.
1155 (_initialize_printcmd): Do not create disassemble command here.
1156 * cli/cli-cmds.c (disassemble_command): New function. Implements
1157 disassemble command.
1158 (init_cli_cmds): Create disassemble command here instead.
1159
1160 2002-11-07 Andrew Cagney <ac131313@redhat.com>
1161
1162 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
1163
1164 2002-11-07 Andrew Cagney <ac131313@redhat.com>
1165
1166 * regcache.h (regcache_cooked_read_using_offset_hack)
1167 (regcache_cooked_write_using_offset_hack): Delete declarations.
1168 (register_changed): Delete declaration.
1169 * regcache.c (regcache_cooked_read_using_offset_hack)
1170 (regcache_cooked_write_using_offset_hack): Delete functions.
1171 (cooked_xfer_using_offset_hack): Delete function.
1172 (register_changed): Delete function.
1173
1174 2002-11-07 Jim Blandy <jimb@redhat.com>
1175
1176 * macroscope.c: #include "complaints.h".
1177 (sal_macro_scope): Cope with filenames that appear in the symtabs,
1178 but not in the macro table.
1179 * Makefile.in (macroscope.o): Record dependency.
1180
1181 2002-11-07 Joel Brobecker <brobecker@gnat.com>
1182
1183 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
1184
1185 2002-11-07 Andrew Cagney <ac131313@redhat.com>
1186
1187 * regcache.c (deprecated_registers_fetched): Update.
1188 * regcache.h (deprecated_registers_fetched): Rename
1189 registers_fetched.
1190 * remote-vxsparc.c (vx_read_register): Update.
1191 * remote-vxmips.c (vx_read_register): Update.
1192 * remote-vx68.c (vx_read_register): Update.
1193 * irix5-nat.c (fetch_core_registers): Update.
1194 * mipsm3-nat.c (fetch_inferior_registers): Update.
1195 * sun3-nat.c (fetch_inferior_registers): Update.
1196 * symm-nat.c (fetch_inferior_registers): Update.
1197 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
1198 (fetch_core_registers): Update.
1199 (fetch_kcore_registers): Update.
1200 * mips-nat.c (fetch_inferior_registers): Update.
1201 * corelow.c (get_core_registers): Update.
1202 * a68v-nat.c (fetch_inferior_registers): Update.
1203
1204 2002-11-06 Joel Brobecker <brobecker@gnat.com>
1205
1206 Put in place the framework necessary for multiarching the hppa targets.
1207 * hppa-tdep.c (hppa_gdbarch_init): New function.
1208 (hppa_dump_tdep): New function.
1209 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
1210 tdep structure dumper.
1211 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
1212 until the multi-arching conversion has partially been completed.
1213
1214 2002-11-06 Andrew Cagney <ac131313@redhat.com>
1215
1216 * valops.c (value_assign): Merge lval_register case into
1217 lval_reg_frame_relative. Use frame_register and
1218 regcache_cooked_write instead of get_saved_register and
1219 write_register_bytes. After flushing the register cache, try to
1220 re-select the selected frame.
1221
1222 2002-11-06 Andrew Cagney <ac131313@redhat.com>
1223
1224 * regcache.h (deprecated_register_valid): Rename register_valid.
1225 * regcache.c: Update.
1226 * ia64-aix-nat.c: Update.
1227 * i386gnu-nat.c: Update.
1228 * alpha-nat.c: Update.
1229 * sparc-nat.c: Update.
1230 * lynx-nat.c: Update.
1231 * remote-mips.c: Update.
1232
1233 2002-11-06 Joel Brobecker <brobecker@gnat.com>
1234
1235 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
1236 to end of file, to be more consistent with the pratice followed
1237 by other targets.
1238
1239 2002-11-06 Andrew Cagney <ac131313@redhat.com>
1240
1241 * infcmd.c: Include "reggroups.h" and <ctype.h>.
1242 (print_float_info): Print registers in float_reggroup.
1243 (print_vector_info): Print registers in vector_reggroup.
1244 (default_print_registers_info): When all, print registers in
1245 all_reggroup. Otherwize, print registers in general_reggroup.
1246 (registers_info): Rewrite. Add support for register groups.
1247 Eliminate a goto.
1248
1249 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
1250
1251 * symtab.c (methods_info): Delete. It has been ifdeffed out for
1252 ages.
1253 (symtab_symbol_info): Remove eons old ifdeffed out code.
1254 (_initialize_symtab): Remove prehistoric disabled 'info methods'
1255 command.
1256
1257 2002-11-06 Theodore A. Roth <troth@openavr.org>
1258
1259 * c-exp.y: Add missing semi-colons.
1260 * f-exp.y: Add missing semi-colons.
1261 * m2-exp.y: Add missing semi-colons.
1262 * p-exp.y: Add missing semi-colons.
1263 Add empty action to start rule to avoid a type clash error when
1264 building with bison >= 1.50.
1265
1266 2002-11-06 Jim Blandy <jimb@redhat.com>
1267
1268 * macrotab.h (struct macro_source_file): Doc fix.
1269
1270 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
1271
1272 * varobj.c (child_exists, cplus_number_of_children): Change
1273 STREQ macro references to strcmp.
1274 (cplus_name_of_child): Change code to handle the fact that
1275 fields are not necessarily contiguous with regards to their
1276 access control. This is a fix for PR gdb/792.
1277
1278 2002-11-05 Andrew Cagney <ac131313@redhat.com>
1279
1280 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
1281 * gdbarch.h, gdbarch.c: Regnerate.
1282 * frame.h (frame_register): Declare.
1283 * frame.c (frame_register): New function.
1284 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
1285 GET_SAVED_REGISTER, otherwize call
1286 generic_unwind_get_saved_register.
1287 (frame_register_read): Use frame_register instead of
1288 get_saved_register.
1289
1290 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
1291
1292 From Jim Ingham <jingham@apple.com>:
1293 * event-top.c (gdb_disable_readline): New function.
1294 (_initialize_event_loop): Move comment.
1295
1296 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
1297
1298 * event-loop.c (start_event_loop): Add comment.
1299 Update copyright.
1300
1301 2002-11-05 Andrew Cagney <ac131313@redhat.com>
1302
1303 * infcmd.c (default_print_registers_info): Do not call
1304 PRINT_REGISTER_HOOK.
1305
1306 2002-11-05 Andrew Cagney <ac131313@redhat.com>
1307
1308 * sparc-tdep.c (sparc_print_register_hook): Make static.
1309 (sparc_print_registers_info): New function.
1310 (sparc_do_registers_info): New function.
1311 (sparclet_print_registers_info): New function.
1312 (sparclet_do_registers_info): New function.
1313 (do_sparc_print_registers_info): New function.
1314 (sparc_print_registers): New static function, clone of infcmd.c's
1315 default_print_registers_info.
1316 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
1317 (sparclet_do_registers_info): Declare.
1318 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
1319 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
1320 Re-define.
1321 (sparc_do_registers_info): Declare.
1322 (PRINT_REGISTER_HOOK): Delete macro.
1323 (sparc_print_register_hook): Delete declaration.
1324
1325 2002-11-05 David Carlton <carlton@math.stanford.edu>
1326
1327 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
1328 functions.
1329 (lookup_symbol_aux_local): New function.
1330 (lookup_symbol_aux_symtabs): New function.
1331 (lookup_symbol_aux_psymtabs): New function.
1332
1333 2002-11-05 David Carlton <carlton@math.stanford.edu>
1334
1335 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
1336 previous values of 'objfile' and 'block'.
1337
1338 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
1339
1340 * values.c (value_change_enclosing_type): Set
1341 enclosing_type field correctly also for the case where
1342 more memory needs to be allocated.
1343
1344 2002-11-03 Mark Kettenis <kettenis@gnu.org>
1345
1346 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
1347 of puts_filtered.
1348
1349 * i387-tdep.c (i387_print_float_info): Replace calls to
1350 register_read and deprecated_read_register_gen with calls to
1351 frame_register_read, and make the necessary adjustments to the
1352 surrounding code.
1353
1354 2002-11-02 Andrew Cagney <ac131313@redhat.com>
1355
1356 * gdbarch.sh (register_reggroup_p): Allow default value.
1357 * gdbarch.h, gdbarch.c: Regenerate.
1358
1359 2002-11-02 Andrew Cagney <ac131313@redhat.com>
1360
1361 * regcache.h: Add coment indicating replacements for deprecated
1362 functions.
1363
1364 2002-11-02 Andrew Cagney <cagney@redhat.com>
1365
1366 * reggroups.h, reggroups.c: New files.
1367 * regcache.c: Include "reggroups.h".
1368 (enum regcache_dump_what): Add `regcache_dump_groups'.
1369 (regcache_dump): Contract size of the "Type" column. When
1370 specified, dump the register's groups.
1371 (maintenance_print_register_groups): New function.
1372 (_initialize_regcache): Add command `maint print register-groups'.
1373 * Makefile.in (COMMON_OBS): Add reggroups.o
1374 (SFILES): Add reggroups.c.
1375 (reggroups_h): Define.
1376 (regcache.o, gdbarch.o): Update dependencies.
1377 (reggroups.o): Specify dependencies.
1378 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
1379 Add opaque declaration for `struct reggroup' in generated .h file.
1380 Include "reggroups.h" in generated .c file.
1381 gdbarch.h, gdbarch.c: Re-generate.
1382
1383 2002-11-02 Andrew Cagney <cagney@redhat.com>
1384
1385 * regcache.h (deprecated_read_register_gen): Rename
1386 read_register_gen.
1387 (deprecated_write_register_gen): Rename write_register_gen.
1388 * i387-tdep.c: Update.
1389 * x86-64-linux-nat.c: Update
1390 * wince.c: Update.
1391 * thread-db.c: Update.
1392 * win32-nat.c: Update.
1393 * mips-tdep.c: Update.
1394 * d10v-tdep.c: Update.
1395 * cris-tdep.c: Update.
1396 * remote-sim.c: Update.
1397 * remote-rdi.c: Update.
1398 * remote-rdp.c: Update.
1399 * frame.c: Update.
1400 * target.c: Update.
1401 * blockframe.c: Update.
1402 * x86-64-tdep.c: Update.
1403 * xstormy16-tdep.c: Update.
1404 * sh-tdep.c: Update.
1405 * s390-tdep.c: Update.
1406 * rs6000-tdep.c: Update.
1407 * sparc-tdep.c: Update.
1408 * i386-tdep.c: Update.
1409 * dwarf2cfi.c: Update.
1410 * regcache.c: Update.
1411
1412 2002-11-01 Joel Brobecker <brobecker@gnat.com>
1413
1414 New interix-specific files:
1415 * config/i386/nm-interix.h: New file.
1416 * config/i386/interix.mh: New file.
1417 * config/i386/interix.mt: New file.
1418 * i386-interix-nat.c: New file.
1419 * i386-interix-tdep.c: New file.
1420
1421 2002-11-01 Andrew Cagney <cagney@redhat.com>
1422
1423 * frame.h (deprecated_generic_get_saved_register): Rename
1424 generic_get_saved_register.
1425 * blockframe.c (deprecated_generic_get_saved_register): Update.
1426 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
1427 (xstormy16_frame_saved_register): Update.
1428 * sh-tdep.c (sh_gdbarch_init): Update.
1429 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1430 * ia64-tdep.c (ia64_get_saved_register): Update.
1431 * cris-tdep.c (cris_gdbarch_init): Update.
1432 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
1433 * arm-tdep.c (arm_gdbarch_init): Update.
1434
1435 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
1436
1437 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
1438
1439 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
1440
1441 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
1442 trampolines in sigaction.
1443
1444 2002-10-31 Andrew Cagney <cagney@redhat.com>
1445
1446 * h8300-tdep.c: Include "gdb_assert.h".
1447 (h8300_print_register): Add gdbarch, file and frame parameters.
1448 Use frame_read_unsigned_register to read the register's value.
1449 Use fprintf_filtered to display output.
1450 (h8300_print_registers_info): Replace h8300_do_registers_info.
1451 (h8300_gdbarch_init): Set print_registers_info.
1452
1453 2002-10-31 Andrew Cagney <cagney@redhat.com>
1454
1455 * frame.c (frame_read_unsigned_register): New function.
1456 (frame_read_signed_register): New function.
1457 * frame.h (frame_read_unsigned_register): Declare.
1458 (frame_read_signed_register): Declare.
1459
1460 2002-10-31 Andrew Cagney <cagney@redhat.com>
1461
1462 * h8500-tdep.c (h8500_print_registers_info): New static function,
1463 clone of infcmd.c's default_print_registers_info.
1464 (h8500_do_registers_info): New funtion.
1465 (h8500_print_register_hook): Rename print_register_hook, make
1466 static.
1467
1468 * config/h8500/tm-h8500.h: Update copyright.
1469 (DEPRECATED_DO_REGISTERS_INFO): Define.
1470 (h8500_do_registers_info: Declare.
1471 (PRINT_REGISTER_HOOK): Delete macro.
1472 (print_register_hook): Delete function.
1473
1474 2002-10-31 Andrew Cagney <cagney@redhat.com>
1475
1476 * z8k-tdep.c (z8k_print_register_hook): Make static.
1477 (z8k_print_registers_info): New static function, clone of
1478 infcmd.c's default_print_registers_info.
1479 (z8k_do_registers_info): New function. Wrap
1480 z8k_print_registers_info.
1481 * config/z8k/tm-z8k.h: Update copyright.
1482 (PRINT_REGISTER_HOOK): Delete macro.
1483 (z8k_print_register_hook): Delete declaration.
1484 (DEPRECATED_DO_REGISTERS_INFO): Define.
1485 (z8k_do_registers_info): Declare.
1486
1487 2002-10-30 Joel Brobecker <brobecker@gnat.com>
1488
1489 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
1490 as this is already provided by value.h, and was actually causing
1491 a compilation error because of a conflict in parameter type
1492 declaration due to a missing const keyword.
1493 (low_text_segment_addres): Fix a compilation warning.
1494
1495 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
1496
1497 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
1498 registers without a name.
1499 (mips_linux_cannot_store_register): Don't store registers without
1500 a name.
1501
1502 2002-10-28 David Carlton <carlton@math.stanford.edu>
1503
1504 * symtab.c (find_addr_symbol): Delete. (It was already commented
1505 out.)
1506 * symtab.h: Delete prototype for find_addr_symbol.
1507
1508 2002-10-26 Andrew Cagney <cagney@redhat.com>
1509
1510 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
1511 DO_REGISTERS_INFO.
1512 gdbarch.h, gdbarch.c: Re-generate.
1513 * infcmd.c (default_print_registers_info): Update reference.
1514 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
1515 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
1516 * sh-tdep.c (sh_gdbarch_init): Ditto.
1517 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1518 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1519
1520 2002-10-26 Mark Kettenis <kettenis@gnu.org>
1521
1522 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
1523 cfi_init_extra_frame_info.
1524 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
1525 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
1526
1527 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
1528 target where necessary. Add more comments and remove the ones
1529 that don't provide any useful information.
1530
1531 * i386-tdep.c (i386_frame_saved_pc): Replace call to
1532 deprecated_read_register_dummy with
1533 frame_unwind_unsigned_register.
1534
1535 * i386-tdep.c (i386_extract_struct_value_address): Use
1536 regcache_raw_read_unsigned instead of
1537 regcache_cooked_read_unsigned since we know that the register
1538 we're reading isn't a pseudo register. Rename variable 'val' into
1539 the more descriptive 'addr'.
1540
1541 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
1542 (x86_64_push_return_address): Add comment.
1543 (x86_64_pop_frame): Make static.
1544 (examine_argument): Clarify comment.
1545 (x86_64_skip_prologue): Make prolog_expact variable static.
1546
1547 * dwarf2cfi.c: Fix some formatting problems.
1548 (context_cpy, read_encoded_pointer): Clarify comments.
1549
1550 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
1551 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
1552 i386 target back into x86_64_gdbarch_init. Add some comments and
1553 remove meaningless ones.
1554
1555 2002-10-25 Andrew Cagney <cagney@redhat.com>
1556
1557 * complaints.h (struct deprecated_complaint): Rename `struct
1558 complaint'.
1559 * complaints.c (complain): Update.
1560 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
1561 incorrect comment indicating that "symfile.h" was being included
1562 for the `struct complaint' definition.
1563 * remote-vx.c: Update.
1564 * objc-lang.c: Update.
1565 * xcoffread.c: Update.
1566 * hpread.c: Update.
1567 * mdebugread.c: Update.
1568 * stabsread.c: Update.
1569 * dwarf2read.c: Update.
1570 * dwarfread.c: Update.
1571 * elfread.c: Update.
1572 * coffread.c: Update.
1573 * stabsread.h: Update.
1574 * dbxread.c: Update.
1575 * buildsym.c: Update.
1576 * gdbtypes.c: Update.
1577 * macrotab.c: Update.
1578
1579 2002-10-25 Mark Kettenis <kettenis@gnu.org>
1580
1581 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
1582 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
1583 (x86_64_init_abi): ...new function.
1584
1585 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1586 * i386v-nat.c: Include "i386-tdep.h".
1587
1588 2002-10-25 Andrew Cagney <cagney@redhat.com>
1589
1590 * gdbtypes.c (address_space_name_to_int): Update.
1591 (address_space_int_to_name): Update.
1592 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
1593 multi-arch predicate.
1594 (address_class_name_to_type_flags): Ditto.
1595 * gdbarch.h, gdbarch.c: Re-generate.
1596
1597 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
1598
1599 2002-10-24 Martin M. Hunt <hunt@redhat.com>
1600
1601 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
1602
1603 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
1604
1605 * symtab.h (INIT_SAL): Delete macro.
1606 (init_sal): Export.
1607 * symtab.c (init_sal): New function.
1608
1609 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
1610 to init_sal function call.
1611 (find_sal_from_funcs_and_line): Ditto.
1612 (all_sals_for_line): Ditto.
1613 * breakpoint.c (create_internal_breakpoint): Ditto.
1614 (create_fork_vfork_event_catchpoint): Ditto.
1615 (create_exec_event_catchpoint): Ditto.
1616 (parse_breakpoint_sals): Ditto.
1617 (watch_command_1): Ditto.
1618 (handle_gnu_4_16_catch_command): Ditto.
1619 (clear_command): Ditto.
1620 * hppa-tdep.c (child_enable_exception_callback): Ditto.
1621 * infcmd.c (run_stack_dummy): Ditto.
1622 * infrun.c (process_event_stop_test): Ditto.
1623 (check_sigtramp2): Ditto.
1624 (step_over_function): Ditto.
1625 * linespec.c (decode_line_2): Ditto.
1626 (decode_line_1): Ditto.
1627 * source.c (line_info): Ditto.
1628 * symtab.c (find_pc_sect_line): Ditto.
1629
1630 2002-10-24 Michal Ludvig <mludvig@suse.cz>
1631
1632 * dwarf2cfi.c (struct context)
1633 (struct context_reg): Moved to dwarf2cfi.h
1634 (context_alloc, frame_state_alloc, context_cpy):
1635 Made extern instead of static, removed prototypes.
1636 * dwarf2cfi.h (struct context)
1637 (struct context_reg): New, moved from dwarf2cfi.c
1638 (context_alloc, frame_state_alloc, context_cpy):
1639 New prototypes.
1640 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
1641 Changed from static to extern.
1642 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
1643 (LINUX_SIGCONTEXT_FP_OFFSET)
1644 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
1645 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
1646 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
1647 * x86-64-tdep.c (x86_64_gdbarch_init): Several
1648 set_gdbarch_*() calls now use x86-64 specific functions
1649 instead of DWARF2 CFI ones.
1650 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
1651 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
1652 (x86_64_init_extra_frame_info): New prototypes.
1653
1654 2002-10-23 David Carlton <carlton@math.stanford.edu>
1655
1656 * linespec.c: #include "parser-defs.h".
1657 Delete prototype for find_template_name_end.
1658 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
1659
1660 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
1661
1662 * NEWS: add recent mi fixes.
1663 * varobj.c (struct varobj): Add new "updated" flag.
1664 (new_variable): Default "updated" flag to 0.
1665 (varobj_set_value): Set "updated" flag to 1 if value
1666 changes.
1667 (varobj_update): Check varobj "updated" flag before
1668 comparing old and refreshed values. Fix for
1669 PR gdb/702.
1670
1671 2002-10-23 David Carlton <carlton@math.stanford.edu>
1672
1673 * parse.c (parse_exp_1): Use BLOCK_START.
1674 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
1675 SYMBOL_BLOCK_VALUE.
1676 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
1677
1678 2002-10-23 David Carlton <carlton@math.stanford.edu>
1679
1680 * symtab.c: Delete cplusplus_hint.
1681 Delete prototype for find_template_name_end.
1682
1683 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1684
1685 * symtab.h: Update comment.
1686
1687 2002-10-23 Michael Snyder <msnyder@redhat.com>
1688
1689 * printcmd.c (address_info): Restore quotes in output.
1690 * valops.c (value_of_local): Restore quotes in error message.
1691
1692 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1693
1694 * symtab.c (symbol_demangled_name): New function.
1695 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1696 turning most of it into a function.
1697 (symbol_demangled_name): Export.
1698
1699 2002-10-23 Michael Snyder <msnyder@redhat.com>
1700
1701 * valops.c (value_of_local): Restore quotes in error message.
1702
1703 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1704
1705 * symtab.c (symbol_init_language_specific): New function.
1706 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1707 turning most of it into a function.
1708 (symbol_init_language_specific): Export.
1709
1710 2002-10-23 David Carlton <carlton@math.stanford.edu>
1711
1712 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1713 (dwarf_attr_name): Ditto.
1714 (dwarf_type_encoding_name): Ditto.
1715 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1716 (process_die): Handle DW_TAG_namespace,
1717 DW_TAG_imported_declaration, DW_TAG_imported_module.
1718 (read_namespace): New function.
1719
1720 2002-10-22 Joel Brobecker <brobecker@gnat.com>
1721
1722 * configure.in: Define NEW_PROC_API on Interix too.
1723 * configure: Regenerate.
1724
1725 2002-10-21 Joel Brobecker <brobecker@gnat.com>
1726
1727 * configure: Regenerate using the proper version of autoconf.
1728
1729 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1730
1731 * findvar.c (read_var_value): Temporarily disable TLS code, until
1732 complete TLS support is added.
1733
1734 2002-10-21 Jim Blandy <jimb@redhat.com>
1735 Elena Zannoni <ezannoni@redhat.com>
1736
1737 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1738 for thread local storage locations.
1739 (struct symbol): Add objfile field.
1740 (SYMBOL_OBJFILE): Define.
1741 * dwarf2read.c (is_thread_local): New static variable.
1742 (new_symbol): If variable is in thread local fill in address class
1743 and objfile appropriately.
1744 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1745 stack operation.
1746 * printcmd.c (address_info): Print the information for thread
1747 local storage variable.
1748 * findvar.c (read_var_value): In case of thread local variable,
1749 defer to the target vector code to compute address.
1750
1751 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1752
1753 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1754 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
1755
1756 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1757
1758 * symtab.h (address_class): Rename
1759 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1760 * hpread.c (hpread_process_one_debug_symbol): Ditto.
1761 * printcmd.c (address_info): Ditto.
1762 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1763
1764 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1765
1766 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1767 DBREG_DRX macro to acces debug registers.
1768
1769 * Makefile.in (i386obsd-tdep.o): New target.
1770
1771 * solib-sunos.c: Include "bcache.h" and "regcache.h".
1772 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1773
1774 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1775 * config/i386/obsd.mt: New file.
1776 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1777 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1778 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1779 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1780 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1781 * i386obsd-tdep.c: New file.
1782
1783 2002-10-19 Adam Fedor <fedor@gnu.org>
1784
1785 * objc-exp.y (name_not_typename): Fix invalid comment.
1786
1787 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1788
1789 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1790 to allocate partial syms and macro byte caches.
1791
1792 2002-10-18 David Carlton <carlton@math.stanford.edu>
1793
1794 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1795
1796 2002-10-18 Adam Fedor <fedor@gnu.org>
1797
1798 * stabsread.c (find_name_end): New function.
1799 (define_symbol): Use it.
1800
1801 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
1802
1803 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1804 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1805 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1806 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1807
1808 2002-10-17 David Carlton <carlton@math.stanford.edu>
1809
1810 * symfile.h: Add opaque declaration for struct obstack.
1811 Declare obsavestring to take a const char *.
1812 * symfile.c (obsavestring): Make first argument a const char *.
1813
1814 2002-10-16 Adam Fedor <fedor@gnu.org>
1815
1816 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1817 names when matching breakpoints in current file.
1818
1819 2002-10-16 Kevin Buettner <kevinb@redhat.com>
1820
1821 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1822 (read_tag_pointer_type): Add address class support.
1823 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1824 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1825 New methods.
1826 * gdbarch.h, gdbarch.c: Regenerate.
1827 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1828 (make_type_with_address_space, recursive_type_dump): Add address
1829 class support.
1830 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1831 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1832 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1833
1834 2002-10-16 Klee Dienes <kdienes@apple.com>
1835
1836 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1837 to get the last character of a char[] buffer, not
1838 name[sizeof(vptr_name)-1].
1839
1840 2002-10-14 Adam Fedor <fedor@gnu.org>
1841
1842 * symtab.h: New objc_specific struct.
1843 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1844 (SYMBOL_DEMANGLED_NAME): Likewise.
1845
1846 2002-10-14 Adam Fedor <fedor@gnu.org>
1847
1848 * symfile.c (init_filename_language_table): Add ObjC file extension.
1849
1850 2002-10-14 Adam Fedor <fedor@gnu.org>
1851
1852 * utils.c (puts_filtered_tabular): New function.
1853 (fprintf_symbol_filtered): Get ObjC demangled name.
1854 * defs.h (puts_filtered_tabular): Declared.
1855
1856 2002-10-14 Kevin Buettner <kevinb@redhat.com>
1857
1858 * c-lang.h (c_type_print_varspec_prefix): Delete.
1859 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1860 ``need_post_space'' parameter. Adjust all callers.
1861
1862 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
1863
1864 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1865 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1866 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1867 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1868
1869 2002-10-13 Adam Fedor <fedor@gnu.org>
1870
1871 * source.c (print_source_lines): Update comments.
1872
1873 2002-10-13 Adam Fedor <fedor@gnu.org>
1874
1875 * valops.c (value_of_local): New function.
1876 (value_of_this): Use it.
1877 * value.h (value_of_local): Declared.
1878
1879 2002-10-13 Adam Fedor <fedor@gnu.org>
1880
1881 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1882 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1883
1884 2002-10-12 Adam Fedor <fedor@gnu.org>
1885
1886 * language.c (binop_result_type): Add language_objc to case.
1887 (integral_type): Likewise.
1888 (character_type): Likewise.
1889 (string_type): Likewise.
1890 (boolean_type): Likewise.
1891 (structured_type): Likewise.
1892 (binop_type_check): Likewise.
1893
1894 2002-10-11 Adam Fedor <fedor@gnu.org>
1895
1896 * printcmd.c (address_info): Print 'self' for ObjC.
1897
1898 2002-10-11 Adam Fedor <fedor@gnu.org>
1899
1900 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1901 OP_SELF.
1902
1903 2002-10-11 Adam Fedor <fedor@gnu.org>
1904
1905 * language.h (CAST_IS_CONVERSION): Add language_objc.
1906
1907 2002-10-11 Adam Fedor <fedor@gnu.org>
1908
1909 * defs.h (enum language): Add language_objc.
1910
1911 2002-10-11 Klee Dienes <kdienes@apple.com>
1912
1913 * corefile.c (read_memory_typed_address): New function.
1914 * gdbcore.h (read_memory_typed_address): Add prototype.
1915 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1916 to read a value destined for a CORE_ADDR, not read_memory_integer.
1917 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1918 (f77_get_dynamic_lowerbound): Ditto.
1919
1920 2002-10-11 Martin M. Hunt <hunt@redhat.com>
1921
1922 * utils.c (string_to_core_addr): After turning string into
1923 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1924 which will do necessary sign-extension, etc.
1925
1926 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
1927
1928 * c-exp.y (THIS): Delete token and grammar rule.
1929 (yylex): Don't return THIS.
1930 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1931 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1932 * demangle.c (cplus_markers): Update comment. Put '$'
1933 first. Remove CPLUS_MARKER.
1934 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1935 * jv-exp.y (THIS): Delete token and grammar rule.
1936 (yylex): Don't return THIS.
1937 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1938 * objc-exp.y (THIS): Delete token and grammar rule.
1939 (yylex): Don't return THIS.
1940 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1941 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1942 (read_member_functions): Likewise for opname.
1943 (read_tilde_fields): Use is_cplus_marker.
1944
1945 * defs.h (CPLUS_MARKER): Don't define.
1946 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1947 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1948 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1949 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1950 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1951
1952 * config/i386/tm-i386v4.h: Delete file.
1953 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1954 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1955 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1956 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1957 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1958 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1959 * config/i386/i386v4.mt (TM_FILE): Likewise.
1960 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1961
1962 2002-10-10 Marko Mlinar <markom@opencores.org>
1963
1964 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1965 accidentially not commited 2002-10-09
1966 * gdbarch.h, gdbarch.c: Re-generate.
1967
1968 2002-10-09 Marko Mlinar <markom@opencores.org>
1969
1970 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1971 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1972 * gdbarch.h, gdbarch.c: Re-generate.
1973
1974 2002-10-08 Petr Sorfa <petrs@caldera.com>
1975
1976 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1977
1978 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1979 so we can work on more than one compilation unit at a time. This
1980 helps prepare GDB to handle inter-CU die references.
1981 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1982 the code to be defined before struct comp_unit_head.
1983 (comp_unit_head): Added new members - offset, cu_head,
1984 begin_die, next and dwarf2_abbrevs.
1985 (dwarf2_abbrevs): Removed single static var; now member of
1986 struct comp_unit_head.
1987 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1988 members.
1989 (psymtab_to_symtab_1): Changed to work with the new
1990 struct comp_unit_head.
1991 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1992 constructs the dwarf2_abbrevs[] inside the cu_header.
1993 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1994 dwarf2_abbrev table to clean up.
1995 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1996 handling of dwarf2_abbrevs inside the cu_header.
1997 (read_partial_die): Now supports the call to the new
1998 dwarf2_lookup_abbrev.
1999 (read_full_die): Now supports the call to the new
2000 dwarf2_lookup_abbrev.
2001
2002 2002-10-06 Christopher Faylor <cgf@redhat.com>
2003
2004 * Makefile.in (install-gdbtk): Add missing continuation backslash to
2005 insure that shell variables, such as "transformed_name" are propagated
2006 to later shell statements in rule.
2007
2008 2002-10-06 Mark Kettenis <kettenis@gnu.org>
2009
2010 * config/i386/nm-i386sco.h: Add protection against
2011 multiple-inclusion. Include "i386/nm-i386v.h".
2012 (REGISTER_U_ADDR): Remove define.
2013 (i386_register_u_addr): Remove prototype.
2014
2015 2002-10-04 Michael Snyder <msnyder@redhat.com>
2016
2017 * m32r-stub.c (handle_exception): Make sure exception is "trap"
2018 before treating it as a single-step event.
2019
2020 2002-10-03 Adam Fedor <fedor@gnu.org>
2021
2022 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
2023 (objc_demangle): Remove assignment in if statements, Replace
2024 free with xfree.
2025 (add_msglist): Likewise.
2026 (end_msglist): Likewise.
2027 (complare_selectors): Likewise.
2028 (selectors_info): Likewise.
2029 (compare_classes): Likewise.
2030 (classes_info): Likewise.
2031 (print_object_command): Likewise.
2032 (find_objc_msgcall_submethod): Replace PTR with void *.
2033 * objc-lang.h: Remove check for __STDC__.
2034
2035 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
2036
2037 * ui-out.h (ui_out_field_fmt_int): New prototype.
2038 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
2039 of field width and alignment.
2040 * stack.c (print_frame_info_base): When printing frame level, use
2041 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
2042 PR gdb/192
2043
2044 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
2045
2046 * MAINTAINERS: Add self to Write After Approval list.
2047
2048 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
2049
2050 * infcmd.c (interrupt_target_command_wrapper): Delete.
2051 (interrupt_target_command): Make non static.
2052 (nofp_registers_info): Make static.
2053 * stack.c (return_command_wrapper): Delete.
2054 (return_command): Make non static.
2055
2056 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
2057
2058 * event-top.c (gdb_setup_readline): New function. Code moved from
2059 _initialize_event_loop().
2060 (_initialize_event_loop): Call gdb_setup_readline().
2061
2062 2002-10-02 Andrew Cagney <ac131313@redhat.com>
2063
2064 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
2065 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
2066 * gdbarch.h, gdbarch.c: Re-generate.
2067
2068 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
2069
2070 Fix PR gdb/778
2071 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
2072 before recursing.
2073 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
2074 of fill_in_vptr_fieldno.
2075
2076 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
2077
2078 * inferior.h (registers_info, stepi_command, nexti_command,
2079 continue_command, interrupt_target_command): Export from infcmd.c.
2080 * frame.h (args_info, selected_frame_level_changed_hook,
2081 return_command): Export from stack.c.
2082 * v850ice.c (stepi_command, nexti_command, continue_command): use
2083 prototypes from inferior.h.
2084 * tracepoint.c (registers_info, args_info, locals_info): Use
2085 prototypes from frame.h and inferior.h.
2086 * Makefile.in (mi-main.o): Add dependency on frame.h.
2087
2088 2002-10-02 Andrew Cagney <ac131313@redhat.com>
2089
2090 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
2091 value in register 3 adjusted by ppc_gp0_regnum.
2092
2093 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
2094
2095 2002-10-02 Marko Mlinar <markom@opencores.org>
2096
2097 * MAINTAINERS: Add myself to the Write After Approval list.
2098
2099 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
2100
2101 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
2102 of the section for the N64 ABI, fixed.
2103
2104 * config/mips/tm-irix6.h: Include solib.h.
2105
2106 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
2107
2108 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
2109 GNU operators.
2110
2111 2002-10-01 Andrew Cagney <ac131313@redhat.com>
2112
2113 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
2114 and that "mi0" syntax has been removed.
2115
2116 2002-09-30 David Carlton <carlton@math.stanford.edu>
2117
2118 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
2119 * ppc-sysv-tdep.c: #include "gdb_string.h".
2120 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
2121 pacify GCC.
2122
2123 2002-10-01 Andrew Cagney <ac131313@redhat.com>
2124
2125 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
2126 "vrsave"'s register number.
2127
2128 2002-09-30 Andrew Cagney <ac131313@redhat.com>
2129
2130 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
2131 use frame_unwind_signed_register to obtain the PC.
2132 (mips_frame_chain): Handle a generic dummy frame.
2133 (mips_init_extra_frame_info): When a generic dummy frame, don't
2134 re-compute the frame base.
2135 (mips_pop_frame): Handle generic dummy frames.
2136 (mips_gdbarch_init): When generic dummy frames, set
2137 use_generic_dummy_frames, push_dummy_frame to
2138 generic_push_dummy_frame, pc_in_call_dummy to
2139 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
2140 generic_save_dummy_frame_tos.
2141
2142 2002-09-30 Andrew Cagney <ac131313@redhat.com>
2143
2144 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
2145 against TOP when TOP was explictly set.
2146 (generic_push_dummy_frame): Set TOP to zero.
2147
2148 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
2149
2150 * event-loop.c (start_event_loop): Rename variable 'result' to
2151 'gdb_result', to avoid conflicts with upcoming intepreters changes.
2152
2153 2002-09-30 Keith Seitz <keiths@redhat.com>
2154
2155 * gdb-events.sh (selected_thread_changed): New event.
2156 * gdb-events.c: Regenerated.
2157 * gdb-events.h: Regenerated.
2158
2159 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
2160
2161 * MAINTAINERS: Add self to Write After Approval list.
2162
2163 2002-09-30 Fernando Nasser <fnasser@redhat.com>
2164
2165 * disasm.c: New file.
2166 * disasm.h: New file.
2167 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
2168 (compare_lines): Ditto.
2169 (dump_insns): Ditto.
2170 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
2171 argument.
2172 (do_assembly_only): Ditto.
2173 (do_disassembly): Renamed to gdb_disassembly and moved to
2174 disasm.c. Sdded uiout argument.
2175 * Makefile.in: Add new files. Reorder SFILES list. Update
2176 dependencies. Include libgdb.a later in the insight executable.
2177
2178 2002-09-29 Andrew Cagney <ac131313@redhat.com>
2179
2180 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
2181 bfd/elf64-alpha-fbsd.c.
2182
2183 2002-09-29 Andrew Cagney <ac131313@redhat.com>
2184
2185 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
2186 i386gnu-tdep.c.
2187
2188 2002-09-29 Andrew Cagney <ac131313@redhat.com>
2189
2190 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
2191 __FUNCTION__.
2192 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
2193 function name.
2194 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
2195 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
2196 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
2197 (S_msg_sig_post_reply): Ditto.
2198
2199 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
2200
2201 * sh-tdep.c (sh_use_struct_convention): Use definition according
2202 to ABI.
2203 (sh_push_arguments): Store in register with correct endianess.
2204 (sh_default_store_return_value): Ditto.
2205 (sh_gdbarch_init): Set sizeof long double to 8.
2206
2207 2002-09-27 Mark Kettenis <kettenis@gnu.org>
2208
2209 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
2210 Fix some whitespace problems.
2211
2212 2002-09-27 David Carlton <carlton@math.stanford.edu>
2213
2214 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
2215 (mcore-tdep.o): Ditto.
2216 (ns32k-tdep.o): Ditto.
2217 (ns32knbsd-tdep.o): Ditto.
2218 (sh3-rom.o): Ditto.
2219 (vax-tdep.o): Ditto.
2220 * cris-tdep.c: #include "gdb_string.h"
2221 * mcore-tdep.c: Ditto.
2222 * ns32k-tdep.c: Ditto.
2223 * ns32knbsd-tdep.c: Ditto.
2224 * sh3-rom.c: Ditto.
2225 * vax-tdep.c: Ditto.
2226
2227 2002-09-27 David Carlton <carlton@math.stanford.edu>
2228
2229 * config/djgpp/fnchange.lst: Add entries for
2230 gdb/testsuite/gdb.c++/m-static files.
2231
2232 2002-09-27 Jim Wilson <wilson@redhat.com>
2233
2234 * MAINTAINERS: Add myself to the Write After Approval list.
2235
2236 2002-09-26 Martin M. Hunt <hunt@redhat.com>
2237
2238 * mips-tdep.c (find_proc_desc): Initialize startaddr.
2239
2240
2241 2002-09-26 Andrew Cagney <ac131313@redhat.com>
2242
2243 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
2244 frame.
2245
2246 2002-09-26 Andrew Cagney <ac131313@redhat.com>
2247
2248 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
2249 (rs6000_struct_return_address): Delete variable.
2250 (rs6000_store_struct_return): Update.
2251 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
2252 deprecated_extract_struct_value_address.
2253 (rs6000_frame_align): New function.
2254 (rs6000_gdbarch_init): Set frame_align.
2255
2256 2002-09-26 Andrew Cagney <ac131313@redhat.com>
2257
2258 From Grace Sainsbury <graces@redhat.com>:
2259 * Makefile.in (gdbtk-main.o): New target.
2260 (gdb.o): New target.
2261 (main_h): Define.
2262 (main.o): Update dependencies.
2263 (gdb$(EXEEXT)): Add gdb.o.
2264 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
2265 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
2266 (SUBDIR_GDBTK_CLEAN): Set.
2267 (install-gdbtk): Install the insight binary.
2268 (uninstall-gdbtk): New target.
2269 (all-gdbtk, clean-gdbtk): New rule.
2270 * top.c (use_windows): Default to zero.
2271 * main.c: Include "main.h".
2272 (main): Delete.
2273 (struct captured_main_args): Delete.
2274 (gdb_main): New function.
2275 * main.h: New file.
2276 * gdb.c: New File.
2277
2278 2002-09-25 Andrew Cagney <cagney@redhat.com>
2279
2280 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
2281 (frame_map_regnum_to_name): New function.
2282 (frame_map_name_to_regnum): New function.
2283 * frame.h (frame_map_name_to_regnum): Declare.
2284 (frame_map_regnum_to_name): Declare.
2285 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
2286 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
2287 * parse.c: Do not include "builtin-regs.h".
2288 (target_map_name_to_register): Delete function.
2289 (write_dollar_variable): Use frame_map_name_to_regnum.
2290 * parser-defs.h (target_map_name_to_register): Delete declaration.
2291 * expprint.c: Include "frame.h".
2292 (print_subexp): Use frame_map_regnum_to_name.
2293 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
2294 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
2295
2296 2002-09-25 Andrew Cagney <ac131313@redhat.com>
2297
2298 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
2299 wasn't saved, and the next innermost frame is a dummy, return the
2300 dummy frame's link register.
2301
2302 2002-09-24 Jim Blandy <jimb@redhat.com>
2303
2304 Fix from Paul Breed:
2305 * main.c (captured_main): Add a `break' after the case for 'b'.
2306
2307 2002-09-24 Keith Seitz <keiths@redhat.com>
2308
2309 * varobj.c (c_type_of_child): Use get_target_type instead
2310 of TYPE_TARGET_TYPE.
2311
2312 2002-09-22 Fernando Nasser <fnasser@redhat.com>
2313
2314 * source.c (get_current_or_default_source_symtab_and_line): Remove
2315 function.
2316 (set_default_source_symtab_and_line): New function. Attempts to
2317 determine a source file to list lines from if one is not currently
2318 defined.
2319 (get_current_source_symtab_and_line): Initialize sal.pc and
2320 sal.end fields.
2321 (set_current_source_symtab_and_line): Mark argument as const.
2322 * source.h: Update declarations and comments.
2323 * linespec.c (decode_line_1): Replace call to removed routine above.
2324 * stack.c (print_frame_info_base): Ditto.
2325 * cli/cli-cmds.c (edit_command): Ditto.
2326 (list_command): Ditto.
2327
2328 2002-09-22 Fernando Nasser <fnasser@redhat.com>
2329
2330 * source.c (get_current_or_default_source_symtab_and_line): Initialize
2331 sal.pc and sal.end fields.
2332 (get_current_or_default_source_symtab_and_line): Ditto.
2333 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
2334 so we do not cause a new source symtab to be searched for (reverting an
2335 unintentional change from the 2002-09-20 patch).
2336 * scm-lang.c (scm_unpac): Ditto.
2337
2338 2002-09-21 Andrew Cagney <cagney@redhat.com>
2339
2340 * complaints.c (symfile_explanations): Remove new-line from
2341 ``isolated_message''.
2342 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
2343 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
2344
2345 2002-09-20 Nick Clifton <nickc@redhat.com>
2346
2347 * NEWS: Announce that V850EA ISA is no longer supported.
2348 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
2349
2350 2002-09-20 David Carlton <carlton@math.stanford.edu>
2351
2352 * Makefile.in (c-lang.o): Correct dependencies.
2353 (utils.o): Gather dependencies.
2354 (charset.o): Move.
2355 * c-lang.c: #include "gdb_string.h"
2356
2357 2002-09-20 Fernando Nasser <fnasser@redhat.com>
2358
2359 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
2360 * cli/cli-cmds.c (list_command): New function. Implements the new
2361 cli edit command.
2362 (_init_cli_cmds): Add new command definition.
2363 * gdb.1: Document edit command.
2364 * doc/gdb.texinfo: Document edit command.
2365
2366 2002-09-20 Fernando Nasser <fnasser@redhat.com>
2367
2368 * source.c: Make global variables current_source_symtab and
2369 current_source_line static.
2370 (list_command): Moved to cli/cli-cmds.c.
2371 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
2372 (get_first_line_listed): New accessor function.
2373 (get_lines_to_list): New accessor function.
2374 (get_current_source_symtab_and_line): New function. Retrieves the
2375 position in the source code that we consider current.
2376 (get_current_or_default_source_symtab_and_line): New function.
2377 Like the above but attempts to determine a default position if one
2378 is not currently defined.
2379 (set_current_source_symtab_and_line): New function. Sets the source
2380 code position considered current and returns the previously set one.
2381 (clear_current_source_symtab_and_line): Reset stored information about
2382 a current source line.
2383 (_initialize_source): Remove registration for the "list" command and
2384 its alias.
2385 * source.h: Add declarations for the new functions above.
2386 * symtab.h: Remove declarations for the global variables mentioned
2387 above.
2388 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
2389 obtain current source line.
2390 * linespec.c (decode_line_1): Ditto.
2391 * macroscope.c (default_macro_scope): Ditto.
2392 * scm-lang.c (scm_unpac): Ditto.
2393 * stack.c (print_frame_info_base): Ditto.
2394 * symfile.c (clear_symtab_users): Ditto.
2395 * symtab.c (decode_line_spec): Ditto.
2396 * cli/cli-cmds.c (list_command): Moved here from source.c.
2397 (ambiguous_line_spec): Moved here from source.c.
2398 (_init_cli_cmds): Add definition for "list" and its alias.
2399 * Makefile.in: Update dependencies.
2400
2401 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
2402
2403 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
2404 with what gcc thinks is correct.
2405
2406 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
2407
2408 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
2409 multiple register push instruction.
2410
2411 2002-09-19 Jim Blandy <jimb@redhat.com>
2412
2413 Add support for distinct host and target character sets.
2414 * charset.c, charset.h: New files.
2415 * c-exp.y: #include "charset.h".
2416 (yylex): Convert character and string literals to the target
2417 character set, before returning them as the semantic value of the
2418 token.
2419 * c-lang.c: #include "charset.h".
2420 (c_emit_char): Use charset-specific methods to recognize
2421 characters with backslash escape forms, to decide which characters
2422 to print literally and which to print using numeric escape
2423 sequences, and to convert target characters to host characters
2424 before printing.
2425 * utils.c: #include "charset.h".
2426 (no_control_char_error): New function.
2427 (parse_escape): Use charset-specific methods to recognize
2428 backslash escapes, parse `control character' notation, and convert
2429 characters from the host character set to the target character set.
2430 * configure.in: Set the default host character set.
2431 Check where to find iconv, and what its argument types might be.
2432 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
2433 * Makefile.in (SFILES): List charset.c.
2434 (COMMON_OBS): List charset.o.
2435 (charset.o): New rule.
2436 (charset_h): New header dependency variable.
2437 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
2438 (LIBICONV): New variable, set by configure.
2439 (CLIBS): Include $(LIBICONV) here.
2440 * aclocal.m4, config.in, configure: Regenerated.
2441
2442 2002-09-19 Joel Brobecker <brobecker@gnat.com>
2443
2444 * ada-exp.y: Add missing semicolons to end rules. Fixes a
2445 bison 1.35 warning.
2446
2447 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
2448
2449 * gdb_mbuild.sh: New file.
2450
2451 2002-09-19 Andrew Cagney <ac131313@redhat.com>
2452
2453 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
2454
2455 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2456
2457 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
2458 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
2459 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
2460 valops.c, value.h: Revert previous change.
2461
2462 2002-09-18 Michael Snyder <msnyder@redhat.com>
2463
2464 Preliminary support for Objective-C:
2465 * defs.h (language_objc): New enum value.
2466 (puts_filtered_tabular): Declaration only, exported from utils.c.
2467 (skip_quoted): Delete, declared in completer.h.
2468 * c-exp.y: Include completer.h.
2469 * p-exp.y: Ditto.
2470 * jv-exp.y: Ditto.
2471 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
2472 New operator enum values.
2473 * language.h (CAST_IS_CONVERSION): Test for language_objc.
2474 * language.c (binop_result_type): Handle language_objc case.
2475 (integral_type, character_type, string_type, boolean_type,
2476 structured_type, binop_type_check): Ditto.
2477 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
2478 (struct objc_specific): Add to general_symbol_info.
2479 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
2480 (SYMBOL_DEMANGLED_NAME): Handle objc case.
2481 * parser-defs.h (struct objc_class_str): New struct type.
2482 (start_msglist, end_msglist, add_msglist): Declaration only,
2483 exported from objc-lang.c.
2484 * value.h (value_of_local, value_nsstring,
2485 call_function_by_hand_expecting_type): Exported from valops.c.
2486 * valops.c (find_function_addr): Export.
2487 (call_function_by_hand_expecting_type): New function.
2488 (value_of_local): New function.
2489 * symfile.c (init_filename_language_table): Add ".m" extension
2490 for Objective-C.
2491 * utils.c (puts_filtered_tabular): New function.
2492 (fprintf_symbol_filtered): Add objc demangling support (disabled).
2493 (set/show demangle): Extend help-string to refer to ObjC.
2494 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
2495 * stabsread.c (symbol_reference_defined): Objective-C symbols
2496 may contain colons: make allowances when scanning stabs strings
2497 for colons.
2498 (objc_find_colon): New function.
2499 * printcmd.c (address_info): If language == objc then print
2500 "self" instead of "this".
2501 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
2502 OP_NSSTRING, and OP_SELF.
2503 (prefixify_subexp): Ditto.
2504 * source.c (print_source_lines): Mention objc in comment.
2505 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
2506 method names.
2507
2508 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2509
2510 * complaints.h: Update copyright.
2511 (struct complaints): Declare.
2512 (struct complaint): Make `message' constant.
2513 (internal_complaint): Declare.
2514 (complaint): Declare.
2515 (complaint_root): Delete declaration.
2516 (symfile_complaints): Delete declaration.
2517 (struct complaints): Add opaque declaration.
2518 (clear_complaints): Add a complaints parameter.
2519 * complaints.c: Update copyright.
2520 (enum complaint_series): Define.
2521 (complaint_root): Delete.
2522 (struct complaints): Define.
2523 (complaint_sentinel, symfile_complaint_book): New variables.
2524 (symfile_explanations, symfile_complaints): New variables.
2525 New variables.
2526 (get_complaints): New function.
2527 (vcomplaint): New function.
2528 (complaint): New function.
2529 (internal_complaint): New function.
2530 (complain): Call vcomplain with symfile_complaint.
2531 (clear_complaints): Rewrite.
2532 (_initialize_complaints): Use add_setshow_command.
2533 * Makefile.in (complaints.o): Update dependencies.
2534 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
2535 to call to clear_complaints.
2536 (new_symfile_objfile, reread_symbols): Ditto.
2537 (oldsyms_complaint): Delete.
2538 (empty_symtab_complaint, unknown_option_complaint): Delete.
2539 (free_named_symtabs): Use complaint instead of complain.
2540
2541 2002-09-18 Michael Snyder <msnyder@redhat.com>
2542
2543 Contributed by Apple Computer, Inc. Merged with current sources
2544 by Adam Fedor <fedor@doc.com> [cagney].
2545
2546 * objc-lang.c: First clean-up round: comments, indentation.
2547 * objc-lang.h: Ditto.
2548 * objc-lang.y: Ditto.
2549
2550 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2551
2552 * maint.c (maintenance_internal_error): Print the parameter as the
2553 error message.
2554 (maintenance_internal_warning): New function.
2555 (_initialize_maint_cmds): Add command `maint internal-warning'.
2556
2557 * defs.h (internal_warning, internal_vwarning): Declare.
2558 * utils.c (struct internal_problem): Define.
2559 (internal_vproblem): New function.
2560 (internal_warning): New function.
2561 (internal_vwarning): New function.
2562 (internal_warning_problem, internal_error_problem): New variables.
2563 (internal_verror): Just call internal_vproblem.
2564
2565 2002-09-18 Michael Snyder <msnyder@redhat.com>
2566
2567 * objc-lang.c: New file, support for Objective-C.
2568 Preliminary check-in, not yet integrated into gdb.
2569 * objc-lang.h: New file.
2570 * objc-exp.y: New file.
2571
2572 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2573
2574 * infrun.c (signal_stop_update): Convert definition to ISO C.
2575 (signal_print_update): Ditto.
2576 (signal_pass_update): Ditto.
2577 * inflow.c (terminal_save_ours): Ditto.
2578
2579 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
2580 comments.
2581
2582 * config/djgpp/fnchange.lst: Handle name clashes between
2583 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
2584 bfd/coff-tic80.c.
2585
2586 * i386-linux-tdep.h: Fix tipo.
2587
2588 2002-09-18 Adam Fedor <fedor@gnu.org>
2589
2590 * MAINTAINERS: Add myself to the Write After Approval list.
2591
2592 2002-09-18 Jim Blandy <jimb@redhat.com>
2593
2594 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
2595 texthigh and textlow to reader-specific structs caused
2596 objfile_relocate to miss them. This is fixable, but the work that
2597 the change was supposed to prepare GDB for never got done anyway.
2598
2599 2002-09-18 David Carlton <carlton@math.stanford.edu>
2600
2601 * MAINTAINERS: Alphabetize Write After Approval list.
2602
2603 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
2604
2605 Fix PR gdb/709
2606 * values.c (value_static_field): Call read_var_value.
2607
2608 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2609
2610 * valops.c (hand_function_call): Align the initial stack pointer
2611 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
2612 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
2613 return value.
2614 * mips-tdep.c (mips_frame_align): New function.
2615 (mips_gdbarch_init): Set frame_align.
2616 * gdbarch.sh (FRAME_ALIGN): New method.
2617 * gdbarch.h, gdbarch.c: Re-generate.
2618
2619 2002-09-18 Michal Ludvig <mludvig@suse.cz>
2620
2621 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
2622 registers.
2623
2624 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2625
2626 * NEWS: Mention that MIPS $fp behavior changed.
2627 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
2628 reference to FP_REGNUM.
2629 (mipsnbsd_cannot_store_register): Ditto.
2630 * mips-linux-nat.c: Update copyright.
2631 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
2632 (mips_linux_cannot_store_register): Ditto.
2633 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
2634 * config/mips/tm-mips.h: Update copyright.
2635 (FP_REGNUM): Delete macro.
2636 (MIPS_REGISTER_NAMES): Replace "fp" with "".
2637 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
2638 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
2639 (mips_r3041_reg_names, mips_r3051_reg_names)
2640 (mips_r3081_reg_names): Replace "fp" with "".
2641 Fix PR gdb/480.
2642
2643 2002-09-17 Theodore A. Roth <troth@verinet.com>
2644
2645 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
2646 generic_read_register_dummy() (PR gdb/703).
2647 (avr_push_return_address): #if 0 out unused vars.
2648 (avr_gdbarch_init): Enable use of avr_push_return_address().
2649
2650 2002-09-17 Michael Snyder <msnyder@redhat.com>
2651
2652 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
2653 RTE will take care of it.
2654
2655 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2656
2657 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
2658 invalid, return SP_REGNUM.
2659
2660 2002-09-17 Michael Snyder <msnyder@redhat.com>
2661
2662 * mips-tdep.c (mips_pop_frame): Read saved values of floating
2663 point registers without sign extension.
2664
2665 2002-09-17 Andrew Cagney <cagney@redhat.com>
2666
2667 * blockframe.c (deprecated_read_register_dummy): Rename
2668 generic_read_register_dummy.
2669 * frame.c (frame_unwind_signed_register): New function.
2670 (frame_unwind_unsigned_register): New function.
2671 * frame.h (frame_unwind_signed_register): Declare.
2672 (frame_unwind_unsigned_register): Declare.
2673 (deprecated_read_register_dummy): Rename
2674 generic_read_register_dummy.
2675
2676 * h8300-tdep.c (h8300_frame_chain): Update.
2677 (h8300_frame_saved_pc): Update.
2678 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
2679 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2680 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
2681 (s390_frame_chain): Update.
2682 * v850-tdep.c (v850_find_callers_reg): Update.
2683 (v850_frame_saved_pc): Update.
2684 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2685 (m32r_find_callers_reg): Update.
2686 (m32r_frame_saved_pc): Update.
2687 * sh-tdep.c (sh_find_callers_reg): Update.
2688 (sh64_get_saved_pr): Update.
2689 (sh_init_extra_frame_info): Update.
2690 (sh_init_extra_frame_info): Update.
2691 (sh64_init_extra_frame_info): Update.
2692 (sh64_init_extra_frame_info): Update.
2693 * mcore-tdep.c (mcore_find_callers_reg): Update.
2694 (mcore_frame_saved_pc): Update.
2695 (mcore_init_extra_frame_info): Update.
2696 * i386-tdep.c (i386_frame_saved_pc): Update.
2697 * ia64-tdep.c (ia64_frame_saved_pc): Update.
2698 (ia64_init_extra_frame_info): Update.
2699 (ia64_init_extra_frame_info): Update.
2700 * d10v-tdep.c (d10v_frame_saved_pc): Update.
2701 * cris-tdep.c (cris_init_extra_frame_info): Update.
2702 * avr-tdep.c (avr_frame_chain): Update.
2703 (avr_init_extra_frame_info): Update.
2704 (avr_frame_saved_pc): Update.
2705 * arm-tdep.c (arm_find_callers_reg): Update.
2706 (arm_init_extra_frame_info): Update.
2707 (arm_frame_saved_pc): Update.
2708
2709 2002-09-17 Tom Tromey <tromey@redhat.com>
2710
2711 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2712 is "'".
2713
2714 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
2715
2716 * MAINTAINERS: Remove "non multi-arched" text from h8300.
2717 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2718 NEXT_PROLOGUE_INSN.
2719 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2720 NEXT_PROLOGUE_INSN.
2721
2722 2002-09-16 Joel Brobecker <brobecker@gnat.com>
2723
2724 * osfsolib.c: Remove file, replaced by solib-osf.c.
2725 * Makefile.in: Remove compilation rules for osfsolib.c.
2726
2727 2002-09-16 David Carlton <carlton@math.stanford.edu>
2728
2729 * cp-valprint.c (cp_print_class_method): Correct args to
2730 check_stub_method_group.
2731
2732 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
2733
2734 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
2735 `set architecture'. Unify naming convention of functions.
2736 (h8300_skip_prologue): Improve prologue analysis.
2737 (h8300_push_arguments): Rewritten to more closely match GCC's
2738 bizarre argument-passing behavior, along with the comment describing
2739 said behavior.
2740 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2741 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
2742 sim, remote-e7000.c, remote-hms.c and remote.c
2743
2744 2002-09-15 Mark Kettenis <kettenis@gnu.org>
2745
2746 * i386-tdep.c (gdb_print_insn_i386): Removed.
2747 (i386_print_insn): New function.
2748 (i386_gdbarch_init): Set print_insn to i386_print_insns.
2749 (_initialize_i386_tdep): Don't initialize tm_print_insn and
2750 tm_print_insn_info.
2751
2752 2002-09-14 Mark Kettenis <kettenis@gnu.org>
2753
2754 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2755 zero.
2756
2757 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
2758
2759 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2760 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
2761 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2762
2763 2002-09-13 Christopher Faylor <cgf@redhat.com>
2764
2765 * win32-nat.c (child_create_inferior): Honor 'tty' command.
2766
2767 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
2768
2769 * gdbtypes.c (check_stub_method): Make static.
2770 (check_stub_method_group): New function.
2771 * gdbtypes.h: Update prototypes.
2772 * cp-support.c: New file.
2773 * cp-support.h: New file.
2774
2775 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2776 (update_method_name_from_physname): New function.
2777 (read_member_functions): Correct method names for operators
2778 and v3 constructors/destructors. Separate v2 constructors and
2779 destructors.
2780 * Makefile.in (stabsread.o): Update dependencies.
2781 (SFILES): Add cp-support.c.
2782 (COMMON_OBS): Add cp-support.o.
2783 (cp_support_h, cp-support.o): Add.
2784
2785 * cp-valprint.c (cp_print_class_method): Call
2786 check_stub_method_group instead of check_stub_method. Remove
2787 extraneous QUITs.
2788 * p-valprint.c (pascal_object_print_class_method): Likewise.
2789 * valops.c (search_struct_method): Likewise.
2790 (find_method_list, value_struct_elt_for_reference): Likewise.
2791
2792 2002-09-13 Andrew Cagney <cagney@redhat.com>
2793
2794 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2795 * gdbarch.h, gdbarch.c: Regenerate.
2796
2797 2002-09-13 Andrew Cagney <ac131313@redhat.com>
2798
2799 * frame.c (find_saved_register): Delete function.
2800 * frame.h (find_saved_register): Delete declaration.
2801 Fix PR gdb/631.
2802
2803 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
2804
2805 * mips-tdep.c (read_next_frame_reg): Re-hack using
2806 frame_register_unwind.
2807
2808 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
2809
2810 * mips-tdep.c (mips_get_saved_register): Re-hack using
2811 frame_register_unwind.
2812
2813 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2814
2815 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2816 vector. Will be useful for Interix.
2817 * gdbarch.h, gdbarch.c: Regenerate.
2818
2819 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2820 name of the malloc function by NAME_OF_MALLOC.
2821
2822 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2823
2824 * value.h (find_function_in_inferior): Add const keyword to
2825 one of the parameters. Allows us to invoke this function with
2826 a const char *.
2827 * valops.c (find_function_in_inferior): Likewise.
2828
2829 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2830
2831 * exec.c (xfer_memory): Fix compilation warning with old versions
2832 of GCC.
2833 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2834
2835 2002-09-12 David Carlton <carlton@math.stanford.edu>
2836
2837 * symtab.h: Run through gdb_indent.h.
2838 Add 2002 to Copyright year list.
2839
2840 2002-09-12 Alan Modra <amodra@bigpond.net.au>
2841
2842 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2843 mach constants.
2844 * MAINTAINERS: Add myself to write after approval list.
2845
2846 2002-09-11 J. Brobecker <brobecker@gnat.com>
2847
2848 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2849
2850 2002-09-11 J. Brobecker <brobecker@gnat.com>
2851
2852 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2853 Interix.
2854
2855 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2856
2857 * procfs.c (do_detach): Clear current signal, not just fault.
2858 Corrects problem with breakpoint trap signal leaking to detached
2859 process on Tru64.
2860
2861 2002-09-10 Michael Snyder <msnyder@redhat.com>
2862
2863 * buildsym.c (finish_block): Protect against null pointer.
2864
2865 2002-09-10 Andrew Cagney <cagney@redhat.com>
2866
2867 * infcmd.c (default_print_registers_info): Send all output to
2868 ``file'' instead of ``gdb_stdout''.
2869
2870 2002-09-10 Michael Snyder <msnyder@redhat.com>
2871
2872 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2873 LONGEST, and use signed register read (addresses are sign-
2874 extended for mips).
2875
2876 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2877
2878 * event-loop.c (gdb_do_one_event): Make public.
2879 * event-loop.h (gdb_do_one_event): Declare.
2880
2881 2002-09-10 Jeff Law <law@redhat.com>
2882
2883 * infttrace.c (child_resume): Simplify and rework to avoid
2884 TT_PROC_CONTINUE.
2885
2886 2002-09-09 Fred Fish <fnf@intrinsity.com>
2887
2888 * printcmd.c (print_scalar_formatted): "len" is the number of
2889 target bytes, NOT the number of target bits.
2890
2891 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
2892
2893 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2894 * top.c (init_main): Set rl_terminal_name.
2895
2896 2002-09-08 Aidan Skinner <aidan@velvet.net>
2897
2898 * ada-lang.c (ada_array_bound, ada_type_match,
2899 _initialize_ada_language): Fix K&R definitions.
2900 * ada-tasks.c (get_current_task): Fix K&R definitions.
2901 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2902
2903 2002-09-07 Christopher Faylor <cgf@redhat.com>
2904
2905 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2906 Add XP.
2907
2908 2002-09-06 Mark Kettenis <kettenis@gnu.org>
2909
2910 * i386-tdep.c (i386_register_virtual_type,
2911 i386_register_convertible, i386_register_convert_to_virtual,
2912 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2913 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2914 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2915 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2916 Don't set push_arguments twice.
2917
2918 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2919 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2920 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2921 sigtramp_end to NULL.
2922 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2923 defines.
2924 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2925
2926 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2927 whitespace.
2928
2929 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2930 * gdbarch.h, gdbarch.c: Re-generate.
2931 * blockframe.c (find_pc_sect_partial_function): Convert to use
2932 SIGTRAMP_START_P predicate.
2933
2934 2002-09-05 Michael Snyder <msnyder@redhat.com>
2935
2936 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2937 generic_dummy_frame method and old method. Also distinguish
2938 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
2939 (arm_extract_return_value): Use new regcache method.
2940
2941 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2942 adjustment that doesn't conform to the ABI.
2943 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2944 saved regcache, not from current regcache.
2945
2946 2002-09-05 Andrew Cagney <ac131313@redhat.com>
2947
2948 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2949 * README: Update.
2950
2951 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2952
2953 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2954 if arm_apcs_32 is false.
2955
2956 2002-09-04 Andrew Cagney <ac131313@redhat.com>
2957
2958 GDB 5.3 branch created.
2959
2960 2002-09-03 Theodore A. Roth <troth@verinet.com>
2961
2962 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2963 generic_unwind_get_saved_register.
2964
2965 2002-09-03 David Carlton <carlton@math.stanford.edu>
2966
2967 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2968 argument (PR gdb/653). Update call to smash_to_method_type.
2969 (read_structure_scope): Update call to dwarf2_add_member_fn.
2970
2971 2002-09-03 Michal Ludvig <mludvig@suse.cz>
2972
2973 * x86-64-linux-tdep.c: Include gdb_string.h
2974 * x86-64-linux-nat.c: Ditto.
2975
2976 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2977
2978 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2979 when YYDEBUG is set to 1.
2980 * c-exp.y: Likewise.
2981 * f-exp.y: Likewise.
2982 * jv-exp.y: Likewise.
2983 * m2-exp.y: Likewise.
2984 * p-exp.y: Likewise.
2985
2986 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2987
2988 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2989 dependency list.
2990 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2991 solib_svr4_fetch_link_map_offsets to
2992 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2993 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2994 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2995 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2996 solib-svr4.o, and solib-legacy.o.
2997 * config/i386/tm-nbsd.h: Include solib.h.
2998
2999 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
3000
3001 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
3002 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
3003 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
3004 comment noting that this needs its own target configuration.
3005 * config/i386/nbsd.mt: New file.
3006 * config/i386/nbsdaout.mt: Remove.
3007 * config/i386/nbsdelf.mt: Ditto.
3008 * config/i386/tm-nbsdaout.h: Ditto.
3009
3010 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
3011
3012 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
3013 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
3014 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
3015 tdep->sigtramp_end.
3016 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
3017 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
3018 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
3019
3020 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
3021
3022 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
3023 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
3024 * i386-tdep.h (i386bsd_init_abi): New prototype.
3025 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
3026 function declaration.
3027 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
3028 for NetBSD-a.out or NetBSD-ELF.
3029 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
3030 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
3031 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
3032 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
3033 and nbsd-tdep.h.
3034 (i386nbsd_pc_in_sigtramp): New function.
3035 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
3036 i386nbsd_pc_in_sigtramp.
3037 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
3038 and i386nbsdelf_init_abi OS ABI handlers.
3039 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
3040 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
3041
3042 2002-09-02 Mark Kettenis <kettenis@gnu.org>
3043
3044 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
3045 registers if the target really has them.
3046
3047 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
3048
3049 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
3050 than nbsd-tdep.h.
3051
3052 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
3053
3054 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
3055 list.
3056 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
3057 (alphanbsd_skip_sigtramp_frame): New functions.
3058 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
3059 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
3060 to alphanbsd_sigcontext_addr.
3061
3062 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
3063
3064 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
3065 list.
3066 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
3067 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
3068 nbsd_pc_in_sigtramp.
3069 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
3070 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
3071 * nbsd-tdep.c: Include gdb_string.h.
3072 (nbsd_pc_in_sigtramp): New function.
3073 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
3074 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
3075 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
3076 ppcnbsd_pc_in_sigtramp.
3077 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
3078 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
3079 shnbsd_pc_in_sigtramp.
3080 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
3081 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
3082 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
3083
3084 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
3085
3086 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
3087 watchpoints to NULL.
3088 (insert_breakpoints): set val field of watchpoints if NULL.
3089
3090
3091 2002-08-29 Jim Blandy <jimb@redhat.com>
3092
3093 * symtab.c (lookup_symbol_aux): In the cases where we find a
3094 minimal symbol of an appropriate name and use its address to
3095 select a symtab to read and search, use `name' (as passed to us)
3096 as the demangled name when searching the symtab's global and
3097 static blocks, not the minsym's name.
3098
3099 2002-08-29 Keith Seitz <keiths@redhat.com>
3100
3101 * stack.c (print_frame_info_base): Always set current_source_symtab
3102 and current_source_line.
3103
3104 2002-08-29 Donn Terry <donnte@microsoft.com>
3105
3106 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
3107
3108 2002-08-28 Keith Seitz <keiths@redhat.com>
3109
3110 * stack.c (select_frame): Add FIXME concerning selected-frame
3111 events.
3112 (select_frame_command): Send selected-frame-level-changed
3113 event notification, but only if the level actually changed.
3114 (up_silently_base): Add selected-frame-level-changed event
3115 notification.
3116 (down_silently_base): Likewise.
3117
3118 2002-08-28 Andrew Cagney <ac131313@redhat.com>
3119
3120 * Makefile.in: Update dependencies for all gdb/*.c files.
3121
3122 2002-08-27 Tom Tromey <tromey@redhat.com>
3123
3124 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
3125 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
3126 Update dependencies.
3127 * i387-tdep.c: Include gdb_string.h.
3128 * osabi.c: Likewise.
3129 * i386-linux-nat.c: Likewise.
3130 * lin-lwp.c: Likewise.
3131 * ax-gdb.c: Likewise.
3132 * signals/signals.c: Likewise.
3133 * jv-valprint.c: Likewise.
3134 * p-lang.c: Likewise.
3135 * c-valprint.c: Likewise.
3136 * cp-abi.c: Likewise.
3137
3138 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
3139
3140 * cli/cli-script.h (copy_command_lines): Export.
3141 * breakpoint.c: Include cli/cli-script.h.
3142 * Makefile.in (breakpoint.o): Update dependencies.
3143
3144 2002-08-26 Michael Snyder <msnyder@redhat.com>
3145
3146 * breakpoint.c (insert_breakpoints): Protect all references
3147 to 'process_warning'. Shorten long lines.
3148
3149 2002-08-26 Joel Brobecker <brobecker@gnat.com>
3150
3151 * cli/cli-script.c (copy_command_lines): New function.
3152 * defs.h (copy_command_lines): Export.
3153 * testsuite/gdb.base/commands.exp: New tests for commands
3154 attached to a temporary breakpoint, and for commands that
3155 delete the breakpoint they are attached to.
3156
3157 2002-08-26 Michael Snyder <msnyder@redhat.com>
3158
3159 * breakpoint.c (bpstat_stop_status): Instead of copying the
3160 pointer to the breakpoint commands struct, make a new copy
3161 of the struct and point to that.
3162 (bpstat_clear): Free the commands struct.
3163 (bpstat_clear_actions): Free the commands struct.
3164 (bpstat_do_actions): Free the command actions. Also execute
3165 the local cleanups, instead of deleting them.
3166 (delete_breakpoint): Leave the commands field of the bpstat
3167 chain alone -- it will be freed later.
3168
3169 2002-08-26 Kevin Buettner <kevinb@redhat.com>
3170
3171 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
3172 deleted in 2002-08-20 commit. This function is still used by
3173 ppc-linux-nat.c.
3174
3175 2002-08-26 Keith Seitz <keiths@redhat.com>
3176
3177 * gdb-events.sh: Add selected-frame-level-changed event.
3178 * gdb-events.c: Regenerated.
3179 * gdb-events.h: Regenerated.
3180
3181 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
3182
3183 Fix PR gdb/393:
3184 * inflow.c (terminal_save_ours): New function to save terminal
3185 settings.
3186 * inferior.h (terminal_save_ours): Declare.
3187 * target.c (debug_to_terminal_save_ours): New function.
3188 (cleanup_target): Defaults to_terminal_save_ours.
3189 (update_current_target): Inherit to_terminal_save_ours.
3190 (setup_target_debug): Set to_terminal_save_ours.
3191 * target.h (target_terminal_save_ours): New to save terminal settings.
3192 (target_ops): New member to_terminal_save_ours.
3193 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
3194 * hpux-thread.c (init_hpux_thread_ops): Likewise.
3195 * inftarg.c (init_child_ops): Likewise.
3196 * m3-nat.c (init_m3_ops): Likewise.
3197 * procfs.c (init_procfs_ops): Likewise.
3198 * wince.c (init_child_ops): Likewise.
3199 * win32-nat.c (init_child_ops): Likewise.
3200 * sol-thread.c (init_sol_thread_ops): Likewise.
3201
3202 2002-08-26 Mark Kettenis <kettenis@gnu.org>
3203
3204 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
3205 use regcache_* functions.
3206 (i386_gdbarch_init): Set store_return_value instead of
3207 deprecated_store_return_value.
3208
3209 * regcache.c (regcache_raw_write_signed,
3210 regcache_raw_write_unsigned): New functions.
3211 * regcache.h (regcache_raw_write_signed,
3212 regcache_raw_write_unsigned): New prototypes.
3213
3214 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3215
3216 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
3217 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
3218 source file dependencies. Cleanup corresponding generator rules.
3219
3220 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3221
3222 * regcache.h (register_offset_hack): Declare.
3223 (regcache_cooked_read_using_offset_hack): Declare.
3224 (regcache_cooked_write_using_offset_hack): Declare.
3225
3226 * regcache.c (register_offset_hack): New function.
3227 (regcache_cooked_read_using_offset_hack): New function.
3228 (regcache_cooked_write_using_offset_hack): New function.
3229 (regcache_dump): Check that the registers, according to their
3230 offset, are packed hard against each other.
3231 (cooked_xfer_using_offset_hack): New function.
3232
3233 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3234
3235 * regcache.c (struct regcache_descr): Add field register_type.
3236 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
3237 in as a parameter
3238 (init_regcache_descr): Initialize register_type. Pass the descr
3239 to init_legacy_regcache_descr. Use register_type instead of
3240 REGISTER_VIRTUAL_TYPE.
3241 (register_type): New function.
3242 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
3243 * regcache.h (register_type): Declare.
3244
3245 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3246
3247 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
3248 instead of deprecated_store_return_value. Fix fallout from
3249 2002-08-23 Andrew Cagney <cagney@redhat.com>.
3250
3251 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3252
3253 * regcache.c (max_register_size): New function.
3254 (init_legacy_regcache_descr): Ensure that max_register_size is
3255 large enough for REGISTER_VIRTUAL_SIZE.
3256 * regcache.h (max_register_size): Declare.
3257
3258 2002-08-24 Andrew Cagney <ac131313@redhat.com>
3259
3260 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
3261 store_return_value.
3262 (e500_extract_return_value): Change type of valbuf pointer to
3263 void.
3264
3265 2002-08-24 Mark Kettenis <kettenis@gnu.org>
3266
3267 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
3268 workaround.
3269
3270 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
3271 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
3272 long long) to prevent compiler warning on 64-bit systems.
3273
3274 2002-08-23 Andrew Cagney <cagney@redhat.com>
3275
3276 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
3277 (DEPRECATED_STORE_RETURN_VALUE): New method.
3278 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
3279 * gdbarch.h, gdbarch.c: Re-generate.
3280
3281 * values.c (set_return_value): Pass current_regcache to
3282 STORE_RETURN_VALUE.
3283 * arch-utils.h (legacy_store_return_value): Declare.
3284 * arch-utils.c (legacy_store_return_value): New function.
3285 (legacy_extract_return_value): Update parameters.
3286
3287 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
3288 STORE_RETURN_VALUE.
3289 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3290 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3291 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3292 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3293 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3294 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3295 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3296 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3297 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3298 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3299
3300 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3301 * i386-tdep.c (i386_extract_return_value): Update.
3302 * arch-utils.c (legacy_extract_return_value): Update.
3303 * frv-tdep.c (frv_gdbarch_init): Update.
3304 * cris-tdep.c (cris_gdbarch_init): Update.
3305 * d10v-tdep.c (d10v_gdbarch_init): Update.
3306 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3307 * m68k-tdep.c (m68k_gdbarch_init): Update.
3308 * mcore-tdep.c (mcore_gdbarch_init): Update.
3309 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3310 * s390-tdep.c (s390_gdbarch_init): Update.
3311 * sparc-tdep.c (sparc_gdbarch_init): Update.
3312 * sh-tdep.c (sh_gdbarch_init): Update.
3313 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3314 * v850-tdep.c (v850_gdbarch_init): Update.
3315 * avr-tdep.c (avr_gdbarch_init): Update.
3316 * ia64-tdep.c (ia64_gdbarch_init): Update.
3317 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3318 * vax-tdep.c (vax_gdbarch_init): Update.
3319 * alpha-tdep.c (alpha_gdbarch_init): Update.
3320 * arm-tdep.c (arm_gdbarch_init): Update.
3321 * mips-tdep.c (mips_gdbarch_init): Update.
3322 * i386-tdep.c (i386_gdbarch_init): Update.
3323
3324 2002-08-23 Andrew Cagney <ac131313@redhat.com>
3325
3326 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
3327 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
3328
3329 2002-08-24 Mark Kettenis <kettenis@gnu.org>
3330
3331 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
3332 problems.
3333
3334 2002-08-23 Joel Brobecker <brobecker@gnat.com>
3335
3336 * infrun.c (handle_inferior_event): Move a comment outside of a
3337 function call, in order to avoid indent reformatting this part
3338 of the code in an unreadable way.
3339
3340 2002-08-23 Grace Sainsbury <graces@redhat.com>
3341
3342 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
3343 when breakpoints fail. Move general breakpoint error messages to
3344 insert_breakpoints.
3345 * breakpoint.c (insert_breakpoints): Change warnings when
3346 breakpoints are nto inserted to specify the type. Remove call to
3347 memory_error when hardware breakpoints can't be inserted. Remove
3348 multiple calls to warning so all messages are sent to the user at
3349 once.
3350 (delete_breakpoints): Make insert error messsages more explicit.
3351
3352 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
3353
3354 * ChangeLog: Move gdbserver entries after GDB 5.2 to
3355 gdbserver/ChangeLog.
3356
3357 2002-08-23 Mark Kettenis <kettenis@gnu.org>
3358
3359 * i386-tdep.c: Include "objfiles.h".
3360 (i386_svr4_init_abi): Set in_solib_call_trampoline and
3361 skip_trampoline_code.
3362 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
3363 (CPLUS_MARKER): Define to '.'.
3364
3365 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
3366 member.
3367 (linux_corefile_thread_callback): Increase args->num_notes.
3368 (linux_make_note_section): Initialize thread_args.num_notes, and
3369 use it to determine whether notes for any threads were created.
3370
3371 2002-08-23 Donn Terry <donnte@microsoft.com>
3372
3373 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
3374 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
3375 and PCUNKILL.
3376 (write_with_trace): Conditionalize out the switch branch handling
3377 PCSHOLD if the corresponding macro is not defined. Likewise for
3378 PRSABORT and PRSTOP.
3379 This change will be needed by the Interix port.
3380
3381 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3382
3383 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
3384 write_register wherever possible instead of manipulating the
3385 register bytes directly.
3386 Assign VALUE_CONTENTS to a variable and use that.
3387 The GPR numbers are now dependent on the architecture.
3388
3389 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3390
3391 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
3392 ev_offset fields.
3393 (skip_prologue): Add support for BookE/e500 instructions.
3394 (e500_extract_return_value): New function.
3395 (frame_get_saved_regs): Add support for saving ev registers and
3396 pseudo gpr's.
3397 (e500_store_return_value): New function.
3398 (rs6000_gdbarch_init): Move up default intializations of
3399 deprecated_extract_return_value and store_return_value. Overwrite
3400 init of store_return_value with e500 specific version.
3401 Set extract_return_value for e500.
3402
3403 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3404
3405 * blockframe.c (generic_call_dummy_register_unwind): Use
3406 regcache_cooked_read to catch cases in which the variable is
3407 stored in a pseudo register.
3408
3409 2002-08-22 Andrew Cagney <cagney@redhat.com>
3410
3411 * NEWS: Mention that the i960 has been made obsolete.
3412 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
3413 i960-tdep.c
3414 (remote-nrom.o): Obsolete target.
3415 (remote-nindy.o, i960-tdep.o): Ditto.
3416 * remote-nrom.c: Make file obsolete.
3417 * remote-nindy.c, remote-vx960.c: Ditto.
3418 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
3419 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
3420 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
3421 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
3422 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
3423 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
3424 i960-*-vxworks* obsolete.
3425 * MAINTAINERS: Note that the i960 is obsolete.
3426
3427 2002-08-21 Corinna Vinschen <vinschen@redhat.com
3428
3429 * aix-thread.c (aix_thread_detach): Disable thread debugging on
3430 detach to allow reinitialization.
3431
3432 2002-08-22 Andrew Cagney <ac131313@redhat.com>
3433
3434 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
3435 attempt).
3436
3437 2002-08-22 Jim Blandy <jimb@redhat.com>
3438
3439 * coffread.c (coff_symfile_read): Don't try to read the line
3440 number table from disk if the image file doesn't have a symbol
3441 table; we'll never actually look at the info anyway, and Windows
3442 ships DLL's with bogus file offsets for the line number data.
3443
3444 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
3445
3446 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
3447 an e500 executable.
3448
3449 2002-08-21 Michael Snyder <msnyder@redhat.com>
3450
3451 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
3452 (MSYMBOL_SIZE): Replace macro with function.
3453 (DEFAULT_MIPS_TYPE): Delete unused macro.
3454 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3455 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3456
3457 2002-08-21 Jim Blandy <jimb@redhat.com>
3458
3459 * valops.c (value_cast): Simplify and correct logic for doing a
3460 static cast from a pointer to a base class to a pointer to a
3461 derived class.
3462
3463 2002-08-21 Andrew Cagney <ac131313@redhat.com>
3464
3465 * infcmd.c (default_print_registers_info): Replace
3466 do_registers_info.
3467 (registers_info): Use gdbarch_print_registers_info instead of
3468 DO_REGISTERS_INFO.
3469 * inferior.h (default_print_registers_info): Replace
3470 do_registers_info.
3471 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
3472 (DO_REGISTERS_INFO): Change to a predicate function.
3473 * gdbarch.h, gdbarch.c: Regenerate.
3474
3475 2002-08-21 Keith Seitz <keiths@redhat.com>
3476
3477 * gdb-events.sh: Add target-changed event.
3478 * gdb-events.c: Regenerated.
3479 * gdb-events.c: Regenerated.
3480 * valops.c (value_assign): Add target-changed event notification
3481 to inlval_register, lval_memory, and lval_reg_frame_relative.
3482
3483 2002-08-21 Joel Brobecker <brobecker@gnat.com>
3484
3485 * NEWS: Add an entry regarding the improvement of the next/step
3486 operation on Alpha Tru64 multi-processor machines.
3487
3488 2002-08-21 Andrew Cagney <ac131313@redhat.com>
3489
3490 * Makefile.in: Update dependencies for mi/ cli/ and tui/
3491 directores.
3492 * Makefile.in: Update all _h macro definitions.
3493 * Makefile.in (install-gdbtk): Move to install section.
3494 (rdi-share/libangsd.a): Move to end of file.
3495
3496 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3497
3498 * frame.c (frame_register_unwind): When a register, set addrp to
3499 the register's byte.
3500
3501 2002-08-20 Michael Snyder <msnyder@redhat.com>
3502
3503 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
3504 used locally, so move them from the target machine header to here.
3505 (mips_set_processor_type, mips_register_name, mips32_next_pc,
3506 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
3507 Make static.
3508 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
3509
3510 2002-08-20 Andrew Cagney <cagney@redhat.com>
3511
3512 * NEWS: Mention that the Apollo line was made obsolete.
3513 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
3514 m68*-hp-hpux* obsolete.
3515 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
3516 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
3517 * buildsym.c (make_blockvector): Make static.
3518 * buildsym.h (make_blockvector): Make extern declaration obsolete.
3519 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
3520 (ALLDEPFILES): Remove dstread.c.
3521 (dstread.o): Obsolete make rule.
3522 * dstread.c: Makefile obsolete.
3523 * dst.h: Ditto.
3524 * config/m68k/hp300hpux.mt: Ditto.
3525 * config/m68k/hp300hpux.mh: Ditto.
3526 * config/m68k/hp300bsd.mt: Ditto.
3527 * config/m68k/hp300bsd.mh: Ditto.
3528 * config/m68k/apollo68b.mt: Ditto.
3529 * config/m68k/apollo68v.mh: Ditto.
3530 * config/m68k/apollo68b.mh: Ditto.
3531
3532 2002-08-20 Michael Snyder <msnyder@redhat.com>
3533
3534 * mips-tdep.c (mips_in_return_stub): Make static.
3535 (mips_gdbarch_init): Set in_solib_return_trampoline.
3536 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
3537
3538 2002-08-20 Michael Snyder <msnyder@redhat.com>
3539
3540 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
3541 * gdbarch.c, gdbarch.h: Regenerate.
3542 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
3543 Add.
3544 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
3545
3546 2002-08-20 Michael Snyder <msnyder@redhat.com>
3547
3548 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
3549 (mips_gdbarch_init): Set skip_trampoline_code,
3550 in_solib_call_trampoline.
3551 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
3552 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
3553
3554 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3555
3556 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
3557
3558 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
3559 vector type for ev registers.
3560 (e500_pseudo_register_read): New function.
3561 (e500_pseudo_register_write): New function.
3562 (e500_dwarf2_reg_to_regnum): New function.
3563 (PPC_UISA_NOFP_SPRS): New macro.
3564 (PPC_EV_REGS): New macro.
3565 (PPC_GPRS_PSEUDO_REGS): New macro.
3566 (registers_e500): New register set for e500.
3567 (variants): Add e500 variant.
3568 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
3569 before setting architectural dependent variations. Initialize ev
3570 registers numbers. Add case for e500 architecture. Set the
3571 number of pseudo registers.
3572
3573 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3574
3575 * rs6000-tdep.c: Clean up comments.
3576
3577 2002-08-20 Andrew Cagney <cagney@redhat.com>
3578
3579 * h8300-tdep.c: Re-indent file.
3580
3581 2002-08-20 Jim Blandy <jimb@redhat.com>
3582
3583 * Makefile.in (LDFLAGS): Allow the configure script to establish a
3584 default for this.
3585
3586 2002-08-20 Keith Seitz <keiths@redhat.com>
3587
3588 * breakpoints.c (watch_command_1): Use internal breakpoint
3589 when setting a watchpoint_scope breakpoint.
3590
3591 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3592
3593 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
3594 (build_builtin_type_vec64i): Ditto.
3595 (build_builtin_type_vec128): Ditto.
3596 (build_builtin_type_vec128i): Ditto.
3597
3598 2002-08-19 Michael Snyder <msnyder@redhat.com>
3599
3600 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
3601 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
3602 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
3603 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
3604 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
3605 CALL_DUMMY_ADDRESS): Delete.
3606 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
3607 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
3608 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
3609 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
3610 push_return_address.
3611 (mips_register_raw_size, mips_eabi_use_struct_convention,
3612 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
3613 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
3614 mips_init_extra_frame_info, mips_eabi_push_arguments,
3615 mips_n32n64_push_arguments, mips_push_return_address,
3616 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
3617 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
3618
3619 2002-08-19 Michael Snyder <msnyder@redhat.com>
3620
3621 * mips-tdep.c (mips_frame_num_args): New function.
3622 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
3623 frame_saved_pc, frame_args_address, frame_locals_address,
3624 frame_num_args, and frame_args_skip.
3625 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
3626 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
3627 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
3628 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
3629
3630 2002-08-20 Michael Snyder <msnyder@redhat.com>
3631
3632 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
3633 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3634 * mips-tdep.c (mips_store_struct_return): New function.
3635 (mips_extract_struct_value_address): New function.
3636 (mips_gdbarch_init): Set store_struct_return and
3637 extract_struct_value_address.
3638
3639 2002-08-20 David Carlton <carlton@math.stanford.edu>
3640
3641 * dwarf2read.c (dwarf2_build_psymtabs): Check that
3642 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
3643 (read_file_scope): Check that line_header is nonzero before
3644 decoding macro information.
3645
3646 2002-08-20 Mark Kettenis <kettenis@gnu.org>
3647
3648 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
3649 flag the general-purpose registers as floating-point on targets
3650 that don't support the floating-point registers.
3651
3652 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3653
3654 * rs6000-tdep.c (altivec_register_p): Delete.
3655 (rs6000_do_altivec_registers): Delete.
3656 (rs6000_altivec_registers_info): Delete.
3657 (rs6000_do_registers_info): Delete.
3658 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
3659 (rs6000_gdbarch_init): Remove setting of do_registers_info.
3660
3661 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3662
3663 * infcmd.c (do_registers_info): Print vector registers in hex
3664 format only.
3665 (print_vector_info): Check that printing registers
3666 makes sense.
3667 (print_float_info): Ditto.
3668
3669 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3670
3671 * mips-tdep.c (mips_gdbarch_init): Update.
3672 (mips_o32_extract_return_value): Rewrite.
3673 (mips_o32_store_return_value): Rewrite.
3674 (mips_o32_xfer_return_value): New function.
3675 (mips_xfer_register): Tweak debug print message. Allow for
3676 buf_offset when dumping the value transfered.
3677
3678 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3679
3680 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
3681 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
3682 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3683 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3684 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3685
3686 2002-08-14 Michael Snyder <msnyder@redhat.com>
3687
3688 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3689
3690 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3691
3692 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3693 register.
3694 (P): New macro to define a register as a pseudo register.
3695 (R, R4, R8, R16, FR32, R64, R0): Updated.
3696 (struct variant): Add new fields for number of pseudo registers
3697 and number of total registers.
3698 (tot_num_registers): New macro replacing....
3699 (num_registers): ...deleted macro.
3700 (num_registers): New function.
3701 (num_pseudo_registers): New function.
3702 (variants): Update all variants to intialize new fields correctly.
3703 Postpone initialization of number of pseudo regs and real regs.
3704 (init_variants): New function.
3705 (rs6000_gdbarch_init): Initialize variants. Update calculation of
3706 registers offsets.
3707
3708 2002-08-19 David Carlton <carlton@math.stanford.edu>
3709
3710 * valops.c (search_struct_field): Change error message to treat
3711 return value of 0 from value_static_field as meaning that field is
3712 optimized out.
3713 (value_struct_elt_for_reference): Ditto.
3714 * values.c (value_static_field): Treat an unresolved location the
3715 same as a nonexistent symbol. Fix PR gdb/635.
3716 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3717 enclosed. Fix PR gdb/574.
3718 * MAINTAINERS: Add self to Write After Approval list.
3719
3720 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3721
3722 * mips-tdep.c (mips_xfer_register): New function.
3723 (mips_n32n64_extract_return_value): Rewrite.
3724 (mips_gdbarch_init): For N32 and N64, set extract_return_value
3725 instead of deprecated_extract_return_value.
3726
3727 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3728
3729 * rs6000-tdep.c (TDEP): Delete macro.
3730 (branch_dest): Replace use of TDEP macro with its body.
3731 (rs6000_pop_frame): Ditto.
3732 (rs6000_push_arguments): Ditto.
3733 (rs6000_skip_trampoline_code): Ditto.
3734 (rs6000_frame_saved_pc): Ditto.
3735 (rs6000_frame_chain): Ditto.
3736 (rs6000_register_name): Ditto.
3737 (rs6000_register_byte): Ditto.
3738 (rs6000_register_raw_size): Ditto.
3739 (rs6000_register_virtual_type): Ditto.
3740 (rs6000_register_convertible): Ditto.
3741 (rs6000_convert_from_func_ptr_addr): Ditto.
3742
3743 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
3744
3745 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3746 conditionally.
3747 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3748 MIPS_LINUX_JB_ELEMENT_SIZE.
3749 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3750 for MAX_REGISTER_RAW_SIZE arrays.
3751 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3752 MIPS_LINUX_JB_ELEMENT_SIZE.
3753
3754 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3755
3756 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3757
3758 2002-08-19 Aidan Skinner <aidan@velvet.net>
3759
3760 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3761 ada-valprint.c ada-tasks.c.
3762 (YYFILES): Add ada-exp.y.
3763 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3764 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3765 (ada-exp.tab.o): New target.
3766
3767 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3768
3769 * regcache.c (regcache_xfer_part): New function.
3770 (regcache_raw_read_part): New function.
3771 (regcache_raw_write_part): New function.
3772 (regcache_cooked_read_part): New function.
3773 (regcache_cooked_write_part): New function.
3774 * regcache.h (regcache_raw_read_part): Declare.
3775 (regcache_raw_write_part): Declare.
3776 (regcache_cooked_read_part): Declare.
3777 (regcache_cooked_write_part): Declare.
3778
3779 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
3780
3781 * remote.c (remote_open_1): Add async_p.
3782 (remote_async_open_1): Delete.
3783 (open_remote_target): Delete.
3784 (remote_open, extended_remote_open): Update calls to remote_open_1.
3785 (remote_async_open, extended_remote_async_open): Call
3786 remote_open_1 instead of remote_async_open_1.
3787
3788 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3789
3790 * blockframe.c: Fix a few coding standard violations.
3791
3792 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3793
3794 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3795 here from ...
3796 * config/i386/tm-i386sco5.h: ... here. File removed.
3797 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3798
3799 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
3800 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3801 (TM_FILE): Set to tm-i386.h.
3802 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3803 * config/i386/tm-i386v.h: Remove file.
3804 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3805 instead of "i386/tm-i386v.h".
3806 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3807 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3808 "i386/tm-i386v.h".
3809 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3810 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3811 "i386/tm-i386.h".
3812
3813 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3814
3815 * config/i386/nm-i386v.h: Add protection against
3816 multiple-inclusion.
3817 (i386_register_u_addr): Remove prototype.
3818 (register_u_addr): New prototype.
3819 (REGISTER_U_ADDR): Redefine accordingly.
3820 * i386v-nat.c: Improve several comments.
3821 (i386_register_u_addr): Change signature and rename to
3822 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3823 ubase variable.
3824
3825 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3826
3827 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3828 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3829 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3830 deprecated_extract_return_value.
3831 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3832 rename mips_o32o64_push_arguments.
3833 (mips_gdbarch_init): Update.
3834 (mips_extract_return_value): Delete.
3835 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3836 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3837 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3838 (mips_n32n64_extract_return_value): Clone
3839 mips_extract_return_value.
3840 (mips_store_return_value): Delete.
3841 (mips_o32_store_return_value): Clone mips_store_return_value.
3842 (mips_o64_store_return_value): Clone mips_store_return_value.
3843 (mips_eabi_store_return_value): Clone mips_store_return_value.
3844 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3845
3846 2002-08-18 Aidan Skinner <aidan@velvet.net>
3847
3848 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3849 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3850
3851 2002-08-18 Aidan Skinner <aidan@velvet.net>
3852
3853 * ada-lang.c: Run through gdb_indent.sh.
3854 * ada-lang.h: Run through gdb_indent.sh.
3855 * ada-tasks.c: Run through gdb_indent.sh.
3856 * ada-typeprint.c: Run through gdb_indent.sh.
3857 * ada-valprint.c: Run through gdb_indent.sh.
3858
3859 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3860
3861 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3862 ABI.
3863
3864 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3865
3866 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3867
3868 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3869 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3870
3871 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3872 write_register_gen instead of write_register_bytes.
3873
3874 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3875 i[3456]-*-osf1mk* configurations have been made obsolete.
3876 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3877 i[3456]86-*-osf1mk* hosts obsolete.
3878 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3879 targets obsolete.
3880 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3881 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3882 config/i386/i386m3.mt, config/i386/nm-m3.h,
3883 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3884 config/i386/i386mk.mh, config/i386/i386mk.mt,
3885 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3886 obsolete.
3887 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3888 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3889 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3890
3891 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3892
3893 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3894 (hppa_value_returned_from_stack): Declare.
3895 (hppa_extract_return_value): Declare.
3896 * config/pa/hppa.mt: New file.
3897 * configure.tgt: Recognize hppa*-*-*.
3898 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3899
3900 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3901
3902 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3903 comment.
3904
3905 2002-08-17 Mark Kettenis <kettenis@gnu.org>
3906
3907 * top.c (gdb_rl_operate_and_get_next): Make sure
3908 operate-and-get-next functions correctly even when the history
3909 list is completely filled.
3910
3911 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3912
3913 * MAINTAINERS (Target Instruction Set Architectures): Rename
3914 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3915 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3916 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3917 already listed under Host/Native.
3918
3919 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3920 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3921 mips*-*-*.
3922
3923 2002-08-17 Andrew Cagney <ac131313@redhat.com>
3924
3925 * config/ia64/ia64.mt: New file.
3926 * config/alpha/alpha.mt: New file.
3927 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3928 ia64-linux-gnu. Mention that ia64-elf is broken.
3929 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3930
3931 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3932
3933 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3934 generic_func_frame_valid instead of func_frame_valid.
3935
3936 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3937
3938 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3939 procfs appears to be broken when debugging on multi-processor
3940 machines. So enable software single stepping in order to avoid
3941 using the procfs interface to do next/step operations, using
3942 internal breakpoints instead.
3943
3944 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3945 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3946 make this pc address equal to the value it would have if the
3947 system stepping capability was used. Also set a new flag used
3948 to ensure that we don't readjust the PC one more time later.
3949
3950 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3951 address by DECR_PC_AFTER_BREAK when software single step is
3952 in use for this architecture, as this has already been taken
3953 care of in handle_inferior_event().
3954
3955 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3956
3957 * infrun.c (handle_inferior_event): Minor reformatting, to make
3958 a rather long condition expression easier to read.
3959
3960 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3961
3962 * Makefile.in (gdbtk.o): Move to end of file.
3963 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3964 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3965 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3966 (gdbtk-wrapper.o, gdbres.o): Ditto.
3967
3968 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3969
3970 * Makefile.in (copying.o): Separate out compile rule.
3971 (hpux-thread.o, procfs.o, signals.o): Ditto.
3972 (v850ice.o, z8k-tdep.o): Ditto.
3973 (tui-file.o): Move to TUI section.
3974 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3975 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3976
3977 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3978
3979 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3980 skip_trampoline_code, for better namespace-proofing.
3981
3982 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3983
3984 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3985
3986 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3987
3988 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3989
3990 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3991 signal, check whether we hit a breakpoint before checking for a
3992 single step breakpoint. Otherwise, GDB fails to notice that a
3993 breakpoint has been hit when stepping onto a breakpoint.
3994
3995 2002-08-16 Keith Seitz <keiths@redhat.com>
3996
3997 * gdb-events.sh (clear_gdb_event_hooks): New function.
3998 * gdb-events.c: Regenerate.
3999 * gdb-events.h: Regenerate.
4000
4001 2002-08-16 Andrew Cagney <ac131313@redhat.com>
4002
4003 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
4004 not_a_sw_breakpoint.
4005 * breakpoint.h (bpstat_stop_status): Add parameter names.
4006
4007 2002-08-16 Grace Sainsbury <graces@redhat.com>
4008
4009 * remote.c (remote_insert_hw_breakpoint)
4010 (remote_remove_hw_breakpoint): Fix calculation of length field
4011 for Z-packet.
4012
4013 2002-08-15 Michael Snyder <msnyder@redhat.com>
4014
4015 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
4016 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
4017 (supply_fpregset): Ditto.
4018
4019 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
4020 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
4021 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
4022 (TARGET_READ_SP): Delete.
4023 (DO_REGISTERS_INFO): Delete.
4024 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
4025 Delete.
4026 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
4027 from macros to functions.
4028
4029 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
4030 (mips_register_convertible, mips_register_convert_to_virtual,
4031 mips_register_convert_to_raw): Make static.
4032 (mips_read_sp): New function.
4033 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
4034 (mips_do_registers_info): Make static.
4035 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
4036 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
4037 (mips_register_convert_from_type, mips_register_convert_to_type):
4038 New functions.
4039 (mips_gdbarch_init): Set up function_start_offset,
4040 register_virtual_size, pc_in_sigtramp.
4041
4042 2002-08-15 Andrew Cagney <ac131313@redhat.com>
4043
4044 * infcmd.c (vector_info): New function.
4045 (_initialize_infcmd): Add command "info vector".
4046 (print_vector_info): New function.
4047
4048 * gdbarch.sh (PRINT_VECTOR_INFO): New method
4049 * gdbarch.h, gdbarch.c: Regenerate.
4050
4051 2002-08-15 Andrew Cagney <ac131313@redhat.com>
4052
4053 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
4054 ``print_all''. Only print vector registers when ``print_all''.
4055
4056 2002-08-15 Andrew Cagney <ac131313@redhat.com>
4057
4058 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
4059 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
4060
4061 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
4062 Add `args' parameter.
4063 * gdbarch.h, gdbarch.c: Regenerate.
4064
4065 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
4066
4067 * infcmd.c (float_info): Call print_float_info.
4068 (print_float_info): New function. By default, print the
4069 floating-point registers.
4070
4071 * arch-utils.h (default_print_float_info): Delete declaration.
4072 * arch-utils.c (default_print_float_info): Delete function.
4073
4074 2002-08-16 Mark Kettenis <kettenis@gnu.org>
4075
4076 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
4077 out define.
4078
4079 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
4080 FRAME.
4081
4082 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
4083 * configure.host: Make i[3456]86-*-aix host obsolete.
4084 * configure.tgt: Make i[3456]86-*-aix target obsolete.
4085 * config/i386/i386aix.mh, config/i386/i386aix.mt,
4086 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
4087 config/i386/xm-i386aix.h: Make files obsolete.
4088 * i386aix-nat.c: Make file obsolete.
4089 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
4090 (i386aix-nat.o): Make target obsolete.
4091
4092 * config/i386/nm-gnu.h: Removed.
4093 * config/i386/nm-i386gnu.h: New file.
4094 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
4095 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
4096 Moved here from ...
4097 * config/i386/tm-i386gnu.h: ... here. Removed.
4098 * config/i386/xm-i386gnu.h: Removed.
4099 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
4100 (NAT_FILE): Set to nm-i386gnu.h.
4101 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
4102 * i386-tdep.c: New file.
4103 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
4104 (i386gnu-tdep.o): Specify dependencies.
4105
4106 2002-08-15 Mark Kettenis <kettenis@gnu.org>
4107
4108 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
4109 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
4110 Adjust a few comments to reflect reality a bit closer.
4111 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
4112 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
4113 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
4114 target_insert_watchpoint, target_remove_watchpoint):
4115 Move defines to ...
4116 * config/i386/nm-i386sco5.h: ... here.
4117 (kernel_u_size): Add prototype. Improve a few comments and add
4118 protection against multiple inclusion.
4119
4120 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
4121 out define.
4122
4123 * uw-thread.c (SP_ARG0): Define if not already defined.
4124 * config/i386/tm-i386.h (SO_ARG0): Remove define.
4125
4126 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
4127
4128 * config/i386/tm-i386.h: Don't include "regcache.h".
4129
4130 * i387-tdep.h (i387_print_float_info): New prototype.
4131 * i387-tdep.c (print_i387_value, print_i387_ext,
4132 print_i387_status_word, print_i387_control_word): Add `struct
4133 ui_file *' argument and use it for output.
4134 (i387_print_float_info): Renamed from i387_float_info. Add
4135 `struct gdbarch *' and `struct ui_file *' arguments and use the
4136 latter for output.
4137 * i386-tdep.c: Include "i387-tdep.h".
4138 (i386_gdbarch_init): Set print_float_info.
4139 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
4140 (FLOAT_INFO): Remove define.
4141
4142 2002-08-13 Michael Snyder <msnyder@redhat.com>
4143
4144 * mips-tdep.c (mips_push_arguments): Rename to
4145 mips_eabi_push_arguments, and tune for EABI.
4146 (MIPS_REGS_HAVE_HOME_P): Delete.
4147 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
4148 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
4149 Delete references to mips_regs_have_home_p.
4150
4151 2002-08-14 Keith Seitz <keiths@redhat.com>
4152
4153 * Makefile.in (install-gdbtk): Create insight plugin directory.
4154 Install plugins.tcl file.
4155
4156 2002-08-14 Keith Seitz <keiths@redhat.com>
4157
4158 * configure.in: Move SUBDIRS to near top of the file so that
4159 --enable options may add things to it.
4160 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
4161 * configure: Regenerate.
4162
4163 2002-08-13 Michael Snyder <msnyder@redhat.com>
4164
4165 * mips-tdep.c (mips_o32o64_push_arguments): New function,
4166 cloned from mips_push_arguments, tuned for o32/o64 ABI.
4167 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
4168
4169 2002-08-13 Andrew Cagney <ac131313@redhat.com>
4170
4171 * vax-tdep.c (vax_get_saved_register): Delete function.
4172 (vax_gdbarch_init): Update.
4173 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
4174 (ns32k_gdbarch_init): Update.
4175 * alpha-tdep.c (alpha_get_saved_register): Delete function.
4176 (alpha_gdbarch_init): Update.
4177
4178 2002-08-13 Andrew Cagney <cagney@redhat.com>
4179
4180 * regcache.c (init_regcache_descr): Overallocate the
4181 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
4182 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
4183 nr_raw_registers.
4184 (set_register_cached): Add range checking assertions. Use
4185 current_regcache.
4186
4187 2002-08-13 Mark Kettenis <kettenis@gnu.org>
4188
4189 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
4190 numbers for MMX registers.
4191
4192 2002-08-13 Andrew Cagney <cagney@redhat.com>
4193
4194 * i386-tdep.c (i386_gdbarch_init): Use
4195 generic_unwind_get_saved_register.
4196
4197 2002-08-13 Kevin Buettner <kevinb@redhat.com>
4198
4199 * procfs.c (procfs_can_use_hw_breakpoint): New function.
4200 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
4201 target vector.
4202 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
4203 Delete. Add comment regarding this now-deleted target method.
4204
4205 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4206
4207 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
4208 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
4209 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
4210 real PC and the page number (if it's within the memory bank window).
4211 (m68hc11_pseudo_register_write): Likewise when saving.
4212 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
4213 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
4214 (m68hc11_register_raw_size): And use 32-bit for it.
4215 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
4216 16K memory bank is used by the prog; also use the virtual pc.
4217
4218 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4219
4220 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
4221 (m68hc11_gdbarch_init): Install it in gdbarch.
4222 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
4223 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
4224 (MSYMBOL_SIZE): New for documentation.
4225 (insn_return_kind): Enum to specify how a function returns.
4226 (frame_extra_info): Cleanup and record the return mode.
4227 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
4228 register in address computation.
4229 (m68hc11_get_return_insn): New to obtain the return instruction used
4230 by the function.
4231 (m68hc11_frame_init_saved_regs): Take into account the return
4232 instruction used by the function for far and interrupt functions.
4233 (m68hc11_init_extra_frame_info): Take into account page register.
4234 (m68hc11_frame_args_address): Adjust according to the return mode.
4235 (show_regs): Print page register only when it's used.
4236
4237 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4238
4239 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
4240 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
4241 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
4242 registers.
4243 (m68hc11_register_raw_size): Likewise.
4244
4245 2002-08-13 Andrew Cagney <cagney@redhat.com>
4246
4247 * i386-tdep.c (i386_register_name): Handle mmx registers.
4248 (mmx_regnum_p): New function.
4249 (i386_mmx_names): New array.
4250 (mmx_num_regs): New variable.
4251 (i386_pseudo_register_read): New function.
4252 (i386_pseudo_register_write): New function.
4253 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
4254
4255 * regcache.c (regcache_raw_read_unsigned): New function.
4256 (regcache_raw_read_signed): New function.
4257 * regcache.h (regcache_raw_read_unsigned): Declare.
4258 (regcache_raw_read_signed): Declare.
4259
4260 2002-08-13 Andrew Cagney <cagney@redhat.com>
4261
4262 * regcache.c (regcache_raw_read_as_address): Delete function.
4263 (regcache_cooked_read_signed): New function.
4264 (regcache_cooked_read_unsigned): New function.
4265 * regcache.h (regcache_cooked_read_signed): Declare.
4266 (regcache_cooked_read_unsigned): Declare.
4267 (regcache_raw_read_as_address): Delete declaration.
4268
4269 * blockframe.c (generic_read_register_dummy): Use
4270 regcache_cooked_read_unsigned.
4271 * i386-tdep.c (i386_extract_struct_value_address): Use
4272 regcache_cooked_read_unsigned.
4273
4274 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4275
4276 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
4277 double sizes according to ELF ABI flags.
4278 (gdbarch_tdep): Record elf_flags.
4279
4280 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4281
4282 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
4283 (m6812_prolog): They can appear in 68HC12 function prologue.
4284 (m68hc11_frame_chain): Cleanup.
4285
4286 2002-08-12 Andrew Cagney <cagney@redhat.com>
4287
4288 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
4289 declarations.
4290 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
4291 (i386_linux_register_raw_size): Delete function.
4292 (i386_linux_init_abi): Update.
4293 * i386-tdep.c (i386_register_raw_size): Delete function.
4294 (i386_register_byte): Delete function.
4295 (i386_gdbarch_init): Update.
4296 (i386_register_size): Delete array.
4297 (i386_register_offset): Delete array.
4298
4299 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
4300 (REGISTER_RAW_SIZE): Delete macro.
4301 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
4302 (REGISTER_BYTE): Delete macro.
4303
4304 2002-08-11 Aidan Skinner <aidan@velvet.net>
4305
4306 * ada-lang.c (ada_lookup_partial_symbol)
4307 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
4308 prototype names so that grep ^func works properly.
4309
4310 * ada-lang.c (ada_array_element_type)
4311 (ada_lookup_partial_symbol): Fix typos in parameter list.
4312
4313 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
4314 Fix prototype names so that grep ^func works properly.
4315
4316 2002-08-10 Andrew Cagney <cagney@redhat.com>
4317 Elena Zannoni <ezannoni@redhat.com>
4318 Martin M. Hunt <hunt@redhat.com>
4319
4320 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
4321 (build_builtin_type_vec128i): Set the vector bit.
4322 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
4323 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
4324 (build_builtin_type_vec64): New function.
4325 (build_builtin_type_vec64i): New function.
4326 (build_gdbtypes): Initialize builtin_type_vec64 and
4327 builtin_type_vec64i.
4328
4329 2002-08-09 Andrew Cagney <cagney@redhat.com>
4330
4331 * regcache.c (regcache_dump): Compare the register offset
4332 with REGISTER_BYTE.
4333 * arch-utils.c (generic_register_byte): New function.
4334 * arch-utils.h (generic_register_byte): Declare.
4335 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
4336 * gdbarch.h, gdbarch.c: Regenerate.
4337
4338 2002-08-09 Andrew Cagney <cagney@redhat.com>
4339
4340 * regcache.c: Include "gdbcmd.h"
4341 (_initialize_regcache): Add commands "maintenance print
4342 registers", "maintenance print raw-registers" and "maintenance
4343 print cooked-registers".
4344 (enum regcache_dump_what): Define.
4345 (dump_endian_bytes): New function.
4346 (regcache_dump): New function.
4347 (regcache_print): New function.
4348 (maintenance_print_registers): New function.
4349 (maintenance_print_raw_registers): New function.
4350 (maintenance_print_cooked_registers): New function.
4351 * Makefile.in (regcache.o): Update dependencies.
4352
4353 2002-08-09 Michael Snyder <msnyder@redhat.com>
4354
4355 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
4356 (mips_push_arguments): Correct some comments. Use paddr_nz
4357 for printing addresses in debug output. Replace static
4358 allocation using MAX_REGISTER_RAW_SIZE with alloca.
4359 (mips_n32n64_push_arguments): New function, cloned from
4360 mips_push_arguments and tuned for the n32/n64 ABI.
4361 (mips_push_register): Buffer needs dynamic allocation.
4362 (mips_print_register): Ditto.
4363 (do_gp_register_row): Ditto.
4364 (mips_store_return_value): Ditto.
4365 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
4366
4367 2002-08-09 Don Howard <dhoward@redhat.com>
4368
4369 * memattr.c (mem_info_command): Print special case of upper bound
4370 as max CORE_ADDR + 1.
4371
4372 2002-08-08 Michael Snyder <msnyder@redhat.com>
4373
4374 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
4375 returns structs by ref if they're too big to fit in two registers.
4376
4377 2002-08-09 Kevin Buettner <kevinb@redhat.com>
4378
4379 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
4380 saved regs value.
4381 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
4382 mips_find_saved_regs().
4383 (mips_pop_frame): Likewise.
4384
4385 2002-08-09 Kevin Buettner <kevinb@redhat.com>
4386
4387 * blockframe.c (frame_saved_regs_register_unwind): Revise
4388 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
4389 frames are in use.
4390
4391 2002-08-09 Grace Sainsbury <graces@redhat.com>
4392
4393 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
4394 T-packets; the 'a' is not taken as a register number.
4395 (remote_check_watch_resources, remote_stopped_by_watchpoint)
4396 (remote_stopped_data_address): New functions; add to target
4397 vector.
4398 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
4399 prototypes to match other implementations of this
4400 function. replace integer argument with pointer -- the length
4401 field in the Z-packet is the length of what is pointed to or 1 if
4402 pointer is null. Add to target vector.
4403 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
4404 target vector.
4405
4406 From Mark Salter:
4407 * remote.c (remote_wait): Add support to extract optional
4408 watchpoint information from T-packet. Ignore unrecognized
4409 optional info in T-packet.
4410 (remote_async_wait): Ditto.
4411
4412 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
4413
4414 * cli/cli-dump.c: Change fopen modes to use binary open modes
4415 as defined in include/fopen-bin.h throughout.
4416
4417 2002-08-08 Michael Snyder <msnyder@redhat.com>
4418
4419 * mips-tdep.c: Minor whitespace and indentation clean-ups.
4420
4421 2002-08-08 Kevin Buettner <kevinb@redhat.com>
4422
4423 * doublest.c (store_floating): Avoid floatformat_from_doublest()
4424 assertion failure by returning early after a warning.
4425
4426 2002-08-08 Kevin Buettner <kevinb@redhat.com>
4427
4428 * mips-tdep.c (mips_find_saved_regs): Make static.
4429 (mips_frame_init_saved_regs): New function.
4430 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
4431 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
4432 (mips_find_saved_regs): Delete declaration.
4433
4434 2002-08-08 Grace Sainsbury <graces@redhat.com>
4435
4436 * remote.c (remote_wait, remote_async_wait): Change
4437 thread_num from int to ULONGEST.
4438 (unpack_varlen_hex): Change result parameter from
4439 int * to ULONGEST *.
4440
4441 2002-08-08 Andrew Cagney <ac131313@redhat.com>
4442
4443 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
4444 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
4445 powerpc*-*-*.
4446 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
4447
4448 2002-08-08 Andrew Cagney <cagney@redhat.com>
4449
4450 * gcore.c (override_derive_stack_segment): Delete variable.
4451 (preempt_derive_stack_segment): Delete function.
4452 (derive_stack_segment): Delete function.
4453 (default_derive_stack_segment): Renamed to derive_stack_segment.
4454 (override_derive_heap_segment): Delete variable.
4455 (preempt_derive_heap_segment): Delete function.
4456 (derive_heap_segment): Delete function.
4457 (default_derive_heap_segment): Rename to derive_heap_segment.
4458
4459 2002-08-06 Michael Snyder <msnyder@redhat.com>
4460
4461 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
4462 * mips-tdep.c (mips_EABI_use_struct_convention,
4463 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
4464 New functions. (mips_use_struct_convention): Delete.
4465 (mips_gdbarch_init): set use_gdbarch_convention.
4466
4467 2002-08-06 Michael Snyder <msnyder@redhat.com>
4468
4469 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
4470 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
4471 mips_o32_reg_struct_has_addr): New functions.
4472 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
4473
4474 2002-08-07 Andrew Cagney <ac131313@redhat.com>
4475
4476 * regcache.c (pseudo_register): Delete function.
4477 (fetch_register): Delete function.
4478 (store_register): Delete function.
4479 (regcache_raw_read, legacy_read_register_gen): Use
4480 target_fetch_registers instead of fetch_register.
4481 (legacy_write_register_gen, regcache_raw_write): Use
4482 target_store_register instead of store_register.
4483 (write_register_bytes): Ditto.
4484
4485 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
4486 (STORE_PSEUDO_REGISTER): Delete.
4487 * gdbarch.h, gdbarch.c: Regenerate.
4488
4489 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
4490
4491 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
4492 write dump file binary.
4493
4494 2002-08-05 Michael Snyder <msnyder@redhat.com>
4495
4496 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
4497 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
4498 (mips_gdbarch_init): Set N32 target to be mips64.
4499
4500 2002-08-06 Kevin Buettner <kevinb@redhat.com>
4501
4502 * frame.c (find_saved_register): Break out of loop once saved
4503 register address is found. Don't mention sparc in loop comment
4504 anymore.
4505
4506 2002-08-06 Kevin Buettner <kevinb@redhat.com>
4507
4508 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
4509 mips_default_saved_regsize to 8.
4510
4511 2002-08-06 Andrew Cagney <ac131313@redhat.com>
4512
4513 * gcore.c: Do not include <sys/procfs.h>.
4514 * Makefile.in (gcore.o): Update dependencies.
4515
4516 2002-08-06 Andrew Cagney <cagney@redhat.com>
4517
4518 * configure.tgt: Make arc-*-* obsolete.
4519 * NEWS: Mention that arc-*-* has been identifed as obsolete.
4520 * MAINTAINERS: Make arc-elf obsolete.
4521 * arc-tdep.c: Make file obsolete.
4522 * config/arc/arc.mt: Ditto.
4523 * config/arc/tm-arc.h: Ditto.
4524
4525 2002-08-05 Theodore A. Roth <troth@verinet.com>
4526
4527 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
4528
4529 2002-08-05 Andrew Cagney <ac131313@redhat.com>
4530
4531 * mcore-tdep.c (mcore_gdbarch_init): Use
4532 generic_unwind_get_saved_register instead of
4533 generic_get_saved_register.
4534 * v850-tdep.c (v850_gdbarch_init): Ditto.
4535 * frv-tdep.c (frv_gdbarch_init): Ditto.
4536 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4537 * s390-tdep.c (s390_gdbarch_init): Ditto.
4538 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4539 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
4540 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
4541
4542 2002-08-05 Joel Brobecker <brobecker@gnat.com>
4543
4544 * objfiles.h: Add missing #include "symfile.h"
4545
4546 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
4547
4548 2002-08-04 Andrew Cagney <ac131313@redhat.com>
4549
4550 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
4551 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
4552 of FIELD_BITSIZE.
4553
4554 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
4555
4556 * NEWS: Cleanup and nitpick.
4557
4558 2002-08-03 Andrew Cagney <ac131313@redhat.com>
4559
4560 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
4561
4562 2002-08-03 Andrew Cagney <ac131313@redhat.com>
4563
4564 * Makefile.in (gdbtk-bp.o): Update dependencies.
4565 (gdbtk-register.o): Ditto.
4566 (gdbtk-varobj.o): Ditto.
4567
4568 2002-08-03 Andrew Cagney <cagney@redhat.com>
4569
4570 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
4571 m68hc11_fetch_pseudo_register.
4572 (m68hc11_pseudo_register_write): Replace
4573 m68hc11_store_pseudo_register.
4574 (m68hc11_gdbarch_init): Update.
4575
4576 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
4577
4578 * gdbarch.sh: Include "gdb_string.h".
4579 * gdbarch.c: Regenerate.
4580
4581 * regcache.c: Include "gdb_string.h".
4582 * ax-general.c: Ditto.
4583 * varobj.c: Ditto.
4584 * std-regs.c: Ditto.
4585 * fbsd-proc.c: Ditto.
4586 * thread.c: Ditto.
4587
4588 * Makefile.in (regcache.o): Update dependencies.
4589 (thread.o, gdbarch.o): Ditto.
4590 (ax-general.o, gdbarch.o): Ditto.
4591 (varobj.o, std-regs.o): Ditto.
4592 (fbsd-proc.o): Specify dependencies.
4593
4594 2002-08-02 Andrew Cagney <cagney@redhat.com>
4595
4596 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
4597 regnum.
4598 (regcache_cooked_write): Ditto.
4599
4600 2002-08-02 Andrew Cagney <ac131313@redhat.com>
4601
4602 * regcache.c (regcache_cooked_read): New function.
4603 (regcache_cooked_write): New function.
4604 (read_register_gen): Rewrite using regcache_cooked_read.
4605 (write_register_gen): Rewrite using regcache_cooked_write.
4606
4607 * regcache.h (regcache_cooked_read, regcache_cooked_write):
4608 Declare.
4609
4610 2002-08-02 Andrew Cagney <cagney@redhat.com>
4611
4612 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
4613 Replace the architecture methods register_read and register_write.
4614 * gdbarch.h, gdbarch.c: Regenerate.
4615 * regcache.c (init_regcache_descr): Update.
4616 (read_register_gen): Update.
4617 (write_register_gen): Update.
4618 (supply_register): Update comment.
4619
4620 * sh-tdep.c (sh_gdbarch_init): Update.
4621 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
4622 `regcache' and `gdbarch' parameters. Make `buffer' a void
4623 pointer. Update code.
4624 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
4625 `regcache' and `gdbarch' parameters. Make `buffer' a constant
4626 void pointer. Update code.
4627 (sh64_register_write): Delete.
4628 (sh4_register_read): Delete.
4629 (sh64_register_read): Delete.
4630 (sh4_register_write): Delete.
4631 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
4632 void pointer, `to' parameter a void pointer.
4633 (sh_sh64_register_convert_to_raw): Ditto.
4634
4635 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4636
4637 * mips-tdep.c (mips_register_virtual_type): Use architecture
4638 invariant return values.
4639
4640 2002-08-01 Andrew Cagney <cagney@redhat.com>
4641
4642 * linux-proc.c: Include "gdb_string.h".
4643 * Makefile.in (linux-proc.o): Update dependency list.
4644
4645 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4646
4647 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
4648 comment.
4649
4650 2002-08-01 Grace Sainsbury <graces@redhat.com>
4651
4652 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4653 to_insert_watchpoint, to_remove_watchpoint,
4654 to_stopped_by_watchpoint, to_stopped_data_address,
4655 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
4656 target vecctor. Define their corresponding macros so they call
4657 them.
4658
4659 * target.c: Add default and debug versions of for
4660 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4661 to_insert_watchpoint, to_remove_watchpoint,
4662 to_stopped_by_watchpoint, to_stopped_data_address,
4663 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
4664
4665 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4666
4667 * mips-tdep.c (mips_register_virtual_type): New function.
4668 (mips_gdbarch_init): Register mips_register_virtual_type()
4669 with gdbarch machinery.
4670 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
4671 this file instead of tm-bigmips.h.
4672 (MIPS_REGSIZE): Delete this macro.
4673 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
4674 multiarch version in mips-tdep.c will be found.
4675
4676 2002-08-01 Andrew Cagney <cagney@redhat.com>
4677
4678 * NEWS: Menion that CHILL has been made obsolete.
4679
4680 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
4681 * stabsread.c (read_range_type): Ditto.
4682 * gdbtypes.h: Ditto.
4683 * language.c (binop_type_check): Ditto.
4684 (binop_result_type): Ditto.
4685 (integral_type): Ditto.
4686 (character_type): Ditto.
4687 (string_type): Ditto.
4688 (boolean_type): Ditto.
4689 (structured_type): Ditto.
4690 (lang_bool_type): Ditto.
4691 (binop_type_check): Ditto.
4692 * language.h (_LANG_chill): Ditto.
4693 * dwarfread.c (set_cu_language): Ditto.
4694 * dwarfread.c (CHILL_PRODUCER): Ditto.
4695 * dwarfread.c (handle_producer): Ditto.
4696 * expression.h (enum exp_opcode): Ditto.
4697 * eval.c: Ditto for comments.
4698 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4699 * expprint.c (print_subexp): Ditto.
4700 (print_subexp): Ditto.
4701 * valops.c (value_cast): Ditto.
4702 (search_struct_field): Ditto.
4703 * value.h (COERCE_VARYING_ARRAY): Ditto.
4704 * symfile.c (init_filename_language_table): Ditto.
4705 (add_psymbol_with_dem_name_to_list): Ditto.
4706 * valarith.c (value_binop): Ditto.
4707 (value_neg): Ditto.
4708 * valops.c (value_slice): Ditto.
4709 * symtab.h (union language_specific): Ditto.
4710 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4711 (SYMBOL_DEMANGLED_NAME): Ditto.
4712 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4713 * defs.h (enum language): Ditto.
4714 * symtab.c (got_symtab): Ditto.
4715 * utils.c (fprintf_symbol_filtered): Ditto.
4716
4717 * ch-typeprint.c: Make file obsolete.
4718 * ch-valprint.c: Make file obsolete.
4719 * ch-lang.h: Make file obsolete.
4720 * ch-exp.c: Make file obsolete.
4721 * ch-lang.c: Make file obsolete.
4722
4723 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4724 CHILL_LIB.
4725 (TARGET_FLAGS_TO_PASS): Ditto.
4726 (CHILLFLAGS): Obsolete.
4727 (CHILL): Obsolete.
4728 (CHILL_FOR_TARGET): Obsolete.
4729 (CHILL_LIB): Obsolete.
4730 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4731 ch-valprint.c.
4732 (HFILES_NO_SRCDIR): Remove ch-lang.h.
4733 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4734 ch-lang.o.
4735 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4736 targets.
4737
4738 2002-07-31 Joel Brobecker <brobecker@gnat.com>
4739
4740 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4741 This does not change anything at the moment, but will be helpful
4742 later when full Ada support is integrated.
4743
4744 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4745
4746 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4747 help message.
4748
4749 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4750
4751 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4752 and save it in a local variable. Use variable in later test.
4753
4754 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4755
4756 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4757 test. (Thanks to Daniel Jacobowitz.)
4758
4759 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4760
4761 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4762 (mips_abi_strings): Add "n64".
4763 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
4764
4765 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4766
4767 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4768 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4769
4770 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4771
4772 * utils.c (host_pointer_to_address, address_to_host_pointer):
4773 Use gdb_assert() instead of explicit call to internal_error().
4774
4775 2002-07-30 Kevin Buettner <kevinb@redhat.com>
4776
4777 * Makefile.in (rs6000-nat.o): Update dependencies.
4778
4779 From Nicholas Duffek:
4780 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4781 (aix-thread.o): New rule.
4782 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4783 * config/powerpc/aix432.mh: New file.
4784
4785 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4786
4787 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4788 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4789 (fetch_core_registers, ppc_linux_supply_gregset)
4790 (ppc_linux_supply_fpregset): New functions.
4791 (ppc_linux_regset_core_fns): New.
4792 (_initialize_ppc_linux_tdep): Call add_core_fns.
4793 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4794 and ppc_linux_supply_gregset.
4795 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4796 (supply_fpregset): Call ppc_linux_supply_fpregset.
4797 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4798 corelow.o.
4799 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4800
4801 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4802
4803 * symtab.c (lookup_symbol): Demangle before lowercasing.
4804
4805 2002-07-30 Andrew Cagney <ac131313@redhat.com>
4806
4807 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4808 declaration.
4809 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4810 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4811 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4812 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4813 "gdb_string.h".
4814 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4815 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4816 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4817 (avr-tdep.o, mon960-rom.o): Ditto.
4818 (aout_stabs_gnu_h): Define.
4819 (symtab_h): Remove $(gdb_obstack_h).
4820
4821 2002-07-30 Jim Blandy <jimb@redhat.com>
4822
4823 Patch from David Carlton <carlton@math.stanford.edu>:
4824 * gdbinit.in: Move the `dir' commands that add GDB's own source
4825 directory to the search path to the end, so that the `gdb' source
4826 directory will be searched first.
4827
4828 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4829
4830 * gdb_obstack.h: New file.
4831 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4832 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4833 * objfiles.h: Include "gdb_obstack.h".
4834 * Makefile.in (gdb_obstack_h): Define.
4835 (symtab_h): Add $(gdb_obstack_h).
4836 (objfiles_h): Add $(gdb_obstack_h).
4837
4838 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4839 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4840 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4841 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4842 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4843 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4844 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4845 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4846
4847 * Makefile.in (bcache.o): Update dependencies.
4848 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4849 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4850 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4851 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4852 (stabsread.o, symfile.o, symmisc.o): Ditto.
4853 (symtab.o, typeprint.o, macroexp.o): Ditto.
4854 (macrotab.o, mdebugread.o): Ditto.
4855 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4856 (coff_ecoff_h, aout_aout64_h): Define.
4857 (aout_stabs_gnu_h, libaout_h): Define.
4858
4859 2002-07-29 Andrew Cagney <cagney@redhat.com>
4860
4861 * regcache.c (struct regcache_descr): Rename nr_registers to
4862 nr_cooked_registers. Revise comments describing the structure
4863 member fields.
4864 (init_regcache_descr): Update.
4865 (init_legacy_regcache_descr): Update.
4866 (read_register_gen, write_register_gen): When a cooked register in
4867 the raw register range, directly access the value from the raw
4868 register cache.
4869
4870 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4871
4872 * z8k-tdep.c: Do not include "obstack.h".
4873 * h8300-tdep.c, h8500-tdep.c: Ditto.
4874 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4875 * valprint.c, v850-tdep.c: Ditto.
4876 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4877 * mn10200-tdep.c: Ditto.
4878
4879 * Makefile.in (z8k-tdep.o): Update dependencies.
4880 (m68hc11-tdep.o, valprint.o): Ditto.
4881 (v850-tdep.o, d10v-tdep.o): Ditto.
4882 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4883 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4884 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4885 (sh_opc_h, gdb_sim_sh_h): Define.
4886 (elf_sh_h, elf_bfd_h): Define.
4887 (opcode_m68hc11_h): Define.
4888 (OPCODES_SRC, OPCODES_DIR): define.
4889 (OPCODES): Use $(OPCODES_DIR).
4890 (gdb_sim_d10v_h): Rename sim_d10v_h.
4891 (gdb_sim_arm_h): Rename sim_arm_h.
4892
4893 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4894
4895 * utils.c (host_pointer_to_address, address_to_host_pointer):
4896 Change internal_error() message to indicate function responsible
4897 for the error.
4898
4899 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4900
4901 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4902 calls to local_hex_string_custom().
4903
4904 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4905
4906 * irix5-nat.c: Move IRIX shared library support from here...
4907 * solib-irix.c: ...to here. Revised substantially to work with
4908 generic solib framework.
4909
4910 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4911 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4912 * mips-irix-tdep.c: New file.
4913
4914 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4915 (mips-irix-tdep.o, solib-irix.o): New rules.
4916 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4917 solib-irix.o.
4918 * config/mips/irix6.mt (TDEPFILES): Likewise.
4919 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4920
4921 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4922
4923 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
4924 disabled (via ``#if 0'') includes.
4925
4926 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4927
4928 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4929 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4930 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4931 Add support for the fpscr register.
4932 * rs6000-nat.c (regmap, fetch_inferior_registers)
4933 (store_inferior_registers, fetch_core_registers): Likewise.
4934
4935 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4936
4937 * rs6000-nat.c (language.h): Include.
4938 (special_regs): Delete this array.
4939 (regmap): New function.
4940 (fetch_register, store_register): Use regmap() to map gdb
4941 register numbers to ptrace register numbers. Also, use
4942 outputs from regmap() to make decisions regarding type of
4943 ptrace() call to make. In particular, don't compare against
4944 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4945 (fetch_inferior_registers, store_inferior_registers): Where
4946 possible, obtain register numbers from tdep struct. Don't
4947 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4948 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4949 (LAST_UISA_SP_REGNUM): Delete.
4950
4951 2002-07-25 Kevin Buettner <kevinb@redhat.com>
4952
4953 * rs6000-nat.c (ppc-tdep.h): Include.
4954 (fetch_registers, store_register, fetch_core_registers): Don't
4955 access registers[] directly. Instead, use supply_register() or
4956 regcache_collect() as appropriate.
4957 (find_toc_address): Format hex address with local_hex_string().
4958
4959 2002-07-25 Andrew Cagney <ac131313@redhat.com>
4960
4961 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4962 bfd/elf32-frv.c.
4963
4964 2002-07-24 Tom Tromey <tromey@redhat.com>
4965
4966 * jv-exp.y: Marked all strings with _().
4967 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4968 internal_error.
4969 (MethodInvocation, CastExpression, parse_number, yyerror,
4970 java_type_from_name, push_expression_name, yylex): Typo fixes.
4971
4972 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
4973
4974 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4975 (tee_file_flush, tee_file_write, tee_file_fputs)
4976 (tee_file_isatty): New.
4977 * ui-file.h (tee_file_new): Add prototype.
4978
4979 2002-07-24 Aidan Skinner <aidan@velvet.net>
4980
4981 * ada-lang.c: Change k&r style function definitions to prototyped
4982 form.
4983 * ada-typeprint.c: Change k&r style function definitions to prototyped
4984 form.
4985 * ada-valprint.c: Change k&r style function definitions to prototyped
4986 form.
4987
4988 2002-07-24 Andrew Cagney <cagney@redhat.com>
4989
4990 * README: Remove reference to remote-bug.
4991 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4992 remote-bug.c.
4993 (m88k-nat.o): Delete rule.
4994 (m88k-tdep.o): Delete rule.
4995 (remote-bug.o): Delete rule.
4996 * MAINTAINERS: Mark as obsolete.
4997 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4998 * m88k-tdep.c: Make file obsolete.
4999 * config/m88k/m88k.mh: Ditto.
5000 * config/m88k/delta88v4.mh: Ditto.
5001 * config/m88k/delta88v4.mt: Ditto.
5002 * config/m88k/delta88.mt: Ditto.
5003 * config/m88k/delta88.mh: Ditto.
5004 * remote-bug.c: Ditto.
5005 * config/m88k/tm-delta88.h: Ditto.
5006 * config/m88k/nm-delta88v4.h: Ditto.
5007 * config/m88k/xm-delta88.h: Ditto.
5008 * config/m88k/xm-dgux.h: Ditto.
5009 * config/m88k/tm-m88k.h: Ditto.
5010 * config/m88k/nm-m88k.h: Ditto.
5011 * config/m88k/tm-delta88v4.h: Ditto.
5012 * m88k-nat.c: Ditto.
5013 * cxux-nat.c: Ditto.
5014 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
5015 and m88*-*-* obsolete.
5016 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
5017 m88*-*-* obsolete.
5018
5019 2002-07-24 Andrew Cagney <cagney@redhat.com>
5020
5021 * findvar.c (extract_unsigned_integer): Make `addr' parameter
5022 constant. Same for local pointer variables.
5023 (extract_signed_integer): Ditto.
5024 * defs.h (extract_unsigned_integer): Update.
5025 (extract_signed_integer): Update.
5026
5027 2002-07-24 Andrew Cagney <cagney@redhat.com>
5028
5029 * regcache.c (regcache_raw_write): Change buf parameter to a
5030 constant void pointer.
5031 (regcache_raw_read): Change buf parameter to a void pointer.
5032 (legacy_write_register_gen): Change myaddr parameter a constant
5033 void pointer.
5034 (supply_register): Change val parameter to a const void pointer.
5035 * regcache.h (regcache_raw_write): Update declaration.
5036 (regcache_raw_read): Update declaration.
5037 (supply_register): Update declaration.
5038
5039 2002-07-24 Tom Tromey <tromey@redhat.com>
5040
5041 * defs.h (gdb_readline_wrapper): Declare.
5042 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
5043 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
5044 * top.c (gdb_readline_wrapper): New function.
5045 (command_line_input): Use it.
5046
5047 2002-07-24 Andrew Cagney <cagney@redhat.com>
5048
5049 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
5050 regcache_read and regcache_write.
5051 (regcache_raw_read_as_address): Replace regcache_read_as_address.
5052 * regcache.c: Update.
5053 * sh-tdep.c (sh64_push_arguments): Update comment.
5054 (sh_pseudo_register_read): Update.
5055 (sh_pseudo_register_write): Update.
5056 (sh4_register_read): Update.
5057 (sh4_register_write): Update.
5058 (sh64_pseudo_register_read): Update.
5059 (sh64_pseudo_register_write): Update.
5060 (sh64_register_read): Update.
5061 (sh64_register_write): Update.
5062 * i386-tdep.c (i386_extract_return_value): Update.
5063 (i386_extract_struct_value_address): Update.
5064 (i386_extract_return_value): Update.
5065 * blockframe.c (generic_read_register_dummy): Update.
5066 (generic_call_dummy_register_unwind): Update
5067 * infrun.c (write_inferior_status_register): Update.
5068
5069 2002-07-23 Jim Blandy <jimb@redhat.com>
5070
5071 * parser-defs.h (expression_context_pc): Make this extern.
5072 (Thanks to Michael Snyder.)
5073
5074 2002-07-23 Andrew Cagney <ac131313@redhat.com>
5075
5076 GDB 5.2.1 released from 5.2 branch.
5077 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
5078 * README: Update to mention 5.2.1.
5079
5080 2002-07-23 Mark Salter <msalter@redhat.com>
5081
5082 * remote.c (remote_read_bytes): Fix check for error.
5083
5084 2002-07-22 Kevin Buettner <kevinb@redhat.com>
5085
5086 * aix-thread.c (language.h): Include.
5087 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
5088 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
5089 Print newlines at end of debug messages.
5090 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
5091 (pdc_write_data): Use local_hex_string() instead of %llx formats.
5092
5093 2002-07-22 Kevin Buettner <kevinb@redhat.com>
5094
5095 * aix-thread.c (ppc-tdep.h): Include.
5096 (special_register_p): New function.
5097 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
5098 (store_regs_user_thread): Use register number information from
5099 gdbarch_tdep struct instead of hardcoded offsets relative to
5100 FIRST_UISA_SP_REGNUM.
5101 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
5102 special_register_p() instead of using FPLAST_REGNUM and
5103 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
5104 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
5105 will be MQ's register number.
5106
5107 2002-07-22 Michael Snyder <msnyder@redhat.com>
5108
5109 * aix-thread.c (ops): Rename to aix_thread_ops.
5110 (base_ops): Rename to base_target.
5111 (ops_attach): Rename to aix_thread_attach.
5112 (ops_detach): Rename to aix_thread_detach.
5113 (ops_resume): Rename to aix_thread_detach.
5114 (ops_wait): Rename to aix_thread_wait.
5115 (ops_kill): Rename to aix_thread_kill.
5116 (init_ops): Rename to init_aix_thread_ops.
5117 (ops_fetch_register): Rename to aix_thread_fetch_register.
5118 (ops_store_register): Rename to aix_thread_store_register.
5119 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
5120 (ops_thread_alive): Rename to aix_thread_thread_alive.
5121 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
5122 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
5123 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
5124 (fetch_regs_lib): Rename to fetch_regs_user_thread.
5125 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
5126 (store_regs_lib): Rename to store_regs_user_thread.
5127 (store_regs_kern): Rename to store_regs_kernel_thread.
5128
5129 2002-07-22 Michael Snyder <msnyder@redhat.com>
5130
5131 * aix-thread.c (ops_prepare_to_store): Eliminate.
5132 (init_ops): Don't initialize ops.prepare_to_store.
5133 (store_regs_kern): Pre-fetch register buffers from child,
5134 because some registers may not be in the cache. Copy
5135 regs from register cache only if they are cached.
5136 (store_regs_lib): Copy regs from register cache only
5137 if they are cached.
5138 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
5139 fill_gprs64): Ditto.
5140
5141 2002-07-22 Kevin Buettner <kevinb@redhat.com>
5142
5143 * aix-thread.c (gdb_assert.h): Include.
5144 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
5145 register sizes (from register cache) match size of buffer holding
5146 register data.
5147 (fill_sprs32): Change parameter types to match those in the ptrace()
5148 buffer.
5149 (store_regs_lib): Likewise, but for 32-bit temporary variables.
5150 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
5151
5152 2002-07-22 Michael Snyder <msnyder@redhat.com>
5153
5154 * aix-thread.c (supply_sprs64): Cosmetic change.
5155 (supply_sprs32): Cosmetic change.
5156 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
5157 (fill_sprs64): Use regcache_collect instead of read_register.
5158 (store_regs_lib): Use regcache_collect instead of
5159 read_register. Use fill_sprs32 instead of fill_sprs64,
5160 if debugging a 32-bit architecture.
5161 (store_regs_kern): Use fill_gprs64 etc. to pull the values
5162 out of the register cache, instead of passing a pointer into
5163 the register cache directly to ptrace. Use regcache_collect
5164 insteaad of read_register.
5165 (ops_prepare_to_store): Use target_read_registers instead
5166 of read_register_bytes.
5167
5168 2002-07-20 Aidan Skinner <aidan@velvet.net>
5169
5170 * MAINTAINERS: Add self under write after approval.
5171
5172 2002-07-20 Aidan Skinner <aidan@velvet.net>
5173
5174 * ada-tasks.c: Change k&r style function definitions to prototyped
5175 form.
5176
5177 2002-07-19 Andrew Cagney <ac131313@redhat.com>
5178
5179 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
5180 * x86-64-tdep.c: Include "objfiles.h".
5181 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
5182 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
5183
5184 2002-07-17 Michal Ludvig <michal@suse.cz>
5185
5186 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
5187 (update_context): Initialise cfa variable.
5188
5189 2002-07-17 Michael Snyder <msnyder@redhat.com>
5190
5191 * aix-thread.c: Shorten some long lines.
5192 Bring comments into line with code spec.
5193
5194 2002-07-18 Joel Brobecker <brobecker@gnat.com>
5195
5196 * infrun.c: Re-indent using gdb_indent.sh.
5197
5198 2002-07-18 Joel Brobecker <brobecker@gnat.com>
5199
5200 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
5201 Leave the indentation temporarily untouched, to minimize the diffs.
5202
5203 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
5204
5205 * stabsread.c: Make os9k sections of the code obsolete,
5206 for real this time.
5207 * stabsread.h: Make os9k sections of the code obsolete.
5208
5209 2002-07-18 Michal Ludvig <mludvig@suse.cz>
5210
5211 * linux-low.c (regsets_store_inferior_registers): Add free()
5212 at the end of a loop to prevent memory leak.
5213 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
5214 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
5215 * config/sparc/tm-sp64linux.h: Make the rest of #endif
5216 line a comment.
5217 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
5218
5219 2002-07-17 Jim Blandy <jimb@redhat.com>
5220
5221 * macrocmd.c (info_macro_command): Remove newline from error
5222 message.
5223
5224 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
5225
5226 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
5227 (sh_gdbarch_init): Use it for sh-dsp.
5228
5229 2002-07-16 Kevin Buettner <kevinb@redhat.com>
5230
5231 * dwarf2read.c (read_initial_length): Handle older, non-standard,
5232 64-bit DWARF2 format.
5233
5234 2002-07-16 Joel Brobecker <brobecker@gnat.com>
5235
5236 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
5237 <sys/proc.h> when not available.
5238
5239 2002-07-16 Andrew Cagney <ac131313@redhat.com>
5240
5241 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
5242 * stabsread.c: Make os9k sections of the code obsolete.
5243 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
5244 * config/i386/i386os9k.mt: Make file obsolete.
5245 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
5246 (COMMON_OBS): Remove os9kread.o
5247 (SFILES): Remove os9kread.c.
5248 (os9kread.o, remote-os9k.o): Make target obsolete.
5249 * remote-os9k.c: Make file obsolete.
5250 * os9kread.c: Make file obsolete.
5251 * Makefile.in
5252
5253 2002-07-16 Andrew Cagney <ac131313@redhat.com>
5254
5255 * NEWS: Mention that the FR30 has been made obsolete.
5256 * fr30-tdep.c: Make file obsolete.
5257 * config/fr30/tm-fr30.h: Ditto.
5258 * config/fr30/fr30.mt: Ditto.
5259 * configure.tgt: Make fr30-*-elf obsolete.
5260 * MAINTAINERS: Make fr30-elf obsolete.
5261
5262 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
5263
5264 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
5265 found is not inside a section.
5266
5267 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5268
5269 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
5270 strerror().
5271 (pdc_realloc): Use xrealloc() instead of realloc().
5272
5273 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5274
5275 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
5276 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
5277 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
5278 macros.
5279
5280 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5281
5282 * aix-thread.c (ptrace_check): Eliminate goto.
5283 (sync_threadlists): Eliminate gotos. Also, fix array overrun
5284 problem.
5285
5286 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5287
5288 * aix-thread.c (gdbcmd.h): Include.
5289 (DEBUG, DBG, DBG2, dbg): Eliminate.
5290 (debug_aix_thread): New static global.
5291 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
5292 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
5293 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
5294 invocations to DBG and DBG2 macros to test against
5295 ``debug_aix_thread'' and call fprintf_unfiltered().
5296 (_initialize_aix_thread): Add new command "set debug aix-thread".
5297
5298 2002-07-15 Andrew Cagney <ac131313@redhat.com>
5299
5300 From Gerhard Tonn <TON@de.ibm.com>:
5301 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
5302 instead of supply_register.
5303
5304 2002-07-15 Andrew Cagney <ac131313@redhat.com>
5305
5306 * dwarf2cfi.c: Include "gdb_assert.h".
5307 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
5308 non-NULL.
5309 (update_context): Do not use __func__. Add missing ``break''.
5310 (update_context): Do not use __func__.
5311
5312 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
5313
5314 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
5315 and its setting. Set gdbarch instruction printing functions
5316 directly. For non-rs6000 case use new function
5317 gdb_print_insn_powerpc.
5318 (gdb_print_insn_powerpc): New function.
5319
5320 2002-07-13 Andrew Cagney <ac131313@redhat.com>
5321
5322 * NEWS: Mention that the d30v has been marked obsolete.
5323 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
5324 * configure.tgt: Mark d30v-*-* as obsolete.
5325 * d30v-tdep.c: Mark file as obsolete.
5326 * config/d30v/d30v.mt: Ditto.
5327 * config/d30v/tm-d30v.h: Ditto.
5328
5329 2002-07-13 Aidan Skinner <aidan@velvet.net>
5330
5331 * ada-tasks.c (add_task_entry): replace calls to
5332 malloc() with xmalloc
5333 * ada-tasks.c (init_task_list): replace calls to free with xfree()
5334
5335 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
5336 ada_finish_decode_line_1, all_sals_for_line
5337 ada_breakpoint_rewrite): replace calls to free() with xfree()
5338
5339 2002-07-12 Kevin Buettner <kevinb@redhat.com>
5340
5341 From Nicholas Duffek (with minor changes by Martin Hunt,
5342 Louis Hamilton, and Kevin Buettner):
5343 * aix-thread.c: New file.
5344
5345 2002-07-12 Petr Sorfa <petrs@caldera.com>
5346
5347 * dwarf2read.c (dwarf2_invalid_attrib_class): New
5348 complaint for invalid attribute class or form.
5349 (read_func_scope): DW_AT_frame_base
5350 better handling of DW_AT_block*.
5351 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
5352 better handling of DW_AT_block*.
5353 (read_common_block): DW_AT_location
5354 better handling of DW_AT_block*.
5355 (read_partial_die): DW_AT_location better handling
5356 of DW_AT_block*.
5357 (new_symbol): DW_AT_external better handling of
5358 DW_AT_block*. Proper initialization of variable
5359 "addr".
5360 (attr_form_is_block): New function that returns true
5361 if the attribute's form is of DW_FORM_block*.
5362
5363 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
5364
5365 * valops.c (find_method_list): Remove comment about
5366 removed STATIC_MEMFUNCP argument.
5367 (value_find_oload_method_list): Likewise.
5368
5369 2002-07-12 Kevin Buettner <kevinb@redhat.com>
5370
5371 From Nicholas Duffek:
5372 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
5373 target_new_objfile_hook.
5374
5375 2002-07-12 Kevin Buettner <kevinb@redhat.com>
5376
5377 From Nicholas Duffek:
5378 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
5379 csect.
5380
5381 2002-07-12 Andrew Cagney <cagney@redhat.com>
5382
5383 * MAINTAINERS: Mention --enable-sim-build-warnings.
5384 (m68hc11-elf): Disable sim build warnings.
5385 (m32r-elf): Mark as broken obsolete candidate.
5386 (x86_64-linux-gnu): Mark as buildable with -Werror.
5387 (arm-elf): Change -w to ``,'' which enables warnings but not
5388 -Werror.
5389
5390 2002-07-12 Andrew Cagney <ac131313@redhat.com>
5391
5392 * bcache.h: Update copyright.
5393 (struct bstring, struct bcache): Move definition to "bcache.c".
5394 Replaced by opaque declaration.
5395 (bcache_xfree): Replace free_bcache.
5396 (bcache_xmalloc, bcache_memory_used): Declare.
5397
5398 * bcache.c: Update copyright.
5399 (struct bstring, struct bcache): Moved to here from "bcache.h".
5400 Update comments.
5401 (bcache_xmalloc, bcache_memory_used): New functions.
5402 (bcache_xfree): Replace function free_bcache.
5403
5404 * Makefile.in (objfiles.o): Add $(bcache_h).
5405 (objfiles_h): Remove $(bcache_h).
5406 (symfile.o): Add $(bcache_h).
5407
5408 * symmisc.c: Update copyright.
5409 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
5410 (print_objfile_statistics): Use bcache_memory_used.
5411
5412 * symfile.c: Include "bcache.h".
5413 (reread_symbols): Use bcache_xfree.
5414 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
5415 (add_psymbol_to_list): Pass psymbol_cache by value.
5416 (add_psymbol_with_dem_name_to_list): Ditto.
5417
5418 * objfiles.h: Update copyright.
5419 (struct bcache): Declare opaque. Do not include "bcache.h".
5420 (struct objfile): Change psymbol_cache and macro_cache to ``struct
5421 bcache'' pointers.
5422 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
5423
5424 * objfiles.c: Include "bcache.h". Update copyright.
5425 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
5426 macro_cache.
5427 (free_objfile): Use bcache_xfree.
5428
5429 2002-07-11 Grace Sainsbury <graces@redhat.com>
5430
5431 * monitor.c (monitor_fetch_register): Make name a constant.
5432 (monitor_store_register): Same.
5433
5434 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
5435
5436 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
5437 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
5438 (finish_block) For non-function blocks, hash the symbol table. For
5439 function blocks, mark the symbol table as unhashed.
5440 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
5441 (msymbol_hash_iw): Likewise.
5442 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
5443 value.
5444 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
5445 (lookup_minimal_symbol): Likewise for both.
5446 * symtab.h (struct block): Add `hashtable' flag. Comment the
5447 hashtable.
5448 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
5449 (ALL_BLOCK_SYMBOLS): Update.
5450 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
5451 (struct symbol): Add `hash_next' pointer.
5452 * symtab.c (lookup_block_symbol): Search using the hash table when
5453 possible.
5454 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
5455 (search_symbols, find_addr_symbol): Likewise.
5456
5457 * dstread.c (process_dst_block): Clear hashtable bit for new block.
5458 (read_dst_symtab): Likewise.
5459 * jv-lang.c (get_java_class_symtab): Likewise.
5460 * mdebugread.c: Include "gdb_assert.h".
5461 (shrink_block): Assert that the block being modified is not hashed.
5462 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
5463 * symmisc.c (free_symtab_block): Walk the hash table when freeing
5464 symbols.
5465 (dump_symtab): Recognize hashed blocks.
5466 * printcmd.c (print_frame_args): Assert that function blocks do not
5467 have hashed symbol tables.
5468 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
5469 (fill_in_ada_prototype, debug_print_block): Likewise.
5470 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
5471
5472 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
5473
5474 * stack.c (print_frame): Use result of frame_address_in_block()
5475 instead of fi->pc when evaluating symbols.
5476 (backtrace_command_1): Ditto.
5477
5478 2002-07-11 Andrew Cagney <cagney@redhat.com>
5479
5480 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
5481 Make static.
5482
5483 * arm-tdep.c (arm_register_name): Make return type constant.
5484
5485 2002-07-10 Andrew Cagney <ac131313@redhat.com>
5486
5487 * win32-nat.c (has_detach_ability): Convert to strict ISO C
5488 prototype.
5489 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
5490 * s390-tdep.c (s390_fp_regnum): Ditto.
5491 (s390_read_fp): Ditto.
5492 (s390_pop_frame): Ditto.
5493 (_initialize_s390_tdep): Ditto.
5494 * remote.c (get_remote_state): Ditto.
5495 * procfs.c (mappingflags): Ditto.
5496 * memattr.c (_initialize_mem): Ditto.
5497 * mcore-tdep.c (mcore_pop_frame): Ditto.
5498 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
5499 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
5500 * language.c (set_case_str): Ditto.
5501 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
5502 * frv-tdep.c (new_variant): Ditto.
5503 (frv_stopped_data_address): Ditto.
5504 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
5505 (context_alloc): Ditto.
5506 (frame_state_alloc): Ditto.
5507 (unwind_tmp_obstack_init): Ditto.
5508 (unwind_tmp_obstack_free): Ditto.
5509 (cfi_read_fp): Ditto.
5510 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
5511 (cris_pop_frame): Ditto.
5512 * c-lang.c (scanning_macro_expansion): Ditto.
5513 (finished_macro_expansion): Ditto.
5514 (c_preprocess_and_parse): Ditto.
5515 * gdbarch.sh: Ditto.
5516 * gdbarch.h, gdbarch.c: Regenerate.
5517 * config/mn10200/tm-mn10200.h: Adjust indentation.
5518 * target.c: Adjust indentation.
5519 * symtab.h: Adjust indentation.
5520 * stabsread.h: Adjust indentation.
5521 * remote-es.c: Adjust indentation.
5522 * os9kread.c: Adjust indentation.
5523
5524 2002-07-10 Andrew Cagney <ac131313@redhat.com>
5525
5526 * wince.c (_initialize_wince): Rename _initialize_inftarg.
5527 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
5528
5529 2002-07-10 Grace Sainsbury <graces@redhat.com>
5530
5531 * NEWS: Mention m68k, mcore multi-arching.
5532 * MAINTAINERS: Change status of m68k, mcore to reflect
5533 multi-arching.
5534
5535 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
5536
5537 * valops.c (find_overload_match): Free oload_syms.
5538
5539 2002-07-09 Joel Brobecker <brobecker@gnat.com>
5540
5541 Define HAVE_SYS_PROC_H if sys/proc.h exists
5542 * configure.in: Add check for sys/proc.h
5543 * config.in: Regenerate.
5544 * configure: Regenerate.
5545
5546 2002-07-09 Grace Sainsbury <graces@redhat.com>
5547
5548 * config/m68k/tm-m68k.h: Remove macros wrapped in
5549 #if !GDB_MULTI_ARCH.
5550
5551 2002-07-08 Andrew Cagney <ac131313@redhat.com>
5552
5553 * config.in, configure: Regenerate.
5554
5555 2002-07-08 Mark Kettenis <kettenis@gnu.org>
5556
5557 * dwarf2cfi.c: Include "gcore.h".
5558 (execute_stack_op): Fix implementation of the
5559 DW_OP_deref and DW_OP_deref_size operators by letting do their
5560 lookup in the target.
5561
5562 2002-07-07 Mark Kettenis <kettenis@gnu.org>
5563
5564 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
5565 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
5566 tdep->sc_sp_offset.
5567
5568 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
5569
5570 Fix PR gdb/595, gdb/602
5571 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
5572 Don't call value_cast, just read the vtable pointer; update comments
5573 to match.
5574
5575 2002-07-05 Grace Sainsbury <graces@redhat.com>
5576
5577 * config/mcore/tm-mcore.h: Remove file.
5578 * config/mcore/mcore.mt: Remove definition of TM_FILE
5579 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
5580
5581 2002-07-05 Mark Kettenis <kettenis@gnu.org>
5582
5583 * i386bsd-tdep.c: Include "gdb_string.h".
5584
5585 2002-07-04 Grace Sainsbury <graces@redhat.com>
5586
5587 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
5588 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
5589 mcore-tdep.
5590 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
5591 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
5592 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
5593 (RETVAL_REGNUM): Move macros from tm-mcore.h
5594 (mcore_reg_struct_has_addr): New function.
5595 (mcore_gdbarch_init): Added initializations for the macros removed
5596 from tm-mcore.h.
5597
5598 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5599
5600 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
5601 traditonal string branding within the ELF header.
5602
5603 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
5604
5605 * symtab.c (remove_params): New function.
5606 (make_symbol_overload_list): Use it instead of cplus_demangle.
5607 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
5608
5609 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5610
5611 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
5612
5613 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
5614 New variables.
5615 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
5616 and tdep->sigtramp_end.
5617 * i386obsd-nat.c: New file.
5618 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
5619
5620 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
5621 Don't call get_current_frame().
5622
5623 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
5624
5625 * i386-nat.c (child_post_startup_inferior): New function
5626 calling i386_cleanup_dregs if
5627 I386_USE_GENERIC_WATCHPOINTS is defined.
5628 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
5629 conditional to acknowledge that i386-nat.c has its
5630 own child_post_startup_inferior function.
5631
5632 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5633
5634 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
5635 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
5636 instead of MAX_REGISTER_RAW_SIZE.
5637 (i386_extract_return_value, i386_extract_struct_value_address):
5638 Convert to use regcache.
5639 (i386_gdbarch_init): Set max_register_raw_size and
5640 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
5641 Set extract_return_value and extract_struct_value_address instead
5642 of their deprecated variants.
5643
5644 Convert i386 target to generic dummy frames.
5645 * i386-tdep.c: Include "symfile.h".
5646 (i386_frameless_signal_p): Consider a function to be frameless if
5647 the pc points at the first instruction of the function.
5648 (i386_frame_chain): Handle (generic) call dummies.
5649 (i386_frame_saved_pc): Likewise.
5650 (i386_frame_init_saved_regs): Remove code dealing with call
5651 dummies on the stack.
5652 (i386_push_dummy_frame): Removed.
5653 (i386_call_dummy_words): Removed.
5654 (i386_fix_call_dummy): Removed.
5655 (i386_push_return_address): New function.
5656 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
5657 parameter, and don't call get_current_frame.
5658 (i386_pop_frame): New function.
5659 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
5660 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
5661 entry_point_address, set call_dummy_breakpoint_offset to 0, set
5662 call_dummy_length to 0, set call_dummy_words to NULL, set
5663 sizeof_call_dummy_words to 0, set fix_call_dummy to
5664 generic_fix_call_dummy, set pc_in_call_dummy to
5665 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
5666 generic_push_dummy_frame, set push_return_address to
5667 i386_push_return_address and set frame_chain_valid to
5668 generic_file_frame_chain_valid.
5669
5670 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5671
5672 * gdbarch.sh (struct regcache): Add opaque declaration.
5673 (EXTRACT_RETURN_VALUE): New architecture method.
5674 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
5675 * gdbarch.h, gdbarch.c: Regenerate.
5676 * arch-utils.c (legacy_extract_return_value): New function.
5677 * arch-utils.h (legacy_extract_return_value): Declare.
5678 * values.c (value_being_returned): Re-enable code handling
5679 EXTRACT_STRUCT_VALUE_ADDRESS. Move
5680 deprecated_grub_regcache_for_registers call to block handling
5681 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5682 (EXTRACT_RETURN_VALUE): Do not define.
5683
5684 2002-07-03 Grace Sainsbury <graces@redhat.com>
5685
5686 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5687 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5688 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5689 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5690 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5691 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5692 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5693 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5694 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5695 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5696 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5697 argument so the function fits the prototype in the architecture
5698 vector.
5699 (mcore_pop_frame): Remove argument so the function fits the
5700 prototype. Use get_current_frame instead of the argument.
5701 (mcore_push_arguments): Change type of struct_return so the
5702 function can be used in the architecture vector.
5703 (mcore_store_struct_return): Add.
5704 (mcore_frame_init_saved_regs): Add.
5705 (mcore_gdbarch_init): Add function calls to replace the macros
5706 removed from tm-mcore.h
5707
5708 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5709
5710 * infcmd.c (print_return_value): Remove compatibility code calling
5711 deprecated_grub_regcache_for_registers.
5712
5713 * values.c: Include "regcache.h".
5714 (value_being_returned): Update. Use
5715 deprecated_grub_regcache_for_registers to extract the register
5716 buffer address.
5717 * value.h (value_being_returned): Change ``retbuf'' parameter to a
5718 ``struct regcache''.
5719 * Makefile.in (values.o): Add dependency on $(regcache_h).
5720
5721 * inferior.h (run_stack_dummy): Change type of second parameter to
5722 a ``struct regcache''.
5723 * valops.c (hand_function_call): Change type of retbuf to ``struct
5724 regcache''. Allocate using regcache_xmalloc, clean using
5725 make_cleanup_regcache_xfree.
5726 * infcmd.c (run_stack_dummy): Update. Use
5727 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5728
5729 * regcache.c (do_regcache_xfree): New function.
5730 (make_cleanup_regcache_xfree): New function.
5731 * regcache.h (make_cleanup_regcache_xfree): Declare.
5732
5733 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5734
5735 * event-top.c (command_line_handler): Don't read past
5736 beginning of buffer.
5737
5738 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5739
5740 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
5741 struct frame_id.
5742 (varobj_create): Store frame_id for root.
5743 (varobj_gen_name): Use xasprintf.
5744 (varobj_update): Save and restore frame using get_frame_id() and
5745 frame_find_by_id().
5746 (create_child): Use xasprintf.
5747 (new_root_variable): Initialize frame_id.
5748 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5749 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5750 to prevent memory leak.
5751
5752 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5753
5754 * valops.c (hand_function_call): Move declaration of retbuf to
5755 start of function, allocate using malloc, add a cleanup but before
5756 the inf_status cleanup, cleanup the buffer. Rename local variable
5757 old_chain to inf_status_cleanup.
5758
5759 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5760
5761 * top.c (execute_command): Use cmd_func() and cmd_func_p().
5762
5763 * cli/cli-decode.c (cmd_func_p): New function.
5764 (cmd_func): New function.
5765
5766 * command.h: Add cmd_func() and cmd_func_p().
5767
5768 2002-07-03 Grace Sainsbury <graces@redhat.com>
5769
5770 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5771 (REGISTER_SIZE): Remove.
5772 (MAX_REGISTER_RAW_SIZE): Remove.
5773 (REGISTER_VIRTUAL_TYPE): Remove.
5774 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5775 (REGISTER_NAME): Remove.
5776 (USE_GENERIC_DUMMY_FRAMES): Remove.
5777 (CALL_DUMMY): Remove.
5778 (CALL_DUMMY_START_OFFSET): Remove.
5779 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5780 (CALL_DUMMY_LOCATION): Remove.
5781 (FIX_CALL_DUMMY): Remove.
5782 (CALL_DUMMY_ADDRESS): Remove.
5783 (SIZEOF_CALL_DUMMY_WORDS): Remove.
5784 (SAVE_DUMMY_FRAME_TOS): Remove.
5785 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5786 (mcore_register_virtual_type): New function.
5787 (mcore_register_byte): New function.
5788 (mcore_register_size): New function.
5789 (mcore_register_name): New function.
5790 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5791 macros removed from tm-mcore.h.
5792 (mcore_dump_tdep): Add.
5793 (_initialize_mcore_tdep): Add gdbarch_register call.
5794
5795 2002-07-03 Mark Kettenis <kettenis@gnu.org>
5796
5797 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5798 frameless_look_for_prologue, such that we actually call this
5799 function.
5800
5801 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5802
5803 * frame.h (frame_address_in_block): New function.
5804
5805 * blockframe.c (frame_address_in_block): New function extracted
5806 from get_frame_block().
5807 (get_frame_block): Use frame_address_in_block().
5808 (block_innermost_frame): Use frame_address_in_block() to match
5809 the frame pc address against the block boundaries rather than
5810 the frame pc directly. This prevents a failure when a frame pc
5811 is actually a return-address pointing immediately after the end
5812 of the given block.
5813
5814 2002-07-02 Grace Sainsbury <graces@redhat.com>
5815
5816 * MAINTAINERS: Add self under write after approval.
5817
5818 2002-07-02 Grace Sainsbury <graces@redhat.com>
5819
5820 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5821 used in architecture vector. The default is
5822 m68k_local_breakpoint_from_pc.
5823 (m68k_local_breakpoint_from_pc): Add.
5824 (enum): Add register numbers from tm-m68k.h.
5825 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5826 vector.
5827 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5828 GDB_MULTI_ARCH_PARTIAL.
5829 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5830 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5831 m68k-tdep.c.
5832 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5833 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5834 to enum in m68k-tdep.c
5835
5836 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5837
5838 * solib-osf.c (open_map): Compute the list of shared libraries
5839 loaded by the inferior, rather than the list of libraries loaded
5840 by GDB itself. Otherwise, GDB ends up reading the symbols from
5841 the wrong shared libraries...
5842
5843 2002-07-02 Mark Kettenis <kettenis@gnu.org>
5844
5845 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5846 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5847 macros.
5848 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5849 Remove functions.
5850 (FRAMELESS_SIGNAL): Remove function.
5851 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5852 i386_linux_saved_pc_after_call): Removed.
5853 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5854 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5855 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5856
5857 * i386-tdep.c (i386_frameless_signal_p): New function.
5858 (i386_frame_chain): Deal with frameless signals.
5859 (i386_sigtramp_saved_sp): New function.
5860 (i386_frame_saved_pc): Deal with frameless signals.
5861 (i386_saved_pc_after_call): Make sure the correct value is
5862 returned just after entry into a sigtramp.
5863 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5864 i386fbsd4_sc_sp_offset): New variables.
5865 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5866 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5867 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5868 similiar to what we already did for sc_pc_offset.
5869 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5870 tdep->sc_sp_offset.
5871
5872 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5873
5874 2002-07-02 Michal Ludvig <mludvig@suse.cz>
5875
5876 * config/i386/tm-x86-64linux.h: New.
5877 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5878 definitions.
5879 * config/i386/nm-x86-64.h: Rename to ...
5880 * config/i386/nm-x86-64linux.h: ... this one.
5881 * config/i386/x86-64linux.mh: Reflect the above change.
5882
5883 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5884
5885 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5886 with sigcontext_addr. Add sc_sp_offset.
5887 (i386bsd_sigtramp_saved_pc): Remove prototype.
5888 (i386bsd_sicontext_addr): Add prototype.
5889 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5890 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5891 (i386_svr4_sigtramp_saved_pc): Removed.
5892 (i386_svr4_sigcontext_addr): New function.
5893 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5894 Initialize tdep->sigcontext_addr instead. Initialize
5895 tdep->sc_pc_offset and tdep->sc_sp_offset.
5896 (i386_gdbarch_init): Likewise.
5897 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5898 any more.
5899 (i386bsd_sigtramp_saved_pc): Remove function.
5900 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5901 Initialize tdep->sigcontext_addr instead. Initialize
5902 tdep->sc_pc_offset.
5903 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5904 of tdep->sigtramp_saved_pc.
5905 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5906 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5907 instead.
5908
5909 * i386-tdep.c (i386_frameless_function_invocation,
5910 i386_frame_num_args, i386_frame_init_saved_regs,
5911 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5912 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5913 i386_extract_return_value, i386_store_return_value,
5914 i386_extract_struct_value_address, i386_register_virtual_type,
5915 i386_register_convertible, i386_register_convert_to_virtual,
5916 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5917 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5918 static.
5919
5920 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5921
5922 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5923
5924 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5925 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5926 this macro. Include "value.h".
5927
5928 2002-06-30 Aidan Skinner <aidan@velvet.net>
5929
5930 * ada-exp.tab.c: remove as it's a generated file
5931 * ada-lex.c: remove as it's a generated file
5932
5933 2002-06-30 Mark Kettenis <kettenis@gnu.org>
5934
5935 * config/i386/tm-i386.h (struct frame_info, struct
5936 frame_saved_regs, struct value, struct type): Remove forward
5937 declarations.
5938
5939 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5940 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5941 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5942 (FILL_FPXREGSET): Define.
5943
5944 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5945
5946 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5947 i[3456]86-*-netbsd* case.
5948 * config/i386/tm-obsd.h: Removed.
5949 * config/i386/obsd.mt: Removed.
5950 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5951 core-aout.o.
5952 (MH_CFLAGS): Add -DYYDEBUG=0.
5953
5954 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5955 i386nbsd_sc_pc_offset on OpenBSD too.
5956
5957 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5958 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5959 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5960 define.
5961 * i386bsd-tdep.c: Include "arch-utils.h".
5962 (i386bsd_aout_in_solib_call_trampoline): New function.
5963 (i386bsd_init_abi): Set in_solib_call_trampoline to
5964 i386bsd_aout_in_solib_call_trampoline.
5965 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5966 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5967
5968 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5969
5970 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5971 (struct obstack, struct bcache): Add opaque declarations.
5972 * Makefile.in (macrotab_h): Update
5973
5974 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5975
5976 * blockframe.c (generic_find_dummy_frame): Change return type to
5977 ``struct regcache''.
5978 (struct dummy_frame): Replace field ``registers'' with regcache, a
5979 struct regcache object.
5980 (generic_find_dummy_frame): Update.
5981 (generic_push_dummy_frame): Update. Use regcache_xfree,
5982 regcache_xmalloc and regcache_cpy.
5983 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5984 regcache_xfree.
5985 (deprecated_generic_find_dummy_frame): Update.
5986 (generic_read_register_dummy): Update. Use
5987 regcache_read_as_address.
5988 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5989 (generic_get_saved_register): Update. Use regcache_read.
5990
5991 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5992
5993 * Makefile.in (objfiles_h): Add $(bcache_h).
5994 * objfiles.h: Include "bcache.h".
5995
5996 * Makefile.in (symtab_h): Remove $(bcache_h).
5997 * symtab.h: Do not include "bcache.h".
5998
5999 2002-06-28 Andrew Cagney <ac131313@redhat.com>
6000
6001 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
6002 generic_func_frame_chain_valid.
6003
6004 2002-06-28 David O'Brien <obrien@FreeBSD.org>
6005
6006 * config/i386/nm-fbsd.h: Include <sys/param.h>.
6007 * config/i386/tm-fbsd.h: Likewise.
6008
6009 2002-06-28 Andrew Cagney <ac131313@redhat.com>
6010
6011 * rs6000-tdep.c (rs6000_gdbarch_init): Use
6012 generic_unwind_get_saved_register.
6013
6014 2002-06-27 Andrew Cagney <ac131313@redhat.com>
6015
6016 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
6017 * regcache.c (supply_register): Add missing argument to
6018 register_buffer call.
6019
6020 2002-06-27 Andrew Cagney <ac131313@redhat.com>
6021
6022 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
6023 Solaris /bin/grep does not not like it. From Peter Schauer.
6024
6025 2002-06-26 Tom Tromey <tromey@redhat.com>
6026
6027 * command.h (add_setshow_cmd): Declare.
6028 (add_setshow_cmd_full): Declare.
6029 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
6030 returns void. Use add_setshow_cmd_full.
6031 (add_setshow_cmd_full): New function.
6032 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
6033 (add_setshow_boolean_cmd): Likewise.
6034
6035 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
6036
6037 * config/vax/tm-vax.h: Protect from multiple inclusion.
6038 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
6039 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
6040 * config/vax/tm-vaxbsd.h: ...here. New file.
6041 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
6042
6043 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
6044
6045 * config/vax/tm-vax.h (BREAKPOINT): Remove.
6046 (BELIEVE_PCC_PROMOTION): Remove.
6047 (AP_REGNUM): Move to...
6048 * config/vax/nm-vax.h: ...here.
6049 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
6050 (vax_breakpoint_from_pc): New function.
6051 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
6052 and gdbarch_believe_pcc_promotion.
6053
6054 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
6055
6056 * Makefile.in (vax_tdep_h): Define.
6057 (vax-tdep.o): Use $(vax_tdep_h).
6058 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
6059 (vax_dump_tdep): New function.
6060 (_initialize_vax_tdep): Register vax_dump_tdep.
6061 * vax-tdep.h: Include osabi.h.
6062 (struct gdbarch_tdep): New.
6063
6064 2002-06-26 Andrew Cagney <cagney@redhat.com>
6065
6066 * frame.h (deprecated_generic_find_dummy_frame): Rename
6067 generic_find_dummy_frame.
6068 * blockframe.c (generic_find_dummy_frame): Make static.
6069 (deprecated_generic_find_dummy_frame): New function.
6070 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
6071 generic_find_dummy_frame with deprecated_find_dummy_frame.
6072 (sh64_nofp_frame_init_saved_regs): Ditto.
6073 (sh_fp_frame_init_saved_regs): Ditto.
6074 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
6075 (s390_frame_chain): Ditto.
6076 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
6077
6078 2002-06-26 Grace Sainsbury <graces@redhat.com>
6079
6080 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
6081 gdbarch vector are at the top.
6082 (NUM_REGS): Remove.
6083 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
6084 (FRAME_ARGS_ADDRESS): Remove.
6085 (FRAME_LOCALS_ADDRESS): Remove.
6086 (FRAME_NUM_ARGS): Remove.
6087 (FRAME_ARGS_SKIP): Remove.
6088 * m68k-tdep.c (enum): Add eumeration of special register numbers.
6089 (m68k_gdbarch_init): Add gdbarch initializations for macros
6090 undefined in tm-m68k.h
6091
6092 2002-06-26 Grace Sainsbury <graces@redhat.com>
6093
6094 * monitor.h: Add the function regname to monitor_ops
6095 structure. This way NUM_REGS does not have to be a constant.
6096 * monitor.c (monitor_fetch_register): Added support for regname
6097 function. The function is called if the array regnames is NULL.
6098 (monitor_store_register): Same.
6099 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
6100 regnames array.
6101 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
6102 cpu32bug_cmds.regname to point to new function.
6103 * abug-rom.c (abug_regname): Same as above.
6104 (init_abug_cmds): Same.
6105 * dbug-rom.c (dbug_regname): Same as above.
6106 (init_dbug_cmds): Same.
6107 * remote-est.c (est_regname): Same.
6108 (init_est_cmds): Same.
6109 * rom68k-rom.c (rom68k_regname): Same.
6110 (init_rom68k_cmds): Same.
6111
6112 2002-06-25 Tom Tromey <tromey@redhat.com>
6113
6114 * breakpoint.c (delete_command): Don't repeat `delete' commands.
6115
6116 2002-06-25 Andrew Cagney <cagney@redhat.com>
6117
6118 * infrun.c (stop_registers): Change variable's type to ``struct
6119 regcache'''.
6120 (xmalloc_inferior_status): Delete function.
6121 (free_inferior_status): Delete function.
6122 (normal_stop): Use regcache_cpy.
6123 (struct inferior_status): Change type of fields ``stop_registers''
6124 and ``registers'' to ``struct regcache''.
6125 (write_inferior_status_register): Use regcache_write.
6126 (save_inferior_status): Instead of calling
6127 xmalloc_inferior_status, allocate the inf_status buffer directly.
6128 Use regcache_dup_no_passthrough and regcache_dup to save the
6129 buffers.
6130 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
6131 Replace the stop_registers regcache instead of overriding it. Use
6132 regcache_xfree. Instead of calling free_inferior_status, xfree
6133 the buffer directly.
6134 (discard_inferior_status): Use regcache_xfree. Instead of calling
6135 free_inferior_status, xfree the buffer directly.
6136 (build_infrun): Use regcache_xmalloc.
6137 (_initialize_infrun): Delete redundant call to build_infrun.
6138
6139 * Makefile.in (infcmd.o): Add $(regcache_h).
6140
6141 * infcmd.c: Include "regcache.h".
6142 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
6143 obtain the address of `stop_registers' register buffer.
6144 (print_return_value): Ditto.
6145
6146 * inferior.h (struct regcache): Add opaque declaration.
6147 (stop_registers): Change variable's declared type to ``struct
6148 regcache''.
6149
6150 2002-06-24 Tom Tromey <tromey@redhat.com>
6151
6152 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
6153 * target.c (initialize_targets): Fixed typo in
6154 trust-readonly-sections `show' documentation.
6155
6156 * main.c: Marked all strings with _().
6157
6158 2002-06-24 Don Howard <dhoward@redhat.com>
6159
6160 * memattr.c (create_mem_region): Treat hi == 0 as a special case
6161 that means max CORE_ADDR+1.
6162 (lookup_mem_region): Ditto.
6163 (mem_info_command): Ditto.
6164
6165 2002-06-24 Grace Sainsbury <graces@redhat.com>
6166
6167 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
6168 (REGISTER_BYTES_OK): Remove.
6169 (REGISTER_BYTES): Remove.
6170 (STORE_STRUCT_RETURN): Remove.
6171 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
6172 (STORE_RETURN_VALUE): Remove.
6173 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
6174 (FRAME_CHAIN): Remove.
6175 (FRAMELESS_FUNCTION_INVOCATION): Remove.
6176 (FRAME_SAVED_PC): Remove.
6177 * m68k-tdep.c (m68k_register_bytes_ok):Add.
6178 (m68k_store_struct_return): Add.
6179 (m68k_deprecated_extract_return_value): Add.
6180 (m68k_deprecated_extract_struct_value_address): Add.
6181 (m68k_store_return_value): Add.
6182 (m68k_frame_chain): Add.
6183 (m68k_frameless_function_invocation): Add.
6184 (m68k_frame_saved_pc): Add.
6185 (m68k_gdbarch_init): added set_gdbarch calls for new
6186 functions and deleted macros.
6187
6188 2002-06-23 Tom Tromey <tromey@redhat.com>
6189
6190 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
6191 (ALLDEPFILES): Likewise.
6192 (udiheaders): Removed.
6193 (udip2soc.o): Likewise.
6194 (udi2go32.o): Likewise.
6195 (udr.o): Likewise.
6196 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
6197
6198 2002-06-22 Andrew Cagney <ac131313@redhat.com>
6199
6200 * infrun.c (_initialize_infrun): Delete unnecessary call to
6201 build_infrun.
6202
6203 * regcache.h: Update comments describing the regcache_cpy family
6204 of functions.
6205 (regcache_save, regcache_restore): Delete declaration.
6206 (regcache_save_no_passthrough): Delete declaration.
6207 (regcache_restore_no_passthrough): Delete declaration.
6208 * regcache.c (regcache_save): Delete function.
6209 (regcache_save_no_passthrough): Delete function.
6210 (regcache_restore): Delete function.
6211 (regcache_restore_no_passthrough): Delete function.
6212
6213 2002-06-21 Andrew Cagney <ac131313@redhat.com>
6214
6215 * config/m68k/tm-m68k.h: Fix typo.
6216 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
6217 (m68k_frame_init_saved_regs): Declare.
6218
6219 2002-06-21 Jim Blandy <jimb@redhat.com>
6220
6221 Remove some vestiges of Harris 88k support.
6222 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
6223 register numbering quirk.
6224 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
6225 odd symbols occurring in Harris 88k ELF targets.
6226
6227 2002-06-21 Tom Tromey <tromey@redhat.com>
6228
6229 * gdb_locale.h: New file.
6230 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
6231 (defs_h): Added gdb_locale.h.
6232 * configure, config.in: Rebuilt.
6233 * configure.in (PACKAGE): Define.
6234 * defs.h: Include gdb_locale.h.
6235 * main.c (captured_main): Call setlocale, bindtextdomain,
6236 textdomain.
6237
6238 2002-06-21 Dave Brolley <brolley@redhat.com>
6239
6240 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
6241 * config/frv/frv.mt: New file.
6242 * config/frv/tm-frv.h: New file.
6243 * configure.tgt: Support frv-*-*.
6244 * Makefile.in (frv-tdep.o): New target.
6245 * frv-tdep.c: New file.
6246 * NEWS: Mention frv.
6247
6248 2002-06-21 Dave Brolley <brolley@redhat.com>
6249
6250 * MAINTAINERS: Add self to "Write After Approval" list.
6251
6252 2002-06-21 Grace Sainsbury <graces@redhat.com>
6253
6254 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
6255 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
6256 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
6257 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
6258 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
6259
6260 * m68k-tdep.c: Include arch-utils.h
6261 (m68k_register_raw_size): Add.
6262 (m68k_register_virtual_size): Add.
6263 (m68k_register_virtual_type): Add.
6264 (m68k_register_name): Add.
6265 (m68k_stack_align): Add.
6266 (m68k_register_byte): Add.
6267 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
6268 tm-m68k.h.
6269
6270 2002-06-21 Grace Sainsbury <graces@redhat.com>
6271
6272 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
6273 m68k_find_saved_regs.
6274 (m68k_pop_frame): Removed saved_regs structure, and replaced
6275 references to it with frame->saved_regs.
6276 (m68k_gdbarch_init): Added function calls to initialize the
6277 gdbarch structure.
6278 (m68k_fix_call_dummy): Add.
6279 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
6280 (CALL_DUMMY): Remove.
6281 (CALL_DUMMY_LENGTH): Remove.
6282 (CALL_DUMMY_START_OFFSET): Remove.
6283 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
6284 (FIX_CALL_DUMMY): Remove.
6285 (PUSH_DUMMY_FRAME): Remove.
6286 (POP_FRAME): Remove.
6287
6288 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
6289
6290 * parse.c (parse_fprintf): New function used to avoid calls to
6291 fprintf in bison parser generated debug code.
6292 * parser-defs.h: Declaration of new parse_fprintf function.
6293 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
6294 Set YYDEBUG to 1 by default.
6295 Set YYFPRINTF as parse_fprintf.
6296
6297 2002-06-21 Michal Ludvig <mludvig@suse.cz>
6298
6299 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
6300 encoding anymore.
6301 (pointer_encoding, enum ptr_encoding): New.
6302 (execute_cfa_program): Take care about pointer encoding.
6303 (dwarf2_build_frame_info): Only call parse_frame_info for
6304 .debug_frame and .eh_frame.
6305 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
6306 fixed augmentation handling, added relative addressing,
6307 ignore duplicate FDEs. Added comments.
6308 * dwarf2cfi.c: Reindented.
6309
6310 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
6311
6312 * event-top.c (command_handler): Don't use space_at_cmd_start
6313 unless there is sbrk() on the host. Assign time and space data
6314 to union fields of the appropriate length.
6315
6316 2002-06-20 Michal Ludvig <mludvig@suse.cz>
6317
6318 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
6319 x86_64_register_name. Return type changed to 'const char *'.
6320 (x86_64_register_name2nr): Rename to x86_64_register_number.
6321 (x86_64_gdbarch_init): Update to reflect the change.
6322 * x86-64-tdep.h: Ditto.
6323 * x86-64-linux-nat.c (x86_64_fxsave_offset)
6324 (supply_fpregset): Ditto.
6325
6326 2002-06-19 Andrew Cagney <cagney@redhat.com>
6327
6328 * regcache.h: Update copyright.
6329 (struct regcache, struct gdbarch): Add opaque declarations.
6330 (current_regcache): Declare global variable.
6331 (regcache_read, regcache_write): Add gdbarch parameter.
6332 (regcache_save, regcache_save_no_passthrough)
6333 (regcache_restore, regcache_restore_no_passthrough)
6334 (regcache_dup, regcache_dup_no_passthrough)
6335 (regcache_cpy, regcache_cpy_no_passthrough)
6336 (deprecated_grub_regcache_for_registers)
6337 (deprecated_grub_regcache_for_register_valid)
6338 (regcache_valid_p): Add function declarations.
6339
6340 * regcache.c: Update copyright.
6341 (regcache_descr_handle): New global variable.
6342 (struct regcache_descr): Define.
6343 (init_legacy_regcache_descr, init_regcache_descr): New functions.
6344 (regcache_descr, xfree_regcache_descr): New functions.
6345 (struct regcache): Define.
6346 (regcache_xmalloc, regcache_xfree): New functions.
6347 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
6348 (regcache_dup, regcache_dup_no_passthrough): New functions.
6349 (regcache_valid_p, regcache_read_as_address): New functions.
6350 (deprecated_grub_regcache_for_registers): New function.
6351 (deprecated_grub_regcache_for_register_valid): New function.
6352 (current_regcache): New global variable.
6353 (register_buffer): Add regcache parameter. Update calls.
6354 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
6355 (read_register_gen, write_register_gen): Update register_buffer
6356 call. Test for legacy_p instead of gdbarch_register_read_p or
6357 gdbarch_register_write_p.
6358 (regcache_collect): Update register_buffer call.
6359 (build_regcache): Rewrite. Use deprecated grub functions.
6360 (regcache_save, regcache_save_no_passthrough): New functions.
6361 (regcache_restore, regcache_restore_no_passthrough): New
6362 functions.
6363 (_initialize_regcache): Create the regcache_data_handle. Swap
6364 current_regcache global variable.
6365
6366 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
6367 parameter to regcache_read and regcache_write calls.
6368 (sh4_register_read): Ditto.
6369 (sh64_pseudo_register_read): Ditto.
6370 (sh64_register_read): Ditto.
6371 (sh_pseudo_register_write): Ditto.
6372 (sh4_register_write): Ditto.
6373 (sh64_pseudo_register_write): Ditto.
6374 (sh64_register_write): Ditto.
6375
6376 * defs.h (XCALLOC): Define.
6377
6378 2002-06-19 Grace Sainsbury <graces@redhat.com>
6379
6380 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
6381 * m68k-tdep.c (m68k_gdbarch_init): Added.
6382 (m68k_dump_tdep): Added.
6383
6384 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
6385
6386 * ada-lang.c (fill_in_ada_prototype): Update comment.
6387
6388 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
6389
6390 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
6391 MIPS_ABI_LAST.
6392 (mips_abi_string, mips_abi_strings): New.
6393 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
6394 (mips_gdbarch_init): Set tdep->found_abi. Don't set
6395 tdep->mips_abi_string. Honor mips_abi_string. Default to
6396 O32 if no ABI is found.
6397 (mips_dump_tdep): Use mips_abi_strings.
6398 (mips_abi_update): New function.
6399 (_initialize_mips_tdep): Initialize mips_abi_string. Add
6400 ``set mips abi'' and ``show mips abi''. Check the size of
6401 mips_abi_strings.
6402
6403 2002-06-19 Andrew Cagney <cagney@redhat.com>
6404
6405 * i386-linux-tdep.c (i386_linux_register_name): Make return type
6406 constant.
6407
6408 2002-06-18 Joel Brobecker <brobecker@gnat.com>
6409
6410 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
6411 current frame using only the first stack size adjustment. All
6412 subsequent size adjustments are not considered to be part of
6413 the "static" part of the current frame.
6414 Compute the address of the saved registers relative to the
6415 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
6416 in use in this frame.
6417
6418 2002-06-18 Don Howard <dhoward@redhat.com>
6419
6420 * valops.c (value_ind): Use value_at_lazy() when dereferencing
6421 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
6422 suggesting this solution.
6423
6424 2002-06-18 Andrew Cagney <ac131313@redhat.com>
6425
6426 * config/romp/xm-rtbsd.h: Delete file.
6427 * config/romp/rtbsd.mh: Delete file.
6428
6429 2002-06-18 Keith Seitz <keiths@redhat.com>
6430
6431 * breakpoint.c (condition_command): Post breakpoint_modify
6432 when a condition is added to an existing breakpoint.
6433 (commands_command): Likewise for commands.
6434 (set_ignore_count): Likewise for ignore counts.
6435 If no tty, do not simply return, still need to send event
6436 notification.
6437 (ignore_command): Only print a newline if the command came
6438 from a tty.
6439 Don't call breakpoints_changed, since this is now properly
6440 handled by set_ignore_count.
6441
6442 2002-06-18 Andrew Cagney <cagney@redhat.com>
6443
6444 * MAINTAINERS: Note that cris-elf target can be compiled with
6445 -Werror.
6446 * cris-tdep.c (cris_register_name): Make return type constant.
6447 (cris_breakpoint_from_pc): Ditto.
6448
6449 2002-06-18 Michal Ludvig <mludvig@suse.cz>
6450
6451 * frame.h (struct frame_info): Change type of context to
6452 'struct context'.
6453
6454 2002-06-17 Andrew Cagney <cagney@redhat.com>
6455
6456 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
6457 pointer.
6458 * gdbarch.h, gdbarch.c: Regenerate.
6459 * config/mips/tm-mips.h (mips_register_name): Update.
6460 * i386-tdep.h (i386_register_name): Update.
6461 * mips-tdep.c (mips_register_name): Update
6462 * alpha-tdep.c (alpha_register_name): Update.
6463 * arch-utils.c (legacy_register_name): Update.
6464 * arch-utils.h (legacy_register_name): Update.
6465 * avr-tdep.c (avr_register_name): Update.
6466 * ia64-tdep.c (ia64_register_name): Update.
6467 * i386-tdep.c (i386_register_name): Update.
6468 * sparc-tdep.c (sparc32_register_name): Update.
6469 (sparc64_register_name): Update.
6470 (sparclite_register_name): Update.
6471 (sparclet_register_name): Update.
6472 * sh-tdep.c (sh_generic_register_name): Update.
6473 (sh_sh_register_name): Update.
6474 (sh_sh3_register_name): Update.
6475 (sh_sh3e_register_name): Update.
6476 (sh_sh_dsp_register_name): Update.
6477 (sh_sh3_dsp_register_name): Update.
6478 (sh_sh4_register_name): Update.
6479 (sh_sh64_register_name): Update.
6480 * s390-tdep.c (s390_register_name): Update.
6481 * rs6000-tdep.c (rs6000_register_name): Update.
6482 * ns32k-tdep.c (ns32k_register_name_32082): Update.
6483 (ns32k_register_name_32382): Update.
6484 * d10v-tdep.c (d10v_ts2_register_name): Update.
6485 (d10v_ts3_register_name): Update.
6486 * xstormy16-tdep.c (xstormy16_register_name): Update.
6487 * vax-tdep.c (vax_register_name): Update.
6488 * v850-tdep.c (v850_register_name): Update.
6489 * m68hc11-tdep.c (m68hc11_register_name): Update.
6490 * mn10300-tdep.c (mn10300_generic_register_name): Update.
6491 (am33_register_name): Update.
6492
6493 2002-06-17 Grace Sainsbury <graces@redhat.com>
6494
6495 * m68k-tdep.c: Reindented.
6496
6497 2002-06-17 Andrew Cagney <ac131313@redhat.com>
6498
6499 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
6500 list of predefined types.
6501
6502 2002-06-16 Mark Kettenis <kettenis@gnu.org>
6503
6504 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
6505 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
6506 REGISTER_CONVERT_TO_RAW): Remove defines.
6507 (i386_register_virtual_type, i386_register_convertible,
6508 i386_register_convert_to_virtual, i386_register_convert_to_raw):
6509 Remove prototypes.
6510 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6511 macros mentioned above.
6512
6513 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
6514 (i386lynx_saved_pc_after_call): Remove prototype.
6515 * i386ly-tdep.c: Include "i386-tdep.h".
6516 (i386lynx_saved_pc_after_call): Make static. Use
6517 read_memory_nobpt instead of read_memory. Use
6518 read_memory_unsigned_integer instead of read_memory_integer.
6519 (i386lynx_init_abi): New function.
6520 (i386lynx_coff_osabi_sniffer): New function.
6521 (_initialize_i386bsd_tdep): New function.
6522
6523 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
6524 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
6525 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
6526 (i386_fix_call_dummy): Remove prototype.
6527 * i386-tdep.c (i386_call_dummy_words): New variable.
6528 (i386_gdbarch_init): Adjust for removal of the
6529 macros mentioned above.
6530
6531 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6532
6533 * command.h (add_setshow_auto_boolean_cmd): Replace
6534 add_set_auto_boolean_cmd.
6535 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
6536 add_set_auto_boolean_cmd.
6537 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
6538 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
6539 mask-address'' command.
6540 (show_mask_address): Add cmd parameter.
6541 * remote.c (add_packet_config_cmd): Update. Change type of
6542 set_func and show_func to cmd_sfunc_ftype.
6543 (_initialize_remote): Update `set remote Z-packet'
6544 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
6545 (show_remote_protocol_e_packet_cmd): Ditto.
6546 (show_remote_protocol_E_packet_cmd): Ditto.
6547 (show_remote_protocol_P_packet_cmd): Ditto.
6548 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
6549 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
6550 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
6551 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
6552 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
6553 (show_remote_protocol_Z_packet_cmd): Ditto.
6554 (show_remote_protocol_binary_download_cmd): Ditto.
6555 (show_remote_cmd): Pass NULL to all of above.
6556
6557 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6558
6559 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
6560 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
6561 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
6562 POP_FRAME): Remove defines.
6563 (i386_push_arguments, i386_store_struct_return,
6564 i386_extract_return_value, i386_store_return_value,
6565 i386_extract_struct_value_address, i386_push_dummy_frame,
6566 i386_pop_frame): Renove prototypes.
6567 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6568 macros mentioned above.
6569
6570 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6571
6572 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
6573 add_set_boolean_cmd.
6574 (add_setshow_cmd): New function.
6575 * command.h (add_setshow_boolean_cmd): Replace
6576 add_set_boolean_cmd.
6577 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
6578 and ``set rdiromatzero''.
6579 * maint.c (_initialize_maint_cmds): Update commented out code.
6580 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
6581 * target.c (initialize_targets): Update `set
6582 trust-readonly-sections'.
6583 * remote.c (_initialize_remote): Update `set remotebreak'.
6584
6585 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6586
6587 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
6588 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
6589 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
6590 fit into multi-arch framework.
6591 (i386_breakpoint_from_pc): New function.
6592 (i386_gdbarch_init): Adjust for removal of the macros mentioned
6593 above.
6594
6595 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
6596 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
6597 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
6598 (i386_frameless_function_invocation, i386_frame_num_args,
6599 i386_frame_init_saved_regs): Remove prototypes.
6600 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6601 macros mentioned above.
6602
6603 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6604
6605 * cli/cli-decode.c (set_cmd_cfunc): Update.
6606 (set_cmd_sfunc): Update.
6607 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
6608 (set_cmd_sfunc, set_cmd_cfunc): Update.
6609 * cli/cli-decode.h: Update.
6610
6611 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6612
6613 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
6614 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
6615
6616 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6617
6618 * defs.h (auto_boolean): Declare enum.
6619 * command.h (cmd_auto_boolean): Delete enum.
6620 * mips-tdep.c (mask_address_var): Update.
6621 (mips_mask_address_p): Update.
6622 (show_mask_address): Update.
6623 * remote.c (struct packet_config): Update.
6624 (update_packet_config): Update.
6625 (show_packet_config_cmd): Update.
6626 (packet_ok): Update.
6627 (add_packet_config_cmd): Update.
6628 (_initialize_remote):
6629 * command.h: Update.
6630 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
6631 (do_setshow_command): Update.
6632 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
6633 * cli/cli-decode.h: Update.
6634
6635 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6636
6637 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
6638 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
6639 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
6640 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
6641 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
6642 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
6643
6644 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
6645 list of DJGPP COFF targets.
6646
6647 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
6648 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
6649 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
6650 (FP0_REGNUM): Remove define.
6651 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
6652 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
6653 (i386_register_virtual_size): Remove protoype.
6654 * i386-tdep.c (i386_register_virtual_size): Removed.
6655 (i386_extract_return_value, i386_store_return_value): Use
6656 FP0_REGNUM instead of NUM_FREGS to determine whether the
6657 floating-point registers are available.
6658 (i386_gdbarch_init): Tweak FIXME about FPU registers.
6659 Adjust for removal of macros mentioned above.
6660
6661 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6662
6663 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
6664 comments.
6665 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
6666 Remove prototypes.
6667 (supply_gregset, fill_gregset): Remove use of register keyword and
6668 remove declaration for regmap. Use I386_NUM_GREGS instead of
6669 NUM_REGS and NUM_FREGS.
6670 (FPREGSET_FSAVE_OFFSET): Remove.
6671 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
6672 NUM_FREGS to determine whether the floating-point registers are
6673 available.
6674
6675 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
6676 gnu_store_registers): Replace usage of NUM_GREGS with
6677 I386_NUM_GREGS.
6678
6679 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
6680 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
6681 usage of NUM_GREGS with I386_NUM_GREGS.
6682
6683 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6684
6685 * i386bsd-nat.c: Include "i386-tdep.h".
6686 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6687 I386_NUM_GREGS.
6688
6689 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6690 and associated comment. They no longer make any sense, since we
6691 don't use this file anymore on Linux.
6692
6693 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6694 * i386-tdep.c (i386_register_offset, i386_register_size): Use
6695 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6696 elements in these arrays.
6697 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6698 MAX_NUM_REGS.
6699
6700 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6701
6702 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6703 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6704
6705 2002-06-14 Andrew Cagney <cagney@redhat.com>
6706
6707 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6708 EXTRACT_RETURN_VALUE.
6709 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6710 EXTRACT_STRUCT_VALUE_ADDRESS.
6711 * gdbarch.h, gdbarch.c: Regenerate.
6712
6713 * values.c (value_being_returned): Handle
6714 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6715 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6716
6717 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6718 * arm-tdep.c (arm_gdbarch_init): Update.
6719 * avr-tdep.c (avr_gdbarch_init): Update.
6720 * cris-tdep.c (cris_gdbarch_init): Update.
6721 * d10v-tdep.c (d10v_gdbarch_init): Update.
6722 * ia64-tdep.c (ia64_gdbarch_init): Update.
6723 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6724 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6725 * s390-tdep.c (s390_gdbarch_init): Update.
6726 * sh-tdep.c (sh_gdbarch_init): Update.
6727 * s390-tdep.c (s390_gdbarch_init): Update.
6728 * sparc-tdep.c (sparc_gdbarch_init): Update.
6729 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6730 * v850-tdep.c (v850_gdbarch_init): Update.
6731 * vax-tdep.c (vax_gdbarch_init): Update.
6732 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6733 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6734
6735 * config/arc/tm-arc.h: Update.
6736 * config/d30v/tm-d30v.h: Update.
6737 * config/fr30/tm-fr30.h: Update.
6738 * config/h8300/tm-h8300.h: Update.
6739 * config/h8500/tm-h8500.h: Update.
6740 * config/i386/tm-i386.h: Update.
6741 * config/i386/tm-ptx.h: Update.
6742 * config/i386/tm-symmetry.h: Update.
6743 * config/i960/tm-i960.h: Update.
6744 * config/m32r/tm-m32r.h: Update.
6745 * config/m68k/tm-delta68.h: Update.
6746 * config/m68k/tm-linux.h: Update.
6747 * config/m68k/tm-m68k.h: Update.
6748 * config/m88k/tm-m88k.h: Update.
6749 * config/mcore/tm-mcore.h: Update.
6750 * config/mips/tm-mips.h: Update.
6751 * config/mn10200/tm-mn10200.h: Update.
6752 * config/pa/tm-hppa.h: Update.
6753 * config/pa/tm-hppa64.h: Update.
6754 * config/sparc/tm-sp64.h: Update.
6755 * config/sparc/tm-sparc.h: Update.
6756 * config/sparc/tm-sparclet.h: Update.
6757 * config/z8k/tm-z8k.h: Update.
6758
6759 2002-06-14 Andrew Cagney <cagney@redhat.com>
6760
6761 * Makefile.in (i386_linux_tdep_h): Define.
6762 (i386_tdep_h, i387_tdep_h): Define.
6763 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6764 $(i386_tdep_h) and $(i387_tdep_h).
6765 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6766
6767 2002-06-14 Mark Kettenis <kettenis@gnu.org>
6768
6769 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6770 Already covered by the default.
6771
6772 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6773 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
6774 (i386_gdbarch_init): Initialize long_double_format and long_double
6775 bit.
6776
6777 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6778 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
6779 Move these to ...
6780 * config/i386/i386sol2.mh: ... here.
6781 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6782 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6783 (SIGCONTEXT_PC_OFFSET): Remove define.
6784 (IN_SIGTRAMP): Remove define.
6785 * i386-sol2-tdep.c: New file.
6786
6787 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6788 * config/i386/tm-i386nw.h: Removed.
6789
6790 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6791 USE_STRUCT_CONVENTION): Remove defines.
6792 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6793 (get_longjmp_target): Remove prototype.
6794 (IN_SIGTRAMP): Remove define.
6795 (i386bsd_in_sigtramp): Remove prototype.
6796 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6797 function. Update comment accordingly
6798 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6799 (FRAME_SAVED_PC): Remove define.
6800 (i386bsd_frame_saved_pc): Remove prototype.
6801 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6802 GET_LONGJMP_TARGET): Remove defines.
6803 (get_longjmp_target): Remove prototype.
6804 (IN_SIGTRAMP): Remove define.
6805 (i386bsd_in_sigtramp): Remove prototype.
6806 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6807 function. Update comment accordingly
6808 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6809 (FRAME_SAVED_PC): Remove define.
6810 (i386bsd_frame_saved_pc): Remove prototype.
6811 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6812 Remove prototype.
6813 (USE_STRUCT_CONVENTION): Remove prototype.
6814 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6815 declaration.
6816 (_initialize_i386bsd_nat): Revise logic to determine some
6817 constants at compile time when compiling a native GDB. Warn if
6818 things don't match up with what we expect.
6819 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6820 Remove variables.
6821 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6822 to use date stored in `struct gdbarch_tdep'.
6823 (i386bsd_sigcontext_offset): Remove varaible.
6824 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6825 stored in `struct gdbarch_tdep'.
6826 (i386bsd_frame_saved_pc): Make static.
6827 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6828 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6829 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6830 i386fbsd4_sc_pc_offset): New variables.
6831 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6832 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6833 functions.
6834 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6835 functions.
6836 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6837 Modify the value of i386fbsd_sigtramp_start and
6838 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6839 i386fbsd_sigtramp_end.
6840 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6841 function.
6842
6843 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6844 define to i386-linux-tdep.h.
6845 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6846 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6847 defines.
6848 (i386_linux_register_name, i386_linux_register_byte,
6849 i386_linux_register_raw_size): Remove prototypes.
6850 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6851 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6852 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6853 TARGET_WRITE_PC): Remove defines.
6854 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6855 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6856 i386_linux_write_pc): Remove prototypes.
6857 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6858 (get_longjmp_target): Remove prototype.
6859 * i386-linux-tdep.h: New file.
6860 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6861 * i386-linux-tdep.c: Include "i386-tdep.h" and
6862 "i386-linux-tdep.h".
6863 (i386_linux_register_name, i386_linux_register_byte,
6864 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6865 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6866 Make static.
6867 (i386_linux_init_abi): New function.
6868 (_initialize_i386_linux_tdep): New function.
6869
6870 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6871 (i386_saved_pc_after_call): Remove prototype.
6872 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6873 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6874 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6875 (i386_register_name, i386_stab_reg_to_regnum,
6876 i386_dwarf_reg_to_regnum): Remove prototypes.
6877 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6878 SIZEOF_SSE_REGS): Remove defines.
6879 (REGISTER_BYTES): Remove define.
6880 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6881 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6882 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6883 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6884 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6885 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6886 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6887 (get_longjmp_target): Remove prototype.
6888 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6889 (sigtramp_saved_pc): Remove define.
6890 (i386v4_sigtramp_saved_pc): Remove prototype.
6891 * config/i386/tm-go32.h (FRAME_CHAIN,
6892 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6893 (i386go32_frame_saved_pc): Remove prototype.
6894 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6895 (get_longjmp_target): Remove prototype.
6896 * i386-tdep.h: Include "osabi.h".
6897 (enum i386_abi): Removed.
6898 (enum struct_return): New enum.
6899 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6900 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6901 sc_pc_offset members.
6902 (i386_gdbarch_register_os_abi): Remove prototype.
6903 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6904 I386_SSE_NUM_REGS): New defines.
6905 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6906 I386_SSE_SIZEOF_REGS): New defines.
6907 (i386_register_name, i386_register_byte, i386_register_raw_size):
6908 New prototypes.
6909 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6910 (i386bsd_sigtramp_saved_pc): New prototype.
6911 * i386-tdep.c: Don't include "elf-bfd.h".
6912 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6913 i386_frame_chain, i386_saved_pc_after_call): Make static.
6914 (i386_frame_saved_pc): Rewrite to call architecture dependent
6915 function to deal with signal handlers. Make static.
6916 (i386go32_frame_saved_pc): Removed.
6917 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6918 Removed.
6919 (i386_get_longjmp_target): New function.
6920 (default_struct_convention, pcc_struct_convention,
6921 reg_struct_convention, valid_conventions, struct_convention): New
6922 variables.
6923 (i386_use_struct_convention): New function.
6924 (i386v4_sigtramp_saved_pc): Renamed to
6925 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6926 (i386_pc_in_sigtramp): New function.
6927 (i386_abi_names): Removed.
6928 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6929 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6930 Removed.
6931 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6932 i386_gdbarch_register_os_abi): Removed.
6933 (struct i386_abi_handler): Removed.
6934 (i386_abi_handler_list): Removed.
6935 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6936 functions.
6937 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6938 i386_nw_init_abi): New functions.
6939 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6940 Use set_gdbarch_xxx() calls instead of relying on macros for a
6941 number of calls.
6942 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6943 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6944 Register the various architecture variants defined in this file.
6945
6946 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
6947
6948 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6949 (struct main_type): Remove arg_types member. Update comments for
6950 struct field.
6951 (TYPE_ARG_TYPES): Remove.
6952 (TYPE_FN_FIELD_ARGS): Update.
6953 (smash_to_method_type): Update prototype.
6954
6955 * c-typeprint.c (cp_type_print_method_args): Take method type
6956 instead of argument list. Use new argument layout. Simplify.
6957 (c_type_print_args): Use new argument layout. Simplify.
6958 (c_type_print_base): Update call to cp_type_print_method_args.
6959 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6960 argument; use die->type instead. Update call to
6961 smash_to_method_type.
6962 (read_structure_scope): Update call to dwarf2_add_member_fn.
6963 * gdbtypes.c (allocate_stub_method): Update comment.
6964 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6965 Use new argument layout.
6966 (check_stub_method): Use new argument layout. Don't count
6967 void as an argument.
6968 (print_arg_types): Update comments. Use new argument layout.
6969 (recursive_dump_type): Don't print arg_types member.
6970 * hpread.c (hpread_read_struct_type): Use new argument layout.
6971 (fixup_class_method_type): Likewise.
6972 (hpread_type_lookup): Likewise.
6973 * stabsread.c (read_type): Update calls to read_args and
6974 smash_to_method_type.
6975 (read_args): Use new argument layout. Simplify.
6976 * valops.c (typecmp): Use new argument layout. Update parameters
6977 and comments. Simplify.
6978 (hand_function_call): Use new argument layout.
6979 (search_struct_method): Update call to typecmp.
6980 (find_overload_match): Use new argument layout.
6981
6982 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6983
6984 * NEWS: Mention multithreaded debug support for gdbserver.
6985
6986 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6987
6988 * MAINTAINERS: Mention NEWS.
6989
6990 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6991
6992 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6993 (struct mips_objfile_private, compare_pdr_entries): New.
6994 (non_heuristic_proc_desc): Read the ".pdr" section if it
6995 is present.
6996
6997 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6998
6999 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
7000 (arm_debug): New static variable.
7001 (_initialize_arm_tdep): Add ``set debug arm'' command.
7002
7003 2002-06-12 Andrew Cagney <ac131313@redhat.com>
7004
7005 * Makefile.in (sim_arm_h): Define.
7006 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
7007 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
7008 (arm_register_sim_regno): New function, map an internal REGNUM
7009 onto a simulator register number.
7010 (arm_gdbarch_init): Set register_sim_regno.
7011
7012 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
7013
7014 * MAINTAINERS: Add self.
7015
7016 2002-06-11 Jim Blandy <jimb@redhat.com>
7017
7018 * source.c (source_info): Mention whether the symtab has
7019 information about preprocessor macros.
7020
7021 Call the command `info macro', not `show macro'.
7022 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
7023 Fix error message.
7024 (_initialize_macrocmd): Register `info_macro_command' in
7025 `infolist', not `showlist'.
7026
7027 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
7028
7029 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
7030 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
7031 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
7032 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
7033 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
7034 unconditionally.
7035 (set_mipsfpu_single_command, set_mipsfpu_double_command)
7036 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
7037 (_initialize_mips_tdep): Remove dead code.
7038 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
7039 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
7040 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
7041 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
7042 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
7043 MIPS_LAST_FP_ARG_REGNUM): Remove.
7044
7045 2002-06-11 Michal Ludvig <mludvig@suse.cz>
7046
7047 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
7048 (unwind_tmp_obstack_free, parse_frame_info)
7049 (update_context, cfi_read_fp, cfi_write_fp)
7050 (cfi_frame_chain, cfi_init_extra_frame_info)
7051 (cfi_virtual_frame_pointer): Use the above function.
7052 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
7053
7054 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
7055
7056 * v850-tdep.c (v850_type_is_scalar): New function.
7057 (v850_use_struct_convention): Match current gcc implementation
7058 as close as possible.
7059 (v850_push_arguments): Fix stack_offset handling. Don't write
7060 struct_addr into register. This is done by v850_store_struct_return.
7061 (v850_extract_return_value): Care for structs.
7062 (v850_store_return_value): Ditto.
7063 (v850_store_struct_return): Actually write address.
7064
7065 2002-06-11 Michal Ludvig <mludvig@suse.cz>
7066
7067 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
7068 without debug information too.
7069
7070 2002-06-10 Andrew Cagney <ac131313@redhat.com>
7071
7072 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
7073 Make multi-arch pure.
7074 * gdbarch.h, gdbarch.c: Re-generate.
7075 * arm-tdep.c (arm_print_float_info): Update.
7076 * arch-utils.h (default_print_float_info): Update.
7077 * arch-utils.c (default_print_float_info): Update.
7078 * infcmd.c (float_info): Update call.
7079
7080 2002-06-10 Andrew Cagney <ac131313@redhat.com>
7081
7082 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
7083 the front of the initialize list.
7084
7085 2002-06-10 Andrew Cagney <ac131313@redhat.com>
7086
7087 * infrun.c (struct inferior_status): Replace fields
7088 selected_frame_address and selected_level with field
7089 selected_frame_id.
7090 (save_inferior_status): Update. Use get_frame_id.
7091 (struct restore_selected_frame_args): Delete.
7092 (restore_selected_frame): Update. Use frame_find_by_id.
7093 (restore_inferior_status): Update.
7094
7095 * breakpoint.h (struct breakpoint): Change type of
7096 watchpoint_frame to frame_id.
7097 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
7098 call to get_current_frame.
7099 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
7100 get_current_frame.
7101 (watchpoint_check): Use frame_find_by_id.
7102
7103 * frame.h (record_selected_frame): Delete declaration.
7104 * stack.c (record_selected_frame): Delete function.
7105
7106 * frame.h (struct frame_id): Define.
7107 (get_frame_id): Declare.
7108 (frame_find_by_id): Declare.
7109 * frame.c (frame_find_by_id): New function.
7110 (get_frame_id): New function.
7111
7112 2002-06-10 Andrey Volkov <avolkov@transas.com>
7113
7114 * ser-e7kpc.c: Fix duplicated define and call of
7115 _initialize_ser_e7000pc
7116
7117 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
7118
7119 * signals/signals.c (target_signal_from_host): Fix #ifdef
7120 SIGRTMIN case.
7121 (do_target_signal_to_host): Likewise.
7122
7123 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
7124
7125 * mips-tdep.c (mips_find_abi_section): New function.
7126 (mips_gdbarch_init): Call it.
7127
7128 2002-06-09 Mark Kettenis <kettenis@gnu.org>
7129
7130 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
7131 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
7132 after Andrew's 2002-06-08 gdbarch change.
7133
7134 2002-06-09 Mark Kettenis <kettenis@gnu.org>
7135
7136 * i386-linux-nat.c (suppy_gregset): Don't supply
7137 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
7138 register cache.
7139 (fill_gregset): Don't fetch it under the same circumstances.
7140
7141 2002-06-09 Andrew Cagney <cagney@redhat.com>
7142
7143 * Makefile.in (callback_h): Define.
7144 (remote_sim_h): Update path to remote-sim.h.
7145 (remote-rdp.o): Add $(callback_h).
7146 (remote-sim.o): Use $(callback_h).
7147 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
7148 * remote-rdp.c: Include "gdb/callback.h".
7149
7150 2002-06-09 Mark Kettenis <kettenis@gnu.org>
7151
7152 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7153 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
7154
7155 2002-06-08 Andrew Cagney <ac131313@redhat.com>
7156
7157 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
7158 * rdi-share/serpardr.c: Ditto.
7159 * rdi-share/unixcomm.c: Ditto.
7160 * rdi-share/serdrv.c: Ditto.
7161 * rdi-share/hostchan.h: Ditto.
7162 * rdi-share/hostchan.c: Ditto.
7163 * rdi-share/host.h: Ditto.
7164 * rdi-share/devsw.c: Ditto.
7165
7166 * objfiles.h: Change type of obj_private to void pointer.
7167 * pa64solib.c: Update copyright. Don't include "assert.h", use
7168 strcmp instead of STREQ, use LONGEST, do not use PTR
7169 * somsolib.c: Ditto.
7170
7171 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
7172 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
7173 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
7174
7175 2002-06-08 Andrew Cagney <ac131313@redhat.com>
7176
7177 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
7178 (default_get_saved_register): Delete function.
7179 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
7180 generic_unwind_get_saved_register.
7181 * gdbarch.h, gdbarch.c: Re-generate.
7182
7183 2002-06-08 Andrew Cagney <ac131313@redhat.com>
7184
7185 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
7186 generic_func_frame_chain_valid.
7187 * gdbarch.h, gdbarch.c: Re-generate.
7188 * blockframe.c (generic_func_frame_chain_valid): Only check
7189 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
7190 passing FP to PC_IN_CALL_DUMMY.
7191 Fix PR gdb/360.
7192
7193 2002-06-08 Andrew Cagney <ac131313@redhat.com>
7194
7195 * gdbarch.sh (struct gdbarch_data): Add field init_p.
7196 (register_gdbarch_data): Initialize init_p.
7197 (gdbarch_data): Initialize data pointer using the init function.
7198 (init_gdbarch_data): Delete function.
7199 (gdbarch_update_p): Update.
7200 (initialize_non_multiarch): Update.
7201 (struct gdbarch): Add field initialized_p.
7202 * gdbarch.h, gdbarch.c: Re-generate.
7203
7204 2002-06-07 Michal Ludvig <mludvig@suse.cz>
7205
7206 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
7207 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
7208 better do the things actually here.
7209 * x86-64-tdep.c (x86_64_register_name2nr): New.
7210 (x86_64_register_name): Renamed to x86_64_register_nr2name.
7211 (x86_64_gdbarch_init): Respect the above change.
7212 * x86-64-tdep.h (x86_64_register_name2nr)
7213 (x86_64_register_nr2name): Add prototypes.
7214 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
7215
7216 2002-06-06 Michael Snyder <msnyder@redhat.com>
7217
7218 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
7219 Delete extra braces and re-indent.
7220 (d10v_store_return_value): Char return values
7221 must be shifted over by one byte in R0.
7222 (d10v_extract_return_value): Delete extra braces, re-indent.
7223
7224 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
7225
7226 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
7227 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
7228 (d10v_integer_to_address): Rewrite.
7229 (d10v_frame_init_saved_regs): When reading fp and sp registers use
7230 the d10v specific functions which take care of converting to the
7231 correct space.
7232
7233 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
7234
7235 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
7236 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
7237
7238 2002-06-02 Andrew Cagney <ac131313@redhat.com>
7239
7240 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
7241 includes.
7242 * config/tm-linux.h: Ditto.
7243 * config/alpha/tm-alphalinux.h: Ditto.
7244 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
7245 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
7246 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
7247 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
7248 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
7249 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
7250 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
7251 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
7252 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
7253 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
7254 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
7255 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
7256 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
7257 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
7258 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
7259 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
7260 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
7261 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
7262 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
7263 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
7264 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
7265 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
7266 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
7267 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
7268 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
7269 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
7270 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
7271 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
7272 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
7273 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
7274 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
7275 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
7276 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
7277 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
7278 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
7279 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
7280 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
7281
7282 2002-05-04 Aidan Skinner <aidan@velvet.net>
7283
7284 * ada-exp.tab.c: New file
7285 * ada-exp.y: New file
7286 * ada-lang.c: New file
7287 * ada-lang.h: New file
7288 * ada-lex.c: New file
7289 * ada-lex.l: New file
7290 * ada-tasks.c: New file
7291 * ada-typeprint.c: New file
7292 * ada-valprint.c: New file
7293
7294 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
7295
7296 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
7297 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
7298
7299 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
7300
7301 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
7302 insetead of ppc-linux-tdep.o.
7303 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
7304 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
7305
7306 2002-06-02 Andrew Cagney <ac131313@redhat.com>
7307
7308 2002-05-07 Christian Groessler <chris@groessler.org>
7309 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
7310 bit register contents for little endian hosts.
7311
7312 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7313
7314 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
7315 any maintainer.
7316
7317 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7318
7319 * gdbarch.h: Regenerate.
7320
7321 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7322
7323 * MAINTAINERS: Add everyone to write-after-approval list.
7324
7325 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7326
7327 * stack.c (frame_info): Use frame_register_unwind instead of
7328 saved_regs. Mention when the SP is on the stack or in a register.
7329
7330 * frame.h (frame_register_unwind_ftype): Define. Document.
7331 (struct frame_info): Add field register_unwind and
7332 register_unwind_cache.
7333 (frame_register_unwind): Declare.
7334 (generic_unwind_get_saved_register): Declare.
7335
7336 * frame.c (frame_register_unwind): New function.
7337 (generic_unwind_get_saved_register): New function.
7338
7339 * blockframe.c (generic_call_dummy_register_unwind): New function.
7340 (frame_saved_regs_register_unwind): New function.
7341 (set_unwind_by_pc): New function.
7342 (create_new_frame): New function.
7343 (get_prev_frame): New function.
7344
7345 2002-05-30 Andrew Cagney <ac131313@redhat.com>
7346
7347 * a29k-share/: Delete directory.
7348 * remote-vx29k.c: Delete file.
7349
7350 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7351
7352 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
7353 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
7354
7355 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7356
7357 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
7358 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
7359 (sparc64nbsd-nat.o)
7360 (sparcnbsd-nat.o)
7361 (sparcnbsd-tdep.o): New dependency lists.
7362 * NEWS: Note new UltraSPARC NetBSD native configuration.
7363 * configure.host (sparc64-*-netbsd*): New host.
7364 * configure.tgt (sparc-*-netbsdelf*)
7365 (sparc-*-netbsd*): Set gdb_target to nbsd.
7366 (sparc64-*-netbsd*): New target.
7367 * sparc64nbsd-nat.c: New file.
7368 * sparcnbsd-nat.c: New file.
7369 * sparcnbsd-tdep.c: New file.
7370 * sparcnbsd-tdep.h: New file.
7371 * config/sparc/nbsd.mt: New file.
7372 * config/sparc/nbsd64.mh: New file.
7373 * config/sparc/nbsd64.mt: New file.
7374 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
7375 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
7376 (HOST_IPC): Remove.
7377 * config/sparc/nbsdaout.mt: Remove.
7378 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
7379 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
7380 (HOST_IPC): Remove.
7381 * config/sparc/nbsdelf.mt: Remove.
7382 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
7383 sparc-nat.c compatiblity defines.
7384 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
7385 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
7386 * config/sparc/tm-nbsd64.h: New file.
7387 * config/sparc/tm-nbsdaout.h: Remove.
7388 * config/sparc/xm-nbsd.h: Remove.
7389
7390 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7391
7392 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
7393 * sparc-tdep.c: Include osabi.h.
7394 (gdbarch_tdep): Add osabi member.
7395 (_initialize_sparc_tdep): Use gdbarch_register.
7396 (sparc_gdbarch_init): Use generic OS ABI framework.
7397 (sparc_dump_tdep): New function.
7398
7399 2002-05-30 Kevin Buettner <kevinb@redhat.com>
7400
7401 * corefile.c (do_captured_read_memory_integer): Return non-zero
7402 result.
7403 (safe_read_memory_integer): Copy result of memory read when
7404 status is non-zero. Also, add comments.
7405
7406 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
7407
7408 * Makefile.in (ppc_tdep_h): Define.
7409 (ppc-linux-nat.o)
7410 (ppc-linux-tdep.o)
7411 (rs6000-tdep.o): Use $(ppc_tdep_h).
7412 (ppc-sysv-tdep.o)
7413 (ppcnbsd-nat.o)
7414 (ppcnbsd-tdep.o): New dependency lists.
7415 * ppc-tdep.h: Use generic OS ABI framework.
7416 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
7417 (ppc_linux_init_abi): New functions.
7418 (ppc_sysv_abi_broken_use_struct_convention)
7419 (ppc_sysv_abi_use_struct_convention)
7420 (ppc_sysv_abi_push_arguments): Move to...
7421 * ppc-sysv-tdep.c: ...here.
7422 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
7423 * rs6000-tdep.c (process_note_abi_tag_sections)
7424 (get_elfosabi): Remove.
7425 (rs6000_gdbarch_init): Use generic OS ABI framework.
7426 (rs6000_dump_tdep): New function.
7427 (_initialize_rs6000_tdep): Use gdbarch_register.
7428 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
7429 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7430 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
7431 of ppc-linux-tdep.o.
7432 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
7433 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
7434 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
7435 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
7436 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
7437 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
7438
7439 2002-05-29 Jim Blandy <jimb@redhat.com>
7440
7441 * macroscope.c (default_macro_scope): Put `void' in empty argument
7442 list.
7443
7444 2002-05-29 Andrew Cagney <ac131313@redhat.com>
7445
7446 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
7447 * arch-utils.c: Include "sim-regno.h".
7448 * gdbarch.sh: Don't include "sim-regno.h".
7449 * gdbarch.h, gdbarch.c: Regenerate.
7450 * sim-regno.h (legacy_register_sim_regno): Move declaration from
7451 here.
7452 * arch-utils.h (legacy_register_sim_regno): To here.
7453 * remote-sim.c (legacy_register_sim_regno): Move function from
7454 here.
7455 * arch-utils.c (legacy_register_sim_regno): To here.
7456
7457 2002-05-28 Andrew Cagney <ac131313@redhat.com>
7458
7459 * sim-regno.h: New file.
7460 * Makefile.in (sim_regno_h): Define.
7461 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
7462 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
7463 (legacy_register_sim_regno): New function.
7464 (one2one_register_sim_regno): New function.
7465 (gdbsim_fetch_register): Rewrite.
7466 (gdbsim_store_register): Only store a register when
7467 REGISTER_SIM_REGNO is valid.
7468 * d10v-tdep.c: Include "sim-regno.h".
7469 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
7470 (d10v_ts3_register_sim_regno): Ditto.
7471 * gdbarch.sh: Include "sim-regno.h".
7472 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
7473 * gdbarch.h, gdbarch.c: Regenerate.
7474 * arch-utils.h (default_register_sim_regno): Delete declaration.
7475 * arch-utils.c (default_register_sim_regno): Delete function.
7476
7477 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
7478
7479 * ppcnbsd-nat.c: Rewrite.
7480 * ppcnbsd-tdep.c: New file.
7481 * ppcnbsd-tdep.h: New file.
7482 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
7483 solib.o, and solib-svr4.o.
7484 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
7485 nbsd-tdep.o, and corelow.o.
7486
7487 2002-05-28 Andrew Cagney <ac131313@redhat.com>
7488
7489 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
7490 `tr' and `sed'. Mention that `broken' targets are not expected to
7491 build.
7492
7493 2002-05-27 Michal Ludvig <mludvig@suse.cz>
7494
7495 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
7496 Let PC point right after the prologue before looking up symbols.
7497
7498 2002-05-27 Martin M. Hunt <hunt@redhat.com>
7499
7500 * i386-tdep.c (i386_register_virtual_type): Return
7501 builtin_type_vec128i for SSE registers.
7502
7503 * gdbtypes.h (builtin_type_vec128i): Declare.
7504
7505 * gdbtypes.c (build_builtin_type_vec128i): New function.
7506 (builtin_type_v2_double, builtin_type_v4_int64): New types.
7507 (builtin_type_vec128i): New type for SSE2 128-bit registers.
7508 (build_gdbtypes): Initialize new builtin vector types.
7509 (_initialize_gdbtypes): Register new vector types with gdbarch.
7510
7511 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7512
7513 * MAINTAINERS: ns32k is not longer an obsolete candidate,
7514 since it has been multi-arch'd.
7515 * NEWS: Note that ns32k-*-* is now partial multi-arch.
7516 Move Alpha and VAX multi-arch news entries to same section
7517 as other multi-arch news.
7518
7519 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7520
7521 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
7522 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
7523 static. Rename some register numbers to put them in ns32k-tdep
7524 private namespace.
7525 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
7526 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
7527 functions.
7528 (_initialize_ns32k_tdep): Use gdbarch_register.
7529 * ns32k-tdep.h: New file.
7530 * ns32knbsd-tdep.c: New file.
7531 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
7532 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
7533 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
7534 REGISTER_BYTES, REGISTER_BYTE): Remove.
7535 * config/ns32k/tm-ns32k.h: New file.
7536 * config/ns32k/tm-umax.h: Remove.
7537
7538 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7539
7540 * ns32k-tdep.c (ns32k_saved_pc_after_call,
7541 ns32k_store_struct_return, ns32k_extract_return_value,
7542 ns32k_store_return_value, ns32k_extract_struct_value_address): New
7543 functions.
7544 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
7545 ns32k_saved_pc_after_call.
7546 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
7547 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
7548 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
7549 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7550 ns32k_extract_struct_value_address.
7551
7552 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7553
7554 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
7555 ns32k_fix_call_dummy): New.
7556 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
7557 ns32k_call_dummy_words.
7558 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
7559 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
7560 CALL_DUMMY_NARGS): Remove.
7561 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
7562
7563 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7564
7565 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
7566 ns32k_frame_saved_pc, ns32k_frame_args_address,
7567 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
7568 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
7569 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
7570 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
7571 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
7572 (BREAKPOINT): Remove..
7573 (FRAME_CHAIN): Define as ns32k_frame_chain.
7574 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
7575 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
7576 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
7577 (FRAME_FIND_SAVED_REGS): Remove.
7578 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
7579 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
7580 (POP_FRAME): Define as ns32k_pop_frame.
7581
7582 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7583
7584 * ns32k-tdep.c (ns32k_register_byte_32082,
7585 ns32k_register_byte_32382, ns32k_register_raw_size,
7586 ns32k_register_virtual_size, ns32k_register_virtual_type): New
7587 functions.
7588 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
7589 ns32k_register_byte_32382.
7590 * config/ns32k/tm-umax.h: Update copyright years.
7591 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
7592 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
7593 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
7594 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
7595 (ns32k_get_enter_addr): Fix prototype.
7596
7597 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7598
7599 * ns32k-tdep.c: Update copyright years.
7600 (ns32k_register_name_32082): New function.
7601 (ns32k_register_name_32382): Ditto.
7602 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
7603 (REGISTER_NAME): Define as ns32k_register_name_32382.
7604 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
7605 (REGISTER_NAME): Define as ns32k_register_name_32082.
7606
7607 2002-05-24 Jim Blandy <jimb@redhat.com>
7608
7609 * dwarf2read.c (free_line_header): Use xfree, not free.
7610
7611 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
7612
7613 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
7614 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
7615
7616 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7617
7618 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
7619
7620 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7621
7622 From Ross Alexander at NEC Europe:
7623 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
7624
7625 2002-05-23 Michael Snyder <msnyder@redhat.com>
7626
7627 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
7628 for input, rather than parse_and_eval_address.
7629
7630 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7631
7632 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
7633 * Makefile.in (sim_d10v_h): Update definition.
7634
7635 2002-05-24 Andrew Cagney <cagney@redhat.com>
7636
7637 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
7638 change `2002-05-22 Michael Snyder' below.
7639 (d10v_push_arguments): Ditto.
7640 (d10v_extract_return_value): Ditto.
7641
7642 2002-05-23 Jim Blandy <jimb@redhat.com>
7643
7644 * macrotab.c (check_for_redefinition): Don't complain if the new
7645 definition is the same as the previous one. Take more arguments
7646 to allow the comparison.
7647 (macro_define_object, macro_define_function): Pass more arguments
7648 to check_for_redefinition.
7649
7650 2002-05-22 Michael Snyder <msnyder@redhat.com>
7651
7652 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
7653 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
7654 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
7655 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
7656 Don't bail if return_pc is PC_IN_CALL_DUMMY.
7657 Add a temp variable to save a call (and a memory read).
7658 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
7659 if possible (so that PC_IN_CALL_DUMMY will work).
7660
7661 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
7662
7663 * MAINTAINERS: Remove status `OBSOLETE' from v850.
7664
7665 2002-05-22 Michal Ludvig <mludvig@suse.cz>
7666
7667 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
7668 fde->cie_ptr.
7669 (dwarf2_build_frame_info): Corrected handling of eh_frame.
7670 (dwarf2_build_frame_info): Add offset to fde->initial_location
7671 so that frames of shared libraries are mapped correctly.
7672 (execute_stack_op): Change type of 'result' from ULONGEST to
7673 CORE_ADDR.
7674
7675 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7676
7677 * config/alpha/tm-nbsd.h: Include solib.h.
7678
7679 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7680
7681 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
7682 assumptions about the host's byte order.
7683
7684 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7685
7686 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7687 to dependency list.
7688 * alphanbsd-tdep.c: Include solib-svr4.h.
7689 * shnbsd-tdep.c: Ditto.
7690
7691 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7692
7693 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7694 nbsd-tdep.h to dependency list.
7695 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7696 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7697 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7698 nbsdaout.mh and nbsdelf.mh consistently.
7699 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7700 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7701 nbsdaout.mt and nbsdelf.mh consistently.
7702 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
7703 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7704 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7705 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
7706 a.out shared library stuff from here...
7707 * config/nm-nbsdaout.h: ...to here.
7708 * config/tm-nbsd.h: Remove.
7709 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7710 * config/arm/nbsd.mh: Remove.
7711 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7712 nbsd-tdep.o.
7713 * config/arm/nbsdaout.mh: New file.
7714 * config/arm/nbsdelf.mh: New file.
7715 * config/arm/nm-nbsdaout.h: New file.
7716 * config/i386/nbsd.mh: Remove.
7717 * config/i386/nbsd.mt: Remove.
7718 * config/i386/nbsdaout.mh: New file.
7719 * config/i386/nbsdaout.mt: New file.
7720 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7721 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7722 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
7723 i386_register_u_addr): Remove.
7724 * config/i386/nm-nbsdaout.h: New file.
7725 * config/i386/nm-nbsdelf.h: Remove.
7726 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7727 (USE_STRUCT_CONVENTION): Remove.
7728 * config/i386/tm-nbsdaout.h: New file.
7729 * config/i386/tm-nbsdelf.h: Remove.
7730 * config/m68k/nbsd.mh: Remove.
7731 * config/m68k/nbsd.mt: Remove.
7732 * config/m68k/nbsdaout.mh: New file.
7733 * config/m68k/nbsdaout.mt: New file.
7734 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7735 * config/m68k/nm-nbsdaout.h: New file.
7736 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7737 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7738 * config/ns32k/nbsd.mh: Remove.
7739 * config/ns32k/nbsd.mt: Remove.
7740 * config/ns32k/nbsdaout.mh: New file.
7741 * config/ns32k/nbsdaout.mt: New file.
7742 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
7743 * config/ns32k/nm-nbsdaout.h: New file.
7744 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7745 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7746 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7747 (SVR4_SHARED_LIBS): Remove.
7748 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7749 * config/sparc/nbsd.mh: Remove.
7750 * config/sparc/nbsd.mt: Remove.
7751 * config/sparc/nbsdaout.mh: New file.
7752 * config/sparc/nbsdaout.mt: New file.
7753 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7754 * config/sparc/nbsdelf.mt: New file.
7755 * config/sparc/nm-nbsdaout.h: New file.
7756 * config/sparc/nm-nbsdelf.h: Remove.
7757 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7758 * config/sparc/tm-nbsdaout.h: New file.
7759
7760 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7761
7762 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7763 mipsnbsd-tdep.c
7764 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7765
7766 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7767
7768 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7769 shnbsd-nat.c.
7770 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7771
7772 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7773
7774 * NEWS: Note new MIPS NetBSD native configuration.
7775 * configure.host (mips*-*-netbsd*): New host.
7776 * configure.tgt (mips*-*-netbsd*): New target.
7777 * mipsnbsd-nat.c: New file.
7778 * mipsnbsd-tdep.c: New file.
7779 * mipsnbsd-tdep.h: New file.
7780 * config/mips/nbsd.mh: New file.
7781 * config/mips/nbsd.mt: New file.
7782 * config/mips/nm-nbsd.h: New file.
7783 * config/mips/tm-nbsd.h: New file.
7784
7785 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7786
7787 * Makefile.in (SFILES): Add osabi.c.
7788 (COMMON_OBS): Add osabi.o.
7789 (osabi.o): New dependency list.
7790 * osabi.c: New file.
7791 * osabi.h: New file.
7792 * doc/gdbint.texinfo: Document new generic OS ABI framework.
7793
7794 * Makefile.in (alpha_tdep_h): Define and use instead of
7795 alpha-tdep.h.
7796 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7797 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7798 Remove.
7799 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7800 * alpha-tdep.h: Include osabi.h.
7801 (alpha_abi): Remove.
7802 (gdbarch_tdep): Use generic OS ABI framework.
7803 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7804 gdbarch_register_osabi.
7805 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7806 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7807 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7808
7809 * Makefile.in (sh_tdep_h): Add osabi.h.
7810 * sh-tdep.h (sh_osabi): Remove.
7811 (gdbarch_tdep): Use generic OS ABI framework.
7812 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7813 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7814 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7815 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7816
7817 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7818 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7819 gdbarch_register_osabi.
7820 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7821 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7822 (get_elfosabi): Rename to...
7823 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7824 ABI framework support routines.
7825 (arm_gdbarch_init): Use generic OS ABI framework.
7826 (arm_dump_tdep): Likewise.
7827 (_initialize_arm_tdep): Likewise.
7828 * arm-tdep.h: Include osabi.h.
7829 (arm_abi): Remove.
7830 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7831 osabi member.
7832 (arm_gdbarch_register_os_abi): Remove prototype.
7833 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7834 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7835
7836 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7837 * mips-tdep.c: Include osabi.h.
7838 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7839 OS ABI framework.
7840
7841 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
7842
7843 * h8300-tdep.c: Fix formatting.
7844
7845 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
7846
7847 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7848 printing vector registers.
7849
7850 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7851
7852 From Fernando Nasser:
7853 * remote.c (remote_async_open_1): Re-throw the exception when the
7854 connection fails.
7855 (remote_cisco_open): Ditto.
7856 (remote_open_1): Ditto.
7857
7858 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7859
7860 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7861 (remote_start_remote): Add uiout parameter. Pass through to
7862 remote_start_remote_dummy.
7863 (remote_open_1): Use catch_exception instead of catch_errors.
7864 (remote_async_open_1): Ditto.
7865 (remote_cisco_open): Ditto.
7866
7867 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7868
7869 * remote.c (remote_start_remote): Replace PTR with void pointer.
7870 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7871 static.
7872
7873 2002-05-18 Andrew Cagney <ac131313@redhat.com>
7874
7875 * gdb_indent.sh: Allow the script to be run in the sim directory.
7876
7877 2002-05-18 Mark Kettenis <kettenis@gnu.org>
7878
7879 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7880 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7881
7882 * corelow.c (core_open): Only call set_gdbarch_from_file if
7883 exec_bfd is NULL.
7884
7885 2002-05-17 Andrey Volkov <avolkov@transas.com>
7886
7887 * h8300-tdep.c: Add support of EXR register
7888 * config/h8300/tm-h8300.h: Ditto.
7889
7890 2002-05-17 Andrey Volkov <avolkov@transas.com>
7891
7892 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7893
7894 2002-05-17 Andrey Volkov <avolkov@transas.com>
7895
7896 * h8300-tdep.c: Change literal regnums to REGNO.
7897
7898 2002-05-17 Jim Blandy <jimb@redhat.com>
7899
7900 * NEWS: Note addition of macro support.
7901
7902 Expand preprocessor macros in C expressions.
7903 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7904 (scan_macro_expansion, scanning_macro_expansion,
7905 finished_macro_expansion): New function declarations.
7906 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7907 variable declarations.
7908 * parser-defs.h (expression_context_pc): New declaration.
7909 * parse.c (expression_context_pc): New variable.
7910 (parse_exp_1): Set expression_context_pc, as well as
7911 expression_context_block.
7912 * c-exp.y (yylex): If we're not already reading the result of a
7913 macro expansion, try to macro-expand the next token. When we're
7914 done scanning a macro expansion, switch back to the mainline text.
7915 Commas and `if's in a macro's expansion don't terminate the input.
7916 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7917 (macro_original_text, macro_expanded_text,
7918 expression_macro_lookup_func, expression_macro_lookup_baton): New
7919 variables.
7920 (scan_macro_expansion, scanning_macro_expansion,
7921 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7922 c_preprocess_and_parse): New functions.
7923 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7924 c_preprocess_and_parse, instead of c_parse.
7925 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7926 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7927
7928 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7929
7930 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7931 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7932 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7933
7934 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
7935
7936 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7937
7938 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7939
7940 * Makefile.in (sh_tdep_h): Define and use.
7941 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7942 register enum): Move to...
7943 * * sh-tdep.h: ...here.
7944 * sh-tdep.c: Include sh-tdep.h.
7945 * sh3-rom.c: Likewise.
7946 * shnbsd-tdep.c: Likewise.
7947
7948 2002-05-16 Michael Snyder <msnyder@redhat.com>
7949
7950 * arm-tdep.c: Spelling fix in comment.
7951
7952 2002-05-16 Jim Blandy <jimb@redhat.com>
7953
7954 Add commands for manually expanding macros and showing their
7955 definitions.
7956 * macrocmd.c, macroscope.c, macroscope.h: New files.
7957 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7958 (macroscope_h): New variable.
7959 (HFILES_NO_SRCDIR): Add macroscope.h.
7960 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7961 (macroscope.o, macrocmd.o): New rules.
7962
7963 Teach the Dwarf 2 reader to read macro information.
7964 * dwarf2read.c: #include "macrotab.h".
7965 (dwarf_macinfo_buffer): New variable.
7966 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7967 dwarf_macinfo_size.
7968 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7969 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7970 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7971 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7972 dwarf2_macro_spaces_in_definition): New complaints.
7973 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7974 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7975 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7976 the partial symbol table.
7977 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7978 from what's recorded in the partial symbol table.
7979 (read_file_scope): If the compilation unit has a
7980 `DW_AT_macro_info' attribute, read its macro information.
7981 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7982
7983 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7984
7985 Fix PR gdb/546
7986 * ser-tcp.c: Don't include <netinet/udp.h>.
7987
7988 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7989
7990 * MAINTAINERS: Update my email address.
7991
7992 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
7993
7994 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7995 include file of the same name.
7996
7997 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7998
7999 * configure.tgt: Mark v850 as multi-arched.
8000 * config/v850/tm-v850.h: Remove file.
8001 * config/v850/v850.mt: Eliminate TM_FILE.
8002
8003 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
8004
8005 * v850-tdep.c: Full multi-arch.
8006 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
8007 Define GDB_MULTI_ARCH to 2.
8008
8009 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
8010
8011 * p-exp.y (current_type): New static variable.
8012 Carries the type of the expression at the position that is parsed.
8013 (push_current_type, pop_current_type): Two new functions. Used
8014 to store/restore current_type in expression on specific tokens.
8015 (search_field): New static variable. Set to one after parsing a point
8016 as at that point only a FIELDNAME token should be searched.
8017 (FIELDNAME): New token. After a point only a token belonging to
8018 current_type type definition is allowed.
8019 (all over token rules): reset and change current_type according
8020 to rules.
8021 (exp '[' rule): insert implicit array index field if
8022 exp is a pascal string type.
8023
8024 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
8025
8026 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
8027 frame info. Use frame_info's saved_regs instead of matching member
8028 in extra_frame_info throughout.
8029 (v850_frame_init_saved_regs): New function.
8030 (v850_init_extra_frame_info): Move most functionality into
8031 v850_frame_init_saved_regs().
8032 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
8033 (v850_frame_find_saved_regs): Remove declaration.
8034 (FRAME_FIND_SAVED_REGS): Remove definition.
8035 (v850_frame_init_saved_regs): Add declaration.
8036 (FRAME_INIT_SAVED_REGS): Add definition.
8037
8038 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
8039
8040 * v850-tdep.c: Begin multi-arch'ing v850.
8041 (v850_target_architecture_hook): Remove function.
8042 (v850_gdbarch_init): New function. Add code previously in
8043 v850_target_architecture_hook().
8044 (_initialize_v850_tdep): Don't set target_architecture_hook.
8045 Call register_gdbarch_init() instead.
8046
8047 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
8048
8049 * gdbtypes.h (struct cplus_struct_type): Remove args field.
8050 * hpread.c (hpread_read_struct_type): Remove assignments to args.
8051 (fixup_class_method_type): Likewise.
8052
8053 2002-05-15 Jim Blandy <jimb@redhat.com>
8054
8055 Add macro structures to GDB's symbol tables. Nobody puts anything
8056 in them yet.
8057 * symtab.h (struct symtab): New member: `macro_table'.
8058 * buildsym.h (pending_macros): New global variable.
8059 * buildsym.c: #include "macrotab.h".
8060 (buildsym_init): Initialize `pending_macros'.
8061 (end_symtab): If we found macro information while reading a CU's
8062 debugging info, do build a symtab structure for it. Make the
8063 symtab point to the macro information, and clear the
8064 `pending_macros' pointer which held it while we were reading the
8065 debug info.
8066 (really_free_pendings): Free any pending macro table.
8067 * objfiles.h (struct objfile): New member: `macro_cache'.
8068 * objfiles.c (allocate_objfile): Set allocate and free functions
8069 for the macro cache's objstack.
8070 (free_objfile): Empty the macro cache's obstack.
8071 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
8072 set new allocate and free functions for it.
8073 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
8074 free functions for the macro cache's objstack. (Why is this
8075 function building its own objfile?)
8076 * symmisc.c (print_objfile_statistics): Print statistics on the
8077 macro bcache.
8078 * Makefile.in: Note that buildsym.o depends on macrotab.h.
8079
8080 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
8081
8082 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
8083 (REGISTER_U_ADDR): Delete definition.
8084 (arm_register_u_addr): Delete declaration.
8085
8086 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
8087
8088 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
8089 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
8090
8091 2002-05-14 Andrew Cagney <ac131313@redhat.com>
8092
8093 * regcache.c (register_valid): Revise comments refering to "Not
8094 available" and "unavailable".
8095 * frame.c (frame_register_read): Ditto.
8096 * findvar.c (value_of_register): Ditto.
8097
8098 2002-05-15 Andrew Cagney <cagney@redhat.com>
8099
8100 * Makefile.in (remote_sim_h): Replace remote-sim_h.
8101 (remote-sim.o): Update dependencies.
8102 (d10v-tdep.o): Specify dependencies.
8103 (sim_d10v_h): Define.
8104
8105 2002-05-14 Jim Blandy <jimb@redhat.com>
8106
8107 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
8108 * macrotab.c (macro_lookup_inclusion, find_definition,
8109 new_macro_table): Same.
8110
8111 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
8112 not `! strcmp ()'. This is a dubious improvement.
8113 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
8114
8115 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
8116 although it's not necessary, to avoid a warning.
8117
8118 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
8119
8120 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
8121 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
8122 TYPE_INSTANCE_FLAGS.
8123 (struct main_type): New.
8124 (struct type): Move most members to struct main_type. Change
8125 cv_type and as_type to new type_chain member. Add instance_flags.
8126 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
8127 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
8128 (finish_cv_type): Remove prototype.
8129 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
8130 Set TYPE_CHAIN.
8131 (alloc_type_instance): New function.
8132 (smash_type): New function.
8133 (make_pointer_type, make_reference_type, make_function_type)
8134 (smash_to_member_type, smash_to_method_type): Call smash_type.
8135 (make_qualified_type): New function.
8136 (make_type_with_address_space): Call make_qualified_type.
8137 (make_cv_type): Likewise.
8138 (finish_cv_type): Remove unnecessary function.
8139 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
8140 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
8141 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
8142 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
8143 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
8144 * hpread.c (hpread_read_struct_type): Likewise.
8145 * stabsread.c (read_struct_type): Likewise.
8146
8147 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
8148
8149 * configure.tgt: Add a catch all sh* target, for cases like
8150 sh[2,3,4]-elf and sh-hms.
8151
8152 2002-05-14 Keith Seitz <keiths@redhat.com>
8153
8154 * event-loop.c (create_file_handler): Don't do anything but
8155 update data when we are given a fd which we are already
8156 monitoring.
8157
8158 2002-05-14 Michal Ludvig <mludvig@suse.cz>
8159
8160 * dwarf2cfi.c (context_cpy): Copy registers correctly.
8161 (update_context): Use __func__ in warnings.
8162
8163 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
8164
8165 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
8166 and tcp_close to net_open and net_close.
8167 (net_open): Accept "udp:" and "tcp:" specifications. Connect
8168 using UDP if requested. Don't try to disable Nagle on UDP
8169 sockets.
8170 * remote.c (remote_serial_open): New function. Warn about UDP.
8171 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
8172
8173 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
8174
8175 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
8176
8177 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
8178
8179 * configure.tgt: Remove sh-hms target.
8180 * MAINTAINERS: Don't list sh-hms as a separate target.
8181
8182 2002-05-13 Jim Blandy <jimb@redhat.com>
8183
8184 Add first preprocessor macro-expansion files.
8185 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8186 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8187 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8188 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8189 (COMMON_OBS): Add macrotab.o, macroexp.o.
8190 (macroexp.o, macrotab.o): New rules.
8191
8192 2002-05-13 Andrew Cagney <ac131313@redhat.com>
8193
8194 * config/m88k/tm-m88k.h: Update copyright.
8195 (m88k_target_write_pc): Declare
8196 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
8197 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
8198 (SHIFT_INST_REGS): Update definition.
8199 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
8200 using old definition of TARGET_WRITE_PC.
8201 * regcache.c (generic_target_write_pc): Delete code handling
8202 NNPC_REGNUM.
8203 * gdbarch.sh (NNPC_REGNUM): Delete.
8204 * gdbarch.h, gdbarch.c: Regenerate.
8205
8206 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
8207
8208 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
8209 builtin reg number.
8210
8211 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
8212
8213 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
8214 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
8215 (gen_address_of, gen_struct_ref, gen_repeat): Use type
8216 access macros.
8217 * c-typeprint.c (cp_type_print_method_args): Likewise.
8218 (c_type_print_args): Likewise.
8219 * d10v-tdep.c (d10v_push_arguments): Likewise.
8220 (d10v_extract_return_value): Likewise.
8221 * expprint.c (print_subexp): Likewise.
8222 * gdbtypes.c (lookup_primitive_typename): Likewise.
8223 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
8224 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
8225 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
8226 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
8227 (TYPE_VECTOR): Likewise.
8228 * hpread.c (hpread_read_struct_type)
8229 (fix_static_member_physnames, fixup_class_method_type)
8230 (hpread_type_lookup): Likewise.
8231 * mdebugread.c (parse_symbol, parse_type): Likewise.
8232 * p-lang.c (is_pascal_string_type): Likewise.
8233 * valops.c (hand_function_call): Likewise.
8234 * x86-64-tdep.c (classify_argument): Likewise.
8235
8236 * hpread.c (hpread_read_function_type)
8237 (hpread_read_doc_function_type): Call replace_type.
8238 * dstread.c (create_new_type): Delete.
8239 (decode_dst_structure, process_dst_function): Call alloc_type.
8240 Use type access macros.
8241
8242 2002-05-12 Mark Kettenis <kettenis@gnu.org>
8243
8244 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
8245 the're not supported by the current architecture.
8246 (i387_fill_fxsave): Likewise.
8247
8248 2002-05-12 Fred Fish <fnf@redhat.com>
8249
8250 * symfile.c (default_symfile_offsets): Arrange for uninitialized
8251 sect_index_xxx members to index the first slot in section_offsets
8252 if all of the section_offsets are zero.
8253
8254 2002-05-12 Mark Kettenis <kettenis@gnu.org>
8255
8256 * configure.tgt (sparc-*openbsd): Remove entry accidentially
8257 checked in with last change.
8258
8259 2002-05-12 Mark Kettenis <kettenis@gnu.org>
8260
8261 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
8262 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
8263 config.sub.
8264
8265 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
8266
8267 * Makefile.in: Update dependencies.
8268
8269 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8270
8271 * language.c (local_hex_string_custom): Simplify. Do not depend
8272 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
8273
8274 * memattr.c (mem_info_command): Replace calls to
8275 longest_local_hex_string and longest_local_hex_string_custom.
8276 * buildsym.c (make_blockvector): Ditto.
8277 * solib.c (info_sharedlibrary_command): Ditto.
8278 * tracepoint.c (tracepoints_info): Ditto.
8279 * symtab.c (print_msymbol_info): Ditto.
8280
8281 * language.c (local_hex_string): Delete.
8282 (local_hex_string_custom): Delete.
8283 (longest_local_hex_string): Rename to local_hex_string.
8284 (longest_local_hex_string_custom): Rename to
8285 local_hex_string_custom.
8286 * language.h (local_hex_string): Change parameter type to LONGEST.
8287 (local_hex_string_custom): Ditto.
8288 (longest_local_hex_string): Delete declaration.
8289 (longest_local_hex_string_custom): Ditto.
8290
8291 * solib.c: Update copyright.
8292 * memattr.c: Update copyright.
8293
8294 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8295
8296 * arch-utils.h (legacy_register_to_value): Declare.
8297 (legacy_value_to_register): Declare.
8298 (legacy_convert_register_p): Declare.
8299 * arch-utils.c (legacy_register_to_value): New function.
8300 (legacy_value_to_register): New function.
8301 (legacy_convert_register_p): New function.
8302
8303 * gdbarch.sh (REGISTER_TO_VALUE): Define.
8304 (VALUE_TO_REGISTER): Define.
8305 (CONVERT_REGISTER_P): Define.
8306 * gdbarch.h, gdbarch.c: Regenerate.
8307
8308 * valops.c (value_assign): Use CONVERT_REGISTER_P and
8309 VALUE_TO_REGISTER.
8310 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
8311 CONVERT_REGISTER_P.
8312
8313 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
8314 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8315
8316 * Makefile.in: Update dependencies for valops.c.
8317 * valops.c: Include "gdb_assert.h".
8318 (typecmp): Skip THIS parameter to methods.
8319 (find_method_list): Remove static_memfuncp argument,
8320 update callers. Check for stub methods.
8321 (find_value_oload_method_list): Don't set *static_memfuncp.
8322 (find_overload_match): Don't check for stub methods. Assert
8323 that methods are not stubbed. Handle static methods.
8324 (value_find_oload_method_list): Remove static_memfuncp argument.
8325 * gdbtypes.c (check_stub_method): Do not add THIS pointer
8326 to the argument list for static stub methods.
8327 * value.h (value_find_oload_method_list): Update prototype.
8328
8329 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8330
8331 * arch-utils.h (generic_register_size): Declare.
8332 (generic_register_raw_size, generic_register_virtual_size): Delete
8333 declarations.
8334 * arch-utils.c (generic_register_raw_size): Delete.
8335 (generic_register_size): New function.
8336 (generic_register_virtual_size): Delete.
8337
8338 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
8339 default generic_register_size.
8340 * gdbarch.h, gdbarch.c: Re-generate.
8341
8342 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
8343 register_virtual_size.
8344 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
8345 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8346
8347 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8348
8349 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
8350 * gdbarch.h, gdbarch.c: Regenerate.
8351 * gnu-v3-abi.c: Update copyright.
8352 (vtable_address_point_offset): Update.
8353 (gnuv3_rtti_type): Update.
8354 (gnuv3_baseclass_offset): Update.
8355 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
8356 (init_fetch_link_map_offsets): Update.
8357 * remote.c (get_remote_state): Update.
8358
8359 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
8360
8361 * TODO: Remove value_headof/value_from_vtable_info comment.
8362 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
8363 * values.c (value_headof, value_from_vtable_info): Delete.
8364 * value.h (value_from_vtable_info): Delete prototype.
8365
8366 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8367
8368 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
8369 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
8370 $(gdb_regex_h).
8371 (gdb_assert_h): Define.
8372 (gdb_wait_h): Define.
8373 (gdb_regex_h): Define.
8374
8375 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
8376
8377 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8378 * linespec.c (find_methods): Handle GCC 3.x template constructors.
8379
8380 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8381
8382 * nbsd-tdep.c: Fix comment.
8383
8384 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8385
8386 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
8387 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
8388 (nbsd-tdep.o): New dependency list.
8389 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
8390 nbsd-tdep.h.
8391 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
8392 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
8393 * nbsd-tdep.c: New file.
8394 * nbsd-tdep.h: New file.
8395 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
8396 nbsd-tdep.h.
8397 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
8398 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
8399 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
8400 * config/sh/nbsd.mt (TDEPFILES): Ditto.
8401
8402 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8403
8404 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
8405 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
8406 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
8407 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
8408 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
8409 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
8410
8411 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8412
8413 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
8414 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8415 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
8416 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
8417 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
8418 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
8419 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
8420
8421 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8422
8423 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
8424 fetch_elfcore_registers to...
8425 * i386nbsd-tdep.c: ...here.
8426 (i386nbsd_use_struct_convention): Rename to...
8427 (i386nbsd_aout_use_struct_convention): ...this.
8428 (i386nbsd_supply_reg): New function.
8429 (i386nbsd_fill_reg): New function.
8430 (fetch_core_registers): Use i386nbsd_supply_reg.
8431 (fetch_elfcore_registers): Likewise.
8432 (_initialize_i386nbsd_tdep): New function.
8433 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
8434 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8435 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
8436 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
8437 (i386nbsd_aout_use_struct_convention): ...this.
8438
8439 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8440
8441 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
8442 (store_inferior_registers): Use shnbsd_fill_reg.
8443 * shnbsd-tdep.c (sh_nbsd_supply_registers,
8444 sh_nbsd_supply_register): Collapse into...
8445 (shnbsd_supply_reg): ...this.
8446 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
8447 (shnbsd_fill_reg): ...this.
8448 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
8449 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
8450 (fetch_core_registers): Use shnbsd_supply_reg.
8451 (fetch_elfcore_registers): Use shnbsd_supply_reg.
8452 (sh_nbsd_core_fns): Rename to...
8453 (shnbsd_core_fns): ...this.
8454 (sh_nbsd_elfcore_fns): Rename to...
8455 (shnbsd_elfcore_fns): ...this.
8456 (sh_nbsd_init_abi): Rename to...
8457 (shnbsd_init_abi): ...this.
8458 (_initialize_sh_nbsd_tdep): Rename to...
8459 (_initialize_shnbsd_tdep): ...this.
8460 * shnbsd-tdep.h (sh_nbsd_supply_registers,
8461 sh_nbsd_supply_register, sh_nbsd_fill_registers,
8462 sh_nbsd_fill_register): Remove prototypes.
8463 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
8464
8465 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8466
8467 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
8468 (i387-nat.o): Delete dependency list.
8469 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
8470 (x86-64-linux-nat.o): Likewise.
8471 * i387-nat.c: Delete file, moving contents to...
8472 * i387-tdep.c: ...here.
8473 * i387-nat.h: Rename...
8474 * i387-tdep.h: ...to this.
8475 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
8476 * i386-linux-nat.c: Likewise.
8477 * i386bsd-nat.c: Likewise.
8478 * i386gnu-nat.c: Likewise.
8479 * i386nbsd-nat.c: Likewise.
8480 * i386v4-nat.c: Likewise.
8481 * x86-64-linux-nat.c: Likewise.
8482 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
8483 * config/i386/go32.mh (NATDEPFILES): Likewise.
8484 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
8485 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
8486 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
8487 * config/i386/linux.mh (NATDEPFILES): Likewise.
8488 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
8489 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8490 * config/i386/obsd.mh (NATDEPFILES): Likewise.
8491 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
8492
8493 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8494
8495 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
8496 (alphanbsd-nat.o): Remove dependency list.
8497 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
8498 * alphanbsd-nat.c: Delete. Contents moved to...
8499 * alphanbsd-tdep.c: ...here.
8500 (_initialize_alphanbsd_tdep): Register core functions.
8501 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
8502
8503 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8504
8505 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
8506 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
8507 (alphanbsd-nat.o): Likewise.
8508 (alphabsd-tdep.o): New dependency list.
8509 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
8510 (fill_gregset): Use alphabsd_fill_reg.
8511 (supply_fpregset): Use alphabsd_supply_fpreg.
8512 (fill_fpregset): Use alphabsd_fill_fpreg.
8513 (fetch_inferior_registers): Use struct reg and struct fpreg
8514 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
8515 and alphabsd_supply_fpreg.
8516 (store_inferior_registers): Use struct reg and struct fpreg
8517 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
8518 and alphabsd_fill_fpreg.
8519 * alphabsd-tdep.c: New file.
8520 * alphabsd-tdep.h: New file.
8521 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
8522 (fetch_elfcore_registers): Use alphabsd_supply_reg and
8523 alphabsd_supply_fpreg.
8524 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
8525 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
8526
8527 2002-05-11 Eric Christopher <echristo@redhat.com>
8528
8529 * mips-tdep.c (mips_double_register_type): Fix thinko.
8530 (mips_single_register_type): Ditto.
8531 * MAINTAINERS: Add self.
8532
8533 2002-05-11 Mark Kettenis <kettenis@gnu.org>
8534
8535 * i387-nat.c (i387_supply_register, i387_fill_fsave,
8536 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
8537 right thing on architectures with different endianness and/or
8538 integer sizes.
8539
8540 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
8541
8542 From Christian Limpach <chris@Pin.LU>
8543 * configure.in: Change sed expression which comments out
8544 NATDEPFILES to also comment out continuation lines.
8545 * configure: Regenerate.
8546
8547 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8548
8549 * sh-tdep.c: Clean up code erroneously reintroduced by previous
8550 big patch.
8551
8552 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8553
8554 * sh-tdep.c: Include correct file.
8555
8556 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8557
8558 New support for sh64-elf (sh5) target.
8559
8560 * configure.tgt: For sh64-elf target, default to sh-elf.
8561
8562 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
8563 (struct gdbarch_tdep): Add new fields for new registers and ABI
8564 info.
8565
8566 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
8567 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
8568 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
8569 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
8570 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
8571 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
8572 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
8573 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
8574 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
8575 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
8576 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
8577 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
8578 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
8579 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
8580 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
8581 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
8582 sh64_get_gdb_regnum, sh64_media_reg_base_num,
8583 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
8584 sign_extend, sh64_nofp_frame_init_saved_regs,
8585 sh64_init_extra_frame_info, sh64_get_saved_register,
8586 sh64_extract_struct_value_address, sh64_pop_frame,
8587 sh64_push_arguments, sh64_extract_return_value,
8588 sh64_store_return_value, sh64_show_media_regs,
8589 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
8590 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
8591 sh_sh64_register_virtual_type,
8592 sh_sh64_register_convert_to_virtual,
8593 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
8594 sh64_register_read, sh64_pseudo_register_write,
8595 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
8596 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
8597 sh64_do_pseudo_register, sh_compact_do_registers_info,
8598 sh64_do_registers_info, sh_gdbarch_init): New functions.
8599
8600 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8601
8602 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
8603
8604 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
8605
8606 * linespec.c (decode_line_1): Check for a double quote after
8607 a filename correctly.
8608
8609 2002-05-10 Jim Blandy <jimb@redhat.com>
8610
8611 Properly track the size of the current objfile's .debug_line section.
8612 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
8613 (DWARF_LINE_SIZE): New macro.
8614 (dwarf2_build_psymtabs_hard): Record the line section's size in
8615 the partial symbol table.
8616 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
8617 symbol table.
8618
8619 2002-05-10 Petr Sorfa <petrs@caldera.com>
8620
8621 * ia64-tdep.c: Handle breakpoints on L instruction type
8622 in MLX instruction bundle by moving the breakpoint to
8623 the third slot (X instruction type) as L holds only data.
8624
8625 2002-05-10 Kevin Buettner <kevinb@redhat.com>
8626
8627 * dbxread.c (discarding_local_symbols_complaint): New complaint.
8628 (process_one_symbol): Complain about discarding local symbols
8629 due to a misplaced N_LBRAC entry.
8630
8631 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
8632
8633 From Daniel Berlin <dan@cgsoftware.com>
8634 * linespec.c (find_toplevel_char): '<' and '>' also increase and
8635 decrease the depth we are at, in the case of templates.
8636
8637 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8638
8639 * mips-tdep.c (mips_float_register_type): New function.
8640 (mips_double_register_type): New function.
8641 (mips_print_register): Use them.
8642 (do_fp_register_row): Likewise.
8643
8644 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8645
8646 * signals/signals.c (signals): Remove conditional compilation around
8647 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
8648 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
8649
8650 2002-05-09 Michael Snyder <msnyder@redhat.com>
8651
8652 * remote-rdp.c (remote_rdp_can_run): Remove.
8653
8654 2002-05-09 Tom Tromey <tromey@redhat.com>
8655
8656 * jv-valprint.c (java_val_print): Handle `char' as a special case
8657 of TYPE_CODE_INT.
8658
8659 2002-05-09 Michael Snyder <msnyder@redhat.com>
8660
8661 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
8662 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
8663 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
8664 str r(0123),[sp,#nn].
8665 (arm_skip_prologue): Ditto. Also make disassembly
8666 order-independent by placing it in a loop.
8667
8668 2002-05-06 Michael Snyder <msnyder@redhat.com>
8669
8670 * stabsread.c (read_type): Add recognition for new attribute:
8671 "@V;" means that an array type is actually a vector.
8672 This is analogous to the vector flag that's been added to dwarf2.
8673
8674 2002-05-09 Mark Kettenis <kettenis@gnu.org>
8675
8676 * i386-tdep.h (i386_abi): New enum.
8677 (struct gdbarch_tdep): Replace os_ident member with abi.
8678 (i386_gdbarch_register_os_abi): New prototype.
8679 * i386-tdep.c (i386_abi_names): New array.
8680 (process_note_abi_tag_sections): Removed.
8681 (process_note_sections): New function.
8682 (i386_elf_abi_from_note, i386_elf_abi): New functions.
8683 (struct i386_abi_handler): New struct.
8684 (i386_abi_handler_list): New variable.
8685 (i386_gdbarch_register_os_abi): New function.
8686 (i386_gdbarch_init): Adapt for the changes given above.
8687
8688 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
8689
8690 * gregset.h: Say "GNU/Linux".
8691
8692 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
8693
8694 * gdbtypes.c : Add new builtin type for 64 bit vectors.
8695 (build_gdbtypes): Build builtin_type_v2_float.
8696 (_initialize_gdbtypes): Register new builtin type.
8697
8698 2002-05-08 Andrew Cagney <ac131313@redhat.com>
8699
8700 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8701 (clear_gdbarch_swap): New function.
8702 (initialize_non_multiarch): Call.
8703 (gdbarch_update_p): Before calling init(), swap out and clear the
8704 existing architecture.
8705 * gdbarch.c: Regenerate.
8706
8707 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8708
8709 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8710 alphanbsd-tdep.c.
8711
8712 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8713
8714 * sh-nbsd-nat.c: Rename to...
8715 * shnbsd-nat.c: ...this.
8716 * sh-nbsd-tdep.c: Rename to...
8717 * shnbsd-tdep.c: ...this.
8718 * sh-nbsd-tdep.h: Rename to...
8719 * shnbsd-tdep.h: ...this.
8720 * config/sh/nbsd.mh: Use shnbsd-nat.o.
8721 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8722
8723 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
8724
8725 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8726 concatenation for command help messages.
8727
8728 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8729
8730 * NEWS: Note new sh*-*-netbsdelf* configuration.
8731 * configure.host: Set gdb_host_cpu to sh for all sh*.
8732 (sh*-*-netbsdelf*): New host.
8733 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8734 (sh*-*-netbsdelf*): New target.
8735 * sh-nbsd-nat.c: New file.
8736 * sh-nbsd-tdep.c: New file.
8737 * sh-nbsd-tdep.h: New file.
8738 * config/sh/nbsd.mh: New file.
8739 * config/sh/nbsd.mt: New file.
8740 * config/sh/nm-nbsd.h: New file.
8741 * config/sh/tm-nbsd.h: New file.
8742
8743 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8744
8745 * sh-tdep.c (sh_osabi_names): Declare.
8746 (process_note_abi_tag_sections): New function.
8747 (get_elfosabi): Ditto.
8748 (sh_gdbarch_register_os_abi): Ditto.
8749 (sh_dump_tdep): Ditto.
8750 _initialize_sh_tdep): Use gdbarch_register to register
8751 sh_gdbarch_init and sh_dump_tdep.
8752 * config/sh/tm-sh.h (sh_osabi): Declare.
8753 (gdbarch_tdep): Add sh_osabi and osabi_name members.
8754
8755 2002-05-07 Andrew Cagney <ac131313@redhat.com>
8756
8757 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8758 (thumb_scan_prologue): Ditto.
8759 (arm_find_callers_reg): Ditto.
8760 (arm_frame_chain): Ditto.
8761 (arm_init_extra_frame_info): Ditto.
8762 (arm_frame_saved_pc): Ditto.
8763 (arm_pop_frame): Ditto.
8764 (arm_push_return_address): New function.
8765 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8766 call_dummy_location, call_dummy_breakpoint_offset_p,
8767 call_dummy_breakpoint_offset, call_dummy_p,
8768 call_dummy_stack_adjust_p, call_dummy_words,
8769 sizeof_call_dummy_words, call_dummy_start_offset,
8770 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8771 call_dummy_address, push_return_address and push_dummy_frame for
8772 generic dummy frames.
8773
8774 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8775
8776 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8777 size computation for alloca.
8778 (sh_fp_frame_init_saved_regs): Likewise.
8779
8780 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
8781
8782 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8783 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
8784 * arm-tdep.c (arm_store_return_value): Use them.
8785 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8786 * remote-rdp.c (remote_rdp_fetch_register): Use
8787 ARM_MAX_REGISTER_RAW_SIZE.
8788 (remote_rdp_store_register): Likewise.
8789
8790 2002-05-07 Michal Ludvig <mludvig@suse.cz>
8791
8792 * dwarf2cfi.c: Code cleanup, removed unused variables,
8793 added default labels to switch {} statements.
8794 * x86-64-tdep.c: Ditto.
8795 * x86-64-linux-nat.c: Ditto.
8796
8797 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8798
8799 * solib.h: Protect against multiple inclusion.
8800
8801 2002-05-06 Jim Blandy <jimb@redhat.com>
8802
8803 Add first preprocessor macro-expansion files.
8804 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8805 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8806 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8807 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8808 (COMMON_OBS): Add macrotab.o, macroexp.o.
8809 (macroexp.o, macrotab.o): New rules.
8810
8811 Separate the job of reading the line number info statement program
8812 header (...expialidocious) out into its own function.
8813 * dwarf2read.c (struct line_head, struct filenames, struct
8814 directories): Replace with...
8815 (struct line_header): New structure, containing the full
8816 contents of the statement program header, including the
8817 include directory and file name tables.
8818 (read_file_scope): If we have line number info, instead of just
8819 calling dwarf_decode_lines to do all the work, call
8820 dwarf_decode_line_header first to get a `struct line_header'
8821 containing the data in the statement program header, and then
8822 pass that to dwarf_decode_lines, which will pick up where that
8823 left off. Be sure to clean up the `struct line_header' object.
8824 (dwarf_decode_line_header, free_line_header, add_include_dir,
8825 add_file_name): New functions.
8826 (dwarf_decode_lines): Move all the code to read the statement
8827 program header into dwarf_decode_line_header. Take the line
8828 header it built as the first argument, instead of the offset to
8829 the compilation unit's line number info. Use the new `struct
8830 line_header' type instead of the old structures. No need to do
8831 cleanups here now, since we don't allocate anything.
8832 (dwarf2_statement_list_fits_in_line_number_section,
8833 dwarf2_line_header_too_long): New complaints.
8834
8835 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
8836
8837 * gdbtypes.c (init_vector_type): New function.
8838 (build_builtin_type_vec128): Simplify the representation of SIMD
8839 registers.
8840 (build_gdbtypes): Initialize new builtin vector types.
8841 (_initialize_gdbtypes): Register new vector types with gdbarch.
8842 (builtin_type_v4_float, builtin_type_v4_int32,
8843 builtin_type_v8_int16, builtin_type_v16_int8,
8844 builtin_type_v2_int32, builtin_type_v4_int16,
8845 builtin_type_v8_int8): New (renamed) SIMD types.
8846
8847 2002-05-06 Mark Kettenis <kettenis@gnu.org>
8848
8849 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8850 (i387_fill_fxsave): Likewise.
8851
8852 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8853
8854 * alpha-tdep.c (alpha_extract_return_value): Don't use
8855 non-constant array size in prototype.
8856
8857 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8858
8859 From Brian Taylor <briant at model dot com>:
8860 * ui-out.c (ui_out_field_core_addr): Use the function
8861 longest_local_hex_string_custom'to format addresses > 32 bits
8862 wide.
8863
8864 * ui-out.c (ui_out_field_core_addr): Update comment.
8865
8866 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8867
8868 * stack.c (select_and_print_frame): Make static. Delete the
8869 parameter `level'.
8870 (func_command): Update call.
8871 (select_frame_command): Delete code computing the frame level.
8872 * frame.h (select_and_print_frame): Delete declaration.
8873
8874 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8875
8876 * sparc-tdep.c (sparc_get_saved_register): Comment why
8877 get_prev_frame call is safe.
8878
8879 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8880
8881 * frame.h (select_frame): Delete level parameter.
8882 * stack.c (select_frame): Update. Use frame_relative_level to
8883 obtain the frame's level.
8884 (select_and_print_frame): Update call.
8885 (select_frame_command): Ditto.
8886 (up_silently_base): Ditto.
8887 (down_silently_base): Ditto.
8888 * ocd.c (ocd_start_remote): Ditto.
8889 * remote-rdp.c (remote_rdp_open): Ditto.
8890 * remote-mips.c (mips_initialize): Ditto.
8891 (common_open): Ditto.
8892 * remote-e7000.c (e7000_start_remote): Ditto.
8893 * m3-nat.c (select_thread): Ditto.
8894 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8895 (child_get_current_exception_event): Ditto.
8896 * varobj.c (varobj_create): Ditto.
8897 (varobj_update): Ditto.
8898 (c_value_of_root): Ditto.
8899 * tracepoint.c (finish_tfind_command): Ditto.
8900 * corelow.c (core_open): Ditto.
8901 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8902 * thread.c (info_threads_command): Ditto.
8903 (switch_to_thread): Ditto.
8904 * infrun.c (normal_stop): Ditto.
8905 (restore_selected_frame): Ditto.
8906 (restore_inferior_status): Ditto.
8907 * breakpoint.c (insert_breakpoints): Ditto.
8908 (watchpoint_check): Ditto.
8909 (bpstat_stop_status): Ditto.
8910 (do_enable_breakpoint): Ditto.
8911 * blockframe.c (flush_cached_frames): Ditto.
8912 (reinit_frame_cache): Ditto.
8913
8914 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8915
8916 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8917 maintainer.
8918
8919 2002-05-04 Jim Blandy <jimb@redhat.com>
8920
8921 * gdbtypes.c (replace_type): Doc fix.
8922
8923 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8924
8925 * valprint.c (strcat_longest): Delete commented out function.
8926 Update copyright.
8927
8928 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8929
8930 * MAINTAINERS: Mark a29k as deleted.
8931 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8932 Move new configurations to the top.
8933 * configure.tgt: Remove a29k.
8934 * config/a29k/tm-vx29k.h: Delete.
8935 * config/a29k/vx29k.mt: Delete.
8936 * config/a29k/tm-a29k.h: Delete.
8937 * config/a29k/a29k-udi.mt: Delete.
8938 * config/a29k/a29k.mt: Delete.
8939 * a29k-tdep.c: Delete.
8940 * remote-udi.c: Delete.
8941 * remote-mm.c: Delete.
8942 * remote-eb.c: Delete.
8943 * remote-adapt.c: Delete.
8944 * Makefile.in: Remove obsolete code.
8945 * config/s390/s390x.mt: Ditto.
8946 * config/s390/s390.mt: Ditto.
8947 * config/sparc/sparclynx.mh: Ditto.
8948 * config/sparc/linux.mh: Ditto.
8949 * config/pa/hppaosf.mh: Ditto.
8950 * config/pa/hppabsd.mh: Ditto.
8951 * config/ns32k/nbsd.mt: Ditto.
8952 * config/mips/vr5000.mt: Ditto.
8953 * config/m68k/sun3os4.mh: Ditto.
8954 * config/m68k/nbsd.mt: Ditto.
8955 * config/m68k/m68klynx.mh: Ditto.
8956 * config/m32r/m32r.mt: Ditto.
8957 * config/i386/x86-64linux.mt: Ditto.
8958 * config/i386/nbsdelf.mt: Ditto.
8959 * config/i386/nbsd.mt: Ditto.
8960 * config/i386/i386lynx.mh: Ditto.
8961
8962 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8963
8964 * target.c (debug_print_register): New function. Handle oversize
8965 registers.
8966 (debug_to_fetch_registers): Call.
8967 (debug_to_store_registers): Call.
8968
8969 2002-05-03 Jim Blandy <jimb@redhat.com>
8970
8971 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8972 (read_type): Doc fix.
8973 * gdbtypes.c (replace_type): Doc fix.
8974
8975 * stabsread.c (multiply_defined_struct): New complaint.
8976 (read_struct_type): If the type we were passed isn't empty, or
8977 incomplete, don't read the new struct type into it; complain,
8978 and return the original type unchanged. Take a new `type_code'
8979 argument, which is the type code for the new type.
8980 (read_type): Rather than storing the type's type code here, pass
8981 it as an argument to read_struct_type, and let that take care of
8982 storing it. That way, we don't overwrite the original type code,
8983 so read_struct_type can use it to decide whether we're overwriting
8984 something we shouldn't.
8985 (complain_about_struct_wipeout): New function.
8986
8987 2002-05-03 Andrew Cagney <ac131313@redhat.com>
8988
8989 * gdbarch.sh: Assert that gdbarch is non-NULL.
8990 * gdbarch.c: Regenerate.
8991
8992 2002-05-03 Jason Merrill <jason@redhat.com>
8993
8994 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8995 and return NULL.
8996
8997 2002-05-03 Michal Ludvig <mludvig@suse.cz>
8998
8999 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
9000 (x86_64_dwarf2gdb_regno_map_length),
9001 (x86_64_dwarf2_reg_to_regnum): Added.
9002 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
9003 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
9004 (_initialize_x86_64_tdep): Synced with the change above.
9005 (x86_64_skip_prologue): Reformulated message.
9006
9007 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
9008
9009 * f-exp.y: Also use new prev_lexptr variable
9010 to improve error reporting. Based on Michael Snyder
9011 2002-04-24 dated patch to c-exp.y.
9012 * jv-exp.y: Likewise.
9013 * m2-exp.y: Likewise.
9014
9015 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
9016
9017 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
9018 we are dealing with vectors.
9019
9020 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
9021
9022 * config/m68k/tm-nbsd.h: Obvious fix,
9023 correct machine name.
9024
9025 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
9026
9027 * p-typeprint.c (pascal_type_print_base): Add support
9028 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
9029
9030 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
9031
9032 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
9033 for fondamental pascal 'char' type.
9034
9035 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
9036
9037 * p-lang.h (is_pascal_string_type): Declaration changed,
9038 new sixth argument of type char ** added.
9039 * p-lang.c (is_pascal_string_type): Implementation
9040 changed. Args length_pos, length_size, string_pos, char_size
9041 can now be NULL. New argument arrayname set to the field
9042 name of the char array. Return value set to char array
9043 field index plus one.
9044 * p-valprint.c (pascal_val_print): Adapt to new declaration of
9045 is_pascal_string_type function.
9046
9047 2002-05-02 Andrew Cagney <cagney@redhat.com>
9048
9049 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
9050 <cagney@redhat.com> change.
9051 * gdbarch.c: Regenerate.
9052
9053 2002-05-02 Andrew Cagney <cagney@redhat.com>
9054
9055 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
9056 before probing for a new one. Detect errorenous gdbarch_init
9057 functions.
9058 * gdbarch.c: Regenerate.
9059
9060 2002-05-01 Andrew Cagney <cagney@redhat.com>
9061
9062 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
9063 * config/mcore/tm-mcore.h: Ditto. Update copyright.
9064 * config/v850/tm-v850.h: Ditto. Update copyright.
9065
9066 2002-04-30 Andrew Cagney <ac131313@redhat.com>
9067
9068 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
9069 current_gdbarch.
9070
9071 2002-04-30 Michael Snyder <msnyder@redhat.com>
9072
9073 * arm-tdep.c: Whitespace clean-ups.
9074 (arm_skip_prologue): Fix thinko; two lines
9075 should have been removed as part of 4/24 change.
9076
9077 2002-04-30 Kevin Buettner <kevinb@redhat.com>
9078
9079 * rs6000-tdep.c: Added comment describing how fpscr register
9080 numbers were chosen.
9081
9082 2002-04-30 Michael Snyder <msnyder@redhat.com>
9083
9084 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
9085
9086 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
9087
9088 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
9089 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
9090 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
9091
9092 2002-04-29 Kevin Buettner <kevinb@redhat.com>
9093
9094 From Louis Hamilton <hamilton@redhat.com>:
9095 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
9096 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
9097 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
9098 not bfd-private xcoff data, to determine wordsize.
9099 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
9100
9101 2002-04-29 Andrew Cagney <ac131313@redhat.com>
9102
9103 GDB 5.2 released from 5.2 branch.
9104
9105 2002-04-29 Michal Ludvig <mludvig@suse.cz>
9106
9107 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
9108 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9109 (x86_64_register_info_table): Added comments with register numbers.
9110
9111 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
9112
9113 * rs6000-tdep.c (rs6000_extract_return_value,
9114 rs6000_store_return_value): Handle returning vectors.
9115 (rs6000_gdbarch_init): Use
9116 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
9117 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
9118 New function.
9119 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
9120 vectors.
9121 (ppc_sysv_abi_push_arguments): Handle vector parameters.
9122 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
9123
9124 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
9125
9126 * hpread.c (hpread_psymtab_to_symtab_1,
9127 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
9128 with fprintf_unfiltered (gdb_stderr,...).
9129
9130 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
9131
9132 * remote-array.c (printf_monitor, write_monitor,
9133 array_insert_breakpoint, array_remove_breakpoint ):
9134 Replace fprintf (stderr,...
9135 with fprintf_unfiltered (gdb_stderr,....
9136 * remote-es.c: Likewise.
9137 * remote-os9k.c: Likewise.
9138 * remote-st.c: Likewise.
9139
9140 2002-04-28 Andreas Schwab <schwab@suse.de>
9141
9142 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
9143 linux-proc.o and gcore.o.
9144
9145 2002-04-26 Michal Ludvig <mludvig@suse.cz>
9146
9147 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
9148 code without frame pointers.
9149
9150 2002-04-26 Andrew Cagney <ac131313@redhat.com>
9151
9152 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
9153 ON_STACK is needed.
9154
9155 2002-04-26 Ben Elliston <bje@redhat.com>
9156
9157 * target.c (do_xfer_memory): Correct reference to the new option
9158 "trust-readonly-sections".
9159
9160 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
9161
9162 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
9163 * gdbtypes.c (recursive_dump_type): Output the vector flag.
9164 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
9165 vectors.
9166 (read_array_type): Record the fact that this array type is really a
9167 vector (i.e. are passed in by value).
9168
9169 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
9170
9171 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
9172 * alpha-tdep.c (alpha_sigcontext_addr): New function.
9173 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
9174 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
9175 * alpha-linux-tdep.c: Include frame.h.
9176 (alpha_linux_sigcontext_addr): New function.
9177 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
9178 alpha_linux_sigcontext_addr.
9179 * alpha-osf1-tdep.c: Include gdbcore.h.
9180 (alpha_osf1_sigcontext_addr): New function.
9181 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
9182 alpha_osf1_sigcontext_addr.
9183 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
9184 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
9185
9186 2002-04-26 Andrew Cagney <ac131313@redhat.com>
9187
9188 * stack.c (selected_frame_level):
9189 (select_frame): Do not set selected_frame_level.
9190 * frame.h (selected_frame_level): Delete declaration.
9191
9192 2002-04-26 Andrew Cagney <ac131313@redhat.com>
9193
9194 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
9195 convert_from_func_ptr-addr when AIX / PowerOpen.
9196
9197 2002-04-25 Andrew Cagney <ac131313@redhat.com>
9198
9199 * valops.c (hand_function_call): Call
9200 generic_save_call_dummy_addr.
9201 * frame.h (generic_save_call_dummy_addr): Declare.
9202 * blockframe.c (struct dummy_frame): Add fields call_lo and
9203 call_hi.
9204 (generic_find_dummy_frame): Check for PC in range call_lo to
9205 call_hi instead of entry_point_address.
9206 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
9207 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
9208 (generic_save_call_dummy_addr): New function.
9209
9210 2002-04-24 David S. Miller <davem@redhat.com>
9211
9212 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
9213 sparc_skip_prologue.
9214 (sparc_skip_prologue): Kill frameless_p arg, and use line number
9215 information to find prologue when possible.
9216 (sparc_prologue_frameless_p): Call examine_prologue directly.
9217 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
9218 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
9219 second argument.
9220 (SKIP_PROLOGUE): Likewise.
9221
9222 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9223
9224 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
9225 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
9226 indicate that the condition it was testing is always true.
9227 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
9228 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
9229 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
9230
9231 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9232
9233 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
9234 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
9235 tdep->jb_pc and tdep->jb_elt_size.
9236 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
9237 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
9238 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
9239 * alpha-nat.c (get_longjmp_target): Remove.
9240 (JB_ELEMENT_SIZE): Ditto.
9241 (JB_PC): Ditto.
9242 * alpha-tdep.c (alpha_get_longjmp_target): New function.
9243 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
9244 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
9245 to alpha_get_longjmp_target.
9246 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
9247 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
9248 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
9249
9250 2002-04-25 Andrew Cagney <ac131313@redhat.com>
9251
9252 * README: Update to GDB 5.2.
9253
9254 2002-04-25 Andrew Cagney <ac131313@redhat.com>
9255
9256 * gdbarch.sh (LC_ALL): Set to `c'.
9257
9258 2002-04-25 Theodore A. Roth <troth@verinet.com>
9259
9260 * avr-tdep.c: Ran through gdb_indent.sh.
9261
9262 2002-04-25 Theodore A. Roth <troth@verinet.com>
9263
9264 * MAINTAINERS: Add myself as AVR maintainer.
9265 * NEWS: Note new target avr.
9266
9267 2002-04-25 Theodore A. Roth <troth@verinet.com>
9268
9269 * Makefile.in: Add support for AVR target.
9270 * configure.tgt: Add support for AVR target.
9271 * avr-tdep.c: New file
9272 * config/avr/avr.mt: New file.
9273
9274 2002-04-25 Theodore A. Roth <troth@verinet.com>
9275
9276 * MAINTAINERS: Add myself to write-after-approval.
9277
9278 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
9279
9280 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
9281 with fprintf_unfiltered (gdb_stderr,....
9282
9283 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
9284
9285 Fix PR gdb/508.
9286 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
9287
9288 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
9289
9290 * p-exp.y: Also use new prev_lexptr variable
9291 to improve error reporting. Based on Michael Snyder
9292 2002-04-24 dated patch to c-exp.y.
9293
9294 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9295
9296 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
9297 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
9298 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
9299 to 0.
9300 * config/alpha/tm-alpha.h: Remove forward decls of struct type
9301 and struct value.
9302 (FUNCTION_START_OFFSET): Remove.
9303 (BREAKPOINT): Ditto.
9304
9305 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9306
9307 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
9308 * NEWS: Ditto.
9309
9310 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9311
9312 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
9313 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
9314 alpha_linux_pc_in_sigtramp.
9315 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
9316 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
9317 alpha_osf1_pc_in_sigtramp.
9318 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
9319 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
9320 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
9321 alphafbsd_pc_in_sigtramp.
9322 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
9323 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
9324 alphanbsd_pc_in_sigtramp.
9325 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
9326 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
9327
9328 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9329
9330 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
9331
9332 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9333
9334 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
9335 alphanbsd-tdep.c.
9336 (alphanbsd-nat.o): New dependency list.
9337 (alphanbsd-tdep.o): Ditto.
9338 * NEWS: Note new native NetBSD/alpha configuration.
9339 * alphanbsd-nat.c: New file.
9340 * alphanbsd-tdep.c: Ditto.
9341 * configure.host (alpha*-*-netbsd*): New host.
9342 * configure.tgt (alpha*-*-netbsd*): New target.
9343 * config/alpha/nbsd.mh: New file.
9344 * config/alpha/nbsd.mt: Ditto.
9345 * config/alpha/nm-nbsd.h: Ditto.
9346 * config/alpha/tm-nbsd.h: Ditto.
9347
9348 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9349
9350 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
9351 (alpha-osf1-tdep.o): New dependency list.
9352 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
9353 and skip_sigtramp_frame members.
9354 * alpha-linux-tdep.c: Include gdbcore.h.
9355 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
9356 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
9357 * alpha-osf1-tdep.c: New file.
9358 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
9359 alpha-osf1-dep.c.
9360 (alpha_frame_past_sigtramp_frame): New function.
9361 (alpha_dynamic_sigtramp_offset): Ditto.
9362 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
9363 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
9364 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
9365 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
9366 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
9367 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
9368 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
9369 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
9370 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
9371 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
9372 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
9373 to find_solib_trampoline_target.
9374 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
9375 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
9376 (SKIP_TRAMPOLINE_CODE): Remove.
9377 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9378 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9379 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
9380 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
9381 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
9382 (PROC_SIGTRAMP_MAGIC): Ditto.
9383 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9384 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9385 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9386 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
9387 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
9388
9389 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9390
9391 * NEWS: Note that Alpha targets are now multi-arch.
9392
9393 2002-04-24 Michael Snyder <msnyder@redhat.com>
9394
9395 * parser-defs.h (prev_lexptr): New external variable.
9396 * parse.c (parse_exp_1): Set prev_lexptr to null before
9397 calling the language-specific parser.
9398 * c-exp.y (yylex): Set prev_lexptr to start of current token.
9399 (yyerror): Use prev_lexptr in error reporting.
9400
9401 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
9402
9403 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
9404 * gregset.h: If FILL_FPXREGSET is defined, provide
9405 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
9406 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
9407 is defined, call fill_fpxregset.
9408
9409 2002-04-24 Roland McGrath <roland@frob.com>
9410
9411 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
9412 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
9413 (supply_gregset, supply_fpregset): New functions.
9414
9415 * gnu-nat.c (gnu_find_memory_regions): New function.
9416 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
9417 (gnu_xfer_memory): Add a cast.
9418
9419 2002-04-24 Michael Snyder <msnyder@redhat.com>
9420
9421 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
9422 loop. Add handling for "str lr, [sp, #-4]!" and for saves
9423 of argument regs ("str r(0123), [r11, #-nn"]).
9424 (arm_skip_prologue): Better handling for frameless functions.
9425 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
9426 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
9427
9428 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
9429
9430 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
9431 NUM_PSEUDO_REGS can be used.
9432
9433 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9434
9435 * arch-utils.h: Update copyright.
9436
9437 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
9438 * gdbarch.h, gdbarch.c: Re-generate.
9439
9440 * inferior.h (IN_SIGTRAMP): Delete definition.
9441 * arch-utils.c (legacy_pc_in_sigtramp): New function.
9442 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
9443
9444 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
9445 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
9446 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
9447 (find_proc_framesize): Ditto.
9448 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
9449 (alpha_init_extra_frame_info): Ditto.
9450 * infrun.c (handle_inferior_event): Ditto.
9451 (handle_inferior_event): Ditto.
9452 (check_sigtramp2): Ditto.
9453 * blockframe.c (create_new_frame): Ditto.
9454 (get_prev_frame): Ditto.
9455 * ppc-linux-tdep.c: Update comments.
9456 * i386-linux-tdep.c: Update comments.
9457 * breakpoint.c (bpstat_what): Update comment.
9458
9459 2002-04-24 David S. Miller <davem@redhat.com>
9460
9461 * i960-tdep.c (register_in_window_p): New function.
9462 (i960_find_saved_register): Use it instead of
9463 REGISTER_IN_WINDOW_P.
9464 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
9465
9466 * symtab.h (find_stab_function_addr): Kill extern.
9467 * minsyms.c (find_stab_function_addr): Remove from here...
9468 * dbxread.c: ... to here, and mark it static.
9469
9470 2002-04-20 David S. Miller <davem@redhat.com>
9471
9472 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
9473 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
9474
9475 2002-04-21 David S. Miller <davem@redhat.com>
9476
9477 * remote-vxsparc.c (vx_read_register): Fix typo, we want
9478 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
9479 (vx_write_register): Likewise.
9480
9481 2002-04-23 J. Brobecker <brobecker@gnat.com>
9482
9483 * source.c (is_regular_file): New function.
9484 (openp): Check wether file to open is a regular file
9485 to avoid opening directories.
9486
9487 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9488
9489 * findvar.c (extract_signed_integer): Cast printf argument
9490 to suppress format warning.
9491 (extract_unsigned_integer): Likewise.
9492 * infcmd.c (registers_info): Likewise.
9493 * top.c (get_prompt_1): Likewise.
9494 * valops.c (value_assign): Likewise.
9495 * valprint.c (print_decimal): Likewise.
9496
9497 2002-04-22 H.J. Lu (hjl@gnu.org)
9498
9499 * c-exp.y (typebase): Support
9500
9501 [long|long long|short] [signed|unsigned] [int|]
9502
9503 and
9504
9505 signed [long|long long|short] int
9506
9507 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9508
9509 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
9510 and vax-tdep.h.
9511 * vax-tdep.h: New file.
9512 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
9513 Make several routines static.
9514 (vax_get_saved_register): New function.
9515 (vax_gdbarch_init): New function.
9516 (_initialize_vax_tdep): Register vax_gdbarch_init.
9517 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
9518 Remove macros now under the control of gdbarch.
9519
9520 2002-04-22 Michael Snyder <msnyder@redhat.com>
9521
9522 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
9523 Some whitespace and coding standards tweaks.
9524
9525 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9526
9527 * vax-tdep.c: Include regcache.h.
9528 (vax_call_dummy_words): New.
9529 (sizeof_vax_call_dummy_words): New.
9530 (vax_fix_call_dummy): New function.
9531 (vax_saved_pc_after_call): Ditto.
9532 * config/vax/tm-vax.h: Don't include regcache.h.
9533 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
9534 (CALL_DUMMY): Remove.
9535 (CALL_DUMMY_WORDS): Define.
9536 (SIZEOF_CALL_DUMMY_WORDS): Define.
9537 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
9538
9539 2002-04-18 Michael Snyder <msnyder@redhat.com>
9540
9541 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
9542
9543 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9544
9545 * vax-tdep.c (vax_frame_chain): New function.
9546 (vax_push_dummy_frame): Ditto.
9547 (vax_pop_frame): Ditto.
9548 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
9549 (FRAMELESS_FUNCTION_INVOCATION): Use
9550 generic_frameless_function_invocation_not.
9551 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
9552 (POP_FRAME): Use vax_pop_frame.
9553
9554 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9555
9556 * vax-tdep.c (vax_store_struct_return): New function.
9557 (vax_extract_return_value): Ditto.
9558 (vax_store_return_value): Ditto.
9559 (vax_extract_struct_value_address): Ditto.
9560 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
9561 vax_store_struct_return.
9562 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
9563 (STORE_RETURN_VALUE): Use vax_store_return_value.
9564 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
9565
9566 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9567
9568 * vax-tdep.c (vax_frame_saved_pc): New function.
9569 (vax_frame_args_address_correct): Ditto.
9570 (vax_frame_args_address): Ditto.
9571 (vax_frame_locals_address): Ditto.
9572 (vax_frame_num_args): Move code to be in proximity to
9573 other frame-related functions.
9574 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
9575 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
9576 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
9577 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
9578 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
9579
9580 2002-04-22 H.J. Lu (hjl@gnu.org)
9581
9582 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
9583 includedir.
9584
9585 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9586
9587 * vax-tdep.c (vax_frame_init_saved_regs): New function.
9588 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
9589 (FRAME_INIT_SAVED_REGS): New macro.
9590
9591 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9592
9593 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
9594
9595 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9596
9597 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
9598 where needed.
9599 (fetch_osf_core_registers): Likewise.
9600 (supply_gregset): Likewise.
9601
9602 2002-04-22 J. Brobecker <brobecker@gnat.com>
9603
9604 * symfile.h (get_section_index): Define.
9605 * symfile.c (get_section_index): New function.
9606 * mdebugread.c (SC_IS_SBSS): New macro.
9607 (SC_IS_BSS): Return true for the scBss storage class only, as
9608 the scSBss storage class refers to the .sbss section.
9609 (parse_partial_symbols): Discard the symbols which associated
9610 section does not exist.
9611 Make sure to use the .sbss section index for symbols which
9612 storage class is scBss, rather than using the .bss section index.
9613
9614 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9615
9616 * vax-tdep.c: Update copyright years.
9617 (vax_register_name): New function.
9618 (vax_register_byte): Ditto.
9619 (vax_register_raw_size): Ditto.
9620 (vax_register_virtual_size): Ditto.
9621 (vax_register_virtual_type): Ditto.
9622 * config/vax/tm-vax.h: Update copyright years.
9623 (REGISTER_NAMES): Remove.
9624 (REGISTER_NAME): Define.
9625 (REGISTER_BYTE): Use vax_register_byte.
9626 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
9627 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
9628 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
9629
9630 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9631
9632 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
9633 declaration
9634 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
9635
9636 2002-04-21 David S. Miller <davem@redhat.com>
9637
9638 * arch-utils.c (generic_prologue_frameless_p): Kill
9639 SKIP_PROLOGUE_FRAMELESS_P code.
9640 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9641 references.
9642 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
9643 * arc-tdep.c (arc_prologue_frameless_p): Implement.
9644 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9645 references.
9646 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
9647 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
9648 (sparc_gdbarch_init): Pass it to
9649 set_gdbarch_prologue_frameless_p.
9650
9651 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9652
9653 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
9654 (alphabsd-nat.o): New dependency list.
9655
9656 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9657
9658 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
9659 alphafbsd-tdep.c.
9660 (alpha-linux-tdep.o): New dependency list.
9661 (alphafbsd-tdep.o): Likewise.
9662
9663 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9664
9665 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
9666 to here...
9667 * alpha-tdep.c: ...from here.
9668 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
9669
9670 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9671
9672 * config/alpha/tm-alpha.h: Move alpha_software_single_step
9673 prototype from here...
9674 * alpha-tdep.h: ...to here.
9675
9676 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9677
9678 * frame.h (selected_frame_level): Document as deprecated.
9679 (frame_relative_level): Declare.
9680 * stack.c (frame_relative_level): New function.
9681 (selected_frame_level): Document as deprecated.
9682 (select_frame): Do not set the selected_frame_level.
9683
9684 * stack.c (frame_info, record_selected_frame): Update.
9685 (frame_command, current_frame_command): Update.
9686 (up_silently_base, up_command, down_silently_base): Update.
9687 (down_command): Update.
9688 * inflow.c (kill_command): Update.
9689 * tracepoint.c (finish_tfind_command): Update.
9690 * corelow.c (core_open): Update.
9691 * thread.c (info_threads_command): Update.
9692 (do_captured_thread_select): Update.
9693 * infcmd.c (finish_command): Update.
9694 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9695
9696 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9697
9698 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9699
9700 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9701
9702 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
9703 type const.
9704
9705 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9706
9707 * alphafbsd-tdep.c: Update copyright years. Include
9708 alpha-tdep.h.
9709 (alphafbsd_use_struct_convention): Make static.
9710 (alphafbsd_init_abi): New function.
9711 (_initialize_alphafbsd_tdep): New function.
9712 * config/alpha/tm-fbsd.h: Update copyright years.
9713 (USE_STRUCT_CONVENTION): Remove.
9714
9715 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9716
9717 * alpha-tdep.c (alpha_abi_handler): New structure to describe
9718 an Alpha ABI variant.
9719 (alpha_abi_handler_list): Declare.
9720 (alpha_gdbarch_register_os_abi): New function.
9721 (alpha_gdbarch_init): Give registered ABI variant handlers a
9722 chance to tweak the gdbarch once we have set up defaults.
9723 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9724
9725 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9726
9727 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9728 to standard_coerce_float_to_double.
9729 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9730
9731 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9732
9733 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9734 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9735 from gdbarch_tdep rather than a constant.
9736 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9737 the default text address for all Alpha Unix ABIs.
9738 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9739 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9740
9741 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9742
9743 * alpha-tdep.h: New file. Includes several Alpha target constants
9744 taken from...
9745 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
9746 let gdbarch deal with.
9747 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9748 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9749 to dependency list.
9750 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
9751 Alpha target register names.
9752 * alphabsd-nat.c: Likewise.
9753 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
9754 Alpha target register names. Make serveral routines static.
9755 (alpha_get_saved_register): New function.
9756 (alpha_abi_names): New.
9757 (process_note_abi_tag_sections): New function.
9758 (get_elfosabi): New function.
9759 (alpha_gdbarch_init): New function.
9760 (alpha_dump_tdep): New function.
9761 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9762
9763 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9764
9765 * frame.c (find_saved_register): Delete #ifdef
9766 HAVE_REGISTER_WINDOWS code.
9767 * config/sparc/tm-sparc.h: Update comments.
9768 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9769
9770 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9771
9772 * i960-tdep.c (i960_find_saved_register): New function.
9773 (i960_get_saved_register): New function.
9774 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9775 (i960_get_saved_register): Declare.
9776 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9777
9778 2002-04-20 David S. Miller <davem@redhat.com>
9779
9780 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9781
9782 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9783
9784 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9785 instead of NUM_PSEUDO_REGS.
9786
9787 2002-04-20 David S. Miller <davem@redhat.com>
9788
9789 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9790 GDB_MULTI_ARCH_PARTIAL
9791 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9792 define, let tm-sp64.h do it.
9793
9794 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
9795
9796 * frame.c (find_saved_register): Avoid a NULL pointer
9797 dereference and actually walk the frame list.
9798
9799 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9800
9801 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9802 sorted in most most-recent-used order. Document.
9803 * gdbarch.h, gdbarch.c: Regenerate.
9804
9805 2002-04-19 Andrew Cagney <ac131313@redhat.com>
9806
9807 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9808 instead of ->prev.
9809 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9810 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9811 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9812 instead of ->prev.
9813
9814 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
9815
9816 Fix PR gdb/471.
9817 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9818 (build_builtin_type_vec128): Ditto.
9819 (append_composite_type_field): Fix calculation of type length in
9820 union case.
9821
9822 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9823
9824 * config/djgpp/README: Update.
9825
9826 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9827 compiler warnings.
9828
9829 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
9830
9831 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9832 (alpha_setup_arbitrary_frame): ...to this.
9833 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9834 for alpha_setup_arbitrary_frame.
9835
9836 2002-04-18 Andrew Cagney <cagney@redhat.com>
9837
9838 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9839 * gdbarch.h, gdbarch.c: Regenerate.
9840
9841 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9842 * target.h (memory_breakpoint_from_pc): Update declaration.
9843 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9844
9845 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9846 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9847 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9848 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9849 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9850 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9851 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9852 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9853 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9854 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9855 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9856 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9857
9858 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9859 const pointer.
9860 * monitor.c (monitor_insert_breakpoint): Ditto.
9861 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9862
9863 * config/mcore/tm-mcore.h: Update copyright.
9864 * mem-break.c: Ditto.
9865 * xstormy16-tdep.c: Ditto.
9866
9867 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9868
9869 * p-exp.y: Add precedence rule for '^' token.
9870 This removes the shift/reduce conflicts.
9871 Remove the comment concerning these shift/reduce conflicts.
9872
9873 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
9874
9875 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9876 (registers_powerpc_nofp): New register set for processors
9877 without floating point unit.
9878
9879 2002-04-18 David S. Miller <davem@redhat.com>
9880
9881 * MAINTAINERS: Add myself to write-after-approval.
9882
9883 2002-04-17 Michael Snyder <msnyder@redhat.com>
9884
9885 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9886
9887 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9888
9889 * rs6000-tdep.c (frame_initial_stack_address): Use
9890 frame_register_read to read the alloca_reg.
9891
9892 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9893
9894 * frame.c (find_saved_register): Find saved registers in the next
9895 not prev frame.
9896 Fix PR gdb/365.
9897
9898 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9899
9900 * gdbarch.sh (LANG): Set to ``c''.
9901
9902 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9903
9904 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
9905
9906 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9907
9908 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9909 Update copyright.
9910
9911 * hpread.c (hpread_get_lntt): Add declaration.
9912 Also fix PR gdb/391.
9913
9914 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9915
9916 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9917 * aclocal.m4, configure: Re-generate.
9918 Fix PR gdb/391.
9919
9920 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9921
9922 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9923 instead of tm_print_insn.
9924
9925 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9926
9927 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9928
9929 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9930
9931 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9932 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9933 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9934
9935 2002-04-12 Don Howard <dhoward@redhat.com>
9936
9937 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9938 max_user_call_depth.
9939 (init_cmd_lists): Initialize the new value;
9940 * cli/cli-script.c (execute_user_command): Limit the call depth of
9941 user defined commands. This avoids a core-dump when user commands
9942 are infinitly recursive.
9943
9944 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9945
9946 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9947 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9948 from tdep struct instead of DEFAULT_LR_SAVE.
9949 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9950 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9951 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9952
9953 2002-04-12 Michael Snyder <msnyder@redhat.com>
9954
9955 * Remote.c: Spelling fix.
9956 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9957 If no symbol found for "sbrk", try "_sbrk".
9958 (make_output_phdrs): Use bfd_section_name.
9959 (gcore_copy_callback): Use bfd_section_name.
9960 * eval.c: Indentation fix-ups.
9961 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9962 in case it gets applied to an address that is already
9963 in the instruction space.
9964 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9965 * symfile.c: Fix indentation, long lines.
9966 * source.c: White space fix-up.
9967
9968 2002-04-12 Andrew Cagney <cagney@redhat.com>
9969
9970 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9971 * frame.c (frame_register_read): New function. Return non-zero on
9972 success.
9973 (read_relative_register_raw_bytes_for_frame): Delete.
9974 (read_relative_register_raw_bytes): Delete.
9975 * frame.h (frame_register_read): Declare.
9976 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9977 * sh-tdep.c: Ditto.
9978 * infcmd.c (do_registers_info): Ditto.
9979 * hppa-tdep.c: Ditto.
9980 * rs6000-tdep.c: Ditto.
9981 * h8500-tdep.c: Ditto.
9982 * mips-tdep.c: Ditto.
9983 * h8300-tdep.c: Ditto.
9984 * z8k-tdep.c: Ditto.
9985
9986 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9987
9988 From Jimi X <jimix@watson.ibm.com>:
9989 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9990 64-bit SysV ABI.
9991
9992 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9993
9994 From Jimi X <jimix@watson.ibm.com>:
9995 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9996 bfd info.
9997
9998 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9999
10000 From Jimi X <jimix@watson.ibm.com>:
10001 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
10002 register sets for these processor variants.
10003
10004 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
10005
10006 * regformats/reg-ppc.dat: Support FPSCR.
10007
10008 2002-04-11 Kevin Buettner <kevinb@redhat.com>
10009
10010 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
10011 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
10012 Add fpscr as an invalid/unfetchable register.
10013 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
10014 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
10015 (fill_fpregset): Add support for register fpscr.
10016 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
10017 (fill_gregset): Account for the fact that register ``mq'' might
10018 not exist.
10019 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
10020 (registers_power): Add fpscr to register set at slot 71.
10021 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
10022 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
10023
10024 2002-04-11 Michael Snyder <msnyder@redhat.com>
10025
10026 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
10027 * configure: Regenerate.
10028 * config.in: Regenerate.
10029 * acconfig.h: Add define for _SYSCALL32.
10030 * core-sol2.c: Remove #define _SYSCALL32.
10031 * solib-legacy.c: Remove #define _SYSCALL32.
10032
10033 2002-04-10 Andrew Cagney <ac131313@redhat.com>
10034
10035 * stack.c (select_frame): Cleanup internal error message, do not
10036 use %p.
10037
10038 2002-04-10 Andrew Cagney <ac131313@redhat.com>
10039
10040 * stack.c (select_frame): Check that selected_frame and the
10041 specified level are as expected.
10042 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
10043 Update copyright.
10044 * frame.h (struct frame_info): Add field `level'. Update
10045 copyright.
10046 Work-in-progress PR gdb/464.
10047
10048 2002-04-10 Andrew Cagney <ac131313@redhat.com>
10049
10050 * maint.c (maint_print_section_info): Rename print_section_info.
10051 (print_bfd_section_info, print_objfile_section_info): Update.
10052 * inferior.h (struct gdbarch): Add opaque declaration.
10053 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
10054 * gdbarch.h: Regenerate.
10055
10056 2002-04-10 Michal Ludvig <mludvig@suse.cz>
10057
10058 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
10059 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
10060 (kernel_u_size): Added.
10061 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
10062 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
10063
10064 2002-04-04 Jim Ingham <jingham@apple.com>
10065
10066 * valarith.c (find_size_for_pointer_math): New function, either returns
10067 the size for a pointer's target, returns 1 for void *, or errors for
10068 incomplete types.
10069 (value_add, value_sub): use find_size_for_pointer_math.
10070
10071 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
10072
10073 * linux-low.c (linux_look_up_symbols): New hook.
10074 (linux_target_ops): Add linux_look_up_symbols.
10075 * remote-utils.c (decode_address): New function.
10076 (look_up_one_symbol): New function.
10077 * server.c (handle_query): Call target look_up_symbols hook.
10078 * server.h (look_up_one_symbol): Add prototype.
10079 * target.h (struct target_ops): Add look_up_symbols hook.
10080
10081 2002-04-09 Andrew Cagney <ac131313@redhat.com>
10082
10083 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
10084 override FP_REGNUM with frame->fp. Update copyright.
10085 * parse.c (num_std_regs, std_regs): Delete.
10086 (target_map_name_to_register): Do not search std_regs. Update
10087 function description.
10088 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
10089 declarations. Update copyright.
10090 Fix PR gdb/251.
10091
10092 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
10093
10094 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
10095 after the last symbol in a block.
10096
10097 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
10098
10099 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
10100 is non zero as a found symbol.
10101
10102 2002-04-08 Andrew Cagney <ac131313@redhat.com>
10103
10104 * findvar.c: Include "builtin-regs.h".
10105 (value_of_register): Call value_of_builtin_reg when applicable.
10106 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
10107 (target_map_name_to_register): Call
10108 builtin_reg_map_name_to_regnum.
10109 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
10110 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
10111 (builtin_regs_h): Define.
10112 (builtin-regs.o): New target.
10113 (findvar.o): Add $(builtin_regs_h).
10114 * builtin-regs.c, builtin-regs.h: New files.
10115 * std-regs.c: New file.
10116 Partial fix for PR gdb/251.
10117
10118 2002-04-08 Kevin Buettner <kevinb@redhat.com>
10119
10120 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
10121 it's no longer required.
10122
10123 2002-04-08 Andrew Cagney <ac131313@redhat.com>
10124
10125 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
10126
10127 2002-04-08 Kevin Buettner <kevinb@redhat.com>
10128
10129 From Jimi X <jimix@watson.ibm.com>:
10130 * rs6000-tdep.c (rs6000_software_single_step): Use
10131 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
10132 and size. Use target_insert_breakpoint() and
10133 target_remove_breakpoint() to insert and remove breakpoints
10134 instead of explicit memory reads and writes.
10135
10136 2002-04-08 Kevin Buettner <kevinb@redhat.com>
10137
10138 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
10139 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
10140 ELF_OBJECT_FORMAT ifdef.
10141
10142 2002-04-08 Kevin Buettner <kevinb@redhat.com>
10143
10144 From Jimi X <jimix@watson.ibm.com>:
10145 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
10146
10147 2002-04-08 Kevin Buettner <kevinb@redhat.com>
10148
10149 From Jimi X <jimix@watson.ibm.com>:
10150 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
10151 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
10152
10153 2002-04-07 Mark Kettenis <kettenis@gnu.org>
10154
10155 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
10156 s/asprintf/xasprintf/.
10157 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
10158
10159 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10160
10161 I believe Jeff Law denies responsability for this one:
10162 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
10163 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
10164 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
10165 Work-around for PR gdb/366.
10166
10167 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
10168
10169 * remote-e7000.c (write_small, e7000_read_inferior_memory,
10170 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
10171 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
10172
10173 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
10174
10175 * sh-tdep.c (sh_fp_frame_init_saved_regs,
10176 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
10177 information.
10178
10179 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10180
10181 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
10182 maintainer.
10183
10184 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10185
10186 * README (Reporting Bugs in GDB): Document the bug web page as the
10187 prefered way of submitting bugs.
10188 Fix PR gdb/402.
10189
10190 2002-04-06 Andrew Cagney <ac131313@redhat.com>
10191
10192 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
10193 -1. Update comment.
10194 * gdbarch.h, gdbarch.c: Re-generate.
10195
10196 2002-04-07 Andreas Schwab <schwab@suse.de>
10197
10198 * m68klinux-nat.c (fill_fpregset): Properly pass address of
10199 buffer to regcache_collect.
10200
10201 2002-04-06 Andrew Cagney <ac131313@redhat.com>
10202
10203 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
10204 * gdbarch.c, gdbarch.h: Re-generate.
10205
10206 2002-04-06 Andrew Cagney <ac131313@redhat.com>
10207
10208 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
10209 declaration. Fix -Werror.
10210
10211 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
10212
10213 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
10214 * gdbarch.c: Regenerate.
10215
10216 2002-04-05 Michael Snyder <msnyder@redhat.com>
10217
10218 * breakpoint.c (clear_command): Rewrite middle section to
10219 combine two loops with identical control conditions.
10220 Add a cleanup to eliminate a memory leak.
10221 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
10222
10223 2002-04-05 H.J. Lu (hjl@gnu.org)
10224
10225 * solib-svr4.c (bkpt_names): Add "__start".
10226
10227 2002-04-04 Andrew Cagney <ac131313@redhat.com>
10228
10229 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
10230 as test for 64 bit target.
10231
10232 2002-04-05 Andrew Cagney <ac131313@redhat.com>
10233
10234 * h8500-tdep.c (h8500_write_fp): Delete function.
10235 * dwarf2cfi.c (cfi_write_fp): Document as not used.
10236 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
10237 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
10238 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
10239 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
10240 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
10241 (s390_write_fp):
10242 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
10243 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
10244 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
10245 (d10v_write_fp): Delete function.
10246 * inferior.h (write_fp, generic_target_write_fp): Delete
10247 declarations.
10248 * regcache.c (generic_target_write_fp): Delete function.
10249 (write_fp): Delete function.
10250 * gdbarch.sh (TARGET_WRITE_FP): Delete.
10251 * gdbarch.h, gdbarch.c: Regenerate.
10252 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
10253 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
10254 (sparc64_write_fp): Delete declaration.
10255 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
10256 (h8500_write_fp): Delete declaration.
10257
10258 2002-04-04 Andrew Cagney <ac131313@redhat.com>
10259
10260 * sparc-tdep.c (sparc64_write_fp): Delete.
10261 (sparc_push_dummy_frame): Replace write_fp call with code to store
10262 the FP directly.
10263 (sparc_gdbarch_init): Do not initialize write_fp.
10264
10265 2002-04-05 Kevin Buettner <kevinb@redhat.com>
10266
10267 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
10268 clause.
10269
10270 2002-03-29 Jim Blandy <jimb@redhat.com>
10271
10272 * stack.c (get_selected_block): Add new argument `addr_in_block',
10273 used to return the exact code address we used to select the block,
10274 not just the block.
10275 * blockframe.c (get_frame_block, get_current_block): Same.
10276 * frame.h (get_frame_block, get_current_block,
10277 get_selected_block): Update declarations.
10278 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
10279 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
10280
10281 2002-04-05 Michael Snyder <msnyder@redhat.com>
10282
10283 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
10284 warning message.
10285
10286 2002-04-05 J. Brobecker <brobecker@gnat.com>
10287
10288 * utils.c (xfullpath): New function.
10289 * defs.h (xfullpath): Add declaration.
10290 * source.c (openp): Use xfullpath in place of gdb_realpath to
10291 avoid resolving the basename part of filenames when the
10292 associated file is a symbolic link. This fixes a potential
10293 inconsistency between the filenames known to GDB and the
10294 filenames it prints in the annotations.
10295 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
10296 to be able to match a filename with either the real filename, or
10297 the name of any symbolic link to this file.
10298 (lookup_partial_symtab): Ditto.
10299
10300 2002-04-04 Michael Snyder <msnyder@redhat.com>
10301
10302 * breakpoint.c: Add support for hardware breakpoints in overlays.
10303 (overlay_events_enabled): New state variable.
10304 (insert_breakpoints): Use overlay_events_enabled to decide
10305 whether to attempt to set a breakpoint at the overlay load addr.
10306 Handle bp_hardware_breakpoint as well as bp_breakpoint.
10307 (remove_breakpoint): Use overlay_events_enabled to decide
10308 whether breakpoints need to be removed from overlay load addr.
10309 Handle bp_hardware_breakpoint as well as bp_breakpoint.
10310 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
10311 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
10312 disable_overlay_breakpoints): Update overlay_events_enabled.
10313
10314 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
10315
10316 * dwarf2read.c (struct function_range): New.
10317 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
10318 (check_cu_functions): New.
10319 (read_file_scope): Initialize global function lists.
10320 Call dwarf_decode_line after processing children.
10321 (read_func_scope): Add to global function list.
10322 (dwarf_decode_lines): Call check_cu_functions everywhere
10323 record_line is called. Call record_line with a linenumber
10324 of 0 to mark sequence ends.
10325
10326 2002-04-04 Michal Ludvig <mludvig@suse.cz>
10327
10328 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
10329 change sync with glibc.
10330
10331 2002-04-03 Jim Blandy <jimb@redhat.com>
10332
10333 * configure.in: Call AC_C_INLINE.
10334 * configure: Regenerated.
10335
10336 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
10337
10338 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
10339 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
10340
10341 2002-03-31 Mark Kettenis <kettenis@gnu.org>
10342
10343 * NEWS: Mention gcore support on FreeBSD/i386.
10344
10345 * fbsd-proc.c: New file.
10346 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
10347 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
10348
10349 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
10350 while statement.
10351
10352 2002-03-29 Jim Blandy <jimb@redhat.com>
10353
10354 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
10355 unescaped newlines in string literals, but newer ones don't. So
10356 escape them.
10357
10358 2002-03-26 Michael Snyder <msnyder@redhat.com>
10359 Andrew Cagney <cagney@redhat.com>
10360
10361 * cli/cli-dump.c: New file. Dump memory to file,
10362 restore file to memory.
10363 * cli/cli-dump.h: New file.
10364 * Makefile.in: Add rules, dependencies for cli-dump.o.
10365 * NEWS: Mention new commands.
10366
10367 2002-03-28 Michael Snyder <msnyder@redhat.com>
10368
10369 * symfile.c (symbol_file_add): Move test for null symbols to later.
10370
10371 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10372
10373 From veksler at il.ibm.com:
10374 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
10375 the xstrduped original path.
10376 Fix PR gdb/417.
10377
10378 2002-03-27 Michael Snyder <msnyder@redhat.com>
10379
10380 * breakpoint.c (_initialize_breakpoint): Clean up help string.
10381 * infcmd.c (_initialize_infcmd): Ditto.
10382 * language.c (_initialize_language): Ditto.
10383 * symfile.c (_initialize_symfile): Ditto.
10384 * top.c (_init_main): Ditto.
10385 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10386
10387 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
10388
10389 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
10390 vector registers handling.
10391 (skip_prologue): Handle new AltiVec instructions. Fill in new
10392 fields of frame data.
10393 (frame_get_saved_regs): Fill in information for AltiVec registers.
10394
10395 2002-03-27 Jim Blandy <jimb@redhat.com>
10396
10397 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
10398 a function; leave this macro here to invoke that function.
10399 (symbol_init_mangled_name): Declaration for that function.
10400 * symtab.c (symbol_init_mangled_name): New function.
10401
10402 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10403
10404 * valarith.c: Replace strerror with safe_strerror.
10405 * tracepoint.c: Ditto.
10406 * lin-lwp.c: Ditto.
10407 * go32-nat.c: Ditto.
10408 * inflow.c: Ditto.
10409 * gnu-nat.c: Ditto.
10410
10411 2002-03-27 Andreas Schwab <schwab@suse.de>
10412
10413 * event-top.c (command_line_handler): Remove useless if.
10414
10415 2002-03-27 Andreas Jaeger <aj@suse.de>
10416
10417 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
10418 comment.
10419
10420 2002-03-27 Michal Ludvig <mludvig@suse.cz>
10421
10422 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
10423 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
10424 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
10425 (x86_64_linux_dr_get_status, supply_gregset),
10426 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
10427 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
10428 (x86_64_register_info_table): Add.
10429 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
10430 (x86_64_register_raw_size, x86_64_register_virtual_type),
10431 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
10432 general x86_64_register_info_table.
10433 (i386_gdbarch_init): gdbarch_register_bytes is now set
10434 dynamicaly during initialization.
10435 * regformats/reg-x86-64.dat: Synced with changes to registers above.
10436 * gdbserver/linux-x86-64-low.c: Ditto.
10437
10438 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10439
10440 * gdbserver/server.c (main): Call target_signal_to_host_p
10441 and target_signal_to_host on signals received from the remote.
10442 * gdbserver/remote-utils.c (prepare_resume_reply): Call
10443 target_signal_from_host on signals sent to the remote.
10444 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
10445 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
10446
10447 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10448
10449 * signals/signals.c: Include "server.h" in gdbserver build.
10450 (target_signal_from_name): Don't use STREQ.
10451 (_initialize_signals): Likewise. Don't include function in
10452 gdbserver build.
10453
10454 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10455
10456 * signals.c: Moved to...
10457 * signals/signals.c: Here.
10458 * Makefile (signals.o): Update.
10459
10460 2002-03-26 Jeff Law (law@redhat.com)
10461
10462 * somread.c (som_symtab_read): Remove some commented out code and
10463 updated related comments. Do not set the minimal symbol table to
10464 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
10465 in a dynamic executable.
10466 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
10467 where we are unable to find the minimal symbol for the given
10468 PC value.
10469
10470 2002-03-25 Jeff Law (law@redhat.com)
10471
10472 * linux-proc.c (read_mapping): Scan up to end of line for filename.
10473
10474 2002-03-25 Michal Ludvig <mludvig@suse.cz>
10475
10476 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
10477
10478 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10479
10480 * command.h: Update copyright.
10481 (struct cmd_list_element): Replace definition with opaque
10482 declaration.
10483 (enum cmd_types): Document that it will eventually be moved to
10484 cli/cli-decode.h
10485 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
10486 (MALLOCED_REPLACEMENT): Delete macro.
10487 * Makefile.in (cli_decode_h): Add $(command_h).
10488 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
10489 * top.c: Include "cli/cli-decode.h".
10490 * completer.c: Include "cli/cli-decode.h".
10491 * maint.c: Include "cli/cli-decode.h".
10492 * cli/cli-decode.h: Include "command.h".
10493 (enum command_class): Delete.
10494 (enum cmd_types): Comment out.
10495 (enum cmd_auto_boolean): Delete.
10496 (enum var_types): Delete.
10497
10498 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10499
10500 * cli/cli-decode.c: Include "gdb_assert.h".
10501 (add_set_or_show_cmd): New static function.
10502 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
10503 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
10504 all fields, such as func, from the set command.
10505
10506 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10507
10508 * MAINTAINERS (sh-elf): Change warning flag to -w.
10509
10510 2002-03-23 Andrew Cagney <cagney@redhat.com>
10511
10512 * defs.h (error): Add printf format attribute.
10513 * thread-db.c (thread_from_lwp): Fix error format string.
10514 * stack.c (parse_frame_specification): Ditto.
10515 * cli/cli-decode.c (undef_cmd_error): Ditto.
10516 * scm-lang.c (scm_lookup_name): Ditto.
10517 * tracepoint.c (trace_error): Ditto.
10518 * remote-utils.c (usage): Ditto.
10519 * remote.c (compare_sections_command): Ditto.
10520 Fix PR gdb/328.
10521
10522 2002-03-22 Andrew Cagney <ac131313@redhat.com>
10523
10524 * gdbtypes.c (append_composite_type_field): New function.
10525 (init_composite_type): New function.
10526 * gdbtypes.h (append_composite_type_field): Declare.
10527 (init_composite_type): Ditto.
10528
10529 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
10530
10531 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
10532 function.
10533 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
10534 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
10535 structure returning convention for SYSV ABI case, but not
10536 for GNU/Linux, FreeBSD, or NetBSD.
10537
10538 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
10539
10540 * symtab.h (lookup_block_symbol): Add mangled_name argument
10541 to prototype.
10542
10543 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
10544 with new mangled_name argument.
10545 * linespec.c (decode_line_1): Likewise.
10546 * valops (value_of_this): Likewise.
10547 * symtab.c (lookup_transparent_type): Likewise.
10548 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
10549 (lookup_symbol): If we are given a mangled name, pass it down
10550 to lookup_symbol_aux.
10551 (lookup_block_symbol): If we are given a mangled name to check
10552 against, only return symbols which match it.
10553
10554 2002-03-22 Christopher Faylor <cgf@redhat.com>
10555
10556 * win32-nat.c (child_create_inferior): Check for proper shell to use
10557 here, in case the user changes it on the fly.
10558 (_initialize_inftarg): Remove shell path considerations.
10559
10560 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
10561
10562 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
10563 for gdbarch_max_register_raw_size and max_register_virtual_size.
10564 Adjust copyright year.
10565
10566 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
10567
10568 * dbxread.c (process_one_symbol): Extend the first N_SLINE
10569 in a function to cover the entire beginning of the function
10570 as well if it does not already.
10571
10572 2002-03-21 Tom Rix <trix@redhat.com>
10573
10574 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
10575 (rs6000_ptrace64): Renamed from ptrace64.
10576
10577 2002-03-20 Martin M. Hunt <hunt@redhat.com>
10578
10579 * gdbserver/remote-utils.c (remote_open): Don't call
10580 getprotobyname, we're all using TCP here so just use
10581 IPPROTO_TCP.
10582 * gdbserver/gdbreplay.c (remote_open): Ditto.
10583
10584 2002-03-20 Martin M. Hunt <hunt@redhat.com>
10585
10586 * regcache.c (_initialize_regcache): No need to call
10587 build_regcache() at this time; it gets called whenever
10588 the gdbarch changes.
10589
10590 2002-03-20 David O'Brien <obrien@FreeBSD.org>
10591
10592 * sparc-nat.c: Include sys/param.h where possible.
10593
10594 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
10595
10596 Fix PR gdb/422.
10597 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
10598 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
10599 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
10600 complex types.
10601 * stabsread.c (rs6000_builtin_type): Likewise.
10602 (read_sun_floating_type): Likewise.
10603
10604 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10605
10606 * stabsread.c (read_member_functions): Remove skip code for duplicate
10607 constructor/destructor methods. Use standard parsing for these
10608 methods and just do not chain them to the list of methods after
10609 parsing.
10610
10611 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
10612
10613 * coffread.c: Remove redundant static declarations. Replace
10614 occurrences of `PTR' with `void *'.
10615 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
10616 * top.h (quit_cover): Likewise.
10617 * defs.h (catch_errors): Likewise.
10618
10619 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10620
10621 * defs.h (XMALLOC): Define.
10622 * gdb-events.sh (XMALLOC): Delete macro.
10623 * gdb-events.c, gdb-events.h: Regenerate.
10624 * gdbarch.sh (XMALLOC): Delete macro.
10625 * gdbarch.c: Regenerate.
10626 * serial.c (XMALLOC): Delete macro.
10627 * ui-file.c (XMALLOC): Ditto.
10628 * ser-unix.h (XMALLOC): Ditto.
10629 * sh-tdep.c (XMALLOC): Ditto.
10630 * ui-out.c (XMALLOC): Ditto.
10631 * utils.c (XMALLOC): Ditto.
10632 * i386-tdep.c (XMALLOC): Ditto.
10633 * gdb-events.c (XMALLOC): Ditto.
10634 * d10v-tdep.c (XMALLOC): Ditto.
10635 * cli-out.c (XMALLOC): Ditto.
10636
10637 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
10638 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
10639 * ui-file.c, ui-out.c: Ditto.
10640
10641 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10642
10643 * command.h (struct cmd_list_element): Add field context.
10644 (set_cmd_context, get_cmd_context): Declare.
10645 * cli/cli-decode.h: Ditto.
10646 * cli/cli-decode.c (get_cmd_context): New function.
10647 (set_cmd_context): New function.
10648 (add_cmd): Initialize context.
10649 Part of fixing PR gdb/145 and PR gdb/146.
10650
10651 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10652
10653 * cli/cli-decode.c (cmd_type): New function.
10654 * command.h (cmd_type): Declare.
10655 * infrun.c (set_schedlock_func): Call function cmd_type.
10656 * kod.c (kod_set_os): Call cmd_type.
10657 * cris-tdep.c (cris_version_update): Use function cmd_type.
10658 (cris_mode_update, cris_abi_update): Ditto.
10659
10660 * command.h: (execute_cmd_post_hook): Declare.
10661 (execute_cmd_pre_hook): Declare.
10662 * cli/cli-script.c (clear_hook_in_cleanup): New function.
10663 (execute_cmd_post_hook, execute_cmd_pre_hook): New
10664 functions. Execute pre/post hook while ensuring that afterwords
10665 hook_in is cleared.
10666 * top.c (execute_command): Use execute_cmd_post_hook, and
10667 execute_cmd_pre_hook to execute pre/post commands.
10668 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
10669 hook_stop_stub.
10670 (hook_stop_stub): Call execute_cmd_pre_hook.
10671
10672 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10673
10674 * kod.c (kod_set_os): Revert previous change. Is called by ``info
10675 set'' and this leads to a core dump. Move xstrdup of
10676 operating_system to after check that it is not NULL.
10677
10678 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10679
10680 * kod.c (kod_set_os): Remove unnecessary check that
10681 ``command->type'' is set_cmd.
10682
10683 * valprint.c (set_input_radix): Use input_radix.
10684 (set_output_radix): Use output_radix.
10685 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10686 isn't reverted.
10687
10688 2002-03-16 Andrew Cagney <ac131313@redhat.com>
10689
10690 * value.h (struct value): Delete field ``substring_addr''. Change
10691 aligner fields to force_doublest_align, force_longest_align,
10692 force_core_addr_align and force_pointer_aligh.
10693
10694 * value.h (struct value): Fix typo in above change.
10695
10696 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10697
10698 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10699 to fix internal_error from ``maintenance print architecture''.
10700
10701 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10702
10703 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10704 for gcc versions after gcc-2.8.1.
10705
10706 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10707
10708 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10709 for method resolution. Restore adjustment of ``this'' pointer after
10710 calling value_struct_elt, which was accidentally removed during the
10711 HP merge.
10712
10713 2002-03-15 Andrew Cagney <ac131313@redhat.com>
10714
10715 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10716 value_of_register.
10717 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
10718 get_saved_register.
10719 * value.h (value_of_register): Update.
10720
10721 2002-03-14 Richard Henderson <rth@redhat.com>
10722
10723 * configure.in: Detect declaration for canonicalize_file_name.
10724 * utils.c (canonicalize_file_name): Declare, if needed.
10725 (gdb_realpath): Prefer realpath if available and usable.
10726 * config.in, configure: Rebuild.
10727
10728 2002-03-14 Richard Henderson <rth@redhat.com>
10729
10730 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10731 a constant array bound.
10732
10733 * MAINTAINERS: Add myself to write-after-approval.
10734
10735 2002-03-14 Michael Snyder <msnyder@redhat.com>
10736
10737 * symfile.c (syms_from_objfile): Return immediately if no syms.
10738 (symbol_file_add): Return immediately if no syms.
10739 (find_sym_fns): Return immediately if no syms.
10740
10741 2002-03-13 Michal Ludvig <mludvig@suse.cz>
10742
10743 * gdbserver/remote-util.c (remote_open): Print remote-side's
10744 IP address when remote debugging over the network.
10745
10746 2002-03-12 David O'Brien <obrien@FreeBSD.org>
10747
10748 * config/sparc/fbsd.mh: Fix copyright.
10749 * config/sparc/fbsd.mt: Likewise.
10750
10751 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
10752
10753 * MAINTAINERS: Fix typo in name of gdb warnings option.
10754 (x86-64): Fix formating so that this can be parsed by awk.
10755
10756 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10757
10758 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10759 * defs.h: Include "gdb/signals.h".
10760 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10761
10762 2002-03-10 Michal Ludvig <mludvig@suse.cz>
10763
10764 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
10765 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
10766 from x86-64-tdep.h
10767
10768 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10769 Don Howard <dhoward@redhat.com>
10770
10771 * mips-tdep.c (ST0_FR): Define.
10772 (mips2_fp_compat): New function, temporarily disabled.
10773 (mips_read_fp_register_single): New function.
10774 (mips_read_fp_register_double): New function.
10775 (mips_print_register): Use them.
10776 (do_fp_register_row): Likewise.
10777
10778 2002-03-09 Andrew Cagney <ac131313@redhat.com>
10779
10780 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10781 approval''.
10782
10783 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10784
10785 * stabsread.c (read_member_functions): Fix is_stub test for
10786 static member functions, improve comment.
10787
10788 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
10789
10790 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10791 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10792 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10793 commands that set boolean values.
10794 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10795 (arm_rdi_resume): Always initialize PC.
10796 (arm_rdi_open): Don't use rslt as a boolean.
10797 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10798 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10799 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10800 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10801
10802 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
10803
10804 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10805 * configure: Rebuilt.
10806
10807 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10808
10809 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10810 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10811
10812 2002-03-06 Andrew Cagney <ac131313@redhat.com>
10813
10814 * cli/cli-decode.c (set_cmd_completer): New function.
10815 * command.h (set_cmd_completer): Declare.
10816 * cli/cli-decode.h (set_cmd_completer): Ditto.
10817
10818 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10819 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10820 * win32-nat.c (_initialize_inftarg): Ditto.
10821 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10822 * proc-api.c (_initialize_proc_api): Ditto.
10823 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10824 * source.c (_initialize_source): Ditto.
10825 * exec.c (_initialize_exec): Ditto.
10826 * solib.c (_initialize_solib): Ditto.
10827 * top.c (init_main): Ditto.
10828 * tracepoint.c (_initialize_tracepoint): Ditto.
10829 * symfile.c (_initialize_symfile): Ditto.
10830 * printcmd.c (_initialize_printcmd): Ditto.
10831 * infcmd.c (_initialize_infcmd): Ditto.
10832 * corefile.c (_initialize_core): Ditto.
10833
10834 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10835
10836 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10837
10838 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10839
10840 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10841
10842 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10843
10844 * NEWS: Update headings, 5.2 has branched.
10845
10846 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
10847
10848 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10849 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10850 (register_addr, REGISTER_RAW_SIZE): Likewise.
10851 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10852 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10853
10854 2002-03-03 Michal Ludvig <mludvig@suse.cz>
10855
10856 * MAINTAINERS (x86-64): Add myself.
10857 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10858 changed value_ptr -> struct value *
10859
10860 2002-03-01 David O'Brien <obrien@FreeBSD.org>
10861
10862 * configure.host (sparc64-*-freebsd): Add.
10863 * configure.tgt: Likewise.
10864 * config/sparc/fbsd.mh: New file.
10865 * config/sparc/fbsd.mt: Likewise.
10866 * config/sparc/nm-fbsd.h: Likewise.
10867 * config/sparc/tm-fbsd.h: Likewise.
10868
10869 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
10870
10871 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10872 regformats/reg-s390x.dat.
10873
10874 2002-03-01 Andrew Cagney <ac131313@redhat.com>
10875
10876 * utils.c: Add FIXME explaining true/false problem.
10877
10878 2002-02-28 Andrew Cagney <ac131313@redhat.com>
10879
10880 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10881
10882 2002-02-28 Michael Chastain <mec@shout.net>
10883
10884 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10885
10886 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
10887
10888 * gdbserver/linux-s390-low.c: New file.
10889 * regformats/reg-s390.dat: New file.
10890 * regformats/reg-s390x.dat: New file.
10891 * gdbserver/configure.srv: Add S/390.
10892 * gdbserver/Makefile.in: Add S/390.
10893 * configure.tgt: Enable gdbserver for S/390.
10894
10895 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10896
10897 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10898 first line of the doc string for "info dos", except at the end of
10899 the sentence, since the short help stops at the first period.
10900
10901 2002-02-28 Jason Merrill <jason@redhat.com>
10902
10903 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10904
10905 2002-02-27 Fred Fish <fnf@redhat.com>
10906
10907 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10908 comment (dumy -> dummy).
10909
10910 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10911
10912 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10913
10914 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
10915
10916 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10917
10918 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10919
10920 * gdbserver/acconfig.h: New file.
10921 * gdbserver/i387-fp.c: New file.
10922 * gdbserver/i387-fp.h: New file.
10923 * gdbserver/linux-x86-64.c: New file.
10924 * regformats/reg-x86-64.dat: New file.
10925 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10926 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10927 * gdbserver/configure.in: Add support for regsets.
10928 * gdbserver/config.in: Regenerate.
10929 * gdbserver/configure: Regenerate.
10930 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10931 * gdbserver/linux-low.h: New file.
10932 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10933 for regsets.
10934 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10935 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10936 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10937 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10938 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10939 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10940 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10941 "i387-fp.h". Add PTRACE_GETREGS and friends.
10942 * gdbserver/regcache.c (supply_register): New function.
10943 (supply_register_by_name): New function.
10944 (collect_register): New function.
10945 (collect_register_by_name): New function.
10946
10947 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10948
10949 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10950 (config.status): Add configure.srv dependency.
10951 (server_h): Add config.h dependency.
10952
10953 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10954
10955 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10956 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10957 * gdbserver/configure.srv: Change i386-*-linux* to use
10958 reg-i386-linux.o.
10959
10960 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10961
10962 * x86-64-tdep.c: Re-indent. Update copyright date.
10963
10964 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10965
10966 From Michal Ludvig <mludvig@suse.cz>:
10967 * x86-64-tdep.c (value.h): Delete.
10968 (gdb_assert.h): Include.
10969 (x86_64_register_convert_to_virtual,
10970 x86_64_register_convert_to_raw ): Add check which lets only
10971 floating-point values to be converted.
10972 (value_push): Delete.
10973 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10974 (i386_gdbarch_init): Number of register_bytes fixed.
10975
10976 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10977
10978 * MAINTAINERS: Add x86-64 target.
10979
10980 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10981
10982 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10983 * osfsolib.c (solib_map_sections): Ditto.
10984 * irix5-nat.c (solib_map_sections): Ditto.
10985 * corelow.c (gdb_check_format): Ditto.
10986 * symfile.c (symfile_bfd_open): Ditto.
10987 * solib.c (solib_map_sections): Ditto.
10988 Fix PR gdb/354.
10989
10990 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10991
10992 * remote.c (_initialize_remote): By default, disable ``e'' and
10993 ``E'' step out-of-range packets.
10994
10995 2002-02-26 Andreas Schwab <schwab@suse.de>
10996
10997 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10998 m68k_linux_frame_saved_pc.
10999 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
11000 in_sigtramp.
11001 (SIGCONTEXT_PC_OFFSET): Remove.
11002 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
11003 m68k_linux_sigtramp_saved_pc): New functions.
11004 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
11005 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
11006 (UCONTEXT_PC_OFFSET): Define.
11007 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
11008 non-RT and RT signal trampolines.
11009
11010 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
11011
11012 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
11013 (TARGET_NBPG, STACK_END_ADDR): Delete
11014 (VARIABLES_INSIDE_BLOCK): Delete.
11015
11016 2002-02-25 Andrew Cagney <ac131313@redhat.com>
11017
11018 * utils.c (perror_with_name): Make string parameter constant.
11019 (print_sys_errmsg): Ditto.
11020 (query): Ditto.
11021 * defs.h (perror_with_name): Update.
11022 (print_sys_errmsg): Update.
11023 (query): Update.
11024
11025 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
11026
11027 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
11028 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
11029
11030 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11031
11032 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
11033 if it already matches the current architecture from the exec file.
11034 Include arch-utils.h for gdbarch_info_init prototype.
11035 * Makefile.in (rs6000-nat.o): Update dependencies.
11036
11037 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
11038
11039 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
11040 list of exported variables.
11041
11042 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
11043
11044 * gdbserver/configure.srv: New file.
11045 * gdbserver/configure.in: Use configure.srv instead
11046 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
11047 from it.
11048 * gdbserver/configure: Regenerated.
11049 * gdbserver/terminal.h: New file.
11050 * gdbserver/Makefile.in: Update for configure changes. Remove
11051 more unneeded include paths.
11052
11053 2002-02-24 Andrew Cagney <ac131313@redhat.com>
11054
11055 From wiz at danbala:
11056 * config/sparc/tm-sp64.h: Fix grammar and typos.
11057 Fix PR gdb/287.
11058
11059 2002-02-24 Andrew Cagney <ac131313@redhat.com>
11060
11061 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
11062 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
11063 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
11064 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
11065 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
11066 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
11067 * s390-tdep.c: Ditto.
11068 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
11069 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
11070 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
11071 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
11072 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
11073 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
11074 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
11075 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
11076 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
11077 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
11078 Fix PR gdb/378.
11079
11080 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11081
11082 * lin-thread.c: Delete file.
11083 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
11084 to gdb_proc_service.h.
11085 * configure: Re-generate.
11086
11087 * ocd.c (ocd_open): Do not try to open the "ocd" device.
11088 * serial.c (serial_open): Delete check for "ocd".
11089 Fix PR gdb/349.
11090
11091 * Makefile.in (linux-thread.o): Delete target.
11092 * linux-thread.c: Delete file.
11093
11094 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
11095 renamed SH files to be consistent.
11096
11097 * symtab.c (sort_search_symbols): Use xfree.
11098
11099 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
11100
11101 * arm-linux-tdep.c (arm_linux_init_abi): Register
11102 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
11103 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
11104 definition with undef, since we don't want the sysvr4 definition.
11105 (SKIP_TRAMPOLINE_CODE): Likewise.
11106
11107 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11108
11109 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
11110
11111 * configure.in: (AC_CHECK_FUNCS) Added test for
11112 canonicalize_file_name Regenerated.
11113 * config.in, configure: Regenerated.
11114 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
11115 defined use canonicalize_file_name.
11116
11117 2002-02-23 Michael Chastain <mec@shout.net>
11118
11119 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
11120
11121 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11122
11123 * README: Remove references to cygnus.com.
11124 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
11125 dot com'' form. Remove references to cygnus.com and sourceware.
11126
11127 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11128
11129 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
11130 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
11131 1003.1-2001 no longer allows "head -1".
11132 * gdb/Makefile.in (version.c): Likewise.
11133 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
11134 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
11135 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
11136
11137 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11138
11139 * cli/cli-decode.c (cmd_cfunc_eq): New function.
11140 * command.h (cmd_cfunc_eq): Declare.
11141 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
11142
11143 * cli/cli-cmds.h (is_complete_command): Change parameter to a
11144 ``struct cmd_list_element *''.
11145 * cli/cli-cmds.c (is_complete_command): Update. Use
11146 cmd_cfunc_eq.
11147 * top.c (execute_command): Pass the command to
11148 is_complete_command.
11149 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
11150
11151 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11152
11153 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
11154 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
11155 architecture defines.
11156 * s390-tdep.c (s390_gdbarch_init): Likewise.
11157
11158 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
11159
11160 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
11161 (arm_linux_push_arguments): Likewise.
11162 (arm_linux_init_abi): Register them. Also register linux-specific
11163 call_dummy_words.
11164 (find_minsym_and_objfile): Use strcmp, not STREQ.
11165 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
11166 (arm_linux_call_dummy_words): Delete declaration.
11167 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
11168 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
11169 declarations.
11170 (LOWEST_PC): Delete.
11171
11172 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11173
11174 * maint.c (print_section_info): Do not prepend `0x' to filepos
11175 output, it will be handled by local_hex_string_custom.
11176
11177 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
11178
11179 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
11180 (store_newfpe_double, store_newfpe_extended, store_fpregister)
11181 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
11182
11183 2002-02-22 Jim Blandy <jimb@redhat.com>
11184
11185 Indicate that the bcache functions don't change the strings
11186 they're passed.
11187 * bcache.h (bcache, hash): Add `const' keywords to declarations.
11188 * bcache.c (bcache, hash): Add `const' keywords to definitions.
11189
11190 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
11191
11192 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
11193
11194 2002-02-21 Christopher Faylor <cgf@redhat.com>
11195
11196 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
11197 find the complete path to a loaded DLL.
11198
11199 2002-02-21 Fred Fish <fnf@redhat.com>
11200
11201 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
11202 that marks the end of the range of a function, enter a line number
11203 entry that has a line number of zero and a PC offset that matches
11204 the end of the function. This starts a range of PC's for which no
11205 line number information is known.
11206 * symtab.c (find_pc_sect_line): If our best fit is in a range of
11207 PC's for which no line number info is found (line number is zero)
11208 then we didn't find any valid line information.
11209 * symtab.h: Document use of zero line number entry.
11210
11211 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
11212
11213 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
11214 (have_ptrace_getvrregs): Define for run time checks.
11215 (gdb_vrregset_t): New type for Altivec register handling.
11216 (fetch_register, store_register): Fetch/store altivec register
11217 when needed.
11218 (fetch_altivec_register, store_altivec_register): New functions.
11219 (supply_vrregset, fill_vrregset): New functions.
11220 (fetch_altivec_registers, store_altivec_registers): New functions.
11221 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
11222 registers as well.
11223
11224 2002-02-21 Jiri Smid <smid@suse.cz>
11225
11226 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
11227
11228 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
11229
11230 * Makefile.in (armnbsd-nat.o): Update dependencies.
11231 * armnbsd-nat.c (supply_gregset): New function. Common code to
11232 supply the integer register set.
11233 (supply_fparegset): New function. Similar for FPA registers.
11234 (fetch_regs, fetch_fp_regs): Use them.
11235 (fetch_core_registers): Likewise.
11236 (fetch_elfcore_registers): New function.
11237 (arm_netbsd_elfcore_fns): New core-file type specification.
11238 (_initialize_arm_netbsd_nat): Register it.
11239
11240 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
11241
11242 * armnbsd-nat.c: Include gdbcore.h.
11243 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
11244 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
11245 'void' to declaration, to shut up ARI.
11246 (fetch_core_registers): Make static. Rewrite using supply_register.
11247 (arm_netbsd_core_fns): New core-file type specification.
11248 (_initialize_arm_netbsd_nat): New function.
11249
11250 2002-02-21 Christopher Faylor <cgf@redhat.com>
11251
11252 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
11253 value.
11254
11255 2002-02-20 Christopher Faylor <cgf@redhat.com>
11256
11257 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
11258 fails.
11259
11260 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11261
11262 * jv-exp.y (parse_number): Change type of implicit longs
11263 to builtin_type_uint64.
11264
11265 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11266
11267 * gdbserver/linux-low.c (mywait): Change argument to waitpid
11268 to be an integer instead of a `union wait'.
11269
11270 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11271
11272 * mips-linux-nat.c: Call the operating system GNU/Linux.
11273 * mips-linux-tdep.c: Likewise.
11274 * mips-tdep.c: Likewise.
11275
11276 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11277
11278 Fix PR gdb/265.
11279 * jv-exp.y (parse_number): Handle 64-bit integers.
11280
11281 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11282
11283 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
11284 AC_STDC_HEADERS to AC_HEADER_STDC.
11285 * gdbserver/configure: Regenerated.
11286
11287 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
11288
11289 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
11290 is defined.
11291 * sparc-tdep.c (get_longjmp_target): Likewise.
11292
11293 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
11294
11295 * News: Add news about ARM and Multi-arch. Mention the new target
11296 arm*-*-netbsd*.
11297
11298 2002-02-19 Jim Blandy <jimb@redhat.com>
11299
11300 * stabsread.c (error_type_complaint): Improve error message.
11301
11302 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
11303
11304 * gdbserver/README: Update documentation.
11305 * gdbserver/configure.in: Update configury to match documentation.
11306 * gdbserver/Makefile.in: Likewise.
11307 * gdbserver/configure: Regenerated.
11308 * gdbserver/aclocal.m4: New file, generated by aclocal.
11309 * gdbserver/config.in: New file, generated by autoheader.
11310
11311 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11312
11313 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
11314 armnbsd-nat.c.
11315
11316 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11317
11318 * arm-tdep.h (enum arm_float_model): New enum.
11319 (struct gdbarch_tdep): Add fp_model.
11320 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
11321 up floating-point conversions until we know the floating-point model
11322 in use by the inferior. Don't complain about being unable to
11323 determine the ABI of the inferior when we don't have one.
11324 (arm_extract_return_value): Support different floating-point models.
11325 (arm_store_return_value): Likewise.
11326 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
11327 ARM_FLOAT_SOFT.
11328 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
11329
11330 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11331
11332 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
11333 of ``current_gdbarch''.
11334
11335 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11336
11337 * armnbsd-nat.c : ANSIfy all function declarations.
11338 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
11339 (fetch_inferior_registers): Re-implement in terms of above.
11340 (store_register, store_regs, store_fp_register, store_fp_regs): New.
11341 (store_inferior_registers): Re-implement in terms of above.
11342
11343 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11344
11345 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
11346 kernel.
11347 * arm-linux-tdep.c: Likewise.
11348 * config/arm/tm-linux.h: Likewise.
11349
11350 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11351
11352 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
11353 * config/arm/nbsd.mt (TM_FILE): Delete.
11354 * config/arm/tm-nbsd.h: Delete.
11355
11356 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11357
11358 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
11359 Initialize CALL_DUMMY_LENGTH.
11360
11361 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11362
11363 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
11364 function.
11365 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
11366 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
11367 defines one thing and that is incorrect for this port.
11368 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
11369
11370 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
11371
11372 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
11373
11374 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
11375
11376 * win32-nat.c (display_selector): New function. Displays information
11377 about the information returned by GetThreadSelectorEntry API function.
11378 (display_selectors): New function. Displays the infomation of
11379 the selector given as argument, or of CS, DS ans FS selectors
11380 if no argument is given.
11381 ( _initialize_inftarg): Add "w32" as info prefix command.
11382 Add "info w32 selector" as command calling display_selectors.
11383
11384 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
11385
11386 * i386-tdep.c (get_longjmp_target): Fix compilation failure
11387 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
11388 if not defined.
11389
11390 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11391
11392 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
11393
11394 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11395
11396 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
11397 (arm_fix_call_dummy): Call it.
11398 (arm_call_dummy_breakpoint_offset): Delete.
11399 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
11400 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
11401
11402 2002-02-18 Andrew Cagney <ac131313@redhat.com>
11403
11404 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
11405 Default to func_frame_chain_valid.
11406 * gdbarch.h, gdbarch.c: Re-generate.
11407 * frame.h (FRAME_CHAIN_VALID): Delete definition.
11408
11409 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
11410
11411 * ppc-linux-nat.c: Update copyright.
11412 (fetch_register, store_register): Add tid parameter, don't compute
11413 tid here.
11414 (fetch_ppc_registers, store_ppc_registers): Add tid
11415 parameter. Pass it along to callees.
11416 (fetch_inferior_registers, store_inferior_registers): Compute tid
11417 here, and pass it to calleed functions.
11418 (fill_gregset, supply_fpregset): Clean up formatting.
11419
11420 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11421
11422 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
11423 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
11424
11425 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11426
11427 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
11428 * gdbarch.c gdbarch.h: Regenerate.
11429 * breakpoint.c (create_longjmp_breakpoint): Always compile this
11430 function.
11431 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
11432 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
11433 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
11434
11435 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
11436 * arm-tdep.c (arm_get_longjmp_target): New function.
11437 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
11438 this to a positive value register arm_get_longjmp_target as the
11439 longjmp handler.
11440 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
11441 (arm_linux_init_abi): Set up longjmp description in tdep.
11442 * armnbsd-nat.c (get_longjmp_target): Delete.
11443 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
11444 description in tdep.
11445 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
11446 (get_longjmp_target): Delete declaration.
11447 (GET_LONGJMP_TARGET): Delete.
11448 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
11449 (GET_LONGJMP_TARGET): Delete.
11450
11451 2002-02-17 Kevin Buettner <kevinb@redhat.com>
11452
11453 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
11454 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
11455 of ``current_gdbarch''.
11456
11457 2002-02-17 Tom Tromey <tromey@redhat.com>
11458
11459 * cli/cli-cmds.c (compare_strings): New function.
11460 (complete_command): Only print each unique item once.
11461 * completer.h (complete_line): Declare.
11462 * completer.c (complete_line): New function.
11463 (line_completion_function): Use it.
11464
11465 2002-02-16 Andrew Cagney <ac131313@redhat.com>
11466
11467 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
11468 * gdbarch.h, gdbarch.c: Re-generate.
11469
11470 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
11471
11472 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
11473
11474 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
11475
11476 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
11477 * valops.c (value_arg_coerce): Don't take the address of a reference
11478 to convert an argument to a reference.
11479
11480 2002-02-15 Christopher Faylor <cgf@redhat.com>
11481
11482 * win32-nat.c (get_image_name): New function.
11483 (handle_load_dll): Use get_image_name function.
11484 (get_child_debug_event): Avoid registering debug events until possibly
11485 execed process is started.
11486 (child_create_inferior): Allow invocation via shell so that command
11487 line redirection, etc. works ok.
11488 (_initialize_inftarg): Add new command: "set shell" to control whether
11489 a shell is used to start a process.
11490
11491 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11492
11493 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
11494 instead of find_register_by_number.
11495 (cannot_store_register): Likewise.
11496
11497 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
11498
11499 * dwarf2read.c: Replace fprintf (stderr, ...) by
11500 fprintf_unfiltered (gdb_stderr, ...).
11501
11502 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11503
11504 * gdbserver/gdbserver.1: Document --attach.
11505
11506 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
11507
11508 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
11509 descriptions.
11510 * arm-tdep.c (arm_default_arm_le_breakpoint)
11511 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
11512 (arm_default_thumb_be_breakpoint): New. Initialize them from
11513 traditional breakpoint defines.
11514 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
11515 (arm_gdbarch_init): Initialize new breakpoint variables.
11516 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
11517 (arm_linux_init_abi): Initialize linux-specific breakpoint.
11518 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
11519 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
11520 code out to ...
11521 (arm_netbsd_init_abi_common): ... here; new function.
11522 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
11523 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
11524 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
11525 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
11526
11527 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
11528
11529 * arm-tdep.h (enum arm_abi): New enum.
11530 (struct gdbarch_tdep): New structure.
11531 (LOWEST_PC): Provide a default.
11532 (arm_gdbarch_register_os_abi): Declare new function.
11533 * arm-tdep.c (arm_abi_names): New array.
11534 (process_note_abi_tag_sections): New function.
11535 (get_elfosabi): New function.
11536 (arm_gdbarch_register_os_abi): New function.
11537 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
11538 support for that ABI has been built in, then call the appropriate
11539 configuration routine. Use gdbarch_num_regs() to get the number
11540 of registers.
11541 (arm_dump_tdep): New function.
11542 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
11543 place-holder functions.
11544 (_initialize_arm_tdep): Register them.
11545 * config/arm/tm-arm.h (LOWEST_PC): Delete.
11546
11547 * armnbsd-tdep.c: New file.
11548 * Makefile.in (armnbsd-tdep.o): Add dependencies.
11549 * config/arm/nbsd.mt (TDEPFILES): Add it.
11550 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
11551
11552 * armnbsd-nat.c: Include regcache.h.
11553 * Makefile.in (armnbsd-nat.o): Update dependency list.
11554
11555 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
11556
11557 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11558
11559 * gdbserver/Makefile.in: Fix typos in target rules.
11560
11561 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11562
11563 Fix part of PR gdb/267.
11564 * linespec.c (find_methods): Handle constructors specially for now.
11565
11566 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
11567
11568 * arm-tdep.c (arm_push_arguments): Eliminate special float type
11569 handling.
11570 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
11571 standard_coerce_float_to_double().
11572
11573 2002-02-14 Christopher Faylor <cgf@redhat.com>
11574
11575 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
11576 GDBINIT_FILENAME.
11577
11578 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
11579
11580 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
11581 find_variant_by_name, because it confuses the multiarch
11582 framework. Return NULL if there isn't an architecture with the
11583 user supplied name, instead of forcing a different one without
11584 recording the change with the multiarch machinery.
11585 (find_variant_by_name): Delete.
11586
11587 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11588
11589 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
11590 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
11591
11592 2002-02-13 Martin M. Hunt <hunt@redhat.com>
11593
11594 * stack.c (print_frame_info_base): When calling
11595 print_frame_info_listing_hook, set current_source_symtab.
11596
11597 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11598
11599 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
11600 and remove unused $(INCLUDE_DIR).
11601 Add regcache.c to OBS.
11602 Add generated register protocol files to clean target.
11603 Update dependencies for new objects, obsolete old target code.
11604
11605 * gdbserver/linux-low.c: Remove all platform-specific code to
11606 new files. Remove various dead code. Update to use regcache
11607 functionality.
11608 * gdbserver/remote-utils.c (fromhex): Add return statement
11609 to quiet warning.
11610 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
11611 constant.
11612 (input_interrupt): Add integer parameter to match prototype
11613 of a signal handler.
11614 (outreg): Use register_data ().
11615 (prepare_resume_reply): Use gdbserver_expedite_regs.
11616 * gdbserver/server.c (main): Dynamically allocate own_buf because
11617 PBUFSIZ is no longer constant. Use registers_to_string () and
11618 registers_from_string ().
11619 * gdbserver/server.h: No longer include "defs.h". Add prototypes
11620 for error (), fatal (), and warning (). Update definition of
11621 PBUFSIZ to use regcache functionality. Add include guard.
11622 * gdbserver/utils.c (fatal): Add missing ``const''.
11623 (warning): New function.
11624
11625 * regformats/regdat.sh: Include "regcache.h" in generated files.
11626 Provide init_registers () function.
11627 * regformats/regdef.h: Add prototype for set_register_cache ().
11628 Add include guard.
11629
11630 * gdbserver/linux-arm-low.c: New file.
11631 * gdbserver/linux-i386-low.c: New file.
11632 * gdbserver/linux-ia64-low.c: New file.
11633 * gdbserver/linux-m68k-low.c: New file.
11634 * gdbserver/linux-mips-low.c: New file.
11635 * gdbserver/linux-ppc-low.c: New file.
11636 * gdbserver/linux-sh-low.c: New file.
11637
11638 * gdbserver/regcache.c: New file.
11639 * gdbserver/regcache.h: New file.
11640
11641 * gdbserver/low-linux.c: Removed obsolete file.
11642
11643 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11644
11645 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
11646 * config/i386/linux.mt: Likewise.
11647 * config/ia64/linux.mt: Likewise.
11648 * config/m68k/linux.mh: Likewise.
11649 * config/powerpc/linux.mh: Likewise.
11650 * config/mips/linux.mt: Likewise.
11651
11652 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
11653
11654 * config/i386/i386lynx.mh: Mark gdbserver variables
11655 as (currently) obsolete for this target.
11656 * config/i386/nbsd.mt: Likewise.
11657 * config/i386/nbsdelf.mt: Likewise.
11658 * config/m32r/m32r.mt: Likewise.
11659 * config/m68k/m68klynx.mh: Likewise.
11660 * config/m68k/nbsd.mt: Likewise.
11661 * config/m68k/sun3os4.mh: Likewise.
11662 * config/mips/vr5000.mt: Likewise.
11663 * config/ns32k/nbsd.mt: Likewise.
11664 * config/pa/hppabsd.mh: Likewise.
11665 * config/pa/hppaosf.mh: Likewise.
11666 * config/powerpc/nbsd.mt: Likewise.
11667 * config/rs6000/rs6000lynx.mh: Likewise.
11668 * config/s390/s390.mt: Likewise.
11669 * config/s390/s390x.mt: Likewise.
11670 * config/sparc/sparclynx.mh: Likewise.
11671 * config/sparc/sun4os4.mh: Likewise.
11672 * config/i386/x86-64linux.mt: Likewise.
11673 * config/sparc/linux.mh: Likewise.
11674
11675 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11676
11677 * configure.tgt: Configure gdbserver only for known working
11678 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
11679 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
11680 SUBDIRS if it is configured. Update comment for ${nativefile}.
11681 * configure: Regenerated.
11682
11683 2002-02-13 Michael Snyder <msnyder@redhat.com>
11684
11685 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11686
11687 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11688 (default_gcore_mach): Just return 0, work around a problem in bfd.
11689 (default_gcore_target): OK to return NULL if exec_bfd is null.
11690 (make_mem_sec): Use a cast, avoid a warning.
11691
11692 * procfs.c (find_memory_regions_callback): Use a cast instead of
11693 calling host_pointer_to_address (which complains if
11694 sizeof (host pointer) != sizeof (target pointer)).
11695 (procfs_make_note_section): Avoid overflow in psargs string.
11696
11697 * procfs.c (procfs_make_note_section): Make the default
11698 implementation return an error.
11699
11700 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
11701
11702 * procfs.c (procfs_make_note_section): Provide a default definition
11703 (for alpha-dec-osf4.0f). Fix typos.
11704
11705 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
11706
11707 * linux-proc.c: Add include of regcache.h.
11708 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11709
11710 2002-02-13 Andrew Cagney <ac131313@redhat.com>
11711
11712 From 2002-01-18 Greg McGary <greg@mcgary.org>:
11713 * memattr.c (create_mem_region): Disallow useless empty region.
11714 Regions are half-open intervals, so allow [A..B) [B..C) as
11715 non-overlapping.
11716
11717 2002-02-13 Michael Chastain <mec@shout.net>
11718
11719 * defs.h: Kill CONST_PTR.
11720 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11721 * c-lang.c (c_builtin_types): Likewise.
11722 * ch-lang.c (ch_builtin_types): Likewise.
11723 * f-lang.c (f_builtin_types): Likewise.
11724 * language.c (unknown_builtin_types): Likewise.
11725 * m2-lang.c (m2_builtin_types): Likewise.
11726 * p-lang.c (pascal_builtin_types): Likewise.
11727 * scm-lang.c (c_builtin_types): Likewise.
11728
11729 2002-02-13 Keith Seitz <keiths@redhat.com>
11730
11731 * arm-tdep.h (arm_get_next_pc): Add declaration.
11732
11733 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
11734
11735 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
11736 with other related struct-returning functions.
11737 (arm_extract_struct_value_address): New function.
11738 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
11739 initialize float_format, double_format and long_double_format as
11740 appropriate to the endianness of the target.
11741 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11742 (arm_use_struct_convention): Delete declaration.
11743 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11744
11745 2002-02-13 Keith Seitz <keiths@redhat.com>
11746
11747 * defs.h (core_addr_to_string_nz): New function.
11748
11749 2002-02-13 Mark Kettenis <kettenis@gnu.org>
11750
11751 Apply missing bits of 2002-01-15 patch.
11752 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11753 (fill_fpregset): Use i387_fill_fsave.
11754
11755 2002-02-12 Keith Seitz <keiths@redhat.com>
11756
11757 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11758 (core_addr_to_string_nz): New function.
11759
11760 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11761
11762 * arm-linux-nat.c: Really include arm-tdep.h.
11763 * config/arm/tm-linux.h (struct type, struct value): Declare.
11764
11765 2002-02-11 Michael Snyder <msnyder@redhat.com>
11766
11767 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11768 (gcore section): Ifdef for Solaris and Unixware only.
11769 (procfs_do_thread_registers): Unixware needs one lwpstatus
11770 per thread (not one prstatus or pstatus).
11771 (procfs_make_note_section): Iterate only over kernel threads (lwps),
11772 not over all gdb threads. For unixware, call elfcore_write_pstatus
11773 once before iterating over threads.
11774
11775 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11776
11777 * arm-tdep.h: New file.
11778 * arm-tdep.c: Include arm-tdep.h.
11779 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11780 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11781 (arm_print_float_info, arm_register_type, convert_to_extended)
11782 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11783 (arm_extract_return_value, arm_register_name): Make static.
11784 (arm_software_single_step): Similarly. Fix types in declaration.
11785 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11786 (arm_store_return_value, arm_store_struct_return): New functions.
11787 (arm_gdbarch_init): Register the above functions. Also register
11788 call_dummy_start_offset, sizeof_call_dummy_words,
11789 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11790 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
11791 max_register_virtual_size, register_size. Set up
11792 prologue_cache.saved_regs here, rather than ...
11793 (_initialize_arm_tdep): ... here.
11794 * config/arm/tm-arm.h (struct type, struct value): Delete forward
11795 declarations.
11796 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11797 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11798 (arm_print_float_info, arm_register_type, convert_to_extended)
11799 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11800 (arm_extract_return_value, arm_register_name): Delete declarations.
11801 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11802 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11803 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11804 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11805 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11806 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11807 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11808 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11809 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11810 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11811 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11812 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11813 interface.
11814 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11815 * remote-rdi.c remote-rdp.c: Likewise.
11816 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11817 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11818 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11819 definition.
11820
11821 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11822 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11823 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11824 from non-ARM_ prefixed definitions.
11825 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11826 all uses of above.
11827 * remote-rdi.c remote-rdp.c: Likewise.
11828 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11829
11830 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11831
11832 * arm-tdep.c (arm_frameless_function_invocation)
11833 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11834 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11835 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11836 (arm_pop_frame, arm_get_next_pc): Make static.
11837 (arm_gdbarch_init): Register above in gdbarch structure.
11838 (arm_read_fp): Renamed from arm_target_read_fp.
11839 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11840 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11841 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11842 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11843 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11844 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11845 (arm_pc_is_thumb_dummy): Delete declarations.
11846 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11847 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11848 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11849 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
11850
11851 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
11852
11853 * symtab.c (compare_search_syms): New function.
11854 (sort_search_symbols): New function.
11855 (search_symbols): Sort symbols after searching rather than
11856 before.
11857
11858 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11859
11860 * NEWS: Linux -> GNU/Linux.
11861
11862 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11863
11864 * gdbarch.sh: For for level one methods, disallow a definition
11865 when partially multi-arched. Add comments explaining rationale.
11866 * gdbarch.h: Re-generate.
11867
11868 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11869
11870 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11871 multi-arch partial.
11872
11873 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11874
11875 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11876 field. Use diff -u.
11877 * gdbarch.c: Re-generate.
11878
11879 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11880
11881 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
11882 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11883 partial.
11884
11885 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11886
11887 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11888 multi-arch partial.
11889 (PUSH_ARGUMENTS): Switch to using predefault.
11890 * gdbarch.c: Regenerate.
11891
11892 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11893
11894 * valops.c (PUSH_ARGUMENTS): Delete definition.
11895 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11896 partial. Default to default_push_arguments.
11897 * gdbarch.h, gdbarch.c: Regenerate.
11898
11899 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11900
11901 * defs.h (throw_exception): Rename return_to_top_level. Update
11902 comments.
11903 * utils.c (error_stream, internal_verror, quit): Ditto.
11904 * top.c (throw_exception, catcher): Ditto.
11905 * sparclet-rom.c (sparclet_load): Ditto.
11906 * remote.c (interrupt_query, minitelnet): Ditto.
11907 * remote-sds.c (interrupt_query): Ditto.
11908 * remote-mips.c (mips_error, mips_kill): Ditto.
11909 * ocd.c (interrupt_query): Ditto.
11910 * monitor.c (monitor_interrupt_query): Ditto.
11911 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11912 * target.h: Update comment.
11913
11914 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
11915
11916 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11917
11918 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11919 default_double_format.
11920 * gdbarch.h, gdbarch.c: Re-generate.
11921 * findvar.c (floatformat_unknown): Delete variable definition.
11922 * doublest.h (floatformat_unknown): Delete variable declaration.
11923
11924 2002-02-09 Jim Blandy <jimb@redhat.com>
11925
11926 * stabsread.c (read_type): Add code to parse Sun's syntax for
11927 prototyped function types.
11928
11929 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11930
11931 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11932 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11933
11934 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11935
11936 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11937 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11938 now _initialize_xcoffsolib gets called again and overrides the
11939 commands from solib.c in a native configuration.
11940
11941 2002-02-09 Mark Kettenis <kettenis@gnu.org>
11942
11943 * doublest.c (store_typed_floating): Don't try to return a value.
11944 Fixes PR gdb/290.
11945
11946 2002-02-08 Jim Blandy <jimb@redhat.com>
11947
11948 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11949 is prototyped and has no arguments, print its argument list as
11950 `(void)'.
11951
11952 2002-02-08 Chris Demetriou <cgd@broadcom.com>
11953
11954 * MAINTAINERS (write-after-approval): Add myself.
11955 (paper-trail): I've escaped!
11956
11957 2002-02-08 Christopher Faylor <cgf@redhat.com>
11958
11959 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11960 changes.
11961 (_initialize_check_for_gdb_ini): Ditto.
11962
11963 2002-02-08 Martin M. Hunt <hunt@redhat.com>
11964
11965 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11966 xaprintf -> xasprintf.
11967
11968 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11969
11970 * win32-nat.c: Remove use of printf and sprintf functions.
11971
11972 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
11973
11974 * arm-tdep.c (arm_frame_chain_valid): Make static.
11975 (arm_push_arguments): Likewise.
11976 (arm_gdbarch_init): New function.
11977 (_initialize_arm_tdep): Call it.
11978 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11979 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11980 (FRAME_CHAIN_VALID): Delete.
11981 (arm_frame_chain_valid): Delete declaration.
11982 (PUSH_ARGUMENTS): Delete.
11983 (arm_push_arguments): Delete declaration.
11984 (CALL_DUMMY_P): Delete.
11985
11986 2002-02-08 Andrew Cagney <ac131313@redhat.com>
11987 Corinna Vinschen <vinschen@redhat.com>
11988
11989 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11990 on builtin float types.
11991
11992 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
11993
11994 * utils.c: Include <curses.h> before "bfd.h".
11995 * tui/tui-hooks.c: Likewise.
11996 * tui/tui.c: Likewise.
11997 * tui/tuiCommand.c: Likewise.
11998 * tui/tuiData.c: Likewise.
11999 * tui/tuiDataWin.c: Likewise.
12000 * tui/tuiDisassem.c: Likewise.
12001 * tui/tuiGeneralWin.c: Likewise.
12002 * tui/tuiIO.c: Likewise.
12003 * tui/tuiLayout.c: Likewise.
12004 * tui/tuiRegs.c: Likewise.
12005 * tui/tuiSource.c: Likewise.
12006 * tui/tuiSourceWin.c: Likewise.
12007 * tui/tuiStack.c: Likewise.
12008 * tui/tuiWin.c: Likewise.
12009
12010 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
12011
12012 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
12013 to include space for pseudoregs as well. Update loops accordingly.
12014 (sh_fp_frame_init_saved_regs): Ditto.
12015 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
12016
12017 2002-02-07 Andrew Cagney <ac131313@redhat.com>
12018
12019 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
12020 Add Richard Earnshaw to Arm maintainers.
12021
12022 2002-02-07 Andrew Cagney <ac131313@redhat.com>
12023
12024 * defs.h (warning_begin): Delete declaration.
12025
12026 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
12027 Delete macro.
12028
12029 2002-02-07 Michael Snyder <msnyder@redhat.com>
12030
12031 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12032 Logic bug, remove misplaced else.
12033
12034 2002-02-07 Klee Dienes <klee@apple.com>
12035
12036 * fork-inferior.c (fork_inferior): Add '!' to the list of
12037 characters that need to be quoted when building a string for the
12038 shell. Quote '!' specifically with a backslash, since CSH chokes
12039 when trying to evaluate "str!str".
12040
12041 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
12042
12043 * rdi-share/host.h: Only provide a typedef for bool if it is not
12044 defined.
12045
12046 2002-02-04 Michael Snyder <msnyder@redhat.com>
12047
12048 * breakpoint.h (enum bptype): Add new overlay event bp type.
12049 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
12050
12051 * breakpoint.c (create_internal_breakpoint): New function.
12052 (internal_breakpoint_number): Moved into create_internal_breakpoint.
12053 (create_longjmp_breakpoint): Use create_internal_breakpoint.
12054 (create_thread_event_breakpoint): Ditto.
12055 (create_solib_event_breakpoint): Ditto.
12056 (create_overlay_event_breakpoint): New function.
12057 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
12058 (update_breakpoints_after_exec): Delete and re-initialize
12059 overlay event breakpoints after an exec. Add FIXME comment
12060 about longjmp breakpoint.
12061 (print_it_typical): Ignore overlay event breakpoints.
12062 (print_one_breakpoint): Ditto.
12063 (mention): Ditto.
12064 (bpstat_what): Do not stop for overlay event breakpoints.
12065 (delete_breakpoint): Don't delete overlay event breakpoints.
12066 (breakpoint_re_set_one): Delete the overlay event breakpoint.
12067 (breakpoint_re_set): Re-create overlay event breakpoint.
12068
12069 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
12070 (overlay_manual_command): Disable overlay breakpoints.
12071 (overlay_off_command): Disable overlay breakpoints.
12072
12073 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
12074
12075 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
12076 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
12077 to here from config/tm-arm.h.
12078 (coff_sym_is_thumb): Make static.
12079 (arm_elf_make_msymbol_special): New function.
12080 (arm_coff_make_msymbol_special): New function.
12081 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
12082 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
12083 (coff_sym_is_thumb): Delete declaration.
12084 (arm_elf_make_msymbol_special): Declare.
12085 (arm_coff_make_msymbol_special): Declare.
12086 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
12087 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
12088
12089 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
12090
12091 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
12092
12093 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
12094
12095 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
12096 * gdbarch.c gdbarch.h: Regenerate.
12097 * arch-utils.c (default_print_float_info): New function.
12098 * arch-utils.h (default_print_float_info): Prototype it.
12099 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
12100 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
12101 (PRINT_FLOAT_INFO): Document it.
12102
12103 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
12104 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
12105 (PRINT_FLOAT_INFO): Define.
12106
12107 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
12108
12109 * win32-nat.c (_initialize_check_for_gdb_ini):
12110 Add typecast to sprintf argument to suppress a warning.
12111
12112 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
12113
12114 * win32-nat.c (last_sig): Changed type of variable to target_signal,
12115 to allow easier handling of pass state.
12116 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
12117 that gives exception name and address.
12118 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
12119 and set last_sig value to ourstatus->value.sig. Some missing
12120 exceptions added.
12121 (child_continue): Correctly report continue_status.
12122 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
12123 TARGET_SIGNAL_0 (new default value).
12124 (child_resume): consider sig argument passed to decide if
12125 the exception should be passed to debuggee or not.
12126
12127 2002-02-05 Michael Snyder <msnyder@redhat.com>
12128
12129 * regcache.c (fetch_register): Call target_fetch_register
12130 only if we don't call FETCH_PSEUDO_REGISTER.
12131 (store_register): Call target_store_register only if we
12132 don't call STORE_PSEUDO_REGISTER.
12133
12134 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
12135
12136 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
12137 ELF_MAKE_MSYMBOL_SPECIAL.
12138 * gdbarch.c, gdbarch.h: Regenerate.
12139 * arch-utils.c (default_make_msymbol_special): New function.
12140 * arch-utils.h (default_make_msymbol_special): Export.
12141 * elfread.c (elf_symtab_read): Compile use of
12142 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
12143 multiarched.
12144 * coffread.c (coff_symtab_read): Ditto, for
12145 COFF_MAKE_MSYMBOL_SPECIAL.
12146
12147 2002-02-05 Jim Blandy <jimb@redhat.com>
12148
12149 * solib-svr4.c (svr4_truncate_ptr): New function.
12150 (svr4_relocate_section_addresses): Do the address arithmetic with
12151 the appropriate truncation for target addresses, even when
12152 CORE_ADDR is larger than a target address.
12153
12154 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12155
12156 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
12157 to (int *).
12158
12159 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12160
12161 * gdbserver/linux-low.c (kill_inferior): Remove commented out
12162 code.
12163
12164 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12165
12166 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
12167
12168 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12169
12170 * gdbserver/linux-low.c: Remove unused include files.
12171
12172 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12173
12174 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
12175 (read_inferior_memory): Use it.
12176 (write_inferior_memory): Likewise.
12177
12178 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12179
12180 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
12181 grubbing through sys_errlist.
12182
12183 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12184
12185 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
12186
12187 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
12188 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
12189
12190 2002-02-04 Andrew Cagney <ac131313@redhat.com>
12191
12192 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
12193 (do_sfunc, set_cmd_sfunc): New functions.
12194
12195 * command.h (struct cmd_list_element): Add field func.
12196 * cli/cli-decode.h (struct cmd_list_element): Ditto.
12197 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
12198 * cli/cli-decode.h: Ditto.
12199
12200 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
12201 (help_all, help_cmd_list): Ditto.
12202 (find_cmd, complete_on_cmdlist): Ditto.
12203 * top.c (execute_command): Ditto.
12204
12205 * cli/cli-setshow.c (do_setshow_command): Call func instead of
12206 function.sfunc.
12207
12208 * infcmd.c (notice_args_read): Fix function signature.
12209
12210 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
12211 * cli/cli-decode.c (add_set_cmd): Ditto.
12212 * utils.c (initialize_utils): Ditto.
12213 * maint.c (_initialize_maint_cmds): Ditto.
12214 * infrun.c (_initialize_infrun): Ditto.
12215 * demangle.c (_initialize_demangler): Ditto.
12216 * remote.c (add_packet_config_cmd): Ditto.
12217 * mips-tdep.c (_initialize_mips_tdep): Ditto.
12218 * cris-tdep.c (_initialize_cris_tdep): Ditto.
12219 * proc-api.c (_initialize_proc_api): Ditto.
12220 * kod.c (_initialize_kod): Ditto.
12221 * valprint.c (_initialize_valprint): Ditto.
12222 * top.c (init_main): Ditto.
12223 * infcmd.c (_initialize_infcmd): Ditto.
12224 * corefile.c (_initialize_core): Ditto.
12225 * arm-tdep.c (_initialize_arm_tdep): Ditto.
12226 * arch-utils.c (initialize_current_architecture): Ditto.
12227 (_initialize_gdbarch_utils): Ditto.
12228 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
12229
12230 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
12231 * wince.c (_initialize_inftarg): Ditto.
12232 * symfile.c (_initialize_symfile): Ditto.
12233 * mips-tdep.c (_initialize_mips_tdep): Ditto.
12234 * language.c (_initialize_language): Ditto.
12235 * arc-tdep.c (_initialize_arc_tdep): Ditto.
12236
12237 2002-02-04 Michael Snyder <msnyder@redhat.com>
12238
12239 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
12240
12241 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
12242
12243 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
12244 Add rules for building the register data files.
12245
12246 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
12247
12248 * regformats/regdat.sh: Add braces to the definition of
12249 expedite_regs_${arch}.
12250
12251 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
12252
12253 * regformats/regdef.h (struct reg): Add comment describing the
12254 requirements for offset and size fields.
12255
12256 2002-02-04 Andreas Schwab <schwab@suse.de>
12257
12258 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
12259 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
12260
12261 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
12262
12263 * gdbarch.sh (copyright): Update years in generated header.
12264 (SMASH_TEXT_ADDRESS): Add rule.
12265 * gdbarch.h, gdbarch.c: Re-generate.
12266 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
12267 * dbxread.c: Likewise.
12268 * dwarfread.c: Likewise.
12269 * elfread.c: Likewise.
12270 * somread.c: Likewise.
12271
12272 * arm-tdep.c (arm_smash_text_address): New function.
12273 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
12274
12275 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
12276
12277 Add support for hardware watchpoints on win32 native.
12278 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
12279 CONTEXT_DEBUG_REGISTERS.
12280 (dr variable): New variable. Static array containing a local copy
12281 of debug registers.
12282 (debug_registers_changed): New variable. Reflects when debug registers
12283 are changed and need to be written to inferior.
12284 (debug_registers_used): New variable. Reflects when any debug register
12285 was set, used when new threads are created.
12286 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
12287 i386-nat code.
12288 (thread_rec): Set dr array if id is the thread of current_event .
12289 (child_continue, child_resume): Change the debug registers for all
12290 threads if debug_registers_changed.
12291 (child_add_thread): Change the debug registers if debug_registers_used.
12292 * config/i386/cygwin.mh: Add use of i386-nat.o file.
12293 Link nm.h to new nm-cygwin.h file.
12294 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
12295 of hardware registers.
12296
12297 2002-02-03 Andrew Cagney <ac131313@redhat.com>
12298
12299 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
12300 Restore behavour broken by 2002-01-20 Andrew Cagney
12301 <ac131313@redhat.com> IEEE_FLOAT removal.
12302
12303 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12304
12305 * c-valprint.c (c_val_print): Pass a proper valaddr to
12306 cp_print_class_method.
12307 * valops.c (search_struct_method): If there is only one method
12308 and args is NULL, return that method.
12309
12310 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12311
12312 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
12313 accessing tag_name directly.
12314
12315 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12316
12317 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
12318 of accessing tag_name directly.
12319
12320 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12321
12322 PR gdb/280
12323 * gdbtypes.c (replace_type): New function.
12324 * gdbtypes.h (replace_type): Add prototype.
12325 * stabsread.c (read_type): Use replace_type.
12326
12327 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
12328
12329 * Makefile.in (memattr.o): Add missing dependencies rule.
12330
12331 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12332
12333 * breakpoint.c (break_at_finish_command): Really export.
12334 (break_at_finish_at_depth_command): Ditto.
12335 (tbreak_at_finish_command): Ditto.
12336 * hppa-tdep.c: Include completer.h.
12337 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
12338 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
12339
12340 2002-02-01 Andrew Cagney <ac131313@redhat.com>
12341
12342 * utils.c (do_write): New function.
12343 (error_stream): Rewrite combining the code from error_begin and
12344 verror.
12345 (verror): Rewrite using error_stream.
12346 (error_begin): Delete function.
12347
12348 2002-02-01 Andrew Cagney <ac131313@redhat.com>
12349
12350 * utils.c (error_begin): Make static.
12351 * defs.h (error_begin): Delete declaration.
12352
12353 * linespec.c (cplusplus_error): Replace cplusplus_hint.
12354 (decode_line_1): Use cplusplus_error instead of error_begin,
12355 cplusplus_hint and return_to_top_level.
12356 * coffread.c (coff_symfile_read): Use error instead of error_begin
12357 and return_to_top_level.
12358 * infrun.c (default_skip_permanent_breakpoint): Ditto.
12359
12360 2002-02-01 Andrew Cagney <ac131313@redhat.com>
12361
12362 * language.h (type_error, range_error): Make string parameter
12363 constant.
12364 * language.c (warning_pre_print): Delete extern declaration.
12365 * dwarfread.c (warning_pre_print): Ditto.
12366 * language.c (type_error, range_error): Rewrite to use verror and
12367 vwarning instead of warning_begin.
12368
12369 2002-02-01 Michael Snyder <msnyder@redhat.com>
12370
12371 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
12372 (set_ignore_count): Move misplaced comment back where it belongs.
12373
12374 2002-02-01 Andrew Cagney <ac131313@redhat.com>
12375
12376 * command.h (NO_FUNCTION): Delete macro.
12377 * cli/cli-decode.h (NO_FUNCTION): Ditto.
12378 * top.c (execute_command): Replace NO_FUNCTION with NULL.
12379 * tracepoint.c (_initialize_tracepoint): Ditto.
12380 * cli/cli-decode.c (add_set_cmd): Ditto.
12381 * cli/cli-cmds.c (init_cli_cmds): Ditto.
12382
12383 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
12384
12385 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
12386 Update ``this'' pointer when calling virtual functions.
12387
12388 2002-02-01 Michael Snyder <msnyder@redhat.com>
12389
12390 * breakpoint.c (create_temp_exception_breakpoint): Delete.
12391 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
12392
12393 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
12394
12395 * regformats/reg-arm.dat: New file.
12396 * regformats/reg-i386.dat: New file.
12397 * regformats/reg-ia64.dat: New file.
12398 * regformats/reg-m68k.dat: New file.
12399 * regformats/reg-mips.dat: New file.
12400 * regformats/reg-ppc.dat: New file.
12401 * regformats/reg-sh.dat: New file.
12402 * regformats/regdef.h: New file.
12403 * regformats/regdat.sh: New file.
12404
12405 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
12406
12407 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
12408 (arm_frame_args_address, arm_frame_locals_address): New functions.
12409 (arm_frame_num_args): New function.
12410 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
12411 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
12412 (FRMA_NUM_ARGS): Call arm_frame_num_args.
12413
12414 2002-01-31 Michael Snyder <msnyder@redhat.com>
12415
12416 * breakpoint.c (break_at_finish_command): Export.
12417 (break_at_finish_at_depth_command): Export.
12418 (tbreak_at_finish_command): Export.
12419 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
12420 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
12421 "txbreak" commands, which are HPPA specific.
12422
12423 * printcmd.c (disassemble_command): Remove an ancient
12424 artifact of an old merge.
12425
12426 * symfile.h (enum overlay_debugging_state):
12427 Define enum constant values for overlay mode.
12428 * symfile.c (overlay_debugging): Use enums instead of literals.
12429 (overlay_is_mapped, overlay_auto_command,
12430 overlay_manual_command): Ditto.
12431
12432 * breakpoint.c (insert_breakpoints, remove_breakpoint,
12433 breakpoint_here_p, breakpoint_inserted_here_p,
12434 breakpoint_thread_match, bpstat_stop_status,
12435 describe_other_breakpoints, check_duplicates, clear_command):
12436 Coding standard fixes.
12437
12438 * target.c (target_xfer_memory): Add spaces, coding standard.
12439 (do_xfer_memory): Add missing line to trust-readonly
12440 code: check bfd SEC_READONLY flag for section.
12441
12442 2002-01-31 Andrew Cagney <ac131313@redhat.com>
12443
12444 * PROBLEMS: Fix typo, 5.1->5.1.1.
12445
12446 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
12447
12448 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
12449 data symbols, since we search based on textlow and texthigh.
12450 (find_pc_sect_symtab): Likewise.
12451
12452 2002-01-30 Andrew Cagney <ac131313@redhat.com>
12453
12454 * defs.h (vwarning): Declare.
12455 * utils.c (vwarning): New function.
12456 (warning): Call vwarning.
12457 (warning_begin): Delete function.
12458
12459 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
12460 the warning message.
12461 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
12462 warning_begin.
12463
12464 2002-01-30 Michael Snyder <msnyder@redhat.com>
12465
12466 * NEWS: Mention "set trust-readonly-sections" command.
12467 Mention generate-core-file command.
12468
12469 2002-01-15 Michael Snyder <msnyder@redhat.com>
12470
12471 * target.c: New command, "set trust-readonly-sections on".
12472 (do_xfer_memory): Honor the suggestion to trust readonly sections
12473 by reading them from the object file instead of from the target.
12474 (initialize_targets): Register command "set trust-readonly-sections".
12475
12476 2002-01-29 Andrew Cagney <ac131313@redhat.com>
12477
12478 * parse.c (target_map_name_to_register): Simplify, search regs and
12479 pseudo-regs using a single loop.
12480
12481 2002-01-30 Andrew Cagney <ac131313@redhat.com>
12482
12483 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
12484
12485 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
12486
12487 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
12488 * config/i386/i386v42mp.mh: Add i387-nat.o .
12489 * i386v4-nat.c: Include i387-nat.h.
12490 (supply_fpregset): Use i387_supply_fsave.
12491 (fill_fpregset): Use i387_fill_fsave.
12492
12493 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
12494
12495 * arm-tdep.c (arm_call_dummy_words): Define.
12496 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
12497 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
12498 (CALL_DUMMY_WORDS): Define.
12499 (arm_call_dummy_words): Declare.
12500 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
12501 (arm_linux_call_dummy_words): Declare.
12502
12503 2002-01-30 Andreas Schwab <schwab@suse.de>
12504
12505 * m68klinux-nat.c: Fix last change to use regcache_collect
12506 instead of referencing registers[] directly.
12507
12508 2002-01-29 Andrew Cagney <ac131313@redhat.com>
12509
12510 * parse.c (target_map_name_to_register): Delete code wrapped in
12511 #ifdef REGISTER_NAME_ALIAS_HOOK.
12512
12513 2002-01-28 Michael Snyder <msnyder@redhat.com>
12514
12515 * regcache.c (legacy_read_register_gen): Need to be able to
12516 read pseudo-register as well as real register.
12517 (legacy_write_register_gen): Ditto.
12518
12519 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12520
12521 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12522 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
12523 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
12524 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
12525 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
12526 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
12527 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
12528 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
12529 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
12530 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12531 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
12532 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
12533 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
12534 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
12535 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
12536 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
12537 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
12538 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
12539 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
12540 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
12541
12542 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12543
12544 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
12545 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
12546 (initialize_current_architecture): Update target_byte_order using
12547 information from BFD.
12548 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
12549 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
12550
12551 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12552
12553 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
12554 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
12555
12556 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
12557 #ifdef INVALID_FLOAT.
12558 * infcmd.c (do_registers_info): Ditto.
12559 * values.c (unpack_double): Ditto. Add comment.
12560
12561 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
12562 already commented out.
12563
12564 2002-01-26 Andreas Schwab <schwab@suse.de>
12565
12566 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
12567 * m68klinux-nat.c: Update ptrace interface for fetching/storing
12568 registers and add support for PTRACE_GETREGS.
12569
12570 2002-01-24 Andrew Cagney <ac131313@redhat.com>
12571
12572 GDB 5.1.1 released from 5.1 branch.
12573 * NEWS: Add 5.1.1 news.
12574 * README: Sync with 5.1 branch.
12575
12576 2002-01-23 Fred Fish <fnf@redhat.com>
12577
12578 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
12579 stabstring on initial malloc. Reallocing will copy it for us,
12580 if necessary.
12581
12582 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
12583
12584 * Makefile.in (hpread_h): Delete.
12585 (HFILES_NO_SRCDIR): Remove hpread.h.
12586 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
12587 (hpread.o): Update dependencies.
12588 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
12589
12590 * hp-psymtab-read.c: Remove file.
12591 * hp-symtab-read.c: Remove file.
12592 * hpread.h: Remove file.
12593
12594 * hpread.c: Merge all contents of hp-psymtab-read.c,
12595 hp-symtab-read.c and hpread.h into this file, as it was prior to
12596 January 1999.
12597
12598 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
12599 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
12600 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
12601 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
12602
12603 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
12604
12605 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
12606 fill_gregset): Call gdbarch_tdep() just once, assign result to
12607 variable and use that, instead of calling the function several
12608 times.
12609
12610 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
12611
12612 * configure.host: Accept sparcv9 as alias for sparc64.
12613 * configure.tgt: Likewise.
12614
12615 2002-01-22 Kevin Buettner <kevinb@redhat.com>
12616
12617 * solib-aix5.c (build_so_list_from_mapfile)
12618 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
12619 arguments is not reversed.
12620 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
12621 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
12622
12623 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
12624
12625 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
12626 modified version of obsolete sh_fetch_pseudo_register.
12627 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
12628 (sh4_register_read): New function.
12629 (sh_pseudo_register_write): New function. Renamed and modified
12630 version of obsolete sh_store_pseudo_register.
12631 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
12632 (sh4_register_write): New function.
12633 (sh_gdbarch_init): Remove setting of gdbarch function
12634 fetch_pseudo_register and store_pseudo_register. Remove setting of
12635 register_convert_to_raw, register_convert_to_virtual,
12636 register_convertible.
12637 (sh_sh4_register_convertible): Delete. No longer needed. All is
12638 taken care by architecture specific functions
12639 register_read/register_write.
12640 (sh_sh4_register_convert_to_virtual): Make static.
12641 (sh_sh4_register_convert_to_raw): Ditto.
12642
12643 2002-01-22 Andrew Cagney <ac131313@redhat.com>
12644
12645 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
12646 (floatformat_is_nan, floatformat_mantissa): Ditto.
12647
12648 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
12649 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
12650 builtin_type_ieee_double_little,
12651 builtin_type_ieee_double_littlebyte_bigword,
12652 builtin_type_m68881_ext, builtin_type_i960_ext,
12653 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
12654 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
12655 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
12656 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
12657
12658 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
12659
12660 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
12661 parameter. Set frameless flag if it exists and depended of
12662 whether the scanned function is frameless or not.
12663 (xstormy16_skip_prologue): If function is frameless, return
12664 result of xstormy16_scan_prologue().
12665 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
12666 call.
12667
12668 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
12669
12670 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
12671 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
12672 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
12673 sh_sh4_register_byte, sh_sh4_register_raw_size,
12674 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
12675 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
12676 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
12677 sh_store_pseudo_register, sh_do_pseudo_register): Call
12678 gdbarch_tdep() just once, assign result to variable and use that,
12679 instead of calling the function several times.
12680
12681 2002-01-20 Mark Kettenis <kettenis@gnu.org>
12682
12683 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12684 macros instead of LAST_FPU_CTRL_REGNUM.
12685 (store_register): Likewise.
12686
12687 2002-01-21 Jim Blandy <jimb@redhat.com>
12688
12689 * infcmd.c (run_command): Check that the `exec' target layer's BFD
12690 is up-to-date before running the program, not just when a program
12691 exits.
12692
12693 2002-01-21 Fred Fish <fnf@redhat.com>
12694
12695 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12696 when we have found all instructions we are looking for.
12697
12698 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12699
12700 * arm-tdep.c (arm_register_name): New function.
12701 (arm_registers_names): Make static.
12702 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12703 (arm_register_name): Declare.
12704 (REGISTER_NAME): Use it.
12705
12706 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12707 Kevin Buettner <kevinb@redhat.com>
12708
12709 Convert arm targets to new FRAME interface.
12710 * arm-tdep.c (struct frame_extra_info): Remove fsr.
12711 (arm_frame_find_save_regs): Delete.
12712 (arm_frame_init_saved_regs): New.
12713 (arm_init_extra_frame_info): Alloacte saved_regs as required.
12714 Allocate extra_info as required. Convert all uses of fsr.regs
12715 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12716 to use extra_info.
12717 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12718 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12719 (check_prologue_cache, save_prologue_cache): Likewise.
12720 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12721 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12722 (FRAME_FIND_SAVED_REGS): Delete.
12723 (arm_frame_find_saved_regs): Delete prototype.
12724 (arm_frame_init_saved_regs): New prototype.
12725 (FRAME_INIT_SAVED_REGS): Define.
12726
12727 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12728
12729 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12730
12731 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12732
12733 From Jeff Law <law@redhat.com>:
12734 * infttrace.c: Include <sys/pstat.h>.
12735 (child_pid_to_exec_file): Revamp. Use pstat call to get the
12736 exec file if the ttrace equivalent fails.
12737
12738 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12739
12740 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12741 (closeLogFile): Ditto.
12742
12743 2002-01-20 Michael Chastain <mec@shout.net>
12744
12745 * top.c (print_gdb_version): Bump copyright year to 2002.
12746
12747 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12748
12749 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12750 Zannoni and Eli Zaretskii.
12751
12752 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12753
12754 * buildsym.c: Update copyright years.
12755 * c-typeprint.c: Likewise.
12756 * dwarf2read.c: Likewise.
12757 * f-typeprint.c: Likewise.
12758 * gdbtypes.c: Likewise.
12759 * gdbtypes.h: Likewise.
12760 * hp-symtab-read.c: Likewise.
12761 * hpread.c: Likewise.
12762 * mdebugread.c: Likewise.
12763 * p-typeprint.c: Likewise.
12764
12765 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12766
12767 * remote-sim.c (gdbsim_open): Simplify code testing the macro
12768 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
12769 byte-order selectable.
12770 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12771 * arch-utils.c: Ditto.
12772 (set_endian): Ditto.
12773 (set_endian_from_file): Ditto.
12774 * gdbserver/low-sim.c (create_inferior): Ditto.
12775 * gdbarch.sh: Ditto.
12776 * gdbarch.h: Re-generate.
12777 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12778 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12779 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12780 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12781 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12782 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12783 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
12784 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12785 macro definition.
12786 * config/mips/tm-wince.h: Remove #undef of macro
12787 TARGET_BYTE_ORDER_SELECTABLE.
12788 * config/sh/tm-wince.h: Ditto.
12789
12790 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12791
12792 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12793 member function fields. Add accessor macro
12794 TYPE_FN_FIELD_ARTIFICIAL.
12795 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12796 * c-typeprint.c (c_type_print_base): Skip artificial member
12797 functions.
12798
12799 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12800
12801 * f-typeprint.c: Delete unused function f_type_print_args.
12802 * p-typeprint.c: Delete unused function pascal_type_print_args.
12803
12804 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12805
12806 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12807 comment. Add ``artificial'' to ``union field_location''.
12808
12809 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12810
12811 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12812 * mdebugread.c (parse_symbol): Likewise.
12813 * stabsread.c (define_symbol): Likewise.
12814 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12815 initializing TYPE_FIELD_BITPOS to n (obsolete).
12816 (hpread_doc_function_type): Likewise.
12817 * hpread.c (hpread_function_type): Likewise.
12818
12819 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12820
12821 * configure.in (host_makefile_frag): Only require a host makefile
12822 fragment when a native build.
12823 * configure: Re-generate.
12824
12825 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12826
12827 * doublest.h (floatformat_from_type): Declare.
12828 * doublest.c (floatformat_from_type): New function.
12829 (convert_typed_floating): Use.
12830
12831 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12832 call to function floatformat_from_type.
12833
12834 * gdbarch.sh (IEEE_FLOAT): Delete.
12835 * gdbarch.h, gdbarch.c: Re-generate.
12836 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12837 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12838 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12839 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12840 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12841 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12842 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12843 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12844 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12845 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12846 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
12847 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12848
12849 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12850 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12851 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12852 * sh-tdep.c (sh_gdbarch_init): Ditto.
12853 * mips-tdep.c (mips_gdbarch_init): Ditto.
12854 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12855 * cris-tdep.c (cris_gdbarch_init): Ditto.
12856
12857 2002-01-20 Jiri Smid <smid@suse.cz>
12858
12859 * configure.host, configure.tgt: Support x86-64.
12860 * NEWS: Note new target x86-64.
12861
12862 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12863 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12864 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12865 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12866 x86-64-linux-nat.o): Fix dependencies.
12867
12868 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12869
12870 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12871 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12872 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12873 * config/sparc/xm-sun4os4.h: Delete file.
12874 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
12875
12876 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12877
12878 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12879 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12880 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12881 * config/i386/i386lynx.mh (XM_FILE): Delete.
12882 * config/rs6000/xm-rs6000ly.h: Delete file.
12883 * config/sparc/xm-sparclynx.h: Delete file.
12884 * config/m68k/xm-m68klynx.h: Delete file.
12885 * config/i386/xm-i386lynx.h: Delete file.
12886 * config/xm-lynx.h: Delete file.
12887 * config/djgpp/fnchange.lst: Update.
12888
12889 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12890
12891 * alpha-tdep.c (alpha_register_byte): New function.
12892 (alpha_register_raw_size): Ditto.
12893 (alpha_register_virtual_size): Ditto.
12894 (alpha_skip_prologue_internal): Renamed from
12895 alpha_skip_prologue.
12896 (alpha_skip_prologue): New version that calls
12897 alpha_skip_prologue_internal.
12898 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12899 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12900 second argument from alpha_skip_prologue.
12901 (REGISTER_BYTE): Use alpha_register_byte.
12902 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12903 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12904 (FRAMELESS_FUNCTION_INVOCATION): Use
12905 generic_frameless_function_invocation_not.
12906 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12907 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12908
12909 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12910
12911 * config/mips/xm-news-mips.h: Delete file.
12912 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12913
12914 * config/m88k/xm-m88k.h: Delete file.
12915 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12916 * config/m88k/xm-delta88v4.h: Ditto.
12917 * config/m88k/xm-delta88.h: Ditto.
12918
12919 * config/alpha/xm-fbsd.h: Delete file.
12920 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12921
12922 * config/sparc/xm-sparc.h: Delete file.
12923 * Makefile.in (xm-sun4os4.h): Delete dependency.
12924 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12925 * config/sparc/xm-sun4os4.h: Ditto.
12926 * config/sparc/xm-linux.h: Ditto.
12927
12928 * config/i386/xm-windows.h: Delete file.
12929
12930 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12931
12932 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12933 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12934
12935 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12936
12937 * alpha-tdep.c (alpha_call_dummy_words): New.
12938 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12939 (CALL_DUMMY_P): Define.
12940 (CALL_DUMMY_WORDS): Define.
12941 (SIZEOF_CALL_DUMMY_WORDS): Define.
12942
12943 2002-01-19 Per Bothner <per@bothner.com>
12944
12945 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12946 isn't NULL, which can happen with some gcj-3.x-produced code.
12947
12948 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12949
12950 * alpha-tdep.c (alpha_register_virtual_type): New function.
12951 (alpha_init_frame_pc_first): Ditto.
12952 (alpha_fix_call_dummy): Ditto.
12953 (alpha_store_struct_return): Ditto.
12954 (alpha_extract_struct_value_address): Ditto.
12955 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12956 alpha_register_virtual_type.
12957 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12958 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12959 alpha_extract_struct_value_address.
12960 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12961 (INIT_FRAME_PC): Use init_frame_pc_noop.
12962 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12963
12964 2002-01-19 Mark Kettenis <kettenis@gnu.org>
12965
12966 * i386gnu-nat.c: Include "i386-tdep.h".
12967 (fetch_fpregs): Simplify code dealing with uninitialized floating
12968 point states such that it doesn't require FP7_REGNUM.
12969
12970 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12971
12972 * alpha-tdep.c (frame_extra_info): New.
12973 (alpha_find_saved_regs): Make static. Use
12974 frame->extra_info.
12975 (alpha_frame_init_saved_regs): New function.
12976 (alpha_frame_saved_pc): Use frame->extra_info.
12977 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12978 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
12979 (init_extra_frame_info): Rename to...
12980 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
12981 (alpha_print_extra_frame_info): New function.
12982 (alpha_frame_locals_address): Ditto.
12983 (alpha_frame_args_address): Ditto.
12984 (alpha_pop_frame): Use frame->extra_info.
12985 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12986 alpha_frame_args_address.
12987 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
12988 (alpha_find_saved_regs): Remove prototype.
12989 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12990 (EXTRA_FRAME_INFO): Remove.
12991 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12992 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12993
12994 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12995
12996 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12997 (alpha_cannot_fetch_register): Ditto.
12998 (alpha_cannot_store_register): Ditto.
12999 (alpha_register_convertible): Ditto.
13000 (alpha_use_struct_convention): Ditto.
13001 * config/alpha/tm-alpha.h: Update copyright years.
13002 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
13003 (INNER_THAN): Use core_addr_lessthan.
13004 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
13005 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
13006 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
13007 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
13008 (FRAME_CHAIN): Remove unnecessary cast.
13009
13010 2002-01-18 Andrew Cagney <ac131313@redhat.com>
13011
13012 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
13013 obsolete.
13014
13015 2002-01-18 Andrew Cagney <ac131313@redhat.com>
13016
13017 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
13018 * monitor.c, remote-array.c, remote-bug.c: Ditto.
13019 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
13020 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
13021 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
13022 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
13023 * x86-64-linux-nat.c: Ditto.
13024
13025 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13026
13027 * alpha-tdep.c (alpha_register_name): New function.
13028 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
13029 (REGISTER_NAME): Define.
13030
13031 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13032
13033 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
13034
13035 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13036
13037 * alpha-tdep.c: Update copyright years.
13038 (alpha_next_pc): New function.
13039 (alpha_software_single_step): Ditto.
13040 * config/alpha/tm-alpha.h: Add prototype for
13041 alpha_software_single_step.
13042
13043 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13044
13045 * alphabsd-nat.c: Update copyright years.
13046 (fill_gregset): Use regcache_collect.
13047 (fill_fpregset): Likewise.
13048 (fetch_inferior_registers): Only fetch integer registers
13049 if requested to do so.
13050 (store_inferior_registers): Only store integer registers
13051 if requested to do so.
13052
13053 2002-01-17 Andrew Cagney <ac131313@redhat.com>
13054
13055 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
13056 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
13057 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
13058 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
13059 * config/alpha/fbsd.mh (XDEPFILES): Delete.
13060 * config/arm/linux.mh (XDEPFILES): Delete.
13061 * config/arm/nbsd.mh (XDEPFILES): Delete.
13062 * config/i386/i386dgux.mh (XDEPFILES): Delete.
13063 * config/i386/i386sol2.mh (XDEPFILES): Delete.
13064 * config/i386/i386m3.mh (XDEPFILES): Delete.
13065 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
13066 * config/i386/i386gnu.mh (XDEPFILES): Delete.
13067 * config/i386/fbsd.mh (XDEPFILES): Delete.
13068 * config/i386/i386bsd.mh (XDEPFILES): Delete.
13069 * config/i386/i386sco5.mh (XDEPFILES): Delete.
13070 * config/i386/i386v4.mh (XDEPFILES): Delete.
13071 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
13072 * config/i386/i386sco4.mh (XDEPFILES): Delete.
13073 * config/i386/i386aix.mh (XDEPFILES): Delete.
13074 * config/i386/go32.mh (XDEPFILES): Delete.
13075 * config/i386/cygwin.mh (XDEPFILES): Delete.
13076 * config/i386/i386lynx.mh (XDEPFILES): Delete.
13077 * config/i386/i386mach.mh (XDEPFILES): Delete.
13078 * config/i386/i386v32.mh (XDEPFILES): Delete.
13079 * config/i386/linux.mh (XDEPFILES): Delete.
13080 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
13081 * config/i386/ncr3000.mh (XDEPFILES): Delete.
13082 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
13083 * config/i386/i386sco.mh (XDEPFILES): Delete.
13084 * config/i386/i386v.mh (XDEPFILES): Delete.
13085 * config/i386/nbsd.mh (XDEPFILES): Delete.
13086 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
13087 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
13088 * config/i386/symmetry.mh (XDEPFILES): Delete.
13089 * config/i386/obsd.mh (XDEPFILES): Delete.
13090 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
13091 * config/ia64/linux.mh (XDEPFILES): Delete.
13092 * config/ia64/aix.mh (XDEPFILES): Delete.
13093 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
13094 * config/m68k/dpx2.mh (XDEPFILES): Delete.
13095 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
13096 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
13097 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
13098 * config/m68k/linux.mh (XDEPFILES): Delete.
13099 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
13100 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
13101 * config/m68k/nbsd.mh (XDEPFILES): Delete.
13102 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
13103 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
13104 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
13105 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
13106 * config/m88k/delta88.mh (XDEPFILES): Delete.
13107 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
13108 * config/m88k/m88k.mh (XDEPFILES): Delete.
13109 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
13110 * config/mips/linux.mh (XDEPFILES): Delete.
13111 * config/mips/irix6.mh (XDEPFILES): Delete.
13112 * config/mips/irix5.mh (XDEPFILES): Delete.
13113 * config/mips/irix4.mh (XDEPFILES): Delete.
13114 * config/mips/irix3.mh (XDEPFILES): Delete.
13115 * config/mips/decstation.mh (XDEPFILES): Delete.
13116 * config/mips/mipsm3.mh (XDEPFILES): Delete.
13117 (NATDEPFILES): Move core-aout.o to here.
13118 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
13119 * config/pa/hpux1020.mh (XDEPFILES): Delete.
13120 * config/pa/hppabsd.mh (XDEPFILES): Delete.
13121 * config/pa/hppahpux.mh (XDEPFILES): Delete.
13122 * config/pa/hpux11w.mh (XDEPFILES): Delete.
13123 * config/pa/hppaosf.mh (XDEPFILES): Delete.
13124 * config/pa/hpux11.mh (XDEPFILES): Delete.
13125 * config/powerpc/aix.mh (XDEPFILES): Delete.
13126 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
13127 * config/powerpc/linux.mh (XDEPFILES): Delete.
13128 * config/romp/rtbsd.mh: Rename XDEPFILES.
13129 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
13130 * config/rs6000/aix4.mh (XDEPFILES): Delete.
13131 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
13132 * config/s390/s390.mh (XDEPFILES): Delete.
13133 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
13134 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
13135 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
13136 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
13137 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
13138 * config/sparc/nbsd.mh (XDEPFILES): Delete.
13139 * config/sparc/linux.mh (XDEPFILES): Delete.
13140 * config/vax/vaxult.mh (XDEPFILES): Delete.
13141 * config/vax/vaxult2.mh (XDEPFILES): Delete.
13142 * Makefile.in (DEPFILES): Remove XDEPFILES.
13143
13144 2002-01-17 Andrew Cagney <ac131313@redhat.com>
13145
13146 * utils.c (internal_verror): Fix comments, default is yes not no.
13147 Update queries to match. Default to quit and dump core.
13148
13149 2002-01-17 Andrew Cagney <ac131313@redhat.com>
13150
13151 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
13152 copyright.
13153 * defs.h, event-top.c, gdbcmd.h: Ditto.
13154 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
13155 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
13156 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
13157 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
13158 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
13159 * mi/mi-main.c:Ditto.
13160
13161 * stack.c, symfile.c: Update copyright.
13162
13163 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
13164
13165 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
13166 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
13167 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
13168 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
13169
13170 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
13171
13172 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
13173 * gdbserver/low-lynx.c (myattach): Likewise.
13174 * gdbserver/low-nbsd.c (myattach): Likewise.
13175 * gdbserver/low-sim.c (myattach): Likewise.
13176 * gdbserver/low-sparc.c (myattach): Likewise.
13177 * gdbserver/low-sun3.c (myattach): Likewise.
13178
13179 * gdbserver/low-linux.c (myattach): New function.
13180
13181 * gdbserver/server.c (attach_inferior): New function.
13182 (main): Handle "--attach".
13183
13184 2002-01-16 Andrew Cagney <ac131313@redhat.com>
13185
13186 * MAINTAINERS (language support): Daniel Jacobwitz is C++
13187 maintainer.
13188
13189 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
13190
13191 * c-typeprint.c (is_type_conversion_operator): Add additional
13192 check for non-conversion operators.
13193
13194 2002-01-15 Michael Snyder <msnyder@redhat.com>
13195
13196 * linux-proc.c: Add "info proc" command, a la procfs.c.
13197 (read_mapping): New function, abstract and re-use code.
13198 (linux_find_memory_regions): Use new func read_mapping.
13199 (linux_info_proc_cmd): New function, implement "info proc".
13200 (_initialize_linux_proc): Add new command "info proc".
13201
13202 2002-01-15 Michael Snyder <msnyder@redhat.com>
13203
13204 * symfile.c (generic_load): Use bfd_map_over_sections method
13205 instead of manipulating bfd structure members directly.
13206 (add_section_size_callback): New function, bfd sections callback
13207 used by generic_load.
13208 (load_sections_callback): New function, bfd sections callback
13209 used by generic_load.
13210
13211 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
13212
13213 [Based on work by Jim Blandy]
13214 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
13215 (builtin_type_vec128): Export.
13216 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
13217 types.
13218 (builtin_type_vec128): New builtin type for 128 bit vector
13219 registers.
13220 (build_gdbtypes): Initialize builtin_type_v16qi and
13221 builtin_type_v8hi. Create the vec128 register builtin type
13222 structure.
13223 (build_builtin_type_vec128): New function.
13224 (_initialize_gdbtypes): Register builtin_type_v16qi and
13225 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
13226 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
13227 AltiVec register to new builtin type.
13228
13229 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
13230
13231 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
13232 to make_cv_type.
13233
13234 2002-01-14 Andrew Cagney <ac131313@redhat.com>
13235
13236 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
13237 CLEAN_UP_REGISTER_VALUE.
13238 * regcache.c (supply_register): Update only call.
13239
13240 2002-01-14 Andrew Cagney <ac131313@redhat.com>
13241
13242 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13243 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13244 a29k-*-vxworks* targets as obsolete.
13245
13246 2002-01-14 Michael Snyder <msnyder@redhat.com>
13247
13248 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
13249 until we can resolve portability issues.
13250 * gregset.h: Remove references to fpxregs.
13251 * gcore.c (gcore_command): Initialize note_sec to NULL.
13252
13253 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13254
13255 * signals.c (target_signal_to_name): Rewrite. Only use
13256 signals[].name when in bounds and non-NULL.
13257
13258 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13259
13260 From Petr Ledvina <ledvinap@kae.zcu.cz>:
13261 * signals.c (target_signal_to_name): Verify that SIG is within the
13262 bounds of the signals array.
13263
13264 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13265
13266 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
13267
13268 2002-01-13 Keith Seitz <keiths@redhat.com>
13269
13270 * stack.c (print_frame_info_base): Print the frame's pc
13271 only if when print_frame_info_listing_hook is not defined.
13272
13273 2002-01-13 Keith Seitz <keiths@redhat.com>
13274
13275 * varobj.c (varobj_set_value): Make sure that there were no
13276 errors evaluating the object before attempting to set its
13277 value.
13278 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
13279 so this offset adjustment is no longer necessary.
13280 (create_child): Don't set the error flag if the child is
13281 a CPLUS_FAKE_CHILD.
13282 (value_of_child): If value_fetch_lazy fails, return NULL
13283 so that callers will be notified that an error occurred.
13284 (c_value_of_variable): Delay check of variable's validity
13285 until later. We actually want all structs and unions to have
13286 the value "{...}".
13287 Do not return "???" for variables which could not be evaluated.
13288 This error condition must be returned to the caller so that it
13289 can get the error condition from gdb.
13290 (cplus_name_of_child): Adjust index for vptr before figuring
13291 out the name of the child.
13292 (cplus_value_of_child): If a child's (real) parent is not valid,
13293 don't even bother trying to give a value for it. Just return
13294 an error. Change all instances in this function.
13295 (cplus_type_of_child): If our parent is one of the "fake"
13296 parents, we need to get at the type of the real parent, and
13297 derive the child's true type using this information.
13298
13299 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13300
13301 From 2002-01-09 John Marshall <johnm@falch.net>:
13302 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
13303 sources.redhat.com, and tweak some related URLs which had
13304 suffered from linkrot.
13305
13306 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13307
13308 From Jeff law:
13309 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
13310 structures passed in registers.
13311
13312 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
13313
13314 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
13315 white space which prevented compilation. Reported by DSK
13316 <dsk@student.unsw.edu.au>.
13317
13318 2002-01-11 Michael Snyder <msnyder@redhat.com>
13319
13320 * symfile.c (build_section_addr_info_from_section_tab):
13321 Use bfd access method instead of manipulating bfd directly.
13322 (syms_from_objfile): Ditto.
13323 (simple_overlay_update_1): Ditto.
13324 (simple_overlay_update): Ditto.
13325 (generic_load): Ditto.
13326 (overlay_unmapped_address): FIXME comment, bfd access methods.
13327 (sections_overlap): FIXME comment, bfd access methods.
13328 (pc_in_mapped_range): FIXME comment, bfd access methods.
13329 (pc_in_unmapped_range): FIXME comment, bfd access methods.
13330 (section_is_mapped): FIXME comment, bfd access methods.
13331 (section_is_overlay): FIXME comment, bfd access methods.
13332
13333 * symfile.c (generic_load): Whitespace and long line cleanups.
13334 Remove duplicate variable, change several local variables to
13335 more appropriate data types.
13336 (print_transfer_performance): Use %lu instead of %ld for ulongs.
13337
13338 2002-01-12 Andrew Cagney <ac131313@redhat.com>
13339
13340 From Peter Schauer:
13341 * language.c (longest_local_hex_string_custom): Use phex_nz to
13342 convert NUM to a hex string.
13343
13344 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
13345
13346 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
13347 the function.
13348 Update Copyright year.
13349
13350 2002-01-12 Andrew Cagney <ac131313@redhat.com>
13351
13352 * language.c (longest_raw_hex_string): Delete unused function.
13353
13354 2002-01-11 Petr Sorfa <petrs@caldera.com>
13355
13356 * MAINTAINERS (write-after-approval): Add myself.
13357 * dwarf2read.c (read_tag_string_type): Handling of
13358 DW_AT_byte_size.
13359 (read_tag_string_type): FORTRAN fix to prevent propagation of
13360 first string size.
13361 (set_cu_language): Handling of DW_LANG_Fortran95
13362
13363 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
13364
13365 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
13366 GETPID(inferior_ptid).
13367 (store_inferior_registers): Likewise.
13368
13369 2002-01-10 Jason Merrill <jason@redhat.com>
13370
13371 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
13372 Fix DW_OP_minus.
13373
13374 2002-01-10 Andrew Cagney <ac131313@redhat.com>
13375
13376 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
13377 and bfd/elf32-sh-nbsd.c.
13378
13379 2002-01-10 Michael Snyder <msnyder@redhat.com>
13380
13381 * NEWS: Mention --pid and corefile/proc-id behavior change.
13382
13383 * Makefile.in: Add rules for gcore.o and linux-proc.o.
13384 * gcore.c: Include cli/cli-decode.h instead of command.h.
13385
13386 * main.c (captured_main): Add new command line option "--pid".
13387 If the second command line argument (following the symbol-file)
13388 begins with a digit, try to attach to it before trying to open
13389 it as a corefile.
13390 (print_gdb_help): Document the "--pid" argument.
13391
13392 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
13393
13394 * completer.c (command_completer): New function.
13395
13396 * completer.h <command_completer>: Add prototype.
13397
13398 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
13399 completer for the "help" command.
13400
13401 2002-01-09 Jason Merrill <jason@redhat.com>
13402
13403 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
13404
13405 2002-01-09 Michael Snyder <msnyder@redhat.com>
13406
13407 * i386-linux-nat.c (fill_fpxregset): Make global.
13408 (store_fpxregset): Ditto.
13409
13410 * gregset.h (gdb_fpxregset_t): Define.
13411 (supply_fpxregset): Prototype.
13412 (fill_fpxregset): Prototype.
13413
13414 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
13415
13416 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
13417
13418 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
13419 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
13420 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
13421
13422 2002-01-09 Andrew Cagney <ac131313@redhat.com>
13423
13424 * MAINTAINERS: Update target maintainer rules so that any
13425 Maintainer can approve a tested patch for a maintenance-only
13426 target.
13427
13428 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
13429
13430 * MAINTAINERS (write-after-approval): Add myself.
13431
13432 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
13433 IN_SIGTRAMP.
13434
13435 2002-01-08 Michael Snyder <msnyder@redhat.com>
13436
13437 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
13438 real name of the executable, rather than the /proc name.
13439
13440 2002-01-03 Michael Snyder <msnyder@redhat.com>
13441
13442 Implement a "generate-core-file" command in gdb, save target state.
13443 * gcore.c: New file. Implement new command 'generate-core-file'.
13444 Save a corefile image of the current state of the inferior.
13445 * linux-proc.c: Add linux-specific code for saving corefiles.
13446 * target.h (struct target_ops): Add new target vectors for saving
13447 corefiles; to_find_memory_regions and to_make_corefile_notes.
13448 (target_find_memory_regions): New macro.
13449 (target_make_corefile_notes): New macro.
13450 * target.c (update_current_target): Inherit new target methods.
13451 (dummy_find_memory_regions): New place-holder method.
13452 (dummy_make_corefile_notes): New place-holder method.
13453 (init_dummy_target): Initialize new dummy target vectors.
13454 * exec.c (exec_set_find_memory_regions): New function.
13455 Allow the exec_ops vector for memory regions to be taken over.
13456 (exec_make_note_section): New function, target vector method.
13457 * defs.h (exec_set_find_memory_regions): Export prototype.
13458 * procfs.c (proc_find_memory_regions): New function, corefile method.
13459 (procfs_make_note_section): New function, corefile method.
13460 (init_procfs_ops): Set new target vector pointers.
13461 (find_memory_regions_callback): New function.
13462 (procfs_do_thread_registers): New function.
13463 (procfs_corefile_thread_callback): New function.
13464 * sol-thread.c (sol_find_memory_regions): New function.
13465 (sol_make_note_section): New function.
13466 (init_sol_thread_ops): Initialize new target vectors.
13467 * inftarg.c (inftarg_set_find_memory_regions): New function.
13468 Allow to_find_memory_regions vector to be taken over.
13469 (inftarg_set_make_corefile_notes): New function.
13470 Allow to_make_corefile_notes vector to be taken over.
13471 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
13472 interface layer if not target_has_execution (may be a corefile).
13473 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
13474 * config/sparc/sun4sol2.mh: Ditto.
13475 * config/alpha/alpha-linux.mh: Ditto.
13476 * config/arm/linux.mh: Ditto.
13477 * config/i386/x86-64linux.mh: Ditto.
13478 * config/ia64/linux.mh: Ditto.
13479 * config/m68k/linux.mh: Ditto.
13480 * config/mips/linux.mh: Ditto.
13481 * config/powerpc/linux.mh: Ditto.
13482 * config/sparc/linux.mh: Ditto.
13483
13484 2002-01-07 Michael Snyder <msnyder@redhat.com>
13485
13486 * arm-linux-nat.c: Remove references to regcache.c internal data
13487 (registers[] and register_valid[]).
13488
13489 2002-01-07 Michael Snyder <msnyder@redhat.com>
13490
13491 * linux-proc.c: New file. Implement child_pid_to_exec_file,
13492 so that attaching to a pid will automatically read the process's
13493 symbol file and shlibs.
13494 * Makefile.in: Add rule for linux-proc.o.
13495 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
13496 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
13497 * config/arm/linux.mh: Ditto.
13498 * config/i386/linux.mh: Ditto.
13499 * config/i386/x86-64linux.mh: Ditto.
13500 * config/ia64/linux.mh: Ditto.
13501 * config/m68k/linux.mh: Ditto.
13502 * config/mips/linux.mh: Ditto.
13503 * config/powerpc/linux.mh: Ditto.
13504 * config/sparc/linux.mh: Ditto.
13505
13506 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
13507
13508 * win32-nat.c: Add i386-tdep.h dependency.
13509
13510 2002-01-07 Michael Snyder <msnyder@redhat.com>
13511
13512 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
13513 instead of bfd_get_arch_size. Don't bail out just because
13514 there's no exec_bfd.
13515
13516 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
13517 * p-valprint.c (pascal_object_print_value): Ditto.
13518 * somread.c (som_symtab_read): Ditto.
13519 * symfile.c (simple_free_overlay_region_table): Ditto.
13520 * valops.c (value_assign): Ditto.
13521
13522 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
13523 use tilde_expand and strerror for opening save-tracepoints file.
13524
13525 * thread-db.c (thread_db_new_objfile): Indendation fix.
13526
13527 * infptrace.c (GDB_MAX_ALLOCA): New define.
13528 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
13529 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
13530 can be overridden with whatever value is appropriate to the host).
13531 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
13532 alloca to allocate potentially large buffer.
13533 * rs6000-nat.c (child_xfer_memory): Ditto.
13534 * symm-nat.c (child_xfer_memory): Ditto.
13535 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
13536
13537 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
13538
13539 From Nick Clifton <nickc@redhat.com>
13540 * d10v-tdep.c: Set STACK_START to 0x200bffe.
13541
13542 2002-01-07 Michael Snyder <msnyder@redhat.com>
13543
13544 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
13545 Don't use exec_bfd if it's NULL.
13546
13547 2002-01-06 Mark Kettenis <kettenis@gnu.org>
13548
13549 * valops.c (value_arg_coerce): Fix formatting.
13550
13551 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13552
13553 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
13554 * gnu-nat.c: Ditto.
13555
13556 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13557
13558 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
13559 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
13560 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
13561 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
13562 z8k-coff have not been multi-arched. Update z8k-coff build
13563 status.
13564
13565 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13566
13567 * MAINTAINERS: Mark a29k target as obsolete.
13568 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
13569 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
13570 comments.
13571 * NEWS: Note that a29k targets are obsolete.
13572 * a29k-tdep.c: Mark as obsolete.
13573 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13574 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13575 a29k-*-vxworks* targets as obsolete.
13576 * remote-adapt.c: Obsolete.
13577 * remote-eb.c: Obsolete.
13578 * remote-mm.c: Obsolete.
13579 * remote-udi.c: Obsolete.
13580 * config/a29k/a29k-udi.mt: Obsolete.
13581 * config/a29k/a29k.mt: Obsolete.
13582 * config/a29k/tm-a29k.h: Obsolete.
13583 * config/a29k/tm-vx29k.h: Obsolete.
13584 * config/a29k/vx29k.mt: Obsolete.
13585
13586 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13587
13588 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
13589 with BFD_ENDIAN_BIG.
13590
13591 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13592
13593 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
13594 * configure, config.in: Re-generate.
13595 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
13596 * defs.h: Do not include <endian.h>.
13597
13598 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
13599
13600 * acconfig.h (HAVE_PT_GETXMMREGS): New.
13601 * config.in: Regenerate.
13602 * configure.in: Update copyright years.
13603 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
13604 * configure: Regenerate.
13605 * i386bsd-nat.c: Update copyright years.
13606 (fill_gregset): Use regcache_collect.
13607 (fetch_inferior_registers): Only fetch integer registers
13608 if requested to do so. Add support for XMM registers
13609 using PT_GETXMMREGS.
13610 (store_inferior_registers): Only store integer registers
13611 if requested to do so. Add support for XMM registers
13612 using PT_SETXMMREGS.
13613 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
13614 (store_inferior_registers): Remove.
13615 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
13616 (fetch_elfcore_registers): New function.
13617 (i386nbsd_elfcore_fns): New.
13618 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
13619 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
13620 i386bsd-nat.o.
13621 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
13622 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
13623 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
13624 * config/i386/tm-nbsd.h: Update copyright years.
13625 (HAVE_SSE_REGS): Define.
13626 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
13627 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
13628 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
13629 (SIGCONTEXT_PC_OFFSET): Remove.
13630 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
13631
13632 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13633
13634 * configure.tgt: Remove powerpc-*-macos* target.
13635 * config/m68k/xm-mpw.h: Delete file.
13636 * config/xm-mpw.h: Delete file.
13637 * ser-mac.c: Delete file.
13638 * mpw-make.sed: Delete file.
13639 * mpw-config.in: Delete file.
13640 * mac-xdep.c: Delete file.
13641 * mac-gdb.r: Delete file.
13642 * mac-defs.h: Delete file.
13643 * mac-nat.c: Delete file.
13644 * config/powerpc/macos.mh: Delete file.
13645 * config/powerpc/macos.mt: Delete file.
13646 * config/powerpc/nm-macos.h: Delete file.
13647 * config/powerpc/tm-macos.h: Delete file.
13648 * source.c (openp, open_source_file): Remove obsolete code.
13649 * top.c (gdb_readline): Ditto.
13650 * utils.c (query): Ditto.
13651 * event-top.c (display_gdb_prompt): Ditto.
13652 * Makefile.in (ser-mac.o): Delete obsolete target.
13653 * NEWS: Update.
13654
13655 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13656
13657 * defs.h (BIG_ENDIAN): Delete macro definition.
13658 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
13659 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
13660 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
13661 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
13662 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
13663 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
13664 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
13665 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
13666 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
13667 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
13668 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
13669 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
13670 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13671 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13672 * gdbarch.c: Re-generate.
13673
13674 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13675
13676 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
13677 for core files.
13678
13679 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13680
13681 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
13682
13683 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13684
13685 * value.h (value_ptr): Delete typedef.
13686
13687 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13688
13689 * i386nbsd-nat.c: Update copyright years.
13690 Include i386-tdep.h.
13691
13692 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
13693
13694 * stabsread.c: Update copyright years.
13695
13696 From Debashis Mahata <debashis.mahata@wipro.com>:
13697 (read_struct_fields): Deal with Sun C compiler erroneous stab
13698 output for structs and unions.
13699 Fix PR gdb/269.
13700
13701 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13702
13703 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13704 prototype.
13705
13706 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13707
13708 * cp-abi.c: Fix whitespace.
13709 (baseclass_offset): New wrapper function.
13710 * cp-abi.h (baseclass_offset): Add prototype.
13711 (struct cp_abi_ops): Add baseclass_offset pointer.
13712
13713 * valops.c (vb_match): Move to...
13714 * gnu-v2-abi.c (vb_match): here.
13715 * valops.c (baseclass_offset): Move to...
13716 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13717
13718 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13719
13720 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13721 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13722 * hpacc-abi.c (init_hpacc_ops): Likewise.
13723
13724 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13725
13726 * valops.c (find_overload_match): Accept obj as a
13727 reference parameter. Update it before returning.
13728 * value.h (find_overload_match): Update prototype.
13729 * eval.c (evaluate_subexp_standard): Pass object to
13730 find_overload_match by reference.
13731
13732 2002-01-03 Andrew Cagney <ac131313@redhat.com>
13733
13734 * valarith.c: Replace value_ptr with struct value pointer. Remove
13735 register attribute from value declarations.
13736 * valops.c: Ditto.
13737 * value.h: Ditto.
13738 * scm-lang.c (scm_lookup_name): Ditto.
13739
13740 2002-01-03 Michael Snyder <msnyder@redhat.com>
13741
13742 Abstract the functionality of iterating over mapped memory
13743 regions into a general purpose iterator function.
13744 * procfs.c (iterate_over_mappings): New function, general purpose
13745 iterator for memory sections.
13746 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13747 (solib_mappings_callback): New function, callback for above.
13748 (info_proc_mappings): Reimpliment using iterate_over_mappings.
13749 (info_mappings_callback): New function, callback for above.
13750
13751 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13752
13753 2002-01-01 Mark Kettenis <kettenis@gnu.org>
13754
13755 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13756 * i386-tdep.c: Include "elf-bfd.h".
13757 (process_note_abi_tag_sections): New function.
13758 (i386_gdbarch_init): Add code to recognize various OS/ABI
13759 combinations.
13760
13761 * maint.c (_initialize_maint_cmds): Add missing \ in
13762 string-literal.
13763
13764 For older changes see ChangeLog-2001
13765 \f
13766 Local Variables:
13767 mode: change-log
13768 left-margin: 8
13769 fill-column: 74
13770 version-control: never
13771 End:
This page took 0.314215 seconds and 5 git commands to generate.