* somsolib.c (dld_cache): Replace boolean by int for field is_valid.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-12-02 J. Brobecker <brobecker@gnat.com>
2
3 * somsolib.c (dld_cache): Replace boolean by int for field is_valid.
4 Fixes a build failure on HP/UX.
5
6 * hpread.c (told_objfile): Replace boolean type by int. Fixes a build
7 failure on HP/UX.
8 (hpread_has_name): Advance declaration to avoid a compilation warning.
9 (pst_syms_count): Add missing variable type. By change, the compiler
10 was defaulting to int, which seems a good choice. Fixes a compilation
11 warning.
12 (pst_syms_size): Likewise.
13
14 2002-12-02 J. Brobecker <brobecker@gnat.com>
15
16 * hppa-tdep.c: Add #include "osabi.h" (for hppa_gdbarch_init).
17 (hppa_gdbarch_init): Detect osabi from objfile. Will be needed
18 later to set the proper gdbarch methods depending on the osabi.
19 * Makefile.in (hppa-tdep.o): Add dependency on osabi.h.
20
21 2002-12-02 J. Brobecker <brobecker@gnat.com>
22
23 * osabi.h (gdb_osabi): Add two new enum values for HPUX ELF and SOM.
24 * osabi.c (gdb_osabi_name): Add strings images for the two new
25 enum values.
26 (generic_elf_osabi_sniffer): Handle HPUX objfiles.
27
28 2002-12-02 Andrew Cagney <ac131313@redhat.com>
29
30 * MAINTAINERS (Java): Global maintainers are responible for Java.
31 (Past Maintainers): Mention both Anthony Green and Per Bothner as
32 part Java maintainers.
33
34 2002-12-02 J. Brobecker <brobecker@gnat.com>
35
36 * xcoffread.c (read_symbol_lineno): Replace boolean by int.
37 Fixes a compilation failure on AiX.
38
39 2002-12-02 J. Brobecker <brobecker@gnat.com>
40
41 * config/powerpc/aix432.mh (NATDEPFILES): Add a comment explaining
42 why aix-thread.o is not listed.
43
44 2002-12-01 Andrew Cagney <ac131313@redhat.com>
45
46 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Rename
47 PC_IN_CALL_DUMMY. Change to predicate. Always allow call.
48 * gdbarch.h, gdbarch.c: Re-generate.
49 * config/sparc/tm-sparc.h, config/sparc/tm-sp64.h: Update.
50 * config/mn10200/tm-mn10200.h, config/h8500/tm-h8500.h: Update.
51 * config/pa/tm-hppa.h, frame.h: Update.
52 * x86-64-tdep.c, vax-tdep.c, sparc-tdep.c: Update.
53 * s390-tdep.c, ns32k-tdep.c, mn10300-tdep.c: Update.
54 * m68k-tdep.c, i386-tdep.c, frv-tdep.c: Update.
55 * cris-tdep.c, alpha-tdep.c: Update.
56 * frame.c (set_unwind_by_pc, create_new_frame): Use either
57 DEPRECATED_PC_IN_CALL_DUMMY or pc_in_dummy_frame.
58 (get_prev_frame): Ditto.
59
60 2002-11-30 Andrew Cagney <cagney@redhat.com>
61
62 * exec.c (xfer_memory): Replace boolean with int.
63 * p-exp.y: Use 0 instead of false.
64 * corelow.c (gdb_check_format): Change return type to int from
65 boolean.
66 * utils.c: Don't include <curses.h> or <term.h> first.
67
68 2002-11-29 Stephane Carrez <stcarrez@nerim.fr>
69
70 * m68hc11-tdep.c (m68hc11_register_raw_size): Remove.
71 (m68hc11_register_byte): Remove.
72 (m68hc11_gdbarch_init): Don't set the above.
73
74 2002-11-29 Andrew Cagney <cagney@redhat.com>
75
76 * remote-mips.c (mips_initialize): Force a selected frame rebuild
77 by calling get_selected_frame.
78 * ocd.c (ocd_start_remote): Use get_selected frame instead of
79 set_current_frame, create_new_frame, select_frame and
80 get_current_frame.
81 * remote-e7000.c (e7000_start_remote): Ditto.
82 * remote-mips.c (common_open): Ditto
83 * remote-rdp.c (remote_rdp_open): Ditto.
84
85 2002-11-29 Andreas Schwab <schwab@suse.de>
86
87 * m68k-tdep.c (m68k_frame_chain, m68k_frame_saved_pc)
88 (altos_skip_prologue, delta68_frame_saved_pc, isi_frame_num_args)
89 (delta68_frame_num_args, news_frame_num_args, m68k_skip_prologue)
90 (m68k_frame_init_saved_regs, m68k_saved_pc_after_call): Use
91 read_memory_unsigned_integer instead of read_memory_integer when
92 dealing with addresses and instruction opcodes.
93 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc)
94 (m68k_linux_frame_saved_pc): Likewise.
95
96 2002-11-29 Andrew Cagney <ac131313@redhat.com>
97
98 * stack.c (selected_frame, select_frame): Move from here ...
99 * frame.c (selected_frame, select_frame): ... to here. Include
100 "language.h".
101 * Makefile.in (frame.o): Update dependencies.
102 * frame.c (get_selected_frame): New function.
103 * frame.h (get_selected_frame): Declare.
104 (deprecated_selected_frame): Rename selected_frame.
105 * ada-lang.c, ada-tasks.c, breakpoint.c, corelow.c: Update.
106 * eval.c, f-valprint.c, findvar.c, frame.c, frame.h: Update.
107 * h8300-tdep.c, h8500-tdep.c, hppa-tdep.c, infcmd.c: Update.
108 * inflow.c, infrun.c, macroscope.c, mips-tdep.c: Update.
109 * mn10300-tdep.c, ocd.c, regcache.h, remote-e7000.c: Update.
110 * remote-mips.c, remote-rdp.c, sh-tdep.c, sparc-tdep.c: Update.
111 * stack.c, thread.c, tracepoint.c, valops.c, varobj.c: Update.
112 * z8k-tdep.c, cli/cli-cmds.c: Update.
113
114 2002-11-29 Andrew Cagney <ac131313@redhat.com>
115
116 * frame.h (get_selected_block): Add comments.
117
118 2002-11-28 Andrew Cagney <ac131313@redhat.com>
119
120 * frame.c (pc_notcurrent): New function.
121 (find_frame_sal): New function.
122 * frame.h (find_frame_sal): Declare.
123 (struct symtab_and_line): Add opaque declaration.
124 * stack.c (print_frame_info_base): Use find_frame_sal instead of
125 find_pc_line.
126 (frame_info): Ditto.
127 * ada-lang.c (find_printable_frame): Ditto.
128
129 2002-11-28 J. Brobecker <brobecker@gnat.com>
130
131 * configure.in: Check that the pthdebug library is recent enough
132 before enabling thread support on native AiX.
133 * configure: Regenerate.
134
135 * config/powerpc/aix432.mh (NATDEPFILES): Remove aix-thread.o
136 from the list of object files as it is now appended by configure
137 if thread support is enabled.
138 (NAT_CLIBS): Removed as -lpthdebug is also appended by configure
139 if thread support is enabled.
140
141 2002-11-28 Andrew Cagney <cagney@redhat.com>
142
143 * stack.c (get_selected_block): In-line get_current_block.
144 * frame.h (get_current_block): Delete declaration.
145 * blockframe.c (get_current_block): Delete function.
146
147 2002-11-28 Andrew Cagney <ac131313@redhat.com>
148
149 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Rename
150 USE_GENERIC_DUMMY_FRAMES.
151 * gdbarch.h, gdbarch.c: Regenerate.
152 * valops.c, frame.c: Update.
153 * config/z8k/tm-z8k.h, config/mn10200/tm-mn10200.h: Update.
154 * config/m32r/tm-m32r.h, config/h8500/tm-h8500.h: Update.
155 * config/pa/tm-hppa.h, blockframe.c: Update.
156 * vax-tdep.c, sparc-tdep.c, ns32k-tdep.c: Ditto.
157 * m68k-tdep.c, alpha-tdep.c: Ditto.
158
159 * arm-tdep.c: Eliminate USE_GENERIC_DUMMY_FRAMES as always 1.
160 * mips-tdep.c: Ditto.
161
162 2002-11-27 Andrew Cagney <ac131313@redhat.com>
163
164 * gdbarch.sh (CALL_DUMMY_LOCATION): Default to AT_ENTRY_POINT.
165 (USE_GENERIC_DUMMY_FRAMES): Default to true.
166 (PC_IN_CALL_DUMMY): Default to generic_pc_in_call_dummy.
167 * gdbarch.c, gdbarch.h: Re-generate.
168 * inferior.h (USE_GENERIC_DUMMY_FRAMES): Delete macro definition.
169 (CALL_DUMMY_LOCATION): Delete macro definition.
170 (PC_IN_CALL_DUMMY): Delete macro definitions.
171
172 * arm-tdep.c (arm_gdbarch_init): Do not set pc_in_call_dummy,
173 default is already generic_pc_in_call_dummy.
174 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
175 * v850-tdep.c (v850_gdbarch_init): Ditto.
176 * sh-tdep.c (sh_gdbarch_init): Ditto.
177 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
178 * mips-tdep.c (mips_gdbarch_init): Ditto.
179 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
180 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
181 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
182 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
183 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
184 * avr-tdep.c (avr_gdbarch_init): Ditto.
185
186 * arm-tdep.c (arm_gdbarch_init): Do not set
187 use_generic_dummy_frames, default is already 1.
188 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
189 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
190 * v850-tdep.c (v850_gdbarch_init): Ditto.
191 * sh-tdep.c (sh_gdbarch_init): Ditto.
192 * s390-tdep.c (s390_gdbarch_init): Ditto.
193 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
194 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
195 * mips-tdep.c (mips_gdbarch_init): Ditto.
196 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
197 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
198 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
199 * i386-tdep.c (i386_gdbarch_init): Ditto.
200 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
201 * frv-tdep.c (frv_gdbarch_init): Ditto.
202 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
203 * cris-tdep.c (cris_gdbarch_init): Ditto.
204 * avr-tdep.c (avr_gdbarch_init): Ditto.
205
206 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
207 call_dummy_location, default is already AT_ENTRY_POINT.
208 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
209 * v850-tdep.c (v850_gdbarch_init): Ditto.
210 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
211 * sh-tdep.c (sh_gdbarch_init): Ditto.
212 * s390-tdep.c (s390_gdbarch_init): Ditto.
213 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
214 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
215 * mips-tdep.c (mips_gdbarch_init): Ditto.
216 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
217 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
218 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
219 * i386-tdep.c (i386_gdbarch_init): Ditto.
220 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
221 * frv-tdep.c (frv_gdbarch_init): Ditto.
222 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
223 * cris-tdep.c (cris_gdbarch_init): Ditto.
224 * avr-tdep.c (avr_gdbarch_init): Ditto.
225 * arm-tdep.c (arm_gdbarch_init): Ditto.
226 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
227
228 2002-11-28 Andrew Cagney <cagney@redhat.com>
229
230 * frame.h: Update comments on set_current_frame, create_new_frame,
231 flush_cached_frames, reinit_frame_cache, select_frame and
232 selected_frame.
233
234 2002-11-27 Andrew Cagney <cagney@redhat.com>
235
236 * config/z8k/tm-z8k.h (PC_IN_CALL_DUMMY): Update definition to use
237 deprecated pc_in_call_dummy function.
238 * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Ditto.
239 * config/sparc/tm-sp64.h (PC_IN_CALL_DUMMY): Ditto.
240 * config/pa/tm-hppa.h (PC_IN_CALL_DUMMY): Ditto.
241 * config/mn10200/tm-mn10200.h (PC_IN_CALL_DUMMY): Ditto.
242 * config/h8500/tm-h8500.h (PC_IN_CALL_DUMMY): Ditto.
243
244 2002-11-26 Martin M. Hunt <hunt@redhat.com>
245
246 * Makefile.in: Remove Tix dependencies.
247 * acinclude.m4: Ditto.
248 * aclocal.m4: Ditto.
249 * configure.in: Ditto.
250 * configure: Regenerated.
251
252 2002-11-26 Andrew Cagney <ac131313@redhat.com>
253
254 * gdbarch.sh (TARGET_FLOAT_FORMAT): Print the float format name.
255 (TARGET_DOUBLE_FORMAT, TARGET_LONG_DOUBLE_FORMAT): Ditto.
256 * gdbarch.c: Re-generate.
257
258 2002-11-26 Andrew Cagney <ac131313@redhat.com>
259
260 * config/h8500/tm-h8500.h (CALL_DUMMY_LOCATION): Define as ON_STACK.
261 (USE_GENERIC_DUMMY_FRAMES): Define as zero.
262 (PC_IN_CALL_DUMMY): Define as pc_in_call_dummy_on_stack.
263 * config/mn10200/tm-mn10200.h (PC_IN_CALL_DUMMY): Define as
264 pc_in_call_dummy_at_entry_point.
265 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Define as ON_STACK.
266 (USE_GENERIC_DUMMY_FRAMES): Define as zero.
267 (PC_IN_CALL_DUMMY): Define as pc_in_call_dummy_on_stack.
268 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Delete undefine.
269 * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Define as
270 pc_in_call_dummy_on_stack.
271 * config/sparc/tm-sp64.h (PC_IN_CALL_DUMMY): Redefine as
272 pc_in_call_dummy_at_entry_point and pc_in_call_dummy_on_stack.
273 * config/z8k/tm-z8k.h (CALL_DUMMY_LOCATION): Define as ON_STACK.
274 (USE_GENERIC_DUMMY_FRAMES): Define as zero.
275 (PC_IN_CALL_DUMMY): Defile as pc_in_call_dummy_on_stack.
276
277 2002-11-26 Andrew Cagney <ac131313@redhat.com>
278
279 * inferior.h (deprecated_pc_in_call_dummy_before_text_end): Rename
280 pc_in_call_dummy_before_text_end
281 (deprecated_pc_in_call_dummy_after_text_end): Rename
282 pc_in_call_dummy_after_text_end.
283 (deprecated_pc_in_call_dummy_on_stack): Rename
284 pc_in_call_dummy_on_stack.
285 (deprecated_pc_in_call_dummy_at_entry_point): Rename
286 pc_in_call_dummy_at_entry_point.
287 * m68k-tdep.c (m68k_gdbarch_init): Update.
288 * s390-tdep.c (s390_gdbarch_init): Update.
289 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
290 * vax-tdep.c (vax_gdbarch_init): Update.
291 * sparc-tdep.c (sparc_gdbarch_init): Update.
292 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
293 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
294 * i386-tdep.c (i386_gdbarch_init): Update.
295 * frv-tdep.c (frv_gdbarch_init): Update.
296 * cris-tdep.c (cris_gdbarch_init): Update.
297 * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Update.
298 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
299 (deprecated_pc_in_call_dummy_after_text_end)
300 (deprecated_pc_in_call_dummy_on_stack)
301 (deprecated_pc_in_call_dummy_at_entry_point): Update.
302 * alpha-tdep.c (alpha_gdbarch_init): Update.
303
304 2002-11-25 Daniel Jacobowitz <drow@mvista.com>
305
306 * acconfig.h (HAVE_PREAD64): Add.
307 * configure.in: Check for pread64.
308 * config.in: Regenerated.
309 * configure: Regenerated.
310 * lin-lwp.c (lin_lwp_xfer_memory): Call linux_proc_xfer_memory.
311 * linux-proc.c (linux_proc_xfer_memory): New function.
312 * config/nm-linux.h (linux_proc_xfer_memory): Add prototype.
313
314 2002-11-25 David Carlton <carlton@math.stanford.edu>
315
316 * dwarf2read.c (scan_partial_symbols): Descend into namespace
317 pdi's with no name.
318
319 2002-11-25 Andrew Cagney <ac131313@redhat.com>
320
321 * MAINTAINERS: Mark h8500 as broken. Breakage occured Fri Nov 5
322 16:32:04 1999 Andrew Cagney <cagney@b1.cygnus.com>.
323
324 2002-11-25 Jim Blandy <jimb@redhat.com>
325
326 * symfile.c (init_objfile_sect_indices): New function.
327 (default_symfile_offsets): Move the section-index-initializing
328 stuff into init_objfile_sect_indices, and call that.
329
330 * symtab.h (SIZEOF_N_SECTION_OFFSETS): New macro.
331 (SIZEOF_SECTION_OFFSETS): Use SIZEOF_N_SECTION_OFFSETS.
332
333 * symfile.c (syms_from_objfile): Adjust indentation.
334
335 * symfile.c (symbol_file_add): Flush gdb_stdout even if from_tty
336 || info_verbose isn't true.
337
338 2002-11-24 Andrew Cagney <ac131313@redhat.com>
339
340 * gdbarch.sh (FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Change
341 default to get_frame_base.
342 * gdbarch.h, gdbarch.c: Regenerate.
343 * arch-utils.c (default_frame_address): Delete function.
344 * arch-utils.h (default_frame_address): Delete declaration
345
346 2002-11-24 Pierre Muller <muller@ics.u-strasbg.fr>
347
348 * varobj.c (find_frame_addr_in_frame_chain):
349 Use get_frame_base instead of FRAME_FP,
350 obvious fix.
351
352 2002-11-19 Andrew Cagney <ac131313@redhat.com>
353
354 * frame.h (FRAME_FP): Delete macro.
355 (get_frame_base): New function declaration.
356 * frame.c (get_frame_base): New function.
357 (get_frame_id): Use ->frame.
358 (frame_find_by_id): Rewrite to use get_frame_id.
359 * blockframe.c: Use get_frame_base instead of FRAME_FP.
360 * cris-tdep.c, d10v-tdep.c, findvar.c, h8500-tdep.c: Ditto.
361 * hppa-tdep.c, i386-tdep.c, infcmd.c, infrun.c: Ditto.
362 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
363 * mn10200-tdep.c, mn10300-tdep.c, rs6000-tdep.c: Ditto.
364 * sh-tdep.c, sparc-tdep.c, stack.c, tracepoint.c: Ditto.
365 * v850-tdep.c, valops.c, z8k-tdep.c: Ditto.
366
367 2002-11-24 Andrew Cagney <ac131313@redhat.com>
368
369 * arm-tdep.c (arm_gdbarch_init): Do not set get_saved_register.
370
371 2002-11-24 Andrew Cagney <ac131313@redhat.com>
372
373 * frame.c (set_unwind_by_pc): Revert change below, use
374 PC_IN_CALL_DUMMY.
375 (get_prev_frame): Ditto.
376
377 2002-11-24 Andrew Cagney <ac131313@redhat.com>
378
379 * dummy-frame.c (pc_in_dummy_frame): New function.
380 (generic_pc_in_call_dummy): Call pc_in_dummy_frame.
381 (find_dummy_frame): Update comment.
382 (generic_pop_current_frame): Use get_frame_type.
383 * dummy-frame.h (pc_in_dummy_frame): Declare.
384 * frame.c (set_unwind_by_pc): Use pc_in_dummy_frame.
385 (create_new_frame): Use pc_in_dummy_frame.
386 (get_prev_frame): Use pc_in_dummy_frame.
387 (frame_saved_regs_register_unwind): Use get_prev_frame.
388 (deprecated_generic_get_saved_register): Use get_prev_frame.
389
390 2002-11-23 Andrew Cagney <ac131313@redhat.com>
391
392 * blockframe.c (find_frame_addr_in_frame_chain): Move function
393 from here ...
394 * varobj.c (find_frame_addr_in_frame_chain): ... to here.
395 (varobj_create): Note that frame ID should be used.
396 * frame.h (find_frame_addr_in_frame_chain): Delete declaration.
397
398 2002-11-23 Andrew Cagney <ac131313@redhat.com>
399
400 * breakpoint.c: Include "gdb_assert.h".
401 (deprecated_frame_in_dummy): Assert that generic dummy frames are
402 not being used.
403 * Makefile.in (breakpoint.o): Update dependencies.
404 * ada-lang.c (find_printable_frame): Use get_frame_type instead of
405 deprecated_frame_in_dummy.
406 * stack.c (print_frame_info_base): Ditto.
407 (frame_info): Ditto.
408 (print_frame_info_base): Ditto. Delete dead code.
409
410 2002-11-23 Andreas Schwab <schwab@suse.de>
411
412 * Makefile.in (m68k_tdep_h): Define.
413 (abug-rom.o, cpu32bug-rom.o, dbug-rom.o, m68k-tdep.o, m68klinux-nat.o)
414 (remote-est.o, rom68k-rom.o): Add $(m68k_tdep_h).
415 * m68k-tdep.c: Move register number enum ...
416 * m68k-tdep.h: ... to this new file and rename the constants from
417 E_* to M68K_*. All uses changed.
418 * config/m68k/tm-m68k.h (D0_REGNUM, A0_REGNUM): Remove definitions.
419 * abug-rom.c: Include "m68k-tdep.h". Use
420 M68K_D0_REGNUM/M68K_A0_REGNUM instead of D0_REGNUM/A0_REGNUM.
421 * cpu32bug-rom.c: Likewise.
422 * dbug-rom.c: Likewise.
423 * m68k-tdep.c: Likewise.
424 * m68klinux-nat.c: Likewise.
425 * remote-est.c: Likewise.
426 * rom68k-rom.c: Likewise.
427 * config/m68k/tm-linux.h: Likewise.
428
429 2002-11-23 Andrew Cagney <ac131313@redhat.com>
430
431 * arm-tdep.c (arm_gdbarch_init): Remove old style non-generic
432 dummy frame initialization code.
433 * mips-tdep.c (mips_gdbarch_init): Ditto.
434
435 2002-11-22 Christopher Faylor <cgf@redhat.com>
436
437 * win32-nat.c (child_attach): Reset saw_create counter or subsequent
438 attach will hang.
439
440 2002-11-22 Andrew Cagney <ac131313@redhat.com>
441
442 * gdbarch.sh (FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Default
443 to default_frame_address.
444 * gdbarch.h, gdbarch.c: Re-generate.
445
446 * d10v-tdep.c (d10v_gdbarch_init): Do not set frame_args_address
447 or frame_locals_address to default_frame_address.
448 * m68k-tdep.c (m68k_gdbarch_init): Update.
449 * i386-tdep.c (i386_gdbarch_init): Update.
450 * frv-tdep.c (frv_gdbarch_init): Update.
451 * sh-tdep.c (sh_gdbarch_init): Update.
452 * v850-tdep.c (v850_gdbarch_init): Update.
453 * sparc-tdep.c (sparc_gdbarch_init): Update.
454 * mips-tdep.c (mips_gdbarch_init): Update.
455 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
456 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
457 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
458
459 * cris-tdep.c (cris_frame_args_address): Delete function.
460 (cris_frame_locals_address): Delete function.
461 (cris_gdbarch_init): Do not set frame_args_address or
462 frame_locals_address.
463
464 2002-11-22 Michael Snyder <msnyder@redhat.com>
465
466 * thread-db.c (thread_db_load): Tell the user what's going on
467 if dlopen fails on libthread_db.
468
469 2002-11-23 Andreas Schwab <schwab@suse.de>
470
471 * m68k-tdep.c (m68k_register_virtual_type): Use architecture
472 invariant return values.
473
474 2002-11-22 Andreas Schwab <schwab@suse.de>
475
476 * valops.c (value_slice): Move declaration of `offset' to avoid
477 warning.
478
479 2002-11-22 Christopher Faylor <cgf@redhat.com>
480
481 * win32-nat.c (psapi_get_dll_name): Fix a compiler warning.
482 (struct so_stuff): Add end_addr field.
483 (register_loaded_dll): Calculate and store end address of loaded dll.
484 (solib_address): New function.
485 (child_solib_loaded_library_pathname): Pass carefully constructed
486 section info to safe_symbol_file_add rather than ignoring it.
487 (get_child_debug_event): Call re_enable_breakpoints_in_shlibs when a
488 DLL is loaded.
489 (do_initial_child_stuff): Call disable_breakpoints_in_shlibs.
490 (child_create_inferior): Fix a compiler warning.
491 * config/i386/tm-cygwin.h (PC_SOLIB): Define new macro.
492 (solib_address): Declare new function.
493
494 2002-11-22 Andreas Schwab <schwab@suse.de>
495
496 * m68k-tdep.c (m68k_register_virtual_type): Return int for SR, FPC
497 and FPS registers.
498
499 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
500
501 * maint.c (_initialize_maint_cmds): Fix typo. From
502 Francesco Potorti` <pot@gnu.org>.
503
504 2002-11-21 Andrew Cagney <cagney@redhat.com>
505
506 * mips-tdep.c (mips_dump_tdep): Delete references to
507 GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
508 * config/mips/tm-mips.h (GDB_TARGET_MASK_DISAS_PC): Delete macro.
509 (GDB_TARGET_UNMASK_DISAS_PC): Delete macro.
510 * printcmd.c (build_address_symbolic): Delete calls to
511 GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
512 (address_info): Ditto.
513 Fix PR gdb/773.
514
515 2002-11-19 Klee Dienes <kdienes@apple.com>
516 Adam Fedor <fedor@gnu.org>
517
518 * completer.c (skip_quoted_chars): Renamed from skip_chars. Add
519 the ability to explicitly specify the quote characters and word
520 break characters; if NULL is specified for either, use the old
521 behavior of using the characters used by the completer.
522 (skip_chars): New function. Convenience wrapper around
523 skip_quoted_chars to provide the original skip_chars behavior.
524 * completer.h (skip_quoted_chars): Add prototype.
525
526 2002-11-19 Andrew Cagney <ac131313@redhat.com>
527
528 Problems reported by Paul Eggert.
529 * gdbarch.sh: Use `sort -k 3`. Fix PR gdb/527.
530
531 2002-11-19 Andreas Schwab <schwab@suse.de>
532
533 * m68klinux-nat.c (IS_SIGTRAMP, IS_RT_SIGTRAMP)
534 (m68k_linux_in_sigtramp, SIGCONTEXT_PC_OFFSET)
535 (UCONTEXT_PC_OFFSET, m68k_linux_sigtramp_saved_pc)
536 (m68k_linux_frame_saved_pc): Move to ...
537 * m68klinux-tdep.c: ... here. New file.
538 * Makefile.in (m68klinux-tdep.o): Add dependencies.
539 * config/m68k/linux.mt (TDEPFILES): Add m68klinux-tdep.o.
540
541 2002-11-19 Adam Fedor <fedor@gnu.org>
542
543 * objc-exp.y: Revert to old skip_quoted usage.
544
545 2002-11-19 Adam Fedor <fedor@gnu.org>
546
547 * Makefile.in (SFILES): Add objc-exp.y objc-lang.c.
548 (objc_lang_h): Define.
549 (YYFILES): Add objc-exp.tab.c.
550 (local-maintainer-clean): Remove objc-exp.tab.c.
551 (objc-exp.tab.c, objc-exp.tab.o, objc-lang.o): New target.
552
553 2002-11-19 Pierre Muller <muller@ics.u-strasbg.fr>
554
555 * p-exp.y (typecast rule): Add automatic dereference of
556 pascal classes if needed.
557 (THIS): Set current_type.
558 Automatically dereference pascal classes.
559 (typebase rule): Add ^typebase recognition.
560
561 2002-11-18 Adam Fedor <fedor@gnu.org>
562
563 * expprint.c (print_subexp): Handle OP_OBJC_NSSTRING,
564 OP_OBJC_MSGCALL, and OP_OBJC_SELF.
565 (op_name): Handle OP_OBJC_SELF.
566 * Makefile.in (expprint.o): Add additional depends.
567
568 2002-11-18 Adam Fedor <fedor@gnu.org>
569
570 * expression.h: Rename ObjC ops to OP_OBJC_MSGCALL,
571 OP_OBJC_SELECTOR, OP_OBJC_NSSTRING, and OP_OBJC_SELF.
572 * parse.c (length_of_subexp, prefixify_subexp): Likewise.
573 * objc-exp.y: Likewise.
574
575 2002-11-18 Adam Fedor <fedor@gnu.org>
576
577 * gdb/parser-defs.h: (struct objc_class_str): New structure
578 for parsing ObjC classes.
579
580 2002-11-18 Andrew Cagney <ac131313@redhat.com>
581
582 * stack.c (frame_relative_level): Copy function from here ...
583 * frame.c (frame_relative_level): ...to here.
584
585 2002-11-18 Andrew Cagney <ac131313@redhat.com>
586
587 * frame.h (enum frame_type): Define.
588 (get_frame_type): Declare.
589 (struct frame_info): Add field `type'. Delete field
590 signal_handler_caller.
591 (deprecated_set_frame_signal_handler_caller): Declare.
592 * frame.c (get_frame_type): New function.
593 (deprecated_set_frame_type): New function.
594 (create_new_frame): Set the frame's type.
595 (get_prev_frame): Similar.
596 * sparc-tdep.c: Use get_frame_type instead of signal_handler_caller.
597 * s390-tdep.c: Ditto.
598 * m68klinux-nat.c: Ditto.
599 * ns32k-tdep.c: Ditto.
600 * x86-64-linux-tdep.c: Ditto.
601 * vax-tdep.c: Ditto.
602 * rs6000-tdep.c: Ditto.
603 * ppc-linux-tdep.c: Ditto.
604 * i386-interix-tdep.c: Ditto.
605 * mips-tdep.c: Ditto.
606 * m68k-tdep.c: Ditto.
607 * hppa-tdep.c: Ditto.
608 * ia64-tdep.c: Ditto.
609 * cris-tdep.c: Ditto.
610 * arm-tdep.c: Ditto.
611 * alpha-tdep.c: Ditto.
612 * i386-tdep.c: Ditto.
613 * stack.c: Ditto.
614 * ada-lang.c: Ditto.
615 * blockframe.c: Update.
616 * i386-interix-tdep.c (i386_interix_back_one_frame): Use
617 deprecated_set_frame_type instead of signal_handler_caller.
618 * ppc-linux-tdep.c (ppc_linux_init_extra_frame_info): Ditto.
619 * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
620 * breakpoint.h: Delete FIXME suggesting get_frame_type.
621
622 2002-11-18 Klee Dienes <kdienes@apple.com>
623
624 * Makefile.in (buildsym.o): Add dependency for gdb_assert.h.
625
626 2002-11-18 Klee Dienes <kdienes@apple.com>
627
628 * buildsym.c (pop_context): Add comment.
629
630 2002-11-18 Klee Dienes <kdienes@apple.com>
631
632 * buildsym.h (pop_context): Convert to function, defined in
633 buildsym.c.
634 * buildsym.c: Include gdb_assert.h.
635 (pop_context): Implement as C function. Add check for stack
636 underflow.
637 * dbxread.c (process_one_symbol): Complain and stop processing
638 that symbol if we are already at the top of the context stack for
639 a function-end N_FUN (this would imply an umatched RBRAC). Ditto
640 when processing N_RBRAC.
641
642 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
643
644 * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_INFERIOR_BY_CLONE): Don't
645 define.
646 (struct target_waitstatus): Add opaque definition.
647 * corelow.c (init_core_ops): Don't set to_clone_and_follow_inferior.
648 * exec.c (init_exec_ops): Likewise.
649 * fork-child.c (clone_and_follow_inferior): Remove.
650 * hppah-nat.c (child_post_follow_inferior_by_clone): Remove.
651 * inferior.h (clone_and_follow_inferior): Remove prototype.
652 * infrun.c (follow_fork_mode_both): Remove.
653 (follow_fork_mode_kind_names): Remove commented out "both".
654 (follow_inferior_fork): Remove follow_fork_mode_both support.
655 * inftarg.c (child_clone_and_follow_inferior): Remove.
656 (child_post_follow_inferior_by_clone): Remove.
657 (init_child_ops): Don't set to_clone_and_follow_inferior
658 or to_post_follow_inferior_by_clone.
659 * target.c (default_clone_and_follow_inferior): Remove.
660 (cleanup_target): Don't set to_clone_and_follow_inferior
661 or to_post_follow_inferior_by_clone.
662 (find_default_clone_and_follow_inferior): Remove.
663 (init_dummy_target): Don't set to_clone_and_follow_inferior.
664 (debug_to_clone_and_follow_inferior): Remove.
665 (debug_to_post_follow_inferior_by_clone): Remove.
666 (setup_target_debug): Don't set to_clone_and_follow_inferior
667 or to_post_follow_inferior_by_clone.
668 * target.h (struct target_ops): Remove to_clone_and_follow_inferior
669 and to_post_follow_inferior_by_clone.
670 (child_clone_and_follow_inferior): Remove prototype.
671 (child_post_follow_inferior_by_clone): Remove prototype.
672 (target_clone_and_follow_inferior): Remove macro.
673 (target_post_follow_inferior_by_clone): Remove macro.
674 (find_default_clone_and_follow_inferior): Remove prototype.
675
676 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
677
678 * breakpoint.c (bpstat_stop_status): Call inferior_has_forked,
679 inferior_has_vforked, and inferior_has_execd instead of
680 target_has_forked, target_has_vforked, and target_has_execd.
681 * config/pa/nm-hppah.h (CHILD_HAS_FORKED, CHILD_HAS_VFORKED)
682 (CHILD_HAS_EXECD, CHILD_HAS_SYSCALL_EVENT): Don't define.
683 (CHILD_WAIT): Define.
684 (child_wait): Add prototype.
685 * hppah-nat.c (hpux_has_forked): Rename from child_has_forked.
686 Add prototype.
687 (hpux_has_vforked): Likewise, from child_has_vforked.
688 (hpux_has_execd): Likewise, from child_has_execd.
689 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
690 (not_same_real_pid, child_wait): New, copied from inftarg.c.
691 Call hpux_has_forked, hpux_has_vforked, hpux_has_execd,
692 and hpux_has_syscall_event instead of the target hooks.
693 * infrun.c (inferior_has_forked, inferior_has_vforked)
694 (inferior_has_execd): New functions.
695 * inftarg.c (not_same_real_pid): Remove.
696 (child_wait): Remove references to not_same_real_pid,
697 target_has_forked, target_has_vforked, target_has_execd,
698 and target_has_syscall_event.
699 (child_has_forked, child_has_vforked, child_has_execd)
700 (child_has_syscall_event): Remove.
701 (init_child_ops): Remove references to child_has_forked,
702 child_has_vforked, child_has_execd, and child_has_syscall_event.
703 * infttrace.c (hpux_has_forked): Rename from child_has_forked.
704 (hpux_has_vforked): Likewise, from child_has_vforked.
705 (hpux_has_execd): Likewise, from child_has_execd.
706 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
707 * target.c (cleanup_target): Remove references to
708 to_has_forked, to_has_vforked, to_has_execd, and
709 to_has_syscall_event.
710 (update_current_target): Likewise.
711 (setup_target_debug): Likewise.
712 (debug_to_has_forked): Remove.
713 (debug_to_has_vforked): Remove.
714 (debug_to_has_execd): Remove.
715 (debug_to_has_syscall_event): Remove.
716 * target.h (struct target_ops): Remove to_has_forked.
717 to_has_vforked, to_has_execd, and to_has_syscall_event.
718 (child_has_forked, child_has_vforked, child_has_execd)
719 (child_has_syscall_event): Remove prototypes.
720 (inferior_has_forked, inferior_has_vforked, inferior_has_execd): Add
721 prototypes.
722 (target_has_forked, target_has_vforked, target_has_execd)
723 (target_has_syscall_event): Remove macros.
724
725 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
726
727 * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
728 * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove.
729 (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec.
730 * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove.
731 * target.c (cleanup_target): Remove reference to
732 to_can_follow_vfork_prior_to_exec.
733 (update_current_target): Likewise.
734 (debug_to_can_follow_vfork_prior_to_exec): Remove.
735 (setup_target_debug): Remove reference to
736 to_can_follow_vfork_prior_to_exec.
737 * target.h (struct target_ops): Remove
738 to_can_follow_vfork_prior_to_exec.
739 (child_can_follow_vfork_prior_to_exec): Remove prototype.
740 (target_can_follow_vfork_prior_to_exec): Remove definition.
741 * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't
742 define.
743 * infrun.c (follow_vfork_when_exec): Remove.
744 (follow_inferior_fork): Remove references to follow_vfork_when_exec.
745 (follow_exec): Likewise.
746 (handle_inferior_event): Likewise.
747 (keep_going): Likewise.
748
749 2002-11-15 Andrew Cagney <cagney@redhat.com>
750
751 * frame.c (generic_unwind_get_saved_register): Make static.
752 * frame.h (generic_unwind_get_saved_register): Delete declaration.
753 * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
754 defaults to generic_unwind_get_saved_register.
755 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
756 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
757 * frv-tdep.c (frv_gdbarch_init): Ditto.
758 * i386-tdep.c (i386_gdbarch_init): Ditto.
759 * s390-tdep.c (s390_gdbarch_init): Ditto.
760 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
761 * v850-tdep.c (v850_gdbarch_init): Ditto.
762 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
763 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
764 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
765
766 2002-11-15 Andrew Cagney <cagney@redhat.com>
767
768 * x86-64-linux-nat.c (i386_sse_regnum_p): New function. Copy from
769 i386-tdep.c.
770
771 2002-11-15 Andrew Cagney <cagney@redhat.com>
772
773 * frame.h (sigtramp_saved_pc): Delete declaration.
774 * blockframe.c (sigtramp_saved_pc): Delete function.
775 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
776 (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
777 * vax-tdep.c (vax_sigtramp_saved_pc): New function.
778 (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
779
780 2002-11-15 Andrew Cagney <ac131313@redhat.com>
781
782 * frame.c (frame_pc_unwind): New function.
783 (frame_saved_regs_pc_unwind): New function.
784 (frame_register_unwind): Pass unwind_cache instead of
785 register_unwind_cache.
786 (set_unwind_by_pc): Add unwind_pc parameter, set.
787 (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
788 (get_prev_frame): Ditto.
789 * frame.h (frame_pc_unwind_ftype): Declare.
790 (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
791 pc_unwind_cache. Rename register_unwind_cache to unwind_cache.
792 (frame_pc_unwind): Declare.
793 * dummy-frame.c (dummy_frame_pc_unwind): New function.
794 (struct dummy_frame): Add comment mentioning that values are for
795 previous frame.
796 * dummy-frame.h (dummy_frame_pc_unwind): Declare.
797 * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
798 (generic_file_frame_chain_valid): Ditto.
799 * stack.c (frame_info): Ditto.
800
801 2002-11-15 David Carlton <carlton@math.stanford.edu>
802
803 * linespec.c (locate_first_half): New function.
804 (decode_line_1): Move code into locate_first_half.
805
806 2002-11-15 Andrew Cagney <ac131313@redhat.com>
807
808 * complaints.h: Add comment explaining how to eliminate a
809 deprecated_complain call.
810 * complaints.h: Fix spelling errors.
811
812 2002-11-15 David Carlton <carlton@math.stanford.edu>
813
814 * printcmd.c: Remove #include "disasm.h".
815
816 2002-11-14 Andrew Cagney <ac131313@redhat.com>
817
818 * frame.h: Move the most relevant interface functions to the start
819 of the file.
820
821 2002-11-14 Andrew Cagney <ac131313@redhat.com>
822
823 * regcache.h (deprecated_registers): Rename registers.
824 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
825 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
826 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
827 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
828 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
829 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
830 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
831 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
832 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
833 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
834 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
835 * v850ice.c: Update.
836
837 Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
838
839 * utils.c (gdb_realpath): Add comment mentioning realpath with a
840 NULL buffer.
841
842 2002-11-13 Andrew Cagney <cagney@redhat.com>
843
844 * regcache.h (deprecated_read_register_bytes): Rename
845 read_register_bytes.
846 (deprecated_write_register_bytes): Rename write_register_bytes.
847 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
848 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
849 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
850 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
851 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
852 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
853 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
854 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
855 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
856 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
857 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
858 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
859 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
860 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
861
862 2002-11-13 Jim Blandy <jimb@redhat.com>
863
864 * findvar.c (read_var_value): Doc fix.
865
866 2002-11-13 Andrew Cagney <cagney@redhat.com>
867
868 * regcache.c (struct regcache): Replace passthough_p with
869 readonly_p.
870 (regcache_xmalloc): Initialize readonly_p.
871 (build_regcache): Initialize readonly_p.
872 (regcache_save): New function.
873 (regcache_restore): New function.
874 (regcache_cpy): Re-implement using regcache_save and
875 regcache_restore.
876 (regcache_raw_read): Update.
877 (regcache_cooked_read): When a read-only cache, checked for cached
878 pseudo register values.
879 (regcache_raw_write): Assert that the cache is not read-only.
880 Remove code handling a non-passthrough cache.
881 * regcache.h (regcache_save): Declare.
882 (regcache_restore): Declare.
883
884 2002-11-13 Andrew Cagney <cagney@redhat.com>
885
886 * regcache.c (struct regcache_descr): Add fields
887 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
888 (init_legacy_regcache_descr): Compute the size of a cooked
889 register cache and then assign that to sizeof_raw_registers. Set
890 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
891 (init_legacy_regcache_descr): Ditto.
892
893 2002-11-13 Andrew Cagney <cagney@redhat.com>
894
895 * regcache.c (register_buffer): Move to near start of file, update
896 description.
897 (regcache_raw_read): Use.
898 (regcache_raw_write): Use.
899 (struct regcache): Rename raw_registers to registers and
900 raw_register_valid_p to register_valid_p.
901 (regcache_xmalloc): Update.
902 (regcache_xfree): Update.
903 (register_buffer): Update.
904 (regcache_cpy): Update.
905 (regcache_cpy_no_passthrough): Update.
906 (regcache_valid_p): Update.
907 (deprecated_grub_regcache_for_registers): Update.
908 (deprecated_grub_regcache_for_register_valid): Update.
909 (set_register_cached): Update.
910 (regcache_raw_write): Update.
911
912 2002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
913
914 * p-exp.y (name_not_typename): Use copy_name to
915 set current_type variable for fields of THIS.
916
917 2002-11-12 Daniel Jacobowitz <drow@mvista.com>
918
919 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
920 * monitor.c (init_base_monitor_ops): Likewise.
921 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
922 * remote-array.c (init_array_ops): Likewise.
923 * remote-e7000.c (init_e7000_ops): Likewise.
924 * remote-es.c (init_es1800_ops): Likewise.
925 (init_es1800_child_ops): Likewise.
926 * remote-rdp.c (init_remote_rdp_ops): Likewise.
927 * remote-sim.c (init_gdbsim_ops): Likewise.
928 * remote-st.c (init_st2000_ops): Likewise.
929 * sol-thread.c (init_sol_core_ops): Likewise.
930 (init_sol_thread_ops): Likewise.
931 * v850ice.c (init_850ice_ops): Likewise.
932 * win32-nat.c (init_child_ops): Likewise.
933 * wince.c (init_child_ops): Likewise.
934
935 2002-11-12 Andrew Cagney <ac131313@redhat.com>
936
937 * utils.c (gdb_realpath): Make rp a constant pointer.
938
939 2002-11-12 Andrew Cagney <ac131313@redhat.com>
940
941 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
942 a constant buffer; cannonicalize_file_name(); realpath() with a
943 pathconf() defined buffer, xstrdup().
944
945 2002-11-12 Andrew Cagney <ac131313@redhat.com>
946
947 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
948 to hang2.C; hang3.c to hang3.C.
949
950 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
951
952 * findvar.c (read_var_value): Reenable TLS code.
953
954 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
955 Jim Blandy <jimb@redhat.com>
956
957 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
958 * target.c (update_current_target): Add
959 to_get_thread_local_address.
960 * target.h (to_get_thread_local_address): Export.
961 (target_get_thread_local_address): Define.
962 (target_get_thread_local_address_p): Define.
963 * thread-db.c: Include solib-svr4.h.
964 (td_thr_tls_get_addr_p): Define.
965 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
966 (thread_db_get_thread_local_address): New function.
967 (init_thread_db_ops): Initialize to_get_thread_local_address.
968 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
969 * configure: Regenerate.
970 * config.in: Regenerate.
971
972 2002-11-11 David Carlton <carlton@math.stanford.edu>
973
974 * linespec.c (set_flags): New function.
975 (decode_line_1): Move code into set_flags.
976
977 2002-11-11 David Carlton <carlton@math.stanford.edu>
978
979 * linespec.c (decode_line_1): Move chunks of code to separate
980 functions.
981 (initialize_defaults): New function.
982 (decode_indirect): New function.
983
984 2002-11-11 Andrew Cagney <ac131313@redhat.com>
985
986 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
987 instead of void_code_ptr.
988 (sigtramp_saved_pc): Ditto.
989
990 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
991 i386_fp_regnum_p.
992
993 2002-11-10 Daniel Jacobowitz <drow@mvista.com>
994
995 * gdbtypes.h (struct main_type): Move artificial flag out of
996 loc. New member of ``struct field'' named static_kind. Reduce
997 overloaded meaning of bitsize.
998 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
999 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
1000 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
1001
1002 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
1003 new fields.
1004 (template_to_fixed_record_type, template_to_static_fixed_type)
1005 (to_record_with_fixed_variant_part): Likewise.
1006 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
1007 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
1008 * dwarfread.c (struct_type, enum_type): Likewise.
1009 * hpread.c (hpread_read_enum_type)
1010 (hpread_read_function_type, hpread_read_doc_function_type)
1011 (hpread_read_struct_type): Likewise.
1012 * mdebugread.c (parse_symbol): Likewise.
1013
1014 2002-11-10 Andrew Cagney <ac131313@redhat.com>
1015
1016 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
1017 * stack.c (print_frame_info_base): Update.
1018 (print_frame_info_base, frame_info): Update.
1019 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
1020 (sparc_frame_saved_pc): Update.
1021 * ada-lang.c (find_printable_frame): Update.
1022 * breakpoint.c (deprecated_frame_in_dummy): Update.
1023
1024 2002-11-09 Mark Kettenis <kettenis@gnu.org>
1025
1026 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
1027 defined.
1028 (regmap): Extend to cover all registers.
1029 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
1030 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
1031 definitions.
1032 (fetch_register, sore_register): Simplify.
1033 (old_fetch_inferior_registers, old_store_inferior_registers):
1034 Remove functions.
1035 (cannot_fetch_register, cannot_store_register): Change
1036 implementation to use regmap array to decide which registers
1037 cannot be fetched/stored. This removes $orig_eax from the
1038 registers that cannot be fetched/stored.
1039 (fetch_inferior_registers): Call fetch_register directly instead
1040 of calling old_fetch_inferior_registers.
1041 (store_inferior_registers): Call store_register directly instead
1042 of calling old_store_inferior_registers.
1043 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
1044 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
1045 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
1046
1047 2002-11-09 Klee Dienes <kdienes@apple.com>
1048
1049 * i387-tdep.c (i387_supply_register): When called with NULL as a
1050 buffer, mark the register as not provided (to mirror the behavior
1051 of supply_register).
1052 (i387_supply_fxsave): Ditto.
1053 (i387_supply_fsave): Ditto (inherits the behavior from
1054 i387_supply_register).
1055
1056 2002-11-09 Klee Dienes <kdienes@apple.com>
1057
1058 * blockframe.c (sigtramp_saved_pc): Use
1059 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
1060 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
1061 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
1062
1063 2002-11-09 Andrew Cagney <ac131313@redhat.com>
1064
1065 * frame.c (get_prev_frame): Test prev_p to identify a previously
1066 unwound frame. Initialize prev_p.
1067 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
1068 comment.
1069
1070 2002-11-09 Andrew Cagney <ac131313@redhat.com>
1071
1072 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
1073 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
1074 more comments. Zap dead code.
1075
1076 2002-11-09 Mark Kettenis <kettenis@gnu.org>
1077
1078 * infcmd.c (print_vector_info, print_float_info): Move code that
1079 checks whether the target has any registers and whether there is a
1080 selected frame up, such that it is also used if a target provides
1081 multi-arch definitions of these functions.
1082
1083 2002-11-08 Andrew Cagney <ac131313@redhat.com>
1084
1085 * Makefile.in (DESTDIR): Define.
1086 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
1087 prefix.
1088
1089 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
1090 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
1091
1092 2002-11-08 Andrew Cagney <ac131313@redhat.com>
1093
1094 * i386-linux-tdep.c: Include "reggroups.h".
1095 (i386_linux_register_reggroup_p): New function.
1096 (i386_linux_init_abi): Set register_reggroup_p to
1097 i386_linux_register_reggroup_p.
1098 * i386-tdep.h (i386_register_reggroup_p): Declare.
1099 * i386-tdep.c: Include "reggroups.h".
1100 (i386_init_reggroups): New function.
1101 (i386_add_reggroups): New function.
1102 (i386_register_reggroup_p): New function.
1103 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
1104 (_initialize_i386_tdep): Call i386_init_reggroups.
1105 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
1106 specific reggroups.
1107
1108 2002-11-09 Mark Kettenis <kettenis@gnu.org>
1109
1110 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
1111 request that's available in *BSD.
1112
1113 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
1114
1115 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
1116 FDOFF_REGNUM.
1117
1118 2002-11-08 Andrew Cagney <ac131313@redhat.com>
1119
1120 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
1121 * dummy-frame.c (find_dummy_frame): Rename
1122 generic_find_dummy_frame, make static. Return the dummy frame
1123 instead of the regcache.
1124 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
1125 (cached_find_dummy_frame): New function. Use find_dummy_frame.
1126 (dummy_frame_register_unwind): Rename
1127 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
1128 * dummy-frame.h (dummy_frame_register_unwind): Rename
1129 generic_call_dummy_register_unwind.
1130
1131 2002-11-08 Mark Kettenis <kettenis@gnu.org>
1132
1133 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
1134 except the inclusion of "i386/tm-i386.h", to...
1135 * config/i386/nm-i386v42mp.h: ...here.
1136 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
1137
1138 2002-11-08 Andrew Cagney <ac131313@redhat.com>
1139
1140 * Makefile.in (frame.o): Update dependencies.
1141 * blockframe.c (current_frame, frame_obstack_alloc)
1142 (frame_saved_regs_zalloc, get_current_frame)
1143 (set_current_frame, create_new_frame)
1144 (set_unwind_by_pc, get_next_frame)
1145 (flush_cached_frames, reinit_frame_cache)
1146 (frame_saved_regs_register_unwind)
1147 (deprecated_generic_get_saved_register)
1148 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
1149 (_initialize_blockframe): Move frame code from here...
1150 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
1151 "annotate.h" and "dummy-frame.h".
1152 (_initialize_frame): New function.
1153
1154 2002-11-08 Jim Blandy <jimb@redhat.com>
1155
1156 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
1157 when we finish a function a context.
1158 * buildsym.h (outermost_context_p): New macro.
1159 (Bug analyzed by David Edelsohn.)
1160
1161 2002-11-08 Andrew Cagney <ac131313@redhat.com>
1162
1163 * blockframe.c: Include "dummy-frame.h".
1164 (struct dummy_frame, dummy_frame_stack)
1165 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
1166 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
1167 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
1168 (generic_save_call_dummy_addr, generic_pop_current_frame)
1169 (generic_pop_dummy_frame, generic_fix_call_dummy)
1170 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
1171 dummy frame code from here...
1172 * dummy-frame.c: ...to here. New file.
1173 * dummy-frame.h: New file.
1174 (generic_call_dummy_register_unwind): Declare.
1175 (generic_find_dummy_frame): Declare.
1176 * Makefile.in (SFILES): Add dummy-frame.c.
1177 (dummy-frame.o): Specify dependencies.
1178 (dummy_frame_h): Define.
1179 (COMMON_OBS): Add dummy-frame.o.
1180 (blockframe.o): Update dependencies.
1181
1182 2002-11-08 Jim Blandy <jimb@redhat.com>
1183
1184 * dwarf2read.c (read_func_scope): Restore local_symbols and
1185 param_symbols after we finish the function context. (Based on a
1186 patch from David Edelsohn.)
1187
1188 2002-11-08 David Carlton <carlton@math.stanford.edu>
1189
1190 * linespec.c (symbol_found): New function.
1191 (minsym_found): New function.
1192 (decode_line_1): Separate out some code into separate functions.
1193
1194 2002-11-08 Joel Brobecker <brobecker@gnat.com>
1195
1196 * i386-tdep.c (i386_frameless_signal_p): Make non static for
1197 the benefit of the interix target.
1198 * i386-tdep.h (i386_frameless_signal_p): Declare.
1199
1200 2002-11-08 Andrew Cagney <ac131313@redhat.com>
1201
1202 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
1203 declaration that snuck in from change below.
1204
1205 2002-11-06 Andrew Cagney <cagney@redhat.com>
1206
1207 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
1208 all callers.
1209 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
1210 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
1211 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
1212 (i386_mxcsr_regnum_p): new function. Use instead of
1213 MXCSR_REGNUM_P.
1214 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
1215 (i386_sse_regnum_p): Declare.
1216 (i386_mxcsr_regnum_p): Declare.
1217 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
1218 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
1219 (IS_FP_REGNUM): Update definition.
1220 (IS_FPU_CTRL_REGNUM): Update definition..
1221 (IS_SSE_REGNUM): Update definition..
1222 * i386v-nat.c (register_u_addr): Update.
1223 * go32-nat.c (fetch_register): Update.
1224 (store_register): Update.
1225
1226 2002-11-07 Joel Brobecker <brobecker@gnat.com>
1227
1228 Preparation work to convert the hppa targets to multiarch partial.
1229
1230 * hppa-tdep.c: Add new functions replacing macro bodies from
1231 config/pa/tm-hppa.h. These function will be used to initialize
1232 the gdbarch structure. Import some comments from tm-hppa.h,
1233 and place them where appropriate, to avoid loosing them when
1234 we cleanup this file.
1235 (hppa_reg_struct_has_addr): New function.
1236 (hppa_inner_than): New function.
1237 (hppa_stack_align): New function.
1238 (hppa_pc_requires_run_before_use): New function.
1239 (hppa_instruction_nullified): New function.
1240 (hppa_register_byte): New function.
1241 (hppa_register_virtual_type): New function.
1242 (hppa_store_struct_return): New function.
1243 (hppa_cannot_store_register): New function.
1244 (hppa_frame_args_address): New function.
1245 (hppa_frame_locals_address): New function.
1246 (hppa_smash_text_address): New function.
1247 (hppa_coerce_float_to_double): New function. Requires the inclusion
1248 of "language.h".
1249
1250 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
1251
1252 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
1253 gdbarch-eligible macro to a call to the new associated function
1254 created in hppa-tdep.c.
1255 (INNER_THAN): Likewise.
1256 (STACK_ALIGN): Likewise.
1257 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
1258 (INSTRUCTION_NULLIFIED): Likewise.
1259 (REGISTER_BYTE): Likewise.
1260 (REGISTER_VIRTUAL_TYPE): Likewise.
1261 (STORE_STRUCT_RETURN): Likewise.
1262 (CANNOT_STORE_REGISTER): Likewise.
1263 (FRAME_ARGS_ADDRESS): Likewise.
1264 (FRAME_LOCALS_ADDRESS): Likewise.
1265 (SMASH_TEXT_ADDRESS): Likewise.
1266 (COERCE_FLOAT_TO_DOUBLE): Likewise.
1267 (ABOUT_TO_RETURN): Delete, as no longer used.
1268
1269 2002-11-07 Fernando Nasser <fnasser@redhat.com>
1270
1271 * printcmd.c (disassemble_command): Remove obsolete function.
1272 (_initialize_printcmd): Do not create disassemble command here.
1273 * cli/cli-cmds.c (disassemble_command): New function. Implements
1274 disassemble command.
1275 (init_cli_cmds): Create disassemble command here instead.
1276
1277 2002-11-07 Andrew Cagney <ac131313@redhat.com>
1278
1279 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
1280
1281 2002-11-07 Andrew Cagney <ac131313@redhat.com>
1282
1283 * regcache.h (regcache_cooked_read_using_offset_hack)
1284 (regcache_cooked_write_using_offset_hack): Delete declarations.
1285 (register_changed): Delete declaration.
1286 * regcache.c (regcache_cooked_read_using_offset_hack)
1287 (regcache_cooked_write_using_offset_hack): Delete functions.
1288 (cooked_xfer_using_offset_hack): Delete function.
1289 (register_changed): Delete function.
1290
1291 2002-11-07 Jim Blandy <jimb@redhat.com>
1292
1293 * macroscope.c: #include "complaints.h".
1294 (sal_macro_scope): Cope with filenames that appear in the symtabs,
1295 but not in the macro table.
1296 * Makefile.in (macroscope.o): Record dependency.
1297
1298 2002-11-07 Joel Brobecker <brobecker@gnat.com>
1299
1300 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
1301
1302 2002-11-07 Andrew Cagney <ac131313@redhat.com>
1303
1304 * regcache.c (deprecated_registers_fetched): Update.
1305 * regcache.h (deprecated_registers_fetched): Rename
1306 registers_fetched.
1307 * remote-vxsparc.c (vx_read_register): Update.
1308 * remote-vxmips.c (vx_read_register): Update.
1309 * remote-vx68.c (vx_read_register): Update.
1310 * irix5-nat.c (fetch_core_registers): Update.
1311 * mipsm3-nat.c (fetch_inferior_registers): Update.
1312 * sun3-nat.c (fetch_inferior_registers): Update.
1313 * symm-nat.c (fetch_inferior_registers): Update.
1314 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
1315 (fetch_core_registers): Update.
1316 (fetch_kcore_registers): Update.
1317 * mips-nat.c (fetch_inferior_registers): Update.
1318 * corelow.c (get_core_registers): Update.
1319 * a68v-nat.c (fetch_inferior_registers): Update.
1320
1321 2002-11-06 Joel Brobecker <brobecker@gnat.com>
1322
1323 Put in place the framework necessary for multiarching the hppa targets.
1324 * hppa-tdep.c (hppa_gdbarch_init): New function.
1325 (hppa_dump_tdep): New function.
1326 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
1327 tdep structure dumper.
1328 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
1329 until the multi-arching conversion has partially been completed.
1330
1331 2002-11-06 Andrew Cagney <ac131313@redhat.com>
1332
1333 * valops.c (value_assign): Merge lval_register case into
1334 lval_reg_frame_relative. Use frame_register and
1335 regcache_cooked_write instead of get_saved_register and
1336 write_register_bytes. After flushing the register cache, try to
1337 re-select the selected frame.
1338
1339 2002-11-06 Andrew Cagney <ac131313@redhat.com>
1340
1341 * regcache.h (deprecated_register_valid): Rename register_valid.
1342 * regcache.c: Update.
1343 * ia64-aix-nat.c: Update.
1344 * i386gnu-nat.c: Update.
1345 * alpha-nat.c: Update.
1346 * sparc-nat.c: Update.
1347 * lynx-nat.c: Update.
1348 * remote-mips.c: Update.
1349
1350 2002-11-06 Joel Brobecker <brobecker@gnat.com>
1351
1352 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
1353 to end of file, to be more consistent with the pratice followed
1354 by other targets.
1355
1356 2002-11-06 Andrew Cagney <ac131313@redhat.com>
1357
1358 * infcmd.c: Include "reggroups.h" and <ctype.h>.
1359 (print_float_info): Print registers in float_reggroup.
1360 (print_vector_info): Print registers in vector_reggroup.
1361 (default_print_registers_info): When all, print registers in
1362 all_reggroup. Otherwize, print registers in general_reggroup.
1363 (registers_info): Rewrite. Add support for register groups.
1364 Eliminate a goto.
1365
1366 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
1367
1368 * symtab.c (methods_info): Delete. It has been ifdeffed out for
1369 ages.
1370 (symtab_symbol_info): Remove eons old ifdeffed out code.
1371 (_initialize_symtab): Remove prehistoric disabled 'info methods'
1372 command.
1373
1374 2002-11-06 Theodore A. Roth <troth@openavr.org>
1375
1376 * c-exp.y: Add missing semi-colons.
1377 * f-exp.y: Add missing semi-colons.
1378 * m2-exp.y: Add missing semi-colons.
1379 * p-exp.y: Add missing semi-colons.
1380 Add empty action to start rule to avoid a type clash error when
1381 building with bison >= 1.50.
1382
1383 2002-11-06 Jim Blandy <jimb@redhat.com>
1384
1385 * macrotab.h (struct macro_source_file): Doc fix.
1386
1387 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
1388
1389 * varobj.c (child_exists, cplus_number_of_children): Change
1390 STREQ macro references to strcmp.
1391 (cplus_name_of_child): Change code to handle the fact that
1392 fields are not necessarily contiguous with regards to their
1393 access control. This is a fix for PR gdb/792.
1394
1395 2002-11-05 Andrew Cagney <ac131313@redhat.com>
1396
1397 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
1398 * gdbarch.h, gdbarch.c: Regnerate.
1399 * frame.h (frame_register): Declare.
1400 * frame.c (frame_register): New function.
1401 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
1402 GET_SAVED_REGISTER, otherwize call
1403 generic_unwind_get_saved_register.
1404 (frame_register_read): Use frame_register instead of
1405 get_saved_register.
1406
1407 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
1408
1409 From Jim Ingham <jingham@apple.com>:
1410 * event-top.c (gdb_disable_readline): New function.
1411 (_initialize_event_loop): Move comment.
1412
1413 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
1414
1415 * event-loop.c (start_event_loop): Add comment.
1416 Update copyright.
1417
1418 2002-11-05 Andrew Cagney <ac131313@redhat.com>
1419
1420 * infcmd.c (default_print_registers_info): Do not call
1421 PRINT_REGISTER_HOOK.
1422
1423 2002-11-05 Andrew Cagney <ac131313@redhat.com>
1424
1425 * sparc-tdep.c (sparc_print_register_hook): Make static.
1426 (sparc_print_registers_info): New function.
1427 (sparc_do_registers_info): New function.
1428 (sparclet_print_registers_info): New function.
1429 (sparclet_do_registers_info): New function.
1430 (do_sparc_print_registers_info): New function.
1431 (sparc_print_registers): New static function, clone of infcmd.c's
1432 default_print_registers_info.
1433 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
1434 (sparclet_do_registers_info): Declare.
1435 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
1436 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
1437 Re-define.
1438 (sparc_do_registers_info): Declare.
1439 (PRINT_REGISTER_HOOK): Delete macro.
1440 (sparc_print_register_hook): Delete declaration.
1441
1442 2002-11-05 David Carlton <carlton@math.stanford.edu>
1443
1444 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
1445 functions.
1446 (lookup_symbol_aux_local): New function.
1447 (lookup_symbol_aux_symtabs): New function.
1448 (lookup_symbol_aux_psymtabs): New function.
1449
1450 2002-11-05 David Carlton <carlton@math.stanford.edu>
1451
1452 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
1453 previous values of 'objfile' and 'block'.
1454
1455 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
1456
1457 * values.c (value_change_enclosing_type): Set
1458 enclosing_type field correctly also for the case where
1459 more memory needs to be allocated.
1460
1461 2002-11-03 Mark Kettenis <kettenis@gnu.org>
1462
1463 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
1464 of puts_filtered.
1465
1466 * i387-tdep.c (i387_print_float_info): Replace calls to
1467 register_read and deprecated_read_register_gen with calls to
1468 frame_register_read, and make the necessary adjustments to the
1469 surrounding code.
1470
1471 2002-11-02 Andrew Cagney <ac131313@redhat.com>
1472
1473 * gdbarch.sh (register_reggroup_p): Allow default value.
1474 * gdbarch.h, gdbarch.c: Regenerate.
1475
1476 2002-11-02 Andrew Cagney <ac131313@redhat.com>
1477
1478 * regcache.h: Add coment indicating replacements for deprecated
1479 functions.
1480
1481 2002-11-02 Andrew Cagney <cagney@redhat.com>
1482
1483 * reggroups.h, reggroups.c: New files.
1484 * regcache.c: Include "reggroups.h".
1485 (enum regcache_dump_what): Add `regcache_dump_groups'.
1486 (regcache_dump): Contract size of the "Type" column. When
1487 specified, dump the register's groups.
1488 (maintenance_print_register_groups): New function.
1489 (_initialize_regcache): Add command `maint print register-groups'.
1490 * Makefile.in (COMMON_OBS): Add reggroups.o
1491 (SFILES): Add reggroups.c.
1492 (reggroups_h): Define.
1493 (regcache.o, gdbarch.o): Update dependencies.
1494 (reggroups.o): Specify dependencies.
1495 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
1496 Add opaque declaration for `struct reggroup' in generated .h file.
1497 Include "reggroups.h" in generated .c file.
1498 gdbarch.h, gdbarch.c: Re-generate.
1499
1500 2002-11-02 Andrew Cagney <cagney@redhat.com>
1501
1502 * regcache.h (deprecated_read_register_gen): Rename
1503 read_register_gen.
1504 (deprecated_write_register_gen): Rename write_register_gen.
1505 * i387-tdep.c: Update.
1506 * x86-64-linux-nat.c: Update
1507 * wince.c: Update.
1508 * thread-db.c: Update.
1509 * win32-nat.c: Update.
1510 * mips-tdep.c: Update.
1511 * d10v-tdep.c: Update.
1512 * cris-tdep.c: Update.
1513 * remote-sim.c: Update.
1514 * remote-rdi.c: Update.
1515 * remote-rdp.c: Update.
1516 * frame.c: Update.
1517 * target.c: Update.
1518 * blockframe.c: Update.
1519 * x86-64-tdep.c: Update.
1520 * xstormy16-tdep.c: Update.
1521 * sh-tdep.c: Update.
1522 * s390-tdep.c: Update.
1523 * rs6000-tdep.c: Update.
1524 * sparc-tdep.c: Update.
1525 * i386-tdep.c: Update.
1526 * dwarf2cfi.c: Update.
1527 * regcache.c: Update.
1528
1529 2002-11-01 Joel Brobecker <brobecker@gnat.com>
1530
1531 New interix-specific files:
1532 * config/i386/nm-interix.h: New file.
1533 * config/i386/interix.mh: New file.
1534 * config/i386/interix.mt: New file.
1535 * i386-interix-nat.c: New file.
1536 * i386-interix-tdep.c: New file.
1537
1538 2002-11-01 Andrew Cagney <cagney@redhat.com>
1539
1540 * frame.h (deprecated_generic_get_saved_register): Rename
1541 generic_get_saved_register.
1542 * blockframe.c (deprecated_generic_get_saved_register): Update.
1543 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
1544 (xstormy16_frame_saved_register): Update.
1545 * sh-tdep.c (sh_gdbarch_init): Update.
1546 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1547 * ia64-tdep.c (ia64_get_saved_register): Update.
1548 * cris-tdep.c (cris_gdbarch_init): Update.
1549 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
1550 * arm-tdep.c (arm_gdbarch_init): Update.
1551
1552 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
1553
1554 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
1555
1556 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
1557
1558 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
1559 trampolines in sigaction.
1560
1561 2002-10-31 Andrew Cagney <cagney@redhat.com>
1562
1563 * h8300-tdep.c: Include "gdb_assert.h".
1564 (h8300_print_register): Add gdbarch, file and frame parameters.
1565 Use frame_read_unsigned_register to read the register's value.
1566 Use fprintf_filtered to display output.
1567 (h8300_print_registers_info): Replace h8300_do_registers_info.
1568 (h8300_gdbarch_init): Set print_registers_info.
1569
1570 2002-10-31 Andrew Cagney <cagney@redhat.com>
1571
1572 * frame.c (frame_read_unsigned_register): New function.
1573 (frame_read_signed_register): New function.
1574 * frame.h (frame_read_unsigned_register): Declare.
1575 (frame_read_signed_register): Declare.
1576
1577 2002-10-31 Andrew Cagney <cagney@redhat.com>
1578
1579 * h8500-tdep.c (h8500_print_registers_info): New static function,
1580 clone of infcmd.c's default_print_registers_info.
1581 (h8500_do_registers_info): New funtion.
1582 (h8500_print_register_hook): Rename print_register_hook, make
1583 static.
1584
1585 * config/h8500/tm-h8500.h: Update copyright.
1586 (DEPRECATED_DO_REGISTERS_INFO): Define.
1587 (h8500_do_registers_info: Declare.
1588 (PRINT_REGISTER_HOOK): Delete macro.
1589 (print_register_hook): Delete function.
1590
1591 2002-10-31 Andrew Cagney <cagney@redhat.com>
1592
1593 * z8k-tdep.c (z8k_print_register_hook): Make static.
1594 (z8k_print_registers_info): New static function, clone of
1595 infcmd.c's default_print_registers_info.
1596 (z8k_do_registers_info): New function. Wrap
1597 z8k_print_registers_info.
1598 * config/z8k/tm-z8k.h: Update copyright.
1599 (PRINT_REGISTER_HOOK): Delete macro.
1600 (z8k_print_register_hook): Delete declaration.
1601 (DEPRECATED_DO_REGISTERS_INFO): Define.
1602 (z8k_do_registers_info): Declare.
1603
1604 2002-10-30 Joel Brobecker <brobecker@gnat.com>
1605
1606 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
1607 as this is already provided by value.h, and was actually causing
1608 a compilation error because of a conflict in parameter type
1609 declaration due to a missing const keyword.
1610 (low_text_segment_addres): Fix a compilation warning.
1611
1612 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
1613
1614 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
1615 registers without a name.
1616 (mips_linux_cannot_store_register): Don't store registers without
1617 a name.
1618
1619 2002-10-28 David Carlton <carlton@math.stanford.edu>
1620
1621 * symtab.c (find_addr_symbol): Delete. (It was already commented
1622 out.)
1623 * symtab.h: Delete prototype for find_addr_symbol.
1624
1625 2002-10-26 Andrew Cagney <cagney@redhat.com>
1626
1627 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
1628 DO_REGISTERS_INFO.
1629 gdbarch.h, gdbarch.c: Re-generate.
1630 * infcmd.c (default_print_registers_info): Update reference.
1631 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
1632 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
1633 * sh-tdep.c (sh_gdbarch_init): Ditto.
1634 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1635 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1636
1637 2002-10-26 Mark Kettenis <kettenis@gnu.org>
1638
1639 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
1640 cfi_init_extra_frame_info.
1641 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
1642 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
1643
1644 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
1645 target where necessary. Add more comments and remove the ones
1646 that don't provide any useful information.
1647
1648 * i386-tdep.c (i386_frame_saved_pc): Replace call to
1649 deprecated_read_register_dummy with
1650 frame_unwind_unsigned_register.
1651
1652 * i386-tdep.c (i386_extract_struct_value_address): Use
1653 regcache_raw_read_unsigned instead of
1654 regcache_cooked_read_unsigned since we know that the register
1655 we're reading isn't a pseudo register. Rename variable 'val' into
1656 the more descriptive 'addr'.
1657
1658 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
1659 (x86_64_push_return_address): Add comment.
1660 (x86_64_pop_frame): Make static.
1661 (examine_argument): Clarify comment.
1662 (x86_64_skip_prologue): Make prolog_expact variable static.
1663
1664 * dwarf2cfi.c: Fix some formatting problems.
1665 (context_cpy, read_encoded_pointer): Clarify comments.
1666
1667 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
1668 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
1669 i386 target back into x86_64_gdbarch_init. Add some comments and
1670 remove meaningless ones.
1671
1672 2002-10-25 Andrew Cagney <cagney@redhat.com>
1673
1674 * complaints.h (struct deprecated_complaint): Rename `struct
1675 complaint'.
1676 * complaints.c (complain): Update.
1677 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
1678 incorrect comment indicating that "symfile.h" was being included
1679 for the `struct complaint' definition.
1680 * remote-vx.c: Update.
1681 * objc-lang.c: Update.
1682 * xcoffread.c: Update.
1683 * hpread.c: Update.
1684 * mdebugread.c: Update.
1685 * stabsread.c: Update.
1686 * dwarf2read.c: Update.
1687 * dwarfread.c: Update.
1688 * elfread.c: Update.
1689 * coffread.c: Update.
1690 * stabsread.h: Update.
1691 * dbxread.c: Update.
1692 * buildsym.c: Update.
1693 * gdbtypes.c: Update.
1694 * macrotab.c: Update.
1695
1696 2002-10-25 Mark Kettenis <kettenis@gnu.org>
1697
1698 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
1699 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
1700 (x86_64_init_abi): ...new function.
1701
1702 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1703 * i386v-nat.c: Include "i386-tdep.h".
1704
1705 2002-10-25 Andrew Cagney <cagney@redhat.com>
1706
1707 * gdbtypes.c (address_space_name_to_int): Update.
1708 (address_space_int_to_name): Update.
1709 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
1710 multi-arch predicate.
1711 (address_class_name_to_type_flags): Ditto.
1712 * gdbarch.h, gdbarch.c: Re-generate.
1713
1714 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
1715
1716 2002-10-24 Martin M. Hunt <hunt@redhat.com>
1717
1718 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
1719
1720 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
1721
1722 * symtab.h (INIT_SAL): Delete macro.
1723 (init_sal): Export.
1724 * symtab.c (init_sal): New function.
1725
1726 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
1727 to init_sal function call.
1728 (find_sal_from_funcs_and_line): Ditto.
1729 (all_sals_for_line): Ditto.
1730 * breakpoint.c (create_internal_breakpoint): Ditto.
1731 (create_fork_vfork_event_catchpoint): Ditto.
1732 (create_exec_event_catchpoint): Ditto.
1733 (parse_breakpoint_sals): Ditto.
1734 (watch_command_1): Ditto.
1735 (handle_gnu_4_16_catch_command): Ditto.
1736 (clear_command): Ditto.
1737 * hppa-tdep.c (child_enable_exception_callback): Ditto.
1738 * infcmd.c (run_stack_dummy): Ditto.
1739 * infrun.c (process_event_stop_test): Ditto.
1740 (check_sigtramp2): Ditto.
1741 (step_over_function): Ditto.
1742 * linespec.c (decode_line_2): Ditto.
1743 (decode_line_1): Ditto.
1744 * source.c (line_info): Ditto.
1745 * symtab.c (find_pc_sect_line): Ditto.
1746
1747 2002-10-24 Michal Ludvig <mludvig@suse.cz>
1748
1749 * dwarf2cfi.c (struct context)
1750 (struct context_reg): Moved to dwarf2cfi.h
1751 (context_alloc, frame_state_alloc, context_cpy):
1752 Made extern instead of static, removed prototypes.
1753 * dwarf2cfi.h (struct context)
1754 (struct context_reg): New, moved from dwarf2cfi.c
1755 (context_alloc, frame_state_alloc, context_cpy):
1756 New prototypes.
1757 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
1758 Changed from static to extern.
1759 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
1760 (LINUX_SIGCONTEXT_FP_OFFSET)
1761 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
1762 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
1763 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
1764 * x86-64-tdep.c (x86_64_gdbarch_init): Several
1765 set_gdbarch_*() calls now use x86-64 specific functions
1766 instead of DWARF2 CFI ones.
1767 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
1768 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
1769 (x86_64_init_extra_frame_info): New prototypes.
1770
1771 2002-10-23 David Carlton <carlton@math.stanford.edu>
1772
1773 * linespec.c: #include "parser-defs.h".
1774 Delete prototype for find_template_name_end.
1775 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
1776
1777 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
1778
1779 * NEWS: add recent mi fixes.
1780 * varobj.c (struct varobj): Add new "updated" flag.
1781 (new_variable): Default "updated" flag to 0.
1782 (varobj_set_value): Set "updated" flag to 1 if value
1783 changes.
1784 (varobj_update): Check varobj "updated" flag before
1785 comparing old and refreshed values. Fix for
1786 PR gdb/702.
1787
1788 2002-10-23 David Carlton <carlton@math.stanford.edu>
1789
1790 * parse.c (parse_exp_1): Use BLOCK_START.
1791 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
1792 SYMBOL_BLOCK_VALUE.
1793 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
1794
1795 2002-10-23 David Carlton <carlton@math.stanford.edu>
1796
1797 * symtab.c: Delete cplusplus_hint.
1798 Delete prototype for find_template_name_end.
1799
1800 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1801
1802 * symtab.h: Update comment.
1803
1804 2002-10-23 Michael Snyder <msnyder@redhat.com>
1805
1806 * printcmd.c (address_info): Restore quotes in output.
1807 * valops.c (value_of_local): Restore quotes in error message.
1808
1809 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1810
1811 * symtab.c (symbol_demangled_name): New function.
1812 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1813 turning most of it into a function.
1814 (symbol_demangled_name): Export.
1815
1816 2002-10-23 Michael Snyder <msnyder@redhat.com>
1817
1818 * valops.c (value_of_local): Restore quotes in error message.
1819
1820 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1821
1822 * symtab.c (symbol_init_language_specific): New function.
1823 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1824 turning most of it into a function.
1825 (symbol_init_language_specific): Export.
1826
1827 2002-10-23 David Carlton <carlton@math.stanford.edu>
1828
1829 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1830 (dwarf_attr_name): Ditto.
1831 (dwarf_type_encoding_name): Ditto.
1832 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1833 (process_die): Handle DW_TAG_namespace,
1834 DW_TAG_imported_declaration, DW_TAG_imported_module.
1835 (read_namespace): New function.
1836
1837 2002-10-22 Joel Brobecker <brobecker@gnat.com>
1838
1839 * configure.in: Define NEW_PROC_API on Interix too.
1840 * configure: Regenerate.
1841
1842 2002-10-21 Joel Brobecker <brobecker@gnat.com>
1843
1844 * configure: Regenerate using the proper version of autoconf.
1845
1846 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1847
1848 * findvar.c (read_var_value): Temporarily disable TLS code, until
1849 complete TLS support is added.
1850
1851 2002-10-21 Jim Blandy <jimb@redhat.com>
1852 Elena Zannoni <ezannoni@redhat.com>
1853
1854 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1855 for thread local storage locations.
1856 (struct symbol): Add objfile field.
1857 (SYMBOL_OBJFILE): Define.
1858 * dwarf2read.c (is_thread_local): New static variable.
1859 (new_symbol): If variable is in thread local fill in address class
1860 and objfile appropriately.
1861 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1862 stack operation.
1863 * printcmd.c (address_info): Print the information for thread
1864 local storage variable.
1865 * findvar.c (read_var_value): In case of thread local variable,
1866 defer to the target vector code to compute address.
1867
1868 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1869
1870 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1871 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
1872
1873 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1874
1875 * symtab.h (address_class): Rename
1876 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1877 * hpread.c (hpread_process_one_debug_symbol): Ditto.
1878 * printcmd.c (address_info): Ditto.
1879 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1880
1881 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1882
1883 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1884 DBREG_DRX macro to acces debug registers.
1885
1886 * Makefile.in (i386obsd-tdep.o): New target.
1887
1888 * solib-sunos.c: Include "bcache.h" and "regcache.h".
1889 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1890
1891 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1892 * config/i386/obsd.mt: New file.
1893 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1894 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1895 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1896 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1897 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1898 * i386obsd-tdep.c: New file.
1899
1900 2002-10-19 Adam Fedor <fedor@gnu.org>
1901
1902 * objc-exp.y (name_not_typename): Fix invalid comment.
1903
1904 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1905
1906 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1907 to allocate partial syms and macro byte caches.
1908
1909 2002-10-18 David Carlton <carlton@math.stanford.edu>
1910
1911 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1912
1913 2002-10-18 Adam Fedor <fedor@gnu.org>
1914
1915 * stabsread.c (find_name_end): New function.
1916 (define_symbol): Use it.
1917
1918 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
1919
1920 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1921 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1922 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1923 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1924
1925 2002-10-17 David Carlton <carlton@math.stanford.edu>
1926
1927 * symfile.h: Add opaque declaration for struct obstack.
1928 Declare obsavestring to take a const char *.
1929 * symfile.c (obsavestring): Make first argument a const char *.
1930
1931 2002-10-16 Adam Fedor <fedor@gnu.org>
1932
1933 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1934 names when matching breakpoints in current file.
1935
1936 2002-10-16 Kevin Buettner <kevinb@redhat.com>
1937
1938 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1939 (read_tag_pointer_type): Add address class support.
1940 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1941 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1942 New methods.
1943 * gdbarch.h, gdbarch.c: Regenerate.
1944 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1945 (make_type_with_address_space, recursive_type_dump): Add address
1946 class support.
1947 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1948 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1949 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1950
1951 2002-10-16 Klee Dienes <kdienes@apple.com>
1952
1953 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1954 to get the last character of a char[] buffer, not
1955 name[sizeof(vptr_name)-1].
1956
1957 2002-10-14 Adam Fedor <fedor@gnu.org>
1958
1959 * symtab.h: New objc_specific struct.
1960 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1961 (SYMBOL_DEMANGLED_NAME): Likewise.
1962
1963 2002-10-14 Adam Fedor <fedor@gnu.org>
1964
1965 * symfile.c (init_filename_language_table): Add ObjC file extension.
1966
1967 2002-10-14 Adam Fedor <fedor@gnu.org>
1968
1969 * utils.c (puts_filtered_tabular): New function.
1970 (fprintf_symbol_filtered): Get ObjC demangled name.
1971 * defs.h (puts_filtered_tabular): Declared.
1972
1973 2002-10-14 Kevin Buettner <kevinb@redhat.com>
1974
1975 * c-lang.h (c_type_print_varspec_prefix): Delete.
1976 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1977 ``need_post_space'' parameter. Adjust all callers.
1978
1979 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
1980
1981 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1982 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1983 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1984 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1985
1986 2002-10-13 Adam Fedor <fedor@gnu.org>
1987
1988 * source.c (print_source_lines): Update comments.
1989
1990 2002-10-13 Adam Fedor <fedor@gnu.org>
1991
1992 * valops.c (value_of_local): New function.
1993 (value_of_this): Use it.
1994 * value.h (value_of_local): Declared.
1995
1996 2002-10-13 Adam Fedor <fedor@gnu.org>
1997
1998 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1999 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
2000
2001 2002-10-12 Adam Fedor <fedor@gnu.org>
2002
2003 * language.c (binop_result_type): Add language_objc to case.
2004 (integral_type): Likewise.
2005 (character_type): Likewise.
2006 (string_type): Likewise.
2007 (boolean_type): Likewise.
2008 (structured_type): Likewise.
2009 (binop_type_check): Likewise.
2010
2011 2002-10-11 Adam Fedor <fedor@gnu.org>
2012
2013 * printcmd.c (address_info): Print 'self' for ObjC.
2014
2015 2002-10-11 Adam Fedor <fedor@gnu.org>
2016
2017 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
2018 OP_SELF.
2019
2020 2002-10-11 Adam Fedor <fedor@gnu.org>
2021
2022 * language.h (CAST_IS_CONVERSION): Add language_objc.
2023
2024 2002-10-11 Adam Fedor <fedor@gnu.org>
2025
2026 * defs.h (enum language): Add language_objc.
2027
2028 2002-10-11 Klee Dienes <kdienes@apple.com>
2029
2030 * corefile.c (read_memory_typed_address): New function.
2031 * gdbcore.h (read_memory_typed_address): Add prototype.
2032 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
2033 to read a value destined for a CORE_ADDR, not read_memory_integer.
2034 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
2035 (f77_get_dynamic_lowerbound): Ditto.
2036
2037 2002-10-11 Martin M. Hunt <hunt@redhat.com>
2038
2039 * utils.c (string_to_core_addr): After turning string into
2040 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
2041 which will do necessary sign-extension, etc.
2042
2043 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
2044
2045 * c-exp.y (THIS): Delete token and grammar rule.
2046 (yylex): Don't return THIS.
2047 * cp-valprint.c (vtbl_ptr_name_old): Delete.
2048 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
2049 * demangle.c (cplus_markers): Update comment. Put '$'
2050 first. Remove CPLUS_MARKER.
2051 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
2052 * jv-exp.y (THIS): Delete token and grammar rule.
2053 (yylex): Don't return THIS.
2054 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
2055 * objc-exp.y (THIS): Delete token and grammar rule.
2056 (yylex): Don't return THIS.
2057 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
2058 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
2059 (read_member_functions): Likewise for opname.
2060 (read_tilde_fields): Use is_cplus_marker.
2061
2062 * defs.h (CPLUS_MARKER): Don't define.
2063 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
2064 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
2065 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
2066 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
2067 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
2068
2069 * config/i386/tm-i386v4.h: Delete file.
2070 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
2071 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
2072 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
2073 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
2074 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
2075 * config/i386/i386sco5.mt (TM_FILE): Likewise.
2076 * config/i386/i386v4.mt (TM_FILE): Likewise.
2077 * config/i386/ncr3000.mt (TM_FILE): Likewise.
2078
2079 2002-10-10 Marko Mlinar <markom@opencores.org>
2080
2081 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
2082 accidentially not commited 2002-10-09
2083 * gdbarch.h, gdbarch.c: Re-generate.
2084
2085 2002-10-09 Marko Mlinar <markom@opencores.org>
2086
2087 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
2088 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
2089 * gdbarch.h, gdbarch.c: Re-generate.
2090
2091 2002-10-08 Petr Sorfa <petrs@caldera.com>
2092
2093 Revised and re-submitted by John Wolfe <jlw@caldera.com>
2094
2095 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
2096 so we can work on more than one compilation unit at a time. This
2097 helps prepare GDB to handle inter-CU die references.
2098 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
2099 the code to be defined before struct comp_unit_head.
2100 (comp_unit_head): Added new members - offset, cu_head,
2101 begin_die, next and dwarf2_abbrevs.
2102 (dwarf2_abbrevs): Removed single static var; now member of
2103 struct comp_unit_head.
2104 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
2105 members.
2106 (psymtab_to_symtab_1): Changed to work with the new
2107 struct comp_unit_head.
2108 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
2109 constructs the dwarf2_abbrevs[] inside the cu_header.
2110 (dwarf2_empty_abbrev_table): Now expects a ptr to a
2111 dwarf2_abbrev table to clean up.
2112 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
2113 handling of dwarf2_abbrevs inside the cu_header.
2114 (read_partial_die): Now supports the call to the new
2115 dwarf2_lookup_abbrev.
2116 (read_full_die): Now supports the call to the new
2117 dwarf2_lookup_abbrev.
2118
2119 2002-10-06 Christopher Faylor <cgf@redhat.com>
2120
2121 * Makefile.in (install-gdbtk): Add missing continuation backslash to
2122 insure that shell variables, such as "transformed_name" are propagated
2123 to later shell statements in rule.
2124
2125 2002-10-06 Mark Kettenis <kettenis@gnu.org>
2126
2127 * config/i386/nm-i386sco.h: Add protection against
2128 multiple-inclusion. Include "i386/nm-i386v.h".
2129 (REGISTER_U_ADDR): Remove define.
2130 (i386_register_u_addr): Remove prototype.
2131
2132 2002-10-04 Michael Snyder <msnyder@redhat.com>
2133
2134 * m32r-stub.c (handle_exception): Make sure exception is "trap"
2135 before treating it as a single-step event.
2136
2137 2002-10-03 Adam Fedor <fedor@gnu.org>
2138
2139 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
2140 (objc_demangle): Remove assignment in if statements, Replace
2141 free with xfree.
2142 (add_msglist): Likewise.
2143 (end_msglist): Likewise.
2144 (complare_selectors): Likewise.
2145 (selectors_info): Likewise.
2146 (compare_classes): Likewise.
2147 (classes_info): Likewise.
2148 (print_object_command): Likewise.
2149 (find_objc_msgcall_submethod): Replace PTR with void *.
2150 * objc-lang.h: Remove check for __STDC__.
2151
2152 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
2153
2154 * ui-out.h (ui_out_field_fmt_int): New prototype.
2155 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
2156 of field width and alignment.
2157 * stack.c (print_frame_info_base): When printing frame level, use
2158 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
2159 PR gdb/192
2160
2161 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
2162
2163 * MAINTAINERS: Add self to Write After Approval list.
2164
2165 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
2166
2167 * infcmd.c (interrupt_target_command_wrapper): Delete.
2168 (interrupt_target_command): Make non static.
2169 (nofp_registers_info): Make static.
2170 * stack.c (return_command_wrapper): Delete.
2171 (return_command): Make non static.
2172
2173 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
2174
2175 * event-top.c (gdb_setup_readline): New function. Code moved from
2176 _initialize_event_loop().
2177 (_initialize_event_loop): Call gdb_setup_readline().
2178
2179 2002-10-02 Andrew Cagney <ac131313@redhat.com>
2180
2181 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
2182 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
2183 * gdbarch.h, gdbarch.c: Re-generate.
2184
2185 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
2186
2187 Fix PR gdb/778
2188 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
2189 before recursing.
2190 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
2191 of fill_in_vptr_fieldno.
2192
2193 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
2194
2195 * inferior.h (registers_info, stepi_command, nexti_command,
2196 continue_command, interrupt_target_command): Export from infcmd.c.
2197 * frame.h (args_info, selected_frame_level_changed_hook,
2198 return_command): Export from stack.c.
2199 * v850ice.c (stepi_command, nexti_command, continue_command): use
2200 prototypes from inferior.h.
2201 * tracepoint.c (registers_info, args_info, locals_info): Use
2202 prototypes from frame.h and inferior.h.
2203 * Makefile.in (mi-main.o): Add dependency on frame.h.
2204
2205 2002-10-02 Andrew Cagney <ac131313@redhat.com>
2206
2207 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
2208 value in register 3 adjusted by ppc_gp0_regnum.
2209
2210 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
2211
2212 2002-10-02 Marko Mlinar <markom@opencores.org>
2213
2214 * MAINTAINERS: Add myself to the Write After Approval list.
2215
2216 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
2217
2218 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
2219 of the section for the N64 ABI, fixed.
2220
2221 * config/mips/tm-irix6.h: Include solib.h.
2222
2223 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
2224
2225 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
2226 GNU operators.
2227
2228 2002-10-01 Andrew Cagney <ac131313@redhat.com>
2229
2230 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
2231 and that "mi0" syntax has been removed.
2232
2233 2002-09-30 David Carlton <carlton@math.stanford.edu>
2234
2235 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
2236 * ppc-sysv-tdep.c: #include "gdb_string.h".
2237 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
2238 pacify GCC.
2239
2240 2002-10-01 Andrew Cagney <ac131313@redhat.com>
2241
2242 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
2243 "vrsave"'s register number.
2244
2245 2002-09-30 Andrew Cagney <ac131313@redhat.com>
2246
2247 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
2248 use frame_unwind_signed_register to obtain the PC.
2249 (mips_frame_chain): Handle a generic dummy frame.
2250 (mips_init_extra_frame_info): When a generic dummy frame, don't
2251 re-compute the frame base.
2252 (mips_pop_frame): Handle generic dummy frames.
2253 (mips_gdbarch_init): When generic dummy frames, set
2254 use_generic_dummy_frames, push_dummy_frame to
2255 generic_push_dummy_frame, pc_in_call_dummy to
2256 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
2257 generic_save_dummy_frame_tos.
2258
2259 2002-09-30 Andrew Cagney <ac131313@redhat.com>
2260
2261 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
2262 against TOP when TOP was explictly set.
2263 (generic_push_dummy_frame): Set TOP to zero.
2264
2265 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
2266
2267 * event-loop.c (start_event_loop): Rename variable 'result' to
2268 'gdb_result', to avoid conflicts with upcoming intepreters changes.
2269
2270 2002-09-30 Keith Seitz <keiths@redhat.com>
2271
2272 * gdb-events.sh (selected_thread_changed): New event.
2273 * gdb-events.c: Regenerated.
2274 * gdb-events.h: Regenerated.
2275
2276 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
2277
2278 * MAINTAINERS: Add self to Write After Approval list.
2279
2280 2002-09-30 Fernando Nasser <fnasser@redhat.com>
2281
2282 * disasm.c: New file.
2283 * disasm.h: New file.
2284 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
2285 (compare_lines): Ditto.
2286 (dump_insns): Ditto.
2287 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
2288 argument.
2289 (do_assembly_only): Ditto.
2290 (do_disassembly): Renamed to gdb_disassembly and moved to
2291 disasm.c. Sdded uiout argument.
2292 * Makefile.in: Add new files. Reorder SFILES list. Update
2293 dependencies. Include libgdb.a later in the insight executable.
2294
2295 2002-09-29 Andrew Cagney <ac131313@redhat.com>
2296
2297 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
2298 bfd/elf64-alpha-fbsd.c.
2299
2300 2002-09-29 Andrew Cagney <ac131313@redhat.com>
2301
2302 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
2303 i386gnu-tdep.c.
2304
2305 2002-09-29 Andrew Cagney <ac131313@redhat.com>
2306
2307 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
2308 __FUNCTION__.
2309 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
2310 function name.
2311 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
2312 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
2313 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
2314 (S_msg_sig_post_reply): Ditto.
2315
2316 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
2317
2318 * sh-tdep.c (sh_use_struct_convention): Use definition according
2319 to ABI.
2320 (sh_push_arguments): Store in register with correct endianess.
2321 (sh_default_store_return_value): Ditto.
2322 (sh_gdbarch_init): Set sizeof long double to 8.
2323
2324 2002-09-27 Mark Kettenis <kettenis@gnu.org>
2325
2326 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
2327 Fix some whitespace problems.
2328
2329 2002-09-27 David Carlton <carlton@math.stanford.edu>
2330
2331 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
2332 (mcore-tdep.o): Ditto.
2333 (ns32k-tdep.o): Ditto.
2334 (ns32knbsd-tdep.o): Ditto.
2335 (sh3-rom.o): Ditto.
2336 (vax-tdep.o): Ditto.
2337 * cris-tdep.c: #include "gdb_string.h"
2338 * mcore-tdep.c: Ditto.
2339 * ns32k-tdep.c: Ditto.
2340 * ns32knbsd-tdep.c: Ditto.
2341 * sh3-rom.c: Ditto.
2342 * vax-tdep.c: Ditto.
2343
2344 2002-09-27 David Carlton <carlton@math.stanford.edu>
2345
2346 * config/djgpp/fnchange.lst: Add entries for
2347 gdb/testsuite/gdb.c++/m-static files.
2348
2349 2002-09-27 Jim Wilson <wilson@redhat.com>
2350
2351 * MAINTAINERS: Add myself to the Write After Approval list.
2352
2353 2002-09-26 Martin M. Hunt <hunt@redhat.com>
2354
2355 * mips-tdep.c (find_proc_desc): Initialize startaddr.
2356
2357
2358 2002-09-26 Andrew Cagney <ac131313@redhat.com>
2359
2360 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
2361 frame.
2362
2363 2002-09-26 Andrew Cagney <ac131313@redhat.com>
2364
2365 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
2366 (rs6000_struct_return_address): Delete variable.
2367 (rs6000_store_struct_return): Update.
2368 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
2369 deprecated_extract_struct_value_address.
2370 (rs6000_frame_align): New function.
2371 (rs6000_gdbarch_init): Set frame_align.
2372
2373 2002-09-26 Andrew Cagney <ac131313@redhat.com>
2374
2375 From Grace Sainsbury <graces@redhat.com>:
2376 * Makefile.in (gdbtk-main.o): New target.
2377 (gdb.o): New target.
2378 (main_h): Define.
2379 (main.o): Update dependencies.
2380 (gdb$(EXEEXT)): Add gdb.o.
2381 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
2382 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
2383 (SUBDIR_GDBTK_CLEAN): Set.
2384 (install-gdbtk): Install the insight binary.
2385 (uninstall-gdbtk): New target.
2386 (all-gdbtk, clean-gdbtk): New rule.
2387 * top.c (use_windows): Default to zero.
2388 * main.c: Include "main.h".
2389 (main): Delete.
2390 (struct captured_main_args): Delete.
2391 (gdb_main): New function.
2392 * main.h: New file.
2393 * gdb.c: New File.
2394
2395 2002-09-25 Andrew Cagney <cagney@redhat.com>
2396
2397 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
2398 (frame_map_regnum_to_name): New function.
2399 (frame_map_name_to_regnum): New function.
2400 * frame.h (frame_map_name_to_regnum): Declare.
2401 (frame_map_regnum_to_name): Declare.
2402 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
2403 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
2404 * parse.c: Do not include "builtin-regs.h".
2405 (target_map_name_to_register): Delete function.
2406 (write_dollar_variable): Use frame_map_name_to_regnum.
2407 * parser-defs.h (target_map_name_to_register): Delete declaration.
2408 * expprint.c: Include "frame.h".
2409 (print_subexp): Use frame_map_regnum_to_name.
2410 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
2411 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
2412
2413 2002-09-25 Andrew Cagney <ac131313@redhat.com>
2414
2415 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
2416 wasn't saved, and the next innermost frame is a dummy, return the
2417 dummy frame's link register.
2418
2419 2002-09-24 Jim Blandy <jimb@redhat.com>
2420
2421 Fix from Paul Breed:
2422 * main.c (captured_main): Add a `break' after the case for 'b'.
2423
2424 2002-09-24 Keith Seitz <keiths@redhat.com>
2425
2426 * varobj.c (c_type_of_child): Use get_target_type instead
2427 of TYPE_TARGET_TYPE.
2428
2429 2002-09-22 Fernando Nasser <fnasser@redhat.com>
2430
2431 * source.c (get_current_or_default_source_symtab_and_line): Remove
2432 function.
2433 (set_default_source_symtab_and_line): New function. Attempts to
2434 determine a source file to list lines from if one is not currently
2435 defined.
2436 (get_current_source_symtab_and_line): Initialize sal.pc and
2437 sal.end fields.
2438 (set_current_source_symtab_and_line): Mark argument as const.
2439 * source.h: Update declarations and comments.
2440 * linespec.c (decode_line_1): Replace call to removed routine above.
2441 * stack.c (print_frame_info_base): Ditto.
2442 * cli/cli-cmds.c (edit_command): Ditto.
2443 (list_command): Ditto.
2444
2445 2002-09-22 Fernando Nasser <fnasser@redhat.com>
2446
2447 * source.c (get_current_or_default_source_symtab_and_line): Initialize
2448 sal.pc and sal.end fields.
2449 (get_current_or_default_source_symtab_and_line): Ditto.
2450 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
2451 so we do not cause a new source symtab to be searched for (reverting an
2452 unintentional change from the 2002-09-20 patch).
2453 * scm-lang.c (scm_unpac): Ditto.
2454
2455 2002-09-21 Andrew Cagney <cagney@redhat.com>
2456
2457 * complaints.c (symfile_explanations): Remove new-line from
2458 ``isolated_message''.
2459 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
2460 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
2461
2462 2002-09-20 Nick Clifton <nickc@redhat.com>
2463
2464 * NEWS: Announce that V850EA ISA is no longer supported.
2465 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
2466
2467 2002-09-20 David Carlton <carlton@math.stanford.edu>
2468
2469 * Makefile.in (c-lang.o): Correct dependencies.
2470 (utils.o): Gather dependencies.
2471 (charset.o): Move.
2472 * c-lang.c: #include "gdb_string.h"
2473
2474 2002-09-20 Fernando Nasser <fnasser@redhat.com>
2475
2476 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
2477 * cli/cli-cmds.c (list_command): New function. Implements the new
2478 cli edit command.
2479 (_init_cli_cmds): Add new command definition.
2480 * gdb.1: Document edit command.
2481 * doc/gdb.texinfo: Document edit command.
2482
2483 2002-09-20 Fernando Nasser <fnasser@redhat.com>
2484
2485 * source.c: Make global variables current_source_symtab and
2486 current_source_line static.
2487 (list_command): Moved to cli/cli-cmds.c.
2488 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
2489 (get_first_line_listed): New accessor function.
2490 (get_lines_to_list): New accessor function.
2491 (get_current_source_symtab_and_line): New function. Retrieves the
2492 position in the source code that we consider current.
2493 (get_current_or_default_source_symtab_and_line): New function.
2494 Like the above but attempts to determine a default position if one
2495 is not currently defined.
2496 (set_current_source_symtab_and_line): New function. Sets the source
2497 code position considered current and returns the previously set one.
2498 (clear_current_source_symtab_and_line): Reset stored information about
2499 a current source line.
2500 (_initialize_source): Remove registration for the "list" command and
2501 its alias.
2502 * source.h: Add declarations for the new functions above.
2503 * symtab.h: Remove declarations for the global variables mentioned
2504 above.
2505 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
2506 obtain current source line.
2507 * linespec.c (decode_line_1): Ditto.
2508 * macroscope.c (default_macro_scope): Ditto.
2509 * scm-lang.c (scm_unpac): Ditto.
2510 * stack.c (print_frame_info_base): Ditto.
2511 * symfile.c (clear_symtab_users): Ditto.
2512 * symtab.c (decode_line_spec): Ditto.
2513 * cli/cli-cmds.c (list_command): Moved here from source.c.
2514 (ambiguous_line_spec): Moved here from source.c.
2515 (_init_cli_cmds): Add definition for "list" and its alias.
2516 * Makefile.in: Update dependencies.
2517
2518 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
2519
2520 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
2521 with what gcc thinks is correct.
2522
2523 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
2524
2525 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
2526 multiple register push instruction.
2527
2528 2002-09-19 Jim Blandy <jimb@redhat.com>
2529
2530 Add support for distinct host and target character sets.
2531 * charset.c, charset.h: New files.
2532 * c-exp.y: #include "charset.h".
2533 (yylex): Convert character and string literals to the target
2534 character set, before returning them as the semantic value of the
2535 token.
2536 * c-lang.c: #include "charset.h".
2537 (c_emit_char): Use charset-specific methods to recognize
2538 characters with backslash escape forms, to decide which characters
2539 to print literally and which to print using numeric escape
2540 sequences, and to convert target characters to host characters
2541 before printing.
2542 * utils.c: #include "charset.h".
2543 (no_control_char_error): New function.
2544 (parse_escape): Use charset-specific methods to recognize
2545 backslash escapes, parse `control character' notation, and convert
2546 characters from the host character set to the target character set.
2547 * configure.in: Set the default host character set.
2548 Check where to find iconv, and what its argument types might be.
2549 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
2550 * Makefile.in (SFILES): List charset.c.
2551 (COMMON_OBS): List charset.o.
2552 (charset.o): New rule.
2553 (charset_h): New header dependency variable.
2554 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
2555 (LIBICONV): New variable, set by configure.
2556 (CLIBS): Include $(LIBICONV) here.
2557 * aclocal.m4, config.in, configure: Regenerated.
2558
2559 2002-09-19 Joel Brobecker <brobecker@gnat.com>
2560
2561 * ada-exp.y: Add missing semicolons to end rules. Fixes a
2562 bison 1.35 warning.
2563
2564 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
2565
2566 * gdb_mbuild.sh: New file.
2567
2568 2002-09-19 Andrew Cagney <ac131313@redhat.com>
2569
2570 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
2571
2572 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2573
2574 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
2575 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
2576 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
2577 valops.c, value.h: Revert previous change.
2578
2579 2002-09-18 Michael Snyder <msnyder@redhat.com>
2580
2581 Preliminary support for Objective-C:
2582 * defs.h (language_objc): New enum value.
2583 (puts_filtered_tabular): Declaration only, exported from utils.c.
2584 (skip_quoted): Delete, declared in completer.h.
2585 * c-exp.y: Include completer.h.
2586 * p-exp.y: Ditto.
2587 * jv-exp.y: Ditto.
2588 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
2589 New operator enum values.
2590 * language.h (CAST_IS_CONVERSION): Test for language_objc.
2591 * language.c (binop_result_type): Handle language_objc case.
2592 (integral_type, character_type, string_type, boolean_type,
2593 structured_type, binop_type_check): Ditto.
2594 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
2595 (struct objc_specific): Add to general_symbol_info.
2596 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
2597 (SYMBOL_DEMANGLED_NAME): Handle objc case.
2598 * parser-defs.h (struct objc_class_str): New struct type.
2599 (start_msglist, end_msglist, add_msglist): Declaration only,
2600 exported from objc-lang.c.
2601 * value.h (value_of_local, value_nsstring,
2602 call_function_by_hand_expecting_type): Exported from valops.c.
2603 * valops.c (find_function_addr): Export.
2604 (call_function_by_hand_expecting_type): New function.
2605 (value_of_local): New function.
2606 * symfile.c (init_filename_language_table): Add ".m" extension
2607 for Objective-C.
2608 * utils.c (puts_filtered_tabular): New function.
2609 (fprintf_symbol_filtered): Add objc demangling support (disabled).
2610 (set/show demangle): Extend help-string to refer to ObjC.
2611 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
2612 * stabsread.c (symbol_reference_defined): Objective-C symbols
2613 may contain colons: make allowances when scanning stabs strings
2614 for colons.
2615 (objc_find_colon): New function.
2616 * printcmd.c (address_info): If language == objc then print
2617 "self" instead of "this".
2618 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
2619 OP_NSSTRING, and OP_SELF.
2620 (prefixify_subexp): Ditto.
2621 * source.c (print_source_lines): Mention objc in comment.
2622 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
2623 method names.
2624
2625 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2626
2627 * complaints.h: Update copyright.
2628 (struct complaints): Declare.
2629 (struct complaint): Make `message' constant.
2630 (internal_complaint): Declare.
2631 (complaint): Declare.
2632 (complaint_root): Delete declaration.
2633 (symfile_complaints): Delete declaration.
2634 (struct complaints): Add opaque declaration.
2635 (clear_complaints): Add a complaints parameter.
2636 * complaints.c: Update copyright.
2637 (enum complaint_series): Define.
2638 (complaint_root): Delete.
2639 (struct complaints): Define.
2640 (complaint_sentinel, symfile_complaint_book): New variables.
2641 (symfile_explanations, symfile_complaints): New variables.
2642 New variables.
2643 (get_complaints): New function.
2644 (vcomplaint): New function.
2645 (complaint): New function.
2646 (internal_complaint): New function.
2647 (complain): Call vcomplain with symfile_complaint.
2648 (clear_complaints): Rewrite.
2649 (_initialize_complaints): Use add_setshow_command.
2650 * Makefile.in (complaints.o): Update dependencies.
2651 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
2652 to call to clear_complaints.
2653 (new_symfile_objfile, reread_symbols): Ditto.
2654 (oldsyms_complaint): Delete.
2655 (empty_symtab_complaint, unknown_option_complaint): Delete.
2656 (free_named_symtabs): Use complaint instead of complain.
2657
2658 2002-09-18 Michael Snyder <msnyder@redhat.com>
2659
2660 Contributed by Apple Computer, Inc. Merged with current sources
2661 by Adam Fedor <fedor@doc.com> [cagney].
2662
2663 * objc-lang.c: First clean-up round: comments, indentation.
2664 * objc-lang.h: Ditto.
2665 * objc-lang.y: Ditto.
2666
2667 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2668
2669 * maint.c (maintenance_internal_error): Print the parameter as the
2670 error message.
2671 (maintenance_internal_warning): New function.
2672 (_initialize_maint_cmds): Add command `maint internal-warning'.
2673
2674 * defs.h (internal_warning, internal_vwarning): Declare.
2675 * utils.c (struct internal_problem): Define.
2676 (internal_vproblem): New function.
2677 (internal_warning): New function.
2678 (internal_vwarning): New function.
2679 (internal_warning_problem, internal_error_problem): New variables.
2680 (internal_verror): Just call internal_vproblem.
2681
2682 2002-09-18 Michael Snyder <msnyder@redhat.com>
2683
2684 * objc-lang.c: New file, support for Objective-C.
2685 Preliminary check-in, not yet integrated into gdb.
2686 * objc-lang.h: New file.
2687 * objc-exp.y: New file.
2688
2689 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2690
2691 * infrun.c (signal_stop_update): Convert definition to ISO C.
2692 (signal_print_update): Ditto.
2693 (signal_pass_update): Ditto.
2694 * inflow.c (terminal_save_ours): Ditto.
2695
2696 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
2697 comments.
2698
2699 * config/djgpp/fnchange.lst: Handle name clashes between
2700 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
2701 bfd/coff-tic80.c.
2702
2703 * i386-linux-tdep.h: Fix tipo.
2704
2705 2002-09-18 Adam Fedor <fedor@gnu.org>
2706
2707 * MAINTAINERS: Add myself to the Write After Approval list.
2708
2709 2002-09-18 Jim Blandy <jimb@redhat.com>
2710
2711 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
2712 texthigh and textlow to reader-specific structs caused
2713 objfile_relocate to miss them. This is fixable, but the work that
2714 the change was supposed to prepare GDB for never got done anyway.
2715
2716 2002-09-18 David Carlton <carlton@math.stanford.edu>
2717
2718 * MAINTAINERS: Alphabetize Write After Approval list.
2719
2720 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
2721
2722 Fix PR gdb/709
2723 * values.c (value_static_field): Call read_var_value.
2724
2725 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2726
2727 * valops.c (hand_function_call): Align the initial stack pointer
2728 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
2729 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
2730 return value.
2731 * mips-tdep.c (mips_frame_align): New function.
2732 (mips_gdbarch_init): Set frame_align.
2733 * gdbarch.sh (FRAME_ALIGN): New method.
2734 * gdbarch.h, gdbarch.c: Re-generate.
2735
2736 2002-09-18 Michal Ludvig <mludvig@suse.cz>
2737
2738 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
2739 registers.
2740
2741 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2742
2743 * NEWS: Mention that MIPS $fp behavior changed.
2744 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
2745 reference to FP_REGNUM.
2746 (mipsnbsd_cannot_store_register): Ditto.
2747 * mips-linux-nat.c: Update copyright.
2748 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
2749 (mips_linux_cannot_store_register): Ditto.
2750 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
2751 * config/mips/tm-mips.h: Update copyright.
2752 (FP_REGNUM): Delete macro.
2753 (MIPS_REGISTER_NAMES): Replace "fp" with "".
2754 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
2755 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
2756 (mips_r3041_reg_names, mips_r3051_reg_names)
2757 (mips_r3081_reg_names): Replace "fp" with "".
2758 Fix PR gdb/480.
2759
2760 2002-09-17 Theodore A. Roth <troth@verinet.com>
2761
2762 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
2763 generic_read_register_dummy() (PR gdb/703).
2764 (avr_push_return_address): #if 0 out unused vars.
2765 (avr_gdbarch_init): Enable use of avr_push_return_address().
2766
2767 2002-09-17 Michael Snyder <msnyder@redhat.com>
2768
2769 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
2770 RTE will take care of it.
2771
2772 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2773
2774 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
2775 invalid, return SP_REGNUM.
2776
2777 2002-09-17 Michael Snyder <msnyder@redhat.com>
2778
2779 * mips-tdep.c (mips_pop_frame): Read saved values of floating
2780 point registers without sign extension.
2781
2782 2002-09-17 Andrew Cagney <cagney@redhat.com>
2783
2784 * blockframe.c (deprecated_read_register_dummy): Rename
2785 generic_read_register_dummy.
2786 * frame.c (frame_unwind_signed_register): New function.
2787 (frame_unwind_unsigned_register): New function.
2788 * frame.h (frame_unwind_signed_register): Declare.
2789 (frame_unwind_unsigned_register): Declare.
2790 (deprecated_read_register_dummy): Rename
2791 generic_read_register_dummy.
2792
2793 * h8300-tdep.c (h8300_frame_chain): Update.
2794 (h8300_frame_saved_pc): Update.
2795 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
2796 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2797 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
2798 (s390_frame_chain): Update.
2799 * v850-tdep.c (v850_find_callers_reg): Update.
2800 (v850_frame_saved_pc): Update.
2801 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2802 (m32r_find_callers_reg): Update.
2803 (m32r_frame_saved_pc): Update.
2804 * sh-tdep.c (sh_find_callers_reg): Update.
2805 (sh64_get_saved_pr): Update.
2806 (sh_init_extra_frame_info): Update.
2807 (sh_init_extra_frame_info): Update.
2808 (sh64_init_extra_frame_info): Update.
2809 (sh64_init_extra_frame_info): Update.
2810 * mcore-tdep.c (mcore_find_callers_reg): Update.
2811 (mcore_frame_saved_pc): Update.
2812 (mcore_init_extra_frame_info): Update.
2813 * i386-tdep.c (i386_frame_saved_pc): Update.
2814 * ia64-tdep.c (ia64_frame_saved_pc): Update.
2815 (ia64_init_extra_frame_info): Update.
2816 (ia64_init_extra_frame_info): Update.
2817 * d10v-tdep.c (d10v_frame_saved_pc): Update.
2818 * cris-tdep.c (cris_init_extra_frame_info): Update.
2819 * avr-tdep.c (avr_frame_chain): Update.
2820 (avr_init_extra_frame_info): Update.
2821 (avr_frame_saved_pc): Update.
2822 * arm-tdep.c (arm_find_callers_reg): Update.
2823 (arm_init_extra_frame_info): Update.
2824 (arm_frame_saved_pc): Update.
2825
2826 2002-09-17 Tom Tromey <tromey@redhat.com>
2827
2828 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2829 is "'".
2830
2831 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
2832
2833 * MAINTAINERS: Remove "non multi-arched" text from h8300.
2834 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2835 NEXT_PROLOGUE_INSN.
2836 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2837 NEXT_PROLOGUE_INSN.
2838
2839 2002-09-16 Joel Brobecker <brobecker@gnat.com>
2840
2841 * osfsolib.c: Remove file, replaced by solib-osf.c.
2842 * Makefile.in: Remove compilation rules for osfsolib.c.
2843
2844 2002-09-16 David Carlton <carlton@math.stanford.edu>
2845
2846 * cp-valprint.c (cp_print_class_method): Correct args to
2847 check_stub_method_group.
2848
2849 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
2850
2851 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
2852 `set architecture'. Unify naming convention of functions.
2853 (h8300_skip_prologue): Improve prologue analysis.
2854 (h8300_push_arguments): Rewritten to more closely match GCC's
2855 bizarre argument-passing behavior, along with the comment describing
2856 said behavior.
2857 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2858 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
2859 sim, remote-e7000.c, remote-hms.c and remote.c
2860
2861 2002-09-15 Mark Kettenis <kettenis@gnu.org>
2862
2863 * i386-tdep.c (gdb_print_insn_i386): Removed.
2864 (i386_print_insn): New function.
2865 (i386_gdbarch_init): Set print_insn to i386_print_insns.
2866 (_initialize_i386_tdep): Don't initialize tm_print_insn and
2867 tm_print_insn_info.
2868
2869 2002-09-14 Mark Kettenis <kettenis@gnu.org>
2870
2871 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2872 zero.
2873
2874 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
2875
2876 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2877 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
2878 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2879
2880 2002-09-13 Christopher Faylor <cgf@redhat.com>
2881
2882 * win32-nat.c (child_create_inferior): Honor 'tty' command.
2883
2884 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
2885
2886 * gdbtypes.c (check_stub_method): Make static.
2887 (check_stub_method_group): New function.
2888 * gdbtypes.h: Update prototypes.
2889 * cp-support.c: New file.
2890 * cp-support.h: New file.
2891
2892 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2893 (update_method_name_from_physname): New function.
2894 (read_member_functions): Correct method names for operators
2895 and v3 constructors/destructors. Separate v2 constructors and
2896 destructors.
2897 * Makefile.in (stabsread.o): Update dependencies.
2898 (SFILES): Add cp-support.c.
2899 (COMMON_OBS): Add cp-support.o.
2900 (cp_support_h, cp-support.o): Add.
2901
2902 * cp-valprint.c (cp_print_class_method): Call
2903 check_stub_method_group instead of check_stub_method. Remove
2904 extraneous QUITs.
2905 * p-valprint.c (pascal_object_print_class_method): Likewise.
2906 * valops.c (search_struct_method): Likewise.
2907 (find_method_list, value_struct_elt_for_reference): Likewise.
2908
2909 2002-09-13 Andrew Cagney <cagney@redhat.com>
2910
2911 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2912 * gdbarch.h, gdbarch.c: Regenerate.
2913
2914 2002-09-13 Andrew Cagney <ac131313@redhat.com>
2915
2916 * frame.c (find_saved_register): Delete function.
2917 * frame.h (find_saved_register): Delete declaration.
2918 Fix PR gdb/631.
2919
2920 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
2921
2922 * mips-tdep.c (read_next_frame_reg): Re-hack using
2923 frame_register_unwind.
2924
2925 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
2926
2927 * mips-tdep.c (mips_get_saved_register): Re-hack using
2928 frame_register_unwind.
2929
2930 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2931
2932 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2933 vector. Will be useful for Interix.
2934 * gdbarch.h, gdbarch.c: Regenerate.
2935
2936 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2937 name of the malloc function by NAME_OF_MALLOC.
2938
2939 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2940
2941 * value.h (find_function_in_inferior): Add const keyword to
2942 one of the parameters. Allows us to invoke this function with
2943 a const char *.
2944 * valops.c (find_function_in_inferior): Likewise.
2945
2946 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2947
2948 * exec.c (xfer_memory): Fix compilation warning with old versions
2949 of GCC.
2950 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2951
2952 2002-09-12 David Carlton <carlton@math.stanford.edu>
2953
2954 * symtab.h: Run through gdb_indent.h.
2955 Add 2002 to Copyright year list.
2956
2957 2002-09-12 Alan Modra <amodra@bigpond.net.au>
2958
2959 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2960 mach constants.
2961 * MAINTAINERS: Add myself to write after approval list.
2962
2963 2002-09-11 J. Brobecker <brobecker@gnat.com>
2964
2965 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2966
2967 2002-09-11 J. Brobecker <brobecker@gnat.com>
2968
2969 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2970 Interix.
2971
2972 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2973
2974 * procfs.c (do_detach): Clear current signal, not just fault.
2975 Corrects problem with breakpoint trap signal leaking to detached
2976 process on Tru64.
2977
2978 2002-09-10 Michael Snyder <msnyder@redhat.com>
2979
2980 * buildsym.c (finish_block): Protect against null pointer.
2981
2982 2002-09-10 Andrew Cagney <cagney@redhat.com>
2983
2984 * infcmd.c (default_print_registers_info): Send all output to
2985 ``file'' instead of ``gdb_stdout''.
2986
2987 2002-09-10 Michael Snyder <msnyder@redhat.com>
2988
2989 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2990 LONGEST, and use signed register read (addresses are sign-
2991 extended for mips).
2992
2993 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2994
2995 * event-loop.c (gdb_do_one_event): Make public.
2996 * event-loop.h (gdb_do_one_event): Declare.
2997
2998 2002-09-10 Jeff Law <law@redhat.com>
2999
3000 * infttrace.c (child_resume): Simplify and rework to avoid
3001 TT_PROC_CONTINUE.
3002
3003 2002-09-09 Fred Fish <fnf@intrinsity.com>
3004
3005 * printcmd.c (print_scalar_formatted): "len" is the number of
3006 target bytes, NOT the number of target bits.
3007
3008 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
3009
3010 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
3011 * top.c (init_main): Set rl_terminal_name.
3012
3013 2002-09-08 Aidan Skinner <aidan@velvet.net>
3014
3015 * ada-lang.c (ada_array_bound, ada_type_match,
3016 _initialize_ada_language): Fix K&R definitions.
3017 * ada-tasks.c (get_current_task): Fix K&R definitions.
3018 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
3019
3020 2002-09-07 Christopher Faylor <cgf@redhat.com>
3021
3022 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
3023 Add XP.
3024
3025 2002-09-06 Mark Kettenis <kettenis@gnu.org>
3026
3027 * i386-tdep.c (i386_register_virtual_type,
3028 i386_register_convertible, i386_register_convert_to_virtual,
3029 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
3030 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
3031 (i386_gdbarch_init): Fix comment. Add comments on calls that set
3032 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
3033 Don't set push_arguments twice.
3034
3035 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
3036 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
3037 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
3038 sigtramp_end to NULL.
3039 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
3040 defines.
3041 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
3042
3043 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
3044 whitespace.
3045
3046 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
3047 * gdbarch.h, gdbarch.c: Re-generate.
3048 * blockframe.c (find_pc_sect_partial_function): Convert to use
3049 SIGTRAMP_START_P predicate.
3050
3051 2002-09-05 Michael Snyder <msnyder@redhat.com>
3052
3053 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
3054 generic_dummy_frame method and old method. Also distinguish
3055 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
3056 (arm_extract_return_value): Use new regcache method.
3057
3058 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
3059 adjustment that doesn't conform to the ABI.
3060 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
3061 saved regcache, not from current regcache.
3062
3063 2002-09-05 Andrew Cagney <ac131313@redhat.com>
3064
3065 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
3066 * README: Update.
3067
3068 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
3069
3070 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
3071 if arm_apcs_32 is false.
3072
3073 2002-09-04 Andrew Cagney <ac131313@redhat.com>
3074
3075 GDB 5.3 branch created.
3076
3077 2002-09-03 Theodore A. Roth <troth@verinet.com>
3078
3079 * gdb/avr-tdep.c (avr_gdbarch_init): Use
3080 generic_unwind_get_saved_register.
3081
3082 2002-09-03 David Carlton <carlton@math.stanford.edu>
3083
3084 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
3085 argument (PR gdb/653). Update call to smash_to_method_type.
3086 (read_structure_scope): Update call to dwarf2_add_member_fn.
3087
3088 2002-09-03 Michal Ludvig <mludvig@suse.cz>
3089
3090 * x86-64-linux-tdep.c: Include gdb_string.h
3091 * x86-64-linux-nat.c: Ditto.
3092
3093 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
3094
3095 * ada-exp.y (yyname, yyrule): Remap global variables that appear
3096 when YYDEBUG is set to 1.
3097 * c-exp.y: Likewise.
3098 * f-exp.y: Likewise.
3099 * jv-exp.y: Likewise.
3100 * m2-exp.y: Likewise.
3101 * p-exp.y: Likewise.
3102
3103 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
3104
3105 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
3106 dependency list.
3107 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
3108 solib_svr4_fetch_link_map_offsets to
3109 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
3110 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
3111 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
3112 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
3113 solib-svr4.o, and solib-legacy.o.
3114 * config/i386/tm-nbsd.h: Include solib.h.
3115
3116 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
3117
3118 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
3119 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
3120 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
3121 comment noting that this needs its own target configuration.
3122 * config/i386/nbsd.mt: New file.
3123 * config/i386/nbsdaout.mt: Remove.
3124 * config/i386/nbsdelf.mt: Ditto.
3125 * config/i386/tm-nbsdaout.h: Ditto.
3126
3127 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
3128
3129 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
3130 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
3131 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
3132 tdep->sigtramp_end.
3133 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
3134 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
3135 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
3136
3137 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
3138
3139 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
3140 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
3141 * i386-tdep.h (i386bsd_init_abi): New prototype.
3142 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
3143 function declaration.
3144 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
3145 for NetBSD-a.out or NetBSD-ELF.
3146 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
3147 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
3148 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
3149 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
3150 and nbsd-tdep.h.
3151 (i386nbsd_pc_in_sigtramp): New function.
3152 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
3153 i386nbsd_pc_in_sigtramp.
3154 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
3155 and i386nbsdelf_init_abi OS ABI handlers.
3156 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
3157 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
3158
3159 2002-09-02 Mark Kettenis <kettenis@gnu.org>
3160
3161 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
3162 registers if the target really has them.
3163
3164 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
3165
3166 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
3167 than nbsd-tdep.h.
3168
3169 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
3170
3171 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
3172 list.
3173 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
3174 (alphanbsd_skip_sigtramp_frame): New functions.
3175 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
3176 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
3177 to alphanbsd_sigcontext_addr.
3178
3179 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
3180
3181 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
3182 list.
3183 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
3184 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
3185 nbsd_pc_in_sigtramp.
3186 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
3187 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
3188 * nbsd-tdep.c: Include gdb_string.h.
3189 (nbsd_pc_in_sigtramp): New function.
3190 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
3191 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
3192 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
3193 ppcnbsd_pc_in_sigtramp.
3194 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
3195 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
3196 shnbsd_pc_in_sigtramp.
3197 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
3198 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
3199 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
3200
3201 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
3202
3203 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
3204 watchpoints to NULL.
3205 (insert_breakpoints): set val field of watchpoints if NULL.
3206
3207
3208 2002-08-29 Jim Blandy <jimb@redhat.com>
3209
3210 * symtab.c (lookup_symbol_aux): In the cases where we find a
3211 minimal symbol of an appropriate name and use its address to
3212 select a symtab to read and search, use `name' (as passed to us)
3213 as the demangled name when searching the symtab's global and
3214 static blocks, not the minsym's name.
3215
3216 2002-08-29 Keith Seitz <keiths@redhat.com>
3217
3218 * stack.c (print_frame_info_base): Always set current_source_symtab
3219 and current_source_line.
3220
3221 2002-08-29 Donn Terry <donnte@microsoft.com>
3222
3223 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
3224
3225 2002-08-28 Keith Seitz <keiths@redhat.com>
3226
3227 * stack.c (select_frame): Add FIXME concerning selected-frame
3228 events.
3229 (select_frame_command): Send selected-frame-level-changed
3230 event notification, but only if the level actually changed.
3231 (up_silently_base): Add selected-frame-level-changed event
3232 notification.
3233 (down_silently_base): Likewise.
3234
3235 2002-08-28 Andrew Cagney <ac131313@redhat.com>
3236
3237 * Makefile.in: Update dependencies for all gdb/*.c files.
3238
3239 2002-08-27 Tom Tromey <tromey@redhat.com>
3240
3241 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
3242 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
3243 Update dependencies.
3244 * i387-tdep.c: Include gdb_string.h.
3245 * osabi.c: Likewise.
3246 * i386-linux-nat.c: Likewise.
3247 * lin-lwp.c: Likewise.
3248 * ax-gdb.c: Likewise.
3249 * signals/signals.c: Likewise.
3250 * jv-valprint.c: Likewise.
3251 * p-lang.c: Likewise.
3252 * c-valprint.c: Likewise.
3253 * cp-abi.c: Likewise.
3254
3255 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
3256
3257 * cli/cli-script.h (copy_command_lines): Export.
3258 * breakpoint.c: Include cli/cli-script.h.
3259 * Makefile.in (breakpoint.o): Update dependencies.
3260
3261 2002-08-26 Michael Snyder <msnyder@redhat.com>
3262
3263 * breakpoint.c (insert_breakpoints): Protect all references
3264 to 'process_warning'. Shorten long lines.
3265
3266 2002-08-26 Joel Brobecker <brobecker@gnat.com>
3267
3268 * cli/cli-script.c (copy_command_lines): New function.
3269 * defs.h (copy_command_lines): Export.
3270 * testsuite/gdb.base/commands.exp: New tests for commands
3271 attached to a temporary breakpoint, and for commands that
3272 delete the breakpoint they are attached to.
3273
3274 2002-08-26 Michael Snyder <msnyder@redhat.com>
3275
3276 * breakpoint.c (bpstat_stop_status): Instead of copying the
3277 pointer to the breakpoint commands struct, make a new copy
3278 of the struct and point to that.
3279 (bpstat_clear): Free the commands struct.
3280 (bpstat_clear_actions): Free the commands struct.
3281 (bpstat_do_actions): Free the command actions. Also execute
3282 the local cleanups, instead of deleting them.
3283 (delete_breakpoint): Leave the commands field of the bpstat
3284 chain alone -- it will be freed later.
3285
3286 2002-08-26 Kevin Buettner <kevinb@redhat.com>
3287
3288 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
3289 deleted in 2002-08-20 commit. This function is still used by
3290 ppc-linux-nat.c.
3291
3292 2002-08-26 Keith Seitz <keiths@redhat.com>
3293
3294 * gdb-events.sh: Add selected-frame-level-changed event.
3295 * gdb-events.c: Regenerated.
3296 * gdb-events.h: Regenerated.
3297
3298 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
3299
3300 Fix PR gdb/393:
3301 * inflow.c (terminal_save_ours): New function to save terminal
3302 settings.
3303 * inferior.h (terminal_save_ours): Declare.
3304 * target.c (debug_to_terminal_save_ours): New function.
3305 (cleanup_target): Defaults to_terminal_save_ours.
3306 (update_current_target): Inherit to_terminal_save_ours.
3307 (setup_target_debug): Set to_terminal_save_ours.
3308 * target.h (target_terminal_save_ours): New to save terminal settings.
3309 (target_ops): New member to_terminal_save_ours.
3310 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
3311 * hpux-thread.c (init_hpux_thread_ops): Likewise.
3312 * inftarg.c (init_child_ops): Likewise.
3313 * m3-nat.c (init_m3_ops): Likewise.
3314 * procfs.c (init_procfs_ops): Likewise.
3315 * wince.c (init_child_ops): Likewise.
3316 * win32-nat.c (init_child_ops): Likewise.
3317 * sol-thread.c (init_sol_thread_ops): Likewise.
3318
3319 2002-08-26 Mark Kettenis <kettenis@gnu.org>
3320
3321 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
3322 use regcache_* functions.
3323 (i386_gdbarch_init): Set store_return_value instead of
3324 deprecated_store_return_value.
3325
3326 * regcache.c (regcache_raw_write_signed,
3327 regcache_raw_write_unsigned): New functions.
3328 * regcache.h (regcache_raw_write_signed,
3329 regcache_raw_write_unsigned): New prototypes.
3330
3331 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3332
3333 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
3334 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
3335 source file dependencies. Cleanup corresponding generator rules.
3336
3337 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3338
3339 * regcache.h (register_offset_hack): Declare.
3340 (regcache_cooked_read_using_offset_hack): Declare.
3341 (regcache_cooked_write_using_offset_hack): Declare.
3342
3343 * regcache.c (register_offset_hack): New function.
3344 (regcache_cooked_read_using_offset_hack): New function.
3345 (regcache_cooked_write_using_offset_hack): New function.
3346 (regcache_dump): Check that the registers, according to their
3347 offset, are packed hard against each other.
3348 (cooked_xfer_using_offset_hack): New function.
3349
3350 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3351
3352 * regcache.c (struct regcache_descr): Add field register_type.
3353 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
3354 in as a parameter
3355 (init_regcache_descr): Initialize register_type. Pass the descr
3356 to init_legacy_regcache_descr. Use register_type instead of
3357 REGISTER_VIRTUAL_TYPE.
3358 (register_type): New function.
3359 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
3360 * regcache.h (register_type): Declare.
3361
3362 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3363
3364 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
3365 instead of deprecated_store_return_value. Fix fallout from
3366 2002-08-23 Andrew Cagney <cagney@redhat.com>.
3367
3368 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3369
3370 * regcache.c (max_register_size): New function.
3371 (init_legacy_regcache_descr): Ensure that max_register_size is
3372 large enough for REGISTER_VIRTUAL_SIZE.
3373 * regcache.h (max_register_size): Declare.
3374
3375 2002-08-24 Andrew Cagney <ac131313@redhat.com>
3376
3377 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
3378 store_return_value.
3379 (e500_extract_return_value): Change type of valbuf pointer to
3380 void.
3381
3382 2002-08-24 Mark Kettenis <kettenis@gnu.org>
3383
3384 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
3385 workaround.
3386
3387 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
3388 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
3389 long long) to prevent compiler warning on 64-bit systems.
3390
3391 2002-08-23 Andrew Cagney <cagney@redhat.com>
3392
3393 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
3394 (DEPRECATED_STORE_RETURN_VALUE): New method.
3395 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
3396 * gdbarch.h, gdbarch.c: Re-generate.
3397
3398 * values.c (set_return_value): Pass current_regcache to
3399 STORE_RETURN_VALUE.
3400 * arch-utils.h (legacy_store_return_value): Declare.
3401 * arch-utils.c (legacy_store_return_value): New function.
3402 (legacy_extract_return_value): Update parameters.
3403
3404 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
3405 STORE_RETURN_VALUE.
3406 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3407 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3408 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3409 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3410 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3411 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3412 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3413 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3414 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3415 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3416
3417 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3418 * i386-tdep.c (i386_extract_return_value): Update.
3419 * arch-utils.c (legacy_extract_return_value): Update.
3420 * frv-tdep.c (frv_gdbarch_init): Update.
3421 * cris-tdep.c (cris_gdbarch_init): Update.
3422 * d10v-tdep.c (d10v_gdbarch_init): Update.
3423 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3424 * m68k-tdep.c (m68k_gdbarch_init): Update.
3425 * mcore-tdep.c (mcore_gdbarch_init): Update.
3426 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3427 * s390-tdep.c (s390_gdbarch_init): Update.
3428 * sparc-tdep.c (sparc_gdbarch_init): Update.
3429 * sh-tdep.c (sh_gdbarch_init): Update.
3430 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3431 * v850-tdep.c (v850_gdbarch_init): Update.
3432 * avr-tdep.c (avr_gdbarch_init): Update.
3433 * ia64-tdep.c (ia64_gdbarch_init): Update.
3434 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3435 * vax-tdep.c (vax_gdbarch_init): Update.
3436 * alpha-tdep.c (alpha_gdbarch_init): Update.
3437 * arm-tdep.c (arm_gdbarch_init): Update.
3438 * mips-tdep.c (mips_gdbarch_init): Update.
3439 * i386-tdep.c (i386_gdbarch_init): Update.
3440
3441 2002-08-23 Andrew Cagney <ac131313@redhat.com>
3442
3443 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
3444 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
3445
3446 2002-08-24 Mark Kettenis <kettenis@gnu.org>
3447
3448 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
3449 problems.
3450
3451 2002-08-23 Joel Brobecker <brobecker@gnat.com>
3452
3453 * infrun.c (handle_inferior_event): Move a comment outside of a
3454 function call, in order to avoid indent reformatting this part
3455 of the code in an unreadable way.
3456
3457 2002-08-23 Grace Sainsbury <graces@redhat.com>
3458
3459 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
3460 when breakpoints fail. Move general breakpoint error messages to
3461 insert_breakpoints.
3462 * breakpoint.c (insert_breakpoints): Change warnings when
3463 breakpoints are nto inserted to specify the type. Remove call to
3464 memory_error when hardware breakpoints can't be inserted. Remove
3465 multiple calls to warning so all messages are sent to the user at
3466 once.
3467 (delete_breakpoints): Make insert error messsages more explicit.
3468
3469 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
3470
3471 * ChangeLog: Move gdbserver entries after GDB 5.2 to
3472 gdbserver/ChangeLog.
3473
3474 2002-08-23 Mark Kettenis <kettenis@gnu.org>
3475
3476 * i386-tdep.c: Include "objfiles.h".
3477 (i386_svr4_init_abi): Set in_solib_call_trampoline and
3478 skip_trampoline_code.
3479 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
3480 (CPLUS_MARKER): Define to '.'.
3481
3482 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
3483 member.
3484 (linux_corefile_thread_callback): Increase args->num_notes.
3485 (linux_make_note_section): Initialize thread_args.num_notes, and
3486 use it to determine whether notes for any threads were created.
3487
3488 2002-08-23 Donn Terry <donnte@microsoft.com>
3489
3490 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
3491 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
3492 and PCUNKILL.
3493 (write_with_trace): Conditionalize out the switch branch handling
3494 PCSHOLD if the corresponding macro is not defined. Likewise for
3495 PRSABORT and PRSTOP.
3496 This change will be needed by the Interix port.
3497
3498 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3499
3500 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
3501 write_register wherever possible instead of manipulating the
3502 register bytes directly.
3503 Assign VALUE_CONTENTS to a variable and use that.
3504 The GPR numbers are now dependent on the architecture.
3505
3506 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3507
3508 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
3509 ev_offset fields.
3510 (skip_prologue): Add support for BookE/e500 instructions.
3511 (e500_extract_return_value): New function.
3512 (frame_get_saved_regs): Add support for saving ev registers and
3513 pseudo gpr's.
3514 (e500_store_return_value): New function.
3515 (rs6000_gdbarch_init): Move up default intializations of
3516 deprecated_extract_return_value and store_return_value. Overwrite
3517 init of store_return_value with e500 specific version.
3518 Set extract_return_value for e500.
3519
3520 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3521
3522 * blockframe.c (generic_call_dummy_register_unwind): Use
3523 regcache_cooked_read to catch cases in which the variable is
3524 stored in a pseudo register.
3525
3526 2002-08-22 Andrew Cagney <cagney@redhat.com>
3527
3528 * NEWS: Mention that the i960 has been made obsolete.
3529 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
3530 i960-tdep.c
3531 (remote-nrom.o): Obsolete target.
3532 (remote-nindy.o, i960-tdep.o): Ditto.
3533 * remote-nrom.c: Make file obsolete.
3534 * remote-nindy.c, remote-vx960.c: Ditto.
3535 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
3536 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
3537 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
3538 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
3539 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
3540 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
3541 i960-*-vxworks* obsolete.
3542 * MAINTAINERS: Note that the i960 is obsolete.
3543
3544 2002-08-21 Corinna Vinschen <vinschen@redhat.com
3545
3546 * aix-thread.c (aix_thread_detach): Disable thread debugging on
3547 detach to allow reinitialization.
3548
3549 2002-08-22 Andrew Cagney <ac131313@redhat.com>
3550
3551 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
3552 attempt).
3553
3554 2002-08-22 Jim Blandy <jimb@redhat.com>
3555
3556 * coffread.c (coff_symfile_read): Don't try to read the line
3557 number table from disk if the image file doesn't have a symbol
3558 table; we'll never actually look at the info anyway, and Windows
3559 ships DLL's with bogus file offsets for the line number data.
3560
3561 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
3562
3563 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
3564 an e500 executable.
3565
3566 2002-08-21 Michael Snyder <msnyder@redhat.com>
3567
3568 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
3569 (MSYMBOL_SIZE): Replace macro with function.
3570 (DEFAULT_MIPS_TYPE): Delete unused macro.
3571 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3572 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3573
3574 2002-08-21 Jim Blandy <jimb@redhat.com>
3575
3576 * valops.c (value_cast): Simplify and correct logic for doing a
3577 static cast from a pointer to a base class to a pointer to a
3578 derived class.
3579
3580 2002-08-21 Andrew Cagney <ac131313@redhat.com>
3581
3582 * infcmd.c (default_print_registers_info): Replace
3583 do_registers_info.
3584 (registers_info): Use gdbarch_print_registers_info instead of
3585 DO_REGISTERS_INFO.
3586 * inferior.h (default_print_registers_info): Replace
3587 do_registers_info.
3588 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
3589 (DO_REGISTERS_INFO): Change to a predicate function.
3590 * gdbarch.h, gdbarch.c: Regenerate.
3591
3592 2002-08-21 Keith Seitz <keiths@redhat.com>
3593
3594 * gdb-events.sh: Add target-changed event.
3595 * gdb-events.c: Regenerated.
3596 * gdb-events.c: Regenerated.
3597 * valops.c (value_assign): Add target-changed event notification
3598 to inlval_register, lval_memory, and lval_reg_frame_relative.
3599
3600 2002-08-21 Joel Brobecker <brobecker@gnat.com>
3601
3602 * NEWS: Add an entry regarding the improvement of the next/step
3603 operation on Alpha Tru64 multi-processor machines.
3604
3605 2002-08-21 Andrew Cagney <ac131313@redhat.com>
3606
3607 * Makefile.in: Update dependencies for mi/ cli/ and tui/
3608 directores.
3609 * Makefile.in: Update all _h macro definitions.
3610 * Makefile.in (install-gdbtk): Move to install section.
3611 (rdi-share/libangsd.a): Move to end of file.
3612
3613 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3614
3615 * frame.c (frame_register_unwind): When a register, set addrp to
3616 the register's byte.
3617
3618 2002-08-20 Michael Snyder <msnyder@redhat.com>
3619
3620 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
3621 used locally, so move them from the target machine header to here.
3622 (mips_set_processor_type, mips_register_name, mips32_next_pc,
3623 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
3624 Make static.
3625 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
3626
3627 2002-08-20 Andrew Cagney <cagney@redhat.com>
3628
3629 * NEWS: Mention that the Apollo line was made obsolete.
3630 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
3631 m68*-hp-hpux* obsolete.
3632 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
3633 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
3634 * buildsym.c (make_blockvector): Make static.
3635 * buildsym.h (make_blockvector): Make extern declaration obsolete.
3636 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
3637 (ALLDEPFILES): Remove dstread.c.
3638 (dstread.o): Obsolete make rule.
3639 * dstread.c: Makefile obsolete.
3640 * dst.h: Ditto.
3641 * config/m68k/hp300hpux.mt: Ditto.
3642 * config/m68k/hp300hpux.mh: Ditto.
3643 * config/m68k/hp300bsd.mt: Ditto.
3644 * config/m68k/hp300bsd.mh: Ditto.
3645 * config/m68k/apollo68b.mt: Ditto.
3646 * config/m68k/apollo68v.mh: Ditto.
3647 * config/m68k/apollo68b.mh: Ditto.
3648
3649 2002-08-20 Michael Snyder <msnyder@redhat.com>
3650
3651 * mips-tdep.c (mips_in_return_stub): Make static.
3652 (mips_gdbarch_init): Set in_solib_return_trampoline.
3653 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
3654
3655 2002-08-20 Michael Snyder <msnyder@redhat.com>
3656
3657 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
3658 * gdbarch.c, gdbarch.h: Regenerate.
3659 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
3660 Add.
3661 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
3662
3663 2002-08-20 Michael Snyder <msnyder@redhat.com>
3664
3665 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
3666 (mips_gdbarch_init): Set skip_trampoline_code,
3667 in_solib_call_trampoline.
3668 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
3669 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
3670
3671 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3672
3673 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
3674
3675 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
3676 vector type for ev registers.
3677 (e500_pseudo_register_read): New function.
3678 (e500_pseudo_register_write): New function.
3679 (e500_dwarf2_reg_to_regnum): New function.
3680 (PPC_UISA_NOFP_SPRS): New macro.
3681 (PPC_EV_REGS): New macro.
3682 (PPC_GPRS_PSEUDO_REGS): New macro.
3683 (registers_e500): New register set for e500.
3684 (variants): Add e500 variant.
3685 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
3686 before setting architectural dependent variations. Initialize ev
3687 registers numbers. Add case for e500 architecture. Set the
3688 number of pseudo registers.
3689
3690 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3691
3692 * rs6000-tdep.c: Clean up comments.
3693
3694 2002-08-20 Andrew Cagney <cagney@redhat.com>
3695
3696 * h8300-tdep.c: Re-indent file.
3697
3698 2002-08-20 Jim Blandy <jimb@redhat.com>
3699
3700 * Makefile.in (LDFLAGS): Allow the configure script to establish a
3701 default for this.
3702
3703 2002-08-20 Keith Seitz <keiths@redhat.com>
3704
3705 * breakpoints.c (watch_command_1): Use internal breakpoint
3706 when setting a watchpoint_scope breakpoint.
3707
3708 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3709
3710 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
3711 (build_builtin_type_vec64i): Ditto.
3712 (build_builtin_type_vec128): Ditto.
3713 (build_builtin_type_vec128i): Ditto.
3714
3715 2002-08-19 Michael Snyder <msnyder@redhat.com>
3716
3717 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
3718 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
3719 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
3720 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
3721 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
3722 CALL_DUMMY_ADDRESS): Delete.
3723 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
3724 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
3725 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
3726 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
3727 push_return_address.
3728 (mips_register_raw_size, mips_eabi_use_struct_convention,
3729 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
3730 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
3731 mips_init_extra_frame_info, mips_eabi_push_arguments,
3732 mips_n32n64_push_arguments, mips_push_return_address,
3733 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
3734 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
3735
3736 2002-08-19 Michael Snyder <msnyder@redhat.com>
3737
3738 * mips-tdep.c (mips_frame_num_args): New function.
3739 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
3740 frame_saved_pc, frame_args_address, frame_locals_address,
3741 frame_num_args, and frame_args_skip.
3742 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
3743 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
3744 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
3745 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
3746
3747 2002-08-20 Michael Snyder <msnyder@redhat.com>
3748
3749 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
3750 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3751 * mips-tdep.c (mips_store_struct_return): New function.
3752 (mips_extract_struct_value_address): New function.
3753 (mips_gdbarch_init): Set store_struct_return and
3754 extract_struct_value_address.
3755
3756 2002-08-20 David Carlton <carlton@math.stanford.edu>
3757
3758 * dwarf2read.c (dwarf2_build_psymtabs): Check that
3759 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
3760 (read_file_scope): Check that line_header is nonzero before
3761 decoding macro information.
3762
3763 2002-08-20 Mark Kettenis <kettenis@gnu.org>
3764
3765 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
3766 flag the general-purpose registers as floating-point on targets
3767 that don't support the floating-point registers.
3768
3769 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3770
3771 * rs6000-tdep.c (altivec_register_p): Delete.
3772 (rs6000_do_altivec_registers): Delete.
3773 (rs6000_altivec_registers_info): Delete.
3774 (rs6000_do_registers_info): Delete.
3775 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
3776 (rs6000_gdbarch_init): Remove setting of do_registers_info.
3777
3778 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3779
3780 * infcmd.c (do_registers_info): Print vector registers in hex
3781 format only.
3782 (print_vector_info): Check that printing registers
3783 makes sense.
3784 (print_float_info): Ditto.
3785
3786 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3787
3788 * mips-tdep.c (mips_gdbarch_init): Update.
3789 (mips_o32_extract_return_value): Rewrite.
3790 (mips_o32_store_return_value): Rewrite.
3791 (mips_o32_xfer_return_value): New function.
3792 (mips_xfer_register): Tweak debug print message. Allow for
3793 buf_offset when dumping the value transfered.
3794
3795 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3796
3797 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
3798 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
3799 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3800 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3801 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3802
3803 2002-08-14 Michael Snyder <msnyder@redhat.com>
3804
3805 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3806
3807 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3808
3809 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3810 register.
3811 (P): New macro to define a register as a pseudo register.
3812 (R, R4, R8, R16, FR32, R64, R0): Updated.
3813 (struct variant): Add new fields for number of pseudo registers
3814 and number of total registers.
3815 (tot_num_registers): New macro replacing....
3816 (num_registers): ...deleted macro.
3817 (num_registers): New function.
3818 (num_pseudo_registers): New function.
3819 (variants): Update all variants to intialize new fields correctly.
3820 Postpone initialization of number of pseudo regs and real regs.
3821 (init_variants): New function.
3822 (rs6000_gdbarch_init): Initialize variants. Update calculation of
3823 registers offsets.
3824
3825 2002-08-19 David Carlton <carlton@math.stanford.edu>
3826
3827 * valops.c (search_struct_field): Change error message to treat
3828 return value of 0 from value_static_field as meaning that field is
3829 optimized out.
3830 (value_struct_elt_for_reference): Ditto.
3831 * values.c (value_static_field): Treat an unresolved location the
3832 same as a nonexistent symbol. Fix PR gdb/635.
3833 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3834 enclosed. Fix PR gdb/574.
3835 * MAINTAINERS: Add self to Write After Approval list.
3836
3837 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3838
3839 * mips-tdep.c (mips_xfer_register): New function.
3840 (mips_n32n64_extract_return_value): Rewrite.
3841 (mips_gdbarch_init): For N32 and N64, set extract_return_value
3842 instead of deprecated_extract_return_value.
3843
3844 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3845
3846 * rs6000-tdep.c (TDEP): Delete macro.
3847 (branch_dest): Replace use of TDEP macro with its body.
3848 (rs6000_pop_frame): Ditto.
3849 (rs6000_push_arguments): Ditto.
3850 (rs6000_skip_trampoline_code): Ditto.
3851 (rs6000_frame_saved_pc): Ditto.
3852 (rs6000_frame_chain): Ditto.
3853 (rs6000_register_name): Ditto.
3854 (rs6000_register_byte): Ditto.
3855 (rs6000_register_raw_size): Ditto.
3856 (rs6000_register_virtual_type): Ditto.
3857 (rs6000_register_convertible): Ditto.
3858 (rs6000_convert_from_func_ptr_addr): Ditto.
3859
3860 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
3861
3862 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3863 conditionally.
3864 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3865 MIPS_LINUX_JB_ELEMENT_SIZE.
3866 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3867 for MAX_REGISTER_RAW_SIZE arrays.
3868 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3869 MIPS_LINUX_JB_ELEMENT_SIZE.
3870
3871 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3872
3873 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3874
3875 2002-08-19 Aidan Skinner <aidan@velvet.net>
3876
3877 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3878 ada-valprint.c ada-tasks.c.
3879 (YYFILES): Add ada-exp.y.
3880 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3881 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3882 (ada-exp.tab.o): New target.
3883
3884 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3885
3886 * regcache.c (regcache_xfer_part): New function.
3887 (regcache_raw_read_part): New function.
3888 (regcache_raw_write_part): New function.
3889 (regcache_cooked_read_part): New function.
3890 (regcache_cooked_write_part): New function.
3891 * regcache.h (regcache_raw_read_part): Declare.
3892 (regcache_raw_write_part): Declare.
3893 (regcache_cooked_read_part): Declare.
3894 (regcache_cooked_write_part): Declare.
3895
3896 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
3897
3898 * remote.c (remote_open_1): Add async_p.
3899 (remote_async_open_1): Delete.
3900 (open_remote_target): Delete.
3901 (remote_open, extended_remote_open): Update calls to remote_open_1.
3902 (remote_async_open, extended_remote_async_open): Call
3903 remote_open_1 instead of remote_async_open_1.
3904
3905 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3906
3907 * blockframe.c: Fix a few coding standard violations.
3908
3909 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3910
3911 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3912 here from ...
3913 * config/i386/tm-i386sco5.h: ... here. File removed.
3914 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3915
3916 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
3917 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3918 (TM_FILE): Set to tm-i386.h.
3919 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3920 * config/i386/tm-i386v.h: Remove file.
3921 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3922 instead of "i386/tm-i386v.h".
3923 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3924 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3925 "i386/tm-i386v.h".
3926 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3927 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3928 "i386/tm-i386.h".
3929
3930 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3931
3932 * config/i386/nm-i386v.h: Add protection against
3933 multiple-inclusion.
3934 (i386_register_u_addr): Remove prototype.
3935 (register_u_addr): New prototype.
3936 (REGISTER_U_ADDR): Redefine accordingly.
3937 * i386v-nat.c: Improve several comments.
3938 (i386_register_u_addr): Change signature and rename to
3939 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3940 ubase variable.
3941
3942 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3943
3944 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3945 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3946 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3947 deprecated_extract_return_value.
3948 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3949 rename mips_o32o64_push_arguments.
3950 (mips_gdbarch_init): Update.
3951 (mips_extract_return_value): Delete.
3952 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3953 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3954 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3955 (mips_n32n64_extract_return_value): Clone
3956 mips_extract_return_value.
3957 (mips_store_return_value): Delete.
3958 (mips_o32_store_return_value): Clone mips_store_return_value.
3959 (mips_o64_store_return_value): Clone mips_store_return_value.
3960 (mips_eabi_store_return_value): Clone mips_store_return_value.
3961 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3962
3963 2002-08-18 Aidan Skinner <aidan@velvet.net>
3964
3965 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3966 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3967
3968 2002-08-18 Aidan Skinner <aidan@velvet.net>
3969
3970 * ada-lang.c: Run through gdb_indent.sh.
3971 * ada-lang.h: Run through gdb_indent.sh.
3972 * ada-tasks.c: Run through gdb_indent.sh.
3973 * ada-typeprint.c: Run through gdb_indent.sh.
3974 * ada-valprint.c: Run through gdb_indent.sh.
3975
3976 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3977
3978 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3979 ABI.
3980
3981 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3982
3983 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3984
3985 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3986 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3987
3988 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3989 write_register_gen instead of write_register_bytes.
3990
3991 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3992 i[3456]-*-osf1mk* configurations have been made obsolete.
3993 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3994 i[3456]86-*-osf1mk* hosts obsolete.
3995 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3996 targets obsolete.
3997 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3998 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3999 config/i386/i386m3.mt, config/i386/nm-m3.h,
4000 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
4001 config/i386/i386mk.mh, config/i386/i386mk.mt,
4002 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
4003 obsolete.
4004 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
4005 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
4006 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
4007
4008 2002-08-18 Andrew Cagney <ac131313@redhat.com>
4009
4010 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
4011 (hppa_value_returned_from_stack): Declare.
4012 (hppa_extract_return_value): Declare.
4013 * config/pa/hppa.mt: New file.
4014 * configure.tgt: Recognize hppa*-*-*.
4015 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
4016
4017 2002-08-18 Mark Kettenis <kettenis@gnu.org>
4018
4019 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
4020 comment.
4021
4022 2002-08-17 Mark Kettenis <kettenis@gnu.org>
4023
4024 * top.c (gdb_rl_operate_and_get_next): Make sure
4025 operate-and-get-next functions correctly even when the history
4026 list is completely filled.
4027
4028 2002-08-18 Andrew Cagney <ac131313@redhat.com>
4029
4030 * MAINTAINERS (Target Instruction Set Architectures): Rename
4031 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
4032 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
4033 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
4034 already listed under Host/Native.
4035
4036 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
4037 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
4038 mips*-*-*.
4039
4040 2002-08-17 Andrew Cagney <ac131313@redhat.com>
4041
4042 * config/ia64/ia64.mt: New file.
4043 * config/alpha/alpha.mt: New file.
4044 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
4045 ia64-linux-gnu. Mention that ia64-elf is broken.
4046 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
4047
4048 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
4049
4050 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
4051 generic_func_frame_valid instead of func_frame_valid.
4052
4053 2002-08-16 Joel Brobecker <brobecker@gnat.com>
4054
4055 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
4056 procfs appears to be broken when debugging on multi-processor
4057 machines. So enable software single stepping in order to avoid
4058 using the procfs interface to do next/step operations, using
4059 internal breakpoints instead.
4060
4061 * infrun.c (handle_inferior_event): Readjust the stop_pc by
4062 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
4063 make this pc address equal to the value it would have if the
4064 system stepping capability was used. Also set a new flag used
4065 to ensure that we don't readjust the PC one more time later.
4066
4067 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
4068 address by DECR_PC_AFTER_BREAK when software single step is
4069 in use for this architecture, as this has already been taken
4070 care of in handle_inferior_event().
4071
4072 2002-08-16 Joel Brobecker <brobecker@gnat.com>
4073
4074 * infrun.c (handle_inferior_event): Minor reformatting, to make
4075 a rather long condition expression easier to read.
4076
4077 2002-08-16 Andrew Cagney <ac131313@redhat.com>
4078
4079 * Makefile.in (gdbtk.o): Move to end of file.
4080 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
4081 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
4082 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
4083 (gdbtk-wrapper.o, gdbres.o): Ditto.
4084
4085 2002-08-16 Andrew Cagney <ac131313@redhat.com>
4086
4087 * Makefile.in (copying.o): Separate out compile rule.
4088 (hpux-thread.o, procfs.o, signals.o): Ditto.
4089 (v850ice.o, z8k-tdep.o): Ditto.
4090 (tui-file.o): Move to TUI section.
4091 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
4092 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
4093
4094 2002-08-16 Joel Brobecker <brobecker@gnat.com>
4095
4096 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
4097 skip_trampoline_code, for better namespace-proofing.
4098
4099 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
4100
4101 2002-08-16 Joel Brobecker <brobecker@gnat.com>
4102
4103 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
4104
4105 2002-08-16 Joel Brobecker <brobecker@gnat.com>
4106
4107 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
4108 signal, check whether we hit a breakpoint before checking for a
4109 single step breakpoint. Otherwise, GDB fails to notice that a
4110 breakpoint has been hit when stepping onto a breakpoint.
4111
4112 2002-08-16 Keith Seitz <keiths@redhat.com>
4113
4114 * gdb-events.sh (clear_gdb_event_hooks): New function.
4115 * gdb-events.c: Regenerate.
4116 * gdb-events.h: Regenerate.
4117
4118 2002-08-16 Andrew Cagney <ac131313@redhat.com>
4119
4120 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
4121 not_a_sw_breakpoint.
4122 * breakpoint.h (bpstat_stop_status): Add parameter names.
4123
4124 2002-08-16 Grace Sainsbury <graces@redhat.com>
4125
4126 * remote.c (remote_insert_hw_breakpoint)
4127 (remote_remove_hw_breakpoint): Fix calculation of length field
4128 for Z-packet.
4129
4130 2002-08-15 Michael Snyder <msnyder@redhat.com>
4131
4132 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
4133 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
4134 (supply_fpregset): Ditto.
4135
4136 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
4137 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
4138 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
4139 (TARGET_READ_SP): Delete.
4140 (DO_REGISTERS_INFO): Delete.
4141 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
4142 Delete.
4143 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
4144 from macros to functions.
4145
4146 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
4147 (mips_register_convertible, mips_register_convert_to_virtual,
4148 mips_register_convert_to_raw): Make static.
4149 (mips_read_sp): New function.
4150 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
4151 (mips_do_registers_info): Make static.
4152 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
4153 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
4154 (mips_register_convert_from_type, mips_register_convert_to_type):
4155 New functions.
4156 (mips_gdbarch_init): Set up function_start_offset,
4157 register_virtual_size, pc_in_sigtramp.
4158
4159 2002-08-15 Andrew Cagney <ac131313@redhat.com>
4160
4161 * infcmd.c (vector_info): New function.
4162 (_initialize_infcmd): Add command "info vector".
4163 (print_vector_info): New function.
4164
4165 * gdbarch.sh (PRINT_VECTOR_INFO): New method
4166 * gdbarch.h, gdbarch.c: Regenerate.
4167
4168 2002-08-15 Andrew Cagney <ac131313@redhat.com>
4169
4170 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
4171 ``print_all''. Only print vector registers when ``print_all''.
4172
4173 2002-08-15 Andrew Cagney <ac131313@redhat.com>
4174
4175 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
4176 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
4177
4178 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
4179 Add `args' parameter.
4180 * gdbarch.h, gdbarch.c: Regenerate.
4181
4182 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
4183
4184 * infcmd.c (float_info): Call print_float_info.
4185 (print_float_info): New function. By default, print the
4186 floating-point registers.
4187
4188 * arch-utils.h (default_print_float_info): Delete declaration.
4189 * arch-utils.c (default_print_float_info): Delete function.
4190
4191 2002-08-16 Mark Kettenis <kettenis@gnu.org>
4192
4193 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
4194 out define.
4195
4196 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
4197 FRAME.
4198
4199 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
4200 * configure.host: Make i[3456]86-*-aix host obsolete.
4201 * configure.tgt: Make i[3456]86-*-aix target obsolete.
4202 * config/i386/i386aix.mh, config/i386/i386aix.mt,
4203 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
4204 config/i386/xm-i386aix.h: Make files obsolete.
4205 * i386aix-nat.c: Make file obsolete.
4206 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
4207 (i386aix-nat.o): Make target obsolete.
4208
4209 * config/i386/nm-gnu.h: Removed.
4210 * config/i386/nm-i386gnu.h: New file.
4211 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
4212 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
4213 Moved here from ...
4214 * config/i386/tm-i386gnu.h: ... here. Removed.
4215 * config/i386/xm-i386gnu.h: Removed.
4216 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
4217 (NAT_FILE): Set to nm-i386gnu.h.
4218 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
4219 * i386-tdep.c: New file.
4220 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
4221 (i386gnu-tdep.o): Specify dependencies.
4222
4223 2002-08-15 Mark Kettenis <kettenis@gnu.org>
4224
4225 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
4226 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
4227 Adjust a few comments to reflect reality a bit closer.
4228 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
4229 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
4230 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
4231 target_insert_watchpoint, target_remove_watchpoint):
4232 Move defines to ...
4233 * config/i386/nm-i386sco5.h: ... here.
4234 (kernel_u_size): Add prototype. Improve a few comments and add
4235 protection against multiple inclusion.
4236
4237 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
4238 out define.
4239
4240 * uw-thread.c (SP_ARG0): Define if not already defined.
4241 * config/i386/tm-i386.h (SO_ARG0): Remove define.
4242
4243 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
4244
4245 * config/i386/tm-i386.h: Don't include "regcache.h".
4246
4247 * i387-tdep.h (i387_print_float_info): New prototype.
4248 * i387-tdep.c (print_i387_value, print_i387_ext,
4249 print_i387_status_word, print_i387_control_word): Add `struct
4250 ui_file *' argument and use it for output.
4251 (i387_print_float_info): Renamed from i387_float_info. Add
4252 `struct gdbarch *' and `struct ui_file *' arguments and use the
4253 latter for output.
4254 * i386-tdep.c: Include "i387-tdep.h".
4255 (i386_gdbarch_init): Set print_float_info.
4256 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
4257 (FLOAT_INFO): Remove define.
4258
4259 2002-08-13 Michael Snyder <msnyder@redhat.com>
4260
4261 * mips-tdep.c (mips_push_arguments): Rename to
4262 mips_eabi_push_arguments, and tune for EABI.
4263 (MIPS_REGS_HAVE_HOME_P): Delete.
4264 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
4265 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
4266 Delete references to mips_regs_have_home_p.
4267
4268 2002-08-14 Keith Seitz <keiths@redhat.com>
4269
4270 * Makefile.in (install-gdbtk): Create insight plugin directory.
4271 Install plugins.tcl file.
4272
4273 2002-08-14 Keith Seitz <keiths@redhat.com>
4274
4275 * configure.in: Move SUBDIRS to near top of the file so that
4276 --enable options may add things to it.
4277 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
4278 * configure: Regenerate.
4279
4280 2002-08-13 Michael Snyder <msnyder@redhat.com>
4281
4282 * mips-tdep.c (mips_o32o64_push_arguments): New function,
4283 cloned from mips_push_arguments, tuned for o32/o64 ABI.
4284 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
4285
4286 2002-08-13 Andrew Cagney <ac131313@redhat.com>
4287
4288 * vax-tdep.c (vax_get_saved_register): Delete function.
4289 (vax_gdbarch_init): Update.
4290 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
4291 (ns32k_gdbarch_init): Update.
4292 * alpha-tdep.c (alpha_get_saved_register): Delete function.
4293 (alpha_gdbarch_init): Update.
4294
4295 2002-08-13 Andrew Cagney <cagney@redhat.com>
4296
4297 * regcache.c (init_regcache_descr): Overallocate the
4298 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
4299 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
4300 nr_raw_registers.
4301 (set_register_cached): Add range checking assertions. Use
4302 current_regcache.
4303
4304 2002-08-13 Mark Kettenis <kettenis@gnu.org>
4305
4306 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
4307 numbers for MMX registers.
4308
4309 2002-08-13 Andrew Cagney <cagney@redhat.com>
4310
4311 * i386-tdep.c (i386_gdbarch_init): Use
4312 generic_unwind_get_saved_register.
4313
4314 2002-08-13 Kevin Buettner <kevinb@redhat.com>
4315
4316 * procfs.c (procfs_can_use_hw_breakpoint): New function.
4317 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
4318 target vector.
4319 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
4320 Delete. Add comment regarding this now-deleted target method.
4321
4322 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4323
4324 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
4325 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
4326 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
4327 real PC and the page number (if it's within the memory bank window).
4328 (m68hc11_pseudo_register_write): Likewise when saving.
4329 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
4330 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
4331 (m68hc11_register_raw_size): And use 32-bit for it.
4332 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
4333 16K memory bank is used by the prog; also use the virtual pc.
4334
4335 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4336
4337 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
4338 (m68hc11_gdbarch_init): Install it in gdbarch.
4339 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
4340 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
4341 (MSYMBOL_SIZE): New for documentation.
4342 (insn_return_kind): Enum to specify how a function returns.
4343 (frame_extra_info): Cleanup and record the return mode.
4344 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
4345 register in address computation.
4346 (m68hc11_get_return_insn): New to obtain the return instruction used
4347 by the function.
4348 (m68hc11_frame_init_saved_regs): Take into account the return
4349 instruction used by the function for far and interrupt functions.
4350 (m68hc11_init_extra_frame_info): Take into account page register.
4351 (m68hc11_frame_args_address): Adjust according to the return mode.
4352 (show_regs): Print page register only when it's used.
4353
4354 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4355
4356 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
4357 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
4358 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
4359 registers.
4360 (m68hc11_register_raw_size): Likewise.
4361
4362 2002-08-13 Andrew Cagney <cagney@redhat.com>
4363
4364 * i386-tdep.c (i386_register_name): Handle mmx registers.
4365 (mmx_regnum_p): New function.
4366 (i386_mmx_names): New array.
4367 (mmx_num_regs): New variable.
4368 (i386_pseudo_register_read): New function.
4369 (i386_pseudo_register_write): New function.
4370 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
4371
4372 * regcache.c (regcache_raw_read_unsigned): New function.
4373 (regcache_raw_read_signed): New function.
4374 * regcache.h (regcache_raw_read_unsigned): Declare.
4375 (regcache_raw_read_signed): Declare.
4376
4377 2002-08-13 Andrew Cagney <cagney@redhat.com>
4378
4379 * regcache.c (regcache_raw_read_as_address): Delete function.
4380 (regcache_cooked_read_signed): New function.
4381 (regcache_cooked_read_unsigned): New function.
4382 * regcache.h (regcache_cooked_read_signed): Declare.
4383 (regcache_cooked_read_unsigned): Declare.
4384 (regcache_raw_read_as_address): Delete declaration.
4385
4386 * blockframe.c (generic_read_register_dummy): Use
4387 regcache_cooked_read_unsigned.
4388 * i386-tdep.c (i386_extract_struct_value_address): Use
4389 regcache_cooked_read_unsigned.
4390
4391 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4392
4393 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
4394 double sizes according to ELF ABI flags.
4395 (gdbarch_tdep): Record elf_flags.
4396
4397 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4398
4399 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
4400 (m6812_prolog): They can appear in 68HC12 function prologue.
4401 (m68hc11_frame_chain): Cleanup.
4402
4403 2002-08-12 Andrew Cagney <cagney@redhat.com>
4404
4405 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
4406 declarations.
4407 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
4408 (i386_linux_register_raw_size): Delete function.
4409 (i386_linux_init_abi): Update.
4410 * i386-tdep.c (i386_register_raw_size): Delete function.
4411 (i386_register_byte): Delete function.
4412 (i386_gdbarch_init): Update.
4413 (i386_register_size): Delete array.
4414 (i386_register_offset): Delete array.
4415
4416 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
4417 (REGISTER_RAW_SIZE): Delete macro.
4418 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
4419 (REGISTER_BYTE): Delete macro.
4420
4421 2002-08-11 Aidan Skinner <aidan@velvet.net>
4422
4423 * ada-lang.c (ada_lookup_partial_symbol)
4424 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
4425 prototype names so that grep ^func works properly.
4426
4427 * ada-lang.c (ada_array_element_type)
4428 (ada_lookup_partial_symbol): Fix typos in parameter list.
4429
4430 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
4431 Fix prototype names so that grep ^func works properly.
4432
4433 2002-08-10 Andrew Cagney <cagney@redhat.com>
4434 Elena Zannoni <ezannoni@redhat.com>
4435 Martin M. Hunt <hunt@redhat.com>
4436
4437 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
4438 (build_builtin_type_vec128i): Set the vector bit.
4439 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
4440 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
4441 (build_builtin_type_vec64): New function.
4442 (build_builtin_type_vec64i): New function.
4443 (build_gdbtypes): Initialize builtin_type_vec64 and
4444 builtin_type_vec64i.
4445
4446 2002-08-09 Andrew Cagney <cagney@redhat.com>
4447
4448 * regcache.c (regcache_dump): Compare the register offset
4449 with REGISTER_BYTE.
4450 * arch-utils.c (generic_register_byte): New function.
4451 * arch-utils.h (generic_register_byte): Declare.
4452 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
4453 * gdbarch.h, gdbarch.c: Regenerate.
4454
4455 2002-08-09 Andrew Cagney <cagney@redhat.com>
4456
4457 * regcache.c: Include "gdbcmd.h"
4458 (_initialize_regcache): Add commands "maintenance print
4459 registers", "maintenance print raw-registers" and "maintenance
4460 print cooked-registers".
4461 (enum regcache_dump_what): Define.
4462 (dump_endian_bytes): New function.
4463 (regcache_dump): New function.
4464 (regcache_print): New function.
4465 (maintenance_print_registers): New function.
4466 (maintenance_print_raw_registers): New function.
4467 (maintenance_print_cooked_registers): New function.
4468 * Makefile.in (regcache.o): Update dependencies.
4469
4470 2002-08-09 Michael Snyder <msnyder@redhat.com>
4471
4472 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
4473 (mips_push_arguments): Correct some comments. Use paddr_nz
4474 for printing addresses in debug output. Replace static
4475 allocation using MAX_REGISTER_RAW_SIZE with alloca.
4476 (mips_n32n64_push_arguments): New function, cloned from
4477 mips_push_arguments and tuned for the n32/n64 ABI.
4478 (mips_push_register): Buffer needs dynamic allocation.
4479 (mips_print_register): Ditto.
4480 (do_gp_register_row): Ditto.
4481 (mips_store_return_value): Ditto.
4482 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
4483
4484 2002-08-09 Don Howard <dhoward@redhat.com>
4485
4486 * memattr.c (mem_info_command): Print special case of upper bound
4487 as max CORE_ADDR + 1.
4488
4489 2002-08-08 Michael Snyder <msnyder@redhat.com>
4490
4491 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
4492 returns structs by ref if they're too big to fit in two registers.
4493
4494 2002-08-09 Kevin Buettner <kevinb@redhat.com>
4495
4496 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
4497 saved regs value.
4498 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
4499 mips_find_saved_regs().
4500 (mips_pop_frame): Likewise.
4501
4502 2002-08-09 Kevin Buettner <kevinb@redhat.com>
4503
4504 * blockframe.c (frame_saved_regs_register_unwind): Revise
4505 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
4506 frames are in use.
4507
4508 2002-08-09 Grace Sainsbury <graces@redhat.com>
4509
4510 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
4511 T-packets; the 'a' is not taken as a register number.
4512 (remote_check_watch_resources, remote_stopped_by_watchpoint)
4513 (remote_stopped_data_address): New functions; add to target
4514 vector.
4515 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
4516 prototypes to match other implementations of this
4517 function. replace integer argument with pointer -- the length
4518 field in the Z-packet is the length of what is pointed to or 1 if
4519 pointer is null. Add to target vector.
4520 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
4521 target vector.
4522
4523 From Mark Salter:
4524 * remote.c (remote_wait): Add support to extract optional
4525 watchpoint information from T-packet. Ignore unrecognized
4526 optional info in T-packet.
4527 (remote_async_wait): Ditto.
4528
4529 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
4530
4531 * cli/cli-dump.c: Change fopen modes to use binary open modes
4532 as defined in include/fopen-bin.h throughout.
4533
4534 2002-08-08 Michael Snyder <msnyder@redhat.com>
4535
4536 * mips-tdep.c: Minor whitespace and indentation clean-ups.
4537
4538 2002-08-08 Kevin Buettner <kevinb@redhat.com>
4539
4540 * doublest.c (store_floating): Avoid floatformat_from_doublest()
4541 assertion failure by returning early after a warning.
4542
4543 2002-08-08 Kevin Buettner <kevinb@redhat.com>
4544
4545 * mips-tdep.c (mips_find_saved_regs): Make static.
4546 (mips_frame_init_saved_regs): New function.
4547 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
4548 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
4549 (mips_find_saved_regs): Delete declaration.
4550
4551 2002-08-08 Grace Sainsbury <graces@redhat.com>
4552
4553 * remote.c (remote_wait, remote_async_wait): Change
4554 thread_num from int to ULONGEST.
4555 (unpack_varlen_hex): Change result parameter from
4556 int * to ULONGEST *.
4557
4558 2002-08-08 Andrew Cagney <ac131313@redhat.com>
4559
4560 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
4561 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
4562 powerpc*-*-*.
4563 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
4564
4565 2002-08-08 Andrew Cagney <cagney@redhat.com>
4566
4567 * gcore.c (override_derive_stack_segment): Delete variable.
4568 (preempt_derive_stack_segment): Delete function.
4569 (derive_stack_segment): Delete function.
4570 (default_derive_stack_segment): Renamed to derive_stack_segment.
4571 (override_derive_heap_segment): Delete variable.
4572 (preempt_derive_heap_segment): Delete function.
4573 (derive_heap_segment): Delete function.
4574 (default_derive_heap_segment): Rename to derive_heap_segment.
4575
4576 2002-08-06 Michael Snyder <msnyder@redhat.com>
4577
4578 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
4579 * mips-tdep.c (mips_EABI_use_struct_convention,
4580 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
4581 New functions. (mips_use_struct_convention): Delete.
4582 (mips_gdbarch_init): set use_gdbarch_convention.
4583
4584 2002-08-06 Michael Snyder <msnyder@redhat.com>
4585
4586 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
4587 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
4588 mips_o32_reg_struct_has_addr): New functions.
4589 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
4590
4591 2002-08-07 Andrew Cagney <ac131313@redhat.com>
4592
4593 * regcache.c (pseudo_register): Delete function.
4594 (fetch_register): Delete function.
4595 (store_register): Delete function.
4596 (regcache_raw_read, legacy_read_register_gen): Use
4597 target_fetch_registers instead of fetch_register.
4598 (legacy_write_register_gen, regcache_raw_write): Use
4599 target_store_register instead of store_register.
4600 (write_register_bytes): Ditto.
4601
4602 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
4603 (STORE_PSEUDO_REGISTER): Delete.
4604 * gdbarch.h, gdbarch.c: Regenerate.
4605
4606 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
4607
4608 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
4609 write dump file binary.
4610
4611 2002-08-05 Michael Snyder <msnyder@redhat.com>
4612
4613 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
4614 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
4615 (mips_gdbarch_init): Set N32 target to be mips64.
4616
4617 2002-08-06 Kevin Buettner <kevinb@redhat.com>
4618
4619 * frame.c (find_saved_register): Break out of loop once saved
4620 register address is found. Don't mention sparc in loop comment
4621 anymore.
4622
4623 2002-08-06 Kevin Buettner <kevinb@redhat.com>
4624
4625 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
4626 mips_default_saved_regsize to 8.
4627
4628 2002-08-06 Andrew Cagney <ac131313@redhat.com>
4629
4630 * gcore.c: Do not include <sys/procfs.h>.
4631 * Makefile.in (gcore.o): Update dependencies.
4632
4633 2002-08-06 Andrew Cagney <cagney@redhat.com>
4634
4635 * configure.tgt: Make arc-*-* obsolete.
4636 * NEWS: Mention that arc-*-* has been identifed as obsolete.
4637 * MAINTAINERS: Make arc-elf obsolete.
4638 * arc-tdep.c: Make file obsolete.
4639 * config/arc/arc.mt: Ditto.
4640 * config/arc/tm-arc.h: Ditto.
4641
4642 2002-08-05 Theodore A. Roth <troth@verinet.com>
4643
4644 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
4645
4646 2002-08-05 Andrew Cagney <ac131313@redhat.com>
4647
4648 * mcore-tdep.c (mcore_gdbarch_init): Use
4649 generic_unwind_get_saved_register instead of
4650 generic_get_saved_register.
4651 * v850-tdep.c (v850_gdbarch_init): Ditto.
4652 * frv-tdep.c (frv_gdbarch_init): Ditto.
4653 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4654 * s390-tdep.c (s390_gdbarch_init): Ditto.
4655 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4656 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
4657 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
4658
4659 2002-08-05 Joel Brobecker <brobecker@gnat.com>
4660
4661 * objfiles.h: Add missing #include "symfile.h"
4662
4663 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
4664
4665 2002-08-04 Andrew Cagney <ac131313@redhat.com>
4666
4667 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
4668 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
4669 of FIELD_BITSIZE.
4670
4671 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
4672
4673 * NEWS: Cleanup and nitpick.
4674
4675 2002-08-03 Andrew Cagney <ac131313@redhat.com>
4676
4677 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
4678
4679 2002-08-03 Andrew Cagney <ac131313@redhat.com>
4680
4681 * Makefile.in (gdbtk-bp.o): Update dependencies.
4682 (gdbtk-register.o): Ditto.
4683 (gdbtk-varobj.o): Ditto.
4684
4685 2002-08-03 Andrew Cagney <cagney@redhat.com>
4686
4687 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
4688 m68hc11_fetch_pseudo_register.
4689 (m68hc11_pseudo_register_write): Replace
4690 m68hc11_store_pseudo_register.
4691 (m68hc11_gdbarch_init): Update.
4692
4693 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
4694
4695 * gdbarch.sh: Include "gdb_string.h".
4696 * gdbarch.c: Regenerate.
4697
4698 * regcache.c: Include "gdb_string.h".
4699 * ax-general.c: Ditto.
4700 * varobj.c: Ditto.
4701 * std-regs.c: Ditto.
4702 * fbsd-proc.c: Ditto.
4703 * thread.c: Ditto.
4704
4705 * Makefile.in (regcache.o): Update dependencies.
4706 (thread.o, gdbarch.o): Ditto.
4707 (ax-general.o, gdbarch.o): Ditto.
4708 (varobj.o, std-regs.o): Ditto.
4709 (fbsd-proc.o): Specify dependencies.
4710
4711 2002-08-02 Andrew Cagney <cagney@redhat.com>
4712
4713 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
4714 regnum.
4715 (regcache_cooked_write): Ditto.
4716
4717 2002-08-02 Andrew Cagney <ac131313@redhat.com>
4718
4719 * regcache.c (regcache_cooked_read): New function.
4720 (regcache_cooked_write): New function.
4721 (read_register_gen): Rewrite using regcache_cooked_read.
4722 (write_register_gen): Rewrite using regcache_cooked_write.
4723
4724 * regcache.h (regcache_cooked_read, regcache_cooked_write):
4725 Declare.
4726
4727 2002-08-02 Andrew Cagney <cagney@redhat.com>
4728
4729 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
4730 Replace the architecture methods register_read and register_write.
4731 * gdbarch.h, gdbarch.c: Regenerate.
4732 * regcache.c (init_regcache_descr): Update.
4733 (read_register_gen): Update.
4734 (write_register_gen): Update.
4735 (supply_register): Update comment.
4736
4737 * sh-tdep.c (sh_gdbarch_init): Update.
4738 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
4739 `regcache' and `gdbarch' parameters. Make `buffer' a void
4740 pointer. Update code.
4741 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
4742 `regcache' and `gdbarch' parameters. Make `buffer' a constant
4743 void pointer. Update code.
4744 (sh64_register_write): Delete.
4745 (sh4_register_read): Delete.
4746 (sh64_register_read): Delete.
4747 (sh4_register_write): Delete.
4748 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
4749 void pointer, `to' parameter a void pointer.
4750 (sh_sh64_register_convert_to_raw): Ditto.
4751
4752 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4753
4754 * mips-tdep.c (mips_register_virtual_type): Use architecture
4755 invariant return values.
4756
4757 2002-08-01 Andrew Cagney <cagney@redhat.com>
4758
4759 * linux-proc.c: Include "gdb_string.h".
4760 * Makefile.in (linux-proc.o): Update dependency list.
4761
4762 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4763
4764 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
4765 comment.
4766
4767 2002-08-01 Grace Sainsbury <graces@redhat.com>
4768
4769 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4770 to_insert_watchpoint, to_remove_watchpoint,
4771 to_stopped_by_watchpoint, to_stopped_data_address,
4772 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
4773 target vecctor. Define their corresponding macros so they call
4774 them.
4775
4776 * target.c: Add default and debug versions of for
4777 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4778 to_insert_watchpoint, to_remove_watchpoint,
4779 to_stopped_by_watchpoint, to_stopped_data_address,
4780 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
4781
4782 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4783
4784 * mips-tdep.c (mips_register_virtual_type): New function.
4785 (mips_gdbarch_init): Register mips_register_virtual_type()
4786 with gdbarch machinery.
4787 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
4788 this file instead of tm-bigmips.h.
4789 (MIPS_REGSIZE): Delete this macro.
4790 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
4791 multiarch version in mips-tdep.c will be found.
4792
4793 2002-08-01 Andrew Cagney <cagney@redhat.com>
4794
4795 * NEWS: Menion that CHILL has been made obsolete.
4796
4797 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
4798 * stabsread.c (read_range_type): Ditto.
4799 * gdbtypes.h: Ditto.
4800 * language.c (binop_type_check): Ditto.
4801 (binop_result_type): Ditto.
4802 (integral_type): Ditto.
4803 (character_type): Ditto.
4804 (string_type): Ditto.
4805 (boolean_type): Ditto.
4806 (structured_type): Ditto.
4807 (lang_bool_type): Ditto.
4808 (binop_type_check): Ditto.
4809 * language.h (_LANG_chill): Ditto.
4810 * dwarfread.c (set_cu_language): Ditto.
4811 * dwarfread.c (CHILL_PRODUCER): Ditto.
4812 * dwarfread.c (handle_producer): Ditto.
4813 * expression.h (enum exp_opcode): Ditto.
4814 * eval.c: Ditto for comments.
4815 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4816 * expprint.c (print_subexp): Ditto.
4817 (print_subexp): Ditto.
4818 * valops.c (value_cast): Ditto.
4819 (search_struct_field): Ditto.
4820 * value.h (COERCE_VARYING_ARRAY): Ditto.
4821 * symfile.c (init_filename_language_table): Ditto.
4822 (add_psymbol_with_dem_name_to_list): Ditto.
4823 * valarith.c (value_binop): Ditto.
4824 (value_neg): Ditto.
4825 * valops.c (value_slice): Ditto.
4826 * symtab.h (union language_specific): Ditto.
4827 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4828 (SYMBOL_DEMANGLED_NAME): Ditto.
4829 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4830 * defs.h (enum language): Ditto.
4831 * symtab.c (got_symtab): Ditto.
4832 * utils.c (fprintf_symbol_filtered): Ditto.
4833
4834 * ch-typeprint.c: Make file obsolete.
4835 * ch-valprint.c: Make file obsolete.
4836 * ch-lang.h: Make file obsolete.
4837 * ch-exp.c: Make file obsolete.
4838 * ch-lang.c: Make file obsolete.
4839
4840 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4841 CHILL_LIB.
4842 (TARGET_FLAGS_TO_PASS): Ditto.
4843 (CHILLFLAGS): Obsolete.
4844 (CHILL): Obsolete.
4845 (CHILL_FOR_TARGET): Obsolete.
4846 (CHILL_LIB): Obsolete.
4847 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4848 ch-valprint.c.
4849 (HFILES_NO_SRCDIR): Remove ch-lang.h.
4850 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4851 ch-lang.o.
4852 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4853 targets.
4854
4855 2002-07-31 Joel Brobecker <brobecker@gnat.com>
4856
4857 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4858 This does not change anything at the moment, but will be helpful
4859 later when full Ada support is integrated.
4860
4861 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4862
4863 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4864 help message.
4865
4866 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4867
4868 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4869 and save it in a local variable. Use variable in later test.
4870
4871 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4872
4873 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4874 test. (Thanks to Daniel Jacobowitz.)
4875
4876 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4877
4878 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4879 (mips_abi_strings): Add "n64".
4880 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
4881
4882 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4883
4884 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4885 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4886
4887 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4888
4889 * utils.c (host_pointer_to_address, address_to_host_pointer):
4890 Use gdb_assert() instead of explicit call to internal_error().
4891
4892 2002-07-30 Kevin Buettner <kevinb@redhat.com>
4893
4894 * Makefile.in (rs6000-nat.o): Update dependencies.
4895
4896 From Nicholas Duffek:
4897 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4898 (aix-thread.o): New rule.
4899 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4900 * config/powerpc/aix432.mh: New file.
4901
4902 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4903
4904 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4905 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4906 (fetch_core_registers, ppc_linux_supply_gregset)
4907 (ppc_linux_supply_fpregset): New functions.
4908 (ppc_linux_regset_core_fns): New.
4909 (_initialize_ppc_linux_tdep): Call add_core_fns.
4910 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4911 and ppc_linux_supply_gregset.
4912 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4913 (supply_fpregset): Call ppc_linux_supply_fpregset.
4914 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4915 corelow.o.
4916 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4917
4918 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4919
4920 * symtab.c (lookup_symbol): Demangle before lowercasing.
4921
4922 2002-07-30 Andrew Cagney <ac131313@redhat.com>
4923
4924 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4925 declaration.
4926 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4927 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4928 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4929 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4930 "gdb_string.h".
4931 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4932 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4933 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4934 (avr-tdep.o, mon960-rom.o): Ditto.
4935 (aout_stabs_gnu_h): Define.
4936 (symtab_h): Remove $(gdb_obstack_h).
4937
4938 2002-07-30 Jim Blandy <jimb@redhat.com>
4939
4940 Patch from David Carlton <carlton@math.stanford.edu>:
4941 * gdbinit.in: Move the `dir' commands that add GDB's own source
4942 directory to the search path to the end, so that the `gdb' source
4943 directory will be searched first.
4944
4945 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4946
4947 * gdb_obstack.h: New file.
4948 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4949 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4950 * objfiles.h: Include "gdb_obstack.h".
4951 * Makefile.in (gdb_obstack_h): Define.
4952 (symtab_h): Add $(gdb_obstack_h).
4953 (objfiles_h): Add $(gdb_obstack_h).
4954
4955 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4956 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4957 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4958 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4959 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4960 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4961 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4962 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4963
4964 * Makefile.in (bcache.o): Update dependencies.
4965 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4966 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4967 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4968 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4969 (stabsread.o, symfile.o, symmisc.o): Ditto.
4970 (symtab.o, typeprint.o, macroexp.o): Ditto.
4971 (macrotab.o, mdebugread.o): Ditto.
4972 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4973 (coff_ecoff_h, aout_aout64_h): Define.
4974 (aout_stabs_gnu_h, libaout_h): Define.
4975
4976 2002-07-29 Andrew Cagney <cagney@redhat.com>
4977
4978 * regcache.c (struct regcache_descr): Rename nr_registers to
4979 nr_cooked_registers. Revise comments describing the structure
4980 member fields.
4981 (init_regcache_descr): Update.
4982 (init_legacy_regcache_descr): Update.
4983 (read_register_gen, write_register_gen): When a cooked register in
4984 the raw register range, directly access the value from the raw
4985 register cache.
4986
4987 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4988
4989 * z8k-tdep.c: Do not include "obstack.h".
4990 * h8300-tdep.c, h8500-tdep.c: Ditto.
4991 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4992 * valprint.c, v850-tdep.c: Ditto.
4993 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4994 * mn10200-tdep.c: Ditto.
4995
4996 * Makefile.in (z8k-tdep.o): Update dependencies.
4997 (m68hc11-tdep.o, valprint.o): Ditto.
4998 (v850-tdep.o, d10v-tdep.o): Ditto.
4999 (mn10300-tdep.o, sparc-tdep.o): Ditto.
5000 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
5001 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
5002 (sh_opc_h, gdb_sim_sh_h): Define.
5003 (elf_sh_h, elf_bfd_h): Define.
5004 (opcode_m68hc11_h): Define.
5005 (OPCODES_SRC, OPCODES_DIR): define.
5006 (OPCODES): Use $(OPCODES_DIR).
5007 (gdb_sim_d10v_h): Rename sim_d10v_h.
5008 (gdb_sim_arm_h): Rename sim_arm_h.
5009
5010 2002-07-26 Kevin Buettner <kevinb@redhat.com>
5011
5012 * utils.c (host_pointer_to_address, address_to_host_pointer):
5013 Change internal_error() message to indicate function responsible
5014 for the error.
5015
5016 2002-07-26 Kevin Buettner <kevinb@redhat.com>
5017
5018 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
5019 calls to local_hex_string_custom().
5020
5021 2002-07-26 Kevin Buettner <kevinb@redhat.com>
5022
5023 * irix5-nat.c: Move IRIX shared library support from here...
5024 * solib-irix.c: ...to here. Revised substantially to work with
5025 generic solib framework.
5026
5027 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
5028 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
5029 * mips-irix-tdep.c: New file.
5030
5031 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
5032 (mips-irix-tdep.o, solib-irix.o): New rules.
5033 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
5034 solib-irix.o.
5035 * config/mips/irix6.mt (TDEPFILES): Likewise.
5036 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
5037
5038 2002-07-26 Kevin Buettner <kevinb@redhat.com>
5039
5040 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
5041 disabled (via ``#if 0'') includes.
5042
5043 2002-07-26 Kevin Buettner <kevinb@redhat.com>
5044
5045 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
5046 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
5047 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
5048 Add support for the fpscr register.
5049 * rs6000-nat.c (regmap, fetch_inferior_registers)
5050 (store_inferior_registers, fetch_core_registers): Likewise.
5051
5052 2002-07-26 Kevin Buettner <kevinb@redhat.com>
5053
5054 * rs6000-nat.c (language.h): Include.
5055 (special_regs): Delete this array.
5056 (regmap): New function.
5057 (fetch_register, store_register): Use regmap() to map gdb
5058 register numbers to ptrace register numbers. Also, use
5059 outputs from regmap() to make decisions regarding type of
5060 ptrace() call to make. In particular, don't compare against
5061 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
5062 (fetch_inferior_registers, store_inferior_registers): Where
5063 possible, obtain register numbers from tdep struct. Don't
5064 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
5065 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
5066 (LAST_UISA_SP_REGNUM): Delete.
5067
5068 2002-07-25 Kevin Buettner <kevinb@redhat.com>
5069
5070 * rs6000-nat.c (ppc-tdep.h): Include.
5071 (fetch_registers, store_register, fetch_core_registers): Don't
5072 access registers[] directly. Instead, use supply_register() or
5073 regcache_collect() as appropriate.
5074 (find_toc_address): Format hex address with local_hex_string().
5075
5076 2002-07-25 Andrew Cagney <ac131313@redhat.com>
5077
5078 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
5079 bfd/elf32-frv.c.
5080
5081 2002-07-24 Tom Tromey <tromey@redhat.com>
5082
5083 * jv-exp.y: Marked all strings with _().
5084 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
5085 internal_error.
5086 (MethodInvocation, CastExpression, parse_number, yyerror,
5087 java_type_from_name, push_expression_name, yylex): Typo fixes.
5088
5089 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
5090
5091 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
5092 (tee_file_flush, tee_file_write, tee_file_fputs)
5093 (tee_file_isatty): New.
5094 * ui-file.h (tee_file_new): Add prototype.
5095
5096 2002-07-24 Aidan Skinner <aidan@velvet.net>
5097
5098 * ada-lang.c: Change k&r style function definitions to prototyped
5099 form.
5100 * ada-typeprint.c: Change k&r style function definitions to prototyped
5101 form.
5102 * ada-valprint.c: Change k&r style function definitions to prototyped
5103 form.
5104
5105 2002-07-24 Andrew Cagney <cagney@redhat.com>
5106
5107 * README: Remove reference to remote-bug.
5108 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
5109 remote-bug.c.
5110 (m88k-nat.o): Delete rule.
5111 (m88k-tdep.o): Delete rule.
5112 (remote-bug.o): Delete rule.
5113 * MAINTAINERS: Mark as obsolete.
5114 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
5115 * m88k-tdep.c: Make file obsolete.
5116 * config/m88k/m88k.mh: Ditto.
5117 * config/m88k/delta88v4.mh: Ditto.
5118 * config/m88k/delta88v4.mt: Ditto.
5119 * config/m88k/delta88.mt: Ditto.
5120 * config/m88k/delta88.mh: Ditto.
5121 * remote-bug.c: Ditto.
5122 * config/m88k/tm-delta88.h: Ditto.
5123 * config/m88k/nm-delta88v4.h: Ditto.
5124 * config/m88k/xm-delta88.h: Ditto.
5125 * config/m88k/xm-dgux.h: Ditto.
5126 * config/m88k/tm-m88k.h: Ditto.
5127 * config/m88k/nm-m88k.h: Ditto.
5128 * config/m88k/tm-delta88v4.h: Ditto.
5129 * m88k-nat.c: Ditto.
5130 * cxux-nat.c: Ditto.
5131 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
5132 and m88*-*-* obsolete.
5133 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
5134 m88*-*-* obsolete.
5135
5136 2002-07-24 Andrew Cagney <cagney@redhat.com>
5137
5138 * findvar.c (extract_unsigned_integer): Make `addr' parameter
5139 constant. Same for local pointer variables.
5140 (extract_signed_integer): Ditto.
5141 * defs.h (extract_unsigned_integer): Update.
5142 (extract_signed_integer): Update.
5143
5144 2002-07-24 Andrew Cagney <cagney@redhat.com>
5145
5146 * regcache.c (regcache_raw_write): Change buf parameter to a
5147 constant void pointer.
5148 (regcache_raw_read): Change buf parameter to a void pointer.
5149 (legacy_write_register_gen): Change myaddr parameter a constant
5150 void pointer.
5151 (supply_register): Change val parameter to a const void pointer.
5152 * regcache.h (regcache_raw_write): Update declaration.
5153 (regcache_raw_read): Update declaration.
5154 (supply_register): Update declaration.
5155
5156 2002-07-24 Tom Tromey <tromey@redhat.com>
5157
5158 * defs.h (gdb_readline_wrapper): Declare.
5159 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
5160 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
5161 * top.c (gdb_readline_wrapper): New function.
5162 (command_line_input): Use it.
5163
5164 2002-07-24 Andrew Cagney <cagney@redhat.com>
5165
5166 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
5167 regcache_read and regcache_write.
5168 (regcache_raw_read_as_address): Replace regcache_read_as_address.
5169 * regcache.c: Update.
5170 * sh-tdep.c (sh64_push_arguments): Update comment.
5171 (sh_pseudo_register_read): Update.
5172 (sh_pseudo_register_write): Update.
5173 (sh4_register_read): Update.
5174 (sh4_register_write): Update.
5175 (sh64_pseudo_register_read): Update.
5176 (sh64_pseudo_register_write): Update.
5177 (sh64_register_read): Update.
5178 (sh64_register_write): Update.
5179 * i386-tdep.c (i386_extract_return_value): Update.
5180 (i386_extract_struct_value_address): Update.
5181 (i386_extract_return_value): Update.
5182 * blockframe.c (generic_read_register_dummy): Update.
5183 (generic_call_dummy_register_unwind): Update
5184 * infrun.c (write_inferior_status_register): Update.
5185
5186 2002-07-23 Jim Blandy <jimb@redhat.com>
5187
5188 * parser-defs.h (expression_context_pc): Make this extern.
5189 (Thanks to Michael Snyder.)
5190
5191 2002-07-23 Andrew Cagney <ac131313@redhat.com>
5192
5193 GDB 5.2.1 released from 5.2 branch.
5194 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
5195 * README: Update to mention 5.2.1.
5196
5197 2002-07-23 Mark Salter <msalter@redhat.com>
5198
5199 * remote.c (remote_read_bytes): Fix check for error.
5200
5201 2002-07-22 Kevin Buettner <kevinb@redhat.com>
5202
5203 * aix-thread.c (language.h): Include.
5204 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
5205 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
5206 Print newlines at end of debug messages.
5207 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
5208 (pdc_write_data): Use local_hex_string() instead of %llx formats.
5209
5210 2002-07-22 Kevin Buettner <kevinb@redhat.com>
5211
5212 * aix-thread.c (ppc-tdep.h): Include.
5213 (special_register_p): New function.
5214 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
5215 (store_regs_user_thread): Use register number information from
5216 gdbarch_tdep struct instead of hardcoded offsets relative to
5217 FIRST_UISA_SP_REGNUM.
5218 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
5219 special_register_p() instead of using FPLAST_REGNUM and
5220 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
5221 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
5222 will be MQ's register number.
5223
5224 2002-07-22 Michael Snyder <msnyder@redhat.com>
5225
5226 * aix-thread.c (ops): Rename to aix_thread_ops.
5227 (base_ops): Rename to base_target.
5228 (ops_attach): Rename to aix_thread_attach.
5229 (ops_detach): Rename to aix_thread_detach.
5230 (ops_resume): Rename to aix_thread_detach.
5231 (ops_wait): Rename to aix_thread_wait.
5232 (ops_kill): Rename to aix_thread_kill.
5233 (init_ops): Rename to init_aix_thread_ops.
5234 (ops_fetch_register): Rename to aix_thread_fetch_register.
5235 (ops_store_register): Rename to aix_thread_store_register.
5236 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
5237 (ops_thread_alive): Rename to aix_thread_thread_alive.
5238 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
5239 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
5240 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
5241 (fetch_regs_lib): Rename to fetch_regs_user_thread.
5242 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
5243 (store_regs_lib): Rename to store_regs_user_thread.
5244 (store_regs_kern): Rename to store_regs_kernel_thread.
5245
5246 2002-07-22 Michael Snyder <msnyder@redhat.com>
5247
5248 * aix-thread.c (ops_prepare_to_store): Eliminate.
5249 (init_ops): Don't initialize ops.prepare_to_store.
5250 (store_regs_kern): Pre-fetch register buffers from child,
5251 because some registers may not be in the cache. Copy
5252 regs from register cache only if they are cached.
5253 (store_regs_lib): Copy regs from register cache only
5254 if they are cached.
5255 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
5256 fill_gprs64): Ditto.
5257
5258 2002-07-22 Kevin Buettner <kevinb@redhat.com>
5259
5260 * aix-thread.c (gdb_assert.h): Include.
5261 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
5262 register sizes (from register cache) match size of buffer holding
5263 register data.
5264 (fill_sprs32): Change parameter types to match those in the ptrace()
5265 buffer.
5266 (store_regs_lib): Likewise, but for 32-bit temporary variables.
5267 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
5268
5269 2002-07-22 Michael Snyder <msnyder@redhat.com>
5270
5271 * aix-thread.c (supply_sprs64): Cosmetic change.
5272 (supply_sprs32): Cosmetic change.
5273 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
5274 (fill_sprs64): Use regcache_collect instead of read_register.
5275 (store_regs_lib): Use regcache_collect instead of
5276 read_register. Use fill_sprs32 instead of fill_sprs64,
5277 if debugging a 32-bit architecture.
5278 (store_regs_kern): Use fill_gprs64 etc. to pull the values
5279 out of the register cache, instead of passing a pointer into
5280 the register cache directly to ptrace. Use regcache_collect
5281 insteaad of read_register.
5282 (ops_prepare_to_store): Use target_read_registers instead
5283 of read_register_bytes.
5284
5285 2002-07-20 Aidan Skinner <aidan@velvet.net>
5286
5287 * MAINTAINERS: Add self under write after approval.
5288
5289 2002-07-20 Aidan Skinner <aidan@velvet.net>
5290
5291 * ada-tasks.c: Change k&r style function definitions to prototyped
5292 form.
5293
5294 2002-07-19 Andrew Cagney <ac131313@redhat.com>
5295
5296 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
5297 * x86-64-tdep.c: Include "objfiles.h".
5298 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
5299 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
5300
5301 2002-07-17 Michal Ludvig <michal@suse.cz>
5302
5303 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
5304 (update_context): Initialise cfa variable.
5305
5306 2002-07-17 Michael Snyder <msnyder@redhat.com>
5307
5308 * aix-thread.c: Shorten some long lines.
5309 Bring comments into line with code spec.
5310
5311 2002-07-18 Joel Brobecker <brobecker@gnat.com>
5312
5313 * infrun.c: Re-indent using gdb_indent.sh.
5314
5315 2002-07-18 Joel Brobecker <brobecker@gnat.com>
5316
5317 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
5318 Leave the indentation temporarily untouched, to minimize the diffs.
5319
5320 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
5321
5322 * stabsread.c: Make os9k sections of the code obsolete,
5323 for real this time.
5324 * stabsread.h: Make os9k sections of the code obsolete.
5325
5326 2002-07-18 Michal Ludvig <mludvig@suse.cz>
5327
5328 * linux-low.c (regsets_store_inferior_registers): Add free()
5329 at the end of a loop to prevent memory leak.
5330 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
5331 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
5332 * config/sparc/tm-sp64linux.h: Make the rest of #endif
5333 line a comment.
5334 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
5335
5336 2002-07-17 Jim Blandy <jimb@redhat.com>
5337
5338 * macrocmd.c (info_macro_command): Remove newline from error
5339 message.
5340
5341 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
5342
5343 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
5344 (sh_gdbarch_init): Use it for sh-dsp.
5345
5346 2002-07-16 Kevin Buettner <kevinb@redhat.com>
5347
5348 * dwarf2read.c (read_initial_length): Handle older, non-standard,
5349 64-bit DWARF2 format.
5350
5351 2002-07-16 Joel Brobecker <brobecker@gnat.com>
5352
5353 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
5354 <sys/proc.h> when not available.
5355
5356 2002-07-16 Andrew Cagney <ac131313@redhat.com>
5357
5358 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
5359 * stabsread.c: Make os9k sections of the code obsolete.
5360 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
5361 * config/i386/i386os9k.mt: Make file obsolete.
5362 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
5363 (COMMON_OBS): Remove os9kread.o
5364 (SFILES): Remove os9kread.c.
5365 (os9kread.o, remote-os9k.o): Make target obsolete.
5366 * remote-os9k.c: Make file obsolete.
5367 * os9kread.c: Make file obsolete.
5368 * Makefile.in
5369
5370 2002-07-16 Andrew Cagney <ac131313@redhat.com>
5371
5372 * NEWS: Mention that the FR30 has been made obsolete.
5373 * fr30-tdep.c: Make file obsolete.
5374 * config/fr30/tm-fr30.h: Ditto.
5375 * config/fr30/fr30.mt: Ditto.
5376 * configure.tgt: Make fr30-*-elf obsolete.
5377 * MAINTAINERS: Make fr30-elf obsolete.
5378
5379 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
5380
5381 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
5382 found is not inside a section.
5383
5384 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5385
5386 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
5387 strerror().
5388 (pdc_realloc): Use xrealloc() instead of realloc().
5389
5390 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5391
5392 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
5393 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
5394 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
5395 macros.
5396
5397 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5398
5399 * aix-thread.c (ptrace_check): Eliminate goto.
5400 (sync_threadlists): Eliminate gotos. Also, fix array overrun
5401 problem.
5402
5403 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5404
5405 * aix-thread.c (gdbcmd.h): Include.
5406 (DEBUG, DBG, DBG2, dbg): Eliminate.
5407 (debug_aix_thread): New static global.
5408 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
5409 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
5410 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
5411 invocations to DBG and DBG2 macros to test against
5412 ``debug_aix_thread'' and call fprintf_unfiltered().
5413 (_initialize_aix_thread): Add new command "set debug aix-thread".
5414
5415 2002-07-15 Andrew Cagney <ac131313@redhat.com>
5416
5417 From Gerhard Tonn <TON@de.ibm.com>:
5418 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
5419 instead of supply_register.
5420
5421 2002-07-15 Andrew Cagney <ac131313@redhat.com>
5422
5423 * dwarf2cfi.c: Include "gdb_assert.h".
5424 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
5425 non-NULL.
5426 (update_context): Do not use __func__. Add missing ``break''.
5427 (update_context): Do not use __func__.
5428
5429 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
5430
5431 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
5432 and its setting. Set gdbarch instruction printing functions
5433 directly. For non-rs6000 case use new function
5434 gdb_print_insn_powerpc.
5435 (gdb_print_insn_powerpc): New function.
5436
5437 2002-07-13 Andrew Cagney <ac131313@redhat.com>
5438
5439 * NEWS: Mention that the d30v has been marked obsolete.
5440 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
5441 * configure.tgt: Mark d30v-*-* as obsolete.
5442 * d30v-tdep.c: Mark file as obsolete.
5443 * config/d30v/d30v.mt: Ditto.
5444 * config/d30v/tm-d30v.h: Ditto.
5445
5446 2002-07-13 Aidan Skinner <aidan@velvet.net>
5447
5448 * ada-tasks.c (add_task_entry): replace calls to
5449 malloc() with xmalloc
5450 * ada-tasks.c (init_task_list): replace calls to free with xfree()
5451
5452 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
5453 ada_finish_decode_line_1, all_sals_for_line
5454 ada_breakpoint_rewrite): replace calls to free() with xfree()
5455
5456 2002-07-12 Kevin Buettner <kevinb@redhat.com>
5457
5458 From Nicholas Duffek (with minor changes by Martin Hunt,
5459 Louis Hamilton, and Kevin Buettner):
5460 * aix-thread.c: New file.
5461
5462 2002-07-12 Petr Sorfa <petrs@caldera.com>
5463
5464 * dwarf2read.c (dwarf2_invalid_attrib_class): New
5465 complaint for invalid attribute class or form.
5466 (read_func_scope): DW_AT_frame_base
5467 better handling of DW_AT_block*.
5468 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
5469 better handling of DW_AT_block*.
5470 (read_common_block): DW_AT_location
5471 better handling of DW_AT_block*.
5472 (read_partial_die): DW_AT_location better handling
5473 of DW_AT_block*.
5474 (new_symbol): DW_AT_external better handling of
5475 DW_AT_block*. Proper initialization of variable
5476 "addr".
5477 (attr_form_is_block): New function that returns true
5478 if the attribute's form is of DW_FORM_block*.
5479
5480 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
5481
5482 * valops.c (find_method_list): Remove comment about
5483 removed STATIC_MEMFUNCP argument.
5484 (value_find_oload_method_list): Likewise.
5485
5486 2002-07-12 Kevin Buettner <kevinb@redhat.com>
5487
5488 From Nicholas Duffek:
5489 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
5490 target_new_objfile_hook.
5491
5492 2002-07-12 Kevin Buettner <kevinb@redhat.com>
5493
5494 From Nicholas Duffek:
5495 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
5496 csect.
5497
5498 2002-07-12 Andrew Cagney <cagney@redhat.com>
5499
5500 * MAINTAINERS: Mention --enable-sim-build-warnings.
5501 (m68hc11-elf): Disable sim build warnings.
5502 (m32r-elf): Mark as broken obsolete candidate.
5503 (x86_64-linux-gnu): Mark as buildable with -Werror.
5504 (arm-elf): Change -w to ``,'' which enables warnings but not
5505 -Werror.
5506
5507 2002-07-12 Andrew Cagney <ac131313@redhat.com>
5508
5509 * bcache.h: Update copyright.
5510 (struct bstring, struct bcache): Move definition to "bcache.c".
5511 Replaced by opaque declaration.
5512 (bcache_xfree): Replace free_bcache.
5513 (bcache_xmalloc, bcache_memory_used): Declare.
5514
5515 * bcache.c: Update copyright.
5516 (struct bstring, struct bcache): Moved to here from "bcache.h".
5517 Update comments.
5518 (bcache_xmalloc, bcache_memory_used): New functions.
5519 (bcache_xfree): Replace function free_bcache.
5520
5521 * Makefile.in (objfiles.o): Add $(bcache_h).
5522 (objfiles_h): Remove $(bcache_h).
5523 (symfile.o): Add $(bcache_h).
5524
5525 * symmisc.c: Update copyright.
5526 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
5527 (print_objfile_statistics): Use bcache_memory_used.
5528
5529 * symfile.c: Include "bcache.h".
5530 (reread_symbols): Use bcache_xfree.
5531 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
5532 (add_psymbol_to_list): Pass psymbol_cache by value.
5533 (add_psymbol_with_dem_name_to_list): Ditto.
5534
5535 * objfiles.h: Update copyright.
5536 (struct bcache): Declare opaque. Do not include "bcache.h".
5537 (struct objfile): Change psymbol_cache and macro_cache to ``struct
5538 bcache'' pointers.
5539 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
5540
5541 * objfiles.c: Include "bcache.h". Update copyright.
5542 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
5543 macro_cache.
5544 (free_objfile): Use bcache_xfree.
5545
5546 2002-07-11 Grace Sainsbury <graces@redhat.com>
5547
5548 * monitor.c (monitor_fetch_register): Make name a constant.
5549 (monitor_store_register): Same.
5550
5551 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
5552
5553 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
5554 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
5555 (finish_block) For non-function blocks, hash the symbol table. For
5556 function blocks, mark the symbol table as unhashed.
5557 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
5558 (msymbol_hash_iw): Likewise.
5559 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
5560 value.
5561 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
5562 (lookup_minimal_symbol): Likewise for both.
5563 * symtab.h (struct block): Add `hashtable' flag. Comment the
5564 hashtable.
5565 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
5566 (ALL_BLOCK_SYMBOLS): Update.
5567 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
5568 (struct symbol): Add `hash_next' pointer.
5569 * symtab.c (lookup_block_symbol): Search using the hash table when
5570 possible.
5571 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
5572 (search_symbols, find_addr_symbol): Likewise.
5573
5574 * dstread.c (process_dst_block): Clear hashtable bit for new block.
5575 (read_dst_symtab): Likewise.
5576 * jv-lang.c (get_java_class_symtab): Likewise.
5577 * mdebugread.c: Include "gdb_assert.h".
5578 (shrink_block): Assert that the block being modified is not hashed.
5579 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
5580 * symmisc.c (free_symtab_block): Walk the hash table when freeing
5581 symbols.
5582 (dump_symtab): Recognize hashed blocks.
5583 * printcmd.c (print_frame_args): Assert that function blocks do not
5584 have hashed symbol tables.
5585 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
5586 (fill_in_ada_prototype, debug_print_block): Likewise.
5587 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
5588
5589 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
5590
5591 * stack.c (print_frame): Use result of frame_address_in_block()
5592 instead of fi->pc when evaluating symbols.
5593 (backtrace_command_1): Ditto.
5594
5595 2002-07-11 Andrew Cagney <cagney@redhat.com>
5596
5597 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
5598 Make static.
5599
5600 * arm-tdep.c (arm_register_name): Make return type constant.
5601
5602 2002-07-10 Andrew Cagney <ac131313@redhat.com>
5603
5604 * win32-nat.c (has_detach_ability): Convert to strict ISO C
5605 prototype.
5606 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
5607 * s390-tdep.c (s390_fp_regnum): Ditto.
5608 (s390_read_fp): Ditto.
5609 (s390_pop_frame): Ditto.
5610 (_initialize_s390_tdep): Ditto.
5611 * remote.c (get_remote_state): Ditto.
5612 * procfs.c (mappingflags): Ditto.
5613 * memattr.c (_initialize_mem): Ditto.
5614 * mcore-tdep.c (mcore_pop_frame): Ditto.
5615 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
5616 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
5617 * language.c (set_case_str): Ditto.
5618 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
5619 * frv-tdep.c (new_variant): Ditto.
5620 (frv_stopped_data_address): Ditto.
5621 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
5622 (context_alloc): Ditto.
5623 (frame_state_alloc): Ditto.
5624 (unwind_tmp_obstack_init): Ditto.
5625 (unwind_tmp_obstack_free): Ditto.
5626 (cfi_read_fp): Ditto.
5627 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
5628 (cris_pop_frame): Ditto.
5629 * c-lang.c (scanning_macro_expansion): Ditto.
5630 (finished_macro_expansion): Ditto.
5631 (c_preprocess_and_parse): Ditto.
5632 * gdbarch.sh: Ditto.
5633 * gdbarch.h, gdbarch.c: Regenerate.
5634 * config/mn10200/tm-mn10200.h: Adjust indentation.
5635 * target.c: Adjust indentation.
5636 * symtab.h: Adjust indentation.
5637 * stabsread.h: Adjust indentation.
5638 * remote-es.c: Adjust indentation.
5639 * os9kread.c: Adjust indentation.
5640
5641 2002-07-10 Andrew Cagney <ac131313@redhat.com>
5642
5643 * wince.c (_initialize_wince): Rename _initialize_inftarg.
5644 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
5645
5646 2002-07-10 Grace Sainsbury <graces@redhat.com>
5647
5648 * NEWS: Mention m68k, mcore multi-arching.
5649 * MAINTAINERS: Change status of m68k, mcore to reflect
5650 multi-arching.
5651
5652 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
5653
5654 * valops.c (find_overload_match): Free oload_syms.
5655
5656 2002-07-09 Joel Brobecker <brobecker@gnat.com>
5657
5658 Define HAVE_SYS_PROC_H if sys/proc.h exists
5659 * configure.in: Add check for sys/proc.h
5660 * config.in: Regenerate.
5661 * configure: Regenerate.
5662
5663 2002-07-09 Grace Sainsbury <graces@redhat.com>
5664
5665 * config/m68k/tm-m68k.h: Remove macros wrapped in
5666 #if !GDB_MULTI_ARCH.
5667
5668 2002-07-08 Andrew Cagney <ac131313@redhat.com>
5669
5670 * config.in, configure: Regenerate.
5671
5672 2002-07-08 Mark Kettenis <kettenis@gnu.org>
5673
5674 * dwarf2cfi.c: Include "gcore.h".
5675 (execute_stack_op): Fix implementation of the
5676 DW_OP_deref and DW_OP_deref_size operators by letting do their
5677 lookup in the target.
5678
5679 2002-07-07 Mark Kettenis <kettenis@gnu.org>
5680
5681 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
5682 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
5683 tdep->sc_sp_offset.
5684
5685 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
5686
5687 Fix PR gdb/595, gdb/602
5688 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
5689 Don't call value_cast, just read the vtable pointer; update comments
5690 to match.
5691
5692 2002-07-05 Grace Sainsbury <graces@redhat.com>
5693
5694 * config/mcore/tm-mcore.h: Remove file.
5695 * config/mcore/mcore.mt: Remove definition of TM_FILE
5696 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
5697
5698 2002-07-05 Mark Kettenis <kettenis@gnu.org>
5699
5700 * i386bsd-tdep.c: Include "gdb_string.h".
5701
5702 2002-07-04 Grace Sainsbury <graces@redhat.com>
5703
5704 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
5705 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
5706 mcore-tdep.
5707 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
5708 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
5709 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
5710 (RETVAL_REGNUM): Move macros from tm-mcore.h
5711 (mcore_reg_struct_has_addr): New function.
5712 (mcore_gdbarch_init): Added initializations for the macros removed
5713 from tm-mcore.h.
5714
5715 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5716
5717 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
5718 traditonal string branding within the ELF header.
5719
5720 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
5721
5722 * symtab.c (remove_params): New function.
5723 (make_symbol_overload_list): Use it instead of cplus_demangle.
5724 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
5725
5726 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5727
5728 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
5729
5730 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
5731 New variables.
5732 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
5733 and tdep->sigtramp_end.
5734 * i386obsd-nat.c: New file.
5735 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
5736
5737 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
5738 Don't call get_current_frame().
5739
5740 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
5741
5742 * i386-nat.c (child_post_startup_inferior): New function
5743 calling i386_cleanup_dregs if
5744 I386_USE_GENERIC_WATCHPOINTS is defined.
5745 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
5746 conditional to acknowledge that i386-nat.c has its
5747 own child_post_startup_inferior function.
5748
5749 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5750
5751 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
5752 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
5753 instead of MAX_REGISTER_RAW_SIZE.
5754 (i386_extract_return_value, i386_extract_struct_value_address):
5755 Convert to use regcache.
5756 (i386_gdbarch_init): Set max_register_raw_size and
5757 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
5758 Set extract_return_value and extract_struct_value_address instead
5759 of their deprecated variants.
5760
5761 Convert i386 target to generic dummy frames.
5762 * i386-tdep.c: Include "symfile.h".
5763 (i386_frameless_signal_p): Consider a function to be frameless if
5764 the pc points at the first instruction of the function.
5765 (i386_frame_chain): Handle (generic) call dummies.
5766 (i386_frame_saved_pc): Likewise.
5767 (i386_frame_init_saved_regs): Remove code dealing with call
5768 dummies on the stack.
5769 (i386_push_dummy_frame): Removed.
5770 (i386_call_dummy_words): Removed.
5771 (i386_fix_call_dummy): Removed.
5772 (i386_push_return_address): New function.
5773 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
5774 parameter, and don't call get_current_frame.
5775 (i386_pop_frame): New function.
5776 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
5777 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
5778 entry_point_address, set call_dummy_breakpoint_offset to 0, set
5779 call_dummy_length to 0, set call_dummy_words to NULL, set
5780 sizeof_call_dummy_words to 0, set fix_call_dummy to
5781 generic_fix_call_dummy, set pc_in_call_dummy to
5782 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
5783 generic_push_dummy_frame, set push_return_address to
5784 i386_push_return_address and set frame_chain_valid to
5785 generic_file_frame_chain_valid.
5786
5787 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5788
5789 * gdbarch.sh (struct regcache): Add opaque declaration.
5790 (EXTRACT_RETURN_VALUE): New architecture method.
5791 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
5792 * gdbarch.h, gdbarch.c: Regenerate.
5793 * arch-utils.c (legacy_extract_return_value): New function.
5794 * arch-utils.h (legacy_extract_return_value): Declare.
5795 * values.c (value_being_returned): Re-enable code handling
5796 EXTRACT_STRUCT_VALUE_ADDRESS. Move
5797 deprecated_grub_regcache_for_registers call to block handling
5798 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5799 (EXTRACT_RETURN_VALUE): Do not define.
5800
5801 2002-07-03 Grace Sainsbury <graces@redhat.com>
5802
5803 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5804 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5805 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5806 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5807 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5808 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5809 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5810 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5811 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5812 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5813 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5814 argument so the function fits the prototype in the architecture
5815 vector.
5816 (mcore_pop_frame): Remove argument so the function fits the
5817 prototype. Use get_current_frame instead of the argument.
5818 (mcore_push_arguments): Change type of struct_return so the
5819 function can be used in the architecture vector.
5820 (mcore_store_struct_return): Add.
5821 (mcore_frame_init_saved_regs): Add.
5822 (mcore_gdbarch_init): Add function calls to replace the macros
5823 removed from tm-mcore.h
5824
5825 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5826
5827 * infcmd.c (print_return_value): Remove compatibility code calling
5828 deprecated_grub_regcache_for_registers.
5829
5830 * values.c: Include "regcache.h".
5831 (value_being_returned): Update. Use
5832 deprecated_grub_regcache_for_registers to extract the register
5833 buffer address.
5834 * value.h (value_being_returned): Change ``retbuf'' parameter to a
5835 ``struct regcache''.
5836 * Makefile.in (values.o): Add dependency on $(regcache_h).
5837
5838 * inferior.h (run_stack_dummy): Change type of second parameter to
5839 a ``struct regcache''.
5840 * valops.c (hand_function_call): Change type of retbuf to ``struct
5841 regcache''. Allocate using regcache_xmalloc, clean using
5842 make_cleanup_regcache_xfree.
5843 * infcmd.c (run_stack_dummy): Update. Use
5844 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5845
5846 * regcache.c (do_regcache_xfree): New function.
5847 (make_cleanup_regcache_xfree): New function.
5848 * regcache.h (make_cleanup_regcache_xfree): Declare.
5849
5850 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5851
5852 * event-top.c (command_line_handler): Don't read past
5853 beginning of buffer.
5854
5855 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5856
5857 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
5858 struct frame_id.
5859 (varobj_create): Store frame_id for root.
5860 (varobj_gen_name): Use xasprintf.
5861 (varobj_update): Save and restore frame using get_frame_id() and
5862 frame_find_by_id().
5863 (create_child): Use xasprintf.
5864 (new_root_variable): Initialize frame_id.
5865 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5866 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5867 to prevent memory leak.
5868
5869 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5870
5871 * valops.c (hand_function_call): Move declaration of retbuf to
5872 start of function, allocate using malloc, add a cleanup but before
5873 the inf_status cleanup, cleanup the buffer. Rename local variable
5874 old_chain to inf_status_cleanup.
5875
5876 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5877
5878 * top.c (execute_command): Use cmd_func() and cmd_func_p().
5879
5880 * cli/cli-decode.c (cmd_func_p): New function.
5881 (cmd_func): New function.
5882
5883 * command.h: Add cmd_func() and cmd_func_p().
5884
5885 2002-07-03 Grace Sainsbury <graces@redhat.com>
5886
5887 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5888 (REGISTER_SIZE): Remove.
5889 (MAX_REGISTER_RAW_SIZE): Remove.
5890 (REGISTER_VIRTUAL_TYPE): Remove.
5891 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5892 (REGISTER_NAME): Remove.
5893 (USE_GENERIC_DUMMY_FRAMES): Remove.
5894 (CALL_DUMMY): Remove.
5895 (CALL_DUMMY_START_OFFSET): Remove.
5896 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5897 (CALL_DUMMY_LOCATION): Remove.
5898 (FIX_CALL_DUMMY): Remove.
5899 (CALL_DUMMY_ADDRESS): Remove.
5900 (SIZEOF_CALL_DUMMY_WORDS): Remove.
5901 (SAVE_DUMMY_FRAME_TOS): Remove.
5902 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5903 (mcore_register_virtual_type): New function.
5904 (mcore_register_byte): New function.
5905 (mcore_register_size): New function.
5906 (mcore_register_name): New function.
5907 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5908 macros removed from tm-mcore.h.
5909 (mcore_dump_tdep): Add.
5910 (_initialize_mcore_tdep): Add gdbarch_register call.
5911
5912 2002-07-03 Mark Kettenis <kettenis@gnu.org>
5913
5914 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5915 frameless_look_for_prologue, such that we actually call this
5916 function.
5917
5918 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5919
5920 * frame.h (frame_address_in_block): New function.
5921
5922 * blockframe.c (frame_address_in_block): New function extracted
5923 from get_frame_block().
5924 (get_frame_block): Use frame_address_in_block().
5925 (block_innermost_frame): Use frame_address_in_block() to match
5926 the frame pc address against the block boundaries rather than
5927 the frame pc directly. This prevents a failure when a frame pc
5928 is actually a return-address pointing immediately after the end
5929 of the given block.
5930
5931 2002-07-02 Grace Sainsbury <graces@redhat.com>
5932
5933 * MAINTAINERS: Add self under write after approval.
5934
5935 2002-07-02 Grace Sainsbury <graces@redhat.com>
5936
5937 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5938 used in architecture vector. The default is
5939 m68k_local_breakpoint_from_pc.
5940 (m68k_local_breakpoint_from_pc): Add.
5941 (enum): Add register numbers from tm-m68k.h.
5942 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5943 vector.
5944 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5945 GDB_MULTI_ARCH_PARTIAL.
5946 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5947 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5948 m68k-tdep.c.
5949 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5950 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5951 to enum in m68k-tdep.c
5952
5953 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5954
5955 * solib-osf.c (open_map): Compute the list of shared libraries
5956 loaded by the inferior, rather than the list of libraries loaded
5957 by GDB itself. Otherwise, GDB ends up reading the symbols from
5958 the wrong shared libraries...
5959
5960 2002-07-02 Mark Kettenis <kettenis@gnu.org>
5961
5962 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5963 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5964 macros.
5965 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5966 Remove functions.
5967 (FRAMELESS_SIGNAL): Remove function.
5968 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5969 i386_linux_saved_pc_after_call): Removed.
5970 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5971 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5972 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5973
5974 * i386-tdep.c (i386_frameless_signal_p): New function.
5975 (i386_frame_chain): Deal with frameless signals.
5976 (i386_sigtramp_saved_sp): New function.
5977 (i386_frame_saved_pc): Deal with frameless signals.
5978 (i386_saved_pc_after_call): Make sure the correct value is
5979 returned just after entry into a sigtramp.
5980 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5981 i386fbsd4_sc_sp_offset): New variables.
5982 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5983 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5984 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5985 similiar to what we already did for sc_pc_offset.
5986 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5987 tdep->sc_sp_offset.
5988
5989 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5990
5991 2002-07-02 Michal Ludvig <mludvig@suse.cz>
5992
5993 * config/i386/tm-x86-64linux.h: New.
5994 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5995 definitions.
5996 * config/i386/nm-x86-64.h: Rename to ...
5997 * config/i386/nm-x86-64linux.h: ... this one.
5998 * config/i386/x86-64linux.mh: Reflect the above change.
5999
6000 2002-07-01 Mark Kettenis <kettenis@gnu.org>
6001
6002 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
6003 with sigcontext_addr. Add sc_sp_offset.
6004 (i386bsd_sigtramp_saved_pc): Remove prototype.
6005 (i386bsd_sicontext_addr): Add prototype.
6006 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
6007 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
6008 (i386_svr4_sigtramp_saved_pc): Removed.
6009 (i386_svr4_sigcontext_addr): New function.
6010 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
6011 Initialize tdep->sigcontext_addr instead. Initialize
6012 tdep->sc_pc_offset and tdep->sc_sp_offset.
6013 (i386_gdbarch_init): Likewise.
6014 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
6015 any more.
6016 (i386bsd_sigtramp_saved_pc): Remove function.
6017 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
6018 Initialize tdep->sigcontext_addr instead. Initialize
6019 tdep->sc_pc_offset.
6020 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
6021 of tdep->sigtramp_saved_pc.
6022 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
6023 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
6024 instead.
6025
6026 * i386-tdep.c (i386_frameless_function_invocation,
6027 i386_frame_num_args, i386_frame_init_saved_regs,
6028 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
6029 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
6030 i386_extract_return_value, i386_store_return_value,
6031 i386_extract_struct_value_address, i386_register_virtual_type,
6032 i386_register_convertible, i386_register_convert_to_virtual,
6033 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
6034 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
6035 static.
6036
6037 2002-07-01 Mark Kettenis <kettenis@gnu.org>
6038
6039 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
6040
6041 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
6042 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
6043 this macro. Include "value.h".
6044
6045 2002-06-30 Aidan Skinner <aidan@velvet.net>
6046
6047 * ada-exp.tab.c: remove as it's a generated file
6048 * ada-lex.c: remove as it's a generated file
6049
6050 2002-06-30 Mark Kettenis <kettenis@gnu.org>
6051
6052 * config/i386/tm-i386.h (struct frame_info, struct
6053 frame_saved_regs, struct value, struct type): Remove forward
6054 declarations.
6055
6056 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
6057 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
6058 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
6059 (FILL_FPXREGSET): Define.
6060
6061 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
6062
6063 * configure.tgt (i[3456]86-*-openbsd*): Fold into
6064 i[3456]86-*-netbsd* case.
6065 * config/i386/tm-obsd.h: Removed.
6066 * config/i386/obsd.mt: Removed.
6067 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
6068 core-aout.o.
6069 (MH_CFLAGS): Add -DYYDEBUG=0.
6070
6071 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
6072 i386nbsd_sc_pc_offset on OpenBSD too.
6073
6074 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
6075 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
6076 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
6077 define.
6078 * i386bsd-tdep.c: Include "arch-utils.h".
6079 (i386bsd_aout_in_solib_call_trampoline): New function.
6080 (i386bsd_init_abi): Set in_solib_call_trampoline to
6081 i386bsd_aout_in_solib_call_trampoline.
6082 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
6083 in_solib_call_trampoline to generic_in_solib_call_trampoline.
6084
6085 2002-06-28 Andrew Cagney <ac131313@redhat.com>
6086
6087 * macrotab.h: Do not include "obstack.h" or "bcache.h".
6088 (struct obstack, struct bcache): Add opaque declarations.
6089 * Makefile.in (macrotab_h): Update
6090
6091 2002-06-28 Andrew Cagney <ac131313@redhat.com>
6092
6093 * blockframe.c (generic_find_dummy_frame): Change return type to
6094 ``struct regcache''.
6095 (struct dummy_frame): Replace field ``registers'' with regcache, a
6096 struct regcache object.
6097 (generic_find_dummy_frame): Update.
6098 (generic_push_dummy_frame): Update. Use regcache_xfree,
6099 regcache_xmalloc and regcache_cpy.
6100 (generic_pop_dummy_frame): Update. Use regcache_cpy and
6101 regcache_xfree.
6102 (deprecated_generic_find_dummy_frame): Update.
6103 (generic_read_register_dummy): Update. Use
6104 regcache_read_as_address.
6105 (generic_call_dummy_register_unwind): Update. Use regcache_read.
6106 (generic_get_saved_register): Update. Use regcache_read.
6107
6108 2002-06-28 Andrew Cagney <ac131313@redhat.com>
6109
6110 * Makefile.in (objfiles_h): Add $(bcache_h).
6111 * objfiles.h: Include "bcache.h".
6112
6113 * Makefile.in (symtab_h): Remove $(bcache_h).
6114 * symtab.h: Do not include "bcache.h".
6115
6116 2002-06-28 Andrew Cagney <ac131313@redhat.com>
6117
6118 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
6119 generic_func_frame_chain_valid.
6120
6121 2002-06-28 David O'Brien <obrien@FreeBSD.org>
6122
6123 * config/i386/nm-fbsd.h: Include <sys/param.h>.
6124 * config/i386/tm-fbsd.h: Likewise.
6125
6126 2002-06-28 Andrew Cagney <ac131313@redhat.com>
6127
6128 * rs6000-tdep.c (rs6000_gdbarch_init): Use
6129 generic_unwind_get_saved_register.
6130
6131 2002-06-27 Andrew Cagney <ac131313@redhat.com>
6132
6133 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
6134 * regcache.c (supply_register): Add missing argument to
6135 register_buffer call.
6136
6137 2002-06-27 Andrew Cagney <ac131313@redhat.com>
6138
6139 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
6140 Solaris /bin/grep does not not like it. From Peter Schauer.
6141
6142 2002-06-26 Tom Tromey <tromey@redhat.com>
6143
6144 * command.h (add_setshow_cmd): Declare.
6145 (add_setshow_cmd_full): Declare.
6146 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
6147 returns void. Use add_setshow_cmd_full.
6148 (add_setshow_cmd_full): New function.
6149 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
6150 (add_setshow_boolean_cmd): Likewise.
6151
6152 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
6153
6154 * config/vax/tm-vax.h: Protect from multiple inclusion.
6155 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
6156 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
6157 * config/vax/tm-vaxbsd.h: ...here. New file.
6158 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
6159
6160 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
6161
6162 * config/vax/tm-vax.h (BREAKPOINT): Remove.
6163 (BELIEVE_PCC_PROMOTION): Remove.
6164 (AP_REGNUM): Move to...
6165 * config/vax/nm-vax.h: ...here.
6166 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
6167 (vax_breakpoint_from_pc): New function.
6168 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
6169 and gdbarch_believe_pcc_promotion.
6170
6171 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
6172
6173 * Makefile.in (vax_tdep_h): Define.
6174 (vax-tdep.o): Use $(vax_tdep_h).
6175 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
6176 (vax_dump_tdep): New function.
6177 (_initialize_vax_tdep): Register vax_dump_tdep.
6178 * vax-tdep.h: Include osabi.h.
6179 (struct gdbarch_tdep): New.
6180
6181 2002-06-26 Andrew Cagney <cagney@redhat.com>
6182
6183 * frame.h (deprecated_generic_find_dummy_frame): Rename
6184 generic_find_dummy_frame.
6185 * blockframe.c (generic_find_dummy_frame): Make static.
6186 (deprecated_generic_find_dummy_frame): New function.
6187 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
6188 generic_find_dummy_frame with deprecated_find_dummy_frame.
6189 (sh64_nofp_frame_init_saved_regs): Ditto.
6190 (sh_fp_frame_init_saved_regs): Ditto.
6191 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
6192 (s390_frame_chain): Ditto.
6193 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
6194
6195 2002-06-26 Grace Sainsbury <graces@redhat.com>
6196
6197 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
6198 gdbarch vector are at the top.
6199 (NUM_REGS): Remove.
6200 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
6201 (FRAME_ARGS_ADDRESS): Remove.
6202 (FRAME_LOCALS_ADDRESS): Remove.
6203 (FRAME_NUM_ARGS): Remove.
6204 (FRAME_ARGS_SKIP): Remove.
6205 * m68k-tdep.c (enum): Add eumeration of special register numbers.
6206 (m68k_gdbarch_init): Add gdbarch initializations for macros
6207 undefined in tm-m68k.h
6208
6209 2002-06-26 Grace Sainsbury <graces@redhat.com>
6210
6211 * monitor.h: Add the function regname to monitor_ops
6212 structure. This way NUM_REGS does not have to be a constant.
6213 * monitor.c (monitor_fetch_register): Added support for regname
6214 function. The function is called if the array regnames is NULL.
6215 (monitor_store_register): Same.
6216 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
6217 regnames array.
6218 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
6219 cpu32bug_cmds.regname to point to new function.
6220 * abug-rom.c (abug_regname): Same as above.
6221 (init_abug_cmds): Same.
6222 * dbug-rom.c (dbug_regname): Same as above.
6223 (init_dbug_cmds): Same.
6224 * remote-est.c (est_regname): Same.
6225 (init_est_cmds): Same.
6226 * rom68k-rom.c (rom68k_regname): Same.
6227 (init_rom68k_cmds): Same.
6228
6229 2002-06-25 Tom Tromey <tromey@redhat.com>
6230
6231 * breakpoint.c (delete_command): Don't repeat `delete' commands.
6232
6233 2002-06-25 Andrew Cagney <cagney@redhat.com>
6234
6235 * infrun.c (stop_registers): Change variable's type to ``struct
6236 regcache'''.
6237 (xmalloc_inferior_status): Delete function.
6238 (free_inferior_status): Delete function.
6239 (normal_stop): Use regcache_cpy.
6240 (struct inferior_status): Change type of fields ``stop_registers''
6241 and ``registers'' to ``struct regcache''.
6242 (write_inferior_status_register): Use regcache_write.
6243 (save_inferior_status): Instead of calling
6244 xmalloc_inferior_status, allocate the inf_status buffer directly.
6245 Use regcache_dup_no_passthrough and regcache_dup to save the
6246 buffers.
6247 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
6248 Replace the stop_registers regcache instead of overriding it. Use
6249 regcache_xfree. Instead of calling free_inferior_status, xfree
6250 the buffer directly.
6251 (discard_inferior_status): Use regcache_xfree. Instead of calling
6252 free_inferior_status, xfree the buffer directly.
6253 (build_infrun): Use regcache_xmalloc.
6254 (_initialize_infrun): Delete redundant call to build_infrun.
6255
6256 * Makefile.in (infcmd.o): Add $(regcache_h).
6257
6258 * infcmd.c: Include "regcache.h".
6259 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
6260 obtain the address of `stop_registers' register buffer.
6261 (print_return_value): Ditto.
6262
6263 * inferior.h (struct regcache): Add opaque declaration.
6264 (stop_registers): Change variable's declared type to ``struct
6265 regcache''.
6266
6267 2002-06-24 Tom Tromey <tromey@redhat.com>
6268
6269 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
6270 * target.c (initialize_targets): Fixed typo in
6271 trust-readonly-sections `show' documentation.
6272
6273 * main.c: Marked all strings with _().
6274
6275 2002-06-24 Don Howard <dhoward@redhat.com>
6276
6277 * memattr.c (create_mem_region): Treat hi == 0 as a special case
6278 that means max CORE_ADDR+1.
6279 (lookup_mem_region): Ditto.
6280 (mem_info_command): Ditto.
6281
6282 2002-06-24 Grace Sainsbury <graces@redhat.com>
6283
6284 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
6285 (REGISTER_BYTES_OK): Remove.
6286 (REGISTER_BYTES): Remove.
6287 (STORE_STRUCT_RETURN): Remove.
6288 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
6289 (STORE_RETURN_VALUE): Remove.
6290 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
6291 (FRAME_CHAIN): Remove.
6292 (FRAMELESS_FUNCTION_INVOCATION): Remove.
6293 (FRAME_SAVED_PC): Remove.
6294 * m68k-tdep.c (m68k_register_bytes_ok):Add.
6295 (m68k_store_struct_return): Add.
6296 (m68k_deprecated_extract_return_value): Add.
6297 (m68k_deprecated_extract_struct_value_address): Add.
6298 (m68k_store_return_value): Add.
6299 (m68k_frame_chain): Add.
6300 (m68k_frameless_function_invocation): Add.
6301 (m68k_frame_saved_pc): Add.
6302 (m68k_gdbarch_init): added set_gdbarch calls for new
6303 functions and deleted macros.
6304
6305 2002-06-23 Tom Tromey <tromey@redhat.com>
6306
6307 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
6308 (ALLDEPFILES): Likewise.
6309 (udiheaders): Removed.
6310 (udip2soc.o): Likewise.
6311 (udi2go32.o): Likewise.
6312 (udr.o): Likewise.
6313 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
6314
6315 2002-06-22 Andrew Cagney <ac131313@redhat.com>
6316
6317 * infrun.c (_initialize_infrun): Delete unnecessary call to
6318 build_infrun.
6319
6320 * regcache.h: Update comments describing the regcache_cpy family
6321 of functions.
6322 (regcache_save, regcache_restore): Delete declaration.
6323 (regcache_save_no_passthrough): Delete declaration.
6324 (regcache_restore_no_passthrough): Delete declaration.
6325 * regcache.c (regcache_save): Delete function.
6326 (regcache_save_no_passthrough): Delete function.
6327 (regcache_restore): Delete function.
6328 (regcache_restore_no_passthrough): Delete function.
6329
6330 2002-06-21 Andrew Cagney <ac131313@redhat.com>
6331
6332 * config/m68k/tm-m68k.h: Fix typo.
6333 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
6334 (m68k_frame_init_saved_regs): Declare.
6335
6336 2002-06-21 Jim Blandy <jimb@redhat.com>
6337
6338 Remove some vestiges of Harris 88k support.
6339 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
6340 register numbering quirk.
6341 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
6342 odd symbols occurring in Harris 88k ELF targets.
6343
6344 2002-06-21 Tom Tromey <tromey@redhat.com>
6345
6346 * gdb_locale.h: New file.
6347 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
6348 (defs_h): Added gdb_locale.h.
6349 * configure, config.in: Rebuilt.
6350 * configure.in (PACKAGE): Define.
6351 * defs.h: Include gdb_locale.h.
6352 * main.c (captured_main): Call setlocale, bindtextdomain,
6353 textdomain.
6354
6355 2002-06-21 Dave Brolley <brolley@redhat.com>
6356
6357 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
6358 * config/frv/frv.mt: New file.
6359 * config/frv/tm-frv.h: New file.
6360 * configure.tgt: Support frv-*-*.
6361 * Makefile.in (frv-tdep.o): New target.
6362 * frv-tdep.c: New file.
6363 * NEWS: Mention frv.
6364
6365 2002-06-21 Dave Brolley <brolley@redhat.com>
6366
6367 * MAINTAINERS: Add self to "Write After Approval" list.
6368
6369 2002-06-21 Grace Sainsbury <graces@redhat.com>
6370
6371 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
6372 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
6373 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
6374 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
6375 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
6376
6377 * m68k-tdep.c: Include arch-utils.h
6378 (m68k_register_raw_size): Add.
6379 (m68k_register_virtual_size): Add.
6380 (m68k_register_virtual_type): Add.
6381 (m68k_register_name): Add.
6382 (m68k_stack_align): Add.
6383 (m68k_register_byte): Add.
6384 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
6385 tm-m68k.h.
6386
6387 2002-06-21 Grace Sainsbury <graces@redhat.com>
6388
6389 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
6390 m68k_find_saved_regs.
6391 (m68k_pop_frame): Removed saved_regs structure, and replaced
6392 references to it with frame->saved_regs.
6393 (m68k_gdbarch_init): Added function calls to initialize the
6394 gdbarch structure.
6395 (m68k_fix_call_dummy): Add.
6396 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
6397 (CALL_DUMMY): Remove.
6398 (CALL_DUMMY_LENGTH): Remove.
6399 (CALL_DUMMY_START_OFFSET): Remove.
6400 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
6401 (FIX_CALL_DUMMY): Remove.
6402 (PUSH_DUMMY_FRAME): Remove.
6403 (POP_FRAME): Remove.
6404
6405 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
6406
6407 * parse.c (parse_fprintf): New function used to avoid calls to
6408 fprintf in bison parser generated debug code.
6409 * parser-defs.h: Declaration of new parse_fprintf function.
6410 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
6411 Set YYDEBUG to 1 by default.
6412 Set YYFPRINTF as parse_fprintf.
6413
6414 2002-06-21 Michal Ludvig <mludvig@suse.cz>
6415
6416 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
6417 encoding anymore.
6418 (pointer_encoding, enum ptr_encoding): New.
6419 (execute_cfa_program): Take care about pointer encoding.
6420 (dwarf2_build_frame_info): Only call parse_frame_info for
6421 .debug_frame and .eh_frame.
6422 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
6423 fixed augmentation handling, added relative addressing,
6424 ignore duplicate FDEs. Added comments.
6425 * dwarf2cfi.c: Reindented.
6426
6427 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
6428
6429 * event-top.c (command_handler): Don't use space_at_cmd_start
6430 unless there is sbrk() on the host. Assign time and space data
6431 to union fields of the appropriate length.
6432
6433 2002-06-20 Michal Ludvig <mludvig@suse.cz>
6434
6435 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
6436 x86_64_register_name. Return type changed to 'const char *'.
6437 (x86_64_register_name2nr): Rename to x86_64_register_number.
6438 (x86_64_gdbarch_init): Update to reflect the change.
6439 * x86-64-tdep.h: Ditto.
6440 * x86-64-linux-nat.c (x86_64_fxsave_offset)
6441 (supply_fpregset): Ditto.
6442
6443 2002-06-19 Andrew Cagney <cagney@redhat.com>
6444
6445 * regcache.h: Update copyright.
6446 (struct regcache, struct gdbarch): Add opaque declarations.
6447 (current_regcache): Declare global variable.
6448 (regcache_read, regcache_write): Add gdbarch parameter.
6449 (regcache_save, regcache_save_no_passthrough)
6450 (regcache_restore, regcache_restore_no_passthrough)
6451 (regcache_dup, regcache_dup_no_passthrough)
6452 (regcache_cpy, regcache_cpy_no_passthrough)
6453 (deprecated_grub_regcache_for_registers)
6454 (deprecated_grub_regcache_for_register_valid)
6455 (regcache_valid_p): Add function declarations.
6456
6457 * regcache.c: Update copyright.
6458 (regcache_descr_handle): New global variable.
6459 (struct regcache_descr): Define.
6460 (init_legacy_regcache_descr, init_regcache_descr): New functions.
6461 (regcache_descr, xfree_regcache_descr): New functions.
6462 (struct regcache): Define.
6463 (regcache_xmalloc, regcache_xfree): New functions.
6464 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
6465 (regcache_dup, regcache_dup_no_passthrough): New functions.
6466 (regcache_valid_p, regcache_read_as_address): New functions.
6467 (deprecated_grub_regcache_for_registers): New function.
6468 (deprecated_grub_regcache_for_register_valid): New function.
6469 (current_regcache): New global variable.
6470 (register_buffer): Add regcache parameter. Update calls.
6471 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
6472 (read_register_gen, write_register_gen): Update register_buffer
6473 call. Test for legacy_p instead of gdbarch_register_read_p or
6474 gdbarch_register_write_p.
6475 (regcache_collect): Update register_buffer call.
6476 (build_regcache): Rewrite. Use deprecated grub functions.
6477 (regcache_save, regcache_save_no_passthrough): New functions.
6478 (regcache_restore, regcache_restore_no_passthrough): New
6479 functions.
6480 (_initialize_regcache): Create the regcache_data_handle. Swap
6481 current_regcache global variable.
6482
6483 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
6484 parameter to regcache_read and regcache_write calls.
6485 (sh4_register_read): Ditto.
6486 (sh64_pseudo_register_read): Ditto.
6487 (sh64_register_read): Ditto.
6488 (sh_pseudo_register_write): Ditto.
6489 (sh4_register_write): Ditto.
6490 (sh64_pseudo_register_write): Ditto.
6491 (sh64_register_write): Ditto.
6492
6493 * defs.h (XCALLOC): Define.
6494
6495 2002-06-19 Grace Sainsbury <graces@redhat.com>
6496
6497 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
6498 * m68k-tdep.c (m68k_gdbarch_init): Added.
6499 (m68k_dump_tdep): Added.
6500
6501 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
6502
6503 * ada-lang.c (fill_in_ada_prototype): Update comment.
6504
6505 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
6506
6507 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
6508 MIPS_ABI_LAST.
6509 (mips_abi_string, mips_abi_strings): New.
6510 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
6511 (mips_gdbarch_init): Set tdep->found_abi. Don't set
6512 tdep->mips_abi_string. Honor mips_abi_string. Default to
6513 O32 if no ABI is found.
6514 (mips_dump_tdep): Use mips_abi_strings.
6515 (mips_abi_update): New function.
6516 (_initialize_mips_tdep): Initialize mips_abi_string. Add
6517 ``set mips abi'' and ``show mips abi''. Check the size of
6518 mips_abi_strings.
6519
6520 2002-06-19 Andrew Cagney <cagney@redhat.com>
6521
6522 * i386-linux-tdep.c (i386_linux_register_name): Make return type
6523 constant.
6524
6525 2002-06-18 Joel Brobecker <brobecker@gnat.com>
6526
6527 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
6528 current frame using only the first stack size adjustment. All
6529 subsequent size adjustments are not considered to be part of
6530 the "static" part of the current frame.
6531 Compute the address of the saved registers relative to the
6532 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
6533 in use in this frame.
6534
6535 2002-06-18 Don Howard <dhoward@redhat.com>
6536
6537 * valops.c (value_ind): Use value_at_lazy() when dereferencing
6538 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
6539 suggesting this solution.
6540
6541 2002-06-18 Andrew Cagney <ac131313@redhat.com>
6542
6543 * config/romp/xm-rtbsd.h: Delete file.
6544 * config/romp/rtbsd.mh: Delete file.
6545
6546 2002-06-18 Keith Seitz <keiths@redhat.com>
6547
6548 * breakpoint.c (condition_command): Post breakpoint_modify
6549 when a condition is added to an existing breakpoint.
6550 (commands_command): Likewise for commands.
6551 (set_ignore_count): Likewise for ignore counts.
6552 If no tty, do not simply return, still need to send event
6553 notification.
6554 (ignore_command): Only print a newline if the command came
6555 from a tty.
6556 Don't call breakpoints_changed, since this is now properly
6557 handled by set_ignore_count.
6558
6559 2002-06-18 Andrew Cagney <cagney@redhat.com>
6560
6561 * MAINTAINERS: Note that cris-elf target can be compiled with
6562 -Werror.
6563 * cris-tdep.c (cris_register_name): Make return type constant.
6564 (cris_breakpoint_from_pc): Ditto.
6565
6566 2002-06-18 Michal Ludvig <mludvig@suse.cz>
6567
6568 * frame.h (struct frame_info): Change type of context to
6569 'struct context'.
6570
6571 2002-06-17 Andrew Cagney <cagney@redhat.com>
6572
6573 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
6574 pointer.
6575 * gdbarch.h, gdbarch.c: Regenerate.
6576 * config/mips/tm-mips.h (mips_register_name): Update.
6577 * i386-tdep.h (i386_register_name): Update.
6578 * mips-tdep.c (mips_register_name): Update
6579 * alpha-tdep.c (alpha_register_name): Update.
6580 * arch-utils.c (legacy_register_name): Update.
6581 * arch-utils.h (legacy_register_name): Update.
6582 * avr-tdep.c (avr_register_name): Update.
6583 * ia64-tdep.c (ia64_register_name): Update.
6584 * i386-tdep.c (i386_register_name): Update.
6585 * sparc-tdep.c (sparc32_register_name): Update.
6586 (sparc64_register_name): Update.
6587 (sparclite_register_name): Update.
6588 (sparclet_register_name): Update.
6589 * sh-tdep.c (sh_generic_register_name): Update.
6590 (sh_sh_register_name): Update.
6591 (sh_sh3_register_name): Update.
6592 (sh_sh3e_register_name): Update.
6593 (sh_sh_dsp_register_name): Update.
6594 (sh_sh3_dsp_register_name): Update.
6595 (sh_sh4_register_name): Update.
6596 (sh_sh64_register_name): Update.
6597 * s390-tdep.c (s390_register_name): Update.
6598 * rs6000-tdep.c (rs6000_register_name): Update.
6599 * ns32k-tdep.c (ns32k_register_name_32082): Update.
6600 (ns32k_register_name_32382): Update.
6601 * d10v-tdep.c (d10v_ts2_register_name): Update.
6602 (d10v_ts3_register_name): Update.
6603 * xstormy16-tdep.c (xstormy16_register_name): Update.
6604 * vax-tdep.c (vax_register_name): Update.
6605 * v850-tdep.c (v850_register_name): Update.
6606 * m68hc11-tdep.c (m68hc11_register_name): Update.
6607 * mn10300-tdep.c (mn10300_generic_register_name): Update.
6608 (am33_register_name): Update.
6609
6610 2002-06-17 Grace Sainsbury <graces@redhat.com>
6611
6612 * m68k-tdep.c: Reindented.
6613
6614 2002-06-17 Andrew Cagney <ac131313@redhat.com>
6615
6616 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
6617 list of predefined types.
6618
6619 2002-06-16 Mark Kettenis <kettenis@gnu.org>
6620
6621 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
6622 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
6623 REGISTER_CONVERT_TO_RAW): Remove defines.
6624 (i386_register_virtual_type, i386_register_convertible,
6625 i386_register_convert_to_virtual, i386_register_convert_to_raw):
6626 Remove prototypes.
6627 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6628 macros mentioned above.
6629
6630 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
6631 (i386lynx_saved_pc_after_call): Remove prototype.
6632 * i386ly-tdep.c: Include "i386-tdep.h".
6633 (i386lynx_saved_pc_after_call): Make static. Use
6634 read_memory_nobpt instead of read_memory. Use
6635 read_memory_unsigned_integer instead of read_memory_integer.
6636 (i386lynx_init_abi): New function.
6637 (i386lynx_coff_osabi_sniffer): New function.
6638 (_initialize_i386bsd_tdep): New function.
6639
6640 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
6641 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
6642 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
6643 (i386_fix_call_dummy): Remove prototype.
6644 * i386-tdep.c (i386_call_dummy_words): New variable.
6645 (i386_gdbarch_init): Adjust for removal of the
6646 macros mentioned above.
6647
6648 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6649
6650 * command.h (add_setshow_auto_boolean_cmd): Replace
6651 add_set_auto_boolean_cmd.
6652 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
6653 add_set_auto_boolean_cmd.
6654 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
6655 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
6656 mask-address'' command.
6657 (show_mask_address): Add cmd parameter.
6658 * remote.c (add_packet_config_cmd): Update. Change type of
6659 set_func and show_func to cmd_sfunc_ftype.
6660 (_initialize_remote): Update `set remote Z-packet'
6661 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
6662 (show_remote_protocol_e_packet_cmd): Ditto.
6663 (show_remote_protocol_E_packet_cmd): Ditto.
6664 (show_remote_protocol_P_packet_cmd): Ditto.
6665 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
6666 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
6667 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
6668 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
6669 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
6670 (show_remote_protocol_Z_packet_cmd): Ditto.
6671 (show_remote_protocol_binary_download_cmd): Ditto.
6672 (show_remote_cmd): Pass NULL to all of above.
6673
6674 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6675
6676 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
6677 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
6678 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
6679 POP_FRAME): Remove defines.
6680 (i386_push_arguments, i386_store_struct_return,
6681 i386_extract_return_value, i386_store_return_value,
6682 i386_extract_struct_value_address, i386_push_dummy_frame,
6683 i386_pop_frame): Renove prototypes.
6684 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6685 macros mentioned above.
6686
6687 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6688
6689 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
6690 add_set_boolean_cmd.
6691 (add_setshow_cmd): New function.
6692 * command.h (add_setshow_boolean_cmd): Replace
6693 add_set_boolean_cmd.
6694 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
6695 and ``set rdiromatzero''.
6696 * maint.c (_initialize_maint_cmds): Update commented out code.
6697 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
6698 * target.c (initialize_targets): Update `set
6699 trust-readonly-sections'.
6700 * remote.c (_initialize_remote): Update `set remotebreak'.
6701
6702 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6703
6704 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
6705 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
6706 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
6707 fit into multi-arch framework.
6708 (i386_breakpoint_from_pc): New function.
6709 (i386_gdbarch_init): Adjust for removal of the macros mentioned
6710 above.
6711
6712 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
6713 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
6714 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
6715 (i386_frameless_function_invocation, i386_frame_num_args,
6716 i386_frame_init_saved_regs): Remove prototypes.
6717 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6718 macros mentioned above.
6719
6720 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6721
6722 * cli/cli-decode.c (set_cmd_cfunc): Update.
6723 (set_cmd_sfunc): Update.
6724 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
6725 (set_cmd_sfunc, set_cmd_cfunc): Update.
6726 * cli/cli-decode.h: Update.
6727
6728 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6729
6730 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
6731 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
6732
6733 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6734
6735 * defs.h (auto_boolean): Declare enum.
6736 * command.h (cmd_auto_boolean): Delete enum.
6737 * mips-tdep.c (mask_address_var): Update.
6738 (mips_mask_address_p): Update.
6739 (show_mask_address): Update.
6740 * remote.c (struct packet_config): Update.
6741 (update_packet_config): Update.
6742 (show_packet_config_cmd): Update.
6743 (packet_ok): Update.
6744 (add_packet_config_cmd): Update.
6745 (_initialize_remote):
6746 * command.h: Update.
6747 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
6748 (do_setshow_command): Update.
6749 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
6750 * cli/cli-decode.h: Update.
6751
6752 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6753
6754 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
6755 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
6756 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
6757 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
6758 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
6759 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
6760
6761 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
6762 list of DJGPP COFF targets.
6763
6764 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
6765 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
6766 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
6767 (FP0_REGNUM): Remove define.
6768 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
6769 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
6770 (i386_register_virtual_size): Remove protoype.
6771 * i386-tdep.c (i386_register_virtual_size): Removed.
6772 (i386_extract_return_value, i386_store_return_value): Use
6773 FP0_REGNUM instead of NUM_FREGS to determine whether the
6774 floating-point registers are available.
6775 (i386_gdbarch_init): Tweak FIXME about FPU registers.
6776 Adjust for removal of macros mentioned above.
6777
6778 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6779
6780 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
6781 comments.
6782 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
6783 Remove prototypes.
6784 (supply_gregset, fill_gregset): Remove use of register keyword and
6785 remove declaration for regmap. Use I386_NUM_GREGS instead of
6786 NUM_REGS and NUM_FREGS.
6787 (FPREGSET_FSAVE_OFFSET): Remove.
6788 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
6789 NUM_FREGS to determine whether the floating-point registers are
6790 available.
6791
6792 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
6793 gnu_store_registers): Replace usage of NUM_GREGS with
6794 I386_NUM_GREGS.
6795
6796 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
6797 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
6798 usage of NUM_GREGS with I386_NUM_GREGS.
6799
6800 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6801
6802 * i386bsd-nat.c: Include "i386-tdep.h".
6803 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6804 I386_NUM_GREGS.
6805
6806 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6807 and associated comment. They no longer make any sense, since we
6808 don't use this file anymore on Linux.
6809
6810 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6811 * i386-tdep.c (i386_register_offset, i386_register_size): Use
6812 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6813 elements in these arrays.
6814 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6815 MAX_NUM_REGS.
6816
6817 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6818
6819 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6820 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6821
6822 2002-06-14 Andrew Cagney <cagney@redhat.com>
6823
6824 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6825 EXTRACT_RETURN_VALUE.
6826 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6827 EXTRACT_STRUCT_VALUE_ADDRESS.
6828 * gdbarch.h, gdbarch.c: Regenerate.
6829
6830 * values.c (value_being_returned): Handle
6831 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6832 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6833
6834 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6835 * arm-tdep.c (arm_gdbarch_init): Update.
6836 * avr-tdep.c (avr_gdbarch_init): Update.
6837 * cris-tdep.c (cris_gdbarch_init): Update.
6838 * d10v-tdep.c (d10v_gdbarch_init): Update.
6839 * ia64-tdep.c (ia64_gdbarch_init): Update.
6840 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6841 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6842 * s390-tdep.c (s390_gdbarch_init): Update.
6843 * sh-tdep.c (sh_gdbarch_init): Update.
6844 * s390-tdep.c (s390_gdbarch_init): Update.
6845 * sparc-tdep.c (sparc_gdbarch_init): Update.
6846 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6847 * v850-tdep.c (v850_gdbarch_init): Update.
6848 * vax-tdep.c (vax_gdbarch_init): Update.
6849 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6850 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6851
6852 * config/arc/tm-arc.h: Update.
6853 * config/d30v/tm-d30v.h: Update.
6854 * config/fr30/tm-fr30.h: Update.
6855 * config/h8300/tm-h8300.h: Update.
6856 * config/h8500/tm-h8500.h: Update.
6857 * config/i386/tm-i386.h: Update.
6858 * config/i386/tm-ptx.h: Update.
6859 * config/i386/tm-symmetry.h: Update.
6860 * config/i960/tm-i960.h: Update.
6861 * config/m32r/tm-m32r.h: Update.
6862 * config/m68k/tm-delta68.h: Update.
6863 * config/m68k/tm-linux.h: Update.
6864 * config/m68k/tm-m68k.h: Update.
6865 * config/m88k/tm-m88k.h: Update.
6866 * config/mcore/tm-mcore.h: Update.
6867 * config/mips/tm-mips.h: Update.
6868 * config/mn10200/tm-mn10200.h: Update.
6869 * config/pa/tm-hppa.h: Update.
6870 * config/pa/tm-hppa64.h: Update.
6871 * config/sparc/tm-sp64.h: Update.
6872 * config/sparc/tm-sparc.h: Update.
6873 * config/sparc/tm-sparclet.h: Update.
6874 * config/z8k/tm-z8k.h: Update.
6875
6876 2002-06-14 Andrew Cagney <cagney@redhat.com>
6877
6878 * Makefile.in (i386_linux_tdep_h): Define.
6879 (i386_tdep_h, i387_tdep_h): Define.
6880 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6881 $(i386_tdep_h) and $(i387_tdep_h).
6882 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6883
6884 2002-06-14 Mark Kettenis <kettenis@gnu.org>
6885
6886 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6887 Already covered by the default.
6888
6889 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6890 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
6891 (i386_gdbarch_init): Initialize long_double_format and long_double
6892 bit.
6893
6894 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6895 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
6896 Move these to ...
6897 * config/i386/i386sol2.mh: ... here.
6898 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6899 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6900 (SIGCONTEXT_PC_OFFSET): Remove define.
6901 (IN_SIGTRAMP): Remove define.
6902 * i386-sol2-tdep.c: New file.
6903
6904 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6905 * config/i386/tm-i386nw.h: Removed.
6906
6907 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6908 USE_STRUCT_CONVENTION): Remove defines.
6909 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6910 (get_longjmp_target): Remove prototype.
6911 (IN_SIGTRAMP): Remove define.
6912 (i386bsd_in_sigtramp): Remove prototype.
6913 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6914 function. Update comment accordingly
6915 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6916 (FRAME_SAVED_PC): Remove define.
6917 (i386bsd_frame_saved_pc): Remove prototype.
6918 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6919 GET_LONGJMP_TARGET): Remove defines.
6920 (get_longjmp_target): Remove prototype.
6921 (IN_SIGTRAMP): Remove define.
6922 (i386bsd_in_sigtramp): Remove prototype.
6923 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6924 function. Update comment accordingly
6925 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6926 (FRAME_SAVED_PC): Remove define.
6927 (i386bsd_frame_saved_pc): Remove prototype.
6928 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6929 Remove prototype.
6930 (USE_STRUCT_CONVENTION): Remove prototype.
6931 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6932 declaration.
6933 (_initialize_i386bsd_nat): Revise logic to determine some
6934 constants at compile time when compiling a native GDB. Warn if
6935 things don't match up with what we expect.
6936 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6937 Remove variables.
6938 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6939 to use date stored in `struct gdbarch_tdep'.
6940 (i386bsd_sigcontext_offset): Remove varaible.
6941 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6942 stored in `struct gdbarch_tdep'.
6943 (i386bsd_frame_saved_pc): Make static.
6944 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6945 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6946 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6947 i386fbsd4_sc_pc_offset): New variables.
6948 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6949 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6950 functions.
6951 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6952 functions.
6953 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6954 Modify the value of i386fbsd_sigtramp_start and
6955 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6956 i386fbsd_sigtramp_end.
6957 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6958 function.
6959
6960 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6961 define to i386-linux-tdep.h.
6962 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6963 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6964 defines.
6965 (i386_linux_register_name, i386_linux_register_byte,
6966 i386_linux_register_raw_size): Remove prototypes.
6967 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6968 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6969 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6970 TARGET_WRITE_PC): Remove defines.
6971 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6972 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6973 i386_linux_write_pc): Remove prototypes.
6974 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6975 (get_longjmp_target): Remove prototype.
6976 * i386-linux-tdep.h: New file.
6977 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6978 * i386-linux-tdep.c: Include "i386-tdep.h" and
6979 "i386-linux-tdep.h".
6980 (i386_linux_register_name, i386_linux_register_byte,
6981 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6982 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6983 Make static.
6984 (i386_linux_init_abi): New function.
6985 (_initialize_i386_linux_tdep): New function.
6986
6987 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6988 (i386_saved_pc_after_call): Remove prototype.
6989 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6990 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6991 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6992 (i386_register_name, i386_stab_reg_to_regnum,
6993 i386_dwarf_reg_to_regnum): Remove prototypes.
6994 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6995 SIZEOF_SSE_REGS): Remove defines.
6996 (REGISTER_BYTES): Remove define.
6997 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6998 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6999 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
7000 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
7001 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
7002 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
7003 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
7004 (get_longjmp_target): Remove prototype.
7005 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
7006 (sigtramp_saved_pc): Remove define.
7007 (i386v4_sigtramp_saved_pc): Remove prototype.
7008 * config/i386/tm-go32.h (FRAME_CHAIN,
7009 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
7010 (i386go32_frame_saved_pc): Remove prototype.
7011 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
7012 (get_longjmp_target): Remove prototype.
7013 * i386-tdep.h: Include "osabi.h".
7014 (enum i386_abi): Removed.
7015 (enum struct_return): New enum.
7016 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
7017 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
7018 sc_pc_offset members.
7019 (i386_gdbarch_register_os_abi): Remove prototype.
7020 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
7021 I386_SSE_NUM_REGS): New defines.
7022 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
7023 I386_SSE_SIZEOF_REGS): New defines.
7024 (i386_register_name, i386_register_byte, i386_register_raw_size):
7025 New prototypes.
7026 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
7027 (i386bsd_sigtramp_saved_pc): New prototype.
7028 * i386-tdep.c: Don't include "elf-bfd.h".
7029 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
7030 i386_frame_chain, i386_saved_pc_after_call): Make static.
7031 (i386_frame_saved_pc): Rewrite to call architecture dependent
7032 function to deal with signal handlers. Make static.
7033 (i386go32_frame_saved_pc): Removed.
7034 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
7035 Removed.
7036 (i386_get_longjmp_target): New function.
7037 (default_struct_convention, pcc_struct_convention,
7038 reg_struct_convention, valid_conventions, struct_convention): New
7039 variables.
7040 (i386_use_struct_convention): New function.
7041 (i386v4_sigtramp_saved_pc): Renamed to
7042 i386_svr4_sigtramp_saved_pc. Made static. Moved.
7043 (i386_pc_in_sigtramp): New function.
7044 (i386_abi_names): Removed.
7045 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
7046 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
7047 Removed.
7048 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
7049 i386_gdbarch_register_os_abi): Removed.
7050 (struct i386_abi_handler): Removed.
7051 (i386_abi_handler_list): Removed.
7052 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
7053 functions.
7054 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
7055 i386_nw_init_abi): New functions.
7056 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
7057 Use set_gdbarch_xxx() calls instead of relying on macros for a
7058 number of calls.
7059 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
7060 (_initialize_i386_tdep): Add new 'struct-convcention' command.
7061 Register the various architecture variants defined in this file.
7062
7063 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
7064
7065 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
7066 (struct main_type): Remove arg_types member. Update comments for
7067 struct field.
7068 (TYPE_ARG_TYPES): Remove.
7069 (TYPE_FN_FIELD_ARGS): Update.
7070 (smash_to_method_type): Update prototype.
7071
7072 * c-typeprint.c (cp_type_print_method_args): Take method type
7073 instead of argument list. Use new argument layout. Simplify.
7074 (c_type_print_args): Use new argument layout. Simplify.
7075 (c_type_print_base): Update call to cp_type_print_method_args.
7076 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
7077 argument; use die->type instead. Update call to
7078 smash_to_method_type.
7079 (read_structure_scope): Update call to dwarf2_add_member_fn.
7080 * gdbtypes.c (allocate_stub_method): Update comment.
7081 (smash_to_method_type): Take new NARGS and VARARGS arguments.
7082 Use new argument layout.
7083 (check_stub_method): Use new argument layout. Don't count
7084 void as an argument.
7085 (print_arg_types): Update comments. Use new argument layout.
7086 (recursive_dump_type): Don't print arg_types member.
7087 * hpread.c (hpread_read_struct_type): Use new argument layout.
7088 (fixup_class_method_type): Likewise.
7089 (hpread_type_lookup): Likewise.
7090 * stabsread.c (read_type): Update calls to read_args and
7091 smash_to_method_type.
7092 (read_args): Use new argument layout. Simplify.
7093 * valops.c (typecmp): Use new argument layout. Update parameters
7094 and comments. Simplify.
7095 (hand_function_call): Use new argument layout.
7096 (search_struct_method): Update call to typecmp.
7097 (find_overload_match): Use new argument layout.
7098
7099 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
7100
7101 * NEWS: Mention multithreaded debug support for gdbserver.
7102
7103 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
7104
7105 * MAINTAINERS: Mention NEWS.
7106
7107 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
7108
7109 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
7110 (struct mips_objfile_private, compare_pdr_entries): New.
7111 (non_heuristic_proc_desc): Read the ".pdr" section if it
7112 is present.
7113
7114 2002-06-12 Andrew Cagney <ac131313@redhat.com>
7115
7116 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
7117 (arm_debug): New static variable.
7118 (_initialize_arm_tdep): Add ``set debug arm'' command.
7119
7120 2002-06-12 Andrew Cagney <ac131313@redhat.com>
7121
7122 * Makefile.in (sim_arm_h): Define.
7123 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
7124 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
7125 (arm_register_sim_regno): New function, map an internal REGNUM
7126 onto a simulator register number.
7127 (arm_gdbarch_init): Set register_sim_regno.
7128
7129 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
7130
7131 * MAINTAINERS: Add self.
7132
7133 2002-06-11 Jim Blandy <jimb@redhat.com>
7134
7135 * source.c (source_info): Mention whether the symtab has
7136 information about preprocessor macros.
7137
7138 Call the command `info macro', not `show macro'.
7139 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
7140 Fix error message.
7141 (_initialize_macrocmd): Register `info_macro_command' in
7142 `infolist', not `showlist'.
7143
7144 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
7145
7146 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
7147 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
7148 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
7149 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
7150 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
7151 unconditionally.
7152 (set_mipsfpu_single_command, set_mipsfpu_double_command)
7153 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
7154 (_initialize_mips_tdep): Remove dead code.
7155 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
7156 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
7157 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
7158 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
7159 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
7160 MIPS_LAST_FP_ARG_REGNUM): Remove.
7161
7162 2002-06-11 Michal Ludvig <mludvig@suse.cz>
7163
7164 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
7165 (unwind_tmp_obstack_free, parse_frame_info)
7166 (update_context, cfi_read_fp, cfi_write_fp)
7167 (cfi_frame_chain, cfi_init_extra_frame_info)
7168 (cfi_virtual_frame_pointer): Use the above function.
7169 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
7170
7171 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
7172
7173 * v850-tdep.c (v850_type_is_scalar): New function.
7174 (v850_use_struct_convention): Match current gcc implementation
7175 as close as possible.
7176 (v850_push_arguments): Fix stack_offset handling. Don't write
7177 struct_addr into register. This is done by v850_store_struct_return.
7178 (v850_extract_return_value): Care for structs.
7179 (v850_store_return_value): Ditto.
7180 (v850_store_struct_return): Actually write address.
7181
7182 2002-06-11 Michal Ludvig <mludvig@suse.cz>
7183
7184 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
7185 without debug information too.
7186
7187 2002-06-10 Andrew Cagney <ac131313@redhat.com>
7188
7189 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
7190 Make multi-arch pure.
7191 * gdbarch.h, gdbarch.c: Re-generate.
7192 * arm-tdep.c (arm_print_float_info): Update.
7193 * arch-utils.h (default_print_float_info): Update.
7194 * arch-utils.c (default_print_float_info): Update.
7195 * infcmd.c (float_info): Update call.
7196
7197 2002-06-10 Andrew Cagney <ac131313@redhat.com>
7198
7199 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
7200 the front of the initialize list.
7201
7202 2002-06-10 Andrew Cagney <ac131313@redhat.com>
7203
7204 * infrun.c (struct inferior_status): Replace fields
7205 selected_frame_address and selected_level with field
7206 selected_frame_id.
7207 (save_inferior_status): Update. Use get_frame_id.
7208 (struct restore_selected_frame_args): Delete.
7209 (restore_selected_frame): Update. Use frame_find_by_id.
7210 (restore_inferior_status): Update.
7211
7212 * breakpoint.h (struct breakpoint): Change type of
7213 watchpoint_frame to frame_id.
7214 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
7215 call to get_current_frame.
7216 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
7217 get_current_frame.
7218 (watchpoint_check): Use frame_find_by_id.
7219
7220 * frame.h (record_selected_frame): Delete declaration.
7221 * stack.c (record_selected_frame): Delete function.
7222
7223 * frame.h (struct frame_id): Define.
7224 (get_frame_id): Declare.
7225 (frame_find_by_id): Declare.
7226 * frame.c (frame_find_by_id): New function.
7227 (get_frame_id): New function.
7228
7229 2002-06-10 Andrey Volkov <avolkov@transas.com>
7230
7231 * ser-e7kpc.c: Fix duplicated define and call of
7232 _initialize_ser_e7000pc
7233
7234 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
7235
7236 * signals/signals.c (target_signal_from_host): Fix #ifdef
7237 SIGRTMIN case.
7238 (do_target_signal_to_host): Likewise.
7239
7240 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
7241
7242 * mips-tdep.c (mips_find_abi_section): New function.
7243 (mips_gdbarch_init): Call it.
7244
7245 2002-06-09 Mark Kettenis <kettenis@gnu.org>
7246
7247 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
7248 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
7249 after Andrew's 2002-06-08 gdbarch change.
7250
7251 2002-06-09 Mark Kettenis <kettenis@gnu.org>
7252
7253 * i386-linux-nat.c (suppy_gregset): Don't supply
7254 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
7255 register cache.
7256 (fill_gregset): Don't fetch it under the same circumstances.
7257
7258 2002-06-09 Andrew Cagney <cagney@redhat.com>
7259
7260 * Makefile.in (callback_h): Define.
7261 (remote_sim_h): Update path to remote-sim.h.
7262 (remote-rdp.o): Add $(callback_h).
7263 (remote-sim.o): Use $(callback_h).
7264 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
7265 * remote-rdp.c: Include "gdb/callback.h".
7266
7267 2002-06-09 Mark Kettenis <kettenis@gnu.org>
7268
7269 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7270 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
7271
7272 2002-06-08 Andrew Cagney <ac131313@redhat.com>
7273
7274 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
7275 * rdi-share/serpardr.c: Ditto.
7276 * rdi-share/unixcomm.c: Ditto.
7277 * rdi-share/serdrv.c: Ditto.
7278 * rdi-share/hostchan.h: Ditto.
7279 * rdi-share/hostchan.c: Ditto.
7280 * rdi-share/host.h: Ditto.
7281 * rdi-share/devsw.c: Ditto.
7282
7283 * objfiles.h: Change type of obj_private to void pointer.
7284 * pa64solib.c: Update copyright. Don't include "assert.h", use
7285 strcmp instead of STREQ, use LONGEST, do not use PTR
7286 * somsolib.c: Ditto.
7287
7288 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
7289 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
7290 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
7291
7292 2002-06-08 Andrew Cagney <ac131313@redhat.com>
7293
7294 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
7295 (default_get_saved_register): Delete function.
7296 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
7297 generic_unwind_get_saved_register.
7298 * gdbarch.h, gdbarch.c: Re-generate.
7299
7300 2002-06-08 Andrew Cagney <ac131313@redhat.com>
7301
7302 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
7303 generic_func_frame_chain_valid.
7304 * gdbarch.h, gdbarch.c: Re-generate.
7305 * blockframe.c (generic_func_frame_chain_valid): Only check
7306 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
7307 passing FP to PC_IN_CALL_DUMMY.
7308 Fix PR gdb/360.
7309
7310 2002-06-08 Andrew Cagney <ac131313@redhat.com>
7311
7312 * gdbarch.sh (struct gdbarch_data): Add field init_p.
7313 (register_gdbarch_data): Initialize init_p.
7314 (gdbarch_data): Initialize data pointer using the init function.
7315 (init_gdbarch_data): Delete function.
7316 (gdbarch_update_p): Update.
7317 (initialize_non_multiarch): Update.
7318 (struct gdbarch): Add field initialized_p.
7319 * gdbarch.h, gdbarch.c: Re-generate.
7320
7321 2002-06-07 Michal Ludvig <mludvig@suse.cz>
7322
7323 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
7324 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
7325 better do the things actually here.
7326 * x86-64-tdep.c (x86_64_register_name2nr): New.
7327 (x86_64_register_name): Renamed to x86_64_register_nr2name.
7328 (x86_64_gdbarch_init): Respect the above change.
7329 * x86-64-tdep.h (x86_64_register_name2nr)
7330 (x86_64_register_nr2name): Add prototypes.
7331 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
7332
7333 2002-06-06 Michael Snyder <msnyder@redhat.com>
7334
7335 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
7336 Delete extra braces and re-indent.
7337 (d10v_store_return_value): Char return values
7338 must be shifted over by one byte in R0.
7339 (d10v_extract_return_value): Delete extra braces, re-indent.
7340
7341 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
7342
7343 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
7344 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
7345 (d10v_integer_to_address): Rewrite.
7346 (d10v_frame_init_saved_regs): When reading fp and sp registers use
7347 the d10v specific functions which take care of converting to the
7348 correct space.
7349
7350 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
7351
7352 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
7353 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
7354
7355 2002-06-02 Andrew Cagney <ac131313@redhat.com>
7356
7357 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
7358 includes.
7359 * config/tm-linux.h: Ditto.
7360 * config/alpha/tm-alphalinux.h: Ditto.
7361 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
7362 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
7363 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
7364 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
7365 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
7366 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
7367 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
7368 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
7369 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
7370 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
7371 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
7372 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
7373 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
7374 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
7375 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
7376 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
7377 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
7378 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
7379 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
7380 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
7381 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
7382 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
7383 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
7384 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
7385 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
7386 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
7387 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
7388 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
7389 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
7390 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
7391 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
7392 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
7393 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
7394 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
7395 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
7396 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
7397 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
7398
7399 2002-05-04 Aidan Skinner <aidan@velvet.net>
7400
7401 * ada-exp.tab.c: New file
7402 * ada-exp.y: New file
7403 * ada-lang.c: New file
7404 * ada-lang.h: New file
7405 * ada-lex.c: New file
7406 * ada-lex.l: New file
7407 * ada-tasks.c: New file
7408 * ada-typeprint.c: New file
7409 * ada-valprint.c: New file
7410
7411 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
7412
7413 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
7414 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
7415
7416 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
7417
7418 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
7419 insetead of ppc-linux-tdep.o.
7420 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
7421 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
7422
7423 2002-06-02 Andrew Cagney <ac131313@redhat.com>
7424
7425 2002-05-07 Christian Groessler <chris@groessler.org>
7426 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
7427 bit register contents for little endian hosts.
7428
7429 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7430
7431 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
7432 any maintainer.
7433
7434 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7435
7436 * gdbarch.h: Regenerate.
7437
7438 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7439
7440 * MAINTAINERS: Add everyone to write-after-approval list.
7441
7442 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7443
7444 * stack.c (frame_info): Use frame_register_unwind instead of
7445 saved_regs. Mention when the SP is on the stack or in a register.
7446
7447 * frame.h (frame_register_unwind_ftype): Define. Document.
7448 (struct frame_info): Add field register_unwind and
7449 register_unwind_cache.
7450 (frame_register_unwind): Declare.
7451 (generic_unwind_get_saved_register): Declare.
7452
7453 * frame.c (frame_register_unwind): New function.
7454 (generic_unwind_get_saved_register): New function.
7455
7456 * blockframe.c (generic_call_dummy_register_unwind): New function.
7457 (frame_saved_regs_register_unwind): New function.
7458 (set_unwind_by_pc): New function.
7459 (create_new_frame): New function.
7460 (get_prev_frame): New function.
7461
7462 2002-05-30 Andrew Cagney <ac131313@redhat.com>
7463
7464 * a29k-share/: Delete directory.
7465 * remote-vx29k.c: Delete file.
7466
7467 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7468
7469 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
7470 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
7471
7472 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7473
7474 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
7475 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
7476 (sparc64nbsd-nat.o)
7477 (sparcnbsd-nat.o)
7478 (sparcnbsd-tdep.o): New dependency lists.
7479 * NEWS: Note new UltraSPARC NetBSD native configuration.
7480 * configure.host (sparc64-*-netbsd*): New host.
7481 * configure.tgt (sparc-*-netbsdelf*)
7482 (sparc-*-netbsd*): Set gdb_target to nbsd.
7483 (sparc64-*-netbsd*): New target.
7484 * sparc64nbsd-nat.c: New file.
7485 * sparcnbsd-nat.c: New file.
7486 * sparcnbsd-tdep.c: New file.
7487 * sparcnbsd-tdep.h: New file.
7488 * config/sparc/nbsd.mt: New file.
7489 * config/sparc/nbsd64.mh: New file.
7490 * config/sparc/nbsd64.mt: New file.
7491 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
7492 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
7493 (HOST_IPC): Remove.
7494 * config/sparc/nbsdaout.mt: Remove.
7495 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
7496 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
7497 (HOST_IPC): Remove.
7498 * config/sparc/nbsdelf.mt: Remove.
7499 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
7500 sparc-nat.c compatiblity defines.
7501 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
7502 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
7503 * config/sparc/tm-nbsd64.h: New file.
7504 * config/sparc/tm-nbsdaout.h: Remove.
7505 * config/sparc/xm-nbsd.h: Remove.
7506
7507 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7508
7509 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
7510 * sparc-tdep.c: Include osabi.h.
7511 (gdbarch_tdep): Add osabi member.
7512 (_initialize_sparc_tdep): Use gdbarch_register.
7513 (sparc_gdbarch_init): Use generic OS ABI framework.
7514 (sparc_dump_tdep): New function.
7515
7516 2002-05-30 Kevin Buettner <kevinb@redhat.com>
7517
7518 * corefile.c (do_captured_read_memory_integer): Return non-zero
7519 result.
7520 (safe_read_memory_integer): Copy result of memory read when
7521 status is non-zero. Also, add comments.
7522
7523 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
7524
7525 * Makefile.in (ppc_tdep_h): Define.
7526 (ppc-linux-nat.o)
7527 (ppc-linux-tdep.o)
7528 (rs6000-tdep.o): Use $(ppc_tdep_h).
7529 (ppc-sysv-tdep.o)
7530 (ppcnbsd-nat.o)
7531 (ppcnbsd-tdep.o): New dependency lists.
7532 * ppc-tdep.h: Use generic OS ABI framework.
7533 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
7534 (ppc_linux_init_abi): New functions.
7535 (ppc_sysv_abi_broken_use_struct_convention)
7536 (ppc_sysv_abi_use_struct_convention)
7537 (ppc_sysv_abi_push_arguments): Move to...
7538 * ppc-sysv-tdep.c: ...here.
7539 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
7540 * rs6000-tdep.c (process_note_abi_tag_sections)
7541 (get_elfosabi): Remove.
7542 (rs6000_gdbarch_init): Use generic OS ABI framework.
7543 (rs6000_dump_tdep): New function.
7544 (_initialize_rs6000_tdep): Use gdbarch_register.
7545 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
7546 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7547 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
7548 of ppc-linux-tdep.o.
7549 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
7550 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
7551 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
7552 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
7553 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
7554 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
7555
7556 2002-05-29 Jim Blandy <jimb@redhat.com>
7557
7558 * macroscope.c (default_macro_scope): Put `void' in empty argument
7559 list.
7560
7561 2002-05-29 Andrew Cagney <ac131313@redhat.com>
7562
7563 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
7564 * arch-utils.c: Include "sim-regno.h".
7565 * gdbarch.sh: Don't include "sim-regno.h".
7566 * gdbarch.h, gdbarch.c: Regenerate.
7567 * sim-regno.h (legacy_register_sim_regno): Move declaration from
7568 here.
7569 * arch-utils.h (legacy_register_sim_regno): To here.
7570 * remote-sim.c (legacy_register_sim_regno): Move function from
7571 here.
7572 * arch-utils.c (legacy_register_sim_regno): To here.
7573
7574 2002-05-28 Andrew Cagney <ac131313@redhat.com>
7575
7576 * sim-regno.h: New file.
7577 * Makefile.in (sim_regno_h): Define.
7578 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
7579 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
7580 (legacy_register_sim_regno): New function.
7581 (one2one_register_sim_regno): New function.
7582 (gdbsim_fetch_register): Rewrite.
7583 (gdbsim_store_register): Only store a register when
7584 REGISTER_SIM_REGNO is valid.
7585 * d10v-tdep.c: Include "sim-regno.h".
7586 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
7587 (d10v_ts3_register_sim_regno): Ditto.
7588 * gdbarch.sh: Include "sim-regno.h".
7589 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
7590 * gdbarch.h, gdbarch.c: Regenerate.
7591 * arch-utils.h (default_register_sim_regno): Delete declaration.
7592 * arch-utils.c (default_register_sim_regno): Delete function.
7593
7594 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
7595
7596 * ppcnbsd-nat.c: Rewrite.
7597 * ppcnbsd-tdep.c: New file.
7598 * ppcnbsd-tdep.h: New file.
7599 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
7600 solib.o, and solib-svr4.o.
7601 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
7602 nbsd-tdep.o, and corelow.o.
7603
7604 2002-05-28 Andrew Cagney <ac131313@redhat.com>
7605
7606 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
7607 `tr' and `sed'. Mention that `broken' targets are not expected to
7608 build.
7609
7610 2002-05-27 Michal Ludvig <mludvig@suse.cz>
7611
7612 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
7613 Let PC point right after the prologue before looking up symbols.
7614
7615 2002-05-27 Martin M. Hunt <hunt@redhat.com>
7616
7617 * i386-tdep.c (i386_register_virtual_type): Return
7618 builtin_type_vec128i for SSE registers.
7619
7620 * gdbtypes.h (builtin_type_vec128i): Declare.
7621
7622 * gdbtypes.c (build_builtin_type_vec128i): New function.
7623 (builtin_type_v2_double, builtin_type_v4_int64): New types.
7624 (builtin_type_vec128i): New type for SSE2 128-bit registers.
7625 (build_gdbtypes): Initialize new builtin vector types.
7626 (_initialize_gdbtypes): Register new vector types with gdbarch.
7627
7628 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7629
7630 * MAINTAINERS: ns32k is not longer an obsolete candidate,
7631 since it has been multi-arch'd.
7632 * NEWS: Note that ns32k-*-* is now partial multi-arch.
7633 Move Alpha and VAX multi-arch news entries to same section
7634 as other multi-arch news.
7635
7636 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7637
7638 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
7639 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
7640 static. Rename some register numbers to put them in ns32k-tdep
7641 private namespace.
7642 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
7643 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
7644 functions.
7645 (_initialize_ns32k_tdep): Use gdbarch_register.
7646 * ns32k-tdep.h: New file.
7647 * ns32knbsd-tdep.c: New file.
7648 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
7649 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
7650 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
7651 REGISTER_BYTES, REGISTER_BYTE): Remove.
7652 * config/ns32k/tm-ns32k.h: New file.
7653 * config/ns32k/tm-umax.h: Remove.
7654
7655 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7656
7657 * ns32k-tdep.c (ns32k_saved_pc_after_call,
7658 ns32k_store_struct_return, ns32k_extract_return_value,
7659 ns32k_store_return_value, ns32k_extract_struct_value_address): New
7660 functions.
7661 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
7662 ns32k_saved_pc_after_call.
7663 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
7664 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
7665 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
7666 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7667 ns32k_extract_struct_value_address.
7668
7669 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7670
7671 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
7672 ns32k_fix_call_dummy): New.
7673 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
7674 ns32k_call_dummy_words.
7675 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
7676 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
7677 CALL_DUMMY_NARGS): Remove.
7678 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
7679
7680 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7681
7682 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
7683 ns32k_frame_saved_pc, ns32k_frame_args_address,
7684 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
7685 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
7686 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
7687 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
7688 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
7689 (BREAKPOINT): Remove..
7690 (FRAME_CHAIN): Define as ns32k_frame_chain.
7691 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
7692 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
7693 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
7694 (FRAME_FIND_SAVED_REGS): Remove.
7695 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
7696 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
7697 (POP_FRAME): Define as ns32k_pop_frame.
7698
7699 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7700
7701 * ns32k-tdep.c (ns32k_register_byte_32082,
7702 ns32k_register_byte_32382, ns32k_register_raw_size,
7703 ns32k_register_virtual_size, ns32k_register_virtual_type): New
7704 functions.
7705 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
7706 ns32k_register_byte_32382.
7707 * config/ns32k/tm-umax.h: Update copyright years.
7708 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
7709 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
7710 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
7711 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
7712 (ns32k_get_enter_addr): Fix prototype.
7713
7714 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7715
7716 * ns32k-tdep.c: Update copyright years.
7717 (ns32k_register_name_32082): New function.
7718 (ns32k_register_name_32382): Ditto.
7719 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
7720 (REGISTER_NAME): Define as ns32k_register_name_32382.
7721 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
7722 (REGISTER_NAME): Define as ns32k_register_name_32082.
7723
7724 2002-05-24 Jim Blandy <jimb@redhat.com>
7725
7726 * dwarf2read.c (free_line_header): Use xfree, not free.
7727
7728 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
7729
7730 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
7731 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
7732
7733 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7734
7735 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
7736
7737 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7738
7739 From Ross Alexander at NEC Europe:
7740 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
7741
7742 2002-05-23 Michael Snyder <msnyder@redhat.com>
7743
7744 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
7745 for input, rather than parse_and_eval_address.
7746
7747 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7748
7749 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
7750 * Makefile.in (sim_d10v_h): Update definition.
7751
7752 2002-05-24 Andrew Cagney <cagney@redhat.com>
7753
7754 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
7755 change `2002-05-22 Michael Snyder' below.
7756 (d10v_push_arguments): Ditto.
7757 (d10v_extract_return_value): Ditto.
7758
7759 2002-05-23 Jim Blandy <jimb@redhat.com>
7760
7761 * macrotab.c (check_for_redefinition): Don't complain if the new
7762 definition is the same as the previous one. Take more arguments
7763 to allow the comparison.
7764 (macro_define_object, macro_define_function): Pass more arguments
7765 to check_for_redefinition.
7766
7767 2002-05-22 Michael Snyder <msnyder@redhat.com>
7768
7769 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
7770 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
7771 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
7772 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
7773 Don't bail if return_pc is PC_IN_CALL_DUMMY.
7774 Add a temp variable to save a call (and a memory read).
7775 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
7776 if possible (so that PC_IN_CALL_DUMMY will work).
7777
7778 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
7779
7780 * MAINTAINERS: Remove status `OBSOLETE' from v850.
7781
7782 2002-05-22 Michal Ludvig <mludvig@suse.cz>
7783
7784 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
7785 fde->cie_ptr.
7786 (dwarf2_build_frame_info): Corrected handling of eh_frame.
7787 (dwarf2_build_frame_info): Add offset to fde->initial_location
7788 so that frames of shared libraries are mapped correctly.
7789 (execute_stack_op): Change type of 'result' from ULONGEST to
7790 CORE_ADDR.
7791
7792 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7793
7794 * config/alpha/tm-nbsd.h: Include solib.h.
7795
7796 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7797
7798 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
7799 assumptions about the host's byte order.
7800
7801 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7802
7803 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7804 to dependency list.
7805 * alphanbsd-tdep.c: Include solib-svr4.h.
7806 * shnbsd-tdep.c: Ditto.
7807
7808 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7809
7810 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7811 nbsd-tdep.h to dependency list.
7812 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7813 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7814 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7815 nbsdaout.mh and nbsdelf.mh consistently.
7816 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7817 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7818 nbsdaout.mt and nbsdelf.mh consistently.
7819 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
7820 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7821 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7822 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
7823 a.out shared library stuff from here...
7824 * config/nm-nbsdaout.h: ...to here.
7825 * config/tm-nbsd.h: Remove.
7826 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7827 * config/arm/nbsd.mh: Remove.
7828 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7829 nbsd-tdep.o.
7830 * config/arm/nbsdaout.mh: New file.
7831 * config/arm/nbsdelf.mh: New file.
7832 * config/arm/nm-nbsdaout.h: New file.
7833 * config/i386/nbsd.mh: Remove.
7834 * config/i386/nbsd.mt: Remove.
7835 * config/i386/nbsdaout.mh: New file.
7836 * config/i386/nbsdaout.mt: New file.
7837 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7838 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7839 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
7840 i386_register_u_addr): Remove.
7841 * config/i386/nm-nbsdaout.h: New file.
7842 * config/i386/nm-nbsdelf.h: Remove.
7843 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7844 (USE_STRUCT_CONVENTION): Remove.
7845 * config/i386/tm-nbsdaout.h: New file.
7846 * config/i386/tm-nbsdelf.h: Remove.
7847 * config/m68k/nbsd.mh: Remove.
7848 * config/m68k/nbsd.mt: Remove.
7849 * config/m68k/nbsdaout.mh: New file.
7850 * config/m68k/nbsdaout.mt: New file.
7851 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7852 * config/m68k/nm-nbsdaout.h: New file.
7853 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7854 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7855 * config/ns32k/nbsd.mh: Remove.
7856 * config/ns32k/nbsd.mt: Remove.
7857 * config/ns32k/nbsdaout.mh: New file.
7858 * config/ns32k/nbsdaout.mt: New file.
7859 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
7860 * config/ns32k/nm-nbsdaout.h: New file.
7861 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7862 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7863 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7864 (SVR4_SHARED_LIBS): Remove.
7865 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7866 * config/sparc/nbsd.mh: Remove.
7867 * config/sparc/nbsd.mt: Remove.
7868 * config/sparc/nbsdaout.mh: New file.
7869 * config/sparc/nbsdaout.mt: New file.
7870 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7871 * config/sparc/nbsdelf.mt: New file.
7872 * config/sparc/nm-nbsdaout.h: New file.
7873 * config/sparc/nm-nbsdelf.h: Remove.
7874 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7875 * config/sparc/tm-nbsdaout.h: New file.
7876
7877 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7878
7879 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7880 mipsnbsd-tdep.c
7881 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7882
7883 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7884
7885 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7886 shnbsd-nat.c.
7887 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7888
7889 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7890
7891 * NEWS: Note new MIPS NetBSD native configuration.
7892 * configure.host (mips*-*-netbsd*): New host.
7893 * configure.tgt (mips*-*-netbsd*): New target.
7894 * mipsnbsd-nat.c: New file.
7895 * mipsnbsd-tdep.c: New file.
7896 * mipsnbsd-tdep.h: New file.
7897 * config/mips/nbsd.mh: New file.
7898 * config/mips/nbsd.mt: New file.
7899 * config/mips/nm-nbsd.h: New file.
7900 * config/mips/tm-nbsd.h: New file.
7901
7902 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7903
7904 * Makefile.in (SFILES): Add osabi.c.
7905 (COMMON_OBS): Add osabi.o.
7906 (osabi.o): New dependency list.
7907 * osabi.c: New file.
7908 * osabi.h: New file.
7909 * doc/gdbint.texinfo: Document new generic OS ABI framework.
7910
7911 * Makefile.in (alpha_tdep_h): Define and use instead of
7912 alpha-tdep.h.
7913 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7914 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7915 Remove.
7916 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7917 * alpha-tdep.h: Include osabi.h.
7918 (alpha_abi): Remove.
7919 (gdbarch_tdep): Use generic OS ABI framework.
7920 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7921 gdbarch_register_osabi.
7922 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7923 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7924 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7925
7926 * Makefile.in (sh_tdep_h): Add osabi.h.
7927 * sh-tdep.h (sh_osabi): Remove.
7928 (gdbarch_tdep): Use generic OS ABI framework.
7929 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7930 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7931 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7932 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7933
7934 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7935 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7936 gdbarch_register_osabi.
7937 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7938 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7939 (get_elfosabi): Rename to...
7940 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7941 ABI framework support routines.
7942 (arm_gdbarch_init): Use generic OS ABI framework.
7943 (arm_dump_tdep): Likewise.
7944 (_initialize_arm_tdep): Likewise.
7945 * arm-tdep.h: Include osabi.h.
7946 (arm_abi): Remove.
7947 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7948 osabi member.
7949 (arm_gdbarch_register_os_abi): Remove prototype.
7950 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7951 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7952
7953 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7954 * mips-tdep.c: Include osabi.h.
7955 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7956 OS ABI framework.
7957
7958 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
7959
7960 * h8300-tdep.c: Fix formatting.
7961
7962 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
7963
7964 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7965 printing vector registers.
7966
7967 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7968
7969 From Fernando Nasser:
7970 * remote.c (remote_async_open_1): Re-throw the exception when the
7971 connection fails.
7972 (remote_cisco_open): Ditto.
7973 (remote_open_1): Ditto.
7974
7975 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7976
7977 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7978 (remote_start_remote): Add uiout parameter. Pass through to
7979 remote_start_remote_dummy.
7980 (remote_open_1): Use catch_exception instead of catch_errors.
7981 (remote_async_open_1): Ditto.
7982 (remote_cisco_open): Ditto.
7983
7984 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7985
7986 * remote.c (remote_start_remote): Replace PTR with void pointer.
7987 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7988 static.
7989
7990 2002-05-18 Andrew Cagney <ac131313@redhat.com>
7991
7992 * gdb_indent.sh: Allow the script to be run in the sim directory.
7993
7994 2002-05-18 Mark Kettenis <kettenis@gnu.org>
7995
7996 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7997 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7998
7999 * corelow.c (core_open): Only call set_gdbarch_from_file if
8000 exec_bfd is NULL.
8001
8002 2002-05-17 Andrey Volkov <avolkov@transas.com>
8003
8004 * h8300-tdep.c: Add support of EXR register
8005 * config/h8300/tm-h8300.h: Ditto.
8006
8007 2002-05-17 Andrey Volkov <avolkov@transas.com>
8008
8009 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
8010
8011 2002-05-17 Andrey Volkov <avolkov@transas.com>
8012
8013 * h8300-tdep.c: Change literal regnums to REGNO.
8014
8015 2002-05-17 Jim Blandy <jimb@redhat.com>
8016
8017 * NEWS: Note addition of macro support.
8018
8019 Expand preprocessor macros in C expressions.
8020 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
8021 (scan_macro_expansion, scanning_macro_expansion,
8022 finished_macro_expansion): New function declarations.
8023 (expression_macro_lookup_func, expression_macro_lookup_baton): New
8024 variable declarations.
8025 * parser-defs.h (expression_context_pc): New declaration.
8026 * parse.c (expression_context_pc): New variable.
8027 (parse_exp_1): Set expression_context_pc, as well as
8028 expression_context_block.
8029 * c-exp.y (yylex): If we're not already reading the result of a
8030 macro expansion, try to macro-expand the next token. When we're
8031 done scanning a macro expansion, switch back to the mainline text.
8032 Commas and `if's in a macro's expansion don't terminate the input.
8033 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
8034 (macro_original_text, macro_expanded_text,
8035 expression_macro_lookup_func, expression_macro_lookup_baton): New
8036 variables.
8037 (scan_macro_expansion, scanning_macro_expansion,
8038 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
8039 c_preprocess_and_parse): New functions.
8040 (c_language_defn, cplus_language_defn, asm_language_defn): Call
8041 c_preprocess_and_parse, instead of c_parse.
8042 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
8043 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
8044
8045 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
8046
8047 * sh-tdep.c (gdb_print_insn_sh64): Delete.
8048 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
8049 (sh_gdbarch_init): Always use gdb_print_insn_sh.
8050
8051 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
8052
8053 * NEWS: Add section for multi-arched targets. Add v850 to that section.
8054
8055 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
8056
8057 * Makefile.in (sh_tdep_h): Define and use.
8058 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
8059 register enum): Move to...
8060 * * sh-tdep.h: ...here.
8061 * sh-tdep.c: Include sh-tdep.h.
8062 * sh3-rom.c: Likewise.
8063 * shnbsd-tdep.c: Likewise.
8064
8065 2002-05-16 Michael Snyder <msnyder@redhat.com>
8066
8067 * arm-tdep.c: Spelling fix in comment.
8068
8069 2002-05-16 Jim Blandy <jimb@redhat.com>
8070
8071 Add commands for manually expanding macros and showing their
8072 definitions.
8073 * macrocmd.c, macroscope.c, macroscope.h: New files.
8074 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
8075 (macroscope_h): New variable.
8076 (HFILES_NO_SRCDIR): Add macroscope.h.
8077 (COMMON_OBS): Add macrocmd.o, macroscope.o.
8078 (macroscope.o, macrocmd.o): New rules.
8079
8080 Teach the Dwarf 2 reader to read macro information.
8081 * dwarf2read.c: #include "macrotab.h".
8082 (dwarf_macinfo_buffer): New variable.
8083 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
8084 dwarf_macinfo_size.
8085 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
8086 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
8087 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
8088 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
8089 dwarf2_macro_spaces_in_definition): New complaints.
8090 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
8091 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
8092 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
8093 the partial symbol table.
8094 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
8095 from what's recorded in the partial symbol table.
8096 (read_file_scope): If the compilation unit has a
8097 `DW_AT_macro_info' attribute, read its macro information.
8098 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
8099
8100 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
8101
8102 Fix PR gdb/546
8103 * ser-tcp.c: Don't include <netinet/udp.h>.
8104
8105 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
8106
8107 * MAINTAINERS: Update my email address.
8108
8109 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
8110
8111 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
8112 include file of the same name.
8113
8114 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
8115
8116 * configure.tgt: Mark v850 as multi-arched.
8117 * config/v850/tm-v850.h: Remove file.
8118 * config/v850/v850.mt: Eliminate TM_FILE.
8119
8120 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
8121
8122 * v850-tdep.c: Full multi-arch.
8123 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
8124 Define GDB_MULTI_ARCH to 2.
8125
8126 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
8127
8128 * p-exp.y (current_type): New static variable.
8129 Carries the type of the expression at the position that is parsed.
8130 (push_current_type, pop_current_type): Two new functions. Used
8131 to store/restore current_type in expression on specific tokens.
8132 (search_field): New static variable. Set to one after parsing a point
8133 as at that point only a FIELDNAME token should be searched.
8134 (FIELDNAME): New token. After a point only a token belonging to
8135 current_type type definition is allowed.
8136 (all over token rules): reset and change current_type according
8137 to rules.
8138 (exp '[' rule): insert implicit array index field if
8139 exp is a pascal string type.
8140
8141 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
8142
8143 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
8144 frame info. Use frame_info's saved_regs instead of matching member
8145 in extra_frame_info throughout.
8146 (v850_frame_init_saved_regs): New function.
8147 (v850_init_extra_frame_info): Move most functionality into
8148 v850_frame_init_saved_regs().
8149 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
8150 (v850_frame_find_saved_regs): Remove declaration.
8151 (FRAME_FIND_SAVED_REGS): Remove definition.
8152 (v850_frame_init_saved_regs): Add declaration.
8153 (FRAME_INIT_SAVED_REGS): Add definition.
8154
8155 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
8156
8157 * v850-tdep.c: Begin multi-arch'ing v850.
8158 (v850_target_architecture_hook): Remove function.
8159 (v850_gdbarch_init): New function. Add code previously in
8160 v850_target_architecture_hook().
8161 (_initialize_v850_tdep): Don't set target_architecture_hook.
8162 Call register_gdbarch_init() instead.
8163
8164 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
8165
8166 * gdbtypes.h (struct cplus_struct_type): Remove args field.
8167 * hpread.c (hpread_read_struct_type): Remove assignments to args.
8168 (fixup_class_method_type): Likewise.
8169
8170 2002-05-15 Jim Blandy <jimb@redhat.com>
8171
8172 Add macro structures to GDB's symbol tables. Nobody puts anything
8173 in them yet.
8174 * symtab.h (struct symtab): New member: `macro_table'.
8175 * buildsym.h (pending_macros): New global variable.
8176 * buildsym.c: #include "macrotab.h".
8177 (buildsym_init): Initialize `pending_macros'.
8178 (end_symtab): If we found macro information while reading a CU's
8179 debugging info, do build a symtab structure for it. Make the
8180 symtab point to the macro information, and clear the
8181 `pending_macros' pointer which held it while we were reading the
8182 debug info.
8183 (really_free_pendings): Free any pending macro table.
8184 * objfiles.h (struct objfile): New member: `macro_cache'.
8185 * objfiles.c (allocate_objfile): Set allocate and free functions
8186 for the macro cache's objstack.
8187 (free_objfile): Empty the macro cache's obstack.
8188 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
8189 set new allocate and free functions for it.
8190 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
8191 free functions for the macro cache's objstack. (Why is this
8192 function building its own objfile?)
8193 * symmisc.c (print_objfile_statistics): Print statistics on the
8194 macro bcache.
8195 * Makefile.in: Note that buildsym.o depends on macrotab.h.
8196
8197 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
8198
8199 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
8200 (REGISTER_U_ADDR): Delete definition.
8201 (arm_register_u_addr): Delete declaration.
8202
8203 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
8204
8205 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
8206 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
8207
8208 2002-05-14 Andrew Cagney <ac131313@redhat.com>
8209
8210 * regcache.c (register_valid): Revise comments refering to "Not
8211 available" and "unavailable".
8212 * frame.c (frame_register_read): Ditto.
8213 * findvar.c (value_of_register): Ditto.
8214
8215 2002-05-15 Andrew Cagney <cagney@redhat.com>
8216
8217 * Makefile.in (remote_sim_h): Replace remote-sim_h.
8218 (remote-sim.o): Update dependencies.
8219 (d10v-tdep.o): Specify dependencies.
8220 (sim_d10v_h): Define.
8221
8222 2002-05-14 Jim Blandy <jimb@redhat.com>
8223
8224 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
8225 * macrotab.c (macro_lookup_inclusion, find_definition,
8226 new_macro_table): Same.
8227
8228 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
8229 not `! strcmp ()'. This is a dubious improvement.
8230 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
8231
8232 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
8233 although it's not necessary, to avoid a warning.
8234
8235 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
8236
8237 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
8238 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
8239 TYPE_INSTANCE_FLAGS.
8240 (struct main_type): New.
8241 (struct type): Move most members to struct main_type. Change
8242 cv_type and as_type to new type_chain member. Add instance_flags.
8243 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
8244 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
8245 (finish_cv_type): Remove prototype.
8246 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
8247 Set TYPE_CHAIN.
8248 (alloc_type_instance): New function.
8249 (smash_type): New function.
8250 (make_pointer_type, make_reference_type, make_function_type)
8251 (smash_to_member_type, smash_to_method_type): Call smash_type.
8252 (make_qualified_type): New function.
8253 (make_type_with_address_space): Call make_qualified_type.
8254 (make_cv_type): Likewise.
8255 (finish_cv_type): Remove unnecessary function.
8256 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
8257 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
8258 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
8259 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
8260 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
8261 * hpread.c (hpread_read_struct_type): Likewise.
8262 * stabsread.c (read_struct_type): Likewise.
8263
8264 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
8265
8266 * configure.tgt: Add a catch all sh* target, for cases like
8267 sh[2,3,4]-elf and sh-hms.
8268
8269 2002-05-14 Keith Seitz <keiths@redhat.com>
8270
8271 * event-loop.c (create_file_handler): Don't do anything but
8272 update data when we are given a fd which we are already
8273 monitoring.
8274
8275 2002-05-14 Michal Ludvig <mludvig@suse.cz>
8276
8277 * dwarf2cfi.c (context_cpy): Copy registers correctly.
8278 (update_context): Use __func__ in warnings.
8279
8280 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
8281
8282 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
8283 and tcp_close to net_open and net_close.
8284 (net_open): Accept "udp:" and "tcp:" specifications. Connect
8285 using UDP if requested. Don't try to disable Nagle on UDP
8286 sockets.
8287 * remote.c (remote_serial_open): New function. Warn about UDP.
8288 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
8289
8290 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
8291
8292 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
8293
8294 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
8295
8296 * configure.tgt: Remove sh-hms target.
8297 * MAINTAINERS: Don't list sh-hms as a separate target.
8298
8299 2002-05-13 Jim Blandy <jimb@redhat.com>
8300
8301 Add first preprocessor macro-expansion files.
8302 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8303 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8304 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8305 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8306 (COMMON_OBS): Add macrotab.o, macroexp.o.
8307 (macroexp.o, macrotab.o): New rules.
8308
8309 2002-05-13 Andrew Cagney <ac131313@redhat.com>
8310
8311 * config/m88k/tm-m88k.h: Update copyright.
8312 (m88k_target_write_pc): Declare
8313 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
8314 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
8315 (SHIFT_INST_REGS): Update definition.
8316 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
8317 using old definition of TARGET_WRITE_PC.
8318 * regcache.c (generic_target_write_pc): Delete code handling
8319 NNPC_REGNUM.
8320 * gdbarch.sh (NNPC_REGNUM): Delete.
8321 * gdbarch.h, gdbarch.c: Regenerate.
8322
8323 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
8324
8325 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
8326 builtin reg number.
8327
8328 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
8329
8330 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
8331 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
8332 (gen_address_of, gen_struct_ref, gen_repeat): Use type
8333 access macros.
8334 * c-typeprint.c (cp_type_print_method_args): Likewise.
8335 (c_type_print_args): Likewise.
8336 * d10v-tdep.c (d10v_push_arguments): Likewise.
8337 (d10v_extract_return_value): Likewise.
8338 * expprint.c (print_subexp): Likewise.
8339 * gdbtypes.c (lookup_primitive_typename): Likewise.
8340 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
8341 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
8342 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
8343 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
8344 (TYPE_VECTOR): Likewise.
8345 * hpread.c (hpread_read_struct_type)
8346 (fix_static_member_physnames, fixup_class_method_type)
8347 (hpread_type_lookup): Likewise.
8348 * mdebugread.c (parse_symbol, parse_type): Likewise.
8349 * p-lang.c (is_pascal_string_type): Likewise.
8350 * valops.c (hand_function_call): Likewise.
8351 * x86-64-tdep.c (classify_argument): Likewise.
8352
8353 * hpread.c (hpread_read_function_type)
8354 (hpread_read_doc_function_type): Call replace_type.
8355 * dstread.c (create_new_type): Delete.
8356 (decode_dst_structure, process_dst_function): Call alloc_type.
8357 Use type access macros.
8358
8359 2002-05-12 Mark Kettenis <kettenis@gnu.org>
8360
8361 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
8362 the're not supported by the current architecture.
8363 (i387_fill_fxsave): Likewise.
8364
8365 2002-05-12 Fred Fish <fnf@redhat.com>
8366
8367 * symfile.c (default_symfile_offsets): Arrange for uninitialized
8368 sect_index_xxx members to index the first slot in section_offsets
8369 if all of the section_offsets are zero.
8370
8371 2002-05-12 Mark Kettenis <kettenis@gnu.org>
8372
8373 * configure.tgt (sparc-*openbsd): Remove entry accidentially
8374 checked in with last change.
8375
8376 2002-05-12 Mark Kettenis <kettenis@gnu.org>
8377
8378 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
8379 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
8380 config.sub.
8381
8382 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
8383
8384 * Makefile.in: Update dependencies.
8385
8386 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8387
8388 * language.c (local_hex_string_custom): Simplify. Do not depend
8389 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
8390
8391 * memattr.c (mem_info_command): Replace calls to
8392 longest_local_hex_string and longest_local_hex_string_custom.
8393 * buildsym.c (make_blockvector): Ditto.
8394 * solib.c (info_sharedlibrary_command): Ditto.
8395 * tracepoint.c (tracepoints_info): Ditto.
8396 * symtab.c (print_msymbol_info): Ditto.
8397
8398 * language.c (local_hex_string): Delete.
8399 (local_hex_string_custom): Delete.
8400 (longest_local_hex_string): Rename to local_hex_string.
8401 (longest_local_hex_string_custom): Rename to
8402 local_hex_string_custom.
8403 * language.h (local_hex_string): Change parameter type to LONGEST.
8404 (local_hex_string_custom): Ditto.
8405 (longest_local_hex_string): Delete declaration.
8406 (longest_local_hex_string_custom): Ditto.
8407
8408 * solib.c: Update copyright.
8409 * memattr.c: Update copyright.
8410
8411 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8412
8413 * arch-utils.h (legacy_register_to_value): Declare.
8414 (legacy_value_to_register): Declare.
8415 (legacy_convert_register_p): Declare.
8416 * arch-utils.c (legacy_register_to_value): New function.
8417 (legacy_value_to_register): New function.
8418 (legacy_convert_register_p): New function.
8419
8420 * gdbarch.sh (REGISTER_TO_VALUE): Define.
8421 (VALUE_TO_REGISTER): Define.
8422 (CONVERT_REGISTER_P): Define.
8423 * gdbarch.h, gdbarch.c: Regenerate.
8424
8425 * valops.c (value_assign): Use CONVERT_REGISTER_P and
8426 VALUE_TO_REGISTER.
8427 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
8428 CONVERT_REGISTER_P.
8429
8430 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
8431 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8432
8433 * Makefile.in: Update dependencies for valops.c.
8434 * valops.c: Include "gdb_assert.h".
8435 (typecmp): Skip THIS parameter to methods.
8436 (find_method_list): Remove static_memfuncp argument,
8437 update callers. Check for stub methods.
8438 (find_value_oload_method_list): Don't set *static_memfuncp.
8439 (find_overload_match): Don't check for stub methods. Assert
8440 that methods are not stubbed. Handle static methods.
8441 (value_find_oload_method_list): Remove static_memfuncp argument.
8442 * gdbtypes.c (check_stub_method): Do not add THIS pointer
8443 to the argument list for static stub methods.
8444 * value.h (value_find_oload_method_list): Update prototype.
8445
8446 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8447
8448 * arch-utils.h (generic_register_size): Declare.
8449 (generic_register_raw_size, generic_register_virtual_size): Delete
8450 declarations.
8451 * arch-utils.c (generic_register_raw_size): Delete.
8452 (generic_register_size): New function.
8453 (generic_register_virtual_size): Delete.
8454
8455 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
8456 default generic_register_size.
8457 * gdbarch.h, gdbarch.c: Re-generate.
8458
8459 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
8460 register_virtual_size.
8461 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
8462 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8463
8464 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8465
8466 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
8467 * gdbarch.h, gdbarch.c: Regenerate.
8468 * gnu-v3-abi.c: Update copyright.
8469 (vtable_address_point_offset): Update.
8470 (gnuv3_rtti_type): Update.
8471 (gnuv3_baseclass_offset): Update.
8472 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
8473 (init_fetch_link_map_offsets): Update.
8474 * remote.c (get_remote_state): Update.
8475
8476 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
8477
8478 * TODO: Remove value_headof/value_from_vtable_info comment.
8479 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
8480 * values.c (value_headof, value_from_vtable_info): Delete.
8481 * value.h (value_from_vtable_info): Delete prototype.
8482
8483 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8484
8485 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
8486 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
8487 $(gdb_regex_h).
8488 (gdb_assert_h): Define.
8489 (gdb_wait_h): Define.
8490 (gdb_regex_h): Define.
8491
8492 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
8493
8494 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8495 * linespec.c (find_methods): Handle GCC 3.x template constructors.
8496
8497 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8498
8499 * nbsd-tdep.c: Fix comment.
8500
8501 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8502
8503 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
8504 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
8505 (nbsd-tdep.o): New dependency list.
8506 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
8507 nbsd-tdep.h.
8508 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
8509 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
8510 * nbsd-tdep.c: New file.
8511 * nbsd-tdep.h: New file.
8512 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
8513 nbsd-tdep.h.
8514 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
8515 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
8516 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
8517 * config/sh/nbsd.mt (TDEPFILES): Ditto.
8518
8519 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8520
8521 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
8522 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
8523 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
8524 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
8525 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
8526 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
8527
8528 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8529
8530 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
8531 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8532 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
8533 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
8534 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
8535 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
8536 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
8537
8538 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8539
8540 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
8541 fetch_elfcore_registers to...
8542 * i386nbsd-tdep.c: ...here.
8543 (i386nbsd_use_struct_convention): Rename to...
8544 (i386nbsd_aout_use_struct_convention): ...this.
8545 (i386nbsd_supply_reg): New function.
8546 (i386nbsd_fill_reg): New function.
8547 (fetch_core_registers): Use i386nbsd_supply_reg.
8548 (fetch_elfcore_registers): Likewise.
8549 (_initialize_i386nbsd_tdep): New function.
8550 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
8551 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8552 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
8553 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
8554 (i386nbsd_aout_use_struct_convention): ...this.
8555
8556 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8557
8558 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
8559 (store_inferior_registers): Use shnbsd_fill_reg.
8560 * shnbsd-tdep.c (sh_nbsd_supply_registers,
8561 sh_nbsd_supply_register): Collapse into...
8562 (shnbsd_supply_reg): ...this.
8563 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
8564 (shnbsd_fill_reg): ...this.
8565 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
8566 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
8567 (fetch_core_registers): Use shnbsd_supply_reg.
8568 (fetch_elfcore_registers): Use shnbsd_supply_reg.
8569 (sh_nbsd_core_fns): Rename to...
8570 (shnbsd_core_fns): ...this.
8571 (sh_nbsd_elfcore_fns): Rename to...
8572 (shnbsd_elfcore_fns): ...this.
8573 (sh_nbsd_init_abi): Rename to...
8574 (shnbsd_init_abi): ...this.
8575 (_initialize_sh_nbsd_tdep): Rename to...
8576 (_initialize_shnbsd_tdep): ...this.
8577 * shnbsd-tdep.h (sh_nbsd_supply_registers,
8578 sh_nbsd_supply_register, sh_nbsd_fill_registers,
8579 sh_nbsd_fill_register): Remove prototypes.
8580 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
8581
8582 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8583
8584 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
8585 (i387-nat.o): Delete dependency list.
8586 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
8587 (x86-64-linux-nat.o): Likewise.
8588 * i387-nat.c: Delete file, moving contents to...
8589 * i387-tdep.c: ...here.
8590 * i387-nat.h: Rename...
8591 * i387-tdep.h: ...to this.
8592 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
8593 * i386-linux-nat.c: Likewise.
8594 * i386bsd-nat.c: Likewise.
8595 * i386gnu-nat.c: Likewise.
8596 * i386nbsd-nat.c: Likewise.
8597 * i386v4-nat.c: Likewise.
8598 * x86-64-linux-nat.c: Likewise.
8599 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
8600 * config/i386/go32.mh (NATDEPFILES): Likewise.
8601 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
8602 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
8603 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
8604 * config/i386/linux.mh (NATDEPFILES): Likewise.
8605 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
8606 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8607 * config/i386/obsd.mh (NATDEPFILES): Likewise.
8608 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
8609
8610 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8611
8612 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
8613 (alphanbsd-nat.o): Remove dependency list.
8614 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
8615 * alphanbsd-nat.c: Delete. Contents moved to...
8616 * alphanbsd-tdep.c: ...here.
8617 (_initialize_alphanbsd_tdep): Register core functions.
8618 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
8619
8620 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8621
8622 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
8623 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
8624 (alphanbsd-nat.o): Likewise.
8625 (alphabsd-tdep.o): New dependency list.
8626 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
8627 (fill_gregset): Use alphabsd_fill_reg.
8628 (supply_fpregset): Use alphabsd_supply_fpreg.
8629 (fill_fpregset): Use alphabsd_fill_fpreg.
8630 (fetch_inferior_registers): Use struct reg and struct fpreg
8631 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
8632 and alphabsd_supply_fpreg.
8633 (store_inferior_registers): Use struct reg and struct fpreg
8634 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
8635 and alphabsd_fill_fpreg.
8636 * alphabsd-tdep.c: New file.
8637 * alphabsd-tdep.h: New file.
8638 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
8639 (fetch_elfcore_registers): Use alphabsd_supply_reg and
8640 alphabsd_supply_fpreg.
8641 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
8642 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
8643
8644 2002-05-11 Eric Christopher <echristo@redhat.com>
8645
8646 * mips-tdep.c (mips_double_register_type): Fix thinko.
8647 (mips_single_register_type): Ditto.
8648 * MAINTAINERS: Add self.
8649
8650 2002-05-11 Mark Kettenis <kettenis@gnu.org>
8651
8652 * i387-nat.c (i387_supply_register, i387_fill_fsave,
8653 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
8654 right thing on architectures with different endianness and/or
8655 integer sizes.
8656
8657 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
8658
8659 From Christian Limpach <chris@Pin.LU>
8660 * configure.in: Change sed expression which comments out
8661 NATDEPFILES to also comment out continuation lines.
8662 * configure: Regenerate.
8663
8664 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8665
8666 * sh-tdep.c: Clean up code erroneously reintroduced by previous
8667 big patch.
8668
8669 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8670
8671 * sh-tdep.c: Include correct file.
8672
8673 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8674
8675 New support for sh64-elf (sh5) target.
8676
8677 * configure.tgt: For sh64-elf target, default to sh-elf.
8678
8679 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
8680 (struct gdbarch_tdep): Add new fields for new registers and ABI
8681 info.
8682
8683 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
8684 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
8685 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
8686 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
8687 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
8688 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
8689 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
8690 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
8691 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
8692 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
8693 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
8694 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
8695 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
8696 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
8697 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
8698 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
8699 sh64_get_gdb_regnum, sh64_media_reg_base_num,
8700 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
8701 sign_extend, sh64_nofp_frame_init_saved_regs,
8702 sh64_init_extra_frame_info, sh64_get_saved_register,
8703 sh64_extract_struct_value_address, sh64_pop_frame,
8704 sh64_push_arguments, sh64_extract_return_value,
8705 sh64_store_return_value, sh64_show_media_regs,
8706 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
8707 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
8708 sh_sh64_register_virtual_type,
8709 sh_sh64_register_convert_to_virtual,
8710 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
8711 sh64_register_read, sh64_pseudo_register_write,
8712 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
8713 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
8714 sh64_do_pseudo_register, sh_compact_do_registers_info,
8715 sh64_do_registers_info, sh_gdbarch_init): New functions.
8716
8717 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8718
8719 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
8720
8721 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
8722
8723 * linespec.c (decode_line_1): Check for a double quote after
8724 a filename correctly.
8725
8726 2002-05-10 Jim Blandy <jimb@redhat.com>
8727
8728 Properly track the size of the current objfile's .debug_line section.
8729 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
8730 (DWARF_LINE_SIZE): New macro.
8731 (dwarf2_build_psymtabs_hard): Record the line section's size in
8732 the partial symbol table.
8733 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
8734 symbol table.
8735
8736 2002-05-10 Petr Sorfa <petrs@caldera.com>
8737
8738 * ia64-tdep.c: Handle breakpoints on L instruction type
8739 in MLX instruction bundle by moving the breakpoint to
8740 the third slot (X instruction type) as L holds only data.
8741
8742 2002-05-10 Kevin Buettner <kevinb@redhat.com>
8743
8744 * dbxread.c (discarding_local_symbols_complaint): New complaint.
8745 (process_one_symbol): Complain about discarding local symbols
8746 due to a misplaced N_LBRAC entry.
8747
8748 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
8749
8750 From Daniel Berlin <dan@cgsoftware.com>
8751 * linespec.c (find_toplevel_char): '<' and '>' also increase and
8752 decrease the depth we are at, in the case of templates.
8753
8754 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8755
8756 * mips-tdep.c (mips_float_register_type): New function.
8757 (mips_double_register_type): New function.
8758 (mips_print_register): Use them.
8759 (do_fp_register_row): Likewise.
8760
8761 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8762
8763 * signals/signals.c (signals): Remove conditional compilation around
8764 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
8765 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
8766
8767 2002-05-09 Michael Snyder <msnyder@redhat.com>
8768
8769 * remote-rdp.c (remote_rdp_can_run): Remove.
8770
8771 2002-05-09 Tom Tromey <tromey@redhat.com>
8772
8773 * jv-valprint.c (java_val_print): Handle `char' as a special case
8774 of TYPE_CODE_INT.
8775
8776 2002-05-09 Michael Snyder <msnyder@redhat.com>
8777
8778 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
8779 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
8780 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
8781 str r(0123),[sp,#nn].
8782 (arm_skip_prologue): Ditto. Also make disassembly
8783 order-independent by placing it in a loop.
8784
8785 2002-05-06 Michael Snyder <msnyder@redhat.com>
8786
8787 * stabsread.c (read_type): Add recognition for new attribute:
8788 "@V;" means that an array type is actually a vector.
8789 This is analogous to the vector flag that's been added to dwarf2.
8790
8791 2002-05-09 Mark Kettenis <kettenis@gnu.org>
8792
8793 * i386-tdep.h (i386_abi): New enum.
8794 (struct gdbarch_tdep): Replace os_ident member with abi.
8795 (i386_gdbarch_register_os_abi): New prototype.
8796 * i386-tdep.c (i386_abi_names): New array.
8797 (process_note_abi_tag_sections): Removed.
8798 (process_note_sections): New function.
8799 (i386_elf_abi_from_note, i386_elf_abi): New functions.
8800 (struct i386_abi_handler): New struct.
8801 (i386_abi_handler_list): New variable.
8802 (i386_gdbarch_register_os_abi): New function.
8803 (i386_gdbarch_init): Adapt for the changes given above.
8804
8805 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
8806
8807 * gregset.h: Say "GNU/Linux".
8808
8809 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
8810
8811 * gdbtypes.c : Add new builtin type for 64 bit vectors.
8812 (build_gdbtypes): Build builtin_type_v2_float.
8813 (_initialize_gdbtypes): Register new builtin type.
8814
8815 2002-05-08 Andrew Cagney <ac131313@redhat.com>
8816
8817 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8818 (clear_gdbarch_swap): New function.
8819 (initialize_non_multiarch): Call.
8820 (gdbarch_update_p): Before calling init(), swap out and clear the
8821 existing architecture.
8822 * gdbarch.c: Regenerate.
8823
8824 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8825
8826 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8827 alphanbsd-tdep.c.
8828
8829 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8830
8831 * sh-nbsd-nat.c: Rename to...
8832 * shnbsd-nat.c: ...this.
8833 * sh-nbsd-tdep.c: Rename to...
8834 * shnbsd-tdep.c: ...this.
8835 * sh-nbsd-tdep.h: Rename to...
8836 * shnbsd-tdep.h: ...this.
8837 * config/sh/nbsd.mh: Use shnbsd-nat.o.
8838 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8839
8840 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
8841
8842 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8843 concatenation for command help messages.
8844
8845 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8846
8847 * NEWS: Note new sh*-*-netbsdelf* configuration.
8848 * configure.host: Set gdb_host_cpu to sh for all sh*.
8849 (sh*-*-netbsdelf*): New host.
8850 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8851 (sh*-*-netbsdelf*): New target.
8852 * sh-nbsd-nat.c: New file.
8853 * sh-nbsd-tdep.c: New file.
8854 * sh-nbsd-tdep.h: New file.
8855 * config/sh/nbsd.mh: New file.
8856 * config/sh/nbsd.mt: New file.
8857 * config/sh/nm-nbsd.h: New file.
8858 * config/sh/tm-nbsd.h: New file.
8859
8860 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8861
8862 * sh-tdep.c (sh_osabi_names): Declare.
8863 (process_note_abi_tag_sections): New function.
8864 (get_elfosabi): Ditto.
8865 (sh_gdbarch_register_os_abi): Ditto.
8866 (sh_dump_tdep): Ditto.
8867 _initialize_sh_tdep): Use gdbarch_register to register
8868 sh_gdbarch_init and sh_dump_tdep.
8869 * config/sh/tm-sh.h (sh_osabi): Declare.
8870 (gdbarch_tdep): Add sh_osabi and osabi_name members.
8871
8872 2002-05-07 Andrew Cagney <ac131313@redhat.com>
8873
8874 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8875 (thumb_scan_prologue): Ditto.
8876 (arm_find_callers_reg): Ditto.
8877 (arm_frame_chain): Ditto.
8878 (arm_init_extra_frame_info): Ditto.
8879 (arm_frame_saved_pc): Ditto.
8880 (arm_pop_frame): Ditto.
8881 (arm_push_return_address): New function.
8882 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8883 call_dummy_location, call_dummy_breakpoint_offset_p,
8884 call_dummy_breakpoint_offset, call_dummy_p,
8885 call_dummy_stack_adjust_p, call_dummy_words,
8886 sizeof_call_dummy_words, call_dummy_start_offset,
8887 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8888 call_dummy_address, push_return_address and push_dummy_frame for
8889 generic dummy frames.
8890
8891 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8892
8893 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8894 size computation for alloca.
8895 (sh_fp_frame_init_saved_regs): Likewise.
8896
8897 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
8898
8899 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8900 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
8901 * arm-tdep.c (arm_store_return_value): Use them.
8902 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8903 * remote-rdp.c (remote_rdp_fetch_register): Use
8904 ARM_MAX_REGISTER_RAW_SIZE.
8905 (remote_rdp_store_register): Likewise.
8906
8907 2002-05-07 Michal Ludvig <mludvig@suse.cz>
8908
8909 * dwarf2cfi.c: Code cleanup, removed unused variables,
8910 added default labels to switch {} statements.
8911 * x86-64-tdep.c: Ditto.
8912 * x86-64-linux-nat.c: Ditto.
8913
8914 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8915
8916 * solib.h: Protect against multiple inclusion.
8917
8918 2002-05-06 Jim Blandy <jimb@redhat.com>
8919
8920 Add first preprocessor macro-expansion files.
8921 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8922 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8923 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8924 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8925 (COMMON_OBS): Add macrotab.o, macroexp.o.
8926 (macroexp.o, macrotab.o): New rules.
8927
8928 Separate the job of reading the line number info statement program
8929 header (...expialidocious) out into its own function.
8930 * dwarf2read.c (struct line_head, struct filenames, struct
8931 directories): Replace with...
8932 (struct line_header): New structure, containing the full
8933 contents of the statement program header, including the
8934 include directory and file name tables.
8935 (read_file_scope): If we have line number info, instead of just
8936 calling dwarf_decode_lines to do all the work, call
8937 dwarf_decode_line_header first to get a `struct line_header'
8938 containing the data in the statement program header, and then
8939 pass that to dwarf_decode_lines, which will pick up where that
8940 left off. Be sure to clean up the `struct line_header' object.
8941 (dwarf_decode_line_header, free_line_header, add_include_dir,
8942 add_file_name): New functions.
8943 (dwarf_decode_lines): Move all the code to read the statement
8944 program header into dwarf_decode_line_header. Take the line
8945 header it built as the first argument, instead of the offset to
8946 the compilation unit's line number info. Use the new `struct
8947 line_header' type instead of the old structures. No need to do
8948 cleanups here now, since we don't allocate anything.
8949 (dwarf2_statement_list_fits_in_line_number_section,
8950 dwarf2_line_header_too_long): New complaints.
8951
8952 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
8953
8954 * gdbtypes.c (init_vector_type): New function.
8955 (build_builtin_type_vec128): Simplify the representation of SIMD
8956 registers.
8957 (build_gdbtypes): Initialize new builtin vector types.
8958 (_initialize_gdbtypes): Register new vector types with gdbarch.
8959 (builtin_type_v4_float, builtin_type_v4_int32,
8960 builtin_type_v8_int16, builtin_type_v16_int8,
8961 builtin_type_v2_int32, builtin_type_v4_int16,
8962 builtin_type_v8_int8): New (renamed) SIMD types.
8963
8964 2002-05-06 Mark Kettenis <kettenis@gnu.org>
8965
8966 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8967 (i387_fill_fxsave): Likewise.
8968
8969 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8970
8971 * alpha-tdep.c (alpha_extract_return_value): Don't use
8972 non-constant array size in prototype.
8973
8974 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8975
8976 From Brian Taylor <briant at model dot com>:
8977 * ui-out.c (ui_out_field_core_addr): Use the function
8978 longest_local_hex_string_custom'to format addresses > 32 bits
8979 wide.
8980
8981 * ui-out.c (ui_out_field_core_addr): Update comment.
8982
8983 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8984
8985 * stack.c (select_and_print_frame): Make static. Delete the
8986 parameter `level'.
8987 (func_command): Update call.
8988 (select_frame_command): Delete code computing the frame level.
8989 * frame.h (select_and_print_frame): Delete declaration.
8990
8991 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8992
8993 * sparc-tdep.c (sparc_get_saved_register): Comment why
8994 get_prev_frame call is safe.
8995
8996 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8997
8998 * frame.h (select_frame): Delete level parameter.
8999 * stack.c (select_frame): Update. Use frame_relative_level to
9000 obtain the frame's level.
9001 (select_and_print_frame): Update call.
9002 (select_frame_command): Ditto.
9003 (up_silently_base): Ditto.
9004 (down_silently_base): Ditto.
9005 * ocd.c (ocd_start_remote): Ditto.
9006 * remote-rdp.c (remote_rdp_open): Ditto.
9007 * remote-mips.c (mips_initialize): Ditto.
9008 (common_open): Ditto.
9009 * remote-e7000.c (e7000_start_remote): Ditto.
9010 * m3-nat.c (select_thread): Ditto.
9011 * hppa-tdep.c (child_get_current_exception_event): Ditto.
9012 (child_get_current_exception_event): Ditto.
9013 * varobj.c (varobj_create): Ditto.
9014 (varobj_update): Ditto.
9015 (c_value_of_root): Ditto.
9016 * tracepoint.c (finish_tfind_command): Ditto.
9017 * corelow.c (core_open): Ditto.
9018 * arch-utils.c (generic_prepare_to_proceed): Ditto.
9019 * thread.c (info_threads_command): Ditto.
9020 (switch_to_thread): Ditto.
9021 * infrun.c (normal_stop): Ditto.
9022 (restore_selected_frame): Ditto.
9023 (restore_inferior_status): Ditto.
9024 * breakpoint.c (insert_breakpoints): Ditto.
9025 (watchpoint_check): Ditto.
9026 (bpstat_stop_status): Ditto.
9027 (do_enable_breakpoint): Ditto.
9028 * blockframe.c (flush_cached_frames): Ditto.
9029 (reinit_frame_cache): Ditto.
9030
9031 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9032
9033 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
9034 maintainer.
9035
9036 2002-05-04 Jim Blandy <jimb@redhat.com>
9037
9038 * gdbtypes.c (replace_type): Doc fix.
9039
9040 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9041
9042 * valprint.c (strcat_longest): Delete commented out function.
9043 Update copyright.
9044
9045 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9046
9047 * MAINTAINERS: Mark a29k as deleted.
9048 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
9049 Move new configurations to the top.
9050 * configure.tgt: Remove a29k.
9051 * config/a29k/tm-vx29k.h: Delete.
9052 * config/a29k/vx29k.mt: Delete.
9053 * config/a29k/tm-a29k.h: Delete.
9054 * config/a29k/a29k-udi.mt: Delete.
9055 * config/a29k/a29k.mt: Delete.
9056 * a29k-tdep.c: Delete.
9057 * remote-udi.c: Delete.
9058 * remote-mm.c: Delete.
9059 * remote-eb.c: Delete.
9060 * remote-adapt.c: Delete.
9061 * Makefile.in: Remove obsolete code.
9062 * config/s390/s390x.mt: Ditto.
9063 * config/s390/s390.mt: Ditto.
9064 * config/sparc/sparclynx.mh: Ditto.
9065 * config/sparc/linux.mh: Ditto.
9066 * config/pa/hppaosf.mh: Ditto.
9067 * config/pa/hppabsd.mh: Ditto.
9068 * config/ns32k/nbsd.mt: Ditto.
9069 * config/mips/vr5000.mt: Ditto.
9070 * config/m68k/sun3os4.mh: Ditto.
9071 * config/m68k/nbsd.mt: Ditto.
9072 * config/m68k/m68klynx.mh: Ditto.
9073 * config/m32r/m32r.mt: Ditto.
9074 * config/i386/x86-64linux.mt: Ditto.
9075 * config/i386/nbsdelf.mt: Ditto.
9076 * config/i386/nbsd.mt: Ditto.
9077 * config/i386/i386lynx.mh: Ditto.
9078
9079 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9080
9081 * target.c (debug_print_register): New function. Handle oversize
9082 registers.
9083 (debug_to_fetch_registers): Call.
9084 (debug_to_store_registers): Call.
9085
9086 2002-05-03 Jim Blandy <jimb@redhat.com>
9087
9088 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
9089 (read_type): Doc fix.
9090 * gdbtypes.c (replace_type): Doc fix.
9091
9092 * stabsread.c (multiply_defined_struct): New complaint.
9093 (read_struct_type): If the type we were passed isn't empty, or
9094 incomplete, don't read the new struct type into it; complain,
9095 and return the original type unchanged. Take a new `type_code'
9096 argument, which is the type code for the new type.
9097 (read_type): Rather than storing the type's type code here, pass
9098 it as an argument to read_struct_type, and let that take care of
9099 storing it. That way, we don't overwrite the original type code,
9100 so read_struct_type can use it to decide whether we're overwriting
9101 something we shouldn't.
9102 (complain_about_struct_wipeout): New function.
9103
9104 2002-05-03 Andrew Cagney <ac131313@redhat.com>
9105
9106 * gdbarch.sh: Assert that gdbarch is non-NULL.
9107 * gdbarch.c: Regenerate.
9108
9109 2002-05-03 Jason Merrill <jason@redhat.com>
9110
9111 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
9112 and return NULL.
9113
9114 2002-05-03 Michal Ludvig <mludvig@suse.cz>
9115
9116 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
9117 (x86_64_dwarf2gdb_regno_map_length),
9118 (x86_64_dwarf2_reg_to_regnum): Added.
9119 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
9120 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
9121 (_initialize_x86_64_tdep): Synced with the change above.
9122 (x86_64_skip_prologue): Reformulated message.
9123
9124 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
9125
9126 * f-exp.y: Also use new prev_lexptr variable
9127 to improve error reporting. Based on Michael Snyder
9128 2002-04-24 dated patch to c-exp.y.
9129 * jv-exp.y: Likewise.
9130 * m2-exp.y: Likewise.
9131
9132 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
9133
9134 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
9135 we are dealing with vectors.
9136
9137 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
9138
9139 * config/m68k/tm-nbsd.h: Obvious fix,
9140 correct machine name.
9141
9142 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
9143
9144 * p-typeprint.c (pascal_type_print_base): Add support
9145 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
9146
9147 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
9148
9149 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
9150 for fondamental pascal 'char' type.
9151
9152 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
9153
9154 * p-lang.h (is_pascal_string_type): Declaration changed,
9155 new sixth argument of type char ** added.
9156 * p-lang.c (is_pascal_string_type): Implementation
9157 changed. Args length_pos, length_size, string_pos, char_size
9158 can now be NULL. New argument arrayname set to the field
9159 name of the char array. Return value set to char array
9160 field index plus one.
9161 * p-valprint.c (pascal_val_print): Adapt to new declaration of
9162 is_pascal_string_type function.
9163
9164 2002-05-02 Andrew Cagney <cagney@redhat.com>
9165
9166 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
9167 <cagney@redhat.com> change.
9168 * gdbarch.c: Regenerate.
9169
9170 2002-05-02 Andrew Cagney <cagney@redhat.com>
9171
9172 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
9173 before probing for a new one. Detect errorenous gdbarch_init
9174 functions.
9175 * gdbarch.c: Regenerate.
9176
9177 2002-05-01 Andrew Cagney <cagney@redhat.com>
9178
9179 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
9180 * config/mcore/tm-mcore.h: Ditto. Update copyright.
9181 * config/v850/tm-v850.h: Ditto. Update copyright.
9182
9183 2002-04-30 Andrew Cagney <ac131313@redhat.com>
9184
9185 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
9186 current_gdbarch.
9187
9188 2002-04-30 Michael Snyder <msnyder@redhat.com>
9189
9190 * arm-tdep.c: Whitespace clean-ups.
9191 (arm_skip_prologue): Fix thinko; two lines
9192 should have been removed as part of 4/24 change.
9193
9194 2002-04-30 Kevin Buettner <kevinb@redhat.com>
9195
9196 * rs6000-tdep.c: Added comment describing how fpscr register
9197 numbers were chosen.
9198
9199 2002-04-30 Michael Snyder <msnyder@redhat.com>
9200
9201 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
9202
9203 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
9204
9205 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
9206 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
9207 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
9208
9209 2002-04-29 Kevin Buettner <kevinb@redhat.com>
9210
9211 From Louis Hamilton <hamilton@redhat.com>:
9212 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
9213 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
9214 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
9215 not bfd-private xcoff data, to determine wordsize.
9216 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
9217
9218 2002-04-29 Andrew Cagney <ac131313@redhat.com>
9219
9220 GDB 5.2 released from 5.2 branch.
9221
9222 2002-04-29 Michal Ludvig <mludvig@suse.cz>
9223
9224 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
9225 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9226 (x86_64_register_info_table): Added comments with register numbers.
9227
9228 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
9229
9230 * rs6000-tdep.c (rs6000_extract_return_value,
9231 rs6000_store_return_value): Handle returning vectors.
9232 (rs6000_gdbarch_init): Use
9233 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
9234 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
9235 New function.
9236 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
9237 vectors.
9238 (ppc_sysv_abi_push_arguments): Handle vector parameters.
9239 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
9240
9241 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
9242
9243 * hpread.c (hpread_psymtab_to_symtab_1,
9244 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
9245 with fprintf_unfiltered (gdb_stderr,...).
9246
9247 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
9248
9249 * remote-array.c (printf_monitor, write_monitor,
9250 array_insert_breakpoint, array_remove_breakpoint ):
9251 Replace fprintf (stderr,...
9252 with fprintf_unfiltered (gdb_stderr,....
9253 * remote-es.c: Likewise.
9254 * remote-os9k.c: Likewise.
9255 * remote-st.c: Likewise.
9256
9257 2002-04-28 Andreas Schwab <schwab@suse.de>
9258
9259 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
9260 linux-proc.o and gcore.o.
9261
9262 2002-04-26 Michal Ludvig <mludvig@suse.cz>
9263
9264 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
9265 code without frame pointers.
9266
9267 2002-04-26 Andrew Cagney <ac131313@redhat.com>
9268
9269 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
9270 ON_STACK is needed.
9271
9272 2002-04-26 Ben Elliston <bje@redhat.com>
9273
9274 * target.c (do_xfer_memory): Correct reference to the new option
9275 "trust-readonly-sections".
9276
9277 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
9278
9279 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
9280 * gdbtypes.c (recursive_dump_type): Output the vector flag.
9281 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
9282 vectors.
9283 (read_array_type): Record the fact that this array type is really a
9284 vector (i.e. are passed in by value).
9285
9286 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
9287
9288 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
9289 * alpha-tdep.c (alpha_sigcontext_addr): New function.
9290 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
9291 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
9292 * alpha-linux-tdep.c: Include frame.h.
9293 (alpha_linux_sigcontext_addr): New function.
9294 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
9295 alpha_linux_sigcontext_addr.
9296 * alpha-osf1-tdep.c: Include gdbcore.h.
9297 (alpha_osf1_sigcontext_addr): New function.
9298 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
9299 alpha_osf1_sigcontext_addr.
9300 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
9301 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
9302
9303 2002-04-26 Andrew Cagney <ac131313@redhat.com>
9304
9305 * stack.c (selected_frame_level):
9306 (select_frame): Do not set selected_frame_level.
9307 * frame.h (selected_frame_level): Delete declaration.
9308
9309 2002-04-26 Andrew Cagney <ac131313@redhat.com>
9310
9311 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
9312 convert_from_func_ptr-addr when AIX / PowerOpen.
9313
9314 2002-04-25 Andrew Cagney <ac131313@redhat.com>
9315
9316 * valops.c (hand_function_call): Call
9317 generic_save_call_dummy_addr.
9318 * frame.h (generic_save_call_dummy_addr): Declare.
9319 * blockframe.c (struct dummy_frame): Add fields call_lo and
9320 call_hi.
9321 (generic_find_dummy_frame): Check for PC in range call_lo to
9322 call_hi instead of entry_point_address.
9323 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
9324 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
9325 (generic_save_call_dummy_addr): New function.
9326
9327 2002-04-24 David S. Miller <davem@redhat.com>
9328
9329 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
9330 sparc_skip_prologue.
9331 (sparc_skip_prologue): Kill frameless_p arg, and use line number
9332 information to find prologue when possible.
9333 (sparc_prologue_frameless_p): Call examine_prologue directly.
9334 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
9335 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
9336 second argument.
9337 (SKIP_PROLOGUE): Likewise.
9338
9339 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9340
9341 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
9342 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
9343 indicate that the condition it was testing is always true.
9344 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
9345 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
9346 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
9347
9348 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9349
9350 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
9351 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
9352 tdep->jb_pc and tdep->jb_elt_size.
9353 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
9354 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
9355 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
9356 * alpha-nat.c (get_longjmp_target): Remove.
9357 (JB_ELEMENT_SIZE): Ditto.
9358 (JB_PC): Ditto.
9359 * alpha-tdep.c (alpha_get_longjmp_target): New function.
9360 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
9361 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
9362 to alpha_get_longjmp_target.
9363 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
9364 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
9365 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
9366
9367 2002-04-25 Andrew Cagney <ac131313@redhat.com>
9368
9369 * README: Update to GDB 5.2.
9370
9371 2002-04-25 Andrew Cagney <ac131313@redhat.com>
9372
9373 * gdbarch.sh (LC_ALL): Set to `c'.
9374
9375 2002-04-25 Theodore A. Roth <troth@verinet.com>
9376
9377 * avr-tdep.c: Ran through gdb_indent.sh.
9378
9379 2002-04-25 Theodore A. Roth <troth@verinet.com>
9380
9381 * MAINTAINERS: Add myself as AVR maintainer.
9382 * NEWS: Note new target avr.
9383
9384 2002-04-25 Theodore A. Roth <troth@verinet.com>
9385
9386 * Makefile.in: Add support for AVR target.
9387 * configure.tgt: Add support for AVR target.
9388 * avr-tdep.c: New file
9389 * config/avr/avr.mt: New file.
9390
9391 2002-04-25 Theodore A. Roth <troth@verinet.com>
9392
9393 * MAINTAINERS: Add myself to write-after-approval.
9394
9395 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
9396
9397 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
9398 with fprintf_unfiltered (gdb_stderr,....
9399
9400 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
9401
9402 Fix PR gdb/508.
9403 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
9404
9405 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
9406
9407 * p-exp.y: Also use new prev_lexptr variable
9408 to improve error reporting. Based on Michael Snyder
9409 2002-04-24 dated patch to c-exp.y.
9410
9411 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9412
9413 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
9414 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
9415 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
9416 to 0.
9417 * config/alpha/tm-alpha.h: Remove forward decls of struct type
9418 and struct value.
9419 (FUNCTION_START_OFFSET): Remove.
9420 (BREAKPOINT): Ditto.
9421
9422 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9423
9424 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
9425 * NEWS: Ditto.
9426
9427 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9428
9429 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
9430 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
9431 alpha_linux_pc_in_sigtramp.
9432 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
9433 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
9434 alpha_osf1_pc_in_sigtramp.
9435 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
9436 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
9437 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
9438 alphafbsd_pc_in_sigtramp.
9439 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
9440 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
9441 alphanbsd_pc_in_sigtramp.
9442 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
9443 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
9444
9445 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9446
9447 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
9448
9449 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9450
9451 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
9452 alphanbsd-tdep.c.
9453 (alphanbsd-nat.o): New dependency list.
9454 (alphanbsd-tdep.o): Ditto.
9455 * NEWS: Note new native NetBSD/alpha configuration.
9456 * alphanbsd-nat.c: New file.
9457 * alphanbsd-tdep.c: Ditto.
9458 * configure.host (alpha*-*-netbsd*): New host.
9459 * configure.tgt (alpha*-*-netbsd*): New target.
9460 * config/alpha/nbsd.mh: New file.
9461 * config/alpha/nbsd.mt: Ditto.
9462 * config/alpha/nm-nbsd.h: Ditto.
9463 * config/alpha/tm-nbsd.h: Ditto.
9464
9465 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9466
9467 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
9468 (alpha-osf1-tdep.o): New dependency list.
9469 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
9470 and skip_sigtramp_frame members.
9471 * alpha-linux-tdep.c: Include gdbcore.h.
9472 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
9473 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
9474 * alpha-osf1-tdep.c: New file.
9475 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
9476 alpha-osf1-dep.c.
9477 (alpha_frame_past_sigtramp_frame): New function.
9478 (alpha_dynamic_sigtramp_offset): Ditto.
9479 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
9480 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
9481 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
9482 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
9483 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
9484 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
9485 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
9486 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
9487 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
9488 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
9489 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
9490 to find_solib_trampoline_target.
9491 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
9492 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
9493 (SKIP_TRAMPOLINE_CODE): Remove.
9494 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9495 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9496 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
9497 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
9498 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
9499 (PROC_SIGTRAMP_MAGIC): Ditto.
9500 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9501 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9502 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9503 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
9504 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
9505
9506 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9507
9508 * NEWS: Note that Alpha targets are now multi-arch.
9509
9510 2002-04-24 Michael Snyder <msnyder@redhat.com>
9511
9512 * parser-defs.h (prev_lexptr): New external variable.
9513 * parse.c (parse_exp_1): Set prev_lexptr to null before
9514 calling the language-specific parser.
9515 * c-exp.y (yylex): Set prev_lexptr to start of current token.
9516 (yyerror): Use prev_lexptr in error reporting.
9517
9518 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
9519
9520 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
9521 * gregset.h: If FILL_FPXREGSET is defined, provide
9522 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
9523 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
9524 is defined, call fill_fpxregset.
9525
9526 2002-04-24 Roland McGrath <roland@frob.com>
9527
9528 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
9529 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
9530 (supply_gregset, supply_fpregset): New functions.
9531
9532 * gnu-nat.c (gnu_find_memory_regions): New function.
9533 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
9534 (gnu_xfer_memory): Add a cast.
9535
9536 2002-04-24 Michael Snyder <msnyder@redhat.com>
9537
9538 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
9539 loop. Add handling for "str lr, [sp, #-4]!" and for saves
9540 of argument regs ("str r(0123), [r11, #-nn"]).
9541 (arm_skip_prologue): Better handling for frameless functions.
9542 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
9543 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
9544
9545 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
9546
9547 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
9548 NUM_PSEUDO_REGS can be used.
9549
9550 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9551
9552 * arch-utils.h: Update copyright.
9553
9554 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
9555 * gdbarch.h, gdbarch.c: Re-generate.
9556
9557 * inferior.h (IN_SIGTRAMP): Delete definition.
9558 * arch-utils.c (legacy_pc_in_sigtramp): New function.
9559 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
9560
9561 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
9562 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
9563 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
9564 (find_proc_framesize): Ditto.
9565 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
9566 (alpha_init_extra_frame_info): Ditto.
9567 * infrun.c (handle_inferior_event): Ditto.
9568 (handle_inferior_event): Ditto.
9569 (check_sigtramp2): Ditto.
9570 * blockframe.c (create_new_frame): Ditto.
9571 (get_prev_frame): Ditto.
9572 * ppc-linux-tdep.c: Update comments.
9573 * i386-linux-tdep.c: Update comments.
9574 * breakpoint.c (bpstat_what): Update comment.
9575
9576 2002-04-24 David S. Miller <davem@redhat.com>
9577
9578 * i960-tdep.c (register_in_window_p): New function.
9579 (i960_find_saved_register): Use it instead of
9580 REGISTER_IN_WINDOW_P.
9581 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
9582
9583 * symtab.h (find_stab_function_addr): Kill extern.
9584 * minsyms.c (find_stab_function_addr): Remove from here...
9585 * dbxread.c: ... to here, and mark it static.
9586
9587 2002-04-20 David S. Miller <davem@redhat.com>
9588
9589 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
9590 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
9591
9592 2002-04-21 David S. Miller <davem@redhat.com>
9593
9594 * remote-vxsparc.c (vx_read_register): Fix typo, we want
9595 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
9596 (vx_write_register): Likewise.
9597
9598 2002-04-23 J. Brobecker <brobecker@gnat.com>
9599
9600 * source.c (is_regular_file): New function.
9601 (openp): Check wether file to open is a regular file
9602 to avoid opening directories.
9603
9604 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9605
9606 * findvar.c (extract_signed_integer): Cast printf argument
9607 to suppress format warning.
9608 (extract_unsigned_integer): Likewise.
9609 * infcmd.c (registers_info): Likewise.
9610 * top.c (get_prompt_1): Likewise.
9611 * valops.c (value_assign): Likewise.
9612 * valprint.c (print_decimal): Likewise.
9613
9614 2002-04-22 H.J. Lu (hjl@gnu.org)
9615
9616 * c-exp.y (typebase): Support
9617
9618 [long|long long|short] [signed|unsigned] [int|]
9619
9620 and
9621
9622 signed [long|long long|short] int
9623
9624 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9625
9626 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
9627 and vax-tdep.h.
9628 * vax-tdep.h: New file.
9629 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
9630 Make several routines static.
9631 (vax_get_saved_register): New function.
9632 (vax_gdbarch_init): New function.
9633 (_initialize_vax_tdep): Register vax_gdbarch_init.
9634 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
9635 Remove macros now under the control of gdbarch.
9636
9637 2002-04-22 Michael Snyder <msnyder@redhat.com>
9638
9639 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
9640 Some whitespace and coding standards tweaks.
9641
9642 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9643
9644 * vax-tdep.c: Include regcache.h.
9645 (vax_call_dummy_words): New.
9646 (sizeof_vax_call_dummy_words): New.
9647 (vax_fix_call_dummy): New function.
9648 (vax_saved_pc_after_call): Ditto.
9649 * config/vax/tm-vax.h: Don't include regcache.h.
9650 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
9651 (CALL_DUMMY): Remove.
9652 (CALL_DUMMY_WORDS): Define.
9653 (SIZEOF_CALL_DUMMY_WORDS): Define.
9654 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
9655
9656 2002-04-18 Michael Snyder <msnyder@redhat.com>
9657
9658 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
9659
9660 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9661
9662 * vax-tdep.c (vax_frame_chain): New function.
9663 (vax_push_dummy_frame): Ditto.
9664 (vax_pop_frame): Ditto.
9665 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
9666 (FRAMELESS_FUNCTION_INVOCATION): Use
9667 generic_frameless_function_invocation_not.
9668 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
9669 (POP_FRAME): Use vax_pop_frame.
9670
9671 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9672
9673 * vax-tdep.c (vax_store_struct_return): New function.
9674 (vax_extract_return_value): Ditto.
9675 (vax_store_return_value): Ditto.
9676 (vax_extract_struct_value_address): Ditto.
9677 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
9678 vax_store_struct_return.
9679 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
9680 (STORE_RETURN_VALUE): Use vax_store_return_value.
9681 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
9682
9683 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9684
9685 * vax-tdep.c (vax_frame_saved_pc): New function.
9686 (vax_frame_args_address_correct): Ditto.
9687 (vax_frame_args_address): Ditto.
9688 (vax_frame_locals_address): Ditto.
9689 (vax_frame_num_args): Move code to be in proximity to
9690 other frame-related functions.
9691 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
9692 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
9693 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
9694 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
9695 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
9696
9697 2002-04-22 H.J. Lu (hjl@gnu.org)
9698
9699 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
9700 includedir.
9701
9702 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9703
9704 * vax-tdep.c (vax_frame_init_saved_regs): New function.
9705 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
9706 (FRAME_INIT_SAVED_REGS): New macro.
9707
9708 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9709
9710 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
9711
9712 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9713
9714 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
9715 where needed.
9716 (fetch_osf_core_registers): Likewise.
9717 (supply_gregset): Likewise.
9718
9719 2002-04-22 J. Brobecker <brobecker@gnat.com>
9720
9721 * symfile.h (get_section_index): Define.
9722 * symfile.c (get_section_index): New function.
9723 * mdebugread.c (SC_IS_SBSS): New macro.
9724 (SC_IS_BSS): Return true for the scBss storage class only, as
9725 the scSBss storage class refers to the .sbss section.
9726 (parse_partial_symbols): Discard the symbols which associated
9727 section does not exist.
9728 Make sure to use the .sbss section index for symbols which
9729 storage class is scBss, rather than using the .bss section index.
9730
9731 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9732
9733 * vax-tdep.c: Update copyright years.
9734 (vax_register_name): New function.
9735 (vax_register_byte): Ditto.
9736 (vax_register_raw_size): Ditto.
9737 (vax_register_virtual_size): Ditto.
9738 (vax_register_virtual_type): Ditto.
9739 * config/vax/tm-vax.h: Update copyright years.
9740 (REGISTER_NAMES): Remove.
9741 (REGISTER_NAME): Define.
9742 (REGISTER_BYTE): Use vax_register_byte.
9743 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
9744 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
9745 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
9746
9747 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9748
9749 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
9750 declaration
9751 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
9752
9753 2002-04-21 David S. Miller <davem@redhat.com>
9754
9755 * arch-utils.c (generic_prologue_frameless_p): Kill
9756 SKIP_PROLOGUE_FRAMELESS_P code.
9757 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9758 references.
9759 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
9760 * arc-tdep.c (arc_prologue_frameless_p): Implement.
9761 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9762 references.
9763 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
9764 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
9765 (sparc_gdbarch_init): Pass it to
9766 set_gdbarch_prologue_frameless_p.
9767
9768 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9769
9770 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
9771 (alphabsd-nat.o): New dependency list.
9772
9773 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9774
9775 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
9776 alphafbsd-tdep.c.
9777 (alpha-linux-tdep.o): New dependency list.
9778 (alphafbsd-tdep.o): Likewise.
9779
9780 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9781
9782 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
9783 to here...
9784 * alpha-tdep.c: ...from here.
9785 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
9786
9787 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9788
9789 * config/alpha/tm-alpha.h: Move alpha_software_single_step
9790 prototype from here...
9791 * alpha-tdep.h: ...to here.
9792
9793 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9794
9795 * frame.h (selected_frame_level): Document as deprecated.
9796 (frame_relative_level): Declare.
9797 * stack.c (frame_relative_level): New function.
9798 (selected_frame_level): Document as deprecated.
9799 (select_frame): Do not set the selected_frame_level.
9800
9801 * stack.c (frame_info, record_selected_frame): Update.
9802 (frame_command, current_frame_command): Update.
9803 (up_silently_base, up_command, down_silently_base): Update.
9804 (down_command): Update.
9805 * inflow.c (kill_command): Update.
9806 * tracepoint.c (finish_tfind_command): Update.
9807 * corelow.c (core_open): Update.
9808 * thread.c (info_threads_command): Update.
9809 (do_captured_thread_select): Update.
9810 * infcmd.c (finish_command): Update.
9811 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9812
9813 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9814
9815 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9816
9817 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9818
9819 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
9820 type const.
9821
9822 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9823
9824 * alphafbsd-tdep.c: Update copyright years. Include
9825 alpha-tdep.h.
9826 (alphafbsd_use_struct_convention): Make static.
9827 (alphafbsd_init_abi): New function.
9828 (_initialize_alphafbsd_tdep): New function.
9829 * config/alpha/tm-fbsd.h: Update copyright years.
9830 (USE_STRUCT_CONVENTION): Remove.
9831
9832 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9833
9834 * alpha-tdep.c (alpha_abi_handler): New structure to describe
9835 an Alpha ABI variant.
9836 (alpha_abi_handler_list): Declare.
9837 (alpha_gdbarch_register_os_abi): New function.
9838 (alpha_gdbarch_init): Give registered ABI variant handlers a
9839 chance to tweak the gdbarch once we have set up defaults.
9840 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9841
9842 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9843
9844 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9845 to standard_coerce_float_to_double.
9846 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9847
9848 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9849
9850 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9851 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9852 from gdbarch_tdep rather than a constant.
9853 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9854 the default text address for all Alpha Unix ABIs.
9855 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9856 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9857
9858 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9859
9860 * alpha-tdep.h: New file. Includes several Alpha target constants
9861 taken from...
9862 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
9863 let gdbarch deal with.
9864 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9865 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9866 to dependency list.
9867 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
9868 Alpha target register names.
9869 * alphabsd-nat.c: Likewise.
9870 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
9871 Alpha target register names. Make serveral routines static.
9872 (alpha_get_saved_register): New function.
9873 (alpha_abi_names): New.
9874 (process_note_abi_tag_sections): New function.
9875 (get_elfosabi): New function.
9876 (alpha_gdbarch_init): New function.
9877 (alpha_dump_tdep): New function.
9878 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9879
9880 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9881
9882 * frame.c (find_saved_register): Delete #ifdef
9883 HAVE_REGISTER_WINDOWS code.
9884 * config/sparc/tm-sparc.h: Update comments.
9885 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9886
9887 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9888
9889 * i960-tdep.c (i960_find_saved_register): New function.
9890 (i960_get_saved_register): New function.
9891 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9892 (i960_get_saved_register): Declare.
9893 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9894
9895 2002-04-20 David S. Miller <davem@redhat.com>
9896
9897 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9898
9899 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9900
9901 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9902 instead of NUM_PSEUDO_REGS.
9903
9904 2002-04-20 David S. Miller <davem@redhat.com>
9905
9906 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9907 GDB_MULTI_ARCH_PARTIAL
9908 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9909 define, let tm-sp64.h do it.
9910
9911 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
9912
9913 * frame.c (find_saved_register): Avoid a NULL pointer
9914 dereference and actually walk the frame list.
9915
9916 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9917
9918 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9919 sorted in most most-recent-used order. Document.
9920 * gdbarch.h, gdbarch.c: Regenerate.
9921
9922 2002-04-19 Andrew Cagney <ac131313@redhat.com>
9923
9924 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9925 instead of ->prev.
9926 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9927 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9928 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9929 instead of ->prev.
9930
9931 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
9932
9933 Fix PR gdb/471.
9934 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9935 (build_builtin_type_vec128): Ditto.
9936 (append_composite_type_field): Fix calculation of type length in
9937 union case.
9938
9939 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9940
9941 * config/djgpp/README: Update.
9942
9943 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9944 compiler warnings.
9945
9946 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
9947
9948 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9949 (alpha_setup_arbitrary_frame): ...to this.
9950 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9951 for alpha_setup_arbitrary_frame.
9952
9953 2002-04-18 Andrew Cagney <cagney@redhat.com>
9954
9955 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9956 * gdbarch.h, gdbarch.c: Regenerate.
9957
9958 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9959 * target.h (memory_breakpoint_from_pc): Update declaration.
9960 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9961
9962 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9963 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9964 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9965 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9966 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9967 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9968 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9969 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9970 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9971 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9972 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9973 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9974
9975 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9976 const pointer.
9977 * monitor.c (monitor_insert_breakpoint): Ditto.
9978 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9979
9980 * config/mcore/tm-mcore.h: Update copyright.
9981 * mem-break.c: Ditto.
9982 * xstormy16-tdep.c: Ditto.
9983
9984 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9985
9986 * p-exp.y: Add precedence rule for '^' token.
9987 This removes the shift/reduce conflicts.
9988 Remove the comment concerning these shift/reduce conflicts.
9989
9990 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
9991
9992 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9993 (registers_powerpc_nofp): New register set for processors
9994 without floating point unit.
9995
9996 2002-04-18 David S. Miller <davem@redhat.com>
9997
9998 * MAINTAINERS: Add myself to write-after-approval.
9999
10000 2002-04-17 Michael Snyder <msnyder@redhat.com>
10001
10002 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
10003
10004 2002-04-17 Andrew Cagney <ac131313@redhat.com>
10005
10006 * rs6000-tdep.c (frame_initial_stack_address): Use
10007 frame_register_read to read the alloca_reg.
10008
10009 2002-04-17 Andrew Cagney <ac131313@redhat.com>
10010
10011 * frame.c (find_saved_register): Find saved registers in the next
10012 not prev frame.
10013 Fix PR gdb/365.
10014
10015 2002-04-17 Andrew Cagney <ac131313@redhat.com>
10016
10017 * gdbarch.sh (LANG): Set to ``c''.
10018
10019 2002-04-15 Andrew Cagney <ac131313@redhat.com>
10020
10021 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
10022
10023 2002-04-15 Andrew Cagney <ac131313@redhat.com>
10024
10025 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
10026 Update copyright.
10027
10028 * hpread.c (hpread_get_lntt): Add declaration.
10029 Also fix PR gdb/391.
10030
10031 2002-04-14 Andrew Cagney <ac131313@redhat.com>
10032
10033 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
10034 * aclocal.m4, configure: Re-generate.
10035 Fix PR gdb/391.
10036
10037 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
10038
10039 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
10040 instead of tm_print_insn.
10041
10042 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
10043
10044 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
10045
10046 2002-04-14 Andrew Cagney <ac131313@redhat.com>
10047
10048 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
10049 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
10050 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
10051
10052 2002-04-12 Don Howard <dhoward@redhat.com>
10053
10054 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
10055 max_user_call_depth.
10056 (init_cmd_lists): Initialize the new value;
10057 * cli/cli-script.c (execute_user_command): Limit the call depth of
10058 user defined commands. This avoids a core-dump when user commands
10059 are infinitly recursive.
10060
10061 2002-04-12 Kevin Buettner <kevinb@redhat.com>
10062
10063 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
10064 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
10065 from tdep struct instead of DEFAULT_LR_SAVE.
10066 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
10067 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
10068 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
10069
10070 2002-04-12 Michael Snyder <msnyder@redhat.com>
10071
10072 * Remote.c: Spelling fix.
10073 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
10074 If no symbol found for "sbrk", try "_sbrk".
10075 (make_output_phdrs): Use bfd_section_name.
10076 (gcore_copy_callback): Use bfd_section_name.
10077 * eval.c: Indentation fix-ups.
10078 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
10079 in case it gets applied to an address that is already
10080 in the instruction space.
10081 * cli/cli-decode.c (help_list): Allow long lines to wrap.
10082 * symfile.c: Fix indentation, long lines.
10083 * source.c: White space fix-up.
10084
10085 2002-04-12 Andrew Cagney <cagney@redhat.com>
10086
10087 * defs.h (read_relative_register_raw_bytes): Delete declaration.
10088 * frame.c (frame_register_read): New function. Return non-zero on
10089 success.
10090 (read_relative_register_raw_bytes_for_frame): Delete.
10091 (read_relative_register_raw_bytes): Delete.
10092 * frame.h (frame_register_read): Declare.
10093 * d30v-tdep.c: Update Copyright. Use frame_register_read.
10094 * sh-tdep.c: Ditto.
10095 * infcmd.c (do_registers_info): Ditto.
10096 * hppa-tdep.c: Ditto.
10097 * rs6000-tdep.c: Ditto.
10098 * h8500-tdep.c: Ditto.
10099 * mips-tdep.c: Ditto.
10100 * h8300-tdep.c: Ditto.
10101 * z8k-tdep.c: Ditto.
10102
10103 2002-04-12 Kevin Buettner <kevinb@redhat.com>
10104
10105 From Jimi X <jimix@watson.ibm.com>:
10106 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
10107 64-bit SysV ABI.
10108
10109 2002-04-12 Kevin Buettner <kevinb@redhat.com>
10110
10111 From Jimi X <jimix@watson.ibm.com>:
10112 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
10113 bfd info.
10114
10115 2002-04-12 Kevin Buettner <kevinb@redhat.com>
10116
10117 From Jimi X <jimix@watson.ibm.com>:
10118 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
10119 register sets for these processor variants.
10120
10121 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
10122
10123 * regformats/reg-ppc.dat: Support FPSCR.
10124
10125 2002-04-11 Kevin Buettner <kevinb@redhat.com>
10126
10127 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
10128 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
10129 Add fpscr as an invalid/unfetchable register.
10130 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
10131 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
10132 (fill_fpregset): Add support for register fpscr.
10133 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
10134 (fill_gregset): Account for the fact that register ``mq'' might
10135 not exist.
10136 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
10137 (registers_power): Add fpscr to register set at slot 71.
10138 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
10139 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
10140
10141 2002-04-11 Michael Snyder <msnyder@redhat.com>
10142
10143 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
10144 * configure: Regenerate.
10145 * config.in: Regenerate.
10146 * acconfig.h: Add define for _SYSCALL32.
10147 * core-sol2.c: Remove #define _SYSCALL32.
10148 * solib-legacy.c: Remove #define _SYSCALL32.
10149
10150 2002-04-10 Andrew Cagney <ac131313@redhat.com>
10151
10152 * stack.c (select_frame): Cleanup internal error message, do not
10153 use %p.
10154
10155 2002-04-10 Andrew Cagney <ac131313@redhat.com>
10156
10157 * stack.c (select_frame): Check that selected_frame and the
10158 specified level are as expected.
10159 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
10160 Update copyright.
10161 * frame.h (struct frame_info): Add field `level'. Update
10162 copyright.
10163 Work-in-progress PR gdb/464.
10164
10165 2002-04-10 Andrew Cagney <ac131313@redhat.com>
10166
10167 * maint.c (maint_print_section_info): Rename print_section_info.
10168 (print_bfd_section_info, print_objfile_section_info): Update.
10169 * inferior.h (struct gdbarch): Add opaque declaration.
10170 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
10171 * gdbarch.h: Regenerate.
10172
10173 2002-04-10 Michal Ludvig <mludvig@suse.cz>
10174
10175 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
10176 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
10177 (kernel_u_size): Added.
10178 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
10179 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
10180
10181 2002-04-04 Jim Ingham <jingham@apple.com>
10182
10183 * valarith.c (find_size_for_pointer_math): New function, either returns
10184 the size for a pointer's target, returns 1 for void *, or errors for
10185 incomplete types.
10186 (value_add, value_sub): use find_size_for_pointer_math.
10187
10188 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
10189
10190 * linux-low.c (linux_look_up_symbols): New hook.
10191 (linux_target_ops): Add linux_look_up_symbols.
10192 * remote-utils.c (decode_address): New function.
10193 (look_up_one_symbol): New function.
10194 * server.c (handle_query): Call target look_up_symbols hook.
10195 * server.h (look_up_one_symbol): Add prototype.
10196 * target.h (struct target_ops): Add look_up_symbols hook.
10197
10198 2002-04-09 Andrew Cagney <ac131313@redhat.com>
10199
10200 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
10201 override FP_REGNUM with frame->fp. Update copyright.
10202 * parse.c (num_std_regs, std_regs): Delete.
10203 (target_map_name_to_register): Do not search std_regs. Update
10204 function description.
10205 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
10206 declarations. Update copyright.
10207 Fix PR gdb/251.
10208
10209 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
10210
10211 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
10212 after the last symbol in a block.
10213
10214 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
10215
10216 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
10217 is non zero as a found symbol.
10218
10219 2002-04-08 Andrew Cagney <ac131313@redhat.com>
10220
10221 * findvar.c: Include "builtin-regs.h".
10222 (value_of_register): Call value_of_builtin_reg when applicable.
10223 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
10224 (target_map_name_to_register): Call
10225 builtin_reg_map_name_to_regnum.
10226 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
10227 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
10228 (builtin_regs_h): Define.
10229 (builtin-regs.o): New target.
10230 (findvar.o): Add $(builtin_regs_h).
10231 * builtin-regs.c, builtin-regs.h: New files.
10232 * std-regs.c: New file.
10233 Partial fix for PR gdb/251.
10234
10235 2002-04-08 Kevin Buettner <kevinb@redhat.com>
10236
10237 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
10238 it's no longer required.
10239
10240 2002-04-08 Andrew Cagney <ac131313@redhat.com>
10241
10242 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
10243
10244 2002-04-08 Kevin Buettner <kevinb@redhat.com>
10245
10246 From Jimi X <jimix@watson.ibm.com>:
10247 * rs6000-tdep.c (rs6000_software_single_step): Use
10248 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
10249 and size. Use target_insert_breakpoint() and
10250 target_remove_breakpoint() to insert and remove breakpoints
10251 instead of explicit memory reads and writes.
10252
10253 2002-04-08 Kevin Buettner <kevinb@redhat.com>
10254
10255 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
10256 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
10257 ELF_OBJECT_FORMAT ifdef.
10258
10259 2002-04-08 Kevin Buettner <kevinb@redhat.com>
10260
10261 From Jimi X <jimix@watson.ibm.com>:
10262 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
10263
10264 2002-04-08 Kevin Buettner <kevinb@redhat.com>
10265
10266 From Jimi X <jimix@watson.ibm.com>:
10267 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
10268 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
10269
10270 2002-04-07 Mark Kettenis <kettenis@gnu.org>
10271
10272 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
10273 s/asprintf/xasprintf/.
10274 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
10275
10276 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10277
10278 I believe Jeff Law denies responsability for this one:
10279 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
10280 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
10281 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
10282 Work-around for PR gdb/366.
10283
10284 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
10285
10286 * remote-e7000.c (write_small, e7000_read_inferior_memory,
10287 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
10288 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
10289
10290 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
10291
10292 * sh-tdep.c (sh_fp_frame_init_saved_regs,
10293 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
10294 information.
10295
10296 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10297
10298 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
10299 maintainer.
10300
10301 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10302
10303 * README (Reporting Bugs in GDB): Document the bug web page as the
10304 prefered way of submitting bugs.
10305 Fix PR gdb/402.
10306
10307 2002-04-06 Andrew Cagney <ac131313@redhat.com>
10308
10309 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
10310 -1. Update comment.
10311 * gdbarch.h, gdbarch.c: Re-generate.
10312
10313 2002-04-07 Andreas Schwab <schwab@suse.de>
10314
10315 * m68klinux-nat.c (fill_fpregset): Properly pass address of
10316 buffer to regcache_collect.
10317
10318 2002-04-06 Andrew Cagney <ac131313@redhat.com>
10319
10320 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
10321 * gdbarch.c, gdbarch.h: Re-generate.
10322
10323 2002-04-06 Andrew Cagney <ac131313@redhat.com>
10324
10325 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
10326 declaration. Fix -Werror.
10327
10328 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
10329
10330 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
10331 * gdbarch.c: Regenerate.
10332
10333 2002-04-05 Michael Snyder <msnyder@redhat.com>
10334
10335 * breakpoint.c (clear_command): Rewrite middle section to
10336 combine two loops with identical control conditions.
10337 Add a cleanup to eliminate a memory leak.
10338 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
10339
10340 2002-04-05 H.J. Lu (hjl@gnu.org)
10341
10342 * solib-svr4.c (bkpt_names): Add "__start".
10343
10344 2002-04-04 Andrew Cagney <ac131313@redhat.com>
10345
10346 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
10347 as test for 64 bit target.
10348
10349 2002-04-05 Andrew Cagney <ac131313@redhat.com>
10350
10351 * h8500-tdep.c (h8500_write_fp): Delete function.
10352 * dwarf2cfi.c (cfi_write_fp): Document as not used.
10353 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
10354 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
10355 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
10356 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
10357 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
10358 (s390_write_fp):
10359 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
10360 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
10361 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
10362 (d10v_write_fp): Delete function.
10363 * inferior.h (write_fp, generic_target_write_fp): Delete
10364 declarations.
10365 * regcache.c (generic_target_write_fp): Delete function.
10366 (write_fp): Delete function.
10367 * gdbarch.sh (TARGET_WRITE_FP): Delete.
10368 * gdbarch.h, gdbarch.c: Regenerate.
10369 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
10370 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
10371 (sparc64_write_fp): Delete declaration.
10372 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
10373 (h8500_write_fp): Delete declaration.
10374
10375 2002-04-04 Andrew Cagney <ac131313@redhat.com>
10376
10377 * sparc-tdep.c (sparc64_write_fp): Delete.
10378 (sparc_push_dummy_frame): Replace write_fp call with code to store
10379 the FP directly.
10380 (sparc_gdbarch_init): Do not initialize write_fp.
10381
10382 2002-04-05 Kevin Buettner <kevinb@redhat.com>
10383
10384 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
10385 clause.
10386
10387 2002-03-29 Jim Blandy <jimb@redhat.com>
10388
10389 * stack.c (get_selected_block): Add new argument `addr_in_block',
10390 used to return the exact code address we used to select the block,
10391 not just the block.
10392 * blockframe.c (get_frame_block, get_current_block): Same.
10393 * frame.h (get_frame_block, get_current_block,
10394 get_selected_block): Update declarations.
10395 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
10396 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
10397
10398 2002-04-05 Michael Snyder <msnyder@redhat.com>
10399
10400 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
10401 warning message.
10402
10403 2002-04-05 J. Brobecker <brobecker@gnat.com>
10404
10405 * utils.c (xfullpath): New function.
10406 * defs.h (xfullpath): Add declaration.
10407 * source.c (openp): Use xfullpath in place of gdb_realpath to
10408 avoid resolving the basename part of filenames when the
10409 associated file is a symbolic link. This fixes a potential
10410 inconsistency between the filenames known to GDB and the
10411 filenames it prints in the annotations.
10412 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
10413 to be able to match a filename with either the real filename, or
10414 the name of any symbolic link to this file.
10415 (lookup_partial_symtab): Ditto.
10416
10417 2002-04-04 Michael Snyder <msnyder@redhat.com>
10418
10419 * breakpoint.c: Add support for hardware breakpoints in overlays.
10420 (overlay_events_enabled): New state variable.
10421 (insert_breakpoints): Use overlay_events_enabled to decide
10422 whether to attempt to set a breakpoint at the overlay load addr.
10423 Handle bp_hardware_breakpoint as well as bp_breakpoint.
10424 (remove_breakpoint): Use overlay_events_enabled to decide
10425 whether breakpoints need to be removed from overlay load addr.
10426 Handle bp_hardware_breakpoint as well as bp_breakpoint.
10427 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
10428 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
10429 disable_overlay_breakpoints): Update overlay_events_enabled.
10430
10431 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
10432
10433 * dwarf2read.c (struct function_range): New.
10434 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
10435 (check_cu_functions): New.
10436 (read_file_scope): Initialize global function lists.
10437 Call dwarf_decode_line after processing children.
10438 (read_func_scope): Add to global function list.
10439 (dwarf_decode_lines): Call check_cu_functions everywhere
10440 record_line is called. Call record_line with a linenumber
10441 of 0 to mark sequence ends.
10442
10443 2002-04-04 Michal Ludvig <mludvig@suse.cz>
10444
10445 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
10446 change sync with glibc.
10447
10448 2002-04-03 Jim Blandy <jimb@redhat.com>
10449
10450 * configure.in: Call AC_C_INLINE.
10451 * configure: Regenerated.
10452
10453 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
10454
10455 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
10456 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
10457
10458 2002-03-31 Mark Kettenis <kettenis@gnu.org>
10459
10460 * NEWS: Mention gcore support on FreeBSD/i386.
10461
10462 * fbsd-proc.c: New file.
10463 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
10464 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
10465
10466 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
10467 while statement.
10468
10469 2002-03-29 Jim Blandy <jimb@redhat.com>
10470
10471 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
10472 unescaped newlines in string literals, but newer ones don't. So
10473 escape them.
10474
10475 2002-03-26 Michael Snyder <msnyder@redhat.com>
10476 Andrew Cagney <cagney@redhat.com>
10477
10478 * cli/cli-dump.c: New file. Dump memory to file,
10479 restore file to memory.
10480 * cli/cli-dump.h: New file.
10481 * Makefile.in: Add rules, dependencies for cli-dump.o.
10482 * NEWS: Mention new commands.
10483
10484 2002-03-28 Michael Snyder <msnyder@redhat.com>
10485
10486 * symfile.c (symbol_file_add): Move test for null symbols to later.
10487
10488 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10489
10490 From veksler at il.ibm.com:
10491 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
10492 the xstrduped original path.
10493 Fix PR gdb/417.
10494
10495 2002-03-27 Michael Snyder <msnyder@redhat.com>
10496
10497 * breakpoint.c (_initialize_breakpoint): Clean up help string.
10498 * infcmd.c (_initialize_infcmd): Ditto.
10499 * language.c (_initialize_language): Ditto.
10500 * symfile.c (_initialize_symfile): Ditto.
10501 * top.c (_init_main): Ditto.
10502 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10503
10504 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
10505
10506 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
10507 vector registers handling.
10508 (skip_prologue): Handle new AltiVec instructions. Fill in new
10509 fields of frame data.
10510 (frame_get_saved_regs): Fill in information for AltiVec registers.
10511
10512 2002-03-27 Jim Blandy <jimb@redhat.com>
10513
10514 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
10515 a function; leave this macro here to invoke that function.
10516 (symbol_init_mangled_name): Declaration for that function.
10517 * symtab.c (symbol_init_mangled_name): New function.
10518
10519 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10520
10521 * valarith.c: Replace strerror with safe_strerror.
10522 * tracepoint.c: Ditto.
10523 * lin-lwp.c: Ditto.
10524 * go32-nat.c: Ditto.
10525 * inflow.c: Ditto.
10526 * gnu-nat.c: Ditto.
10527
10528 2002-03-27 Andreas Schwab <schwab@suse.de>
10529
10530 * event-top.c (command_line_handler): Remove useless if.
10531
10532 2002-03-27 Andreas Jaeger <aj@suse.de>
10533
10534 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
10535 comment.
10536
10537 2002-03-27 Michal Ludvig <mludvig@suse.cz>
10538
10539 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
10540 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
10541 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
10542 (x86_64_linux_dr_get_status, supply_gregset),
10543 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
10544 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
10545 (x86_64_register_info_table): Add.
10546 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
10547 (x86_64_register_raw_size, x86_64_register_virtual_type),
10548 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
10549 general x86_64_register_info_table.
10550 (i386_gdbarch_init): gdbarch_register_bytes is now set
10551 dynamicaly during initialization.
10552 * regformats/reg-x86-64.dat: Synced with changes to registers above.
10553 * gdbserver/linux-x86-64-low.c: Ditto.
10554
10555 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10556
10557 * gdbserver/server.c (main): Call target_signal_to_host_p
10558 and target_signal_to_host on signals received from the remote.
10559 * gdbserver/remote-utils.c (prepare_resume_reply): Call
10560 target_signal_from_host on signals sent to the remote.
10561 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
10562 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
10563
10564 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10565
10566 * signals/signals.c: Include "server.h" in gdbserver build.
10567 (target_signal_from_name): Don't use STREQ.
10568 (_initialize_signals): Likewise. Don't include function in
10569 gdbserver build.
10570
10571 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10572
10573 * signals.c: Moved to...
10574 * signals/signals.c: Here.
10575 * Makefile (signals.o): Update.
10576
10577 2002-03-26 Jeff Law (law@redhat.com)
10578
10579 * somread.c (som_symtab_read): Remove some commented out code and
10580 updated related comments. Do not set the minimal symbol table to
10581 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
10582 in a dynamic executable.
10583 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
10584 where we are unable to find the minimal symbol for the given
10585 PC value.
10586
10587 2002-03-25 Jeff Law (law@redhat.com)
10588
10589 * linux-proc.c (read_mapping): Scan up to end of line for filename.
10590
10591 2002-03-25 Michal Ludvig <mludvig@suse.cz>
10592
10593 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
10594
10595 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10596
10597 * command.h: Update copyright.
10598 (struct cmd_list_element): Replace definition with opaque
10599 declaration.
10600 (enum cmd_types): Document that it will eventually be moved to
10601 cli/cli-decode.h
10602 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
10603 (MALLOCED_REPLACEMENT): Delete macro.
10604 * Makefile.in (cli_decode_h): Add $(command_h).
10605 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
10606 * top.c: Include "cli/cli-decode.h".
10607 * completer.c: Include "cli/cli-decode.h".
10608 * maint.c: Include "cli/cli-decode.h".
10609 * cli/cli-decode.h: Include "command.h".
10610 (enum command_class): Delete.
10611 (enum cmd_types): Comment out.
10612 (enum cmd_auto_boolean): Delete.
10613 (enum var_types): Delete.
10614
10615 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10616
10617 * cli/cli-decode.c: Include "gdb_assert.h".
10618 (add_set_or_show_cmd): New static function.
10619 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
10620 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
10621 all fields, such as func, from the set command.
10622
10623 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10624
10625 * MAINTAINERS (sh-elf): Change warning flag to -w.
10626
10627 2002-03-23 Andrew Cagney <cagney@redhat.com>
10628
10629 * defs.h (error): Add printf format attribute.
10630 * thread-db.c (thread_from_lwp): Fix error format string.
10631 * stack.c (parse_frame_specification): Ditto.
10632 * cli/cli-decode.c (undef_cmd_error): Ditto.
10633 * scm-lang.c (scm_lookup_name): Ditto.
10634 * tracepoint.c (trace_error): Ditto.
10635 * remote-utils.c (usage): Ditto.
10636 * remote.c (compare_sections_command): Ditto.
10637 Fix PR gdb/328.
10638
10639 2002-03-22 Andrew Cagney <ac131313@redhat.com>
10640
10641 * gdbtypes.c (append_composite_type_field): New function.
10642 (init_composite_type): New function.
10643 * gdbtypes.h (append_composite_type_field): Declare.
10644 (init_composite_type): Ditto.
10645
10646 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
10647
10648 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
10649 function.
10650 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
10651 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
10652 structure returning convention for SYSV ABI case, but not
10653 for GNU/Linux, FreeBSD, or NetBSD.
10654
10655 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
10656
10657 * symtab.h (lookup_block_symbol): Add mangled_name argument
10658 to prototype.
10659
10660 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
10661 with new mangled_name argument.
10662 * linespec.c (decode_line_1): Likewise.
10663 * valops (value_of_this): Likewise.
10664 * symtab.c (lookup_transparent_type): Likewise.
10665 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
10666 (lookup_symbol): If we are given a mangled name, pass it down
10667 to lookup_symbol_aux.
10668 (lookup_block_symbol): If we are given a mangled name to check
10669 against, only return symbols which match it.
10670
10671 2002-03-22 Christopher Faylor <cgf@redhat.com>
10672
10673 * win32-nat.c (child_create_inferior): Check for proper shell to use
10674 here, in case the user changes it on the fly.
10675 (_initialize_inftarg): Remove shell path considerations.
10676
10677 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
10678
10679 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
10680 for gdbarch_max_register_raw_size and max_register_virtual_size.
10681 Adjust copyright year.
10682
10683 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
10684
10685 * dbxread.c (process_one_symbol): Extend the first N_SLINE
10686 in a function to cover the entire beginning of the function
10687 as well if it does not already.
10688
10689 2002-03-21 Tom Rix <trix@redhat.com>
10690
10691 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
10692 (rs6000_ptrace64): Renamed from ptrace64.
10693
10694 2002-03-20 Martin M. Hunt <hunt@redhat.com>
10695
10696 * gdbserver/remote-utils.c (remote_open): Don't call
10697 getprotobyname, we're all using TCP here so just use
10698 IPPROTO_TCP.
10699 * gdbserver/gdbreplay.c (remote_open): Ditto.
10700
10701 2002-03-20 Martin M. Hunt <hunt@redhat.com>
10702
10703 * regcache.c (_initialize_regcache): No need to call
10704 build_regcache() at this time; it gets called whenever
10705 the gdbarch changes.
10706
10707 2002-03-20 David O'Brien <obrien@FreeBSD.org>
10708
10709 * sparc-nat.c: Include sys/param.h where possible.
10710
10711 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
10712
10713 Fix PR gdb/422.
10714 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
10715 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
10716 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
10717 complex types.
10718 * stabsread.c (rs6000_builtin_type): Likewise.
10719 (read_sun_floating_type): Likewise.
10720
10721 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10722
10723 * stabsread.c (read_member_functions): Remove skip code for duplicate
10724 constructor/destructor methods. Use standard parsing for these
10725 methods and just do not chain them to the list of methods after
10726 parsing.
10727
10728 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
10729
10730 * coffread.c: Remove redundant static declarations. Replace
10731 occurrences of `PTR' with `void *'.
10732 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
10733 * top.h (quit_cover): Likewise.
10734 * defs.h (catch_errors): Likewise.
10735
10736 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10737
10738 * defs.h (XMALLOC): Define.
10739 * gdb-events.sh (XMALLOC): Delete macro.
10740 * gdb-events.c, gdb-events.h: Regenerate.
10741 * gdbarch.sh (XMALLOC): Delete macro.
10742 * gdbarch.c: Regenerate.
10743 * serial.c (XMALLOC): Delete macro.
10744 * ui-file.c (XMALLOC): Ditto.
10745 * ser-unix.h (XMALLOC): Ditto.
10746 * sh-tdep.c (XMALLOC): Ditto.
10747 * ui-out.c (XMALLOC): Ditto.
10748 * utils.c (XMALLOC): Ditto.
10749 * i386-tdep.c (XMALLOC): Ditto.
10750 * gdb-events.c (XMALLOC): Ditto.
10751 * d10v-tdep.c (XMALLOC): Ditto.
10752 * cli-out.c (XMALLOC): Ditto.
10753
10754 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
10755 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
10756 * ui-file.c, ui-out.c: Ditto.
10757
10758 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10759
10760 * command.h (struct cmd_list_element): Add field context.
10761 (set_cmd_context, get_cmd_context): Declare.
10762 * cli/cli-decode.h: Ditto.
10763 * cli/cli-decode.c (get_cmd_context): New function.
10764 (set_cmd_context): New function.
10765 (add_cmd): Initialize context.
10766 Part of fixing PR gdb/145 and PR gdb/146.
10767
10768 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10769
10770 * cli/cli-decode.c (cmd_type): New function.
10771 * command.h (cmd_type): Declare.
10772 * infrun.c (set_schedlock_func): Call function cmd_type.
10773 * kod.c (kod_set_os): Call cmd_type.
10774 * cris-tdep.c (cris_version_update): Use function cmd_type.
10775 (cris_mode_update, cris_abi_update): Ditto.
10776
10777 * command.h: (execute_cmd_post_hook): Declare.
10778 (execute_cmd_pre_hook): Declare.
10779 * cli/cli-script.c (clear_hook_in_cleanup): New function.
10780 (execute_cmd_post_hook, execute_cmd_pre_hook): New
10781 functions. Execute pre/post hook while ensuring that afterwords
10782 hook_in is cleared.
10783 * top.c (execute_command): Use execute_cmd_post_hook, and
10784 execute_cmd_pre_hook to execute pre/post commands.
10785 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
10786 hook_stop_stub.
10787 (hook_stop_stub): Call execute_cmd_pre_hook.
10788
10789 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10790
10791 * kod.c (kod_set_os): Revert previous change. Is called by ``info
10792 set'' and this leads to a core dump. Move xstrdup of
10793 operating_system to after check that it is not NULL.
10794
10795 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10796
10797 * kod.c (kod_set_os): Remove unnecessary check that
10798 ``command->type'' is set_cmd.
10799
10800 * valprint.c (set_input_radix): Use input_radix.
10801 (set_output_radix): Use output_radix.
10802 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10803 isn't reverted.
10804
10805 2002-03-16 Andrew Cagney <ac131313@redhat.com>
10806
10807 * value.h (struct value): Delete field ``substring_addr''. Change
10808 aligner fields to force_doublest_align, force_longest_align,
10809 force_core_addr_align and force_pointer_aligh.
10810
10811 * value.h (struct value): Fix typo in above change.
10812
10813 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10814
10815 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10816 to fix internal_error from ``maintenance print architecture''.
10817
10818 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10819
10820 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10821 for gcc versions after gcc-2.8.1.
10822
10823 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10824
10825 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10826 for method resolution. Restore adjustment of ``this'' pointer after
10827 calling value_struct_elt, which was accidentally removed during the
10828 HP merge.
10829
10830 2002-03-15 Andrew Cagney <ac131313@redhat.com>
10831
10832 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10833 value_of_register.
10834 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
10835 get_saved_register.
10836 * value.h (value_of_register): Update.
10837
10838 2002-03-14 Richard Henderson <rth@redhat.com>
10839
10840 * configure.in: Detect declaration for canonicalize_file_name.
10841 * utils.c (canonicalize_file_name): Declare, if needed.
10842 (gdb_realpath): Prefer realpath if available and usable.
10843 * config.in, configure: Rebuild.
10844
10845 2002-03-14 Richard Henderson <rth@redhat.com>
10846
10847 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10848 a constant array bound.
10849
10850 * MAINTAINERS: Add myself to write-after-approval.
10851
10852 2002-03-14 Michael Snyder <msnyder@redhat.com>
10853
10854 * symfile.c (syms_from_objfile): Return immediately if no syms.
10855 (symbol_file_add): Return immediately if no syms.
10856 (find_sym_fns): Return immediately if no syms.
10857
10858 2002-03-13 Michal Ludvig <mludvig@suse.cz>
10859
10860 * gdbserver/remote-util.c (remote_open): Print remote-side's
10861 IP address when remote debugging over the network.
10862
10863 2002-03-12 David O'Brien <obrien@FreeBSD.org>
10864
10865 * config/sparc/fbsd.mh: Fix copyright.
10866 * config/sparc/fbsd.mt: Likewise.
10867
10868 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
10869
10870 * MAINTAINERS: Fix typo in name of gdb warnings option.
10871 (x86-64): Fix formating so that this can be parsed by awk.
10872
10873 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10874
10875 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10876 * defs.h: Include "gdb/signals.h".
10877 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10878
10879 2002-03-10 Michal Ludvig <mludvig@suse.cz>
10880
10881 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
10882 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
10883 from x86-64-tdep.h
10884
10885 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10886 Don Howard <dhoward@redhat.com>
10887
10888 * mips-tdep.c (ST0_FR): Define.
10889 (mips2_fp_compat): New function, temporarily disabled.
10890 (mips_read_fp_register_single): New function.
10891 (mips_read_fp_register_double): New function.
10892 (mips_print_register): Use them.
10893 (do_fp_register_row): Likewise.
10894
10895 2002-03-09 Andrew Cagney <ac131313@redhat.com>
10896
10897 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10898 approval''.
10899
10900 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10901
10902 * stabsread.c (read_member_functions): Fix is_stub test for
10903 static member functions, improve comment.
10904
10905 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
10906
10907 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10908 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10909 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10910 commands that set boolean values.
10911 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10912 (arm_rdi_resume): Always initialize PC.
10913 (arm_rdi_open): Don't use rslt as a boolean.
10914 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10915 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10916 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10917 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10918
10919 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
10920
10921 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10922 * configure: Rebuilt.
10923
10924 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10925
10926 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10927 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10928
10929 2002-03-06 Andrew Cagney <ac131313@redhat.com>
10930
10931 * cli/cli-decode.c (set_cmd_completer): New function.
10932 * command.h (set_cmd_completer): Declare.
10933 * cli/cli-decode.h (set_cmd_completer): Ditto.
10934
10935 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10936 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10937 * win32-nat.c (_initialize_inftarg): Ditto.
10938 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10939 * proc-api.c (_initialize_proc_api): Ditto.
10940 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10941 * source.c (_initialize_source): Ditto.
10942 * exec.c (_initialize_exec): Ditto.
10943 * solib.c (_initialize_solib): Ditto.
10944 * top.c (init_main): Ditto.
10945 * tracepoint.c (_initialize_tracepoint): Ditto.
10946 * symfile.c (_initialize_symfile): Ditto.
10947 * printcmd.c (_initialize_printcmd): Ditto.
10948 * infcmd.c (_initialize_infcmd): Ditto.
10949 * corefile.c (_initialize_core): Ditto.
10950
10951 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10952
10953 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10954
10955 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10956
10957 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10958
10959 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10960
10961 * NEWS: Update headings, 5.2 has branched.
10962
10963 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
10964
10965 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10966 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10967 (register_addr, REGISTER_RAW_SIZE): Likewise.
10968 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10969 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10970
10971 2002-03-03 Michal Ludvig <mludvig@suse.cz>
10972
10973 * MAINTAINERS (x86-64): Add myself.
10974 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10975 changed value_ptr -> struct value *
10976
10977 2002-03-01 David O'Brien <obrien@FreeBSD.org>
10978
10979 * configure.host (sparc64-*-freebsd): Add.
10980 * configure.tgt: Likewise.
10981 * config/sparc/fbsd.mh: New file.
10982 * config/sparc/fbsd.mt: Likewise.
10983 * config/sparc/nm-fbsd.h: Likewise.
10984 * config/sparc/tm-fbsd.h: Likewise.
10985
10986 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
10987
10988 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10989 regformats/reg-s390x.dat.
10990
10991 2002-03-01 Andrew Cagney <ac131313@redhat.com>
10992
10993 * utils.c: Add FIXME explaining true/false problem.
10994
10995 2002-02-28 Andrew Cagney <ac131313@redhat.com>
10996
10997 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10998
10999 2002-02-28 Michael Chastain <mec@shout.net>
11000
11001 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
11002
11003 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
11004
11005 * gdbserver/linux-s390-low.c: New file.
11006 * regformats/reg-s390.dat: New file.
11007 * regformats/reg-s390x.dat: New file.
11008 * gdbserver/configure.srv: Add S/390.
11009 * gdbserver/Makefile.in: Add S/390.
11010 * configure.tgt: Enable gdbserver for S/390.
11011
11012 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
11013
11014 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
11015 first line of the doc string for "info dos", except at the end of
11016 the sentence, since the short help stops at the first period.
11017
11018 2002-02-28 Jason Merrill <jason@redhat.com>
11019
11020 * dwarf2read.c (dwarf_cfi_name): Add new codes.
11021
11022 2002-02-27 Fred Fish <fnf@redhat.com>
11023
11024 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
11025 comment (dumy -> dummy).
11026
11027 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11028
11029 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
11030
11031 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
11032
11033 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
11034
11035 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
11036
11037 * gdbserver/acconfig.h: New file.
11038 * gdbserver/i387-fp.c: New file.
11039 * gdbserver/i387-fp.h: New file.
11040 * gdbserver/linux-x86-64.c: New file.
11041 * regformats/reg-x86-64.dat: New file.
11042 * configure.tgt: Add x86_64-*-linux* gdbserver support.
11043 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
11044 * gdbserver/configure.in: Add support for regsets.
11045 * gdbserver/config.in: Regenerate.
11046 * gdbserver/configure: Regenerate.
11047 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
11048 * gdbserver/linux-low.h: New file.
11049 * gdbserver/linux-low.c: Include "linux-low.h". Add support
11050 for regsets.
11051 * gdbserver/linux-arm-low.c: Include "linux-low.h".
11052 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
11053 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
11054 * gdbserver/linux-mips-low.c: Include "linux-low.h".
11055 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
11056 * gdbserver/linux-sh-low.c: Include "linux-low.h".
11057 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
11058 "i387-fp.h". Add PTRACE_GETREGS and friends.
11059 * gdbserver/regcache.c (supply_register): New function.
11060 (supply_register_by_name): New function.
11061 (collect_register): New function.
11062 (collect_register_by_name): New function.
11063
11064 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
11065
11066 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
11067 (config.status): Add configure.srv dependency.
11068 (server_h): Add config.h dependency.
11069
11070 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
11071
11072 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
11073 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
11074 * gdbserver/configure.srv: Change i386-*-linux* to use
11075 reg-i386-linux.o.
11076
11077 2002-02-26 Andrew Cagney <ac131313@redhat.com>
11078
11079 * x86-64-tdep.c: Re-indent. Update copyright date.
11080
11081 2002-02-26 Andrew Cagney <ac131313@redhat.com>
11082
11083 From Michal Ludvig <mludvig@suse.cz>:
11084 * x86-64-tdep.c (value.h): Delete.
11085 (gdb_assert.h): Include.
11086 (x86_64_register_convert_to_virtual,
11087 x86_64_register_convert_to_raw ): Add check which lets only
11088 floating-point values to be converted.
11089 (value_push): Delete.
11090 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
11091 (i386_gdbarch_init): Number of register_bytes fixed.
11092
11093 2002-02-26 Andrew Cagney <ac131313@redhat.com>
11094
11095 * MAINTAINERS: Add x86-64 target.
11096
11097 2002-02-26 Andrew Cagney <ac131313@redhat.com>
11098
11099 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
11100 * osfsolib.c (solib_map_sections): Ditto.
11101 * irix5-nat.c (solib_map_sections): Ditto.
11102 * corelow.c (gdb_check_format): Ditto.
11103 * symfile.c (symfile_bfd_open): Ditto.
11104 * solib.c (solib_map_sections): Ditto.
11105 Fix PR gdb/354.
11106
11107 2002-02-26 Andrew Cagney <ac131313@redhat.com>
11108
11109 * remote.c (_initialize_remote): By default, disable ``e'' and
11110 ``E'' step out-of-range packets.
11111
11112 2002-02-26 Andreas Schwab <schwab@suse.de>
11113
11114 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
11115 m68k_linux_frame_saved_pc.
11116 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
11117 in_sigtramp.
11118 (SIGCONTEXT_PC_OFFSET): Remove.
11119 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
11120 m68k_linux_sigtramp_saved_pc): New functions.
11121 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
11122 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
11123 (UCONTEXT_PC_OFFSET): Define.
11124 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
11125 non-RT and RT signal trampolines.
11126
11127 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
11128
11129 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
11130 (TARGET_NBPG, STACK_END_ADDR): Delete
11131 (VARIABLES_INSIDE_BLOCK): Delete.
11132
11133 2002-02-25 Andrew Cagney <ac131313@redhat.com>
11134
11135 * utils.c (perror_with_name): Make string parameter constant.
11136 (print_sys_errmsg): Ditto.
11137 (query): Ditto.
11138 * defs.h (perror_with_name): Update.
11139 (print_sys_errmsg): Update.
11140 (query): Update.
11141
11142 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
11143
11144 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
11145 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
11146
11147 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11148
11149 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
11150 if it already matches the current architecture from the exec file.
11151 Include arch-utils.h for gdbarch_info_init prototype.
11152 * Makefile.in (rs6000-nat.o): Update dependencies.
11153
11154 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
11155
11156 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
11157 list of exported variables.
11158
11159 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
11160
11161 * gdbserver/configure.srv: New file.
11162 * gdbserver/configure.in: Use configure.srv instead
11163 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
11164 from it.
11165 * gdbserver/configure: Regenerated.
11166 * gdbserver/terminal.h: New file.
11167 * gdbserver/Makefile.in: Update for configure changes. Remove
11168 more unneeded include paths.
11169
11170 2002-02-24 Andrew Cagney <ac131313@redhat.com>
11171
11172 From wiz at danbala:
11173 * config/sparc/tm-sp64.h: Fix grammar and typos.
11174 Fix PR gdb/287.
11175
11176 2002-02-24 Andrew Cagney <ac131313@redhat.com>
11177
11178 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
11179 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
11180 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
11181 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
11182 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
11183 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
11184 * s390-tdep.c: Ditto.
11185 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
11186 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
11187 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
11188 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
11189 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
11190 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
11191 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
11192 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
11193 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
11194 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
11195 Fix PR gdb/378.
11196
11197 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11198
11199 * lin-thread.c: Delete file.
11200 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
11201 to gdb_proc_service.h.
11202 * configure: Re-generate.
11203
11204 * ocd.c (ocd_open): Do not try to open the "ocd" device.
11205 * serial.c (serial_open): Delete check for "ocd".
11206 Fix PR gdb/349.
11207
11208 * Makefile.in (linux-thread.o): Delete target.
11209 * linux-thread.c: Delete file.
11210
11211 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
11212 renamed SH files to be consistent.
11213
11214 * symtab.c (sort_search_symbols): Use xfree.
11215
11216 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
11217
11218 * arm-linux-tdep.c (arm_linux_init_abi): Register
11219 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
11220 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
11221 definition with undef, since we don't want the sysvr4 definition.
11222 (SKIP_TRAMPOLINE_CODE): Likewise.
11223
11224 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11225
11226 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
11227
11228 * configure.in: (AC_CHECK_FUNCS) Added test for
11229 canonicalize_file_name Regenerated.
11230 * config.in, configure: Regenerated.
11231 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
11232 defined use canonicalize_file_name.
11233
11234 2002-02-23 Michael Chastain <mec@shout.net>
11235
11236 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
11237
11238 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11239
11240 * README: Remove references to cygnus.com.
11241 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
11242 dot com'' form. Remove references to cygnus.com and sourceware.
11243
11244 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11245
11246 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
11247 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
11248 1003.1-2001 no longer allows "head -1".
11249 * gdb/Makefile.in (version.c): Likewise.
11250 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
11251 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
11252 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
11253
11254 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11255
11256 * cli/cli-decode.c (cmd_cfunc_eq): New function.
11257 * command.h (cmd_cfunc_eq): Declare.
11258 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
11259
11260 * cli/cli-cmds.h (is_complete_command): Change parameter to a
11261 ``struct cmd_list_element *''.
11262 * cli/cli-cmds.c (is_complete_command): Update. Use
11263 cmd_cfunc_eq.
11264 * top.c (execute_command): Pass the command to
11265 is_complete_command.
11266 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
11267
11268 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11269
11270 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
11271 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
11272 architecture defines.
11273 * s390-tdep.c (s390_gdbarch_init): Likewise.
11274
11275 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
11276
11277 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
11278 (arm_linux_push_arguments): Likewise.
11279 (arm_linux_init_abi): Register them. Also register linux-specific
11280 call_dummy_words.
11281 (find_minsym_and_objfile): Use strcmp, not STREQ.
11282 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
11283 (arm_linux_call_dummy_words): Delete declaration.
11284 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
11285 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
11286 declarations.
11287 (LOWEST_PC): Delete.
11288
11289 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11290
11291 * maint.c (print_section_info): Do not prepend `0x' to filepos
11292 output, it will be handled by local_hex_string_custom.
11293
11294 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
11295
11296 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
11297 (store_newfpe_double, store_newfpe_extended, store_fpregister)
11298 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
11299
11300 2002-02-22 Jim Blandy <jimb@redhat.com>
11301
11302 Indicate that the bcache functions don't change the strings
11303 they're passed.
11304 * bcache.h (bcache, hash): Add `const' keywords to declarations.
11305 * bcache.c (bcache, hash): Add `const' keywords to definitions.
11306
11307 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
11308
11309 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
11310
11311 2002-02-21 Christopher Faylor <cgf@redhat.com>
11312
11313 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
11314 find the complete path to a loaded DLL.
11315
11316 2002-02-21 Fred Fish <fnf@redhat.com>
11317
11318 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
11319 that marks the end of the range of a function, enter a line number
11320 entry that has a line number of zero and a PC offset that matches
11321 the end of the function. This starts a range of PC's for which no
11322 line number information is known.
11323 * symtab.c (find_pc_sect_line): If our best fit is in a range of
11324 PC's for which no line number info is found (line number is zero)
11325 then we didn't find any valid line information.
11326 * symtab.h: Document use of zero line number entry.
11327
11328 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
11329
11330 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
11331 (have_ptrace_getvrregs): Define for run time checks.
11332 (gdb_vrregset_t): New type for Altivec register handling.
11333 (fetch_register, store_register): Fetch/store altivec register
11334 when needed.
11335 (fetch_altivec_register, store_altivec_register): New functions.
11336 (supply_vrregset, fill_vrregset): New functions.
11337 (fetch_altivec_registers, store_altivec_registers): New functions.
11338 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
11339 registers as well.
11340
11341 2002-02-21 Jiri Smid <smid@suse.cz>
11342
11343 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
11344
11345 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
11346
11347 * Makefile.in (armnbsd-nat.o): Update dependencies.
11348 * armnbsd-nat.c (supply_gregset): New function. Common code to
11349 supply the integer register set.
11350 (supply_fparegset): New function. Similar for FPA registers.
11351 (fetch_regs, fetch_fp_regs): Use them.
11352 (fetch_core_registers): Likewise.
11353 (fetch_elfcore_registers): New function.
11354 (arm_netbsd_elfcore_fns): New core-file type specification.
11355 (_initialize_arm_netbsd_nat): Register it.
11356
11357 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
11358
11359 * armnbsd-nat.c: Include gdbcore.h.
11360 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
11361 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
11362 'void' to declaration, to shut up ARI.
11363 (fetch_core_registers): Make static. Rewrite using supply_register.
11364 (arm_netbsd_core_fns): New core-file type specification.
11365 (_initialize_arm_netbsd_nat): New function.
11366
11367 2002-02-21 Christopher Faylor <cgf@redhat.com>
11368
11369 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
11370 value.
11371
11372 2002-02-20 Christopher Faylor <cgf@redhat.com>
11373
11374 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
11375 fails.
11376
11377 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11378
11379 * jv-exp.y (parse_number): Change type of implicit longs
11380 to builtin_type_uint64.
11381
11382 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11383
11384 * gdbserver/linux-low.c (mywait): Change argument to waitpid
11385 to be an integer instead of a `union wait'.
11386
11387 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11388
11389 * mips-linux-nat.c: Call the operating system GNU/Linux.
11390 * mips-linux-tdep.c: Likewise.
11391 * mips-tdep.c: Likewise.
11392
11393 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11394
11395 Fix PR gdb/265.
11396 * jv-exp.y (parse_number): Handle 64-bit integers.
11397
11398 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11399
11400 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
11401 AC_STDC_HEADERS to AC_HEADER_STDC.
11402 * gdbserver/configure: Regenerated.
11403
11404 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
11405
11406 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
11407 is defined.
11408 * sparc-tdep.c (get_longjmp_target): Likewise.
11409
11410 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
11411
11412 * News: Add news about ARM and Multi-arch. Mention the new target
11413 arm*-*-netbsd*.
11414
11415 2002-02-19 Jim Blandy <jimb@redhat.com>
11416
11417 * stabsread.c (error_type_complaint): Improve error message.
11418
11419 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
11420
11421 * gdbserver/README: Update documentation.
11422 * gdbserver/configure.in: Update configury to match documentation.
11423 * gdbserver/Makefile.in: Likewise.
11424 * gdbserver/configure: Regenerated.
11425 * gdbserver/aclocal.m4: New file, generated by aclocal.
11426 * gdbserver/config.in: New file, generated by autoheader.
11427
11428 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11429
11430 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
11431 armnbsd-nat.c.
11432
11433 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11434
11435 * arm-tdep.h (enum arm_float_model): New enum.
11436 (struct gdbarch_tdep): Add fp_model.
11437 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
11438 up floating-point conversions until we know the floating-point model
11439 in use by the inferior. Don't complain about being unable to
11440 determine the ABI of the inferior when we don't have one.
11441 (arm_extract_return_value): Support different floating-point models.
11442 (arm_store_return_value): Likewise.
11443 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
11444 ARM_FLOAT_SOFT.
11445 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
11446
11447 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11448
11449 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
11450 of ``current_gdbarch''.
11451
11452 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11453
11454 * armnbsd-nat.c : ANSIfy all function declarations.
11455 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
11456 (fetch_inferior_registers): Re-implement in terms of above.
11457 (store_register, store_regs, store_fp_register, store_fp_regs): New.
11458 (store_inferior_registers): Re-implement in terms of above.
11459
11460 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11461
11462 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
11463 kernel.
11464 * arm-linux-tdep.c: Likewise.
11465 * config/arm/tm-linux.h: Likewise.
11466
11467 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11468
11469 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
11470 * config/arm/nbsd.mt (TM_FILE): Delete.
11471 * config/arm/tm-nbsd.h: Delete.
11472
11473 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11474
11475 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
11476 Initialize CALL_DUMMY_LENGTH.
11477
11478 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11479
11480 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
11481 function.
11482 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
11483 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
11484 defines one thing and that is incorrect for this port.
11485 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
11486
11487 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
11488
11489 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
11490
11491 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
11492
11493 * win32-nat.c (display_selector): New function. Displays information
11494 about the information returned by GetThreadSelectorEntry API function.
11495 (display_selectors): New function. Displays the infomation of
11496 the selector given as argument, or of CS, DS ans FS selectors
11497 if no argument is given.
11498 ( _initialize_inftarg): Add "w32" as info prefix command.
11499 Add "info w32 selector" as command calling display_selectors.
11500
11501 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
11502
11503 * i386-tdep.c (get_longjmp_target): Fix compilation failure
11504 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
11505 if not defined.
11506
11507 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11508
11509 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
11510
11511 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11512
11513 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
11514 (arm_fix_call_dummy): Call it.
11515 (arm_call_dummy_breakpoint_offset): Delete.
11516 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
11517 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
11518
11519 2002-02-18 Andrew Cagney <ac131313@redhat.com>
11520
11521 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
11522 Default to func_frame_chain_valid.
11523 * gdbarch.h, gdbarch.c: Re-generate.
11524 * frame.h (FRAME_CHAIN_VALID): Delete definition.
11525
11526 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
11527
11528 * ppc-linux-nat.c: Update copyright.
11529 (fetch_register, store_register): Add tid parameter, don't compute
11530 tid here.
11531 (fetch_ppc_registers, store_ppc_registers): Add tid
11532 parameter. Pass it along to callees.
11533 (fetch_inferior_registers, store_inferior_registers): Compute tid
11534 here, and pass it to calleed functions.
11535 (fill_gregset, supply_fpregset): Clean up formatting.
11536
11537 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11538
11539 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
11540 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
11541
11542 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11543
11544 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
11545 * gdbarch.c gdbarch.h: Regenerate.
11546 * breakpoint.c (create_longjmp_breakpoint): Always compile this
11547 function.
11548 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
11549 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
11550 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
11551
11552 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
11553 * arm-tdep.c (arm_get_longjmp_target): New function.
11554 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
11555 this to a positive value register arm_get_longjmp_target as the
11556 longjmp handler.
11557 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
11558 (arm_linux_init_abi): Set up longjmp description in tdep.
11559 * armnbsd-nat.c (get_longjmp_target): Delete.
11560 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
11561 description in tdep.
11562 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
11563 (get_longjmp_target): Delete declaration.
11564 (GET_LONGJMP_TARGET): Delete.
11565 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
11566 (GET_LONGJMP_TARGET): Delete.
11567
11568 2002-02-17 Kevin Buettner <kevinb@redhat.com>
11569
11570 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
11571 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
11572 of ``current_gdbarch''.
11573
11574 2002-02-17 Tom Tromey <tromey@redhat.com>
11575
11576 * cli/cli-cmds.c (compare_strings): New function.
11577 (complete_command): Only print each unique item once.
11578 * completer.h (complete_line): Declare.
11579 * completer.c (complete_line): New function.
11580 (line_completion_function): Use it.
11581
11582 2002-02-16 Andrew Cagney <ac131313@redhat.com>
11583
11584 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
11585 * gdbarch.h, gdbarch.c: Re-generate.
11586
11587 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
11588
11589 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
11590
11591 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
11592
11593 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
11594 * valops.c (value_arg_coerce): Don't take the address of a reference
11595 to convert an argument to a reference.
11596
11597 2002-02-15 Christopher Faylor <cgf@redhat.com>
11598
11599 * win32-nat.c (get_image_name): New function.
11600 (handle_load_dll): Use get_image_name function.
11601 (get_child_debug_event): Avoid registering debug events until possibly
11602 execed process is started.
11603 (child_create_inferior): Allow invocation via shell so that command
11604 line redirection, etc. works ok.
11605 (_initialize_inftarg): Add new command: "set shell" to control whether
11606 a shell is used to start a process.
11607
11608 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11609
11610 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
11611 instead of find_register_by_number.
11612 (cannot_store_register): Likewise.
11613
11614 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
11615
11616 * dwarf2read.c: Replace fprintf (stderr, ...) by
11617 fprintf_unfiltered (gdb_stderr, ...).
11618
11619 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11620
11621 * gdbserver/gdbserver.1: Document --attach.
11622
11623 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
11624
11625 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
11626 descriptions.
11627 * arm-tdep.c (arm_default_arm_le_breakpoint)
11628 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
11629 (arm_default_thumb_be_breakpoint): New. Initialize them from
11630 traditional breakpoint defines.
11631 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
11632 (arm_gdbarch_init): Initialize new breakpoint variables.
11633 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
11634 (arm_linux_init_abi): Initialize linux-specific breakpoint.
11635 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
11636 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
11637 code out to ...
11638 (arm_netbsd_init_abi_common): ... here; new function.
11639 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
11640 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
11641 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
11642 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
11643
11644 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
11645
11646 * arm-tdep.h (enum arm_abi): New enum.
11647 (struct gdbarch_tdep): New structure.
11648 (LOWEST_PC): Provide a default.
11649 (arm_gdbarch_register_os_abi): Declare new function.
11650 * arm-tdep.c (arm_abi_names): New array.
11651 (process_note_abi_tag_sections): New function.
11652 (get_elfosabi): New function.
11653 (arm_gdbarch_register_os_abi): New function.
11654 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
11655 support for that ABI has been built in, then call the appropriate
11656 configuration routine. Use gdbarch_num_regs() to get the number
11657 of registers.
11658 (arm_dump_tdep): New function.
11659 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
11660 place-holder functions.
11661 (_initialize_arm_tdep): Register them.
11662 * config/arm/tm-arm.h (LOWEST_PC): Delete.
11663
11664 * armnbsd-tdep.c: New file.
11665 * Makefile.in (armnbsd-tdep.o): Add dependencies.
11666 * config/arm/nbsd.mt (TDEPFILES): Add it.
11667 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
11668
11669 * armnbsd-nat.c: Include regcache.h.
11670 * Makefile.in (armnbsd-nat.o): Update dependency list.
11671
11672 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
11673
11674 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11675
11676 * gdbserver/Makefile.in: Fix typos in target rules.
11677
11678 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11679
11680 Fix part of PR gdb/267.
11681 * linespec.c (find_methods): Handle constructors specially for now.
11682
11683 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
11684
11685 * arm-tdep.c (arm_push_arguments): Eliminate special float type
11686 handling.
11687 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
11688 standard_coerce_float_to_double().
11689
11690 2002-02-14 Christopher Faylor <cgf@redhat.com>
11691
11692 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
11693 GDBINIT_FILENAME.
11694
11695 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
11696
11697 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
11698 find_variant_by_name, because it confuses the multiarch
11699 framework. Return NULL if there isn't an architecture with the
11700 user supplied name, instead of forcing a different one without
11701 recording the change with the multiarch machinery.
11702 (find_variant_by_name): Delete.
11703
11704 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11705
11706 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
11707 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
11708
11709 2002-02-13 Martin M. Hunt <hunt@redhat.com>
11710
11711 * stack.c (print_frame_info_base): When calling
11712 print_frame_info_listing_hook, set current_source_symtab.
11713
11714 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11715
11716 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
11717 and remove unused $(INCLUDE_DIR).
11718 Add regcache.c to OBS.
11719 Add generated register protocol files to clean target.
11720 Update dependencies for new objects, obsolete old target code.
11721
11722 * gdbserver/linux-low.c: Remove all platform-specific code to
11723 new files. Remove various dead code. Update to use regcache
11724 functionality.
11725 * gdbserver/remote-utils.c (fromhex): Add return statement
11726 to quiet warning.
11727 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
11728 constant.
11729 (input_interrupt): Add integer parameter to match prototype
11730 of a signal handler.
11731 (outreg): Use register_data ().
11732 (prepare_resume_reply): Use gdbserver_expedite_regs.
11733 * gdbserver/server.c (main): Dynamically allocate own_buf because
11734 PBUFSIZ is no longer constant. Use registers_to_string () and
11735 registers_from_string ().
11736 * gdbserver/server.h: No longer include "defs.h". Add prototypes
11737 for error (), fatal (), and warning (). Update definition of
11738 PBUFSIZ to use regcache functionality. Add include guard.
11739 * gdbserver/utils.c (fatal): Add missing ``const''.
11740 (warning): New function.
11741
11742 * regformats/regdat.sh: Include "regcache.h" in generated files.
11743 Provide init_registers () function.
11744 * regformats/regdef.h: Add prototype for set_register_cache ().
11745 Add include guard.
11746
11747 * gdbserver/linux-arm-low.c: New file.
11748 * gdbserver/linux-i386-low.c: New file.
11749 * gdbserver/linux-ia64-low.c: New file.
11750 * gdbserver/linux-m68k-low.c: New file.
11751 * gdbserver/linux-mips-low.c: New file.
11752 * gdbserver/linux-ppc-low.c: New file.
11753 * gdbserver/linux-sh-low.c: New file.
11754
11755 * gdbserver/regcache.c: New file.
11756 * gdbserver/regcache.h: New file.
11757
11758 * gdbserver/low-linux.c: Removed obsolete file.
11759
11760 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11761
11762 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
11763 * config/i386/linux.mt: Likewise.
11764 * config/ia64/linux.mt: Likewise.
11765 * config/m68k/linux.mh: Likewise.
11766 * config/powerpc/linux.mh: Likewise.
11767 * config/mips/linux.mt: Likewise.
11768
11769 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
11770
11771 * config/i386/i386lynx.mh: Mark gdbserver variables
11772 as (currently) obsolete for this target.
11773 * config/i386/nbsd.mt: Likewise.
11774 * config/i386/nbsdelf.mt: Likewise.
11775 * config/m32r/m32r.mt: Likewise.
11776 * config/m68k/m68klynx.mh: Likewise.
11777 * config/m68k/nbsd.mt: Likewise.
11778 * config/m68k/sun3os4.mh: Likewise.
11779 * config/mips/vr5000.mt: Likewise.
11780 * config/ns32k/nbsd.mt: Likewise.
11781 * config/pa/hppabsd.mh: Likewise.
11782 * config/pa/hppaosf.mh: Likewise.
11783 * config/powerpc/nbsd.mt: Likewise.
11784 * config/rs6000/rs6000lynx.mh: Likewise.
11785 * config/s390/s390.mt: Likewise.
11786 * config/s390/s390x.mt: Likewise.
11787 * config/sparc/sparclynx.mh: Likewise.
11788 * config/sparc/sun4os4.mh: Likewise.
11789 * config/i386/x86-64linux.mt: Likewise.
11790 * config/sparc/linux.mh: Likewise.
11791
11792 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11793
11794 * configure.tgt: Configure gdbserver only for known working
11795 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
11796 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
11797 SUBDIRS if it is configured. Update comment for ${nativefile}.
11798 * configure: Regenerated.
11799
11800 2002-02-13 Michael Snyder <msnyder@redhat.com>
11801
11802 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11803
11804 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11805 (default_gcore_mach): Just return 0, work around a problem in bfd.
11806 (default_gcore_target): OK to return NULL if exec_bfd is null.
11807 (make_mem_sec): Use a cast, avoid a warning.
11808
11809 * procfs.c (find_memory_regions_callback): Use a cast instead of
11810 calling host_pointer_to_address (which complains if
11811 sizeof (host pointer) != sizeof (target pointer)).
11812 (procfs_make_note_section): Avoid overflow in psargs string.
11813
11814 * procfs.c (procfs_make_note_section): Make the default
11815 implementation return an error.
11816
11817 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
11818
11819 * procfs.c (procfs_make_note_section): Provide a default definition
11820 (for alpha-dec-osf4.0f). Fix typos.
11821
11822 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
11823
11824 * linux-proc.c: Add include of regcache.h.
11825 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11826
11827 2002-02-13 Andrew Cagney <ac131313@redhat.com>
11828
11829 From 2002-01-18 Greg McGary <greg@mcgary.org>:
11830 * memattr.c (create_mem_region): Disallow useless empty region.
11831 Regions are half-open intervals, so allow [A..B) [B..C) as
11832 non-overlapping.
11833
11834 2002-02-13 Michael Chastain <mec@shout.net>
11835
11836 * defs.h: Kill CONST_PTR.
11837 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11838 * c-lang.c (c_builtin_types): Likewise.
11839 * ch-lang.c (ch_builtin_types): Likewise.
11840 * f-lang.c (f_builtin_types): Likewise.
11841 * language.c (unknown_builtin_types): Likewise.
11842 * m2-lang.c (m2_builtin_types): Likewise.
11843 * p-lang.c (pascal_builtin_types): Likewise.
11844 * scm-lang.c (c_builtin_types): Likewise.
11845
11846 2002-02-13 Keith Seitz <keiths@redhat.com>
11847
11848 * arm-tdep.h (arm_get_next_pc): Add declaration.
11849
11850 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
11851
11852 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
11853 with other related struct-returning functions.
11854 (arm_extract_struct_value_address): New function.
11855 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
11856 initialize float_format, double_format and long_double_format as
11857 appropriate to the endianness of the target.
11858 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11859 (arm_use_struct_convention): Delete declaration.
11860 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11861
11862 2002-02-13 Keith Seitz <keiths@redhat.com>
11863
11864 * defs.h (core_addr_to_string_nz): New function.
11865
11866 2002-02-13 Mark Kettenis <kettenis@gnu.org>
11867
11868 Apply missing bits of 2002-01-15 patch.
11869 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11870 (fill_fpregset): Use i387_fill_fsave.
11871
11872 2002-02-12 Keith Seitz <keiths@redhat.com>
11873
11874 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11875 (core_addr_to_string_nz): New function.
11876
11877 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11878
11879 * arm-linux-nat.c: Really include arm-tdep.h.
11880 * config/arm/tm-linux.h (struct type, struct value): Declare.
11881
11882 2002-02-11 Michael Snyder <msnyder@redhat.com>
11883
11884 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11885 (gcore section): Ifdef for Solaris and Unixware only.
11886 (procfs_do_thread_registers): Unixware needs one lwpstatus
11887 per thread (not one prstatus or pstatus).
11888 (procfs_make_note_section): Iterate only over kernel threads (lwps),
11889 not over all gdb threads. For unixware, call elfcore_write_pstatus
11890 once before iterating over threads.
11891
11892 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11893
11894 * arm-tdep.h: New file.
11895 * arm-tdep.c: Include arm-tdep.h.
11896 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11897 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11898 (arm_print_float_info, arm_register_type, convert_to_extended)
11899 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11900 (arm_extract_return_value, arm_register_name): Make static.
11901 (arm_software_single_step): Similarly. Fix types in declaration.
11902 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11903 (arm_store_return_value, arm_store_struct_return): New functions.
11904 (arm_gdbarch_init): Register the above functions. Also register
11905 call_dummy_start_offset, sizeof_call_dummy_words,
11906 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11907 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
11908 max_register_virtual_size, register_size. Set up
11909 prologue_cache.saved_regs here, rather than ...
11910 (_initialize_arm_tdep): ... here.
11911 * config/arm/tm-arm.h (struct type, struct value): Delete forward
11912 declarations.
11913 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11914 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11915 (arm_print_float_info, arm_register_type, convert_to_extended)
11916 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11917 (arm_extract_return_value, arm_register_name): Delete declarations.
11918 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11919 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11920 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11921 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11922 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11923 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11924 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11925 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11926 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11927 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11928 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11929 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11930 interface.
11931 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11932 * remote-rdi.c remote-rdp.c: Likewise.
11933 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11934 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11935 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11936 definition.
11937
11938 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11939 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11940 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11941 from non-ARM_ prefixed definitions.
11942 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11943 all uses of above.
11944 * remote-rdi.c remote-rdp.c: Likewise.
11945 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11946
11947 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11948
11949 * arm-tdep.c (arm_frameless_function_invocation)
11950 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11951 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11952 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11953 (arm_pop_frame, arm_get_next_pc): Make static.
11954 (arm_gdbarch_init): Register above in gdbarch structure.
11955 (arm_read_fp): Renamed from arm_target_read_fp.
11956 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11957 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11958 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11959 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11960 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11961 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11962 (arm_pc_is_thumb_dummy): Delete declarations.
11963 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11964 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11965 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11966 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
11967
11968 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
11969
11970 * symtab.c (compare_search_syms): New function.
11971 (sort_search_symbols): New function.
11972 (search_symbols): Sort symbols after searching rather than
11973 before.
11974
11975 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11976
11977 * NEWS: Linux -> GNU/Linux.
11978
11979 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11980
11981 * gdbarch.sh: For for level one methods, disallow a definition
11982 when partially multi-arched. Add comments explaining rationale.
11983 * gdbarch.h: Re-generate.
11984
11985 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11986
11987 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11988 multi-arch partial.
11989
11990 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11991
11992 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11993 field. Use diff -u.
11994 * gdbarch.c: Re-generate.
11995
11996 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11997
11998 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
11999 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
12000 partial.
12001
12002 2002-02-10 Andrew Cagney <ac131313@redhat.com>
12003
12004 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
12005 multi-arch partial.
12006 (PUSH_ARGUMENTS): Switch to using predefault.
12007 * gdbarch.c: Regenerate.
12008
12009 2002-02-10 Andrew Cagney <ac131313@redhat.com>
12010
12011 * valops.c (PUSH_ARGUMENTS): Delete definition.
12012 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
12013 partial. Default to default_push_arguments.
12014 * gdbarch.h, gdbarch.c: Regenerate.
12015
12016 2002-02-09 Andrew Cagney <ac131313@redhat.com>
12017
12018 * defs.h (throw_exception): Rename return_to_top_level. Update
12019 comments.
12020 * utils.c (error_stream, internal_verror, quit): Ditto.
12021 * top.c (throw_exception, catcher): Ditto.
12022 * sparclet-rom.c (sparclet_load): Ditto.
12023 * remote.c (interrupt_query, minitelnet): Ditto.
12024 * remote-sds.c (interrupt_query): Ditto.
12025 * remote-mips.c (mips_error, mips_kill): Ditto.
12026 * ocd.c (interrupt_query): Ditto.
12027 * monitor.c (monitor_interrupt_query): Ditto.
12028 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
12029 * target.h: Update comment.
12030
12031 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
12032
12033 2002-02-09 Andrew Cagney <ac131313@redhat.com>
12034
12035 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
12036 default_double_format.
12037 * gdbarch.h, gdbarch.c: Re-generate.
12038 * findvar.c (floatformat_unknown): Delete variable definition.
12039 * doublest.h (floatformat_unknown): Delete variable declaration.
12040
12041 2002-02-09 Jim Blandy <jimb@redhat.com>
12042
12043 * stabsread.c (read_type): Add code to parse Sun's syntax for
12044 prototyped function types.
12045
12046 2002-02-09 Andrew Cagney <ac131313@redhat.com>
12047
12048 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
12049 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
12050
12051 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12052
12053 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
12054 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
12055 now _initialize_xcoffsolib gets called again and overrides the
12056 commands from solib.c in a native configuration.
12057
12058 2002-02-09 Mark Kettenis <kettenis@gnu.org>
12059
12060 * doublest.c (store_typed_floating): Don't try to return a value.
12061 Fixes PR gdb/290.
12062
12063 2002-02-08 Jim Blandy <jimb@redhat.com>
12064
12065 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
12066 is prototyped and has no arguments, print its argument list as
12067 `(void)'.
12068
12069 2002-02-08 Chris Demetriou <cgd@broadcom.com>
12070
12071 * MAINTAINERS (write-after-approval): Add myself.
12072 (paper-trail): I've escaped!
12073
12074 2002-02-08 Christopher Faylor <cgf@redhat.com>
12075
12076 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
12077 changes.
12078 (_initialize_check_for_gdb_ini): Ditto.
12079
12080 2002-02-08 Martin M. Hunt <hunt@redhat.com>
12081
12082 * win32-nat.c (cygwin_pid_to_str): Fix typo.
12083 xaprintf -> xasprintf.
12084
12085 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
12086
12087 * win32-nat.c: Remove use of printf and sprintf functions.
12088
12089 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
12090
12091 * arm-tdep.c (arm_frame_chain_valid): Make static.
12092 (arm_push_arguments): Likewise.
12093 (arm_gdbarch_init): New function.
12094 (_initialize_arm_tdep): Call it.
12095 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
12096 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
12097 (FRAME_CHAIN_VALID): Delete.
12098 (arm_frame_chain_valid): Delete declaration.
12099 (PUSH_ARGUMENTS): Delete.
12100 (arm_push_arguments): Delete declaration.
12101 (CALL_DUMMY_P): Delete.
12102
12103 2002-02-08 Andrew Cagney <ac131313@redhat.com>
12104 Corinna Vinschen <vinschen@redhat.com>
12105
12106 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
12107 on builtin float types.
12108
12109 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
12110
12111 * utils.c: Include <curses.h> before "bfd.h".
12112 * tui/tui-hooks.c: Likewise.
12113 * tui/tui.c: Likewise.
12114 * tui/tuiCommand.c: Likewise.
12115 * tui/tuiData.c: Likewise.
12116 * tui/tuiDataWin.c: Likewise.
12117 * tui/tuiDisassem.c: Likewise.
12118 * tui/tuiGeneralWin.c: Likewise.
12119 * tui/tuiIO.c: Likewise.
12120 * tui/tuiLayout.c: Likewise.
12121 * tui/tuiRegs.c: Likewise.
12122 * tui/tuiSource.c: Likewise.
12123 * tui/tuiSourceWin.c: Likewise.
12124 * tui/tuiStack.c: Likewise.
12125 * tui/tuiWin.c: Likewise.
12126
12127 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
12128
12129 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
12130 to include space for pseudoregs as well. Update loops accordingly.
12131 (sh_fp_frame_init_saved_regs): Ditto.
12132 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
12133
12134 2002-02-07 Andrew Cagney <ac131313@redhat.com>
12135
12136 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
12137 Add Richard Earnshaw to Arm maintainers.
12138
12139 2002-02-07 Andrew Cagney <ac131313@redhat.com>
12140
12141 * defs.h (warning_begin): Delete declaration.
12142
12143 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
12144 Delete macro.
12145
12146 2002-02-07 Michael Snyder <msnyder@redhat.com>
12147
12148 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12149 Logic bug, remove misplaced else.
12150
12151 2002-02-07 Klee Dienes <klee@apple.com>
12152
12153 * fork-inferior.c (fork_inferior): Add '!' to the list of
12154 characters that need to be quoted when building a string for the
12155 shell. Quote '!' specifically with a backslash, since CSH chokes
12156 when trying to evaluate "str!str".
12157
12158 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
12159
12160 * rdi-share/host.h: Only provide a typedef for bool if it is not
12161 defined.
12162
12163 2002-02-04 Michael Snyder <msnyder@redhat.com>
12164
12165 * breakpoint.h (enum bptype): Add new overlay event bp type.
12166 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
12167
12168 * breakpoint.c (create_internal_breakpoint): New function.
12169 (internal_breakpoint_number): Moved into create_internal_breakpoint.
12170 (create_longjmp_breakpoint): Use create_internal_breakpoint.
12171 (create_thread_event_breakpoint): Ditto.
12172 (create_solib_event_breakpoint): Ditto.
12173 (create_overlay_event_breakpoint): New function.
12174 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
12175 (update_breakpoints_after_exec): Delete and re-initialize
12176 overlay event breakpoints after an exec. Add FIXME comment
12177 about longjmp breakpoint.
12178 (print_it_typical): Ignore overlay event breakpoints.
12179 (print_one_breakpoint): Ditto.
12180 (mention): Ditto.
12181 (bpstat_what): Do not stop for overlay event breakpoints.
12182 (delete_breakpoint): Don't delete overlay event breakpoints.
12183 (breakpoint_re_set_one): Delete the overlay event breakpoint.
12184 (breakpoint_re_set): Re-create overlay event breakpoint.
12185
12186 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
12187 (overlay_manual_command): Disable overlay breakpoints.
12188 (overlay_off_command): Disable overlay breakpoints.
12189
12190 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
12191
12192 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
12193 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
12194 to here from config/tm-arm.h.
12195 (coff_sym_is_thumb): Make static.
12196 (arm_elf_make_msymbol_special): New function.
12197 (arm_coff_make_msymbol_special): New function.
12198 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
12199 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
12200 (coff_sym_is_thumb): Delete declaration.
12201 (arm_elf_make_msymbol_special): Declare.
12202 (arm_coff_make_msymbol_special): Declare.
12203 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
12204 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
12205
12206 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
12207
12208 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
12209
12210 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
12211
12212 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
12213 * gdbarch.c gdbarch.h: Regenerate.
12214 * arch-utils.c (default_print_float_info): New function.
12215 * arch-utils.h (default_print_float_info): Prototype it.
12216 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
12217 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
12218 (PRINT_FLOAT_INFO): Document it.
12219
12220 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
12221 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
12222 (PRINT_FLOAT_INFO): Define.
12223
12224 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
12225
12226 * win32-nat.c (_initialize_check_for_gdb_ini):
12227 Add typecast to sprintf argument to suppress a warning.
12228
12229 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
12230
12231 * win32-nat.c (last_sig): Changed type of variable to target_signal,
12232 to allow easier handling of pass state.
12233 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
12234 that gives exception name and address.
12235 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
12236 and set last_sig value to ourstatus->value.sig. Some missing
12237 exceptions added.
12238 (child_continue): Correctly report continue_status.
12239 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
12240 TARGET_SIGNAL_0 (new default value).
12241 (child_resume): consider sig argument passed to decide if
12242 the exception should be passed to debuggee or not.
12243
12244 2002-02-05 Michael Snyder <msnyder@redhat.com>
12245
12246 * regcache.c (fetch_register): Call target_fetch_register
12247 only if we don't call FETCH_PSEUDO_REGISTER.
12248 (store_register): Call target_store_register only if we
12249 don't call STORE_PSEUDO_REGISTER.
12250
12251 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
12252
12253 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
12254 ELF_MAKE_MSYMBOL_SPECIAL.
12255 * gdbarch.c, gdbarch.h: Regenerate.
12256 * arch-utils.c (default_make_msymbol_special): New function.
12257 * arch-utils.h (default_make_msymbol_special): Export.
12258 * elfread.c (elf_symtab_read): Compile use of
12259 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
12260 multiarched.
12261 * coffread.c (coff_symtab_read): Ditto, for
12262 COFF_MAKE_MSYMBOL_SPECIAL.
12263
12264 2002-02-05 Jim Blandy <jimb@redhat.com>
12265
12266 * solib-svr4.c (svr4_truncate_ptr): New function.
12267 (svr4_relocate_section_addresses): Do the address arithmetic with
12268 the appropriate truncation for target addresses, even when
12269 CORE_ADDR is larger than a target address.
12270
12271 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12272
12273 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
12274 to (int *).
12275
12276 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12277
12278 * gdbserver/linux-low.c (kill_inferior): Remove commented out
12279 code.
12280
12281 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12282
12283 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
12284
12285 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12286
12287 * gdbserver/linux-low.c: Remove unused include files.
12288
12289 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12290
12291 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
12292 (read_inferior_memory): Use it.
12293 (write_inferior_memory): Likewise.
12294
12295 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12296
12297 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
12298 grubbing through sys_errlist.
12299
12300 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12301
12302 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
12303
12304 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
12305 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
12306
12307 2002-02-04 Andrew Cagney <ac131313@redhat.com>
12308
12309 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
12310 (do_sfunc, set_cmd_sfunc): New functions.
12311
12312 * command.h (struct cmd_list_element): Add field func.
12313 * cli/cli-decode.h (struct cmd_list_element): Ditto.
12314 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
12315 * cli/cli-decode.h: Ditto.
12316
12317 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
12318 (help_all, help_cmd_list): Ditto.
12319 (find_cmd, complete_on_cmdlist): Ditto.
12320 * top.c (execute_command): Ditto.
12321
12322 * cli/cli-setshow.c (do_setshow_command): Call func instead of
12323 function.sfunc.
12324
12325 * infcmd.c (notice_args_read): Fix function signature.
12326
12327 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
12328 * cli/cli-decode.c (add_set_cmd): Ditto.
12329 * utils.c (initialize_utils): Ditto.
12330 * maint.c (_initialize_maint_cmds): Ditto.
12331 * infrun.c (_initialize_infrun): Ditto.
12332 * demangle.c (_initialize_demangler): Ditto.
12333 * remote.c (add_packet_config_cmd): Ditto.
12334 * mips-tdep.c (_initialize_mips_tdep): Ditto.
12335 * cris-tdep.c (_initialize_cris_tdep): Ditto.
12336 * proc-api.c (_initialize_proc_api): Ditto.
12337 * kod.c (_initialize_kod): Ditto.
12338 * valprint.c (_initialize_valprint): Ditto.
12339 * top.c (init_main): Ditto.
12340 * infcmd.c (_initialize_infcmd): Ditto.
12341 * corefile.c (_initialize_core): Ditto.
12342 * arm-tdep.c (_initialize_arm_tdep): Ditto.
12343 * arch-utils.c (initialize_current_architecture): Ditto.
12344 (_initialize_gdbarch_utils): Ditto.
12345 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
12346
12347 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
12348 * wince.c (_initialize_inftarg): Ditto.
12349 * symfile.c (_initialize_symfile): Ditto.
12350 * mips-tdep.c (_initialize_mips_tdep): Ditto.
12351 * language.c (_initialize_language): Ditto.
12352 * arc-tdep.c (_initialize_arc_tdep): Ditto.
12353
12354 2002-02-04 Michael Snyder <msnyder@redhat.com>
12355
12356 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
12357
12358 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
12359
12360 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
12361 Add rules for building the register data files.
12362
12363 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
12364
12365 * regformats/regdat.sh: Add braces to the definition of
12366 expedite_regs_${arch}.
12367
12368 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
12369
12370 * regformats/regdef.h (struct reg): Add comment describing the
12371 requirements for offset and size fields.
12372
12373 2002-02-04 Andreas Schwab <schwab@suse.de>
12374
12375 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
12376 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
12377
12378 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
12379
12380 * gdbarch.sh (copyright): Update years in generated header.
12381 (SMASH_TEXT_ADDRESS): Add rule.
12382 * gdbarch.h, gdbarch.c: Re-generate.
12383 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
12384 * dbxread.c: Likewise.
12385 * dwarfread.c: Likewise.
12386 * elfread.c: Likewise.
12387 * somread.c: Likewise.
12388
12389 * arm-tdep.c (arm_smash_text_address): New function.
12390 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
12391
12392 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
12393
12394 Add support for hardware watchpoints on win32 native.
12395 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
12396 CONTEXT_DEBUG_REGISTERS.
12397 (dr variable): New variable. Static array containing a local copy
12398 of debug registers.
12399 (debug_registers_changed): New variable. Reflects when debug registers
12400 are changed and need to be written to inferior.
12401 (debug_registers_used): New variable. Reflects when any debug register
12402 was set, used when new threads are created.
12403 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
12404 i386-nat code.
12405 (thread_rec): Set dr array if id is the thread of current_event .
12406 (child_continue, child_resume): Change the debug registers for all
12407 threads if debug_registers_changed.
12408 (child_add_thread): Change the debug registers if debug_registers_used.
12409 * config/i386/cygwin.mh: Add use of i386-nat.o file.
12410 Link nm.h to new nm-cygwin.h file.
12411 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
12412 of hardware registers.
12413
12414 2002-02-03 Andrew Cagney <ac131313@redhat.com>
12415
12416 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
12417 Restore behavour broken by 2002-01-20 Andrew Cagney
12418 <ac131313@redhat.com> IEEE_FLOAT removal.
12419
12420 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12421
12422 * c-valprint.c (c_val_print): Pass a proper valaddr to
12423 cp_print_class_method.
12424 * valops.c (search_struct_method): If there is only one method
12425 and args is NULL, return that method.
12426
12427 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12428
12429 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
12430 accessing tag_name directly.
12431
12432 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12433
12434 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
12435 of accessing tag_name directly.
12436
12437 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12438
12439 PR gdb/280
12440 * gdbtypes.c (replace_type): New function.
12441 * gdbtypes.h (replace_type): Add prototype.
12442 * stabsread.c (read_type): Use replace_type.
12443
12444 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
12445
12446 * Makefile.in (memattr.o): Add missing dependencies rule.
12447
12448 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12449
12450 * breakpoint.c (break_at_finish_command): Really export.
12451 (break_at_finish_at_depth_command): Ditto.
12452 (tbreak_at_finish_command): Ditto.
12453 * hppa-tdep.c: Include completer.h.
12454 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
12455 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
12456
12457 2002-02-01 Andrew Cagney <ac131313@redhat.com>
12458
12459 * utils.c (do_write): New function.
12460 (error_stream): Rewrite combining the code from error_begin and
12461 verror.
12462 (verror): Rewrite using error_stream.
12463 (error_begin): Delete function.
12464
12465 2002-02-01 Andrew Cagney <ac131313@redhat.com>
12466
12467 * utils.c (error_begin): Make static.
12468 * defs.h (error_begin): Delete declaration.
12469
12470 * linespec.c (cplusplus_error): Replace cplusplus_hint.
12471 (decode_line_1): Use cplusplus_error instead of error_begin,
12472 cplusplus_hint and return_to_top_level.
12473 * coffread.c (coff_symfile_read): Use error instead of error_begin
12474 and return_to_top_level.
12475 * infrun.c (default_skip_permanent_breakpoint): Ditto.
12476
12477 2002-02-01 Andrew Cagney <ac131313@redhat.com>
12478
12479 * language.h (type_error, range_error): Make string parameter
12480 constant.
12481 * language.c (warning_pre_print): Delete extern declaration.
12482 * dwarfread.c (warning_pre_print): Ditto.
12483 * language.c (type_error, range_error): Rewrite to use verror and
12484 vwarning instead of warning_begin.
12485
12486 2002-02-01 Michael Snyder <msnyder@redhat.com>
12487
12488 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
12489 (set_ignore_count): Move misplaced comment back where it belongs.
12490
12491 2002-02-01 Andrew Cagney <ac131313@redhat.com>
12492
12493 * command.h (NO_FUNCTION): Delete macro.
12494 * cli/cli-decode.h (NO_FUNCTION): Ditto.
12495 * top.c (execute_command): Replace NO_FUNCTION with NULL.
12496 * tracepoint.c (_initialize_tracepoint): Ditto.
12497 * cli/cli-decode.c (add_set_cmd): Ditto.
12498 * cli/cli-cmds.c (init_cli_cmds): Ditto.
12499
12500 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
12501
12502 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
12503 Update ``this'' pointer when calling virtual functions.
12504
12505 2002-02-01 Michael Snyder <msnyder@redhat.com>
12506
12507 * breakpoint.c (create_temp_exception_breakpoint): Delete.
12508 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
12509
12510 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
12511
12512 * regformats/reg-arm.dat: New file.
12513 * regformats/reg-i386.dat: New file.
12514 * regformats/reg-ia64.dat: New file.
12515 * regformats/reg-m68k.dat: New file.
12516 * regformats/reg-mips.dat: New file.
12517 * regformats/reg-ppc.dat: New file.
12518 * regformats/reg-sh.dat: New file.
12519 * regformats/regdef.h: New file.
12520 * regformats/regdat.sh: New file.
12521
12522 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
12523
12524 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
12525 (arm_frame_args_address, arm_frame_locals_address): New functions.
12526 (arm_frame_num_args): New function.
12527 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
12528 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
12529 (FRMA_NUM_ARGS): Call arm_frame_num_args.
12530
12531 2002-01-31 Michael Snyder <msnyder@redhat.com>
12532
12533 * breakpoint.c (break_at_finish_command): Export.
12534 (break_at_finish_at_depth_command): Export.
12535 (tbreak_at_finish_command): Export.
12536 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
12537 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
12538 "txbreak" commands, which are HPPA specific.
12539
12540 * printcmd.c (disassemble_command): Remove an ancient
12541 artifact of an old merge.
12542
12543 * symfile.h (enum overlay_debugging_state):
12544 Define enum constant values for overlay mode.
12545 * symfile.c (overlay_debugging): Use enums instead of literals.
12546 (overlay_is_mapped, overlay_auto_command,
12547 overlay_manual_command): Ditto.
12548
12549 * breakpoint.c (insert_breakpoints, remove_breakpoint,
12550 breakpoint_here_p, breakpoint_inserted_here_p,
12551 breakpoint_thread_match, bpstat_stop_status,
12552 describe_other_breakpoints, check_duplicates, clear_command):
12553 Coding standard fixes.
12554
12555 * target.c (target_xfer_memory): Add spaces, coding standard.
12556 (do_xfer_memory): Add missing line to trust-readonly
12557 code: check bfd SEC_READONLY flag for section.
12558
12559 2002-01-31 Andrew Cagney <ac131313@redhat.com>
12560
12561 * PROBLEMS: Fix typo, 5.1->5.1.1.
12562
12563 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
12564
12565 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
12566 data symbols, since we search based on textlow and texthigh.
12567 (find_pc_sect_symtab): Likewise.
12568
12569 2002-01-30 Andrew Cagney <ac131313@redhat.com>
12570
12571 * defs.h (vwarning): Declare.
12572 * utils.c (vwarning): New function.
12573 (warning): Call vwarning.
12574 (warning_begin): Delete function.
12575
12576 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
12577 the warning message.
12578 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
12579 warning_begin.
12580
12581 2002-01-30 Michael Snyder <msnyder@redhat.com>
12582
12583 * NEWS: Mention "set trust-readonly-sections" command.
12584 Mention generate-core-file command.
12585
12586 2002-01-15 Michael Snyder <msnyder@redhat.com>
12587
12588 * target.c: New command, "set trust-readonly-sections on".
12589 (do_xfer_memory): Honor the suggestion to trust readonly sections
12590 by reading them from the object file instead of from the target.
12591 (initialize_targets): Register command "set trust-readonly-sections".
12592
12593 2002-01-29 Andrew Cagney <ac131313@redhat.com>
12594
12595 * parse.c (target_map_name_to_register): Simplify, search regs and
12596 pseudo-regs using a single loop.
12597
12598 2002-01-30 Andrew Cagney <ac131313@redhat.com>
12599
12600 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
12601
12602 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
12603
12604 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
12605 * config/i386/i386v42mp.mh: Add i387-nat.o .
12606 * i386v4-nat.c: Include i387-nat.h.
12607 (supply_fpregset): Use i387_supply_fsave.
12608 (fill_fpregset): Use i387_fill_fsave.
12609
12610 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
12611
12612 * arm-tdep.c (arm_call_dummy_words): Define.
12613 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
12614 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
12615 (CALL_DUMMY_WORDS): Define.
12616 (arm_call_dummy_words): Declare.
12617 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
12618 (arm_linux_call_dummy_words): Declare.
12619
12620 2002-01-30 Andreas Schwab <schwab@suse.de>
12621
12622 * m68klinux-nat.c: Fix last change to use regcache_collect
12623 instead of referencing registers[] directly.
12624
12625 2002-01-29 Andrew Cagney <ac131313@redhat.com>
12626
12627 * parse.c (target_map_name_to_register): Delete code wrapped in
12628 #ifdef REGISTER_NAME_ALIAS_HOOK.
12629
12630 2002-01-28 Michael Snyder <msnyder@redhat.com>
12631
12632 * regcache.c (legacy_read_register_gen): Need to be able to
12633 read pseudo-register as well as real register.
12634 (legacy_write_register_gen): Ditto.
12635
12636 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12637
12638 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12639 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
12640 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
12641 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
12642 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
12643 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
12644 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
12645 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
12646 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
12647 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12648 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
12649 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
12650 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
12651 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
12652 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
12653 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
12654 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
12655 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
12656 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
12657 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
12658
12659 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12660
12661 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
12662 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
12663 (initialize_current_architecture): Update target_byte_order using
12664 information from BFD.
12665 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
12666 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
12667
12668 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12669
12670 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
12671 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
12672
12673 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
12674 #ifdef INVALID_FLOAT.
12675 * infcmd.c (do_registers_info): Ditto.
12676 * values.c (unpack_double): Ditto. Add comment.
12677
12678 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
12679 already commented out.
12680
12681 2002-01-26 Andreas Schwab <schwab@suse.de>
12682
12683 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
12684 * m68klinux-nat.c: Update ptrace interface for fetching/storing
12685 registers and add support for PTRACE_GETREGS.
12686
12687 2002-01-24 Andrew Cagney <ac131313@redhat.com>
12688
12689 GDB 5.1.1 released from 5.1 branch.
12690 * NEWS: Add 5.1.1 news.
12691 * README: Sync with 5.1 branch.
12692
12693 2002-01-23 Fred Fish <fnf@redhat.com>
12694
12695 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
12696 stabstring on initial malloc. Reallocing will copy it for us,
12697 if necessary.
12698
12699 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
12700
12701 * Makefile.in (hpread_h): Delete.
12702 (HFILES_NO_SRCDIR): Remove hpread.h.
12703 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
12704 (hpread.o): Update dependencies.
12705 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
12706
12707 * hp-psymtab-read.c: Remove file.
12708 * hp-symtab-read.c: Remove file.
12709 * hpread.h: Remove file.
12710
12711 * hpread.c: Merge all contents of hp-psymtab-read.c,
12712 hp-symtab-read.c and hpread.h into this file, as it was prior to
12713 January 1999.
12714
12715 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
12716 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
12717 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
12718 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
12719
12720 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
12721
12722 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
12723 fill_gregset): Call gdbarch_tdep() just once, assign result to
12724 variable and use that, instead of calling the function several
12725 times.
12726
12727 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
12728
12729 * configure.host: Accept sparcv9 as alias for sparc64.
12730 * configure.tgt: Likewise.
12731
12732 2002-01-22 Kevin Buettner <kevinb@redhat.com>
12733
12734 * solib-aix5.c (build_so_list_from_mapfile)
12735 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
12736 arguments is not reversed.
12737 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
12738 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
12739
12740 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
12741
12742 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
12743 modified version of obsolete sh_fetch_pseudo_register.
12744 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
12745 (sh4_register_read): New function.
12746 (sh_pseudo_register_write): New function. Renamed and modified
12747 version of obsolete sh_store_pseudo_register.
12748 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
12749 (sh4_register_write): New function.
12750 (sh_gdbarch_init): Remove setting of gdbarch function
12751 fetch_pseudo_register and store_pseudo_register. Remove setting of
12752 register_convert_to_raw, register_convert_to_virtual,
12753 register_convertible.
12754 (sh_sh4_register_convertible): Delete. No longer needed. All is
12755 taken care by architecture specific functions
12756 register_read/register_write.
12757 (sh_sh4_register_convert_to_virtual): Make static.
12758 (sh_sh4_register_convert_to_raw): Ditto.
12759
12760 2002-01-22 Andrew Cagney <ac131313@redhat.com>
12761
12762 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
12763 (floatformat_is_nan, floatformat_mantissa): Ditto.
12764
12765 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
12766 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
12767 builtin_type_ieee_double_little,
12768 builtin_type_ieee_double_littlebyte_bigword,
12769 builtin_type_m68881_ext, builtin_type_i960_ext,
12770 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
12771 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
12772 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
12773 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
12774
12775 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
12776
12777 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
12778 parameter. Set frameless flag if it exists and depended of
12779 whether the scanned function is frameless or not.
12780 (xstormy16_skip_prologue): If function is frameless, return
12781 result of xstormy16_scan_prologue().
12782 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
12783 call.
12784
12785 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
12786
12787 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
12788 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
12789 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
12790 sh_sh4_register_byte, sh_sh4_register_raw_size,
12791 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
12792 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
12793 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
12794 sh_store_pseudo_register, sh_do_pseudo_register): Call
12795 gdbarch_tdep() just once, assign result to variable and use that,
12796 instead of calling the function several times.
12797
12798 2002-01-20 Mark Kettenis <kettenis@gnu.org>
12799
12800 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12801 macros instead of LAST_FPU_CTRL_REGNUM.
12802 (store_register): Likewise.
12803
12804 2002-01-21 Jim Blandy <jimb@redhat.com>
12805
12806 * infcmd.c (run_command): Check that the `exec' target layer's BFD
12807 is up-to-date before running the program, not just when a program
12808 exits.
12809
12810 2002-01-21 Fred Fish <fnf@redhat.com>
12811
12812 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12813 when we have found all instructions we are looking for.
12814
12815 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12816
12817 * arm-tdep.c (arm_register_name): New function.
12818 (arm_registers_names): Make static.
12819 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12820 (arm_register_name): Declare.
12821 (REGISTER_NAME): Use it.
12822
12823 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12824 Kevin Buettner <kevinb@redhat.com>
12825
12826 Convert arm targets to new FRAME interface.
12827 * arm-tdep.c (struct frame_extra_info): Remove fsr.
12828 (arm_frame_find_save_regs): Delete.
12829 (arm_frame_init_saved_regs): New.
12830 (arm_init_extra_frame_info): Alloacte saved_regs as required.
12831 Allocate extra_info as required. Convert all uses of fsr.regs
12832 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12833 to use extra_info.
12834 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12835 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12836 (check_prologue_cache, save_prologue_cache): Likewise.
12837 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12838 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12839 (FRAME_FIND_SAVED_REGS): Delete.
12840 (arm_frame_find_saved_regs): Delete prototype.
12841 (arm_frame_init_saved_regs): New prototype.
12842 (FRAME_INIT_SAVED_REGS): Define.
12843
12844 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12845
12846 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12847
12848 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12849
12850 From Jeff Law <law@redhat.com>:
12851 * infttrace.c: Include <sys/pstat.h>.
12852 (child_pid_to_exec_file): Revamp. Use pstat call to get the
12853 exec file if the ttrace equivalent fails.
12854
12855 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12856
12857 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12858 (closeLogFile): Ditto.
12859
12860 2002-01-20 Michael Chastain <mec@shout.net>
12861
12862 * top.c (print_gdb_version): Bump copyright year to 2002.
12863
12864 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12865
12866 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12867 Zannoni and Eli Zaretskii.
12868
12869 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12870
12871 * buildsym.c: Update copyright years.
12872 * c-typeprint.c: Likewise.
12873 * dwarf2read.c: Likewise.
12874 * f-typeprint.c: Likewise.
12875 * gdbtypes.c: Likewise.
12876 * gdbtypes.h: Likewise.
12877 * hp-symtab-read.c: Likewise.
12878 * hpread.c: Likewise.
12879 * mdebugread.c: Likewise.
12880 * p-typeprint.c: Likewise.
12881
12882 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12883
12884 * remote-sim.c (gdbsim_open): Simplify code testing the macro
12885 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
12886 byte-order selectable.
12887 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12888 * arch-utils.c: Ditto.
12889 (set_endian): Ditto.
12890 (set_endian_from_file): Ditto.
12891 * gdbserver/low-sim.c (create_inferior): Ditto.
12892 * gdbarch.sh: Ditto.
12893 * gdbarch.h: Re-generate.
12894 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12895 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12896 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12897 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12898 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12899 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12900 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
12901 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12902 macro definition.
12903 * config/mips/tm-wince.h: Remove #undef of macro
12904 TARGET_BYTE_ORDER_SELECTABLE.
12905 * config/sh/tm-wince.h: Ditto.
12906
12907 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12908
12909 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12910 member function fields. Add accessor macro
12911 TYPE_FN_FIELD_ARTIFICIAL.
12912 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12913 * c-typeprint.c (c_type_print_base): Skip artificial member
12914 functions.
12915
12916 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12917
12918 * f-typeprint.c: Delete unused function f_type_print_args.
12919 * p-typeprint.c: Delete unused function pascal_type_print_args.
12920
12921 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12922
12923 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12924 comment. Add ``artificial'' to ``union field_location''.
12925
12926 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12927
12928 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12929 * mdebugread.c (parse_symbol): Likewise.
12930 * stabsread.c (define_symbol): Likewise.
12931 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12932 initializing TYPE_FIELD_BITPOS to n (obsolete).
12933 (hpread_doc_function_type): Likewise.
12934 * hpread.c (hpread_function_type): Likewise.
12935
12936 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12937
12938 * configure.in (host_makefile_frag): Only require a host makefile
12939 fragment when a native build.
12940 * configure: Re-generate.
12941
12942 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12943
12944 * doublest.h (floatformat_from_type): Declare.
12945 * doublest.c (floatformat_from_type): New function.
12946 (convert_typed_floating): Use.
12947
12948 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12949 call to function floatformat_from_type.
12950
12951 * gdbarch.sh (IEEE_FLOAT): Delete.
12952 * gdbarch.h, gdbarch.c: Re-generate.
12953 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12954 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12955 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12956 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12957 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12958 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12959 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12960 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12961 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12962 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12963 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
12964 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12965
12966 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12967 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12968 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12969 * sh-tdep.c (sh_gdbarch_init): Ditto.
12970 * mips-tdep.c (mips_gdbarch_init): Ditto.
12971 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12972 * cris-tdep.c (cris_gdbarch_init): Ditto.
12973
12974 2002-01-20 Jiri Smid <smid@suse.cz>
12975
12976 * configure.host, configure.tgt: Support x86-64.
12977 * NEWS: Note new target x86-64.
12978
12979 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12980 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12981 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12982 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12983 x86-64-linux-nat.o): Fix dependencies.
12984
12985 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12986
12987 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12988 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12989 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12990 * config/sparc/xm-sun4os4.h: Delete file.
12991 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
12992
12993 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12994
12995 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12996 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12997 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12998 * config/i386/i386lynx.mh (XM_FILE): Delete.
12999 * config/rs6000/xm-rs6000ly.h: Delete file.
13000 * config/sparc/xm-sparclynx.h: Delete file.
13001 * config/m68k/xm-m68klynx.h: Delete file.
13002 * config/i386/xm-i386lynx.h: Delete file.
13003 * config/xm-lynx.h: Delete file.
13004 * config/djgpp/fnchange.lst: Update.
13005
13006 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
13007
13008 * alpha-tdep.c (alpha_register_byte): New function.
13009 (alpha_register_raw_size): Ditto.
13010 (alpha_register_virtual_size): Ditto.
13011 (alpha_skip_prologue_internal): Renamed from
13012 alpha_skip_prologue.
13013 (alpha_skip_prologue): New version that calls
13014 alpha_skip_prologue_internal.
13015 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
13016 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
13017 second argument from alpha_skip_prologue.
13018 (REGISTER_BYTE): Use alpha_register_byte.
13019 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
13020 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
13021 (FRAMELESS_FUNCTION_INVOCATION): Use
13022 generic_frameless_function_invocation_not.
13023 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
13024 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
13025
13026 2002-01-19 Andrew Cagney <ac131313@redhat.com>
13027
13028 * config/mips/xm-news-mips.h: Delete file.
13029 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
13030
13031 * config/m88k/xm-m88k.h: Delete file.
13032 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
13033 * config/m88k/xm-delta88v4.h: Ditto.
13034 * config/m88k/xm-delta88.h: Ditto.
13035
13036 * config/alpha/xm-fbsd.h: Delete file.
13037 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
13038
13039 * config/sparc/xm-sparc.h: Delete file.
13040 * Makefile.in (xm-sun4os4.h): Delete dependency.
13041 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
13042 * config/sparc/xm-sun4os4.h: Ditto.
13043 * config/sparc/xm-linux.h: Ditto.
13044
13045 * config/i386/xm-windows.h: Delete file.
13046
13047 2002-01-19 Andrew Cagney <ac131313@redhat.com>
13048
13049 * utils.c: Include <sys/param.h> for MAXPATHLEN.
13050 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
13051
13052 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
13053
13054 * alpha-tdep.c (alpha_call_dummy_words): New.
13055 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
13056 (CALL_DUMMY_P): Define.
13057 (CALL_DUMMY_WORDS): Define.
13058 (SIZEOF_CALL_DUMMY_WORDS): Define.
13059
13060 2002-01-19 Per Bothner <per@bothner.com>
13061
13062 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
13063 isn't NULL, which can happen with some gcj-3.x-produced code.
13064
13065 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
13066
13067 * alpha-tdep.c (alpha_register_virtual_type): New function.
13068 (alpha_init_frame_pc_first): Ditto.
13069 (alpha_fix_call_dummy): Ditto.
13070 (alpha_store_struct_return): Ditto.
13071 (alpha_extract_struct_value_address): Ditto.
13072 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
13073 alpha_register_virtual_type.
13074 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
13075 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
13076 alpha_extract_struct_value_address.
13077 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
13078 (INIT_FRAME_PC): Use init_frame_pc_noop.
13079 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
13080
13081 2002-01-19 Mark Kettenis <kettenis@gnu.org>
13082
13083 * i386gnu-nat.c: Include "i386-tdep.h".
13084 (fetch_fpregs): Simplify code dealing with uninitialized floating
13085 point states such that it doesn't require FP7_REGNUM.
13086
13087 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13088
13089 * alpha-tdep.c (frame_extra_info): New.
13090 (alpha_find_saved_regs): Make static. Use
13091 frame->extra_info.
13092 (alpha_frame_init_saved_regs): New function.
13093 (alpha_frame_saved_pc): Use frame->extra_info.
13094 (temp_saved_regs): Don't declare as struct frame_saved_regs.
13095 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
13096 (init_extra_frame_info): Rename to...
13097 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
13098 (alpha_print_extra_frame_info): New function.
13099 (alpha_frame_locals_address): Ditto.
13100 (alpha_frame_args_address): Ditto.
13101 (alpha_pop_frame): Use frame->extra_info.
13102 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
13103 alpha_frame_args_address.
13104 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
13105 (alpha_find_saved_regs): Remove prototype.
13106 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
13107 (EXTRA_FRAME_INFO): Remove.
13108 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
13109 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
13110
13111 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13112
13113 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
13114 (alpha_cannot_fetch_register): Ditto.
13115 (alpha_cannot_store_register): Ditto.
13116 (alpha_register_convertible): Ditto.
13117 (alpha_use_struct_convention): Ditto.
13118 * config/alpha/tm-alpha.h: Update copyright years.
13119 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
13120 (INNER_THAN): Use core_addr_lessthan.
13121 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
13122 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
13123 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
13124 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
13125 (FRAME_CHAIN): Remove unnecessary cast.
13126
13127 2002-01-18 Andrew Cagney <ac131313@redhat.com>
13128
13129 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
13130 obsolete.
13131
13132 2002-01-18 Andrew Cagney <ac131313@redhat.com>
13133
13134 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
13135 * monitor.c, remote-array.c, remote-bug.c: Ditto.
13136 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
13137 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
13138 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
13139 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
13140 * x86-64-linux-nat.c: Ditto.
13141
13142 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13143
13144 * alpha-tdep.c (alpha_register_name): New function.
13145 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
13146 (REGISTER_NAME): Define.
13147
13148 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13149
13150 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
13151
13152 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13153
13154 * alpha-tdep.c: Update copyright years.
13155 (alpha_next_pc): New function.
13156 (alpha_software_single_step): Ditto.
13157 * config/alpha/tm-alpha.h: Add prototype for
13158 alpha_software_single_step.
13159
13160 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13161
13162 * alphabsd-nat.c: Update copyright years.
13163 (fill_gregset): Use regcache_collect.
13164 (fill_fpregset): Likewise.
13165 (fetch_inferior_registers): Only fetch integer registers
13166 if requested to do so.
13167 (store_inferior_registers): Only store integer registers
13168 if requested to do so.
13169
13170 2002-01-17 Andrew Cagney <ac131313@redhat.com>
13171
13172 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
13173 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
13174 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
13175 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
13176 * config/alpha/fbsd.mh (XDEPFILES): Delete.
13177 * config/arm/linux.mh (XDEPFILES): Delete.
13178 * config/arm/nbsd.mh (XDEPFILES): Delete.
13179 * config/i386/i386dgux.mh (XDEPFILES): Delete.
13180 * config/i386/i386sol2.mh (XDEPFILES): Delete.
13181 * config/i386/i386m3.mh (XDEPFILES): Delete.
13182 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
13183 * config/i386/i386gnu.mh (XDEPFILES): Delete.
13184 * config/i386/fbsd.mh (XDEPFILES): Delete.
13185 * config/i386/i386bsd.mh (XDEPFILES): Delete.
13186 * config/i386/i386sco5.mh (XDEPFILES): Delete.
13187 * config/i386/i386v4.mh (XDEPFILES): Delete.
13188 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
13189 * config/i386/i386sco4.mh (XDEPFILES): Delete.
13190 * config/i386/i386aix.mh (XDEPFILES): Delete.
13191 * config/i386/go32.mh (XDEPFILES): Delete.
13192 * config/i386/cygwin.mh (XDEPFILES): Delete.
13193 * config/i386/i386lynx.mh (XDEPFILES): Delete.
13194 * config/i386/i386mach.mh (XDEPFILES): Delete.
13195 * config/i386/i386v32.mh (XDEPFILES): Delete.
13196 * config/i386/linux.mh (XDEPFILES): Delete.
13197 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
13198 * config/i386/ncr3000.mh (XDEPFILES): Delete.
13199 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
13200 * config/i386/i386sco.mh (XDEPFILES): Delete.
13201 * config/i386/i386v.mh (XDEPFILES): Delete.
13202 * config/i386/nbsd.mh (XDEPFILES): Delete.
13203 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
13204 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
13205 * config/i386/symmetry.mh (XDEPFILES): Delete.
13206 * config/i386/obsd.mh (XDEPFILES): Delete.
13207 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
13208 * config/ia64/linux.mh (XDEPFILES): Delete.
13209 * config/ia64/aix.mh (XDEPFILES): Delete.
13210 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
13211 * config/m68k/dpx2.mh (XDEPFILES): Delete.
13212 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
13213 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
13214 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
13215 * config/m68k/linux.mh (XDEPFILES): Delete.
13216 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
13217 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
13218 * config/m68k/nbsd.mh (XDEPFILES): Delete.
13219 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
13220 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
13221 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
13222 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
13223 * config/m88k/delta88.mh (XDEPFILES): Delete.
13224 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
13225 * config/m88k/m88k.mh (XDEPFILES): Delete.
13226 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
13227 * config/mips/linux.mh (XDEPFILES): Delete.
13228 * config/mips/irix6.mh (XDEPFILES): Delete.
13229 * config/mips/irix5.mh (XDEPFILES): Delete.
13230 * config/mips/irix4.mh (XDEPFILES): Delete.
13231 * config/mips/irix3.mh (XDEPFILES): Delete.
13232 * config/mips/decstation.mh (XDEPFILES): Delete.
13233 * config/mips/mipsm3.mh (XDEPFILES): Delete.
13234 (NATDEPFILES): Move core-aout.o to here.
13235 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
13236 * config/pa/hpux1020.mh (XDEPFILES): Delete.
13237 * config/pa/hppabsd.mh (XDEPFILES): Delete.
13238 * config/pa/hppahpux.mh (XDEPFILES): Delete.
13239 * config/pa/hpux11w.mh (XDEPFILES): Delete.
13240 * config/pa/hppaosf.mh (XDEPFILES): Delete.
13241 * config/pa/hpux11.mh (XDEPFILES): Delete.
13242 * config/powerpc/aix.mh (XDEPFILES): Delete.
13243 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
13244 * config/powerpc/linux.mh (XDEPFILES): Delete.
13245 * config/romp/rtbsd.mh: Rename XDEPFILES.
13246 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
13247 * config/rs6000/aix4.mh (XDEPFILES): Delete.
13248 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
13249 * config/s390/s390.mh (XDEPFILES): Delete.
13250 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
13251 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
13252 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
13253 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
13254 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
13255 * config/sparc/nbsd.mh (XDEPFILES): Delete.
13256 * config/sparc/linux.mh (XDEPFILES): Delete.
13257 * config/vax/vaxult.mh (XDEPFILES): Delete.
13258 * config/vax/vaxult2.mh (XDEPFILES): Delete.
13259 * Makefile.in (DEPFILES): Remove XDEPFILES.
13260
13261 2002-01-17 Andrew Cagney <ac131313@redhat.com>
13262
13263 * utils.c (internal_verror): Fix comments, default is yes not no.
13264 Update queries to match. Default to quit and dump core.
13265
13266 2002-01-17 Andrew Cagney <ac131313@redhat.com>
13267
13268 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
13269 copyright.
13270 * defs.h, event-top.c, gdbcmd.h: Ditto.
13271 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
13272 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
13273 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
13274 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
13275 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
13276 * mi/mi-main.c:Ditto.
13277
13278 * stack.c, symfile.c: Update copyright.
13279
13280 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
13281
13282 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
13283 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
13284 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
13285 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
13286
13287 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
13288
13289 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
13290 * gdbserver/low-lynx.c (myattach): Likewise.
13291 * gdbserver/low-nbsd.c (myattach): Likewise.
13292 * gdbserver/low-sim.c (myattach): Likewise.
13293 * gdbserver/low-sparc.c (myattach): Likewise.
13294 * gdbserver/low-sun3.c (myattach): Likewise.
13295
13296 * gdbserver/low-linux.c (myattach): New function.
13297
13298 * gdbserver/server.c (attach_inferior): New function.
13299 (main): Handle "--attach".
13300
13301 2002-01-16 Andrew Cagney <ac131313@redhat.com>
13302
13303 * MAINTAINERS (language support): Daniel Jacobwitz is C++
13304 maintainer.
13305
13306 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
13307
13308 * c-typeprint.c (is_type_conversion_operator): Add additional
13309 check for non-conversion operators.
13310
13311 2002-01-15 Michael Snyder <msnyder@redhat.com>
13312
13313 * linux-proc.c: Add "info proc" command, a la procfs.c.
13314 (read_mapping): New function, abstract and re-use code.
13315 (linux_find_memory_regions): Use new func read_mapping.
13316 (linux_info_proc_cmd): New function, implement "info proc".
13317 (_initialize_linux_proc): Add new command "info proc".
13318
13319 2002-01-15 Michael Snyder <msnyder@redhat.com>
13320
13321 * symfile.c (generic_load): Use bfd_map_over_sections method
13322 instead of manipulating bfd structure members directly.
13323 (add_section_size_callback): New function, bfd sections callback
13324 used by generic_load.
13325 (load_sections_callback): New function, bfd sections callback
13326 used by generic_load.
13327
13328 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
13329
13330 [Based on work by Jim Blandy]
13331 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
13332 (builtin_type_vec128): Export.
13333 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
13334 types.
13335 (builtin_type_vec128): New builtin type for 128 bit vector
13336 registers.
13337 (build_gdbtypes): Initialize builtin_type_v16qi and
13338 builtin_type_v8hi. Create the vec128 register builtin type
13339 structure.
13340 (build_builtin_type_vec128): New function.
13341 (_initialize_gdbtypes): Register builtin_type_v16qi and
13342 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
13343 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
13344 AltiVec register to new builtin type.
13345
13346 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
13347
13348 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
13349 to make_cv_type.
13350
13351 2002-01-14 Andrew Cagney <ac131313@redhat.com>
13352
13353 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
13354 CLEAN_UP_REGISTER_VALUE.
13355 * regcache.c (supply_register): Update only call.
13356
13357 2002-01-14 Andrew Cagney <ac131313@redhat.com>
13358
13359 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13360 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13361 a29k-*-vxworks* targets as obsolete.
13362
13363 2002-01-14 Michael Snyder <msnyder@redhat.com>
13364
13365 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
13366 until we can resolve portability issues.
13367 * gregset.h: Remove references to fpxregs.
13368 * gcore.c (gcore_command): Initialize note_sec to NULL.
13369
13370 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13371
13372 * signals.c (target_signal_to_name): Rewrite. Only use
13373 signals[].name when in bounds and non-NULL.
13374
13375 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13376
13377 From Petr Ledvina <ledvinap@kae.zcu.cz>:
13378 * signals.c (target_signal_to_name): Verify that SIG is within the
13379 bounds of the signals array.
13380
13381 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13382
13383 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
13384
13385 2002-01-13 Keith Seitz <keiths@redhat.com>
13386
13387 * stack.c (print_frame_info_base): Print the frame's pc
13388 only if when print_frame_info_listing_hook is not defined.
13389
13390 2002-01-13 Keith Seitz <keiths@redhat.com>
13391
13392 * varobj.c (varobj_set_value): Make sure that there were no
13393 errors evaluating the object before attempting to set its
13394 value.
13395 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
13396 so this offset adjustment is no longer necessary.
13397 (create_child): Don't set the error flag if the child is
13398 a CPLUS_FAKE_CHILD.
13399 (value_of_child): If value_fetch_lazy fails, return NULL
13400 so that callers will be notified that an error occurred.
13401 (c_value_of_variable): Delay check of variable's validity
13402 until later. We actually want all structs and unions to have
13403 the value "{...}".
13404 Do not return "???" for variables which could not be evaluated.
13405 This error condition must be returned to the caller so that it
13406 can get the error condition from gdb.
13407 (cplus_name_of_child): Adjust index for vptr before figuring
13408 out the name of the child.
13409 (cplus_value_of_child): If a child's (real) parent is not valid,
13410 don't even bother trying to give a value for it. Just return
13411 an error. Change all instances in this function.
13412 (cplus_type_of_child): If our parent is one of the "fake"
13413 parents, we need to get at the type of the real parent, and
13414 derive the child's true type using this information.
13415
13416 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13417
13418 From 2002-01-09 John Marshall <johnm@falch.net>:
13419 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
13420 sources.redhat.com, and tweak some related URLs which had
13421 suffered from linkrot.
13422
13423 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13424
13425 From Jeff law:
13426 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
13427 structures passed in registers.
13428
13429 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
13430
13431 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
13432 white space which prevented compilation. Reported by DSK
13433 <dsk@student.unsw.edu.au>.
13434
13435 2002-01-11 Michael Snyder <msnyder@redhat.com>
13436
13437 * symfile.c (build_section_addr_info_from_section_tab):
13438 Use bfd access method instead of manipulating bfd directly.
13439 (syms_from_objfile): Ditto.
13440 (simple_overlay_update_1): Ditto.
13441 (simple_overlay_update): Ditto.
13442 (generic_load): Ditto.
13443 (overlay_unmapped_address): FIXME comment, bfd access methods.
13444 (sections_overlap): FIXME comment, bfd access methods.
13445 (pc_in_mapped_range): FIXME comment, bfd access methods.
13446 (pc_in_unmapped_range): FIXME comment, bfd access methods.
13447 (section_is_mapped): FIXME comment, bfd access methods.
13448 (section_is_overlay): FIXME comment, bfd access methods.
13449
13450 * symfile.c (generic_load): Whitespace and long line cleanups.
13451 Remove duplicate variable, change several local variables to
13452 more appropriate data types.
13453 (print_transfer_performance): Use %lu instead of %ld for ulongs.
13454
13455 2002-01-12 Andrew Cagney <ac131313@redhat.com>
13456
13457 From Peter Schauer:
13458 * language.c (longest_local_hex_string_custom): Use phex_nz to
13459 convert NUM to a hex string.
13460
13461 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
13462
13463 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
13464 the function.
13465 Update Copyright year.
13466
13467 2002-01-12 Andrew Cagney <ac131313@redhat.com>
13468
13469 * language.c (longest_raw_hex_string): Delete unused function.
13470
13471 2002-01-11 Petr Sorfa <petrs@caldera.com>
13472
13473 * MAINTAINERS (write-after-approval): Add myself.
13474 * dwarf2read.c (read_tag_string_type): Handling of
13475 DW_AT_byte_size.
13476 (read_tag_string_type): FORTRAN fix to prevent propagation of
13477 first string size.
13478 (set_cu_language): Handling of DW_LANG_Fortran95
13479
13480 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
13481
13482 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
13483 GETPID(inferior_ptid).
13484 (store_inferior_registers): Likewise.
13485
13486 2002-01-10 Jason Merrill <jason@redhat.com>
13487
13488 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
13489 Fix DW_OP_minus.
13490
13491 2002-01-10 Andrew Cagney <ac131313@redhat.com>
13492
13493 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
13494 and bfd/elf32-sh-nbsd.c.
13495
13496 2002-01-10 Michael Snyder <msnyder@redhat.com>
13497
13498 * NEWS: Mention --pid and corefile/proc-id behavior change.
13499
13500 * Makefile.in: Add rules for gcore.o and linux-proc.o.
13501 * gcore.c: Include cli/cli-decode.h instead of command.h.
13502
13503 * main.c (captured_main): Add new command line option "--pid".
13504 If the second command line argument (following the symbol-file)
13505 begins with a digit, try to attach to it before trying to open
13506 it as a corefile.
13507 (print_gdb_help): Document the "--pid" argument.
13508
13509 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
13510
13511 * completer.c (command_completer): New function.
13512
13513 * completer.h <command_completer>: Add prototype.
13514
13515 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
13516 completer for the "help" command.
13517
13518 2002-01-09 Jason Merrill <jason@redhat.com>
13519
13520 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
13521
13522 2002-01-09 Michael Snyder <msnyder@redhat.com>
13523
13524 * i386-linux-nat.c (fill_fpxregset): Make global.
13525 (store_fpxregset): Ditto.
13526
13527 * gregset.h (gdb_fpxregset_t): Define.
13528 (supply_fpxregset): Prototype.
13529 (fill_fpxregset): Prototype.
13530
13531 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
13532
13533 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
13534
13535 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
13536 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
13537 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
13538
13539 2002-01-09 Andrew Cagney <ac131313@redhat.com>
13540
13541 * MAINTAINERS: Update target maintainer rules so that any
13542 Maintainer can approve a tested patch for a maintenance-only
13543 target.
13544
13545 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
13546
13547 * MAINTAINERS (write-after-approval): Add myself.
13548
13549 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
13550 IN_SIGTRAMP.
13551
13552 2002-01-08 Michael Snyder <msnyder@redhat.com>
13553
13554 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
13555 real name of the executable, rather than the /proc name.
13556
13557 2002-01-03 Michael Snyder <msnyder@redhat.com>
13558
13559 Implement a "generate-core-file" command in gdb, save target state.
13560 * gcore.c: New file. Implement new command 'generate-core-file'.
13561 Save a corefile image of the current state of the inferior.
13562 * linux-proc.c: Add linux-specific code for saving corefiles.
13563 * target.h (struct target_ops): Add new target vectors for saving
13564 corefiles; to_find_memory_regions and to_make_corefile_notes.
13565 (target_find_memory_regions): New macro.
13566 (target_make_corefile_notes): New macro.
13567 * target.c (update_current_target): Inherit new target methods.
13568 (dummy_find_memory_regions): New place-holder method.
13569 (dummy_make_corefile_notes): New place-holder method.
13570 (init_dummy_target): Initialize new dummy target vectors.
13571 * exec.c (exec_set_find_memory_regions): New function.
13572 Allow the exec_ops vector for memory regions to be taken over.
13573 (exec_make_note_section): New function, target vector method.
13574 * defs.h (exec_set_find_memory_regions): Export prototype.
13575 * procfs.c (proc_find_memory_regions): New function, corefile method.
13576 (procfs_make_note_section): New function, corefile method.
13577 (init_procfs_ops): Set new target vector pointers.
13578 (find_memory_regions_callback): New function.
13579 (procfs_do_thread_registers): New function.
13580 (procfs_corefile_thread_callback): New function.
13581 * sol-thread.c (sol_find_memory_regions): New function.
13582 (sol_make_note_section): New function.
13583 (init_sol_thread_ops): Initialize new target vectors.
13584 * inftarg.c (inftarg_set_find_memory_regions): New function.
13585 Allow to_find_memory_regions vector to be taken over.
13586 (inftarg_set_make_corefile_notes): New function.
13587 Allow to_make_corefile_notes vector to be taken over.
13588 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
13589 interface layer if not target_has_execution (may be a corefile).
13590 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
13591 * config/sparc/sun4sol2.mh: Ditto.
13592 * config/alpha/alpha-linux.mh: Ditto.
13593 * config/arm/linux.mh: Ditto.
13594 * config/i386/x86-64linux.mh: Ditto.
13595 * config/ia64/linux.mh: Ditto.
13596 * config/m68k/linux.mh: Ditto.
13597 * config/mips/linux.mh: Ditto.
13598 * config/powerpc/linux.mh: Ditto.
13599 * config/sparc/linux.mh: Ditto.
13600
13601 2002-01-07 Michael Snyder <msnyder@redhat.com>
13602
13603 * arm-linux-nat.c: Remove references to regcache.c internal data
13604 (registers[] and register_valid[]).
13605
13606 2002-01-07 Michael Snyder <msnyder@redhat.com>
13607
13608 * linux-proc.c: New file. Implement child_pid_to_exec_file,
13609 so that attaching to a pid will automatically read the process's
13610 symbol file and shlibs.
13611 * Makefile.in: Add rule for linux-proc.o.
13612 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
13613 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
13614 * config/arm/linux.mh: Ditto.
13615 * config/i386/linux.mh: Ditto.
13616 * config/i386/x86-64linux.mh: Ditto.
13617 * config/ia64/linux.mh: Ditto.
13618 * config/m68k/linux.mh: Ditto.
13619 * config/mips/linux.mh: Ditto.
13620 * config/powerpc/linux.mh: Ditto.
13621 * config/sparc/linux.mh: Ditto.
13622
13623 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
13624
13625 * win32-nat.c: Add i386-tdep.h dependency.
13626
13627 2002-01-07 Michael Snyder <msnyder@redhat.com>
13628
13629 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
13630 instead of bfd_get_arch_size. Don't bail out just because
13631 there's no exec_bfd.
13632
13633 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
13634 * p-valprint.c (pascal_object_print_value): Ditto.
13635 * somread.c (som_symtab_read): Ditto.
13636 * symfile.c (simple_free_overlay_region_table): Ditto.
13637 * valops.c (value_assign): Ditto.
13638
13639 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
13640 use tilde_expand and strerror for opening save-tracepoints file.
13641
13642 * thread-db.c (thread_db_new_objfile): Indendation fix.
13643
13644 * infptrace.c (GDB_MAX_ALLOCA): New define.
13645 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
13646 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
13647 can be overridden with whatever value is appropriate to the host).
13648 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
13649 alloca to allocate potentially large buffer.
13650 * rs6000-nat.c (child_xfer_memory): Ditto.
13651 * symm-nat.c (child_xfer_memory): Ditto.
13652 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
13653
13654 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
13655
13656 From Nick Clifton <nickc@redhat.com>
13657 * d10v-tdep.c: Set STACK_START to 0x200bffe.
13658
13659 2002-01-07 Michael Snyder <msnyder@redhat.com>
13660
13661 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
13662 Don't use exec_bfd if it's NULL.
13663
13664 2002-01-06 Mark Kettenis <kettenis@gnu.org>
13665
13666 * valops.c (value_arg_coerce): Fix formatting.
13667
13668 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13669
13670 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
13671 * gnu-nat.c: Ditto.
13672
13673 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13674
13675 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
13676 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
13677 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
13678 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
13679 z8k-coff have not been multi-arched. Update z8k-coff build
13680 status.
13681
13682 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13683
13684 * MAINTAINERS: Mark a29k target as obsolete.
13685 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
13686 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
13687 comments.
13688 * NEWS: Note that a29k targets are obsolete.
13689 * a29k-tdep.c: Mark as obsolete.
13690 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13691 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13692 a29k-*-vxworks* targets as obsolete.
13693 * remote-adapt.c: Obsolete.
13694 * remote-eb.c: Obsolete.
13695 * remote-mm.c: Obsolete.
13696 * remote-udi.c: Obsolete.
13697 * config/a29k/a29k-udi.mt: Obsolete.
13698 * config/a29k/a29k.mt: Obsolete.
13699 * config/a29k/tm-a29k.h: Obsolete.
13700 * config/a29k/tm-vx29k.h: Obsolete.
13701 * config/a29k/vx29k.mt: Obsolete.
13702
13703 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13704
13705 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
13706 with BFD_ENDIAN_BIG.
13707
13708 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13709
13710 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
13711 * configure, config.in: Re-generate.
13712 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
13713 * defs.h: Do not include <endian.h>.
13714
13715 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
13716
13717 * acconfig.h (HAVE_PT_GETXMMREGS): New.
13718 * config.in: Regenerate.
13719 * configure.in: Update copyright years.
13720 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
13721 * configure: Regenerate.
13722 * i386bsd-nat.c: Update copyright years.
13723 (fill_gregset): Use regcache_collect.
13724 (fetch_inferior_registers): Only fetch integer registers
13725 if requested to do so. Add support for XMM registers
13726 using PT_GETXMMREGS.
13727 (store_inferior_registers): Only store integer registers
13728 if requested to do so. Add support for XMM registers
13729 using PT_SETXMMREGS.
13730 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
13731 (store_inferior_registers): Remove.
13732 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
13733 (fetch_elfcore_registers): New function.
13734 (i386nbsd_elfcore_fns): New.
13735 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
13736 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
13737 i386bsd-nat.o.
13738 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
13739 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
13740 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
13741 * config/i386/tm-nbsd.h: Update copyright years.
13742 (HAVE_SSE_REGS): Define.
13743 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
13744 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
13745 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
13746 (SIGCONTEXT_PC_OFFSET): Remove.
13747 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
13748
13749 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13750
13751 * configure.tgt: Remove powerpc-*-macos* target.
13752 * config/m68k/xm-mpw.h: Delete file.
13753 * config/xm-mpw.h: Delete file.
13754 * ser-mac.c: Delete file.
13755 * mpw-make.sed: Delete file.
13756 * mpw-config.in: Delete file.
13757 * mac-xdep.c: Delete file.
13758 * mac-gdb.r: Delete file.
13759 * mac-defs.h: Delete file.
13760 * mac-nat.c: Delete file.
13761 * config/powerpc/macos.mh: Delete file.
13762 * config/powerpc/macos.mt: Delete file.
13763 * config/powerpc/nm-macos.h: Delete file.
13764 * config/powerpc/tm-macos.h: Delete file.
13765 * source.c (openp, open_source_file): Remove obsolete code.
13766 * top.c (gdb_readline): Ditto.
13767 * utils.c (query): Ditto.
13768 * event-top.c (display_gdb_prompt): Ditto.
13769 * Makefile.in (ser-mac.o): Delete obsolete target.
13770 * NEWS: Update.
13771
13772 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13773
13774 * defs.h (BIG_ENDIAN): Delete macro definition.
13775 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
13776 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
13777 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
13778 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
13779 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
13780 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
13781 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
13782 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
13783 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
13784 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
13785 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
13786 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
13787 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13788 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13789 * gdbarch.c: Re-generate.
13790
13791 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13792
13793 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
13794 for core files.
13795
13796 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13797
13798 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
13799
13800 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13801
13802 * value.h (value_ptr): Delete typedef.
13803
13804 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13805
13806 * i386nbsd-nat.c: Update copyright years.
13807 Include i386-tdep.h.
13808
13809 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
13810
13811 * stabsread.c: Update copyright years.
13812
13813 From Debashis Mahata <debashis.mahata@wipro.com>:
13814 (read_struct_fields): Deal with Sun C compiler erroneous stab
13815 output for structs and unions.
13816 Fix PR gdb/269.
13817
13818 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13819
13820 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13821 prototype.
13822
13823 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13824
13825 * cp-abi.c: Fix whitespace.
13826 (baseclass_offset): New wrapper function.
13827 * cp-abi.h (baseclass_offset): Add prototype.
13828 (struct cp_abi_ops): Add baseclass_offset pointer.
13829
13830 * valops.c (vb_match): Move to...
13831 * gnu-v2-abi.c (vb_match): here.
13832 * valops.c (baseclass_offset): Move to...
13833 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13834
13835 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13836
13837 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13838 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13839 * hpacc-abi.c (init_hpacc_ops): Likewise.
13840
13841 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13842
13843 * valops.c (find_overload_match): Accept obj as a
13844 reference parameter. Update it before returning.
13845 * value.h (find_overload_match): Update prototype.
13846 * eval.c (evaluate_subexp_standard): Pass object to
13847 find_overload_match by reference.
13848
13849 2002-01-03 Andrew Cagney <ac131313@redhat.com>
13850
13851 * valarith.c: Replace value_ptr with struct value pointer. Remove
13852 register attribute from value declarations.
13853 * valops.c: Ditto.
13854 * value.h: Ditto.
13855 * scm-lang.c (scm_lookup_name): Ditto.
13856
13857 2002-01-03 Michael Snyder <msnyder@redhat.com>
13858
13859 Abstract the functionality of iterating over mapped memory
13860 regions into a general purpose iterator function.
13861 * procfs.c (iterate_over_mappings): New function, general purpose
13862 iterator for memory sections.
13863 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13864 (solib_mappings_callback): New function, callback for above.
13865 (info_proc_mappings): Reimpliment using iterate_over_mappings.
13866 (info_mappings_callback): New function, callback for above.
13867
13868 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13869
13870 2002-01-01 Mark Kettenis <kettenis@gnu.org>
13871
13872 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13873 * i386-tdep.c: Include "elf-bfd.h".
13874 (process_note_abi_tag_sections): New function.
13875 (i386_gdbarch_init): Add code to recognize various OS/ABI
13876 combinations.
13877
13878 * maint.c (_initialize_maint_cmds): Add missing \ in
13879 string-literal.
13880
13881 For older changes see ChangeLog-2001
13882 \f
13883 Local Variables:
13884 mode: change-log
13885 left-margin: 8
13886 fill-column: 74
13887 version-control: never
13888 End:
This page took 0.295797 seconds and 5 git commands to generate.