]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
9c3317ee45af9060441eef47bcbf89099a20f343
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
2
3 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
4 declaration.
5 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
6 (h8300_examine_prologue): Use h8300_normal_mode flag
7 (h8300_gdbarch_init): Set architecture info for normal mode
8
9 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
10
11 * remote.c (remote_protocol_vcont): New variable.
12 (set_remote_protocol_vcont_packet_cmd): New function.
13 (show_remote_protocol_vcont_packet_cmd): New function.
14 (init_all_packet_configs): Handle remote_protocol_vcont.
15 (remote_vcont_probe): New function.
16 (remote_vcont_resume): New function.
17 (remote_resume): Use it.
18 (remote_async_resume): Call remote_resume.
19 (_initialize_remote): Add verbose-resume packet commands.
20
21 2003-10-16 Andrew Cagney <cagney@redhat.com>
22
23 * infrun.c (handle_inferior_event): Add comment about
24 "frame_id_inner" being too weak.
25
26 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
27
28 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
29 second parameter, which is always null. Remove
30 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
31 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
32 accordingly.
33 * somsolib.c (som_solib_create_inferior_hook,
34 som_solib_desire_dynamic_linker_symbols): Update callers.
35 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
36
37 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
38
39 * remote-m32r-sdi.c : New file, interface to m32r on-chip
40 debug interface, SDI (Scalable Debug Interface).
41 * NEWS: Mention m32r SDI protocol was supported.
42 * Makefile.in (remote-m32r-sdi.o): Add build rule.
43 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
44
45 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
46
47 * ia64-linux-tdep.c: Include gdbcore.h.
48 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
49 (ia64_linux_sigcontext_register_addr): Find the address of the
50 sigcontext area stored in the sigframe instead of using
51 a magic offset constant.
52
53 2003-10-15 Andrew Cagney <cagney@redhat.com>
54
55 * remote.c (remote_search): Delete function.
56 * target.h (target_search): Delete disabled macro.
57 (struct target_ops): Delete disabled field "to_search".
58
59 2003-10-14 Kevin Buettner <kevinb@redhat.com>
60
61 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
62 instead of deprecated_inside_entry_file().
63
64 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
65
66 * sh-tdep.c: Fix copy/paste hangover in comment.
67 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
68 mode.
69 (sh3e_sh4_extract_return_value): Ditto.
70
71 2003-10-13 Richard Henderson <rth@redhat.com>
72
73 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
74 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
75 match c_val_print a bit closer.
76
77 2003-10-13 Kevin Buettner <kevinb@redhat.com>
78
79 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
80 (frv_gdbarch_adjust_breakpoint_address): New function.
81 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
82 method.
83
84 2003-10-13 Kevin Buettner <kevinb@redhat.com>
85
86 * breakpoint.h (struct breakpoint): Add new member
87 ``requested_address''.
88 * breakpoint.c (breakpoint_adjustment_warning)
89 (adjust_breakpoint_address): New static functions.
90 (print_it_typical): Issue warning if breakpoint's address is different
91 from its requested address.
92 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
93 (breakpoint_re_set_one): Set breakpoint's
94 ``requested_address'' field. Set ``address'' field to the
95 result of calling adjust_breakpoint_address() on the requested
96 address.
97
98 2003-10-13 Kevin Buettner <kevinb@redhat.com>
99
100 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
101 * gdbarch.h, gdbarch.c: Regenerate.
102
103 2003-10-11 Mark Kettenis <kettenis@gnu.org>
104
105 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
106 TDEP->sc_num_regs.
107
108 * i386fbsd-tdep.c: New file.
109 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
110 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
111 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
112 i386bsd-tdep.c.
113 (_initialize_i386fbsd_tdep): New function.
114 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
115 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
116 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
117 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
118 TDEP->sc_num_regs.
119 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
120 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
121 to initialize TDEP->sc_num_regs.
122 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
123 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
124 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
125 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
126 FreeBSD ELF OS/ABI's here.
127 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
128 (i386fbsd-tdep.o): New target.
129 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
130 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
131
132 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
133 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
134 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
135 in initialization of TDEP->sc_num_regs.
136
137 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
138 (x86_64_init_abi): Initialize regset_from_core_section if
139 appropriate.
140
141 * i386-tdep.c (i386_regset_from_core_section): New function.
142 (i386_gdbarch_init): Initialize regset_from_core_section if
143 appropriate.
144 * i386-tdep.h (i386_regset_from_core_section): New declaration.
145
146 * i386-tdep.h (struct regset): Declare opaque.
147
148 * gdbarch.sh (regset_from_core_section): New method.
149 (struct regset): Declare opaque.
150 * gdbarch.c, gdbarch.h: Regenerated.
151
152 2003-10-11 Alan Modra <amodra@bigpond.net.au>
153
154 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
155 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
156 Correct test for pc within section.
157
158 2003-10-11 Mark Kettenis <kettenis@gnu.org>
159
160 * gdbarch.sh: Remove trailing whitepsace from comments.
161
162 2003-10-08 Roland McGrath <roland@redhat.com>
163
164 * gcore.c (make_mem_sec): Function removed, folded into ...
165 (gcore_create_callback): ... here. To omit a section, clear its
166 SEC_LOAD bit rather than zeroing its size.
167 Omit read-only sections only if they correspond to a known disk file.
168 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
169
170 2003-10-10 Michael Snyder <msnyder@redhat.com>
171
172 * d10v-tdep.c: Fix typo in comment.
173
174 2003-10-10 Andrew Cagney <cagney@redhat.com>
175
176 * rs6000-tdep.c (e500_store_return_value): Delete function.
177 (e500_extract_return_value): Delete function.
178 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
179 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
180 "ppc_sysv_abi_restore_return_value" where applicable.
181 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
182 (ppc_sysv_abi_extract_return_value): Declare.
183 (ppc_sysv_abi_broken_store_return_value): Declare.
184 (ppc_sysv_abi_broken_extract_return_value): Declare.
185 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
186 * ppc-sysv-tdep.c (return_value_convention): Move definition to
187 start of file.
188 (do_ppc_sysv_return_value): New function.
189 (ppc_sysv_abi_extract_return_value): New function.
190 (ppc_sysv_abi_store_return_value): New function.
191 (ppc_sysv_abi_broken_extract_return_value): New function.
192 (ppc_sysv_abi_broken_store_return_value): New function.
193 (ppc_sysv_abi_use_struct_convention): Call
194 do_ppc_sysv_return_value.
195
196 2003-10-10 J. Brobecker <brobecker@gnat.com>
197
198 * blockframe.c (inside_main_func): No longer use symbol_lookup()
199 to lookup the main function symbol.
200
201 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
202
203 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
204 types correctly.
205 (sh_push_dummy_call_fpu): Fix argument passing rules.
206 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
207 float types.
208 (sh3e_sh4_store_return_value): Ditto.
209
210 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
211
212 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
213 comment.
214
215 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
216
217 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
218 more readable code. Accomodate passing of bitfields.
219
220 2003-10-10 Andrew Cagney <cagney@redhat.com>
221
222 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
223 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
224 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
225 * ppc-sysv-tdep.c: Include "gdb_assert.h".
226 (ppc64_sysv_abi_push_dummy_call): New function.
227 (ppc64_sysv_abi_broken_push_dummy_call): New function.
228 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
229 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
230
231 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
232
233 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
234 * README: Ditto.
235 * d10v-tdep.c: Ditto.
236 * h8300-tdep.c: Ditto.
237 * remote-e7000.c: Ditto.
238 * remote-hms.c: Ditto.
239 * ser-e7kpc.c: Ditto.
240 * sh-stub.c: Ditto.
241 * sh-tdep.c: Ditto.
242 * sh-tdep.h: Ditto.
243 * sh3-rom.c: Ditto.
244 * sh64-tdep.c: Ditto.
245 * top.c: Ditto.
246 * wince.c: Ditto.
247 * config/d10v/d10v.mt: Ditto.
248 * config/sh/embed.mt: Ditto.
249 * config/sh/linux.mt: Ditto.
250 * config/sh/tm-linux.h: Ditto.
251 * config/sh/tm-sh.h: Ditto.
252 * config/sh/wince.mt: Ditto.
253
254 2003-10-09 Andrew Cagney <cagney@redhat.com>
255
256 * ppc-tdep.h (struct type): Declare opaque.
257 * x86-64-tdep.h (struct regcache): Declare opaque.
258 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
259 coding style.
260
261 2003-10-09 Andrew Cagney <cagney@redhat.com>
262
263 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
264 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
265 (SOFTWARE_SINGLE_STEP_P): Ditto.
266 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
267 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
268 (SOFTWARE_SINGLE_STEP_P): Ditto.
269 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
270 software_single_step to rs6000_software_single_step.
271
272 2003-10-09 Andrew Cagney <cagney@redhat.com>
273
274 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
275
276 2003-10-09 Michael Snyder <msnyder@redhat.com>
277
278 * frame.h: Fix typo in comment.
279 * dummy-frame.c: Fix typo in comment.
280 * d10v-tdep.c: Random whitespace/comment tweaks.
281
282 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
283
284 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
285 (sh_push_dummy_code): Delete function, it's only used for dummy calls
286 on stack.
287
288 Based on input by Stephen Clarke (stephen.clarke@superh.com):
289 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
290 in detail.
291
292 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
293
294 * remote-mips.c (mips_initialize): Remove unneeded call to
295 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
296
297 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
298
299 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
300 a memory pointer.
301
302 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
303
304 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
305 for any lwp we resume.
306 (running_callback): Add lwps that have pending status events
307 against them to be considered running.
308
309 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
310
311 * m32r-tdep.c : Include "dis-asm.h".
312 * Makefile.in (m32r-tdep.o): Update dependencies.
313
314 2003-10-06 J. Brobecker <brobecker@gnat.com>
315
316 * completer.h (get_gdb_completer_word_break_characters): Delete.
317 * completer.c: include language.h.
318 (gdb_completer_word_break_characters): Delete.
319 (get_gdb_completer_word_break_characters): Delete.
320 (location_completer): Use the word break characters of the current
321 language.
322 (complete_line): Likewise.
323 (line_completion_function): Likewise.
324 (skip_quoted_chars): Likewise.
325 * Makefile.in (completer.o): Add dependency on language.h.
326 * top.c (init_main): Set the readline word break characters
327 to GDB's default word break characters.
328
329 2003-10-06 J. Brobecker <brobecker@gnat.com>
330
331 * language.h (language_defn): new field, la_word_break_characters.
332 * language.c (unknown_language_defn): Set new field to
333 default_word_break_characters.
334 (auto_language_defn): Likewise.
335 (local_language_defn): Likewise.
336 * ada-lang.c (ada_language_defn): Likewise.
337 * c-lang.c (c_language_defn): Likewise.
338 (cplus_language_defn): Likewise.
339 (asm_language_defn): Likewise.
340 (minimal_language_defn): Likewise.
341 * f-lang.c (f_language_defn): Likewise.
342 * jv-lang.c (java_language_defn): Likewise.
343 * m2-lang.c (m2_language_defn): Likewise.
344 * objc-lang.c (objc_language_defn): Likewise.
345 * p-lang.c (pascal_language_defn): Likewise.
346 * scm-lang.c (scm_language_defn): Likewise.
347
348 2003-10-06 Andrew Cagney <cagney@redhat.com>
349
350 * ppc-sysv-tdep.c: Re-indent.
351
352 2003-10-06 J. Brobecker <brobecker@gnat.com>
353
354 * language.h (default_word_break_characters): Add prototype.
355 * language.c (default_word_break_characters): New function.
356
357 2003-10-06 Andreas Schwab <schwab@suse.de>
358
359 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
360 with %eax.
361
362 2003-10-06 Andrew Cagney <cagney@redhat.com>
363
364 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
365 "h8500-tdep.c".
366 (z8k-tdep.o): Delete custom build rule.
367
368 2003-10-06 Andrew Cagney <cagney@redhat.com>
369
370 * Makefile.in: Update all dependencies.
371
372 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
373 No longer list PA as as obsolete candidate. List m32r as
374 broken instead of obsolete.
375
376 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
377 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
378 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
379 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
380 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
381 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
382 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
383 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
384 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
385 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
386 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
387 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
388 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
389 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
390 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
391 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
392 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
393 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
394 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
395 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
396 * config/z8k/z8k.mt: Ditto.
397
398 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
399 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
400 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
401 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
402 sparclite were removed.
403 * configure.host, configure.tgt: Remove corresponding tuples.
404
405 * breakpoint.c, breakpoint.h: Remove obsolete code.
406 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
407 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
408 * stabsread.h, xcoffread.c: Ditto.
409
410 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
411 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
412 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
413 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
414
415 2003-10-06 David Lecomber <dsl@sources.redhat.com>
416
417 * f-valprint.c: Reformatting
418
419 2003-10-06 Mark Kettenis <kettenis@gnu.org>
420
421 * x86-64-tdep.c: Remove duplicate comment.
422
423 * x86-64-tdep.c (x86_64_store_return_value): Don't use
424 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
425 names for return values. This fixes a bug since we looked at %rbx
426 instead of %rdx.
427
428 2003-10-05 Mark Kettenis <kettenis@gnu.org>
429
430 * x86-64-tdep.c: Include "regset.h".
431
432 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
433 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
434 sizeof_fpregset.
435 * i386-tdep.c: Include "regset.h".
436 (i386_supply_gregset): New function.
437 (i386_supply_fpregset): New function.
438 (i386_gdbarch_init): Initialze register set-related members of
439 TDEP.
440 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
441 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
442
443 2003-10-03 Andrew Cagney <cagney@redhat.com>
444
445 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
446 set extract_return_value, store_return_value and
447 use_struct_convention to ppc64_sysv_abi_extract_return_value,
448 ppc64_sysv_abi_store_return_value and
449 ppc64_sysv_abi_use_struct_convention.
450 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
451 (ppc64_sysv_abi_store_return_value): Declare.
452 (ppc64_sysv_abi_use_struct_convention): Declare.
453 * ppc-sysv-tdep.c (enum return_value_convention): Define.
454 (ppc64_sysv_abi_extract_return_value): New function.
455 (ppc64_sysv_abi_store_return_value): New function.
456 (ppc64_sysv_abi_use_struct_convention): New function.
457 (ppc64_sysv_abi_return_value): New function.
458
459 2003-10-03 Andrew Cagney <cagney@redhat.com>
460
461 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
462 convert a descriptor to a function when it's in the ".opd"
463 section.
464
465 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
466
467 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
468 reg_size to keep GCC silent.
469
470 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
471
472 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
473 base for DW_EH_PE_textrel encodings.
474 (read_encoded_value): Add a DW_EH_PE_textrel case.
475 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
476 section.
477
478 2003-10-03 Mark Kettenis <kettenis@gnu.org>
479
480 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
481
482 2003-10-02 Andrew Cagney <cagney@redhat.com>
483
484 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
485 REGISTER_RAW_SIZE.
486 * gdbarch.h, gdbarch.c: Re-generate.
487 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
488 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
489 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
490 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
491 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
492 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
493 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
494 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
495 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
496 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
497 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
498 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
499 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
500 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
501 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
502 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
503
504 2003-10-02 Jim Blandy <jimb@redhat.com>
505
506 * dwarf2read.c (struct die_info): Doc fix.
507
508 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
509
510 * sh-tdep.c: Running thru gdb_indent.sh.
511
512 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
513
514 * sh-tdep.c (sh_justify_value_in_reg): New function.
515 (sh_stack_allocsize): Ditto.
516 (flt_argreg_array): New array used for floating point argument
517 passing.
518 (sh_init_flt_argreg): New function.
519 (sh_next_flt_argreg): Ditto.
520 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
521 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
522 Fix argument passing strategy.
523 (sh_push_dummy_call_nofpu): Ditto.
524
525 2003-10-01 Andrew Cagney <cagney@redhat.com>
526
527 * value.h (register_value_being_returned): Declare. Replace
528 "value_being_returned".
529 * infcall.c (call_function_by_hand): Use
530 register_value_being_returned.
531 * infcmd.c (print_return_value): Call
532 "register_value_being_returned", handle struct return locally.
533 * values.c (register_value_being_returned): New function. Replace
534 "value_being_returned".
535
536 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
537
538 * linux-proc.c (linux_do_registers): New function.
539 (linux_make_note_section): Use linux_do_registers in case of
540 single threaded inferior programs.
541
542 2003-10-01 Andrew Cagney <cagney@redhat.com>
543
544 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
545 use STRUCT_ADDR. When not using "struct return convention", pass
546 "0" to "value_being_returned". Add FIXMEs.
547 * infcmd.c (print_return_value): Pass an explicit 0/1 to
548 value_being_returned. Add comments.
549 * values.c (value_being_returned): Add fixme.
550 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
551 (hppa_value_returned_from_stack): Add FIXME.
552
553 2003-09-30 David Carlton <carlton@kealia.com>
554
555 * dwarf2read.c (struct die_info): Add 'parent' field; replace
556 'has_children' and 'next' by 'child' and 'sibling'.
557 (read_comp_unit): Rework algorithm, breaking body into
558 read_die_and_children and read_die_and_siblings.
559 (read_die_and_children, read_die_and_siblings): New.
560 (read_full_die): Add 'has_children' argument; set it instead of
561 the die's 'has_children' field. Minor formatting cleanup.
562 (free_die_list): Use die->child and die->sibling instead of
563 die->next.
564 (dump_die_list): Ditto.
565 (sibling_die): Use die->sibling.
566 (psymtab_to_symtab_1): Use die's 'child' field in place of its
567 'has_children' and 'next' fields.
568 (process_die, read_file_scope, read_func_scope)
569 (read_lexical_block_scope, read_structure_scope)
570 (read_enumeration, read_array_type, read_common_block)
571 (read_namespace, read_subroutine_type, dump_die): Ditto.
572
573 2003-09-30 Andrew Cagney <cagney@redhat.com>
574
575 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
576 to 224, not 220.
577
578 2003-09-30 Andrew Cagney <cagney@redhat.com>
579
580 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
581 REGISTER_VIRTUAL_SIZE.
582 * gdbarch.h, gdbarch.c: Regenerate.
583 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
584 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
585 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
586
587 2003-09-29 Andrew Cagney <cagney@redhat.com>
588
589 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
590 DEPRECATED_REGISTER_VIRTUAL_TYPE.
591 * gdbarch.h, gdbarch.c: Regenerate.
592 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
593 * sh64-tdep.c, sparc-tdep.c: Update.
594
595 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
596 * remote-vxmips.c (vx_read_register): Ditto.
597 * remote-vx68.c (vx_read_register): Ditto.
598 * gnu-nat.c (inf_validate_procs): Ditto.
599
600 2003-09-29 J. Brobecker <brobecker@gnat.com>
601
602 * infcall.c (call_function_by_hand): Fix build failure
603 introduced in the previous change to this file.
604
605 2003-09-29 Andrew Cagney <cagney@redhat.com>
606
607 * NEWS: Mention Objective-C.
608
609 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
610
611 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
612 test if the register has been saved on the stack.
613 (arm_scan_prologue_cache): When analysing the instruction
614 "str lr, [sp, #-4]", save the address where lr has been stored.
615
616 2003-09-28 Andrew Cagney <cagney@redhat.com>
617
618 * frame.c (frame_read_unsigned_register): Delete function.
619 * frame.h (frame_read_unsigned_register): Delete declaration.
620 * sparc-tdep.c (sparc_init_extra_frame_info): Use
621 get_frame_register_unsigned.
622 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
623 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
624 * d10v-tdep.c (d10v_print_registers_info): Ditto.
625
626 * frame.h (frame_read_register): Delete declaration.
627 * frame.c (frame_read_register): Delete function.
628 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
629 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
630 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
631 * mips-tdep.c (mips_register_to_value): Ditto.
632 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
633 * d10v-tdep.c (d10v_print_registers_info): Ditto.
634
635 * frame.c (frame_read_signed_register): Delete function.
636 (frame_read_unsigned_register): Update comments.
637 * frame.h (frame_read_signed_register): Delete declaration.
638 * h8300-tdep.c (h8300_print_register): Use
639 get_frame_register_signed.
640 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
641
642 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
643 Rename VALUE_RETURNED_FROM_STACK.
644 * infcmd.c (print_return_value): Update.
645 * infcall.c (call_function_by_hand): Update.
646
647 2003-09-28 Mark Kettenis <kettenis@gnu.org>
648
649 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
650 regcache argument and reverse the order of the other two
651 arguments. Remove local regcache variable. Determine
652 architecture from REGCACHE. Update comments.
653 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
654 reverse the order of the other two arguments. Remove local
655 regcache variable. Determine architecture from REGCACHE. Update
656 comments.
657 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
658 prototypes. Update comments.
659 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
660 comment.
661 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
662 Update.
663 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
664 * i386-interix-nat.c (supply_fpregset): Update.
665 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
666 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
667 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
668 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
669 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
670 Update.
671 * i386obsd-tdep.c (fetch_core_registers): Update.
672 * i386v4-nat.c (supply_fpregset): Update.
673 * x86-64-linux-nat.c (supply_fpregset): Update.
674 * x86-64-linux-tdep.c (fetch_core_registers): Update.
675
676 2003-09-27 Mark Kettenis <kettenis@gnu.org>
677
678 * i386-tdep.h: Put opaque declarations in alphabetical
679 order. Remove spurious whitespace.
680 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
681 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
682 * i386-tdep.c (MM0_REGNUM): Remove define.
683 (i386_mmx_regnum_p): Add gdbarch argument.
684 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
685 Rewrite using new macro definitions for FPU/SSE registers.
686 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
687 definitions from i387-tdep.h.
688 (i386_register_name): Update.
689 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
690 new macro definitions for FPU/SSE registers.
691 (i386_extract_return_value): Determine whether floating-point
692 registers are present by examining REGCACHE's architecture.
693 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
694 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
695 FPU/SSE registers.
696 (i386_register_type): Update.
697 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
698 definitions for FPU registers. Use REGCACHE's architecture to
699 determine the appropriate register numbers.
700 (i386_pseudo_register_read, i386_pseudo_register_write,
701 i386_register_reggroup_p): Update.
702 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
703 TDEP->mm0_regnum.
704 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
705 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
706 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
707 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
708 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
709 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
710 *' to `void *'.
711 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
712 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
713 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
714 definitions for FPU/SSE registers.
715 (FXSAVE_MXCSR_ADDR): New define.
716 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
717 TDEP->mm0_regnum.
718 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
719 (I387_ST0_REGNUM): Define.
720
721 * regcache.h (get_regcache_arch): New prototype.
722 * regcache.c (get_regcache_arch): New function.
723
724 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
725 whitespace.
726
727 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
728 Initialize using ARRAY_SIZE.
729
730 2003-09-27 Andrew Cagney <cagney@redhat.com>
731
732 * arch-utils.c (deprecated_init_frame_pc_default): Rename
733 "init_frame_pc_default".
734 * arch-utils.h (deprecated_init_frame_pc_default): Update.
735 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
736 * vax-tdep.c (vax_gdbarch_init): Update.
737 * v850-tdep.c (v850_gdbarch_init): Update.
738 * sh64-tdep.c (sh64_gdbarch_init): Update.
739 * s390-tdep.c (s390_gdbarch_init): Update.
740 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
741 * mcore-tdep.c (mcore_gdbarch_init): Update.
742 * h8300-tdep.c (h8300_gdbarch_init): Update.
743 * cris-tdep.c (cris_gdbarch_init): Update.
744 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
745
746 2003-09-26 Mark Kettenis <kettenis@gnu.org>
747
748 * regset.h: New file.
749 * Makefile.in (regset_h): Add.
750
751 2003-09-25 Andrew Cagney <cagney@redhat.com>
752
753 * frame.h (deprecated_frame_saved_regs): Rename
754 get_frame_saved_regs.
755 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
756 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
757 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
758 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
759 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
760
761 2003-09-25 Andrew Cagney <cagney@redhat.com>
762
763 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
764 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
765 and Java.
766 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
767 arm*-*-* do not use the new frame code.
768
769 2003-09-25 David Carlton <carlton@kealia.com>
770
771 * c-exp.y: Remove 'register' declarations.
772 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
773
774 2003-09-25 David Carlton <carlton@kealia.com>
775
776 * c-exp.y: Include cp-support.h. Add qualified_type.
777 (yylex): Delete nested type hack; add comments.
778 * cp-namespace.c (cp_lookup_nested_type): New function.
779 * cp-support.h: Declare cp_lookup_nested_type.
780 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
781 instead of value_struct_elt_for_reference.
782 * valops.c: Include cp-support.h.
783 (value_aggregate_elt): New function.
784 (value_namespace_elt): Ditto.
785 (value_struct_elt_for_reference): Make static.
786 * value.h: Delete declaration of value_struct_elt_for_reference;
787 add declaration for value_aggregate_elt.
788 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
789 (valops.o): Ditto.
790
791 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
792
793 * stack.c: Include "reggroups.h".
794 (frame_info): Only display registers in all_reggroup.
795 * Makefile.in (stack.o): Update dependencies.
796
797 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
798
799 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
800 "add ip, sp #n" in the prologue.
801 (arm_scan_prologue): Ditto.
802
803 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
804
805 * MAINTAINERS (write after approval): Add myself.
806
807 2003-09-25 Andreas Schwab <schwab@suse.de>
808
809 * m68k-tdep.c: Include "dwarf2-frame.h".
810 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
811 * Makefile.in (m68k-tdep.o): Update dependencies.
812
813 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
814
815 * sh-tdep.c (struct frame_extra_info): Remove.
816 (struct sh_frame_cache): New structure.
817 (GET_SOURCE_REG): New macro extracting source register of an opcode.
818 (GET_TARGET_REG): Ditto but target register.
819 (GET_PUSHED_REG): Remove.
820 (IS_MOV_ARG_TO_REG): New macro.
821 (IS_MOV_ARG_TO_IND_R14): New macro.
822 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
823 (IS_MOVW_PCREL_TO_REG): New macro.
824 (IS_MOVL_PCREL_TO_REG): New macro.
825 (IS_SUB_REG_FROM_SP): New macro.
826 (IS_ARG_MOV): Remove.
827 (IS_MOV_TO_R14): Remove.
828 (IS_RESTORE_FP): New macro.
829 (IS_RTS): New macro.
830 (IS_LDS): New macro.
831 (IS_MOV_FP_SP): New macro.
832 (IS_ADD_REG_TO_FP): New macro.
833 (IS_ADD_IMM_FP): New macro.
834 (sh_skip_prologue_hard_way): Remove.
835 (sh_saved_pc_after_call): Remove.
836 (sh_frame_chain): Remove.
837 (sh_find_callers_reg): Remove.
838 (sh_nofp_frame_init_saved_regs): Remove.
839 (sh_fp_frame_init_saved_regs): Remove.
840 (sh_init_extra_frame_info): Remove.
841 (sh_analyze_prologue): New function.
842 (sh_skip_prologue): Remove deprecated code. Rely on new function
843 sh_analyze_prologue when after_prologue fails.
844 (sh_frame_saved_pc): Remove.
845 (sh_alloc_frame_cache): New function.
846 (sh_frame_cache): Ditto.
847 (sh_frame_prev_register): Ditto.
848 (sh_frame_this_id): Ditto.
849 (sh_frame_unwind): New structure defining the heuristic frame
850 sniffer interface.
851 (sh_frame_sniffer): New function.
852 (sh_unwind_sp): Ditto.
853 (sh_unwind_pc): Ditto.
854 (sh_unwind_dummy_id): Ditto.
855 (sh_frame_base_address): Ditto.
856 (sh_frame_base): New structure defining new frame base code.
857 (sh_in_function_epilogue_p): New function.
858 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
859 code and to call all new code instead. Initialize dwarf2 and
860 heuristic frame sniffer.
861
862 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
863
864 * parser-defs.h (struct exp_descriptor): New definition, containing
865 language-specific info for printing, prefixifying, dumping, and
866 evaluating expressions.
867 (exp_descriptor_standard): Declare new variable.
868 (print_subexp): Make global and declare here (from expprint.c).
869 (dump_subexp): Ditto.
870 (dump_subexp_body_standard): Declare.
871 (operator_length_standard): Declare.
872 (op_name_standard): Declare.
873 (print_subexp): Declare.
874 (print_subexp_standard): Declare.
875
876 * language.h (struct language_defn): Add la_exp_desc field to hold
877 pointer to table for language-specific operators.
878 Remove evaluate_exp field, which is now in struct exp_descriptor.
879
880 * parse.c (operator_length): Move most code to new
881 operator_length_standard function. Use language-specific information.
882 (operator_length_standard): New function taking most code from
883 operator_length.
884 (exp_descriptor_standard): New constant.
885
886 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
887 and OP_EXTENDED_LAST.
888
889 * expprint.c (print_subexp): Use language-specific print_subexp.
890 Make global; remove static declaration.
891 Move most code to print_subexp_standard.
892 (print_subexp_standard): New function, containing code formerly in
893 print_subexp.
894 (op_name): Add expression to argument signature.
895 Use langauge-specific op_name.
896 Move most code to op_name_standard.
897 (op_name_standard): New function, containing code formerly in op_name.
898 (dump_subexp): Use new version of op_name function.
899 Use language-specific dump_subexp_body, and move most existing code to
900 dump_subexp_body_standard.
901 (dump_raw_expression): Use new op_name interface.
902 (dump_subexp_body): Move most code to dump_subexp_body_standard.
903 (dump_subexp_body_standard): New function, containing code formerly
904 in dump_subexp_body.
905
906 * language.c (unknown_language): Add default la_exp_desc field and
907 remove evaluate_exp field.
908 (auto_language): Ditto.
909 (local_language): Ditto.
910 * f-lang.c (f_language_defn): Ditto.
911 * c-lang.c (c_language_defn): Ditto.
912 (cplus_language_defn): Ditto.
913 (asm_language_defn): Ditto.
914 (minimal_language_defn): Ditto.
915 * p-lang.c (pascal_language_defn): Ditto.
916 * m2-lang.c (m2_language_defn): Ditto.
917 * objc-lang.c (objc_language_defn): Ditto.
918
919 * jv-lang.c (exp_descriptor_java): New variable, containing
920 Java-specific expression evaluator.
921 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
922 field.
923 * scm-lang.c (exp_descriptor_scm): New variable, containing
924 Scheme-specific expression evaluator.
925 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
926 field.
927 * objc-lang.c (print_object_command): Take evaluate_exp from the
928 la_exp_desc field.
929
930 * Makefile.in (eval.o): Add dependency on parser-defs.h.
931
932 * eval.c: Include parser-defs.h for the full declaration of
933 la_exp_desc's type.
934 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
935
936 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
937
938 * parser-defs.h (operator_length): Declare.
939
940 * parse.c (length_of_subexp): Use operator_length to get operator
941 lengths and arities for operators.
942 Move most code to new operator_length function.
943 (operator_length): New function absorbing most code from
944 length_of_subexp.
945 (prefixify_subexp): Remove large case and use operator_length instead.
946 (parse_exp_1): Use renamings:
947 dump_prefix_expression => dump_raw_expression and
948 dump_postfix_expression => dump_prefix_expression.
949
950 * expression.h (dump_prefix_expression): Rename to ...
951 (dump_raw_expression): New name.
952 (dump_postfix_expression): Rename to ...
953 (dump_prefix_expression): New name.
954
955 * expprint.c (dump_subexp): Make global. Add comment.
956 Move most existing code to dump_subexp_body.
957 (dump_subexp_body): New function.
958 (dump_prefix_expression): Rename to dump_raw_expression.
959 Remove attempt to print the expression via print_expression: it can't
960 work before the expression is prefixified.
961 (dump_raw_expression): Renamed from dump_prefix_expression.
962 (dump_postfix_expression): Rename to dump_prefix_expression, since
963 that's what it does.
964 Remove 'note' parameter, since this routine must be used on
965 prefixified expression.
966 (dump_prefix_expression): Renamed from dump_postfix_expression.
967
968 2003-09-22 Jim Blandy <jimb@redhat.com>
969
970 * dwarf2read.c (read_array_type): When building the type for an
971 array of unspecified length, make sure to choose the upper bound
972 so that the array's total length comes out to be zero --- that's
973 how we represent such arrays.
974
975 2003-09-22 Michael Chastain <mec@shout.net>
976
977 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
978
979 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
980
981 * top.c (quit_force): Fix indirect call to quit_target so
982 a struct qt_args pointer is passed.
983
984 2003-09-22 Andrew Cagney <cagney@redhat.com>
985
986 * arch-utils.h (init_frame_pc_noop): Delete declaration.
987 * arch-utils.c (init_frame_pc_noop): Delete function.
988 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
989 "init_frame_pc".
990 * mips-tdep.c (mips_gdbarch_init): Ditto.
991 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
992 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
993 declaration.
994 (DEPRECATED_INIT_FRAME_PC): Delete macro.
995 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
996 declaration.
997 (DEPRECATED_INIT_FRAME_PC): Delete macro.
998
999 2003-09-22 Anthony Green <green@redhat.com>
1000
1001 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1002 declaration.
1003
1004 2003-09-20 Andrew Cagney <cagney@redhat.com>
1005
1006 * breakpoint.c: Eliminate ARGSUSED.
1007 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1008 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1009 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1010 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1011 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1012 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1013 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1014 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1015 * wince.c, remote-vx.c: Ditto.
1016
1017 * cli/cli-script.c: Remove "register" attributes.
1018 * config/pa/tm-hppa.h: Ditto.
1019 * cli/cli-decode.c: Ditto.
1020 * cli/cli-cmds.c: Ditto.
1021
1022 2003-09-19 Andrew Cagney <cagney@redhat.com>
1023
1024 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1025 DEPRECATED_NPC_REGNUM.
1026 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1027
1028 2003-09-19 Christopher Faylor <cgf@redhat.com>
1029
1030 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1031
1032 2003-09-19 Jim Blandy <jimb@redhat.com>
1033
1034 * macrotab.c (macro_include): Use the correct comparison to find
1035 the appropriate place for this inclusion in the list.
1036
1037 2003-09-19 Andrew Cagney <cagney@redhat.com>
1038
1039 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1040 (DEPRECATED_HPUX_TEXT_END): Define.
1041 (deprecated_hpux_text_end): Declare.
1042 (struct target_ops): Declare opaque.
1043 * hppah-nat.c (text_end): Make static.
1044 (deprecated_hpux_text_end): New function.
1045 * exec.c (text_end): Delete global variable.
1046 (NEED_TEXT_START_END): Do not define.
1047 (exec_file_attach): Replace code computing "text_end" code with
1048 call to DEPRECATED_HPUX_TEXT_END.
1049
1050 2003-09-19 Andrew Cagney <cagney@redhat.com>
1051
1052 * utils.c (align_up, align_down): New functions.
1053 * defs.h (align_up, align_down): Declare.
1054 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1055 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1056 and "align_down".
1057 (round_up, round_down): Delete functions.
1058 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1059 "align_down".
1060 (ROUND_DOWN, ROUND_UP): Delete macros.
1061 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1062 * h8300-tdep.c: Replace "round_up" and "round_down" with
1063 "align_up" and "align_down".
1064 (round_up, round_down): Delete macros.
1065 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1066 "align_down".
1067 (ROUND_UP, ROUND_DOWN): Delete macros.
1068
1069 2003-09-18 J. Brobecker <brobecker@gnat.com>
1070
1071 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1072 hard-coded constant. Use the proper machine name instead.
1073
1074 2003-09-17 Andrew Cagney <cagney@redhat.com>
1075
1076 * sparc-tdep.c (legacy_register_name): Delete function.
1077 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1078 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1079 * infcmd.c (gdb_register_name): Delete variable.
1080 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1081 REGISTER_NAME and "tm.h".
1082 * gdbarch.h, gdbarch.c: Regenerate.
1083 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1084 REGISTER_NAMES in comments.
1085 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1086 * m68klinux-nat.c (regmap): Ditto.
1087
1088 2003-09-17 Jim Blandy <jimb@redhat.com>
1089
1090 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1091
1092 2003-09-17 Andrew Cagney <cagney@redhat.com>
1093
1094 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1095 (ppcnbsd_init_abi): Set "use_struct_convention" to
1096 "ppcnbsd_use_struct_convention".
1097
1098 2003-09-17 Mark Kettenis <kettenis@gnu.org>
1099
1100 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1101 * gdbarch.h, gdbarch.c: Regenerate.
1102 (stabs_argument_has_addr): New architecture method.
1103 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1104 * arch-utils.c: Include "buildsym.h".
1105 (default_stabs_argument_has_addr): New function.
1106 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1107 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1108
1109 2003-09-17 Andrew Cagney <cagney@redhat.com>
1110
1111 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1112 * gdbarch.h, gdbarch.c: Regenerate.
1113 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1114 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1115 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1116 * sparcnbsd-tdep.c: Update.
1117
1118 2003-09-17 Andrew Cagney <cagney@redhat.com>
1119
1120 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1121 * gdbarch.h, gdbarch.c: Regenerate.
1122 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1123 * d10v-tdep.c, frame.c: Update.
1124 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1125 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1126 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1127 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1128 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1129 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1130 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1131 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1132 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1133 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1134 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1135 * config/pa/nm-hppah.h: Update.
1136
1137 2003-09-16 Andrew Cagney <cagney@redhat.com>
1138
1139 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1140 "use_struct_convention" to "ppc_linux_use_struct_convention".
1141 (ppc_linux_use_struct_convention): New function.
1142 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1143 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1144 "rs6000_use_struct_convention".
1145 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1146 declaration.
1147 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1148 Delete function.
1149
1150 2003-09-16 Andrew Cagney <cagney@redhat.com>
1151
1152 * buildsym.c: Remove more occurances of "register".
1153 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1154 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1155 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1156 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1157 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1158 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1159 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1160 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1161
1162 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1163
1164 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1165 numbers to enumeration values.
1166 * sh-tdep.c: Accomodate above change.
1167 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1168 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1169 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1170 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1171 (IS_FPUSH): Rename from IS_FMOV.
1172 (sh_extract_struct_value_address): Remove useless comment.
1173 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1174 instead of own local values.
1175 (sh_dump_tdep): Remove.
1176 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1177 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1178
1179 2003-09-15 Andrew Cagney <cagney@redhat.com>
1180
1181 * doublest.c (convert_floatformat_to_doublest): No longer need to
1182 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1183
1184 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1185
1186 * values.c (unpack_double): Call floatformat_is_valid.
1187
1188 2003-09-15 Mark Kettenis <kettenis@gnu.org>
1189
1190 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1191 ps_strings into a long.
1192
1193 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1194 _initialize_am64fbsd_nat.
1195
1196 2003-09-15 Kevin Buettner <kevinb@redhat.com>
1197
1198 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1199 associated with DW_AT_ranges attribute is out of bounds.
1200
1201 2003-09-15 David Lecomber <dsl@sources.redhat.com>
1202
1203 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1204
1205 2003-09-14 Michael Chastain <mec@shout.net>
1206
1207 * config/m68k/nm-apollo68v.h: Delete.
1208 * config/m68k/xm-apollo68v.h: Delete.
1209
1210 2003-09-14 Andrew Cagney <cagney@redhat.com>
1211
1212 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1213 * dcache.c: Update copyrights and descriptions.
1214 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1215
1216 2003-09-14 Andrew Cagney <cagney@redhat.com>
1217
1218 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1219 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1220
1221 2003-09-14 Andrew Cagney <cagney@redhat.com>
1222
1223 * alpha-nat.c: Remove some occurances of "register".
1224 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1225 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1226 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1227 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1228 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1229 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1230 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1231 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1232 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1233 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1234 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1235 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1236 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1237 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1238 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1239 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1240 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1241 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1242 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1243 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1244 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1245 * values.c, vax-tdep.c, xcoffread.c: Ditto.
1246
1247 2003-09-13 Andrew Cagney <cagney@redhat.com>
1248
1249 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1250 * ppc-tdep.h (struct regcache): Declare opaque.
1251 * objfiles.h (struct objfile_data): Declare opaque.
1252 * cp-support.h (struct objfile): Declare opaque.
1253 * linux-nat.h (target_waitstatus): Declare opaque.
1254
1255 2003-09-14 Mark Kettenis <kettenis@gnu.org>
1256
1257 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1258 (stabs_argument_has_addr): New architecture method.
1259 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1260 * arch-utils.c: Include "buildsym.h".
1261 (default_stabs_argument_has_addr): New function.
1262 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1263 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1264
1265 * cris-tdep.c (cris_gdbarch_init): Set
1266 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1267 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1268 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1269 * mips-tdep.c (mips_gdbarch_init): Likewise.
1270 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1271 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1272
1273 2003-09-13 Andrew Cagney <cagney@redhat.com>
1274
1275 * values.c (using_struct_return): Delete "function" and "funcaddr"
1276 parameters.
1277 * value.h (using_struct_return): Update declaration.
1278 * infcmd.c (finish_command_continuation): Update.
1279 (finish_command): Update.
1280 * infcall.c (call_function_by_hand): Update.
1281 * eval.c (evaluate_subexp_standard): Update.
1282
1283 2003-09-13 Christopher Faylor <cgf@redhat.com>
1284
1285 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1286 SSE registers since gdb will not operate correctly without this.
1287 Restore include file ordering munged in previous change.
1288 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1289
1290 2003-09-13 Mark Kettenis <kettenis@gnu.org>
1291
1292 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1293 REG_STRUCT_HAS_ADDR.
1294 * gdbarch.c, gdbarch.h: Updated.
1295 * infcall.c (call_function_by_hand): Update.
1296 * stabsread.c (define_symbol): Updated.
1297
1298 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1299
1300 2003-09-12 Christopher Faylor <cgf@redhat.com>
1301
1302 * win32-nat.c: Reorganize so that defines used by target headers are
1303 actually defined by the system headers.
1304 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
1305 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
1306
1307 2003-09-12 Jim Blandy <jimb@redhat.com>
1308
1309 * dbxread.c (read_dbx_symtab): Don't report an internal error if
1310 the file has no .data, .bss, or .rodata sections. Instead wait
1311 until we see a variable alleged to live in one of those sections.
1312
1313 * dbxread.c (read_dbx_symtab): If we have no .data section and no
1314 .bss section, presume that any variables we find live in the
1315 .rodata section.
1316
1317 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
1318 offsets for global and static variables.
1319
1320 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
1321 symbol types are, by definition, in the .data section, so it is
1322 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
1323 If there is no .data section, there should be no N_DATA or N_DATA
1324 | N_EXT symbols.
1325
1326 2003-09-12 Mark Kettenis <kettenis@gnu.org>
1327
1328 * amd64fbsd-tdep.c: Fix sigtramp recognition.
1329 (amd64fbsd_sigcontext_addr): Rewrite.
1330 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
1331 with correct values.
1332 (amd64fbsd_sc_reg_offset): Initialize with correct values.
1333 (amd64fbsd_init_abi): Fix typo.
1334
1335 2003-09-12 Andrew Cagney <cagney@redhat.com>
1336
1337 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
1338 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
1339
1340 2003-09-12 Andrew Cagney <cagney@redhat.com>
1341
1342 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
1343 "entry_file_highpc". Update comments.
1344 * defs.h (deprecated_inside_entry_file): Rename
1345 "inside_entry_file".
1346 * blockframe.c (deprecated_inside_entry_file): Rename
1347 "inside_entry_file".
1348 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
1349 * vax-tdep.c (vax_frame_chain): Update.
1350 * sh64-tdep.c (sh64_frame_chain): Update.
1351 * sh-tdep.c (sh_frame_chain): Update.
1352 * rs6000-tdep.c (rs6000_frame_chain): Update.
1353 * ns32k-tdep.c (ns32k_frame_chain): Update.
1354 * mips-tdep.c (mips_frame_chain): Update.
1355 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
1356 * m32r-tdep.c (m32r_frame_this_id): Update.
1357 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
1358 * frv-tdep.c (frv_frame_this_id): Update.
1359 * d10v-tdep.c (d10v_frame_this_id): Update.
1360 * cris-tdep.c (cris_frame_chain): Update.
1361 * blockframe.c (legacy_frame_chain_valid): Update.
1362 * avr-tdep.c (avr_frame_this_id): Update.
1363 * arm-tdep.c (arm_prologue_this_id): Update.
1364 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
1365 * objfiles.c (objfile_relocate): Update.
1366 * mipsread.c (mipscoff_symfile_read): Update.
1367 (mipscoff_symfile_read): Update.
1368 * mdebugread.c (parse_partial_symbols): Update.
1369 * dwarfread.c (read_file_scope): Update.
1370 * dwarf2read.c (read_file_scope): Update.
1371 * dbxread.c (read_dbx_symtab): Update.
1372 (read_dbx_symtab): Update.
1373 * coffread.c (complete_symtab): Update.
1374
1375 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
1376
1377 * top.c (quit_target): New static helper function.
1378 (quit_force): Moved code to quit_target(). Call quit_target()
1379 via catch_errors() to catch errors during quit.
1380
1381 2003-09-11 David Carlton <carlton@kealia.com>
1382
1383 * buildsym.c (finish_block): Use allocate_block to allocate the
1384 block.
1385 * mdebugread.c (new_block): Add FIXME.
1386
1387 2003-09-11 David Carlton <carlton@kealia.com>
1388
1389 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
1390 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
1391 (recursive_dump_type): Ditto.
1392 * printcmd.c (print_formatted): Ditto.
1393 * typeprint.c (print_type_scalar): Ditto.
1394 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
1395 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
1396 * cp-support.h: Declare cp_check_possible_namespace_symbols,
1397 maint_cplus_cmd_list.
1398 * cp-support.c: Make maint_cplus_cmd_list extern.
1399 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
1400 command.h.
1401 (lookup_symbol_file): Look in possible namespace blocks when
1402 appropriate.
1403 (initialize_namespace_symtab): New.
1404 (get_possible_namespace_block, free_namespace_block)
1405 (check_possible_namespace_symbols)
1406 (check_possible_namespace_symbols_loop)
1407 (check_one_possible_namespace_symbol)
1408 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
1409 (_initialize_cp_namespace): Ditto.
1410 * block.h: Declare allocate_block.
1411 * block.c (allocate_block): New.
1412 * jv-lang.c (get_java_class_symtab): Allocate blocks via
1413 allocate_block.
1414 * symfile.h: Update declaration of add_psymbol_to_list.
1415 * symfile.c (add_psymbol_to_list): Return the partial symbol in
1416 question.
1417 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
1418 scan_partial_symbols_call.
1419 (scan_partial_symbols): Add NAMESPACE argument; update calls to
1420 helper functions.
1421 (add_partial_symbol): If necessary, scan mangled names for names
1422 of namespaces.
1423 (add_partial_namespace): Add NAMESPACE argument; generate partial
1424 symbols associated to namespaces.
1425 (add_partial_enumeration): Add NAMESPACE argument.
1426 (new_symbol): Allow namespace syms.
1427 (read_namespace): Generate namespace syms.
1428 * objfiles.h: Add opaque declaration of struct symtab.
1429 (struct objfile): Add cp_namespace_symtab member.
1430 * objfiles.c (allocate_objfile): Set
1431 objfile->cp_namespace_symtab.
1432 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
1433 dictionary_h, command_h.
1434
1435 2003-09-11 Andrew Cagney <cagney@redhat.com>
1436
1437 * rs6000-tdep.c (rs6000_push_dummy_call): Use
1438 regcache_raw_write_signed to set SP_REGNUM, move the operation to
1439 near the function's end.
1440 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
1441 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
1442 regcache_raw_write_signed to set SP_REGNUM.
1443
1444 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
1445
1446 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
1447 orig_addrs is set up properly.
1448
1449 2003-09-11 Andrew Cagney <cagney@redhat.com>
1450
1451 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
1452 * gdbarch.h, gdbarch.c: Re-generate.
1453 * infcall.c (call_function_by_hand): Update.
1454 * hppa-tdep.c (hppa_push_arguments): Update.
1455 * ada-lang.c (place_on_stack): Update.
1456 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1457 * sparc-tdep.c (sparc_gdbarch_init): Update.
1458 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1459 * hppa-tdep.c (hppa_gdbarch_init): Update.
1460 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
1461 stack_align.
1462
1463 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
1464
1465 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
1466 register do need a frame.
1467
1468 2003-09-11 Andrew Cagney <cagney@redhat.com>
1469
1470 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
1471 buildable since GDB 5.0.
1472 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
1473 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
1474 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
1475 * irix4-nat.c: Delete file.
1476 * config/mips/irix4.mh: Delete file.
1477 * config/mips/irix3.mh: Delete file.
1478 * config/mips/irix3.mt: Delete file.
1479 * config/mips/tm-irix3.h: Delete file.
1480 * config/mips/nm-irix3.h: Delete file.
1481 * config/mips/xm-irix3.h: Delete file.
1482 * config/mips/nm-irix4.h: Delete file.
1483 * config/mips/xm-irix4.h: Delete file.
1484 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
1485
1486 2003-09-10 J. Brobecker <brobecker@gnat.com>
1487
1488 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
1489 * Makefile.in (hppa-tdep.o): Update dependencies.
1490
1491 2003-09-10 James E Wilson <wilson@specifixinc.com>
1492
1493 * MAINTAINERS: Change my e-mail address. Move to paper trail
1494 section.
1495
1496 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1497
1498 * MAINTAINERS (frv): New ISA entry.
1499
1500 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1501
1502 * frv-tdep.c (dis-asm.h): Include.
1503 * Makefile.in (frv-tdep.o): Update dependencies.
1504
1505 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
1506
1507 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
1508 Fix typo for high range of floating registers.
1509
1510 2003-09-09 David Carlton <carlton@kealia.com>
1511
1512 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
1513 highpc initialization here out of scan_partial_symbols.
1514 (scan_partial_symbols): Restructure into a recursive version,
1515 calling add_partial_namespace and add_partial_enumeration when
1516 appropriate.
1517 (add_partial_namespace): New.
1518 (add_partial_enumeration, locate_pdi_sibling): Ditto.
1519
1520 2003-09-09 Andrew Cagney <cagney@redhat.com>
1521
1522 * rs6000-tdep.c (ppc_push_return_address): Delete function.
1523 (rs6000_push_dummy_call): Set LR to BP_ADDR.
1524 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
1525 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1526
1527 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
1528 (rs6000_push_dummy_call): Set the "TOC" register.
1529
1530 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
1531 methods "max_register_raw_size", "max_register_virtual_size" or
1532 "register_virtual_size".
1533
1534 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
1535
1536 * MAINTAINERS: Update my e-mail address.
1537
1538 2003-09-09 Andrew Cagney <cagney@redhat.com>
1539
1540 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
1541 (rs6000_push_dummy_call): Store the struct return address.
1542 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1543
1544 2003-09-09 Andrew Cagney <cagney@redhat.com>
1545
1546 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
1547 "ppc_sysv_abi_push_arguments".
1548 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
1549 "ppc_sysv_abi_push_arguments".
1550 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
1551 instead of "push_arguments".
1552 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
1553
1554 2003-09-09 Andrew Cagney <cagney@redhat.com>
1555
1556 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
1557 instead of CALL_DUMMY_ADDRESS.
1558
1559 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
1560
1561 * p-lang.c: Eliminate "register".
1562 * c-lang.c: Ditto.
1563 * expprint.c: Ditto.
1564 * f-lang.c: Ditto.
1565 * jv-lang.c: Ditto.
1566 * language.c: Ditto.
1567 * m2-lang.c: Ditto.
1568 * parse.c: Ditto.
1569 * scm-lang.c: Ditto.
1570 * objc-lang.c: Ditto.
1571
1572 2003-09-09 Nick Clifton <nickc@redhat.com>
1573
1574 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
1575
1576 2003-09-04 Andrew Cagney <cagney@redhat.com>
1577
1578 * avr-tdep.c: Include "dis-asm.h".
1579 * cris-tdep.c: Include "dis-asm.h".
1580 (cris_delayed_get_disassembler): Use "struct disassemble_info"
1581 instead of corresponding typedef.
1582 * h8300-tdep.c: Include "dis-asm.h".
1583 * ia64-tdep.c: Include "dis-asm.h".
1584 * i386-tdep.c: Include "dis-asm.h".
1585 (i386_print_insn): Use "struct disassemble_info" instead of
1586 corresponding typedef.
1587 * m68k-tdep.c: Include "dis-asm.h".
1588 * mcore-tdep.c: Include "dis-asm.h".
1589 * mips-tdep.c: Include "dis-asm.h".
1590 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
1591 instead of corresponding typedef.
1592 * ns32k-tdep.c: Include "dis-asm.h".
1593 * s390-tdep.c: Include "dis-asm.h".
1594 * sparc-tdep.c: Include "dis-asm.h".
1595 * vax-tdep.c: Include "dis-asm.h".
1596 * v850-tdep.c: Include "dis-asm.h".
1597 * mn10300-tdep.c: Include "dis-asm.h".
1598 * rs6000-tdep.c: Include "dis-asm.h".
1599 * xstormy16-tdep.c: Include "dis-asm.h".
1600 (_initialize_xstormy16_tdep): Delete "extern" declaration of
1601 print_insn_xstormy16.
1602 * Makefile.in (v850-tdep.o): Update dependencies.
1603 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
1604 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
1605 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
1606 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
1607 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
1608 (gdbarch_h): Remove $(dis_asm_h).
1609 * disasm.c: Include "dis-asm.h".
1610 (dis_asm_read_memory): Use "struct disassemble_info" instead of
1611 corresponding typedef.
1612 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
1613 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
1614 * gdbarch.sh: Do not include "dis-asm.h".
1615 (struct disassemble_info): Declare opaque.
1616 (TARGET_PRINT_INSN): Update declaration.
1617 * gdbarch.h, gdbarch.c: Re-generate.
1618
1619 2003-09-08 Andrew Cagney <cagney@redhat.com>
1620
1621 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
1622 CALL_DUMMY_ADDRESS, change to a predicate.
1623 * gdbarch.h, gdbarch.c: Re-generate.
1624 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
1625 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
1626 * infcall.c (call_function_by_hand): Ditto.
1627 * sparc-tdep.c (sparc_push_return_address): Ditto.
1628 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
1629 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
1630 CALL_DUMMY_ADDRESS with entry_point_address.
1631 * v850-tdep.c (v850_push_return_address): Ditto.
1632 * s390-tdep.c (s390_push_return_address): Ditto.
1633 * rs6000-tdep.c (ppc_push_return_address): Ditto.
1634 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
1635 * mcore-tdep.c (mcore_push_return_address): Ditto.
1636 * cris-tdep.c (cris_push_return_address): Ditto.
1637 * arm-tdep.c (arm_push_return_address): Ditto.
1638
1639 2003-09-08 Andrew Cagney <cagney@redhat.com>
1640
1641 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
1642 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
1643 and REG_UNMODIFIED to REG_SAME_VALUE.
1644 (execute_cfa_program): Update.
1645 (dwarf2_frame_cache): Update. Initialize table to
1646 REG_UNSPECIFIED, complain if CFI fails to specify a register's
1647 location.
1648 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
1649
1650 2003-09-08 Andrew Cagney <cagney@redhat.com>
1651
1652 * gnu-nat.c: Remove "inline" function attribute.
1653 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
1654
1655 2003-09-08 Kevin Buettner <kevinb@redhat.com>
1656
1657 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
1658 target.
1659
1660 2003-09-08 Kevin Buettner <kevinb@redhat.com>
1661
1662 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
1663 (frame_extra_info): Rename this struct to frv_unwind_cache.
1664 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
1665 Add fields ``prev_sp'' and ``base''.
1666 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
1667 (frv_saved_pc_after_call, frv_init_extra_frame_info)
1668 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
1669 Delete.
1670 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
1671 Revise all callers. Fill in the unwind cache argument and make
1672 other adjustments to account for new frame mechanisms.
1673 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
1674 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
1675 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
1676 (frv_frame_unwind, frv_frame_base): New structs.
1677 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
1678 additional arguments expected by this method and adjust function
1679 body accordingly.
1680 (frv_gdbarch_init): Remove calls to the following functions:
1681 set_gdbarch_deprecated_init_frame_pc(),
1682 set_gdbarch_deprecated_saved_pc_after_call(),
1683 set_gdbarch_deprecated_frame_chain(),
1684 set_gdbarch_deprecated_frame_saved_pc(),
1685 set_gdbarch_deprecated_frame_init_saved_regs(),
1686 set_gdbarch_deprecated_push_arguments(),
1687 set_gdbarch_deprecated_push_return_address(),
1688 set_gdbarch_deprecated_pop_frame(),
1689 set_gdbarch_deprecated_call_dummy_words(),
1690 set_gdbarch_deprecated_sizeof_call_dummy_words(),
1691 set_gdbarch_deprecated_init_extra_frame_info(),
1692 set_gdbarch_deprecated_dummy_write_sp(), and
1693 set_gdbarch_deprecated_pc_in_call_dummy().
1694 Add calls to the following functions:
1695 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
1696 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
1697 frame_base_set_default().
1698 * Makefile.in (frv-tdep.o): Update dependencies.
1699
1700 2003-09-09 Mark Kettenis <kettenis@gnu.org>
1701
1702 * dwarf2-frame.c (read_encoded_value): Add support for
1703 DW_EH_PE_aligned encoding.
1704
1705 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
1706
1707 * infrun.c (normal_stop): Don't print a message if the inferior
1708 has exited.
1709
1710 2003-09-08 Jim Blandy <jimb@redhat.com>
1711
1712 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
1713 * dbxread.c: #include "gdb_assert.h".
1714 (read_dbx_symtab): If the objfile has no .data section, use the
1715 section index for the .bss section instead.
1716
1717 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
1718
1719 * frame.c (deprecated_safe_get_selected_frame): New function.
1720 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
1721 * findvar.c (read_var_value): Call it.
1722
1723 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
1724
1725 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
1726 (sh64-tdep.o): Add dependencies.
1727 * configure.tgt: Add FIXME to sh-*-linux*.
1728 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
1729 (sh_gdbarch_init): Always set correct sh_show_regs function
1730 pointer. Call sh64_gdbarch_init() if machine type is sh5.
1731 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
1732 * sh64-tdep.c: New file, containing all sh64 related code from
1733 sh-tdep.c.
1734 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
1735 * config/sh/linux.mt (TDEPFILES): Ditto.
1736 * config/sh/nbsd.mt (TDEPFILES): Ditto.
1737 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
1738 * config/sh/wince.mt (TDEPFILES): Ditto.
1739
1740 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
1741
1742 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
1743 (stop_wait_callback): Handle !lp->signalled also.
1744 (lin_lwp_has_pending, flush_callback): New functions.
1745 (lin_lwp_wait): Call flush_callback.
1746 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
1747 (linux_proc_pending_signals): New function.
1748 * linux-nat.h (linux_proc_pending_signals): Add prototype.
1749
1750 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
1751
1752 From Nick Kelsey <nickk@ubicom.com>:
1753 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
1754 when the stop PC is at the beginning of a function also.
1755
1756 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
1757
1758 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
1759 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
1760
1761 2003-09-06 Mark Kettenis <kettenis@gnu.org>
1762
1763 * sol-thread.c: Include "gdb_string.h".
1764
1765 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
1766
1767 * gcore.c: Reorder include files in alphabetical order. Include
1768 "gdb_assert.h". Various coding style fixes.
1769 (derive_stack_segment, derive_heap_segment): Replace check for
1770 non-null BOTTOM and TOP with gdb_assert.
1771 (derive_heap_segment): Replace check for successful creation of
1772 ZERO with gdb_assert.
1773 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
1774
1775 2003-09-04 Andrew Cagney <cagney@redhat.com>
1776
1777 * thread-db.c (verbose_dlsym): New function.
1778 (thread_db_load): Use verbose_dlsym
1779 (thread_db_new_objfile): Print that libthread_db was loaded, and
1780 that thread debugging was enabled.
1781
1782 2003-09-04 Andrew Cagney <cagney@redhat.com>
1783
1784 * configure.tgt: Add "mips64*-*-*" target. Delete
1785 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
1786 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
1787 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
1788 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
1789 mips*-sony-*, and mips64*-*-elf* targets.
1790 * config/mips/embedl.mt: Delete file.
1791 * config/mips/embedl64.mt: Delete file.
1792 * config/mips/mips.mt: Delete file.
1793 * config/mips/mips64.mt: Delete file.
1794 * config/mips/tm-embed.h: Delete file.
1795 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
1796 * config/mips/embed64.mt: Delete out-of-date comment.
1797
1798 2003-09-04 Andrew Cagney <cagney@redhat.com>
1799
1800 * hppa-tdep.c (hppa_gdbarch_init): Set
1801 "have_nonsteppable_watchpoint".
1802 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1803 * mips-tdep.c (mips_dump_tdep): Do not print
1804 HAVE_NONSTEPPABLE_WATCHPOINT.
1805 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
1806 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1807 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1808 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1809
1810 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
1811
1812 * breakpoint.c (watchpoint_check): Remove accidentally checked in
1813 unused code. Add comment.
1814
1815 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
1816
1817 * breakpoint.c (watchpoint_check): Check for pc being in an
1818 epilogue if watchpoint frame couldn't be found.
1819
1820 2003-09-04 Andrew Cagney <cagney@redhat.com>
1821
1822 * Makefile.in: Re-generate all dependencies.
1823
1824 2003-09-03 Andrew Cagney <cagney@redhat.com>
1825
1826 * arch-utils.h (legacy_print_insn): Delete declaration.
1827 * arch-utils.c (legacy_print_insn): Delete function.
1828 * disasm.c (deprecated_tm_print_insn_info): Delete.
1829 (_initialize_disasm): Delete function, contained code initializing
1830 deprecated_tm_print_insn_info.
1831 * gdbarch.sh (deprecated_tm_print_insn): Delete.
1832 (deprecated_tm_print_insn_info): Delete.
1833 (TARGET_PRINT_INSN): Do not provide a default.
1834 * gdbarch.h, gdbarch.c: Re-generate.
1835
1836 2003-09-03 Andrew Cagney <cagney@redhat.com>
1837
1838 * disasm.c (fprintf_disasm): New function.
1839 (gdb_disassemble_info): Call "init_disassemble_info", instead of
1840 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
1841 reverts 2003-08-14 change.
1842 (_initialize_disasm): Call "init_disassemble_info", instead of
1843 INIT_DISASSEMBLE_INFO_NO_ARCH.
1844
1845 2003-09-03 Michael Snyder <msnyder@redhat.com>
1846
1847 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
1848
1849 2003-09-03 Andrew Cagney <cagney@redhat.com>
1850
1851 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
1852 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
1853 * symfile.c (syms_from_objfile): Update.
1854 (reread_symbols): `Update
1855 * exec.c (exec_file_attach): Update.
1856 (exec_file_attach): Update.
1857 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
1858 2003-08-29 change.
1859 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
1860
1861 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1862
1863 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
1864 trad-frame.h.
1865 (arm_get_cache): Delete macro.
1866 (struct arm_prologue_cache): Update comments. Make saved_regs into
1867 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
1868 to prev_sp.
1869 (thumb_scan_prologue): Update for cache changes. Don't call
1870 DEPRECATED_PC_IN_CALL_DUMMY.
1871 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
1872 argument and use it in desperation search for our prologue. Do not
1873 search past the specified PC.
1874 (arm_make_prologue_cache): Simplify.
1875
1876 (arm_prologue_this_id, arm_prologue_prev_register)
1877 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
1878 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
1879 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
1880 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
1881 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
1882
1883 (arm_frame_chain_valid, arm_find_callers_reg)
1884 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
1885 (arm_pop_frame): Delete obsolete methods.
1886 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
1887
1888 (arm_gdbarch_init): Update for new frame methods. Register prologue
1889 and sigtramp unwinders. Set the default frame base method.
1890
1891 * Makefile.in (arm-tdep.o): Update dependencies.
1892 * varobj.c (find_frame_addr_in_frame_chain): Call
1893 get_frame_base_address.
1894 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
1895
1896 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1897
1898 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
1899 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
1900 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
1901 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
1902 Take NEXT_FRAME and CACHE arguments. Call
1903 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
1904 Set unwound_pc in CACHE instead of modifying the frame argument.
1905 Don't bother checking the frame type when looking for sigtramp
1906 frames.
1907 (arm_make_prologue_cache, arm_frame_chain)
1908 (arm_init_extra_frame_info): New functions.
1909
1910 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1911
1912 * arm-tdep.c (arm_get_cache): Define.
1913 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
1914 unwound_sp, unwound_pc, and saved_regs.
1915 (thumb_scan_prologue): Take a cache instead of the frame.
1916 (arm_scan_prologue): Likewise.
1917 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
1918 instead of a temporary frame.
1919 (arm_init_extra_frame_info): Allocate and use a cache.
1920 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
1921
1922 2003-09-03 Andrew Cagney <cagney@redhat.com>
1923
1924 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
1925 * config/mips/wince.mt (TM_CLIBS): Ditto.
1926 * config/sh/wince.mt (TM_CLIBS): Ditto.
1927 * config/pa/hppa64.mt (TM_CLIBS): Delete.
1928 * config/sparc/sp64.mt (CC): Delete.
1929
1930 2003-09-03 Andrew Cagney <cagney@redhat.com>
1931
1932 * defs.h: Do not include "arch-utils.h".
1933 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
1934 GDB_MULTI_ARCH_PURE.
1935 * configure.in (GDB_MULTI_ARCH): Do not define.
1936 * configure, config.in: Regenerate.
1937 * configure.tgt: Do not set variable "gdb_multi_arch".
1938 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
1939 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
1940 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
1941 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
1942 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
1943 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
1944 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
1945 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
1946 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
1947 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
1948 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
1949 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
1950 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
1951 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
1952 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
1953 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
1954 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
1955 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
1956
1957 2003-08-30 Michael Chastain <mec@shout.net>
1958
1959 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
1960 * config/m68k/nm-hp300hpux.h: Delete.
1961 * config/m68k/tm-hp300hpux.h: Delete.
1962 * config/m68k/xm-hp300hpux.h: Delete.
1963 * config/m68k/xm-hp300bsd.h: Delete.
1964 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
1965 tm-hp300hpux.h, xm-hp300hpux.h.
1966 * somsolib.c: Remove comment about hp300 shared libraries.
1967
1968 2003-08-31 Mark Kettenis <kettenis@gnu.org>
1969
1970 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
1971 Only define PTRACE_GET_THREAD_AREA is not already defined.
1972 Various style fixes in code and comments and some additional
1973 spelling fixes in comments. Move after functions dealing with
1974 debug registers.
1975 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
1976 Fix coding-style.
1977
1978 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
1979 frame_unwind_register_unsigned instead of
1980 frame_unwind_unsigned_register.
1981
1982 2003-08-30 Mark Kettenis <kettenis@gnu.org>
1983
1984 * configure.in: Search for gethostbyname in libnsl.
1985 * configure: Regenerated.
1986
1987 2003-08-29 Mark Kettenis <kettenis@gnu.org>
1988
1989 * configure.in: Remove redundant AC_MSG_RESULT in check for
1990 uintptr_t in stdint.h.
1991 * configure: Regenerated.
1992
1993 * amd64-nat.h (struct regcache): Add opaque declaration.
1994
1995 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
1996 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
1997 Change "register array" to "register cache" in comments.
1998 (x86_64_linux_gregset64_reg_offset): New variable.
1999 (GETREGS_SUPPLIES): Remove macro.
2000 (supply_gregset): Call amd64_supply_native_gregset instead of
2001 x86_64_linux_supply_gregset.
2002 (fill_gregset): Rename `regno' to `regnum'. Call
2003 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2004 (store_regs): Rename `regno' to `regnum'.
2005 (store_fpregs): Rename `regno' to `regnum'.
2006 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2007 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2008 Reorganize function a bit.
2009 (store_inferior_registers): Rename `regno' to `regnum'. Use
2010 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2011 Reorganize function a bit.
2012 (_initialize_x86_64_linux_nat): New function.
2013 * config/i386/x86-64linux.mh.
2014
2015 2003-08-29 Andrew Cagney <cagney@redhat.com>
2016
2017 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2018 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2019 (target_remove_watchpoint): Delete macro.
2020 (target_insert_watchpoint): Delete macro.
2021 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2022 (remote_mips_stopped_by_watchpoint): Delete declaration.
2023 (remote_mips_remove_watchpoint): Delete declaration.
2024 (remote_mips_set_watchpoint): Delete declaration.
2025 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2026 * remote-mips.c (_initialize_remote_mips): Set
2027 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2028 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2029 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2030 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2031 (mips_stopped_by_watchpoint): Rename
2032 remote_mips_stopped_by_watchpoint.
2033 (mips_can_hardware_watchpoint): Rename
2034 remote_mips_can_use_hardware_watchpoint, update function
2035 signature.
2036
2037 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2038
2039 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2040 USER_DS. We haven't given them a register number yet.
2041
2042 * amd64-nat.h: New file.
2043 * amd64-nat.c: New file.
2044 * amd64fbsd-nat.c: Include "amd64-nat.h".
2045 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2046 (amd64fbsd32_r_reg_offset): New variable.
2047 (supply_gregset): Simply call amd64_supply_native_gregset.
2048 (fill_gregset): Rename `regno' to `regnum'. Simply call
2049 amd64_collect_native_gregset.
2050 (fill_fpregset): Rename `regno' to `regnum'.
2051 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2052 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2053 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2054 `fpregset_t'. Call amd64_supply_native_gregset instead of
2055 supply_gregset. Call x86_64_supply_fxsave instead of
2056 supply_fpregset.
2057 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2058 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2059 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2060 `fpregset_t'. Call amd64_collect_native_gregset instead of
2061 fill_gregset. Call x86_64_collect_fxsave instead of
2062 fill_fpregset.
2063 (_initialize_am64fbsd_nat): Initialize
2064 amd64_native_gregset32_reg_offset and
2065 amd64_native_gregset64_reg_offset.
2066 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2067
2068 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2069 null pointer. Fix typo in comment.
2070
2071 * regcache.c (supply_register): Reimplement to call
2072 regcache_raw_supply.
2073 (regcache_collect): Reimplement by calling regcache_raw_collect.
2074
2075 2003-08-28 Mark Kettenis <kettenis@gnu.org>
2076
2077 * regcache.c (register_buffer): Consitify first argument.
2078 (regcache_raw_supply, regcache_raw_collect): New
2079 functions.
2080
2081 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2082
2083 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2084 by Nathan J. Williams.
2085
2086 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2087
2088 * lin-lwp.c (wait_lwp): New function, copied from
2089 stop_wait_callback. Clean up.
2090 (stop_wait_callback): Use wait_lwp.
2091
2092 2003-08-28 Andrew Cagney <cagney@redhat.com>
2093
2094 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2095 flavour and disassembler options.
2096 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2097 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2098 deprecated_tm_print_insn_info.
2099
2100 2003-08-27 Andrew Cagney <cagney@redhat.com>
2101
2102 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2103 Use target_read_memory.
2104 (s390_get_frame_info): Update. Do not reference
2105 deprecated_tm_print_insn_info.
2106 (s390_check_function_end, s390_is_sigreturn): Ditto.
2107
2108 2003-08-27 Andrew Cagney <cagney@redhat.com>
2109
2110 * Makefile.in (cris-tdep.o): Update dependencies.
2111 * cris-tdep.c: Include "gdb_assert.h".
2112 (cris_gdbarch_init): Set print_insn.
2113 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2114 (cris_delayed_get_disassembler): Simplify, directly call the
2115 disassembler returned by cris_get_disassembler.
2116 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2117 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2118 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2119 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2120 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2121 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2122 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2123 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2124 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2125 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2126 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2127 (gdb_print_insn_sparc): Delete function.
2128 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2129 deprecated_tm_print_insn_info.
2130 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2131 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2132 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2133 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2134 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2135 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2136 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2137 (s390_gdbarch_init): Set print_insn.
2138
2139 2003-08-27 Andrew Cagney <cagney@redhat.com>
2140
2141 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2142 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2143 * infcall.c (call_function_by_hand): Convert the entry point
2144 address into a code address.
2145
2146 2003-08-27 Andrew Cagney <cagney@redhat.com>
2147
2148 * dsrec.c: Include "gdb_string.h".
2149 * Makefile.in (dsrec.o): Update dependencies.
2150
2151 2003-08-27 Michael Chastain <mec@shout.net>
2152
2153 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2154
2155 2003-08-27 Andrew Cagney <cagney@redhat.com>
2156
2157 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2158 (alpha_osf1_init_abi): Do not set call_dummy_address.
2159
2160 2003-08-27 David Carlton <carlton@kealia.com>
2161
2162 From Randolph Chung <tausq@debian.org>:
2163 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2164 compiles with -Wformat-nonliteral -Werror.
2165
2166 2003-08-26 Jim Blandy <jimb@redhat.com>
2167
2168 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2169 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2170 bfd_lookup_symbol, since we only want symbols in code sections.
2171 (look_for_base): Pass zero as the SECT_FLAGS argument to
2172 bfd_lookup_symbol, since we're not concerned about which section
2173 the symbol is in.
2174
2175 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2176
2177 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2178 we are frameless or the return address register is already known.
2179
2180 2003-08-26 Andrew Cagney <cagney@redhat.com>
2181
2182 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2183 in size. Add comments.
2184
2185 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2186
2187 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2188 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2189
2190 2003-08-26 Jason Merrill <jason@redhat.com>
2191
2192 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2193 case out of #ifdef MIPS block.
2194
2195 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
2196
2197 PR java/1322
2198 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2199 available before calling SECT_OFF_TEXT.
2200 * PROBLEMS: Remove description of java/1322.
2201
2202 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2203
2204 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
2205 bof, and nat0-nat127 as pseudo-registers.
2206 (ia64_frame_cache): New struct used to cache frame info.
2207 (ia64_register_reggroup_p): New routine used to override default
2208 register grouping so registers without names are still saved and
2209 restored.
2210 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
2211 pseudo values.
2212 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2213 (ia64_pseudo_register_write): New routine to write pseudo-registers.
2214 (ia64_alloc_frame_cache): New routine to create a new
2215 ia64_frame_cache.
2216 (examine_prologue): Change prototype to add next_frame pointer.
2217 Assume frameless until otherwise proven. Verify that the cfm for
2218 current frame matches the cfm that should occur for the prologues
2219 alloc insn and if equal, mark as not frameless. At end of routine,
2220 if not frameless, calculate registers for the previous frame and store
2221 in the cache, if a cache is provided.
2222 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2223 and pass 0 for next_frame.
2224 (ia64_store_return_value): Change to use convert_typed_floating()
2225 instead of calling ia64_convert_to_raw().
2226 (ia64_extract_return_value): Change to use convert_typed_floating()
2227 instead of calling ia64_convert_to_virtual().
2228 (ia64_frame_cache): New routine to support new frame model.
2229 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2230 (ia64_frame_sniffer): Ditto.
2231 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2232 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2233 (ia64_sigtramp_frame_prev_register): Ditto.
2234 (ia64_sigtramp_frame_sniffer): Ditto.
2235 (ia64_frame_base_address): Ditto.
2236 (ia64_extract_struct_value_address): Change to issue error message.
2237 (ia64_frame_align): New routine to align sp.
2238 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
2239 (ia64_push_arguments): Removed. Logic moved to
2240 ia64_push_dummy_call().
2241 (ia64_push_return_address): Ditto.
2242 (ia64_unwind_dummy_id): New function.
2243 (ia64_unwind_pc): Ditto.
2244 (ia64_convert_register_p): Ditto.
2245 (ia64_register_to_value): Ditto.
2246 (ia64_value_to_register): Ditto.
2247 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2248 (ia64_register_byte, ia64_register_raw_size): Ditto.
2249 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2250 (ia64_saved_pc_after_call): Ditto.
2251 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2252 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2253 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2254 (ia64_register_convert_to_raw): Ditto.
2255 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2256 (ia64_init_extra_frame_info): Ditto.
2257 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2258 (ia64_gdbarch_init): Remove registering of deprecated functions that
2259 are no longer used. Add registration of new gdbarch functions.
2260 Remove registering deprecated_write_sp. Replace
2261 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2262 Delete set_gdbarch_deprecated_register_convertible(),
2263 set_gdbarch_deprecated_register_convert_to_virtual(), and
2264 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2265 set_gdbarch_deprecated_register_size(),
2266 set_gdbarch_deprecated_register_bytes(),
2267 set_gdbarch_pcregnum(),
2268 set_gdbarch_deprecated_register_byte(),
2269 set_gdbarch_deprecated_register_raw_size(),
2270 set_gdbarch_deprecated_max_register_raw_size(),
2271 set_gdbarch_deprecated_register_virtual_size(),
2272 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2273 Replace set_gdbarch_deprecated_extract_return_value() with
2274 set_gdbarch_extract_return_value(). Remove calls to:
2275 set_gdbarch_deprecated_saved_pc_after_call();
2276 set_gdbarch_deprecated_frame_chain(),
2277 set_gdbarch_deprecated_frame_saved_pc(),
2278 set_gdbarch_deprecated_frame_init_saved_regs(),
2279 set_gdbarch_deprecated_get_saved_register(),
2280 set_gdbarch_deprecated_call_dummy_words(),
2281 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2282 set_gdbarch_deprecated_init_extra_frame_info(),
2283 set_gdbarch_deprecated_frame_args_address(),
2284 set_gdbarch_deprecated_frame_locals_address(),
2285 and set_gdbarch_deprecated_dummy_write_sp().
2286 Add set_gdbarch_convert_register_p(),
2287 set_gdbarch_register_to_value(),
2288 set_gdbarch_value_to_register(),
2289 set_gdbarch_push_dummy_call(),
2290 set_gdbarch_frame_align(),
2291 set_gdbarch_unwind_dummy_id(),
2292 set_gdbarch_unwind_pc(),
2293 frame_unwind_append_sniffer(),
2294 frame_unwind_append_sniffer(),
2295 and frame_base_set_default().
2296
2297 2003-08-25 Chris Demetriou <cgd@broadcom.com>
2298
2299 * configure.tgt: Document need for special "mipsisa64" handling.
2300 (mipsisa64*-*-linux64): Handle as target linux64.
2301 (mipsisa64*-*-*): Handle as target embed64.
2302
2303 2003-08-18 Michael Chastain <mec@shout.net>
2304
2305 * PROBLEMS: Document pr gdb/1322, the Java anonymous
2306 objfile bug.
2307
2308 2003-08-24 Mark Kettenis <kettenis@gnu.org>
2309
2310 * i387-tdep.h: Update copyright date.
2311 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
2312
2313 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
2314 CFLAGS games to reflect reality.
2315
2316 2003-08-24 Andrew Cagney <cagney@redhat.com>
2317
2318 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
2319 GDB_MULTI_ARCH is always non-zero.
2320 * osabi.c (_initialize_gdb_osabi): Ditto.
2321 (gdbarch_init_osabi): Ditto.
2322 * sparc-tdep.c: Ditto for #if code.
2323
2324 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2325
2326 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
2327 Update comments.
2328 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
2329 comments.
2330 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
2331 x86_64_supply_fxsave.
2332 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
2333 x86_64_supply_fxsave.
2334 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
2335 x86_64_supply_fxsave.
2336
2337 2003-08-23 Andreas Jaeger <aj@suse.de>
2338
2339 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
2340 i387_supply_fxsave.
2341
2342 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2343
2344 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
2345 i387_supply_register.
2346 (go32_fetch_registers): Adjust call to i387_supply_fsave.
2347 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
2348 i387_supply_fsave.
2349 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
2350 i387_supply_fxsave.
2351 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
2352 i387_supply_fsave.
2353 * i386bsd-nat.c (supply_fpregset): Adjust call to
2354 i387_supply_fsave.
2355 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
2356 call to i387_supply_fxsave. Call i387_supply_fsave instead of
2357 supply_fpregset.
2358 (store_inferior_registers): Remove extraneous whitespace. Call
2359 i387_fill_fsave instead of fill_fpregset.
2360 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
2361 (supply_fpregset): Likewise.
2362 * i386v4-nat.c (supply_fpregset): Adjust call to
2363 i387_supply_fsave.
2364 * i386-interix-nat.c (supply_fpregset): Adjust call to
2365 i387_supply_fsave.
2366 * i386-linux-nat.c (supply_fpregset): Adjust call to
2367 i387_supply_fsave.
2368 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
2369 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
2370 i387supply_fsave and i387_supply_fxsave.
2371 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
2372 Incorporate code from `i387_supply_register.
2373 (i387_supply_register): Remove.
2374 (i387_supply_fxsave): Add `regnum' argument.
2375 Update comments.
2376 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
2377 prototype.
2378 (i387_supply_register): remove prototype.
2379 Update comments.
2380
2381 2003-08-22 Michael Chastain <mec@shout.net>
2382
2383 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
2384 Add lines for files in gdb/testsuite/gdb.cp/* that are
2385 still not 8.3 unique.
2386
2387 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
2388
2389 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
2390 TYPE_VPTR_FIELDNO is valid.
2391
2392 2003-08-19 Mark Kettenis <kettenis@gnu.org>
2393
2394 * utils.c (set_width_command): Remove prototypes.
2395 (set_screen_size): New prototype.
2396 (init_page_info): Simplify by fetching the screen size from
2397 Readline. Call set_screen_size.
2398 (set_screen_size): New function.
2399 (set_width): Add missing whitespace in comment.
2400 (set_width_command): Call set_screen_size.
2401 (set_height_command): New function.
2402 (initialize_utils): Fix formatting. Make "set height" command
2403 call set_height_command. Remove redundant code that turns off
2404 pagination if output isn't a terminal. Remove redundant call to
2405 set_width_command.
2406
2407 2003-08-22 Mark Kettenis <kettenis@gnu.org>
2408
2409 * sparc64-tdep.h (sparc64_regnum): Fix comment.
2410 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
2411 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
2412 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
2413 `case' keyword.
2414 (sparc64_register_info): Give the reister with number
2415 SPARC64_STATE_REGNUM a name.
2416 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
2417 %asi and %ccr.
2418 (sparc64_push_dummy_call): Take BIAS into account when checking
2419 stcak alignment.
2420 (sparc_software_single_step): Remove assertions that check whether
2421 NPC and NNPC were zero.
2422 (sparc_supply_rwindow): Make public. Merge functionality with
2423 sparc64_supply_rwindow.
2424 (sparc_fill_rwindow): Make public. Merge functionality with
2425 sparc64_fill_rwindow.
2426 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
2427 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
2428 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
2429 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
2430 sparc_supply_rwindow instead of sparc64_supply_rwindow.
2431
2432 * reggroups.c: Add whitespace after declarations of local
2433 variables in functions.
2434
2435 2003-08-21 Michael Chastain <mec@shout.net>
2436
2437 * gdbtypes.h: Change array bound type from an int to enum.
2438
2439 2003-08-21 Andrew Cagney <cagney@redhat.com>
2440
2441 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
2442 * config/sparc/tm-sparc.h: Ditto.
2443 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
2444 unconditionally.
2445 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
2446
2447 2003-07-13 Mark Kettenis <kettenis@gnu.org>
2448
2449 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
2450 (register_objfile_data, set_objfile_data, objfile_data): New
2451 prototypes.
2452 * objfiles.c (objfile_alloc_data, objfile_free_data): New
2453 prototypes.
2454 (allocate_objfile): Call objfile_alloc_data.
2455 (free_objfile): Call objfile_free_data.
2456 (struct objfile_data): New.
2457 (struct objfile_data_registration): New.
2458 (struct objfile_data_registry): New.
2459 (objfile_data_registry): New variable.
2460 (register_objfile_data): New function.
2461 (objfile_alloc_data, objfile_free_data): New functions.
2462 (set_objfile_data, objfile_data): New functions.
2463 * dwarf2-frame.c (dwarf2_frame_data): New variable.
2464 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
2465 (_initialize_dwarf2_frame): New function and prototype.
2466
2467 2003-08-21 Andrew Cagney <cagney@redhat.com>
2468
2469 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
2470 a specific architecture.
2471 * arch-utils.h (set_architecture_from_arch_mach): Delete
2472 declaration.
2473 (target_architecture_hook): Delete declaration.
2474 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
2475 (default_float_format): Assume GDB_MULTI_ARCH.
2476 (default_double_format): Assume GDB_MULTI_ARCH.
2477 (set_endian_from_file): Delete function.
2478 (arch_ok): Delete function.
2479 (set_arch): Delete function.
2480 (set_architecture_from_arch_mach): Delete function.
2481 (set_architecture_from_file): Delete function.
2482 (set_architecture): Assume GDB_MULTI_ARCH.
2483 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
2484
2485 2003-08-21 Mark Kettenis <kettenis@gnu.org>
2486
2487 Rewrite FreeBSD/sparc64 native configuration.
2488 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
2489 * sparc64fbsd-nat.c: New file.
2490 * sparc64fbsd-tdep.c: New file.
2491 * sparc64-tdep.c sparc64-tdep.h: New files.
2492 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
2493 sparc64fbsd-tdep.o): New dependencies.
2494 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
2495 and sparc64fbsd-tdep.c.
2496 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
2497 * config/sparc/fbsd.mh: Remove copyright notice.
2498 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
2499 sparcbsd-nat.o.
2500 * config/sparc/fbsd.mt: Remove copyright notice.
2501 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
2502 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
2503 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
2504 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
2505 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
2506 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
2507 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
2508 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
2509 "sparc/tm-sp64.h".
2510 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
2511 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
2512
2513 2003-08-21 Michael Chastain <mec@shout.net>
2514
2515 * symtab.h: Add doco on the space critical structures and
2516 some measurements of space usage.
2517
2518 2003-08-21 Michael Snyder <msnyder@redhat.com>
2519
2520 * tracepoint.c (trace_dump_command): Trace break address
2521 is subject to DECR_PC_AFTER_BREAK.
2522 (set_traceframe_context): Make "trace_line" an int.
2523 Fixes suggested by Mark Newman <mark.newman@lmco.com>
2524
2525 2003-08-20 Michael Snyder <msnyder@redhat.com>
2526
2527 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
2528 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
2529 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
2530 argument passing.
2531 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
2532 functions, replace sh_push_dummy_call.
2533 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
2534
2535 2003-08-20 Michael Chastain <mec@shout.net>
2536
2537 * gdbtypes.h (struct main_type): Rearrange to save space.
2538
2539 2003-08-20 Michael Snyder <msnyder@redhat.com>
2540
2541 * trad-frame.c: Comment typo fix.
2542
2543 2003-08-20 Michael Snyder <msnyder@redhat.com>
2544 Kevin Buettner <kevinb@redhat.com>
2545
2546 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
2547 (frv_frame_init_saved_regs): Add declaration.
2548 (frame_extra_info): Add new field ``saved_regs''.
2549 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
2550 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
2551 Update frame related code.
2552 (frv_extract_struct_value_address): Adjust formatting.
2553 * Makefile.in (frv-tdep.o): Update dependencies.
2554 * config/frv/tm-frv.h (target_insert_watchpoint)
2555 (target_remove_watchpoint, target_insert_hw_breakpoint)
2556 (target_remove_hw_breakpoint): Delete these macros.
2557 (remote_insert_watchpoint, remote_remove_watchpoint)
2558 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
2559 these declarations.
2560
2561 2003-08-20 Michael Chastain <mec@shout.net>
2562
2563 * defs.h (ENUM_BITFIELD): New macro.
2564 * symtab.h (ENUM_BITFIELD): Use it.
2565 (BYTE_BITFIELD): Remove old macro, which was already disabled.
2566
2567 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
2568
2569 * MAINTAINERS (write after approval): Add myself.
2570
2571 2003-08-18 Andrew Cagney <cagney@redhat.com>
2572
2573 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
2574 * gdbarch.h, gdbarch.c: Re-generate.
2575 * infcall.c (call_function_by_hand): Adjust the SP by
2576 frame_red_zone_size before allocating any stack space.
2577 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
2578 * x86-64-tdep.c (x86_64_frame_align): New function.
2579 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
2580
2581 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
2582 Remove code adjusting SP so that it skips over the Red Zone.
2583
2584 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2585
2586 * NEWS (New native configurations): Mention FreeBSD/amd64.
2587
2588 2003-08-18 Andrew Cagney <cagney@redhat.com>
2589
2590 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
2591 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
2592 "m68k_frame_p".
2593 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
2594
2595 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2596
2597 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
2598
2599 2003-08-18 Michal Ludvig <mludvig@suse.cz>
2600
2601 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
2602 Define.
2603 * i386-linux-nat.c: Include "linux-nat.h".
2604 (child_post_startup_inferior): New function.
2605
2606 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2607
2608 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
2609 at the start of a frameless function. This probably fixes PR
2610 backtrace/1338.
2611
2612 2003-08-17 Michael Chastain <mec@shout.net>
2613
2614 * symfile.c (find_sym_fns): Remove special case for apollo target.
2615
2616 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2617
2618 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
2619 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
2620 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
2621 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
2622 (linux_supports_tracevforkdone): New function.
2623 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
2624 TRACEVFORKDONE.
2625 (child_follow_fork): Handle vfork.
2626 (linux_handle_extended_wait): Likewise. Also handle exec.
2627 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
2628 * NEWS: Mention fork tracing.
2629
2630 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2631
2632 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
2633
2634 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2635
2636 * Makefile.in (i386-linux-nat.o): Update dependencies.
2637 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
2638 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
2639 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
2640 * i386-linux-nat.c: Include "linux-nat.h".
2641 (child_post_startup_inferior): New function.
2642 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
2643 * infptrace.c (kill_inferior): Wrap in #ifdef.
2644 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
2645 attaching to each LWP.
2646 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
2647 (init_lin_lwp_ops): Fill in some more operations.
2648 * linux-nat.h (linux_enable_event_reporting)
2649 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
2650 prototypes.
2651 * linux-nat.c (linux_enable_event_reporting): New function.
2652 (child_post_attach, linux_child_post_startup_inferior)
2653 (child_post_startup_inferior, child_follow_fork)
2654 (linux_handle_extended_wait, kill_inferior): New functions.
2655
2656 2003-08-16 Andrew Cagney <cagney@redhat.com>
2657
2658 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
2659 * gdbarch.h, gdbarch.c: Re-generate.
2660
2661 2003-08-16 Mark Kettenis <kettenis@gnu.org>
2662
2663 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
2664
2665 2003-08-16 Andrew Cagney <cagney@redhat.com>
2666
2667 * NEWS: Mention that "set prompt-escape-char" was deleted.
2668 * top.c (get_prompt_1): Delete function.
2669 (gdb_prompt_escape):
2670 (init_main): Do not clear "gdb_prompt_escape". Delete "set
2671 prompt-escape-char" command.
2672 (MAX_PROMPT_SIZE): Delete macro.
2673 (get_prompt): Simplify, do not call get_prompt_1.
2674
2675 2003-08-16 Andrew Cagney <cagney@redhat.com>
2676
2677 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
2678 -Werror. -Wformat-nonliteral problems.
2679
2680 2003-08-15 J. Brobecker <brobecker@gnat.com>
2681
2682 Further multiarching work mostly for hppa64-*-hpux11:
2683 * hppa-tdep.h: New file.
2684 * hppa-tdep.c: #include hppa-tdep.c.
2685 (hppa32_num_regs): Renamed from hppa_num_regs.
2686 (hppa64_num_regs): New constant.
2687 (hppa64_call_dummy_breakpoint_offset): New constant.
2688 (hppa32_call_dummy_length): New constant.
2689 (hppa64_call_dummy_length): New constant.
2690 (hppa32_stack_align): Make name 32bit explicit.
2691 (hppa32_register_virtual_type): Likewise.
2692 (hppa32_extract_return_value): Likewise.
2693 (hppa32_use_struct_convention): Likewise.
2694 (hppa32_store_return_value): Likewise.
2695 (hppa64_register_virtual_type): New function.
2696 (hppa64_extract_return_value): New function.
2697 (hppa64_use_struct_convention): New function.
2698 (hppa64_store_return_value): New function.
2699 (hppa_frame_locals_address): Remove declaration, function does
2700 not exist anymore.
2701 (hppa_register_byte): Add support for PA64 ABI.
2702 (hppa_gdbarch_init): Add support for PA64 ABI.
2703 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
2704 Make name 32bit explicit.
2705 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
2706 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
2707 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
2708 (hppa64_hpux_frame_base_before_sigtramp): New function.
2709 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
2710 * config/pa/tm-hppa64.h: Remove macros that are no longer
2711 necessary now that the gdbarch vector is properly setup.
2712 Transform some macros into function calls. Some minor cleanup.
2713 * config/pa/tm-hppah.h: Update function calls in macros
2714 following the function renaming in hppa-hpux-tdep.c.
2715 * Makefile.in (hppa_tdep_h): New variable.
2716 (hppa-tdep.o): Add dependency over hppa_tdep_h.
2717
2718 2003-08-14 Michael Snyder <msnyder@redhat.com>
2719
2720 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
2721
2722 2003-08-13 J. Brobecker <brobecker@gnat.com>
2723
2724 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
2725 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
2726 routine.
2727
2728 2003-08-13 Michael Snyder <msnyder@redhat.com>
2729
2730 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
2731 (frv_saved_pc_after_call): Use deprecated ftype.
2732 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
2733 (frv_remote_translate_xfer_address): Remove.
2734 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
2735
2736 2003-08-13 J. Brobecker <brobecker@gnat.com>
2737
2738 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
2739 initialization after the common gdbarch initialization, not before.
2740
2741 2003-08-13 J. Brobecker <brobecker@gnat.com>
2742
2743 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
2744 (ADDR_BITS_REMOVE): Remove, redundant.
2745
2746 2003-08-13 J. Brobecker <brobecker@gnat.com>
2747
2748 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
2749 gdbarch method to clear the 2 low bits of text addresses.
2750
2751 2003-08-12 Andrew Cagney <cagney@redhat.com>
2752
2753 * Makefile.in (dsrec.o): Update dependencies.
2754 * dsrec.c: Include "gdb_assert.h".
2755 (make_srec): Use snprintf instead of sprintf, use a literal format
2756 string.
2757
2758 2003-08-12 Andrew Cagney <cagney@redhat.com>
2759
2760 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
2761 FRAME_OBSTACK_ZALLOC.
2762
2763 2003-08-12 Kevin Buettner <kevinb@redhat.com>
2764
2765 * i386-tdep.c (i386_gdbarch_init): Enable default support for
2766 SSE registers.
2767
2768 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2769
2770 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
2771 amd64fbsd_sc_reg_offset): Add extern declarations.
2772 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
2773 declarations.
2774
2775 2003-08-11 Ben Elliston <bje@wasabisystems.com>
2776
2777 * MAINTAINERS (write after approval): Update my mail address.
2778
2779 2003-08-10 Andrew Cagney <cagney@redhat.com>
2780
2781 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
2782
2783 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2784
2785 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
2786 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
2787 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
2788 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
2789 i386bsd_sc_reg_offset): Add extern declarations.
2790 * i386obsd-nat.c: Include "i386-tdep.h"
2791 (_initialize_i386obsd_nat): Remove extern declarations.
2792 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
2793 declarations.
2794 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
2795 declarations.
2796
2797 * i386-tdep.c (i386_register_to_value): Use get_frame_register
2798 instead of frame_read_register.
2799 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
2800 instead of frame_read_register. Use I386_ESP_REGNUM instead of
2801 SP_REGNUM.
2802 (i386_frame_prev_register): Use frame_unwind_register_unsigned
2803 instead of frame_unwind_unsigned_register. Use
2804 I386_EFLAGS_REGISTER instead of PS_REGNUM.
2805 (i386_get_longjmp_target): Use regcache_read_unsigned_register
2806 instead of read_register. Use builtin_type_void_data_ptr instead
2807 of builtin_type_void_func_ptr when extracting the address of the
2808 jmp_buf.
2809 (i386_extract_return_value, i386_store_return_value,
2810 i386_pseudo_register_read, i386_pseudo_register_write): Use
2811 register_size instead REGISTER_RAW_SIZE.
2812
2813 2003-08-10 Andrew Cagney <cagney@redhat.com>
2814
2815 * infcall.c (call_function_by_hand): Use xstrprintf instead of
2816 sprintf. Make "name" constant.
2817
2818 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2819
2820 * i387-tdep.c (i387_register_to_value): Use get_frame_register
2821 instead of frame_read_register.
2822 (i387_print_float_info): Use get_frame_register and
2823 get_frame_register_unsigned instead of frame_register_read.
2824
2825 * i386fbsd-nat.c: Include "i386-tdep.h".
2826 (child_resume): Make `eflags' an ULONGEST. Use
2827 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
2828 instead of register_read and register_write.
2829
2830 * i386bsd-nat.c (fetch_inferior_registers,
2831 store_inferior_registers): Don't use && at the end of a line.
2832 (_initialize_i386bsd_nat): Fix typo.
2833
2834 * frame.c (_initialize_frame): Add missing backslash.
2835
2836 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2837 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
2838 and supply_register instead of manipulating the register buffer
2839 directly.
2840
2841 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2842 * config/i386/nm-i386sol2.h
2843 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
2844
2845 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
2846 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
2847 instructions that GCC likes to mingle into the prologue. Fixes
2848 gdb/1253 and gdb/1255.
2849
2850 2003-08-09 Andrew Cagney <cagney@redhat.com>
2851
2852 Fix GDB PR cli/926.
2853 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
2854 * command.h (add_setshow_uinteger_cmd): Declare.
2855 * frame.c (set_backtrace_cmd): New function.
2856 (show_backtrace_cmd): New function.
2857 * frame.c (_initialize_frame): Replace "set/show
2858 backtrace-below-main" with "set/show backtrace past-main". Add
2859 command "set/show backtrace limit".
2860 (backtrace_past_main): Rename "backtrace_below_main".
2861 (backtrace_limit): New variable.
2862 (get_prev_frame): Update. Check the backtrace_limit.
2863
2864 2003-08-09 Andrew Cagney <cagney@redhat.com>
2865
2866 * defs.h (xstrprintf): Declare.
2867 * utils.c (xstrprintf): New function.
2868 * breakpoint.c (insert_breakpoints): Replace sprintf and
2869 non-literal format strings, with xstrprintf and cleanups.
2870 (delete_breakpoint,breakpoint_re_set): Ditto.
2871 (commands_command, insert_breakpoints): Ditto.
2872 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
2873 (break_at_finish_command_1): Ditto.
2874
2875 2003-08-09 Andrew Cagney <cagney@redhat.com>
2876
2877 * MAINTAINERS (language support): List Adam Fedor as Objective C
2878 maintainer.
2879
2880 2003-08-08 J. Brobecker <brobecker@gnat.com>
2881
2882 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
2883 are now multiarched.
2884
2885 2003-08-08 J. Brobecker <brobecker@gnat.com>
2886
2887 * config/pa/tm-hppa64.h: Remove lots of macros that are no
2888 longer necessary now that hppa64 is partially multiarch'ed.
2889
2890 2003-08-08 Andrew Cagney <cagney@redhat.com>
2891
2892 * interps.c (interp_set): Check for a NULL "old_interp".
2893
2894 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
2895
2896 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
2897 (install-only): Support DESTDIR.
2898 (uninstall): Likewise.
2899 (install-gdbtk): Likewise.
2900
2901 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
2902
2903 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
2904 contains something meaningful at all times.
2905
2906 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
2907
2908 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
2909
2910 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
2911
2912 * MAINTAINERS (write after approval): Added self.
2913
2914 2003-08-07 Andrew Cagney <cagney@redhat.com>
2915
2916 * inferior.h (AT_SYMBOL): Define.
2917 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
2918 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
2919 * mips-tdep.c (mips_call_dummy_address): Delete function.
2920 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
2921 set call_dummy_address.
2922
2923 2003-08-07 Andrew Cagney <cagney@redhat.com>
2924
2925 * language.c (op_error): Delete function.
2926 (binop_type_check): Delete function.
2927 * language.h (type_op_error, range_op_error): Delete macros.
2928 (op_error): Delete declaration.
2929
2930 2003-08-07 Andrew Cagney <cagney@redhat.com>
2931
2932 * interps.h (INTERP_MI2, INTERP_MI3): Define.
2933
2934 2003-08-07 Michal Ludvig <mludvig@suse.cz>
2935
2936 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
2937 (x86_64_push_arguments): Skip the red zone.
2938
2939 2003-08-05 Andrew Cagney <cagney@redhat.com>
2940
2941 * reggroups.c (reggroup_next): Check for the final entry.
2942
2943 2003-08-04 Andrew Cagney <cagney@redhat.com>
2944
2945 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
2946 * cli/cli-script.c (define_command): Call query directly, instead
2947 of passing it a buffer.
2948 * ocd.c (ocd_error): Pass error a constant format string.
2949 * remote-mips.c (mips_error): Use fputs_filtered.
2950
2951 * solib-svr4.c (_initialize_svr4_solib): Update
2952 register_gdbarch_data call.
2953 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
2954
2955 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
2956 (register_gdbarch_data): Delete "free" parameter. Update
2957 comments.
2958 * gdbarch.h, gdbarch.c: Re-generate.
2959 * reggroups.c (_initialize_reggroup): Update.
2960 * gnu-v3-abi.c (init_gnuv3_ops): Update.
2961 * frame-base.c (_initialize_frame_base): Update.
2962 * frame-unwind.c (_initialize_frame_unwind): Update.
2963 * user-regs.c (_initialize_user_regs): Update.
2964 * remote.c (_initialize_remote): Update.
2965 * regcache.c (_initialize_regcache): Update.
2966
2967 * regcache.c (xfree_regcache_descr): Delete function.
2968 (_initialize_regcache): Update call to register_gdbarch_data.
2969 (init_regcache_descr, init_legacy_regcache_descr): Use
2970 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
2971
2972 * remote.c (free_remote_state): Delete function.
2973 (_initialize_remote): Update register_gdbarch_data.
2974 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
2975 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
2976
2977 2003-08-04 Andrew Cagney <cagney@redhat.com>
2978
2979 * reggroups.c (struct reggroup_el): Define.
2980 (struct reggroups): Delete field "nr_group". Replace array
2981 "group" with a "first" to "last" linked list.
2982 (reggroups_init): Update. Allocate using gdbarch's obstack.
2983 (reggroups_free): Delete function.
2984 (add_group): Update. Add "el" parameter.
2985 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
2986 (default_groups): Update.
2987 (reggroup_next): Replace reggroups.
2988 (reggroups_dump): Update.
2989 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
2990 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
2991 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
2992
2993 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
2994
2995 * Makefile.in (tui-interp.o): Update dependencies.
2996
2997 2003-08-04 David Carlton <carlton@kealia.com>
2998
2999 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3000 to internal_error call.
3001 * source.c (forward_search_command): Add "%s" format argument.
3002 (reverse_search_command): Ditto.
3003 * top.c (quit_confirm): Ditto.
3004 * cli/cli-setshow.c (do_setshow_command): Ditto.
3005 * cp-valprint.c (cp_print_class_method): Replace
3006 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3007 (cp_print_class_member): Ditto.
3008 * event-top.c (command_line_handler): Ditto.
3009 * linux-proc.c (linux_info_proc_cmd): Ditto.
3010 * p-typeprint.c (pascal_type_print_base): Ditto.
3011 * p-valprint.c (pascal_object_print_class_method): Ditto.
3012 (pascal_object_print_class_member): Ditto.
3013 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3014 * remote.c (remote_cisco_section_offsets): Ditto.
3015 * top.c (command_line_input): Ditto.
3016 * utils.c (vwarning,error_stream,quit): Ditto.
3017 * valprint.c (print_floating,print_binary_chars)
3018 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3019
3020 2003-08-04 Andrew Cagney <cagney@redhat.com>
3021
3022 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3023
3024 2003-08-02 Andrew Cagney <cagney@redhat.com>
3025
3026 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3027 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3028 amd64fbsd-nat.c.
3029
3030 2003-08-02 Andrew Cagney <cagney@redhat.com>
3031
3032 * Makefile.in: Update all dependencies and definitions.
3033
3034 2003-08-02 Adam Fedor <fedor@gnu.org>
3035
3036 * linespec.c (is_objc_method_format): New function
3037 (decode_line_1, locate_first_half): Use it.
3038 Fixes PR objc/1298
3039
3040 2003-08-01 Andrew Cagney <cagney@redhat.com>
3041
3042 * NEWS: Mention that m32r is multi-arch.
3043 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3044 * configure.tgt: Recognize m32r-*-*.
3045 * config/m32r/tm-m32r.h: Delete file.
3046 * config/m32r/m32r.mt: New file.
3047 * m32r-rom.c (m32r_upload_command): Use hostent only when
3048 gethostname succeeds, in order to avoid a compilation
3049 warning.
3050 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3051 compiler warning.
3052
3053 2003-08-01 Michael Snyder <msnyder@redhat.com>
3054
3055 * sh-tdep.c (sh_frame_align): New gdbarch method.
3056 (sh_gdbarch_init): Set up frame_align method.
3057
3058 2003-07-31 Michael Snyder <msnyder@redhat.com>
3059
3060 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3061 which is already covered by the new frames infrastructure.
3062
3063 2003-07-31 Andrew Cagney <cagney@redhat.com>
3064
3065 * user-regs.c (struct user_reg): Add "next" link.
3066 (struct user_regs): Replace "user" with "first" and "last" links.
3067 (append_user_reg): Add pre-allocated "reg" parameter.
3068 (builtin_user_regs): Provide initial value for "last".
3069 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3070 (user_regs_init): Allocate memory from the gdbarch obstack.
3071 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3072 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3073 linked list.
3074 (usernum_to_user_reg): New function.
3075 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3076 (value_of_user_reg): Use usernum_to_user_reg.
3077 (user_regs_free): Delete function.
3078 (_initialize_user_regs): Update register_gdbarch_data call.
3079
3080 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
3081
3082 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3083
3084 2003-07-30 Michael Snyder <msnyder@redhat.com>
3085
3086 * value.h (value_being_returned): Add a struct_addr argument.
3087 * infcall.c (call_function_by_hand): Pass struct_addr to
3088 value_being_returned.
3089 * infcmd.c (print_return_value): Pass zero as struct_addr.
3090 * values.c (value_being_returned): If struct_addr is passed,
3091 use it instead of trying to recover it from the inferior.
3092
3093 2003-07-30 Kevin Buettner <kevinb@redhat.com>
3094
3095 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3096 the prologue analyzer won't need to attempt to extract the pc
3097 value from the woefully incomplete dummy frame.
3098 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3099 possible. Disable code which modifies the frame.
3100
3101 2003-07-28 Andrew Cagney <cagney@redhat.com>
3102
3103 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3104 to level 2.
3105 (annotate_breakpoints_table, annotate_record): Ditto.
3106 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3107 (annotate_field_name_end, annotate_field_value): Ditto.
3108 (annotate_field_end, annotate_frame_source_begin): Ditto.
3109 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3110 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3111 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3112 (annotate_frame_address_end, annotate_frame_address): Ditto.
3113 (annotate_frame_args, annotate_frame_end): Ditto.
3114 (annotate_frame_where, annotate_arg_begin): Ditto.
3115 (annotate_arg_name_end, annotate_arg_value): Ditto.
3116 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3117 (annotate_function_call, annotate_signal_name): Ditto.
3118 (annotate_signal_string, annotate_signal_name_end): Ditto.
3119 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3120 (annotate_value_begin, annotate_value_history_value): Ditto.
3121 (annotate_value_history_end, annotate_value_end): Ditto.
3122 (annotate_display_begin, annotate_display_number_end): Ditto.
3123 (annotate_display_format, annotate_display_expression): Ditto.
3124 (annotate_display_expression_end, annotate_display_value): Ditto.
3125 (annotate_display_end, annotate_array_section_begin): Ditto.
3126 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3127 (annotate_elt, annotate_array_section_end): Ditto.
3128
3129 2003-07-28 Andrew Cagney <cagney@redhat.com>
3130
3131 * regcache.c (struct regcache_descr): Update comments on
3132 nr_raw_registers.
3133 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3134 sizeof_raw_register_valid_p.
3135 (init_regcache_descr): Set nr_raw_registers and
3136 sizeof_raw_register_valid_p before calling
3137 init_legacy_regcache_descr.
3138
3139 2003-07-28 Andrew Cagney <cagney@redhat.com>
3140
3141 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3142 MOD NUM_REGS.
3143
3144 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
3145
3146 * thread.c (info_threads_command): Use get_selected_frame ().
3147 Check that there is at least one non-sentinel frame.
3148
3149 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3150
3151 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3152 (m68hc11_pop_frame): Remove.
3153 (m68hc11_frame_saved_pc): Remove.
3154 (m68hc11_frame_chain): Remove.
3155 (m68hc11_frame_init_saved_regs): Remove.
3156 (m68hc11_init_extra_frame_info): Remove.
3157 (m68hc11_store_struct_return): Remove.
3158 (m68hc11_saved_pc_after_call): Remove.
3159
3160 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3161
3162 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3163 frame unwind information.
3164 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3165 and adapted for frame unwinding.
3166 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3167 (m68hc11_unwind_pc): New function.
3168 (m68hc11_frame_unwind_cache): New function to analyze frames.
3169 (m68hc11_frame_this_id): New function to create new frame struct.
3170 (m68hc11_frame_prev_register): New function to unwind a register from
3171 the frame.
3172 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3173 (m68hc11_frame_p): New function for the above.
3174 (m68hc11_frame_base_address): New function to return fp of frame.
3175 (m68hc11_frame_args_address): Update for frame.
3176 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3177 (m68hc11_unwind_sp): New function.
3178 (m68hc11_unwind_dummy_id): New function.
3179 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3180 calls.
3181
3182 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3183
3184 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3185 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3186 when we are beyond the current pc.
3187
3188 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3189
3190 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3191 from m68hc11_push_arguments.
3192 (m68hc11_push_arguments): Remove.
3193 (m68hc11_push_return_address): Remove.
3194 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3195 handlers; remove deprecated_extra_stack_alignment_needed.
3196
3197 2003-07-27 Andrew Cagney <cagney@redhat.com>
3198
3199 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3200 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3201 REAL_PC and not the pointer.
3202 * hppa-hpux-tdep.c: Include frame.h
3203
3204 2003-07-27 Andrew Cagney <cagney@redhat.com>
3205
3206 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3207 GDB_MULTI_ACH_PARTIAL.
3208
3209 2003-07-27 Andrew Cagney <cagney@redhat.com>
3210
3211 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3212 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3213 operator at start and not end of line.
3214 (decode_prologue): Ditto.
3215 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3216 frame_unwind_register_unsigned instead of
3217 frame_unwind_unsigned_register.
3218 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3219 read_register.
3220 (m32r_push_dummy_call): Use register_size instead of
3221 REGISTER_RAW_SIZE.
3222 (m32r_frame_sniffer): Replace m32r_frame_p.
3223 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3224 * m32r-rom.c (report_transfer_performance): Delete extern
3225 declaration.
3226 (m32r_load, m32r_upload_command): Use print_transfer_performance
3227 instead of report_transfer_performance.
3228 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3229 / add_show_from_set.
3230
3231 2003-07-26 Andrew Cagney <cagney@redhat.com>
3232
3233 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3234 store_return_value and extract_struct_value_address.
3235
3236 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
3237
3238 PR c++/1267
3239 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3240 NULL, default to the section containing PC.
3241
3242 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3243
3244 * NEWS: Mention "regs" deprecated for m68hc11 too.
3245
3246 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3247 (m68hc11_print_register): New function to print out one register.
3248 (m68hc11_print_registers_info): New function to print registers.
3249 (show_regs): Deprecate and use the above.
3250 (m68hc11_gdbarch_init): Install the print_registers_info.
3251
3252 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3253
3254 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3255 that we have a SIGTRAP before returning non-zero.
3256
3257 2003-07-23 Michal Ludvig <mludvig@suse.cz>
3258 Elena Zannoni <ezannoni@redhat.com>
3259
3260 * linespec.c (decode_line_2): Avoid crash if
3261 find_function_start_sal() returns empty record.
3262
3263 2003-07-23 Andreas Schwab <schwab@suse.de>
3264
3265 * ia64-tdep.c (ia64_print_insn): New function.
3266 (ia64_gdbarch_init): Set print_insn to it.
3267 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3268 deprecated_tm_print_insn_info.
3269
3270 2003-07-22 Michael Snyder <msnyder@redhat.com>
3271
3272 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3273 handle 8-bit returns (long long).
3274 (h8300h_extract_return_value): Ditto.
3275 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3276
3277 2003-07-22 Andrew Cagney <cagney@redhat.com>
3278
3279 * gdbarch.c Include "gdb_obstack.h".
3280 (struct gdbarch): Add an "obstack".
3281 (alloc_gdbarch_data): Allocate the gdbarch data using
3282 GDBARCH_OBSTACK_CALLOC.
3283 (free_gdbarch_data): Delete function.
3284 (gdbarch_obstack_zalloc): New function.
3285 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3286 Assert that the architecture is not initialized.
3287 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3288 vector from the obstack.
3289 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3290 architecture obstack.
3291 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3292 (set_gdbarch_data): Assert that the data is not initialized.
3293 (struct gdbarch_data): Delete member "free".
3294 (register_gdbarch_data): Do not initialize "free".
3295 * gdbarch.h, gdbarch.c: Re-generate.
3296
3297 2003-07-22 Andrew Cagney <cagney@redhat.com>
3298
3299 * configure.in (build_warnings): Add -Wformat-nonliteral.
3300 * configure: Re-generate.
3301
3302 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3303
3304 * dwarf2loc.c (locexpr_describe_location): Fix typos.
3305
3306 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3307
3308 * findvar.c (read_var_value): Remove case for thread local storage
3309 variables. It is now entirely handled by the dwarf2 location
3310 expression code.
3311 * printcmd.c (address_info): Ditto.
3312 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
3313 enumeration value.
3314 (struct symbol): Remove objfile field, which was used by
3315 LOC_THREAD_LOCAL_STATIC only.
3316 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
3317 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
3318 usage of objfile pointer.
3319 * dwarf2loc.c (locexpr_describe_location): Add case to handle
3320 thread local variables.
3321 Add include of objfiles.h.
3322 * dwarf2expr.c (execute_stack_op): Add comments about thread local
3323 storage variables.
3324 * Makefile.in (dwarf2loc.o): Update dependencies.
3325
3326 2003-07-22 Andrew Cagney <cagney@redhat.com>
3327
3328 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
3329 get_frame_base.
3330 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
3331 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
3332 (struct value): Add opaque declaration.
3333 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
3334
3335 2003-07-21 Andrew Cagney <cagney@redhat.com>
3336
3337 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3338 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
3339
3340 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3341
3342 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
3343 regcache_cooked_read_unsigned instead of read_register.
3344 (m68hc11_saved_pc_after_call): Likewise.
3345 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
3346 instead of write_register.
3347 (m68hc11_register_type): New function.
3348 (m68hc11_register_virtual_type): Remove.
3349 (m68hc11_store_return_value): Convert to use the regcache.
3350 (m68hc11_extract_struct_value_address): Likewise.
3351 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
3352 m68hc11_register_type; undeprecate store_return_value and
3353 extract_struct_value_address.
3354
3355 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3356
3357 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
3358 and translate to use regcache.
3359 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
3360
3361 2003-07-18 Andrew Cagney <cagney@redhat.com>
3362
3363 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
3364 * gdbarch.h, gdbarch.c: Re-generate.
3365 * i386-tdep.c (i386_gdbarch_init): Do not set
3366 DWARF2_BUILD_FRAME_INFO.
3367 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
3368 unconditionally.
3369 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
3370 DWARF2_BUILD_FRAME_INFO.
3371
3372 2003-07-18 Andrew Cagney <cagney@redhat.com>
3373
3374 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3375 * disasm.c (gdb_disassemble_info): Initilize di.arch.
3376
3377 2003-07-18 Andrew Cagney <cagney@redhat.com>
3378
3379 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
3380 frame_unwind_address_in_block, instead of frame_pc_unwind.
3381 (dwarf2_frame_cache): Ditto.
3382
3383 2003-07-18 Andrew Cagney <cagney@redhat.com>
3384
3385 * user-regs.h (struct gdbarch): Declare opaque.
3386 * ui-out.h (struct ui_file): Declare opaque.
3387 * dwarf2-frame.h (struct frame_info): Declare opaque.
3388
3389 2003-07-18 Kris Warkentin <kewarken@qnx.com>
3390
3391 * nto-procfs.c: Clean ARI hits. Change #include <..> to
3392 #include "...".
3393 (procfs_meminfo): Change strerror to safe_strerror.
3394 (procfs_can_run): Remove K&R badness.
3395
3396 2003-07-17 Michael Snyder <msnyder@redhat.com>
3397
3398 * remote-sim.c: Comment typo fix.
3399
3400 2003-07-17 Andrew Cagney <cagney@redhat.com>
3401
3402 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
3403 configure.
3404 * sparc-tdep.c (sparc_intreg_size): Make non-static.
3405 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
3406 GDB_MULTI_ARCH_PARTIAL.
3407
3408 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
3409
3410 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
3411 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
3412 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
3413
3414 2003-07-16 Theodore A. Roth <troth@openavr.org>
3415
3416 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
3417 found.
3418 (avr_frame_unwind_cache): Don't unwind FP for main.
3419 Update a comment.
3420 Save the computed prev_sp.
3421 (avr_saved_regs_unwinder): Remove function.
3422 (avr_frame_prev_register): Use PC unwind logic from
3423 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
3424
3425 2003-07-16 Andrew Cagney <cagney@redhat.com>
3426
3427 * frame-base.h (frame_base_p_ftype): Delete definition.
3428 (frame_base_append_predicate): Delete declaration.
3429 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
3430 (frame_unwind_append_predicate): Delete declaration.
3431 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
3432 (append_predicate): Delete parameter "p".
3433 (frame_unwind_append_predicate): Delete function.
3434 (frame_unwind_append_sniffer): Update call to append_predicate.
3435 (frame_unwind_free): Delete function.
3436 (_initialize_frame_unwind): Pass NULL as "free" to
3437 register_gdbarch_data.
3438 (frame_unwind_init): Append the dummy_frame_sniffer.
3439 (frame_unwind_find_by_frame): Simplify.
3440 * frame-base.c (struct frame_base_table): Delete field "p".
3441 (append_predicate): Delete parameter "p".
3442 (frame_base_append_predicate): Delete function.
3443 (frame_base_append_sniffer): Update call to append_predicate.
3444 (frame_base_free): Delete function.
3445 (frame_base_find_by_frame): Simplify.
3446 (_initialize_frame_base): Pass NULL as "free" to
3447 register_gdbarch_data.
3448 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
3449 (x86_64_sigtramp_frame_sniffer): Replace
3450 "x86_64_sigtramp_frame_p".
3451 (x86_64_init_abi): Set the frame unwind sniffers.
3452 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
3453 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
3454 (m68k_gdbarch_init): Set the frame unwind sniffers.
3455 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
3456 "i386_sigtramp_frame_p".
3457 (i386_frame_sniffer): Replace "i386_frame_p".
3458 (i386_gdbarch_init): Set the frame unwind sniffers.
3459 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
3460 (avr_gdbarch_init): Set the frame unwind sniffers.
3461 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
3462 "alpha_sigtramp_frame_p"
3463 (alpha_heuristic_frame_sniffer): Replace
3464 "alpha_heuristic_frame_p".
3465 (alpha_gdbarch_init): Set the frame unwind sniffers.
3466 (alpha_dwarf2_init_abi): Ditto.
3467 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
3468 "alpha_debug_frame_p".
3469 (alpha_mdebug_frame_base_sniffer): Replace
3470 "alpha_mdebug_frame_base_p".
3471 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
3472 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
3473 (d10v_gdbarch_init): Set the frame unwind sniffer.
3474 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3475 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3476 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3477 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3478 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
3479 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
3480
3481 2003-07-16 Michael Snyder <msnyder@redhat.com>
3482
3483 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
3484 should go thru sh_dsp_register_sim_regno, else the dsp regs
3485 will not get the right values.
3486
3487 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3488
3489 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
3490 deprecated_store_floating by call to store_typed_floating.
3491 (sh_sh4_register_convert_to_raw): Substitute call to
3492 deprecated_extract_floating by call to extract_typed_floating.
3493
3494 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3495
3496 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
3497
3498 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3499
3500 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
3501 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
3502 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
3503 as possible.
3504 (do_pseudo_register): Remove.
3505 (sh_push_dummy_code): New function.
3506 (sh64_store_struct_return): Rename from sh_store_struct_return.
3507 Only called for sh64 now.
3508 (sh_extract_struct_value_address): Regcache'ify.
3509 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
3510 and accomodate new tasks.
3511 (sh64_push_return_address): Rename from sh_push_return_address.
3512 Only called for sh64 now.
3513 (sh_default_extract_return_value): Rename from sh_extract_return_value.
3514 Regcache'ify.
3515 (sh3e_sh4_extract_return_value): Regcache'ify.
3516 (sh_default_store_return_value): Ditto.
3517 (sh3e_sh4_store_return_value): Ditto.
3518 (sh_default_register_byte): Remove.
3519 (sh_sh4_register_byte): Remove.
3520 (sh_default_register_raw_size): Remove.
3521 (sh_sh4_register_raw_size): Remove.
3522 (sh_register_virtual_size): Remove.
3523 (sh_sh3e_register_virtual_type): Remove.
3524 (sh_sh3e_register_type): New function.
3525 (sh_sh4_register_virtual_type): Remove.
3526 (sh_sh4_register_type): New function.
3527 (sh_default_register_virtual_type): Remove.
3528 (sh_default_register_type): New function.
3529 (do_fv_register_info): Add parameters to accomodate call from
3530 sh_print_registers_info.
3531 (do_dr_register_info): Ditto.
3532 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
3533 Add parameters to accomodate call from sh_print_registers_info.
3534 (sh_do_fp_register): Ditto.
3535 (sh64_do_pseudo_register): Call do_dr_register_info,
3536 do_fv_register_info and sh_do_fp_register with default parameters.
3537 (sh_do_register): Add parameters to accomodate call from
3538 sh_print_registers_info.
3539 (sh_print_register): Ditto.
3540 (sh_print_registers_info): Rename from sh_do_registers_info.
3541 Add parameters to be used as gdbarch_print_registers_info
3542 implementation. Accomodate removed do_pseudo_register function
3543 pointer.
3544 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
3545 function pointer. Call sh_print_register with default parameters.
3546 (sh64_do_registers_info): Call sh_print_registers_info instead of
3547 sh_do_registers_info.
3548 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
3549 detection of deprecated vs. non-deprecated functionality.
3550 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
3551 function pointer assignments by direct function calls.
3552
3553 2003-07-15 Andrew Cagney <cagney@redhat.com>
3554
3555 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
3556 (frame_register_unwind, create_new_frame): Ditto.
3557 (legacy_get_prev_frame, get_frame_type): Ditto.
3558 (get_frame_base_address): Use frame_base_find_by_frame.
3559 (get_frame_locals_address): Use frame_base_find_by_frame.
3560 (get_frame_args_address): Use frame_base_find_by_frame.
3561 * frame-base.h (frame_base_sniffer_ftype): Declare.
3562 (frame_base_append_sniffer): Declare.
3563 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
3564 * frame-base.c (append_predicate): Add a "sniffer" parameter.
3565 (frame_base_append_sniffer): New function.
3566 (frame_base_append_predicate): Add a NULL sniffer.
3567 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
3568 (struct frame_base_table): Add "sniffer".
3569 (frame_base_free): Free the "sniffer" table.
3570 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
3571 (frame_unwind_append_sniffer): Declare.
3572 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3573 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
3574 (struct frame_unwind_table): Add "sniffer", delete "middle".
3575 (append_predicate): Add "sniffer" parameter, append the sniffer.
3576 (frame_unwind_init): Update append_predicate call.
3577 (frame_unwind_append_sniffer): New function.
3578 (frame_unwind_append_predicate): Update append_predicate call.
3579 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3580
3581 2003-07-15 Andrew Cagney <cagney@redhat.com>
3582
3583 * frame.c (get_prev_frame): Move disabled inside_entry_func to
3584 before code inhibiting repeated unwind attempts. Add to
3585 commentary on that test's problems.
3586 * blockframe.c (inside_main_func): Look for "main" in the minimal
3587 symbol table.
3588 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
3589 identical.
3590
3591 2003-07-15 Andrew Cagney <cagney@redhat.com>
3592
3593 * complaints.c (struct explanation): Define.
3594 (struct complaints): Change type of "explanation" to "struct
3595 explanation".
3596 (symfile_explanations): Convert to a "struct explanation" table.
3597 (vcomplaint): Update.
3598
3599 2003-07-15 Michal Ludvig <mludvig@suse.cz>
3600
3601 * x86-64-linux-nat.c (regmap): Removed.
3602 (supply_gregset, fill_gregset): Call
3603 x86_64_linux_(fill,supply)_gregset functions.
3604 * x86-64-linux-tdep.c (USER_*): New defines.
3605 (user_to_gdb_regmap, x86_64_core_fns): New structure.
3606 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
3607 New functions.
3608 (fetch_core_registers): Ditto.
3609 (_initialize_x86_64_linux_tdep): Call add_core_fns().
3610 * x86-64-linux-tdep.h: New file.
3611 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
3612 and core-regset.o.
3613 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
3614
3615 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3616
3617 * x86-64-tdep.c (x86_64_store_return_value): Use
3618 regcache_cooked_write_part instead of regcache_cooked_write.
3619
3620 * configure.host: Add x86_64-*-freebsd*.
3621 * configure.tgt: Add x86_64-*-freebsd*.
3622 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
3623 * amd64fbsd-nat.c: New file.
3624 * amd64fbsd-tdep.c: New file.
3625 * config/i386/nm-fbsd64.h: New file.
3626 * config/i386/fbsd64.mh: New file.
3627 * config/i386/fbsd64.mt: New file.
3628
3629 2003-07-11 Mark Kettenis <kettenis@gnu.org>
3630
3631 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
3632 `sc_regs_offset' and `sc_fpregs_offset'.
3633 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
3634 SIGFRAME_FPREGSAVE_OFF): Remove defines.
3635 (alpha_sigtramp_register_address): Rewrite to use new members of
3636 `struct gdbarch_tdep'.
3637 (alpha_gdbarch_init): Initialize new members of struct
3638 gdbarch_tdep'.
3639 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
3640 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
3641 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
3642 (alphafbsd_pc_in_sigtramp): Implement.
3643 (alphafbsd_sigtramp_offset): New function.
3644 (alphafbsd_sigcontext_addr): New function.
3645 (alphafbsd_init_abi): Initialize signal trampoline related members
3646 of `struct gdbarch_tdep'.
3647 (_initialize_alphafbsd_tdep): Add prototype.
3648
3649 2003-07-11 Theodore A. Roth <troth@openavr.org>
3650
3651 * Makefile.in (install-only): Quote sed expression when generating
3652 transformed_name.
3653
3654 2003-07-11 Richard Henderson <rth@redhat.com>
3655
3656 * Makefile.in (dwarf2-frame.o): Add complaints_h.
3657 * dwarf2-frame.c: Include complaints.h.
3658 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
3659 variable initialization; return NULL on error.
3660 (decode_frame_entry): New.
3661
3662 2003-07-11 Andrew Cagney <cagney@redhat.com>
3663
3664 * frame.h (frame_address_in_block): Delete declaration.
3665 * blockframe.c (frame_address_in_block): Delete function.
3666 (get_frame_block): Use get_frame_address_in_block.
3667 (block_innermost_frame): Ditto.
3668 * stack.c (print_frame, backtrace_command_1): Ditto.
3669
3670 * frame.h (get_frame_address_in_block): Declare.
3671 (frame_unwind_address_in_block): Declare.
3672 * frame.c (frame_unwind_address_in_block): New function.
3673 (get_frame_address_in_block): New function.
3674
3675 2003-07-10 Andrew Cagney <cagney@redhat.com>
3676
3677 * gdbarch.sh: Simplify predicate methods. Remove need to provide
3678 pre-default. Note: re-generate has no effect.
3679
3680 2003-07-10 Andrew Cagney <cagney@redhat.com>
3681
3682 * gdbarch.sh: When a variable, but not a function, compare against
3683 0. Fix problem in previous patch.
3684 * gdbarch.c: Re-generate.
3685
3686 2003-07-10 Andrew Cagney <cagney@redhat.com>
3687
3688 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
3689 functions against NULL, not 0.
3690 * gdbarch.c: Re-generate.
3691
3692 2003-07-10 Fred Fish <fnf@ninemoons.com>
3693
3694 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
3695 null string instead of a null pointer.
3696 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
3697
3698 2003-07-09 Michael Snyder <msnyder@redhat.com>
3699
3700 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
3701
3702 2003-07-09 Mark Kettenis <kettenis@gnu.org>
3703
3704 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
3705 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
3706 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
3707 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
3708 * x86-64-tdep.c: ... from here.
3709
3710 2003-07-09 Andreas Schwab <schwab@suse.de>
3711
3712 * m68k-tdep.h (enum struct_return): Define.
3713 (struct gdbarch_tdep): Add struct_return.
3714 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
3715 bytes are padded to the right, not to the left. Pass struct value
3716 address in register %a1, not on stack.
3717 (m68k_use_struct_convention): New function.
3718 (m68k_gdbarch_init): Set use_struct_convention. Initialize
3719 struct_return in tdep to pcc_struct_return.
3720 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
3721 reg_struct_return.
3722
3723 2003-07-09 Joel Brobecker <brobecker@gnat.com>
3724
3725 * somread.c (som_symfile_offsets): Fix compilation error.
3726
3727 2003-07-09 Andrew Cagney <cagney@redhat.com>
3728
3729 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
3730 Add comments about the checks.
3731
3732 2003-07-08 Andrew Cagney <cagney@redhat.com>
3733
3734 * Makefile.in: Make dependency section headers consistent.
3735 (config_h): Move to $BUILD headers section.
3736 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
3737 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
3738 (ada-exp.tab.c): Move to YACC/LEX section.
3739 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
3740 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
3741
3742 2003-07-08 Kris Warkentin <kewarken@qnx.com>
3743
3744 * nto-procfs.c: Cleaned up a bunch of ARI hits.
3745 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
3746 of strerror with safe_strerror, use ISO C function definitions,
3747 and replace instances of sprintf with snprintf.
3748
3749 2003-07-07 Andrew Cagney <cagney@redhat.com>
3750
3751 * frame.c (get_prev_frame): Enable check for identical frames.
3752 Update comments. Update error messages.
3753
3754 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3755
3756 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
3757
3758 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3759
3760 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
3761 sort_symtab_syms, no longer necessary.
3762
3763 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3764
3765 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
3766
3767 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3768
3769 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
3770 (mips_register_byte): Likewise.
3771
3772 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3773
3774 * Makefile.in (sparc_tdep_h): New.
3775 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
3776 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
3777 * sparc-linux-nat.c: Include "sparc-tdep.h".
3778 * sparc-nat.c: Likewise.
3779 * sparc-tdep.c: Likewise.
3780 * sparc64nbsd-nat.c: Likewise.
3781 * sparcnbsd-nat.c: Likewise.
3782 * sparcnbsd-tdep.c: Likewise.
3783 * sparc-tdep.h: New file.
3784 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
3785 and sparc_npc_regnum.
3786
3787 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3788
3789 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
3790 (mips_linux_cannot_store_register): List supported instead of
3791 unsupported registers.
3792
3793 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3794
3795 * disasm.c (dump_insns): Separate instructions from addresses.
3796
3797 2003-07-07 Andreas Schwab <schwab@suse.de>
3798
3799 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
3800 dependencies.
3801 * m68k-tdep.c (NUM_FREGS): Delete.
3802 (SIG_PC_FP_OFFSET): Delete.
3803 (TARGET_M68K): Delete.
3804 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
3805 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
3806 P_MOVEL_SP, P_MOVEML_SP): Define.
3807 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
3808 P_TRAP): Delete.
3809 (m68k_register_raw_size): Delete.
3810 (m68k_register_virtual_size): Delete.
3811 (m68k_register_type): Renamed from m68k_register_virtual_type and
3812 add gdbarch argument.
3813 (m68k_store_struct_return): Delete.
3814 (m68k_deprecated_extract_return_value): Delete.
3815 (m68k_deprecated_extract_struct_value_address): Delete.
3816 (m68k_frame_chain): Delete.
3817 (m68k_frame_saved_pc): Delete.
3818 (m68k_fix_call_dummy): Delete.
3819 (m68k_push_dummy_frame): Delete.
3820 (m68k_pop_frame): Delete.
3821 (m68k_extract_return_value): New function.
3822 (m68k_store_return_value): Rewrite using regcache.
3823 (m68k_extract_struct_value_address): Rewrite using regcache.
3824 (m68k_push_dummy_call): New function.
3825 (struct m68k_frame_cache): Define.
3826 (m68k_alloc_frame_cache): New function.
3827 (m68k_analyze_frame_setup): New function.
3828 (m68k_analyze_register_saves): New function.
3829 (m68k_analyze_prologue): New function.
3830 (m68k_skip_prologue): Rewrite using above functions.
3831 (m68k_unwind_pc): New function.
3832 (m68k_frame_cache): New function.
3833 (m68k_frame_this_id): New function.
3834 (m68k_frame_prev_register): New function.
3835 (m68k_frame_unwind): New variable.
3836 (m68k_frame_p): New function.
3837 (m68k_sigtramp_frame_cache): New function.
3838 (m68k_sigtramp_frame_this_id): New function.
3839 (m68k_sigtramp_frame_prev_register): New function.
3840 (m68k_sigtramp_frame_unwind): New variable.
3841 (m68k_sigtramp_frame_p): New function.
3842 (m68k_frame_base_address): New function.
3843 (m68k_frame_base): New function.
3844 (m68k_unwind_dummy_id): New function.
3845 (fill_gregset): Use regcache_collect.
3846 (fill_fpregset): Likewise.
3847 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
3848 defined.
3849 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
3850 deprecated_init_frame_pc, deprecated_store_struct_return,
3851 deprecated_extract_return_value, deprecated_store_return_value,
3852 deprecated_frame_chain, deprecated_frame_saved_pc,
3853 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
3854 deprecated_register_virtual_size,
3855 deprecated_max_register_raw_size,
3856 deprecated_max_register_virtual_size,
3857 deprecated_register_virtual_type, deprecated_register_size,
3858 deprecated_register_byte, deprecated_register_bytes,
3859 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
3860 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
3861 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
3862 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
3863 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
3864 deprecated_push_dummy_frame, deprecated_pop_frame,
3865 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
3866 only if SYSCALL_TRAP is defined. Set extract_return_value,
3867 store_return_value, extract_struct_value_address, register_type,
3868 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
3869 predicates.
3870 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
3871 M68K_MAX_REGISTER_SIZE): Define.
3872 (struct m68k_sigtramp_info): Define.
3873 (struct gdbarch_tdep): Add get_sigtramp_info.
3874 * m68klinux-nat.c (fetch_register): Use register_size instead of
3875 REGISTER_RAW_SIZE. Don't put assignment in if.
3876 (store_register): Likewise.
3877 (fetch_inferior_registers): Likewise.
3878 (store_inferior_registers): Likewise.
3879 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
3880 (m68k_linux_frame_saved_pc): Delete.
3881 (m68k_linux_sigcontext_reg_offset,
3882 m68k_linux_ucontext_reg_offset): Define.
3883 (m68k_linux_get_sigtramp_info): New function.
3884 (m68k_linux_extract_return_value): Rewrite using regcache.
3885 (m68k_linux_store_return_value): Likewise.
3886 (m68k_linux_extract_struct_value_address): Likewise.
3887 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
3888 Don't set deprecated_frame_saved_pc,
3889 deprecated_extract_return_value, deprecated_store_return_value,
3890 deprecated_extract_struct_value_address. Set
3891 extract_return_value, store_return_value,
3892 extract_struct_value_address.
3893
3894 2003-07-07 Andrew Cagney <cagney@redhat.com>
3895
3896 * expprint.c: Include "user-regs.h" instead of "frame.h".
3897 (print_subexp): Use user_reg_map_regnum_to_name, instead of
3898 frame_map_regnum_to_name.
3899 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
3900 (frame_map_name_to_regnum): Simplify, call
3901 user_reg_map_name_to_regnum.
3902 (frame_map_regnum_to_name): Simplify, call
3903 user_reg_map_regnum_to_name.
3904 (frame_register_unwind): Update.
3905 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
3906 (_initialize_frame_reg): Call user_reg_add_builtin.
3907 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
3908 (value_of_register): Use value_of_user_reg.
3909 * eval.c (evaluate_subexp_standard): Update.
3910 * parse.c (write_dollar_variable): Update.
3911 * d10v-tdep.c (d10v_print_registers_info): Update.
3912 * infcmd.c (registers_info): Update.
3913 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
3914 (builtin_regs_h): Delete macro.
3915 (user_regs_h): Define.
3916 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
3917 (builtin-regs.o): Delete target.
3918 (user-regs.o): Specify dependencies.
3919 (expprint.o): Update dependencies.
3920 (findvar.o): Update dependencies.
3921 (frame.o): Update dependencies.
3922 (std-regs.o): Update dependencies.
3923
3924 2003-07-06 Christopher Faylor <cgf@redhat.com>
3925
3926 * win32-nat.c (solib_symbols_add): Use one variable for all section
3927 address stuff. Pass variable rather than address of variable to
3928 safe_symbol_file_add.
3929
3930 2003-07-06 Andreas Schwab <schwab@suse.de>
3931
3932 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
3933
3934 2003-07-04 Joel Brobecker <brobecker@gnat.com>
3935
3936 * rs6000-nat.c (vmap_symtab): Fix compilation error.
3937
3938 2003-07-04 Kris Warkentin <kewarken@qnx.com>
3939
3940 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
3941
3942 2003-07-04 Kris Warkentin <kewarken@qnx.com>
3943
3944 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
3945 * config/i386/nto.mh: New file.
3946 * config/i386/nm-nto.h: New file.
3947 * configure.host: Add i[3456]86-*-nto*.
3948
3949 2003-07-03 Joel Brobecker <brobecker@gnat.com>
3950
3951 * remote-vx.c (vx_add_symbols): Fix compilation error.
3952
3953 2003-07-03 Andrew Cagney <cagney@redhat.com>
3954
3955 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
3956 * gdbarch.h, gdbarch.c: Re-generate.
3957 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
3958 (legacy_register_name): Declare.
3959 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
3960 (REGISTER_NAME): Define.
3961 * sparc-tdep.c (legacy_register_name): New function.
3962 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
3963 (REGISTER_NAME): Define.
3964 (hppa64_register_name): Declare.
3965 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
3966 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
3967 (hppa64_register_name): New function.
3968 (hppa_register_name): New function.
3969 * arch-utils.c (legacy_register_name): Delete.
3970 * arch-utils.h (legacy_register_name): Delete.
3971
3972 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
3973
3974 * cli/cli-interp.c (cli_interpreter_resume): Update the
3975 cli_uiout's stream to gdb_stdout.
3976
3977 2003-07-03 Andrew Cagney <cagney@redhat.com>
3978
3979 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
3980 predicate.
3981 * gdbarch.h, gdbarch.c: Re-generate.
3982 * regcache.c (init_regcache_descr): Use legacy code when either
3983 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
3984
3985 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
3986
3987 * NEWS: Move "set logging" entry into GDB 6.0 section.
3988
3989 2003-07-02 Jim Blandy <jimb@redhat.com>
3990
3991 * s390-tdep.c (struct frame_extra_info): new member:
3992 'stack_bought_valid'.
3993 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
3994 initialize fextra_info->stack_bought.
3995 (s390_frameless_function_invocation): Don't trust the value of
3996 fextra_info_ptr->stack_bought unless
3997 fextra_info->stack_bought_valid is set.
3998
3999 New S390 prologue analyzer.
4000 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4001 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4002 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4003 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4004 compute_x_addr, s390_on_stack, s390_store,
4005 s390_get_signal_frame_info): New functions.
4006 (S390_NUM_SPILL_SLOTS): New macro.
4007 (s390_get_frame_info): Rewritten.
4008 (is_arg_reg): Deleted.
4009
4010 Break out the decoding of S/390 instructions into separate
4011 functions, to make it more legible, and easier to check
4012 against the spec.
4013 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4014 is_rx, is_rxe): New functions.
4015 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4016 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4017 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4018 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4019 enums for opcode values. (Is this an improvement?)
4020
4021 2003-07-02 Andrew Cagney <cagney@redhat.com>
4022
4023 * i386-tdep.c: Revert change committed as part of trad-frame code
4024 below.
4025
4026 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4027
4028 * breakpoint.c (insert_catchpoint): Make static.
4029
4030 2003-07-02 Andreas Schwab <schwab@suse.de>
4031
4032 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4033 former ia64_push_arguments and ia64_push_return_address, and use
4034 regcache functions instead of read/write_register.
4035 (ia64_gdbarch_init): Set push_dummy_call instead of
4036 deprecated_push_arguments and deprecated_push_return_address.
4037
4038 2003-07-01 Andreas Jaeger <aj@suse.de>
4039
4040 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4041 before the call.
4042 Set %rax only to number of SSE registers used.
4043
4044 2003-07-01 Andrew Cagney <cagney@redhat.com>
4045
4046 * trad-frame.h: Update comments, a -1 .addr is reserved.
4047 (trad_frame_value_p, trad_frame_addr_p): Declare.
4048 (trad_frame_reg_p): Declare.
4049 (trad_frame_set_value): Rename trad_frame_register_value.
4050 (trad_frame_set_unknown): Declare.
4051 * trad-frame.c (trad_frame_realreg_p): New function.
4052 (trad_frame_addr_p, trad_frame_value_p): New function.
4053 (trad_frame_set_unknown): New function.
4054 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4055 (trad_frame_prev_register): Use trad_frame_realreg_p,
4056 trad_frame_addr_p and trad_frame_value_p.
4057 (trad_frame_set_value): Rename trad_frame_register_value.
4058 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4059 and trad_frame_set_value.
4060
4061 2003-06-30 Jim Blandy <jimb@redhat.com>
4062
4063 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4064 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4065 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4066 for 16 registers, and then 32 more bytes.
4067 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4068 New macros.
4069 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4070 Move up in the file, since it's now used by is_simple_arg.
4071 (is_simple_arg): Don't assume registers are four bytes long.
4072 Exclude all double arguments. Extended floats are not simple
4073 args.
4074 (is_power_of_two): New function.
4075 (pass_by_copy_ref): Call is_power_of_two, and check that the
4076 length fits in a register, rather than listing all the acceptable
4077 sizes. Extended floats are not passed by reference.
4078 (s390_push_arguments): Don't assume registers are four bytes long.
4079 Reserve an argument register to point to the buffer for structures
4080 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4081 S390_STACK_FRAME_OVERHEAD.
4082
4083 2003-06-30 Andreas Schwab <schwab@suse.de>
4084
4085 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4086 format error message.
4087
4088 2003-06-30 Joel Brobecker <brobecker@gnat.com>
4089
4090 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4091
4092 2003-06-30 David Carlton <carlton@kealia.com>
4093
4094 Band-aid for PR c++/1245.
4095 * Makefile.in (cp-support.o): Depend on complaints_h.
4096 * cp-support.c: Include complaints.h. Add declaration for
4097 find_last_component.
4098 (cp_find_first_component): Separate code into
4099 cp_find_first_component_aux.
4100 (cp_find_first_component_aux): Call demangled_name_complaint.
4101 (demangled_name_complaint): New.
4102
4103 2003-06-30 Andrew Cagney <cagney@redhat.com>
4104
4105 * remote.c (remote_write_bytes): Explicitly compute and then use
4106 the payload size. Update comments to reflect. Fixes problem of
4107 GDB not sending small packets as found by Fred Fish.
4108
4109 2003-06-30 Andrew Cagney <cagney@redhat.com>
4110
4111 * remote.c (remote_async_wait): Fix -Wformat problem.
4112
4113 2003-06-29 Andrew Cagney <cagney@redhat.com>
4114
4115 * remote.c (remote_wait): Call error, and not warning, when the
4116 packet is corrupt.
4117 (remote_async_wait): Ditto.
4118
4119 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4120
4121 * sparc-tdep.c (sparc_y_regnum): Make external again.
4122
4123 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4124
4125 * cli/cli-logging.c (pop_output_files): Add void to function
4126 definition.
4127
4128 2003-06-29 Andrew Cagney <cagney@redhat.com>
4129
4130 * frame.c (frame_register_unwind): Use unsigned char when dumping
4131 the buffer contents.
4132
4133 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
4134
4135 * cli/cli-logging.c: New file.
4136 * cli-out.c (struct ui_out_data): Add original_stream.
4137 (cli_redirect): New function.
4138 (cli_ui_out_impl): Add cli_redirect.
4139 (cli_out_new): Initialize original_stream.
4140 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4141 (uo_redirect, ui_out_redirect): New.
4142 * ui-out.h (struct ui_out_impl): Add redirect member.
4143 (redirect_ftype): New.
4144 (ui_out_redirect): Add prototype.
4145 * Makefile.in: Add rules for cli-logging.c.
4146 * NEWS: Mention "set logging".
4147
4148 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4149
4150 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4151
4152 2003-06-27 Andrew Cagney <cagney@redhat.com>
4153
4154 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4155 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4156 * avr-tdep.c (avr_call_dummy_address): Delete function.
4157 (avr_gdbarch_init): Do not set call_dummy_address.
4158
4159 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4160
4161 * symfile.c (syms_from_objfile): Move variables to inner block.
4162 Move the checks for the non-mainline case a bit earlier to avoid
4163 doing some useless computations.
4164
4165 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4166
4167 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4168
4169 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
4170
4171 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4172 sections.
4173
4174 2003-06-26 Michael Chastain <mec@shout.net>
4175
4176 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4177 gdb/testsuite/gdb.c++/pr-1210.exp.
4178
4179 2003-06-26 Andrew Cagney <cagney@redhat.com>
4180
4181 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4182 altivec_expression.h and altivec_registers.h.
4183
4184 2003-06-26 Andrew Cagney <cagney@redhat.com>
4185
4186 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4187 info->mach when MIPS16. Patch suggested by Fred Fish.
4188
4189 2003-06-26 Andrew Cagney <cagney@redhat.com>
4190
4191 * utils.c (internal_vproblem): Print the problem to a reason
4192 buffer and then pass to query. Make the msg variable more local.
4193
4194 2003-06-26 Andrew Cagney <cagney@redhat.com>
4195
4196 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4197 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4198 * gdbarch.h, gdbarch.c: Re-generate.
4199 * frame-base.c (default_frame_args_address): Update. Use
4200 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4201 not available.
4202 (default_frame_locals_address): Ditto for
4203 DEPRECATED_FRAME_LOCALS_ADDRESS.
4204 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4205 (vax_frame_num_args): Update.
4206 (vax_gdbarch_init): Update.
4207 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4208 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4209 * mcore-tdep.c (mcore_gdbarch_init): Update.
4210 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4211 * ia64-tdep.c (ia64_gdbarch_init): Update.
4212 * symtab.h (address_class): Update comments.
4213 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4214 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4215 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4216 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4217 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4218 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4219 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4220 * alpha-mdebug-tdep.c: Update.
4221 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4222
4223 2003-06-26 Andreas Jaeger <aj@suse.de>
4224
4225 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4226 of SSE registers so that varargs functions work. Rework handling
4227 of passing arguments on the stack.
4228 (x86_64_store_return_value): Return double and float values in SSE
4229 register.
4230
4231 2003-06-24 Michael Chastain <mec@shout.net>
4232
4233 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4234 the "constructor breakpoints ignored" bug.
4235
4236 2003-06-25 David Carlton <carlton@kealia.com>
4237
4238 * MAINTAINERS: Update e-mail address.
4239
4240 2003-06-24 Jim Blandy <jimb@redhat.com>
4241
4242 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4243
4244 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4245 function.
4246 (ppc_linux_init_abi): Register it as the
4247 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4248
4249 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4250 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4251 method.
4252
4253 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4254 (ppc64_standard_linkage_target): Use it.
4255
4256 2003-06-23 Andrew Cagney <cagney@redhat.com>
4257
4258 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4259 for 0 "int0" and 4 "int32" sized registers.
4260 * gdbtypes.c (builtin_type_int0): Define.
4261 (build_gdbtypes): Initialize builtin_type_int0.
4262 * gdbtypes.h (builtin_type_int0): Declare.
4263
4264 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4265
4266 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4267 as characters are unsigned.
4268
4269 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4270
4271 PR gdb/1179
4272 * dwarfread.c (struct_type): Skip static fields without crashing.
4273
4274 2003-06-22 Andrew Cagney <cagney@redhat.com>
4275
4276 GDB 6.0 branch created.
4277 * README: Update.
4278 * PROBLEMS: Update. Empty.
4279 * NEWS: Update.
4280
4281 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4282
4283 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4284 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4285
4286 2003-06-22 Andrew Cagney <cagney@redhat.com>
4287
4288 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4289 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4290 Velikov.
4291
4292 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4293
4294 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4295 compilers.
4296
4297 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4298
4299 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
4300 argument of val_print.
4301 * cp-valprint.c (cp_print_value): Don't add the offset parameter
4302 to the address argument of baseclass_offset or target_read_memory.
4303 Do add it to the argument of cp_print_value_fields.
4304
4305 2003-06-21 Andrew Cagney <cagney@redhat.com>
4306
4307 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
4308 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
4309 instead of 0..NUM_REGS.
4310 (mips_register_reggroup_p): New function.
4311 (mips_pseudo_register_write): New function.
4312 (mips_pseudo_register_read): New function.
4313 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
4314 based on the register's type.
4315 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
4316 cooked.
4317 (mips_get_saved_register): Simplify. Assert that REGNO is a
4318 pseudo / cooked.
4319 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
4320 (mips_register_type): Replace mips_register_virtual_type. Map
4321 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
4322 when available.
4323 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
4324 that the register is cooked / virtual.
4325 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
4326 Only get the extra info when needed.
4327 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
4328 (mips32_heuristic_proc_desc): Fetch the cooked register.
4329 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
4330 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
4331 (mips_print_register): Use gdbarch_register_type, instead of
4332 REGISTER_VIRTUAL_TYPE.
4333 (print_gp_register_row): Use gdbarch_register_type, instead of
4334 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
4335 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4336 Print the pseudo / cooked registers.
4337 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4338 Print the pseudo / cooked registers.
4339 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
4340 REG_NUM is pseudo / cooked.
4341 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
4342 (mips_n32n64_xfer_return_value): Ditto.
4343 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
4344 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
4345 (mips_register_sim_regno): New function.
4346 (mips_gdbarch_init): Set deprecated_register_byte,
4347 register_group_p, pseudo_register_write, pseudo_register_read,
4348 register_sim_regno, and num_pseudo_regs. Set register_type,
4349 instead of register_virtual_type.
4350 * Makefile.in (mips-tdep.o): Update dependencies.
4351 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
4352 REGISTER_VIRTUAL_TYPE.
4353 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
4354 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
4355 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
4356 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
4357 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
4358
4359 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4360
4361 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
4362 * cli/cli-cmds.c: Include "gdb_vfork.h".
4363 (shell_escape): Use vfork.
4364
4365 2003-06-21 Andrew Cagney <cagney@redhat.com>
4366
4367 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
4368 32 bit floating-point register saves.
4369
4370 * frame.h (deprecated_unwind_get_saved_register): Delete.
4371 * frame.c (deprecated_unwind_get_saved_register): Delete function.
4372 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
4373 and deprecated_get_next_frame_hack instead of
4374 deprecated_unwind_get_saved_register.
4375
4376 * mips-tdep.c (mips_dump_tdep): Do not print
4377 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
4378
4379 * frame.c (get_frame_register): New function.
4380 (frame_unwind_register_signed): New function.
4381 (get_frame_register_signed): New function.
4382 (frame_unwind_register_unsigned): New function.
4383 (get_frame_register_unsigned): New function.
4384 * frame.h: Add comments on naming schema.
4385 (get_frame_register, frame_unwind_register_signed): Declare.
4386 (get_frame_register_signed, get_frame_register_signed): Declare.
4387 (frame_unwind_register_unsigned): Declare.
4388 (get_frame_register_unsigned): Declare.
4389
4390 2003-06-20 Theodore A. Roth <troth@openavr.org>
4391
4392 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
4393
4394 2003-06-20 Theodore A. Roth <troth@openavr.org>
4395
4396 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
4397 (avr_read_sp): Ditto.
4398
4399 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
4400
4401 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
4402 * config/arm/nm-linux.h: Likewise.
4403 * config/arm/tm-linux.h: Likewise.
4404 * config/ia64/nm-linux.h: Likewise.
4405 * config/ia64/tm-ia64.h: Likewise.
4406 * config/s390/tm-linux.h: Likewise.
4407 * config/s390/tm-s390.h: Likewise.
4408 * s390-nat.c: Likewise.
4409 * s390-tdep.c: Likewise.
4410
4411 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
4412 * config/ia64/linux.mt: Likewise.
4413 * config/m68k/linux.mh: Likewise.
4414 * config/mips/linux.mt: Likewise.
4415 * config/powerpc/linux.mh: Likewise.
4416 * config/sh/linux.mt: Likewise.
4417
4418 2003-06-19 Kris Warkentin <kewarken@qnx.com>
4419
4420 * solib.c (solib_open): Change tests for whether to search
4421 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
4422 comments.
4423
4424 2003-06-19 Theodore A. Roth <troth@openavr.org>
4425
4426 * avr-tdep.c (avr_frame_address): Delete function.
4427 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
4428 set_gdbarch_frame_args_address.
4429
4430 2003-06-19 Andrew Cagney <cagney@redhat.com>
4431
4432 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
4433 (REGISTER_CONVERT_FROM_TYPE): Delete.
4434 (mips_register_convert_to_type): Delete declaration.
4435 (mips_register_convert_from_type): Delete declaration.
4436 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
4437 kernel/.
4438
4439 2003-06-19 Michael Snyder <msnyder@redhat.com>
4440
4441 * linux-nat.h: New file.
4442 * linux-nat.c: Include linux-nat.h.
4443 * lin-lwp.c: Include linux-nat.h.
4444 Move struct lwp_info def to linux-nat.h.
4445 * linux-proc.c: Include linux-nat.h.
4446 (linux_make_note_section): Iterate over lwps instead of threads.
4447 (linux_do_thread_registers): Use lwp instead of merged pid.
4448 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
4449 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
4450 Add dependency on linux_nat_h.
4451
4452 2003-06-19 Theodore A. Roth <troth@openavr.org>
4453
4454 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
4455
4456 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4457
4458 * varobj.c (get_type, get_target_type): Use check_typedef.
4459
4460 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4461
4462 * breakpoint.c (insert_catchpoint): Call internal_error.
4463
4464 2003-06-19 Theodore A. Roth <troth@openavr.org>
4465
4466 * avr-tdep.c (avr_push_dummy_code): Delete function.
4467 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
4468
4469 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4470
4471 * arch-utils.c (default_prepare_to_proceed): Remove.
4472 (generic_prepare_to_proceed): Remove.
4473 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
4474 (generic_prepare_to_proceed): Remove prototype.
4475 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
4476 * gdbarch.c: Regenerate.
4477 * gdbarch.h: Regenerate.
4478 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
4479 * hppah-nat.c (hppa_switched_threads): Remove.
4480 * infrun.c (prepare_to_proceed): New static function, copied from
4481 generic_prepare_to_proceed. Remove select_it argument.
4482 (proceed): Call prepare_to_proceed.
4483 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
4484 variables.
4485 (ptrace_wait): Don't set the removed variables.
4486 (hppa_switched_threads): Remove.
4487 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
4488 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
4489 (lin_lwp_prepare_to_proceed): Remove prototype.
4490 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
4491 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
4492
4493 2003-06-18 Theodore A. Roth <troth@openavr.org>
4494
4495 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
4496 trad-frame.h.
4497 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
4498 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
4499 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
4500 (AVR_PROLOGUE_*): Enumerate prologue types.
4501 (struct frame_extra_info): Remove.
4502 (struct avr_unwind_cache): Define.
4503 (avr_write_sp): Delete function.
4504 (avr_read_fp): Ditto.
4505 (avr_init_extra_frame_info): Ditto.
4506 (avr_pop_frame): Ditto.
4507 (avr_frame_saved_pc): Ditto.
4508 (avr_saved_pc_after_call): Ditto.
4509 (avr_push_return_address): Ditto.
4510 (avr_frame_chain): Ditto.
4511 (avr_store_struct_return): Ditto.
4512 (avr_push_arguments): Ditto.
4513 (avr_scan_prologue): Update comments. Changed to set up the info for
4514 cache unwinding. Now returns end of prologue PC.
4515 (avr_skip_prologue): Better handling of functions lacking a prologue
4516 by using avr_scan_prologue.
4517 (avr_scan_arg_moves): New function.
4518 (avr_saved_regs_unwinder): Ditto.
4519 (avr_frame_unwind_cache): Ditto.
4520 (avr_unwind_pc): Ditto.
4521 (avr_frame_this_id): Ditto.
4522 (avr_frame_prev_register): Ditto.
4523 (avr_frame_p): Ditto.
4524 (avr_frame_base_address ): Ditto.
4525 (avr_unwind_dummy_id): Ditto.
4526 (avr_push_dummy_code): Ditto.
4527 (push_stack_item): Ditto.
4528 (pop_stack_item): Ditto.
4529 (avr_push_dummy_call): Ditto.
4530 (struct stack_item): Define.
4531 (avr_frame_unwind): Declare structure.
4532 (avr_frame_base): Ditto.
4533 (avr_gdbarch_init): Remove calls to
4534 set_gdbarch_deprecated_init_frame_pc,
4535 set_gdbarch_deprecated_target_read_fp,
4536 set_gdbarch_deprecated_dummy_write_sp,
4537 set_gdbarch_deprecated_fp_regnum,
4538 set_gdbarch_deprecated_push_arguments,
4539 set_gdbarch_deprecated_push_return_address,
4540 set_gdbarch_deprecated_pop_frame,
4541 set_gdbarch_deprecated_store_struct_return,
4542 set_gdbarch_deprecated_frame_init_saved_regs,
4543 set_gdbarch_deprecated_init_extra_frame_info,
4544 set_gdbarch_deprecated_frame_chain,
4545 set_gdbarch_deprecated_frame_saved_pc,
4546 set_gdbarch_deprecated_saved_pc_after_call.
4547 Add calls to set_gdbarch_push_dummy_call,
4548 set_gdbarch_push_dummy_code,
4549 frame_unwind_append_predicate,
4550 frame_base_set_default,
4551 set_gdbarch_unwind_dummy_id,
4552 set_gdbarch_unwind_pc.
4553 Wrap a long line.
4554
4555 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
4556
4557 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
4558 registers for H8/300S.
4559 (h8300_print_registers_info): Ditto.
4560 (h8300_gdbarch_init): Accommodate register count for H8/300S.
4561
4562 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
4563
4564 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
4565 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
4566 (lin_lwp_wait): Likewise. Update comments.
4567 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
4568 (pull_pid_from_list, linux_record_stopped_pid): New.
4569
4570 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4571
4572 * ada-lang.c (scan_discrim_bound): Name first argument.
4573 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
4574 declared by ALL_BLOCK_SYMBOLS.
4575
4576 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4577
4578 * ada-tasks.c (find_function_in_inferior): Don't declare it.
4579 ("regcache.h"): Include it.
4580 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
4581
4582 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4583
4584 * NEWS: Mention gdbserver detach change and "disconnect" command.
4585 * infcmd.c (disconnect_command): New function.
4586 (_initialize_infcmd): Add ``disconnect'' command.
4587 * remote.c (remote_async_detach): Delete.
4588 (remote_detach): Merge remote_async_detach.
4589 (remote_disconnect): New.
4590 (init_remote_ops): Set to_disconnect.
4591 (init_remote_cisco_ops): Likewise.
4592 (init_remote_async_ops): Likewise. Use remote_detach.
4593 * target.c (cleanup_target): Default to_disconnect.
4594 (update_current_target): Inherit to_disconnect.
4595 (target_disconnect, debug_to_disconnect): New functions.
4596 (setup_target_debug): Set to_disconnect.
4597 * target.h (struct target_ops): Add to_disconnect.
4598 (target_disconnect): Add prototype.
4599
4600 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4601
4602 * breakpoint.c (insert_catchpoint): New function.
4603 (insert_breakpoints): Use catch_exceptions to call
4604 insert_catchpoint. Disable catchpoints if they fail to insert.
4605
4606 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4607
4608 * symfile.c (reread_symbols): Clear sym_private.
4609
4610 2003-06-17 Andrew Cagney <cagney@redhat.com>
4611
4612 * trad-frame.h (struct frame_info): Add opaque declaration.
4613 * remote-fileio.h (struct cmd_list_element): Add opaque
4614 declaration.
4615 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
4616 comments.
4617
4618 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4619
4620 * remote.c (remote_prepare_to_store): Replace call to
4621 deprecated_read_register_bytes with multiple regcache_raw_read
4622 calls.
4623
4624 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4625
4626 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
4627 (nto_find_and_open_solib): Likewise.
4628 (nto_init_solib_absolute_prefix): Likewise.
4629 (_initialize_nto_tdep): Fix indentation.
4630
4631 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4632
4633 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
4634
4635 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4636
4637 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
4638
4639 2003-06-17 Jim Blandy <jimb@redhat.com>
4640
4641 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
4642
4643 2003-06-16 Theodore A. Roth <troth@openavr.org>
4644
4645 * avr-tdep.c (avr_extract_return_value): New function.
4646 (avr_gdbarch_init): Set extract_return_value method.
4647
4648 2003-06-16 Andrew Cagney <cagney@redhat.com>
4649
4650 * frame.h (deprecated_get_next_frame_hack): Declare.
4651 * frame.c (legacy_saved_regs_prev_register): Only require
4652 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
4653 there are always saved regs.
4654 (deprecated_generic_get_saved_register): Do not require
4655 DEPRECATED_FRAME_INIT_SAVED_REGS.
4656 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
4657 use frame ID unwind instead.
4658 (deprecated_get_next_frame_hack): New function.
4659
4660 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
4661
4662 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
4663 (h8300_push_dummy_call): ...this function. Some minor optimization.
4664 (h8300_push_return_address): Remove.
4665 (h8300_gdbarch_init): Remove calls to
4666 set_gdbarch_deprecated_dummy_write_sp,
4667 set_gdbarch_deprecated_push_arguments and
4668 set_gdbarch_deprecated_push_return_address.
4669 Add call to set_gdbarch_push_dummy_call.
4670
4671 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
4672
4673 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
4674 (E_PSEUDO_EXR_REGNUM): Ditto.
4675 (h8300_is_argument_spill): Check for instructions moving argument
4676 registers into safe registers.
4677 (h8300_skip_prologue): Check for stm instruction to push registers
4678 used for register variables onto stack.
4679 (gdb_print_insn_h8300): Remove.
4680 (h8300_examine_prologue): Add a comment.
4681 (h8300_register_name): Take pseudo registers into account.
4682 (h8300s_register_name): Ditto.
4683 (h8300sx_register_name): Ditto.
4684 (h8300_print_register): Ditto.
4685 (h8300_print_registers_info): Define "nice" printing order.
4686 (h8300_saved_pc_after_call): Take pseudo registers into account.
4687 (h8300_register_type): Ditto. Return type used for remote connection
4688 when requesting real CCR or EXR register, return actual type when
4689 requesting pseudo CCR or EXR.
4690 (h8300_pseudo_register_read): New function.
4691 (h8300_pseudo_register_write): Ditto.
4692 (h8300_dbg_reg_to_regnum): Ditto.
4693 (h8300s_dbg_reg_to_regnum): Ditto.
4694 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
4695 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
4696 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
4697 set_gdbarch_print_insn architecture dependent.
4698 Call set_gdbarch_pseudo_register_read and
4699 set_gdbarch_pseudo_register_write.
4700 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
4701
4702 2003-06-16 Andrew Cagney <cagney@redhat.com>
4703
4704 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
4705 * gdbarch.h, gdbarch.c: Re-generate.
4706 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4707 * s390-tdep.c (s390_gdbarch_init): Update.
4708 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4709 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4710 * mips-tdep.c (mips_gdbarch_init): Update.
4711 * mcore-tdep.c (mcore_gdbarch_init): Update.
4712 * cris-tdep.c (cris_gdbarch_init): Update.
4713 * infcall.c (call_function_by_hand): Update.
4714 * ia64-tdep.c (ia64_push_arguments): Update comment.
4715 * frame.c (legacy_get_prev_frame): Do not assume
4716 SAVE_DUMMY_FRAME_TOS_P.
4717 * dummy-frame.c (find_dummy_frame): Update comment.
4718
4719 2003-06-16 Andrew Cagney <cagney@redhat.com>
4720
4721 * regcache.c (do_cooked_read): Do not use register_valid_p.
4722
4723 2003-06-15 Theodore A. Roth <troth@openavr.org>
4724
4725 * avr-tdep.c (avr_register_type): Remove a blank line.
4726 (avr_scan_prologue): Correct some comments.
4727
4728 2003-06-15 Theodore A. Roth <troth@openavr.org>
4729
4730 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
4731 prologue types.
4732 Properly scan prologues generated by gcc with the -mcall-prologues
4733 option.
4734 Add code to scan -mcall-prologues for mega devices.
4735
4736 2003-06-15 Theodore A. Roth <troth@openavr.org>
4737
4738 * avr-tdep.c (avr_register_byte): Delete function.
4739 (avr_register_raw_size): Delete function.
4740 (avr_register_virtual_size): Delete function.
4741 (avr_register_virtual_type): Delete function.
4742 (avr_register_type): New function.
4743 (avr_address_to_pointer): Remove unused code.
4744 (avr_read_fp): Need to read FP as two separate bytes due to change to
4745 avr_register_type() usage.
4746 (avr_gdbarch_init): Don't set deprecated_register_size.
4747 Don't set deprecated_register_bytes.
4748 Don't set deprecated_register_byte.
4749 Don't set deprecated_register_raw_size.
4750 Don't set deprecated_max_register_raw_size.
4751 Don't set deprecated_register_virtual_size.
4752 Don't set deprecated_max_register_virtual_size.
4753 Don't set deprecated_register_virtual_type.
4754 Set register_type method.
4755
4756 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
4757
4758 * Makefile.in (linux-nat.o): Add rule.
4759 * linux-nat.c: New file.
4760 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
4761 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
4762 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
4763 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
4764 * config/arm/linux.mh (NATDEPFILES): Likewise.
4765 * config/i386/linux.mh (NATDEPFILES): Likewise.
4766 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
4767 * config/ia64/linux.mh (NATDEPFILES): Likewise.
4768 * config/m68k/linux.mh (NATDEPFILES): Likewise.
4769 * config/mips/linux.mh (NATDEPFILES): Likewise.
4770 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
4771 * config/s390/s390.mh (NATDEPFILES): Likewise.
4772 * config/sparc/linux.mh (NATDEPFILES): Likewise.
4773
4774 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4775
4776 * i387-tdep.c: Reorder includes, fix some whitespace issues and
4777 replace out-of-date comment.
4778
4779 2003-06-15 Andrew Cagney <cagney@redhat.com>
4780
4781 * rdi-share/host.h (Fail): Change to a varargs function.
4782 * remote-rdi.c (Fail): Update.
4783
4784 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4785
4786 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
4787 (i386_convert_register_p, i386_register_to_value,
4788 i386_register_from_value): Handle types longer than 8 bytes.
4789
4790 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4791
4792 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
4793 Move floating-point code to new function in i387-tdep.c.
4794 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
4795 New functions containing code moved here from i386-tdep.c.
4796 * i387-tdep.h: Add opaque declaration for `struct type'.
4797 (i387_register_to_value, i387_value_to_register): New prototypes.
4798 * x86-64-tdep.c (x86_64_convert_register_p): New function.
4799 (x86_64_init_abi): Set convert_register_p, register_to_value and
4800 value_to_register here.
4801
4802 2003-06-14 Andrew Cagney <cagney@redhat.com>
4803
4804 * mips-tdep.c (mips_register_to_value): Make static.
4805 (mips_value_to_register): Make static.
4806 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
4807 * ia64-tdep.c (ia64_register_raw_size): Make static.
4808 (ia64_register_virtual_size): Make static.
4809 (ia64_register_byte): Make static.
4810 * i387-tdep.c: Include "i387-tdep.h".
4811 (print_387_control_word): Delete function.
4812 (print_387_status_word): Delete function.
4813 (print_387_status_bits): Delete function.
4814 (print_387_control_bits): Delete function.
4815 * Makefile.in (i387-tdep.o): Update dependencies.
4816 * rdi-share/host.h (Fail): Declare.
4817 * remote-rdi.c (Fail): Update to match declaration.
4818
4819 2003-06-14 Andrew Cagney <cagney@redhat.com>
4820
4821 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
4822 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
4823 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
4824 * config/djgpp/fnchange.lst: Delete "remote-array.c".
4825 * README: Delete reference to remote-array.
4826 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
4827 (remote-array.o): Delete target.
4828 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
4829 * remote-array.c: Delete file.
4830
4831 2003-06-14 Andrew Cagney <cagney@redhat.com>
4832 Mark Kettenis <kettenis@gnu.org>
4833
4834 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
4835 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
4836 parameter with "frame".
4837 * gdbarch.h, gdbarch.c: Re-generate.
4838 * frame.h (put_frame_register): Declare.
4839 * frame.c (put_frame_register): New function.
4840 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
4841 (legacy_register_to_value): Rewrite, use "frame" to get the
4842 register value.
4843 (legacy_value_to_register): Rewrite, use "frame" to find the
4844 register's location before storing.
4845 * arch-utils.h (legacy_convert_register_p): Update.
4846 (legacy_register_to_value, legacy_value_to_register): Update.
4847 * findvar.c (value_from_register): Rewrite, eliminate use of
4848 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
4849 "frame" to REGISTER_TO_VALUE.
4850 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
4851 lval_reg_frame_relative + lval_register branch of the switch. Do
4852 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
4853 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
4854 I386_EDI_REGNUM): New defines.
4855 (i386_next_regnum, i386_convert_register_p,
4856 i386_register_to_value, i386_value_to_register): New functions.
4857 (i386_register_convertible, i386_register_convert_to_virtual,
4858 i386_convert_to_raw): Remove functions.
4859 (i386_gdbarch_init): Set convert_register_p, register_to_value and
4860 value_to_register instead of register_convertible,
4861 register_convert_to_virtual and register_convert_to_raw.
4862 * mips-tdep.c (mips_convert_register_p): New function.
4863 (mips_value_to_register): Replace mips_register_convert_from_type.
4864 (mips_register_to_value): Replace mips_register_convert_to_type.
4865 (mips_gdbarch_init): Set conver_register_p, value_to_register and
4866 register_to_value.
4867 * alpha-tdep.c (alpha_convert_register_p): Update.
4868 (alpha_value_to_register): Update, store the register.
4869 (alpha_register_to_value): Update, fetch the register.
4870
4871 2003-06-14 Theodore A. Roth <troth@openavr.org>
4872
4873 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
4874 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
4875 Don't set deprecated_call_dummy_words.
4876 Remove commented out set_gdbarch_believe_pcc_promotion() call.
4877 Don't set remote_translate_xfer_address.
4878 (avr_io_reg_read_command): Remove commented out debug printf.
4879 Wrap a long line.
4880
4881 2003-06-14 Theodore A. Roth <troth@openavr.org>
4882
4883 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
4884 causes gdb to seg fault.
4885
4886 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
4887
4888 * sparc-nat.c (fetch_inferior_registers): Correct
4889 a reference to "registers".
4890
4891 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
4892
4893 * Makefile.in (exc_request_U_h): Define
4894 (exc_request_S_h): Likewise.
4895 (msg_reply_S_h): Likewise.
4896 (msg_U_h): Likewise.
4897 (notify_S_h): Likewise.
4898 (process_reply_S_h): Likewise.
4899 (gnu-nat.o): Depend on gdb_obstack_h
4900 * gnu-nat.c: Include "gdb_obstack.h".
4901
4902 2003-06-13 Andrew Cagney <cagney@redhat.com>
4903
4904 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
4905 * gdbarch.h, gdbarch.c: Re-generate.
4906
4907 2003-06-13 Andrew Cagney <cagney@redhat.com>
4908
4909 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
4910 when deprecated REGISTER macros can be deleted.
4911 * gdbarch.h, gdbarch.c: Re-generate.
4912
4913 2003-06-13 Jim Blandy <jimb@redhat.com>
4914
4915 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
4916 Linux entry point symbols for _dl_debug_state, too.
4917
4918 2003-06-13 Andrew Cagney <cagney@redhat.com>
4919
4920 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
4921 available, do not use the FP register, and always save the TOS.
4922 * dummy-frame.c (dummy_frame_this_id): Do not assert
4923 SAVE_DUMMY_FRAME_TOS.
4924 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
4925 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
4926 (i386_push_dummy_call): Add 8 to the returned SP.
4927 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
4928 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
4929 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
4930 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
4931 (x86_64_push_dummy_call): Return "sp + 16".
4932 (x86_64_init_abi): Do not set save_dummy_frame_tos.
4933 * alpha-tdep.c (alpha_gdbarch_init): Do not set
4934 save_dummy_frame_tos.
4935
4936 2003-06-13 Jim Blandy <jimb@redhat.com>
4937
4938 * frv-tdep.c (frv_use_struct_convention): Delete static
4939 declaration for function deleted in my change of 2003-06-12.
4940
4941 2003-06-13 Theodore A. Roth <troth@openavr.org>
4942
4943 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
4944 (avr_pointer_to_address): Shift code addrs left 1 bit.
4945 (avr_convert_from_func_ptr_addr): Delete function since operation is
4946 better handled by avr_address_to_pointer and avr_pointer_to_address.
4947 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
4948
4949 2003-06-13 Mark Kettenis <kettenis@gnu.org>
4950
4951 From Kelley Cook <kelleycook@wideopenwest.com>:
4952 * configure.host: Accept i[34567]86 variants.
4953 * configure.tgt: Likewise.
4954 * nlm/configure.in: Likewise.
4955 * nlm/configure: Regenerated.
4956
4957 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
4958
4959 * arm-tdep.c (solib-svr4.h): Dont' include it.
4960 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
4961 * arm-linux-tdep.c: ... here. Make static.
4962 (arm_linux_init_abi): Register it.
4963 (solib-svr4.h): Include it.
4964 * Makefile.in: Update dependencies.
4965 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
4966 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
4967
4968 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
4969
4970 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
4971 indicate registers used for return values.
4972 (struct frame_extra_info): Drop args_pointer and locals_pointer.
4973 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
4974 members.
4975 (h8300_init_extra_frame_info): Ditto.
4976 (h8300_frame_locals_address): Removed.
4977 (h8300_frame_args_address): Removed.
4978 (h8300_extract_return_value): Use new regcache structure. Only care
4979 for 16 bit CPUs.
4980 (h8300h_extract_return_value): Same function for 32 bit CPUs.
4981 (h8300_store_return_value): Use new regcache structure. Only care
4982 for 16 bit CPUs.
4983 (h8300h_store_return_value): Same function for 32 bit CPUs.
4984 (h8300_store_struct_return): Removed.
4985 (h8300_extract_struct_value_address): Use new regcache structure.
4986 (h8300h_extract_struct_value_address): Removed.
4987 (h8300_push_dummy_code): New function.
4988 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
4989 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
4990 set_gdbarch_store_return_value architecture dependent.
4991 Call set_gdbarch_push_dummy_code and
4992 set_gdbarch_extract_struct_value_address.
4993 Remove calls to set_gdbarch_frame_args_address,
4994 set_gdbarch_frame_locals_address,
4995 set_gdbarch_deprecated_store_struct_return,
4996 set_gdbarch_deprecated_extract_return_value,
4997 set_gdbarch_deprecated_extract_struct_value_address,
4998 set_gdbarch_deprecated_call_dummy_words and
4999 set_gdbarch_deprecated_sizeof_call_dummy_words.
5000
5001 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5002
5003 * h8300-tdep.c (h8300_register_byte): Remove.
5004 (h8300h_register_byte): Remove.
5005 (h8300_register_virtual_type): Remove. Substitute by...
5006 (h8300_register_type): New function.
5007 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5008 (h8300h_extract_struct_value_address): Ditto.
5009 (h8300_gdbarch_init): Drop calls to
5010 set_gdbarch_deprecated_register_byte and
5011 set_gdbarch_deprecated_register_virtual_type.
5012 Add call to set_gdbarch_register_type.
5013
5014 2003-06-13 Andrew Cagney <cagney@redhat.com>
5015
5016 * gdbarch.sh: Update comments on registers.
5017 (deprecated_register_byte): Rename register_byte.
5018 (deprecated_register_raw_size): Rename register_raw_size.
5019 (deprecated_register_virtual_size): Rename register_virtual_size.
5020 (deprecated_register_virtual_type): Rename register_virtual_type.
5021 * gdbarch.h, gdbarch.c: Re-generate.
5022 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5023 * vax-tdep.c (vax_gdbarch_init): Update.
5024 * v850-tdep.c (v850_gdbarch_init): Update.
5025 * sparc-tdep.c (sparc_gdbarch_init): Update.
5026 * sh-tdep.c (sh_gdbarch_init): Update.
5027 * s390-tdep.c (s390_gdbarch_init): Update.
5028 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5029 * ns32k-tdep.c: Update.
5030 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5031 * mips-tdep.c (mips_gdbarch_init): Update.
5032 * mcore-tdep.c (mcore_gdbarch_init): Update.
5033 * m68k-tdep.c (m68k_gdbarch_init): Update.
5034 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5035 * ia64-tdep.c (ia64_gdbarch_init): Update.
5036 * hppa-tdep.c (hppa_gdbarch_init): Update.
5037 * h8300-tdep.c (h8300_gdbarch_init): Update.
5038 * frv-tdep.c (frv_gdbarch_init): Update.
5039 * cris-tdep.c (cris_gdbarch_init): Update.
5040 * avr-tdep.c (avr_gdbarch_init): Update.
5041 * alpha-tdep.c (alpha_gdbarch_init): Update.
5042 * arm-tdep.c (arm_gdbarch_init): Update.
5043
5044 2003-06-13 Andrew Cagney <cagney@redhat.com>
5045
5046 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5047 mips_o32_use_struct_convention with always_use_struct_convention.
5048
5049 2003-06-12 David Carlton <carlton@kealia.com>
5050
5051 * cp-namespace.c (cp_set_block_scope): Comment out
5052 processing_has_namespace_info branch.
5053
5054 2003-06-12 Jim Blandy <jimb@redhat.com>
5055
5056 Recognize and skip 64-bit PowerPC Linux linkage functions.
5057 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5058 insn_pattern, insns_match_pattern, d_field, ds_field): New
5059 functions, macros, and types for working with PPC instructions.
5060 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5061 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5062 ppc64_skip_trampoline_code): New functions, variables, and macros
5063 for recognizing and skipping linkage functions.
5064 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5065 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5066
5067 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5068 register offsets for both the 32- and 64-bit interfaces.
5069
5070 Actually finish the job started by my change of 2003-05-29.
5071 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5072 other #definition of this.
5073 (ppc_linux_skip_trampoline_code): Remove declaration.
5074 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5075 static.
5076 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5077 method for GDBARCH.
5078
5079 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5080 'long' on ppc64-*-linux*.
5081
5082 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5083 isn't #defined, assume the register doesn't exist: act as if
5084 tdep->ppc_mq_regnum were -1.
5085
5086 * configure.host, configure.tgt: Add entries for
5087 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5088 powerpc/linux.mt.
5089 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5090 New files.
5091
5092 * arch-utils.c (always_use_struct_convention): New function.
5093 * arch-utils.h (always_use_struct_convention): New prototype.
5094 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5095 (alpha_gdbarch_init): Register always_use_struct_convention,
5096 instead of alpha_use_struct_convention.
5097 * cris-tdep.c (cris_use_struct_convention): Delete.
5098 (cris_gdbarch_init): Register always_use_struct_convention,
5099 instead of cris_use_struct_convention.
5100 * frv-tdep.c (frv_use_struct_convention): Delete.
5101 (frv_gdbarch_init): Register always_use_struct_convention,
5102 instead of frv_use_struct_convention.
5103 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5104 (h8300_gdbarch_init): Register always_use_struct_convention,
5105 instead of h8300_use_struct_convention.
5106 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
5107 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5108 instead of mips_o32_use_struct_convention.
5109
5110 2003-06-12 Andrew Cagney <cagney@redhat.com>
5111
5112 * wince.c: Include "mips-tdep.h".
5113 * mips-tdep.h (mips_next_pc): Declare.
5114 * mcore-tdep.c: Make more local functions static.
5115 * Makefile.in (wince.o): Update dependencies.
5116
5117 2003-06-12 David Carlton <carlton@kealia.com>
5118
5119 * symtab.c (lookup_symbol_aux_minsyms): Replace
5120 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5121 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5122 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5123 SYMBOL_NATURAL_NAME.
5124
5125 2003-06-12 Andreas Schwab <schwab@suse.de>
5126
5127 * Makefile.in (tuiDisassem.o): Update dependencies.
5128
5129 2003-06-12 David Carlton <carlton@bactrian.org>
5130
5131 * symtab.h: Delete declaration of make_symbol_overload_list.
5132 Add declaration of lookup_partial_symbol.
5133 * symtab.c (remove_params): Move to cp-support.c.
5134 (overload_list_add_symbol, make_symbol_overload_list)
5135 (sym_return_val_size, sym_return_val_index): Ditto.
5136 (lookup_partial_symbol): Make extern.
5137 * cp-support.h: Add declaration of make_symbol_overload_list.
5138 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5139 symtab.h, and block.h.
5140 (remove_params): Move here from symtab.c.
5141 (overload_list_add_symbol, make_symbol_overload_list)
5142 (sym_return_val_size, sym_return_val_index): Ditto.
5143 * valops.c: Include cp-support.h.
5144 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5145 frame_h, and block_h.
5146 (valops.o): Depend on cp_support_h.
5147
5148 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
5149
5150 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5151 substitute by NUM_REGS throughout.
5152 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5153 (h8300s_register_name): New function for H8S registers.
5154 (h8300sx_register_name): Ditto for H8SX registers.
5155 (h8300_print_register): Revise register printing, avoid depending
5156 on 32 bit long.
5157 (h8300_register_byte): Only care for H8/300 registers.
5158 (h8300h_register_byte): New function for any other architecture.
5159 (h8300_register_raw_size): Remove.
5160 (h8300_register_virtual_type): Revise to return actually useful
5161 type.
5162 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5163 (h8300h_extract_struct_value_address): New function for any other
5164 architecture.
5165 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5166 set_gdbarch_register_name, set_gdbarch_register_byte,
5167 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5168 Remove calls to set_gdbarch_deprecated_register_size,
5169 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5170 set_gdbarch_deprecated_max_register_raw_size,
5171 set_gdbarch_register_virtual_size and
5172 set_gdbarch_deprecated_max_register_virtual_size entirely.
5173 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5174 set_gdbarch_long_double_bit.
5175
5176 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5177
5178 * doublest.c (convert_doublest_to_floatformat): When dealing
5179 with the implied integer bit, only alter mant_bits if we are
5180 processing a full 32 bits of mantissa.
5181
5182 2003-06-11 David Carlton <carlton@bactrian.org>
5183
5184 * dictionary.h: New.
5185 * dictionary.c: New.
5186 * block.h: Add opaque declaration for struct dictionary.
5187 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5188 'sym' members.
5189 (BLOCK_DICT): New macro.
5190 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5191 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5192 BLOCK_SHOULD_SORT.
5193 (ALL_BLOCK_SYMBOLS): Update definition.
5194 * Makefile.in (SFILES): Add dictionary.c.
5195 (dictionary_h): New.
5196 (COMMON_OBS): Add dictionary.o.
5197 (dictionary.o): New.
5198 (ada-lang.o): Depend on dictionary_h.
5199 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5200 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5201 (mi-cmd-stack.o): Ditto.
5202 (gdbtk-cmds.o): Update dependencies.
5203 (gdbtk-stack.o): Ditto.
5204 * ada-lang.c: Include dictionary.h.
5205 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5206 (fill_in_ada_prototype, debug_print_block): Ditto.
5207 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5208 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5209 'is_sorted'.
5210 * mdebugread.c: Include dictionary.h.
5211 (struct parse_stack): Delete 'maxsyms' member.
5212 (parse_symbol): Update calls to new_block. Delete calls to
5213 shrink_block. Use dictionary methods.
5214 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5215 Update calls to new_symtab. Don't maintain maxsyms data.
5216 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5217 (add_symbol): Just call dict_add_symbol.
5218 (new_symtab): Delete 'maxsyms' argument.
5219 (new_symtab): Update calls to new_block.
5220 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5221 (shrink_block): Delete function.
5222 (fixup_sigtramp): Update call to new_block. Add symbol via
5223 dict_add_symbol.
5224 * jv-lang.c: Include dictionary.h.
5225 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5226 appropriately. Set class_symtab->free_func. Make sure the
5227 blockvector is big enough to hold two blocks.
5228 (add_class_symtab_symbol): Use dictionary methods.
5229 (free_class_block): New function.
5230 (type_from_class): Replace explicit iteration by
5231 ALL_BLOCK_SYMBOLS.
5232 * symtab.h (struct symtab): Replace 'free_ptr' method by
5233 'free_func'.
5234 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5235 sort_symtab_syms.
5236 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5237 sort_symtab_syms.
5238 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5239 Include dictionary.h.
5240 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5241 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5242 sort_symtab_syms.
5243 * objfiles.c: Include dictionary.h.
5244 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5245 * buildsym.c: Include dictionary.h.
5246 (finish_block): Use dictionary methods.
5247 (end_symtab): Set free_func to NULL, not free_ptr.
5248 * tracepoint.c: Include dictionary.h.
5249 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5250 (scope_info): Ditto.
5251 * stack.c: Include dictionary.h.
5252 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5253 (print_block_frame_labels, print_frame_arg_vars)
5254 (print_frame_args): Ditto.
5255 * symmisc.c (free_symtab_block): Use dictionary methods.
5256 (dump_symtab): Ditto.
5257 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5258 Include dictionary.h.
5259 * symfile.h: Delete declarations of sort_block_syms,
5260 sort_symtab_syms.
5261 * symfile.c (sort_block_syms): Delete.
5262 (sort_symtab_syms): Delete.
5263 * symtab.c: Include dictionary.h.
5264 (lookup_block_symbol): Use dictionary iterators.
5265 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5266 (search_symbols, make_symbol_completion_list): Ditto.
5267 (make_symbol_overload_list): Ditto.
5268 * valops.c (value_of_local): Use dict_empty.
5269 Include dictionary.h.
5270
5271 2003-06-11 J. Brobecker <brobecker@gnat.com>
5272
5273 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5274
5275 2003-06-11 David Carlton <carlton@bactrian.org>
5276
5277 * block.h (BLOCK_SHOULD_SORT): Delete.
5278 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5279 blocks.
5280 * ada-lang.c (ada_add_block_symbols): Ditto.
5281 * symfile.c (sort_block_syms): Delete.
5282 (sort_symtab_syms): Ditto.
5283 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5284 declarations.
5285 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5286 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5287 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5288 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5289 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5290 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5291 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5292
5293 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5294
5295 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
5296 bits to 128.
5297
5298 2003-06-11 Andrew Cagney <cagney@redhat.com>
5299
5300 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
5301 REGISTER_CONVERTIBLE.
5302 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
5303 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
5304 * gdbarch.h, gdbarch.c: Re-generate.
5305 * arch-utils.h (deprecated_register_convertible_not): Rename
5306 generic_register_convertible_not.
5307 * arch-utils.c (deprecated_register_convertible_not): Rename
5308 generic_register_convertible.
5309 (legacy_convert_register_p, legacy_register_to_value): Update.
5310 * sh-tdep.c (sh64_push_arguments): Update.
5311 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
5312 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
5313 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
5314 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
5315 * arch-utils.c (legacy_value_to_register): Update.
5316 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5317 (rs6000_register_convert_to_raw): Make parameter "from" const.
5318 * mips-tdep.c (mips_gdbarch_init): Update.
5319 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
5320 * infcmd.c (default_print_registers_info): Update.
5321 * ia64-tdep.c (ia64_gdbarch_init): Update.
5322 (ia64_register_convert_to_raw): Make parameter "from" const.
5323 * i386-tdep.c (i386_gdbarch_init): Update.
5324 (i386_register_convert_to_raw): Update.
5325
5326 2003-06-11 Andrew Cagney <cagney@redhat.com>
5327
5328 * remote-fileio.c: Include "remote-fileio.h".
5329 * Makefile.in (remote-fileio.o): Update dependencies.
5330 (remote_fileio_h): Fix typo.
5331
5332 2003-06-11 Andrew Cagney <cagney@redhat.com>
5333
5334 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
5335 (xstormy16_save_dummy_frame_tos): Make static.
5336 (_initialize_xstormy16_tdep): Add declaration.
5337 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
5338 * v850-tdep.c: Make local functions static.
5339 (_initialize_v850_tdep): Add declaration.
5340 * sparc-tdep.c: Make local functions static.
5341 (_initialize_sparc_tdep): Add declaration.
5342 * sh-tdep.c: Make local functions static.
5343 (_initialize_sh_tdep): Add declaration.
5344 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
5345 * s390-tdep.c: Make local functions static.
5346 (_initialize_s390_tdep): Add declaration.
5347 * dbxread.c (find_stab_function_addr): Make static.
5348 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
5349 * ocd.c (_initialize_remote_ocd): Add declaration.
5350 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
5351 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
5352 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
5353 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
5354 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
5355 * remote-array.c (_initialize_array): Add declaration.
5356 (_initialize_remote_monitors): Add declaration.
5357 * remote-mips.c: Make local functions static.
5358 (_initialize_remote_mips): Add declaration.
5359 * mcore-tdep.c: Make all local functions static.
5360 (_initialize_mcore_tdep): Add declaration.
5361 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
5362 * abug-rom.c (_initialize_abug_rom): Add declaration.
5363 * rom68k-rom.c (_initialize_rom68k): Add declaration.
5364 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
5365 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
5366 * remote-est.c (_initialize_est): Add declaration.
5367 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
5368 (m68hc11_call_dummy_address): Make static.
5369 * ia64-tdep.c: Make local functions static.
5370 (_initialize_ia64_tdep): Add declaration.
5371 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
5372 * monitor.c (monitor_wait_filter): Make static.
5373 (_initialize_remote_monitors): Add declaration.
5374 * remote-hms.c (_initialize_remote_hms): Add declaration.
5375 * remote-e7000.c (fetch_regs_from_dump): Make static.
5376 (expect_n): Make static.
5377 (_initialize_remote_e7000): Add declaration.
5378 * ser-e7kpc.c: Always include "defs.h".
5379 (_initialize_ser_e7000pc): Add declaration.
5380 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
5381 * cris-tdep.c: Make all but one function static.
5382 (_initialize_cris_tdep): Add declaration.
5383 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
5384 * solib.c (update_solib_list): Make static.
5385 (_initialize_solib): Add declaration.
5386 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
5387 (_initialize_avr_tdep): Add declaration.
5388 * remote-rdi.c (voiddummy): Make static.
5389 (_initialize_remote_rdi): Add declaration.
5390 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
5391 * remote-rdp.c (send_rdp): Make static.
5392 (_initialize_remote_rdp): Add declaration.
5393 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
5394
5395 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
5396
5397 * remote-fileio.c: Make ari happy.
5398
5399 2003-06-10 J. Brobecker <brobecker@gnat.com>
5400
5401 * rs6000-nat.c (child_xfer_memory): Compute the right address when
5402 fetching the trailing bytes of the buffer we are about to write.
5403
5404 2003-06-10 Andrew Cagney <cagney@redhat.com>
5405
5406 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
5407 * Makefile.in (remote-fileio.o): Update dependencies.
5408 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
5409 include <setjmp.h>, or <sys/types.h> conditional on USG.
5410 (remote_fio_jmp_buf): Delete global variable.
5411
5412 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
5413 Martin M. Hunt <hunt@redhat.com>
5414
5415 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
5416 (SFILES): Add remote-fileio.c.
5417 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
5418 dependencies for building remote.o.
5419 * remote-fileio.c: New file implementing the remote File-I/O protocol.
5420 * remote-fileio.h: New header file defining remote File-I/O interface.
5421 * remote.c (remote_write_bytes, remote_read_bytes): Remove
5422 static storage class.
5423 (remote_wait, remote_async_wait): Call remote_fileio_request() on
5424 'F' packet.
5425 (_initialize_remote): Call initialize_remote_fileio().
5426 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
5427 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5428 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5429 (captured_main): Initialize new ui_files.
5430 * ui-file.c: Add read and fgets input functions.
5431 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
5432 (null_file_read): New function.
5433 (ui_file_read): New function.
5434 (set_ui_file_read): New function.
5435 (stdio_file_read): New function.
5436 * ui-file.h: New type ui_file_read_ftype.
5437 (set_ui_file_read): Declare.
5438 (ui_file_read): Declare.
5439
5440 2003-06-09 Andrew Cagney <cagney@redhat.com>
5441
5442 * frame.h (deprecated_unwind_get_saved_register): Rename
5443 generic_unwind_get_saved_register, update comments.
5444 * mips-tdep.c (mips_get_saved_register): Update.
5445 * frame.c (deprecated_unwind_get_saved_register): Update.
5446
5447 2003-06-09 Andrew Cagney <cagney@redhat.com>
5448
5449 * vax-tdep.c (vax_frame_locals_address): Delete function.
5450 (vax_gdbarch_init): Do not set frame_locals_address.
5451 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
5452 (m68hc11_gdbarch_init): Do not set frame_locals_address.
5453 * s390-tdep.c (s390_frame_args_address): Delete function.
5454 (s390_gdbarch_init): Do not set frame_args_address or
5455 frame_locals_address.
5456 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
5457 (ns32k_gdbarch_init): Do not set frame_locals_address.
5458 * hppa-tdep.c (hppa_frame_args_address): Delete function.
5459 (hppa_frame_locals_address): Delete function.
5460 (hppa_gdbarch_init): Do not set frame_args_address, or
5461 frame_locals_address.
5462 * arm-tdep.c (arm_frame_args_address): Delete.
5463 (arm_frame_locals_address): Delete.
5464 (arm_gdbarch_init): Do not set frame_args_address, or
5465 frame_locals_address.
5466
5467 2003-06-09 Andrew Cagney <cagney@redhat.com>
5468
5469 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
5470 * gdbarch.h, gdbarch.c: Re-generate.
5471 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
5472 * arch-utils.c (frame_num_args_unknown): Delete function.
5473 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
5474 (frame_info): Use FRAME_NUM_ARGS_P.
5475 * arm-tdep.c (arm_frame_num_args): Delete function.
5476 (arm_gdbarch_init): Do not set frame_num_args.
5477 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
5478 * hppa-tdep.c (hppa_frame_num_args): Delete function.
5479 (hppa_gdbarch_init): Do not set frame_num_args.
5480 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
5481 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5482 frame_num_args to default frame_num_args_unknown.
5483 * v850-tdep.c (v850_gdbarch_init): Ditto.
5484 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5485 * sh-tdep.c (sh_gdbarch_init): Ditto.
5486 * s390-tdep.c (s390_gdbarch_init): Ditto.
5487 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5488 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5489 * mips-tdep.c (mips_gdbarch_init): Ditto.
5490 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5491 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5492 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5493 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5494 * i386-tdep.c (i386_gdbarch_init): Ditto.
5495 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5496 * frv-tdep.c (frv_gdbarch_init): Ditto.
5497 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5498 * cris-tdep.c (cris_gdbarch_init): Ditto.
5499 * avr-tdep.c (avr_gdbarch_init): Ditto.
5500 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5501
5502 2003-06-09 Andrew Cagney <cagney@redhat.com>
5503
5504 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
5505 (print_frame_args): Moved to "stack.c".
5506 * stack.c: Include "gdb_assert.h".
5507 (print_frame_nameless_args): Moved from "printcmd.c", made static.
5508 (print_frame_args): Moved from "printcmd.c".
5509 * frame.h (print_frame_args): Delete declaration.
5510 * Makefile.in (stack.o): Update dependencies.
5511
5512 2003-06-08 Andrew Cagney <cagney@redhat.com>
5513
5514 * frame.c (get_prev_frame): Remove reference to
5515 frame_args_address_correct in comments.
5516 * frame-base.c (default_frame_args_address): Delete code
5517 conditional on FRAME_ARGS_ADDRESS_CORRECT.
5518 * vax-tdep.c (vax_frame_args_address_correct): Delete.
5519 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
5520 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
5521 (vax_frame_args_address_correct): Delete declaration.
5522
5523 2003-06-08 Andrew Cagney <cagney@redhat.com>
5524
5525 * gdbarch.sh (UNWIND_SP): Add.
5526 * gdbarch.h, gdbarch.c: Re-generate.
5527 * frame.c (frame_sp_unwind): New function.
5528 (get_frame_sp): New function.
5529 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
5530 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
5531 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
5532 value.
5533 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
5534 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
5535
5536 2003-06-08 Andrew Cagney <cagney@redhat.com>
5537
5538 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
5539 REMOTE_BREAKPOINT.
5540 * remote.c: Update.
5541 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
5542 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
5543 * config/m68k/tm-sun3.h: Update.
5544 * config/m68k/tm-m68klynx.h: Update.
5545 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
5546
5547 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
5548 trad_frame". Update comments.
5549 * d10v-tdep.c (struct d10v_unwind_cache): Update.
5550 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
5551 (trad_frame_register_value, trad_frame_prev_register): Update.
5552
5553 2003-06-08 Andrew Cagney <cagney@redhat.com>
5554
5555 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
5556 from GCC's acinclude.m4.
5557 * configure.in: Check for getopt's delcaration.
5558 * aclocal.m4, config.in, configure: Re-generate.
5559 * main.c (error_init): Delete declaration.
5560 * defs.h (error_init): Declare.
5561 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
5562 (rs6000_convert_from_func_ptr_addr): Make static.
5563 (_initialize_rs6000_tdep): Add declaration.
5564 * cli/cli-cmds.c (dont_repeat): Delete declaration.
5565 (show_commands, set_verbose, show_history): Delete declaration.
5566 * top.h (set_verbose): Add declaration.
5567 (show_history, set_history, show_commands): Add declaration.
5568 (do_restore_instream_cleanup): Add declaration.
5569 * objc-lang.c (specialcmp): Make static.
5570 (print_object_command): Make static.
5571 (find_objc_msgsend): Make static.
5572 (find_objc_msgcall_submethod_helper): Make static.
5573 (find_objc_msgcall_submethod): Make static.
5574 (_initialize_objc_language): Add declaration.
5575 (find_implementation_from_class): Make static.
5576 (find_implementation): Make static.
5577 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
5578 * objc-lang.h (lookup_struct_typedef): Add declaration.
5579 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
5580 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
5581 (do_restore_user_call_depth): Make static.
5582 (do_restore_instream_cleanup): Delete declaration.
5583 (dont_repeat): Delete declaration.
5584 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
5585 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
5586 * reggroups.c (_initialize_reggroup): Add declaration.
5587 * cp-support.c (_initialize_cp_support): Add declaration.
5588 * cp-abi.c (_initialize_cp_abi): Add declaration.
5589 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
5590 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
5591 (_initialize_gnu_v3_abi): Add declaration.
5592 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
5593 (_initialize_gnu_v2_abi): Add declaration.
5594 * frame-base.c (_initialize_frame_base): Add declaration.
5595 * doublest.c (floatformat_from_length): Make static.
5596 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
5597 * frame.c (create_sentinel_frame): Make static.
5598 (_initialize_frame): Add declaration.
5599 * top.c (do_catch_errors): Make static.
5600 (gdb_rl_operate_and_get_next_completion): Make static.
5601 * typeprint.c: Include "typeprint.h".
5602 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
5603 (sentinel_frame_this_id): Make static.
5604 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
5605 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
5606 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
5607 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
5608 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
5609 * maint.c (maintenance_print_architecture): Make static.
5610 * signals/signals.c (_initialize_signals): Add declaration.
5611 * std-regs.c (_initialize_frame_reg): Add declaration.
5612 * jv-exp.y (push_variable): ISO C definition.
5613 (push_qualified_expression_name): Ditto.
5614 * memattr.c (_initialize_mem): Add declaration.
5615 * remote.c (remote_check_watch_resources): Make static.
5616 (remote_stopped_by_watchpoint): Make static.
5617 (remote_stopped_data_address): Make static.
5618 * d10v-tdep.c (nr_dmap_regs): Make static.
5619 (a0_regnum): Make static.
5620 (d10v_frame_unwind_cache): Make static.
5621 (d10v_frame_p): Make static.
5622 * osabi.c (show_osabi): Make static.
5623 (_initialize_gdb_osabi): Add extern declaration.
5624 * gdbtypes.c (make_qualified_type): Make static.
5625 (safe_parse_type): Make static.
5626 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
5627 * macrotab.c (macro_bcache_free): Make static.
5628 * interps.c (interp_set_quiet): Make static.
5629 (interpreter_exec_cmd): Make static.
5630 * stack.h (select_frame_command): New file.
5631 * stack.c: Include "stack.h".
5632 (select_frame_command_wrapper): Delete function.
5633 (select_frame_command): Make global.
5634 * infcall.c: Include "infcall.h".
5635 * linespec.c: Include "linespec.h".
5636 * symfile.c (sections_overlap): Make static.
5637 * cp-support.h (cp_initialize_namespace): ISO C declaration.
5638 * charset.c (_initialize_charset): Add missing prototype.
5639 * regcache.c (init_legacy_regcache_descr): Make static.
5640 (do_regcache_xfree): Make static.
5641 (regcache_xfer_part): Make static.
5642 (_initialize_regcache): Add missing prototype.
5643 * breakpoint.c (parse_breakpoint_sals): Make static.
5644 (breakpoint_sals_to_pc): Make static.
5645 * interps.h (clear_interpreter_hooks): ISO C declaration.
5646 * Makefile.in (stack_h): Define.
5647 (stack.o, typeprint.o, mi-main.o): Update dependencies.
5648 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
5649
5650 2003-06-08 Andrew Cagney <cagney@redhat.com>
5651
5652 * Makefile.in (d10v-tdep.o): Update dependencies.
5653 (SFILES): Add trad-frame.c.
5654 (trad_frame_h): Define.
5655 (COMMON_OBS): Add trad-frame.o.
5656 (trad-frame.o): Specify dependencies.
5657 * d10v-tdep.c: Include "trad-frame.h".
5658 (saved_regs_unwinder): Delete function.
5659 (d10v_frame_prev_register): Use trad_frame_prev_register.
5660 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
5661 trad_frame", delete "regs" and "prev_sp".
5662 (prologue_find_regs): Use trad-frame.
5663 * trad-frame.h, trad-frame.c: New files.
5664
5665 2003-06-08 Mark Kettenis <kettenis@gnu.org>
5666
5667 * dwarf2cfi.c, dwarf2cfi.h: Remove.
5668
5669 2003-06-07 Adam Fedor <fedor@gnu.org>
5670
5671 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
5672 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
5673 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
5674 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
5675 resolve_msgsend_super, resolve_msgsend_super_stret):
5676 Use it.
5677
5678 2003-06-07 Andrew Cagney <cagney@redhat.com>
5679
5680 * symfile.h: Re-indent, clean up comments.
5681
5682 2003-06-07 Andrew Cagney <cagney@redhat.com>
5683
5684 * inferior.h (deprecated_write_sp): Replace
5685 generic_target_write_sp.
5686 * regcache.c (deprecated_write_sp): Replace
5687 generic_target_write_sp.
5688 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5689 * vax-tdep.c (vax_gdbarch_init): Update.
5690 * v850-tdep.c (v850_gdbarch_init): Update.
5691 * sparc-tdep.c (sparc_gdbarch_init): Update.
5692 * sh-tdep.c (sh_gdbarch_init): Update.
5693 * s390-tdep.c (s390_gdbarch_init): Update.
5694 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5695 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5696 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5697 * mcore-tdep.c (mcore_gdbarch_init): Update.
5698 * m68k-tdep.c (m68k_gdbarch_init): Update.
5699 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5700 * ia64-tdep.c (ia64_gdbarch_init): Update.
5701 * h8300-tdep.c (h8300_gdbarch_init): Update.
5702 * frv-tdep.c (frv_gdbarch_init): Update.
5703 * cris-tdep.c (cris_gdbarch_init): Update.
5704 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
5705
5706 2003-06-07 Andrew Cagney <cagney@redhat.com>
5707
5708 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
5709 Assert that PC_REGNUM is valid.
5710 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
5711
5712 2003-06-07 Andrew Cagney <cagney@redhat.com>
5713
5714 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
5715 * gdbarch.h, gdbarch.c: Regenerate.
5716 * mn10300-tdep.c: Include "gdb_assert.h".
5717 (mn10300_read_fp): New function.
5718 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
5719 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
5720 * ia64-tdep.c: Include "gdb_assert.h".
5721 (ia64_read_fp): New function.
5722 (ia64_gdbarch_init): Set deprecated_target_read_fp to
5723 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
5724 * regcache.c (generic_target_read_sp): Delete function.
5725 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
5726 * inferior.h (generic_target_read_sp): Delete declaration.
5727 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
5728 generic_target_read_sp.
5729 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5730 * sparc-tdep.c (sparc_gdbarch_init): Ditto
5731 * sh-tdep.c (sh_gdbarch_init): Ditto.
5732 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5733 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
5734
5735 2003-06-07 Andrew Cagney <cagney@redhat.com>
5736
5737 * gdbarch.sh: Comment each field of startup_gdbarch.
5738 * gdbarch.h, gdbarch.c: Re-generate.
5739
5740 2003-06-07 Andrew Cagney <cagney@redhat.com>
5741
5742 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
5743 * gdbarch.h, gdbarch.c: Re-generate.
5744 * regcache.c: Update comments on read_pc et.al.
5745 (generic_target_read_pc): Delete function.
5746 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
5747 * inferior.h (generic_target_read_pc): Delete declaration.
5748 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
5749 generic_target_read_pc.
5750 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5751 * sh-tdep.c (sh_gdbarch_init): Ditto.
5752 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5753 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5754
5755 2003-06-07 Andrew Cagney <cagney@redhat.com>
5756
5757 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
5758 "index" with "special_local_sect". Use strcmp instead of STREQ.
5759 Append period to coments.
5760
5761 2003-06-06 Mark Mitchell <mark@codesourcery.com>
5762
5763 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
5764 (elfstab_offset_sections): Likewise.
5765 * gdb-stabs.h (stab_section_info): Likewise.
5766 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
5767 * objfiles.c (objfile_relocate): Likewise.
5768 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
5769 * remote.c (get_offsets): Likewise.
5770 (remote_cisco_objfile_relocate): Likewise.
5771 * somread.c (som_symfile_offsets): Likewise.
5772 * symfile.c (alloc_section_addr_info): New function.
5773 (build_section_addr_info_from_section_tab): Use it.
5774 (free_section_addr_info): Adjust.
5775 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
5776 (syms_from_objfile): Allocate local_addr dynamically.
5777 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
5778 dynamically.
5779 (add_symbol_file_command): Allocate sect_opts dynamically.
5780 (reread_symbols): Avoid use of SECT_OFF_MAX.
5781 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
5782 (alloc_section_addr_info): Declare it.
5783 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
5784 * win32-nat.c (solib_symbols_add): Allocate section_addrs
5785 dynamically.
5786 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
5787
5788 2003-06-06 Andrew Cagney <cagney@redhat.com>
5789
5790 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
5791 (d10v_frame_unwind_cache): Do not set "return_pc".
5792
5793 2003-06-06 Michael Snyder <msnyder@redhat.com>
5794
5795 * h8300-tdep.c: Make tidy (long lines).
5796
5797 2003-06-06 Michal Ludvig <mludvig@suse.cz>
5798
5799 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
5800 to regcache_collect().
5801
5802 2003-06-05 J. Brobecker <brobecker@gnat.com>
5803
5804 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
5805 pc_in_sigtramp multiarch method.
5806 (hppa_hpux_som_init_abi): Use it.
5807 (hppa_hpux_elf_init_abi): Likewise.
5808 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
5809 macro has been multiarched.
5810 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
5811 macro here, as hppa64 isn't multiarched yet.
5812
5813 2003-06-05 Andrew Cagney <cagney@redhat.com>
5814
5815 * Makefile.in (value_h): Add $(frame_h).
5816 * value.h: Include "frame.h".
5817 (struct value): Replace "frame_addr" with "frame_id".
5818 (VALUE_FRAME_ID): Replace VALUE_FRAME.
5819 * values.c (allocate_value): Use VALUE_FRAME_ID.
5820 (value_copy): Use VALUE_FRAME_ID.
5821 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
5822 * valops.c (value_assign): Update. Use frame_find_by_id.
5823
5824 2003-06-05 Michal Ludvig <mludvig@suse.cz>
5825
5826 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
5827 in each pass.
5828
5829 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
5830
5831 * thread-db.c (check_event): For create/death event breakpoints,
5832 loop through all messages to ensure that we read the message
5833 corresponding to the breakpoint we are at.
5834
5835 2003-06-04 Michael Snyder <msnyder@redhat.com>
5836
5837 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
5838
5839 2003-06-04 Mark Kettenis <kettenis@gnu.org>
5840
5841 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
5842 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
5843 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
5844 when handling .eh_frame sections.
5845
5846 2003-06-04 J. Brobecker <brobecker@gnat.com>
5847
5848 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
5849 prepare_to_proceed procedure instead of the hppa-specific one.
5850 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
5851
5852 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
5853
5854 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
5855 * config.in: Regenerated.
5856 * configure.in: Add test for syscall function and check for
5857 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
5858 * configure: Regenerated.
5859 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
5860 <sys/syscall.h>.
5861 (kill_lwp): New function that uses tkill syscall or
5862 uses kill, depending on whether threading model is nptl or not.
5863 All callers of kill() changed to use kill_lwp().
5864 (lin_lwp_wait): Make special check when WIFEXITED occurs to
5865 see if all threads have already exited in the nptl model.
5866 (stop_and_resume_callback): New callback function used by the
5867 lin_lwp_wait thread exit handling code.
5868 (stop_wait_callback): Check for threads already having exited and
5869 delete such threads fromt the lwp list when discovered.
5870 (stop_callback): Don't assert retcode of kill call.
5871
5872 Roland McGrath <roland@redhat.com>
5873 * i386-linux-nat.c (ps_get_thread_area): New function needed by
5874 nptl libthread_db.
5875
5876 2003-06-03 Richard Henderson <rth@redhat.com>
5877
5878 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
5879 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
5880 (alpha_sigtramp_frame_prev_register): Likewise.
5881 (alpha_heuristic_frame_prev_register): Likewise.
5882 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
5883
5884 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
5885 alpha-specific register id names.
5886 (alpha_mdebug_frame_unwind_cache): Likewise.
5887 (alpha_mdebug_frame_prev_register): Likewise.
5888
5889 2003-06-03 Richard Henderson <rth@redhat.com>
5890
5891 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
5892 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
5893 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
5894 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
5895 unwind routines.
5896 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5897 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5898 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5899
5900 * alpha-linux-tdep.c: Remove unnecessary includes.
5901 * Makefile.in (alpha-linux-tdep.o): Update.
5902
5903 2003-06-03 Richard Henderson <rth@redhat.com>
5904
5905 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
5906 (alphabsd_fill_fpreg): Likewise.
5907
5908 2003-06-03 J. Brobecker <brobecker@gnat.com>
5909
5910 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
5911 references to struct frame_info fields by calls to the equivalent
5912 accessors. Necessary now that frame_info is opaque.
5913
5914 2003-06-03 J. Brobecker <brobecker@gnat.com>
5915
5916 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
5917 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
5918 structure, field no longer exists.
5919
5920 2003-06-03 J. Brobecker <brobecker@gnat.com>
5921
5922 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5923 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
5924
5925 2003-06-03 J. Brobecker <brobecker@gnat.com>
5926
5927 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
5928 references to struct frame_info fields by calls to the equivalent
5929 accessors. Necessary now that frame_info is opaque.
5930
5931 2003-06-03 J. Brobecker <brobecker@gnat.com>
5932
5933 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
5934 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
5935 structure, field no longer exists.
5936
5937 2003-06-03 Theodore A. Roth <troth@openavr.org>
5938
5939 * remote.c (init_remote_state): Compute sizeof_g_packet by
5940 accumulation of the size of all registers instead of blindly using
5941 DEPRECATED_REGISTER_BYTES.
5942
5943 2003-06-03 Michael Snyder <msnyder@redhat.com>
5944
5945 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
5946 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
5947 for h8300sx.
5948
5949 2003-06-03 J. Brobecker <brobecker@gnat.com>
5950
5951 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
5952 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
5953
5954 2003-06-03 Andrew Cagney <cagney@redhat.com>
5955
5956 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
5957 (sparc_convert_to_raw): Delete function.
5958 (sparc_gdbarch_init): Do not set register_convert_to_raw or
5959 register_convert_to_virtual.
5960
5961 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
5962
5963 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
5964 layer if not dealing with a statically-linked threaded program.
5965
5966 2003-06-03 Kris Warkentin <kewarken@qnx.com>
5967
5968 * solib.c (solib_open): Update comment to reflect actual search order.
5969
5970 2003-06-03 Andrew Cagney <cagney@redhat.com>
5971
5972 * frame.c (get_frame_memory_signed): New function.
5973 (get_frame_memory, get_frame_memory_unsigned): New function.
5974 (get_frame_arch): New function.
5975 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
5976 (get_frame_memory, get_frame_unsigned_memory): Declare.
5977 * d10v-tdep.c (d10v_frame_unwind_cache): Use
5978 get_frame_memory_unsigned and get_frame_arch.
5979 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
5980
5981 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
5982
5983 * MAINTAINERS (write after approval): Add myself.
5984
5985 2003-06-03 Jim Blandy <jimb@redhat.com>
5986
5987 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
5988 elements of gregset_t are 64 bits each, but access registers
5989 are still 32 bits, so they're packed two per gregset_t
5990 element. Unpack/pack them properly.
5991
5992 2003-06-02 David Carlton <carlton@bactrian.org>
5993
5994 * linespec.c (find_methods): Break out code into
5995 add_matching_methods and add_constructors.
5996 (add_matching_methods): New.
5997 (add_constructors): Ditto.
5998
5999 2003-06-02 Andrew Cagney <cagney@redhat.com>
6000
6001 * sparc-tdep.c (sparc_print_registers): Delete call to
6002 REGISTER_CONVERTIBLE.
6003 (sparc_gdbarch_init): Do not set register_convertible.
6004 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6005 * frv-tdep.c (frv_gdbarch_init): Ditto.
6006 * cris-tdep.c (cris_gdbarch_init): Ditto.
6007
6008 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
6009
6010 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
6011 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6012 (syms_from_objfile): Ditto.
6013
6014 2003-06-03 Andreas Schwab <schwab@suse.de>
6015
6016 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6017 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6018
6019 2003-06-02 Richard Henderson <rth@redhat.com>
6020
6021 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6022 a member of all_reggroup.
6023
6024 2003-06-02 Richard Henderson <rth@redhat.com>
6025
6026 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6027 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6028 (alpha_lds, alpha_sts): New.
6029 (alpha_convert_register_p): Change from _register_convertible.
6030 (alpha_register_to_value): Change from _convert_to_virtual;
6031 restructure and fail for type sizes other than 4 or 8.
6032 (alpha_value_to_register): Similarly.
6033 (alpha_extract_return_value): Use alpha_sts.
6034 (alpha_store_return_value): Use alpha_lds.
6035 (alpha_gdbarch_init): Update hooks.
6036
6037 2003-06-02 Richard Henderson <rth@redhat.com>
6038
6039 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6040 regnum identifiers.
6041 (alpha_sigtramp_register_address): Likewise.
6042
6043 2003-06-02 Richard Henderson <rth@redhat.com>
6044
6045 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6046 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6047 * alpha-tdep.h: Declare them.
6048
6049 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6050 Remove zerobuf. Don't error on UNIQUE.
6051 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6052 (ALPHA_REGSET_UNIQUE): Provide default.
6053 (supply_gregset): Use alpha_supply_int_regs.
6054 (fill_gregset): Use alpha_fill_int_regs.
6055 (supply_fpregset): Use alpha_supply_fp_regs.
6056 (fill_fpregset): Use alpha_fill_fp_regs.
6057 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6058 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6059 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6060 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6061 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6062 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6063
6064 2003-06-02 Richard Henderson <rth@redhat.com>
6065
6066 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6067
6068 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6069 (alpha_store_return_value): Likewise.
6070
6071 2003-06-02 David Carlton <carlton@math.stanford.edu>
6072
6073 * block.c (contained_in): Add 'const' to arguments.
6074 (block_function): Ditto.
6075 * block.h: Update declarations for block_function and
6076 contained_in.
6077
6078 2003-06-02 David Carlton <carlton@math.stanford.edu>
6079
6080 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6081 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6082 * p-valprint.c (pascal_val_print): Ditto.
6083 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6084
6085 2003-06-02 Richard Henderson <rth@redhat.com>
6086
6087 * alpha-tdep.c (alpha_push_dummy_call): Use
6088 builtin_type_ieee_double_little instead of builtin_type_double.
6089
6090 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
6091 sign-extension of 32-bit values.
6092 (alpha_store_return_value): Similarly.
6093
6094 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6095 (alpha_extract_return_value): Likewise.
6096 (alpha_store_return_value): Likewise.
6097
6098 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6099 (alpha_store_return_value): Error on IEEE Quad floats.
6100
6101 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6102 (alpha_extract_struct_value_address): Likewise.
6103 (alpha_store_return_value): Likewise.
6104 (alpha_store_struct_return): Remove.
6105 (alpha_gdbarch_init): Update hook registration to match.
6106
6107 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6108 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6109 macros where appropriate.
6110 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6111 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
6112
6113 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6114 for SP, GP; void_func_ptr for PC; non-language-specific types
6115 for all others.
6116 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
6117
6118 2003-06-02 Richard Henderson <rth@redhat.com>
6119
6120 * top.h (lim_at_start): Declare.
6121 * main.c (captured_main): Set it.
6122 * top.c (lim_at_start): Define.
6123 (command_loop): Use it instead of &environ.
6124 * event-top.c (command_handler): Likewise.
6125
6126 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6127
6128 * mipsnbsd-tdep.c: Update copyright years.
6129 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6130
6131 2003-06-01 Richard Henderson <rth@redhat.com>
6132
6133 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6134 (alpha-linux-tdep.o): Update dependencies.
6135 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6136 * alpha-mdebug-tdep.c: Remove unneeded includes.
6137
6138 2003-06-01 Richard Henderson <rth@redhat.com>
6139
6140 * alpha-tdep.c (alpha_register_reggroup_p): New.
6141 (alpha_gdbarch_init): Register it.
6142
6143 2003-06-02 Andrew Cagney <cagney@redhat.com>
6144
6145 * dwarfread.c: Eliminate "register"
6146 (decode_die_type): Eliminate assignment within "if".
6147 (struct_type, decode_array_element_type): Ditto.
6148 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6149 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6150 (decode_modified_type, completedieinfo): Ditto.
6151 * block.c: Eliminate "register".
6152 (blockvector_for_pc_sect): Eliminate assignment within "if".
6153 * cp-support.h (struct symbol): Opaque declaration.
6154 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6155
6156 2003-06-01 Richard Henderson <rth@redhat.com>
6157
6158 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6159 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6160
6161 2003-06-01 Adam Fedor <fedor@gnu.org>
6162
6163 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6164 * gdbarch.[ch]: Regenerate.
6165 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6166 (hppa_gdbarch_init): Set it in the gdbarch vector.
6167 * i386-tdep.c (i386_fetch_pointer_argument): New
6168 (i386_gdbarch_init): Set it into gdbarch.
6169 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6170 (rs6000_gdbarch_init): Set it in gdbarch.
6171 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6172 (sparc_gdbarch_init): Set it in gdbarch.
6173
6174 2003-06-01 Andrew Cagney <cagney@redhat.com>
6175
6176 * defs.h (extract_address): Delete declaration.
6177 * findvar.c (extract_address): Delete function.
6178 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6179 extract_address with the inline equivalent,
6180 extract_unsigned_integer.
6181 (xstormy16_extract_struct_value_address): Ditto.
6182 (xstormy16_pointer_to_address): Ditto.
6183 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6184 * v850-tdep.c (v850_push_arguments): Ditto.
6185 (v850_extract_return_value): Ditto.
6186 (v850_extract_struct_value_address): Ditto.
6187 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6188 (sparcnbsd_get_longjmp_target_64): Ditto.
6189 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6190 (get_longjmp_target): Ditto.
6191 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6192 (sh64_extract_struct_value_address): Ditto.
6193 (sh_push_arguments): Ditto.
6194 (sh64_push_arguments): Ditto.
6195 * remote-vxsparc.c (vx_read_register): Ditto.
6196 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6197 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6198 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6199 * mipsv4-nat.c (get_longjmp_target): Ditto.
6200 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6201 * mips-nat.c (get_longjmp_target): Ditto.
6202 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6203 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6204 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6205 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6206 * irix5-nat.c (get_longjmp_target): Ditto.
6207 * irix4-nat.c (get_longjmp_target): Ditto.
6208 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6209 (ia64_push_arguments): Ditto.
6210 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6211 * h8300-tdep.c (h8300_push_arguments): Ditto.
6212 (h8300_store_return_value): Ditto.
6213 (h8300_extract_struct_value_address): Ditto.
6214 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6215 (frv_push_arguments): Ditto.
6216 * avr-tdep.c (avr_pointer_to_address): Ditto.
6217 (avr_push_arguments): Ditto.
6218 * arm-tdep.c (arm_push_dummy_call): Ditto.
6219 (arm_get_longjmp_target): Ditto.
6220 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6221 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6222 (alpha_get_longjmp_target): Ditto.
6223
6224 * solib-irix.c (extract_mips_address): Inline extract_address,
6225 replacing it with extract_signed_integer.
6226 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6227 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6228 (first_link_map_member, open_symbol_file_object): Ditto.
6229 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6230 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6231 (LM_NEXT, LM_NAME): Ditto.
6232
6233 2003-06-01 Richard Henderson <rth@redhat.com>
6234
6235 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6236 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6237 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6238 (alpha_cannot_store_register): Likewise.
6239 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6240 * alpha-nat.c (supply_gregset): Likewise.
6241 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
6242
6243 2003-06-01 Andrew Cagney <cagney@redhat.com>
6244
6245 * infcall.c (call_function_by_hand): Update comment on
6246 DEPRECATED_DUMMY_WRITE_SP.
6247
6248 * mips-tdep.c (mips_gdbarch_init): Do not set
6249 deprecated_dummy_write_sp.
6250 (mips_eabi_push_dummy_call): Set the SP register.
6251 (mips_o64_push_dummy_call): Set the SP register.
6252 (mips_o32_push_dummy_call): Set the SP register.
6253 (mips_n32n64_push_dummy_call): Set the SP register.
6254
6255 2003-06-01 Richard Henderson <rth@redhat.com>
6256
6257 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6258 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6259 (supply_gregset): Likewise.
6260 * alpha-tdep.c (alpha_store_return_value): Likewise.
6261 (alpha_get_longjmp_target): Likewise.
6262 (alpha_register_name): Constify array.
6263 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6264 deprecated_register_size, deprecated_register_bytes,
6265 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6266 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6267 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
6268
6269 2003-06-01 Richard Henderson <rth@redhat.com>
6270
6271 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6272 from arg_reg_buffer to regcache to avoid double conversion.
6273
6274 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6275
6276 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6277 SP_REGNUM.
6278 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6279 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6280
6281 2003-06-01 Richard Henderson <rth@redhat.com>
6282
6283 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6284 (decode_frame_entry): Set it. Skip FDE augmentation.
6285
6286 2003-06-01 Richard Henderson <rth@redhat.com>
6287
6288 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6289 not overlapping PC_REGNUM.
6290
6291 2003-06-01 Richard Henderson <rth@redhat.com>
6292
6293 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6294 alpha_push_arguments. Don't dump argument register data to
6295 the target stack. Fix float and 128-bit long double semantics.
6296 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6297 (alpha_fix_call_dummy): Remove.
6298 (alpha_call_dummy_words): Remove.
6299 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
6300
6301 2003-06-01 Richard Henderson <rth@redhat.com>
6302
6303 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
6304
6305 2003-06-01 Andrew Cagney <cagney@redhat.com>
6306
6307 * mips-tdep.c (is_mips16_addr): New function.
6308 (make_mips16_addr, unmake_mips16_addr): New functions.
6309 (pc_is_mips16, mips_fetch_instruction): Use.
6310 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
6311 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
6312 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
6313 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
6314 TARGET_MIPS.
6315 * config/mips/tm-mips.h: Update copyright.
6316 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
6317 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
6318 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
6319 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
6320 (TM_PRINT_INSN_MACH): Delete.
6321 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
6322
6323 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
6324 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
6325 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
6326 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
6327 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
6328 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
6329 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
6330 mips*-*-riscos* and mips*-*-sysv* onto mips.
6331 * config/mips/mips64.mt: New file.
6332 * config/mips/mips.mt: New file.
6333 * config/mips/littlemips.mt: Delete file.
6334 * config/mips/decstation.mt: Delete file.
6335 * config/mips/vr4300el.mt: Delete file.
6336 * config/mips/vr5000el.mt: Delete file.
6337 * config/mips/vr5000.mt: Delete file.
6338 * config/mips/vr4100.mt: Delete file.
6339 * config/mips/vr4xxxel.mt: Delete file.
6340 * config/mips/vr4300.mt: Delete file.
6341 * config/mips/vr4xxx.mt: Delete file.
6342 * config/mips/bigmips.mt: Delete file.
6343 * config/mips/bigmips64.mt: Delete file.
6344 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
6345 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
6346 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
6347 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
6348 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
6349 "tm-bigmips.h".
6350 * config/mips/tm-irix3.h: Ditto.
6351 * config/mips/tm-mipsv4.h: Ditto.
6352 * config/mips/tm-embed.h: Ditto.
6353 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
6354 "tm-bigmips64.h".
6355 * config/mips/tm-vr5000el.h: Delete file.
6356 * config/mips/tm-tx39l.h: Delete file.
6357 * config/mips/tm-vr4300el.h: Delete file.
6358 * config/mips/tm-vr4xxxel.h: Delete file.
6359 * config/mips/tm-vr4300.h: Delete file.
6360 * config/mips/tm-vr4100.h: Delete file.
6361 * config/mips/tm-vr4xxx.h: Delete file.
6362 * config/mips/tm-vr5000.h: Delete file.
6363 * config/mips/tm-embedl64.h: Delete file.
6364 * config/mips/tm-embedl.h: Delete file.
6365 * config/mips/tm-embed64.h: Delete file.
6366 * config/mips/tm-bigmips64.h: Delete file.
6367 * config/mips/tm-bigmips.h: Delete file.
6368
6369 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6370
6371 Fix gdb/1216.
6372 * shnbsd-nat.c: Include "sh-tdep.h".
6373
6374 From Richard Henderson <rth@redhat.com>:
6375 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
6376
6377 2003-05-31 Andrew Cagney <cagney@redhat.com>
6378
6379 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
6380 forward declaration.
6381 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6382 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6383 (mips_find_saved_regs): Use set_reg_offset.
6384 (mips_frame_init_saved_regs): Delete function.
6385 (mips_pop_frame): Call mips_find_saved_regs instead of
6386 DEPRECATED_FRAME_INIT_SAVED_REGS.
6387
6388 2003-05-31 Andrew Cagney <cagney@redhat.com>
6389
6390 * mips-tdep.c (mips_gdbarch_init): Do not set
6391 deprecated_max_register_raw_size, register_virtual_size, and
6392 deprecated_max_register_virtual_size.
6393
6394 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6395
6396 * i386-tdep.c: Include "dwarf2-frame.h".
6397 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
6398 * Makefile.in (i386-tdep.o): Update dependencies.
6399
6400 * dwarf2-frame.c, dwarf2-frame.h: New files.
6401 * Makefile.in (SFILES): Add dwarf2-frame.c.
6402 (dwarf2_frame_h): Define.
6403 (COMMON_OBS): Add dwarf2-frame.o.
6404 (dwarf2-frame.o): Add dependencies.
6405
6406 2003-05-31 Andreas Jaeger <aj@suse.de>
6407
6408 * x86-64-linux-nat.c: Fix comment.
6409
6410 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6411
6412 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
6413 function signature.
6414
6415 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
6416 have a sigcontext_addr handler.
6417 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
6418 sigcontext_addr handler.
6419
6420 2003-05-31 Andrew Cagney <cagney@redhat.com>
6421
6422 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
6423 (print_fp_register_row): Replace do_fp_register_row.
6424 (mips_print_fp_register): Add "file" and "frame" parameters.
6425 (mips_print_register): Add "file" and "frame" parameters.
6426 (mips_print_registers_info): Replace mips_do_registers_info.
6427 (mips_gdbarch_init): Set print_registers_info instead of
6428 deprecated_do_registers_info.
6429 (mips_read_fp_register_single): Add "frame" parameter.
6430 (mips_read_fp_register_double): Add "frame" parameter.
6431
6432 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6433
6434 * i386-tdep.c (i386_register_name): Check for MMX registers first.
6435 Fixes a bug where GDB would print the wrong register names for
6436 targets without SSE.
6437
6438 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
6439 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6440 registers.
6441
6442 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
6443 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
6444 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6445 TDEP->sc_sp_offset.
6446
6447 From Michal Ludvig <mludvig@suse.cz>:
6448 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
6449 and `sc_num_regs'.
6450 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6451 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6452 I386_ST0_REGNUM): Move here from...
6453 * i386-tdep.c: ... here.
6454 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
6455 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6456 registers if possible.
6457 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
6458 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
6459 Remove variables.
6460 (i386bsd_sc_reg_offset): New variable.
6461 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
6462 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6463 TDEP->sc_sp_offset.
6464 (i386fbsd_sc_reg_offset): New variable.
6465 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
6466 TDEP->sc_num_regs.
6467 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
6468 variables.
6469 (i386fbsd4_sc_reg_offset): New variable.
6470 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
6471 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6472 TDEP->sc_sp_offset.
6473 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
6474 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
6475 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
6476 Remove variables.
6477 (i386nbsd_sc_reg_offset): New variable.
6478 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
6479 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6480 TDEP->sc_sp_offset.
6481 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
6482 Remove variables.
6483 (i386obsd_sc_reg_offset): New variable.
6484 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
6485 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6486 TDEP->sc_sp_offset.
6487 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
6488 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
6489 for frame pointer offset in `struct sigcontext'.
6490
6491 2003-05-31 Andrew Cagney <cagney@redhat.com>
6492
6493 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
6494 architecture methods call_dummy_words, sizeof_call_dummy_words,
6495 push_return_address, store_struct_return, and fix_call_dummy. Set
6496 push_dummy_call instead of deprecated_push_arguments.
6497 (mips_store_struct_return): Delete function.
6498 (mips_fix_call_dummy): Delete function.
6499 (mips_push_return_address): Delete function.
6500 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
6501 RA_REGNUM and T9_REGNUM.
6502 (mips_n32n64_push_dummy_call): Ditto for
6503 mips_n32n64_push_arguments.
6504 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
6505 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
6506
6507 2003-05-31 Andrew Cagney <cagney@redhat.com>
6508
6509 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
6510 "dummy_addr" to "bp_addr".
6511 * infcall.c (call_function_by_hand): Pass "funaddr" to
6512 gdbarch_push_dummy_call.
6513 * gdbarch.h, gdbarch.c: Re-generate.
6514 * i386-tdep.c (i386_push_dummy_call): Update.
6515 * arm-tdep.c (arm_push_dummy_call): Update.
6516 * d10v-tdep.c (d10v_push_dummy_call): Update.
6517
6518 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6519
6520 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
6521 variable declarations.
6522 (x86_64_register_number, x86_64_register_name): Remove prototypes.
6523 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
6524 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
6525 x86_64_init_frame_pc, x86_64_init_frame_pc,
6526 x86_64_function_has_prologue): Remove prototypes.
6527 (X86_64_NUM_GREGS): New define.
6528 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
6529 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
6530 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
6531 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
6532 XMM1_REGNUM): Remove defines.
6533 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
6534 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
6535 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
6536 X86_64_XMM1_REGNUM): New defines.
6537 (struct x86_64_register_info): Renamed from `struct
6538 register_info'. Remove `size' member.
6539 (x86_64_register_info_table): Remove variable.
6540 (x86_64_register_info): New variable.
6541 (X86_64_NUM_REGS): New define.
6542 (X86_64_NUM_GREGS): Remove define.
6543 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
6544 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
6545 Remove variables.
6546 (x86_54_dwarf2_reg_to_regnum): Remove function.
6547 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
6548 (x86_64_dwarf_reg_to_regnum): New function.
6549 (x86_64_register_name): Rewrite.
6550 (x86_64_register_raw_size): Remove function.
6551 (x86_64_register_byte_table): Remove variable.
6552 (x86_64_register_byte): Remove function.
6553 (x86_64_register_virtual_type): Remove function.
6554 (x86_64_register_type): New function.
6555 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
6556 x86_64_register_convert_to_raw): Remove functions.
6557 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
6558 (x86_64_use_struct_convention): Make static. Adjust for renamed
6559 defines.
6560 (x86_64_frame_init_saved_regs): Remove function.
6561 (x86_64_push_arguments): Make static. Change to accept a regcache
6562 as argument.
6563 (x86_64_store_return_value, x86_64_extract_return_value): Make
6564 static. Rewrite based on i386 counterparts.
6565 (x86_64_push_dummy_call): New function.
6566 (X86_64_NUM_SAVED_REGS): New define.
6567 (x86_64_register_number): Remove function.
6568 (x86_64_store_struct_return): Remove function.
6569 (x86_64_frameless_function_invocation,
6570 x86_64_function_has_prologue): Remove functions.
6571 (PROLOG_BUFSIZE): Remove define.
6572 (struct x86_64_frame_cache): New structure.
6573 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
6574 x86_64_frame_cache, x86_64_frame_this_id,
6575 x86_64_frame_prev_register, x86_64_frame_p,
6576 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
6577 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
6578 functions.
6579 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
6580 variables.
6581 (x86_64_skip_prologue): Rewrite in terms of
6582 x86_64_analyze_prologue.
6583 (x86_64_frame_base_address): New function.
6584 (x86_64_frame_base): New variable.
6585 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
6586 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
6587 set deprecated_fp_regnum, deprecated_register_size,
6588 deprecated_register_bytes, register_raw_size, register_byte,
6589 register_virtual_type, register_convertiable,
6590 register_convert_to_virtual, convert_to_raw,
6591 deprecated_get_saved_register, deprecated_target_read_fp,
6592 deprecated_push_arguments, deprecated_push_return_address,
6593 deprecated_pop_frame, deprecated_store_struct_return,
6594 deprecated_frame_init_saved_regs, deprecated_frame_chain,
6595 frameless_function_invocation, deprecated_frame_saved_pc,
6596 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
6597 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
6598 deprecated_init_frame_pc and virtual_frame_pointer. Call
6599 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
6600 and x86_64_frame_p. Call frame_base_set_default to register
6601 x86_64_frame_base.
6602 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
6603 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
6604 (_initialize_x86_64_tdep): Remove function.
6605 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
6606 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
6607 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
6608 define.
6609 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
6610 (x86_64_linux_sigcontext_addr): Rewrite.
6611 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
6612 x86_64_linux_frame_saved_pc): Remove functions.
6613 (x86_64_linux_pc_in_sigtramp): Renamed from
6614 x86_64_linux_in_sigtramp. Try harder to recognize a signal
6615 trampoline.
6616 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
6617 Remove_functions.
6618 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
6619 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6620 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
6621 (x86_64_regmap): Rename to regmap.
6622 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
6623 x86_64_num_gregs.
6624 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
6625 x86_64_regmap.
6626 (x86_64_fxsave_offset): Remove function.
6627 (supply_fpregset): Simply call x86_64_supply_fxsave.
6628 (fill_fpregset): Simply call x86_64_fill_fxsave.
6629 (fetch_inferior_registers, store_inferior_registers): Avoid
6630 asignment in if-statement.
6631 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
6632 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
6633 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
6634 (fetch_core_registers): Remove function.
6635 (linux_elf_core_fns): Remove.
6636 (offsetoff): Don't define.
6637 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
6638 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
6639 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
6640 add core-regset.o.
6641 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
6642 protection against multiple includes instead of NM_X86_64_h. Add
6643 various comments. Include "config/nm-linux.h". Don't include
6644 <signal.h>.
6645 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
6646 GET_THREAD_SIGNALS): Remove defines.
6647 (x86_64_register_u_addr, kernel_u_size,
6648 lin_thread_get_thread_signals): Remove prototypes.
6649 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
6650 [HAVE_LINK_H]: Don't include "solib.h".
6651 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
6652 * config/i386/tm-x86-64linux.h: Fix comments.
6653 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
6654 x86-64-tdep.o): Update dependencies.
6655
6656 2003-05-30 Andrew Cagney <cagney@redhat.com>
6657
6658 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
6659 Change parameter type to a "struct regcache *".
6660
6661 * gdbarch.sh: Regardless of the multi-arch level, always define
6662 the macro when not already defined.
6663 * gdbarch.h, gdbarch.c: Re-generate.
6664
6665 2003-05-30 Richard Henderson <rth@redhat.com>
6666
6667 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
6668 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
6669 (alpha_mdebug_frame_this_id): Likewise.
6670 (alpha_mdebug_frame_prev_register): Likewise.
6671 (alpha_mdebug_frame_base_address): Likewise.
6672 (alpha_mdebug_frame_locals_address): Likewise.
6673 (alpha_mdebug_frame_args_address): Likewise.
6674 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
6675 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
6676 (alpha_heuristic_frame_unwind_cache): Make static; add missing
6677 loop increment.
6678 (alpha_heuristic_frame_this_id): Make static.
6679 (alpha_heuristic_frame_prev_register): Likewise.
6680 (alpha_heuristic_frame_base_address): Likewise.
6681 * alpha-tdep.h: Update.
6682
6683 2003-05-30 Mark Kettenis <kettenis@gnu.org>
6684
6685 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
6686 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
6687 defenitions.
6688 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
6689 * i386-tdep.c: Mark functions that are 64-bit safe as such.
6690 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6691 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6692 I386_ST0_REGNUM): New defines.
6693 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
6694 codestream_get): Remove define.
6695 (codestream_next_addr, condestream_addr, condestream_buf,
6696 codestream_off, codestream_cnt): Remove variables.
6697 (codestream_fill, codestream_seek, codestream_read): Remove
6698 functions.
6699 (i386_follow_jump): Rewrite to avoid usage of removed codestream
6700 functionality.
6701 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
6702 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
6703 i386_frame_saved_pc, i386_saved_pc_after_call,
6704 i386_frame_num_args, i386_frame_init_saved_regs,
6705 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
6706 i386_push_arguments): Remove functions.
6707 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
6708 functionality. Use i386_analyze_prologue instead of
6709 i386_get_frame_setup.
6710 (I386_NUM_SAVED_REGS): New define.
6711 (struct i386_frame_cache): New structure.
6712 (i386_alloc_frame_cache, i386_analyze_struct_return,
6713 i386_skip_probe, i386_analyze_frame_setup,
6714 i386_analyze_register_saves, i386_analyze_prologue,
6715 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
6716 i386_frame_prev_register, i386_sigtramp_frame_cache,
6717 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
6718 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
6719 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
6720 New functions.
6721 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
6722 New variables.
6723 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
6724 I386_EAX_REGNUM and I386_EDX_REGNUM.
6725 (i386_extract_return_value, i386_store_return_value): Use
6726 I386_ST0_REGNUM where appropriate.
6727 (i386_extract_struct_value_address): Rewrite to use extract_address.
6728 (i386_svr4_pc_in_sigtramp): Add comment.
6729 (i386_svr4_sigcontext_addr): Rewrite.
6730 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
6731 TDEP->sc_sp_offset.
6732 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
6733 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
6734 of new defines. Set push_dummy_call, don't set
6735 deprecated_push_arguments, deprecated_push_return_address,
6736 deprecated_pop_frame. Don't set parm_boundary. Don't set
6737 deprecated_frame_chain, deprecated_frame_saved_pc,
6738 deprecated_saved_pc_after_call. Set unwind_dummy_id,
6739 save_dummy_frame_tos, unwind_pc. Call
6740 frame_unwind_append_predicate and frame_base_set_default. Don't
6741 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
6742 Don't set frameless_function_invocation. Don't set
6743 deprecated_register_bytes, deprecated_register_size,
6744 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
6745 * i386-linux-tdep.c: Fix formatting in some comments.
6746 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
6747 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
6748 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
6749 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
6750 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
6751 redundant parentheses.
6752 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
6753 (i386_linux_sigcontext_addr): Use it. Rewrite.
6754 (find_minsym_and_objfile): Change name of second argument.
6755 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
6756 changed. Use frame_pc_unwind instead of
6757 DEPRECATED_SAVED_PC_AFTER_CALL.
6758 (i386_linux_init_abi): Don't set deprecated_register_bytes.
6759 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
6760 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
6761 unwinder.
6762 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
6763 "dummy-frame.h".
6764 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
6765 (_initialize_i386_cygwin_tdep): New prototype.
6766 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
6767 deprecated_frame_chain_valid.
6768 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
6769 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6770 Rely on the SVR4 defaults.
6771 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
6772 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
6773
6774 2003-05-30 Andrew Cagney <cagney@redhat.com>
6775
6776 * infcall.c (call_function_by_hand): Always call
6777 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
6778
6779 2003-05-30 Richard Henderson <rth@redhat.com>
6780
6781 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
6782 increment.
6783
6784 2003-05-29 Jim Blandy <jimb@redhat.com>
6785
6786 Use gdbarch methods for solib stuff on PowerPC Linux.
6787 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
6788 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
6789 show through.
6790 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
6791 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
6792 giving the same effect as the #definitions above.
6793
6794 2003-05-29 Adam Fedor <fedor@gnu.org>
6795
6796 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
6797 (find_implementation_from_class): Replace it with the standard
6798 case i.e. do nothing.
6799
6800 2003-05-29 Richard Henderson <rth@redhat.com>
6801
6802 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
6803 (alpha_linux_sigtramp_offset): Use it. Make static.
6804 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
6805 update for new frame model.
6806 * alpha-mdebug-tdep.c: New file.
6807 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
6808 (alpha_osf1_init_abi): Install it.
6809 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
6810 (linked_proc_desc_table): Remove.
6811 (alpha_frame_past_sigtramp_frame): Remove.
6812 (alpha_dynamic_sigtramp_offset): Remove.
6813 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
6814 (alpha_proc_desc_is_dyn_sigtramp): Remove.
6815 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
6816 (push_sigtramp_desc): Remove.
6817 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
6818 (alpha_cannot_store_register): Likewise.
6819 (alpha_sigcontext_addr): Remove.
6820 (alpha_find_saved_regs): Remove.
6821 (alpha_frame_init_saved_regs): Remove.
6822 (alpha_init_frame_pc_first): Remove.
6823 (read_next_frame_reg): Remove.
6824 (alpha_frame_saved_pc): Remove.
6825 (alpha_saved_pc_after_call): Remove.
6826 (temp_proc_desc, temp_saved_regs): Remove.
6827 (alpha_about_to_return): Remove.
6828 (cached_proc_desc): Remove.
6829 (alpha_frame_chain): Remove.
6830 (alpha_print_extra_frame_info): Remove.
6831 (alpha_init_extra_frame_info): Remove.
6832 (alpha_frame_locals_address): Remove.
6833 (alpha_frame_args_address): Remove.
6834 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
6835 (alpha_push_dummy_frame): Remove.
6836 (alpha_pop_frame): Remove.
6837 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
6838 (alpha_read_insn): New.
6839 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
6840 for different insn encodings.
6841 (alpha_in_lenient_prologue): Remove.
6842 (struct alpha_sigtramp_unwind_cache): New.
6843 (alpha_sigtramp_frame_unwind_cache): New.
6844 (alpha_sigtramp_register_address): New.
6845 (alpha_sigtramp_frame_this_id): New.
6846 (alpha_sigtramp_frame_prev_register): New.
6847 (alpha_sigtramp_frame_unwind): New.
6848 (alpha_sigtramp_frame_p): New.
6849 (struct alpha_heuristic_unwind_cache): New.
6850 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
6851 don't count nop insns that occur between functions.
6852 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
6853 heuristic_proc_desc, but without the mdebug wrapping.
6854 (alpha_heuristic_frame_this_id): New.
6855 (alpha_heuristic_frame_prev_register): New.
6856 (alpha_heuristic_frame_unwind): New.
6857 (alpha_heuristic_frame_p): New.
6858 (alpha_heuristic_frame_base_address): New.
6859 (alpha_heuristic_frame_base): New.
6860 (alpha_unwind_dummy_id): New.
6861 (alpha_unwind_pc): New.
6862 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
6863 frame related deprecated initializations; install replacements.
6864 (alpha_dump_tdep): Remove.
6865 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
6866 (alpha_read_insn, alpha_after_prologue,
6867 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
6868 alpha_heuristic_frame_prev_register,
6869 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
6870 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6871 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
6872 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
6873
6874 2003-05-29 Andrew Cagney <cagney@redhat.com>
6875
6876 * gdb_assert.h (gdb_assert_fail): Provide different definitions
6877 dependant on the availability of ASSERT_FUNCTION.
6878 (ASSERT_FUNCTION): Do not define when there is no function name.
6879
6880 2003-05-29 Kevin Buettner <kevinb@redhat.com>
6881
6882 From Jimi X <jimix@watson.ibm.com>:
6883 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
6884
6885 2003-05-28 Jim Blandy <jimb@redhat.com>
6886
6887 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
6888 argument to ptrace to int; the system headers should give it the
6889 right type, and pointers don't fit in ints on powerpc64-*-*.
6890
6891 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
6892
6893 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
6894 DW_TAG_catch_block.
6895
6896 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
6897
6898 * stabsread.c (dbx_lookup_type): Make static.
6899 (read_type): Ditto.
6900 (add_undefined_type): Ditto.
6901 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
6902 not export.
6903
6904 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
6905
6906 * hpread.c (hpread_has_name): Make static.
6907 (hpread_psymtab_to_symtab): Ditto.
6908 (file_exists): Ditto.
6909 (hpread_call_pxdb): Ditto.
6910 (hpread_pxdb_needed): Ditto.
6911 (hpread_quick_traverse): Ditto.
6912 (hpread_get_header): Ditto.
6913 (hpread_get_lntt): Ditto.
6914 (hpread_get_slt): Ditto.
6915 (class_of): Ditto.
6916
6917 2003-05-25 Andreas Schwab <schwab@suse.de>
6918
6919 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
6920 stack_align and deprecated_extra_stack_alignment_needed.
6921 (m68k_stack_align): Delete.
6922
6923 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
6924 (m68k_register_virtual_size): Likewise.
6925 (altos_skip_prologue): Remove obsolete function.
6926 (isi_frame_num_args): Likewise.
6927 (news_frame_num_args): Likewise.
6928 (m68k_fix_call_dummy): Make static.
6929 (m68k_push_dummy_frame): Likewise.
6930 (m68k_pop_frame): Likewise.
6931 (m68k_skip_prologue): Likewise.
6932 (m68k_frame_init_saved_regs): Likewise.
6933 (m68k_saved_pc_after_call): Likewise.
6934 (m68k_get_longjmp_target): Make multi-arch.
6935 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
6936 structure. Register m68k_get_longjmp_target if enabled.
6937 * m68k-tdep.h (struct gdbarch_tdep): Define.
6938 * config/m68k/tm-m68k.h: Don't include "regcache.h".
6939
6940 * Makefile.in (config.status): Also depend on configure.tgt
6941 and configure.host.
6942 (m68klinux-tdep.o): Update dependencies.
6943 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
6944 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
6945 (M68K_LINUX_JB_PC): Define.
6946 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
6947 and take additional parameter.
6948 (m68k_linux_sigtramp_saved_pc): Update.
6949 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
6950 m68k_linux_pc_in_sigtramp, in_plt_section,
6951 find_solib_trampoline_target.
6952 * config/m68k/tm-linux.h: Don't include any tm headers.
6953 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
6954 (JB_ELEMENT_SIZE): Likewise.
6955 (JB_PC): Likewise.
6956 (GET_LONGJMP_TARGET): Likewise.
6957 (IN_SIGTRAMP): Likewise.
6958 (SVR4_SHARED_LIBS): Define this and include "solib.h".
6959
6960 2003-05-25 Mark Kettenis <kettenis@gnu.org>
6961
6962 * sparc-tdep.c (sparc32_do_push_arguments): New function.
6963 (sparc32_push_arguments): Re-implement by calling
6964 sparc32_do_push_arguments.
6965
6966 2003-05-25 Mark Kettenis <kettenis@gnu.org>
6967
6968 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
6969 SPARC_O1_REGNUM): New defines.
6970 (sparc32_extract_return_value): Rewrite to operate on a regcache.
6971 (sparc32_store_return_value): New function.
6972 (sparc_extract_struct_value_address): Rewrite to operate on a
6973 regcache.
6974 (sparc_gdbarch_init): Don't set
6975 deprecated_extract_struct_value_address. Set
6976 extract_struct_value_address instead. Don't set
6977 deprecated_extract_return_value and deprecated_store_return_value
6978 for 32-bit targets. Set extract_return_value and
6979 store_return_value instead.
6980 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
6981 DEPRECTAED_EXTRACT_RETURN_VALUE,
6982 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
6983 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
6984 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
6985 (sparc_store_return_value): Remove prototype.
6986 (sparc32_store_return_value): New prototype.
6987 (sparc32_extract_return_value, sparc_extract_struct_value_address):
6988 Adjust prototypes.
6989
6990 2003-05-24 Mark Kettenis <kettenis@gnu.org>
6991
6992 * sparcnbsd-tdep.c: Include "gdb_string.h".
6993
6994 2003-05-23 Andrew Cagney <cagney@redhat.com>
6995
6996 * p-valprint.c (pascal_val_print): Replace extract_address with
6997 the inline equivalent extract_unsigned_integer.
6998 * jv-valprint.c (java_value_print): Ditto.
6999 * ada-valprint.c (ada_val_print_1): Ditto.
7000 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7001
7002 2003-05-23 Theodore A. Roth <troth@openavr.org>
7003
7004 * blockframe.c (frameless_look_for_prologue): Remove unused
7005 after_prologue variable.
7006
7007 2003-05-23 Mark Kettenis <kettenis@gnu.org>
7008
7009 * blockframe.c (get_pc_function_start): Rewrite to avoid
7010 asignments in if-statements.
7011
7012 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7013
7014 Committed by Elena Zannoni <ezannoni@redhat.com>.
7015 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
7016 files, don't relocate absolute symbols (and do use mst_abs).
7017
7018 2003-05-23 Andrew Cagney <cagney@redhat.com>
7019
7020 * objc-lang.c: Include "gdb_assert.h".
7021 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7022 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7023 (gdb_check, gdb_check_fatal): Delete functions.
7024 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7025 gdb_assert.
7026 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7027 * Makefile.in (objc-lang.o): Update dependencies.
7028
7029 2003-05-22 Ian Lance Taylor <ian@airs.com>
7030
7031 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7032 with fprintf_filtered, not fprintf_unfiltered.
7033
7034 2003-05-22 Andrew Cagney <cagney@redhat.com>
7035
7036 * stack.c (frame_info): Inline extract_address, replacing it with
7037 extract_unsigned_integer.
7038 * findvar.c (unsigned_pointer_to_address): Ditto.
7039 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7040 * dwarf2expr.c (dwarf2_read_address): Ditto.
7041 * frame.c (frame_pc_unwind): Update comment.
7042 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7043
7044 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7045
7046 * infptrace.c (detach): Call print_sys_errmsg rather than
7047 perror_with_name to issue warning message when errno is non-zero
7048 after calling ptrace detach.
7049
7050 2003-05-21 J. Brobecker <brobecker@gnat.com>
7051
7052 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7053 macro definitions from here...
7054 * hppa-tdep.c: ...to there.
7055
7056 2003-05-20 Kevin Buettner <kevinb@redhat.com>
7057
7058 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7059 register_ptrace_addr(). Fix all callers.
7060
7061 2003-05-21 Andreas Schwab <schwab@suse.de>
7062
7063 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7064 dependencies.
7065 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7066 end.
7067 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7068 (_initialize_m68k_linux_tdep): New function.
7069 (m68k_linux_frame_saved_pc): Make static.
7070 (m68k_linux_extract_return_value): Likewise.
7071 (m68k_linux_store_return_value): Likewise.
7072 (m68k_linux_extract_struct_value_address): Likewise.
7073 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7074 Remove.
7075 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7076 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7077 (DEPRECATED_FRAME_SAVED_PC): Remove.
7078
7079 2003-05-20 Kris Warkentin <kewarken@qnx.com>
7080
7081 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7082 regset numbering rather than our own.
7083
7084 2003-05-19 David Carlton <carlton@bactrian.org>
7085
7086 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7087
7088 2003-05-19 David Carlton <carlton@bactrian.org>
7089
7090 Partial fix for PR c++/827.
7091 * cp-support.h: Include symtab.h.
7092 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7093 * cp-namespace.c: Update contributors.
7094 (cp_lookup_symbol_nonlocal): New.
7095 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7096 (lookup_symbol_file): Ditto.
7097 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7098 * block.h: Declare block_scope, block_using, block_global_block.
7099 * block.c (block_scope): New.
7100 (block_using, block_global_block): Ditto.
7101 * Makefile.in (cp_support_h): Depend on symtab_h.
7102 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7103
7104 2003-05-19 David Carlton <carlton@bactrian.org>
7105
7106 * language.h (struct language_defn): Add 'la_value_of_this'
7107 and 'la_lookup_symbol_nonlocal' members.
7108 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7109 lookup_symbol_static, lookup_symbol_global,
7110 lookup_symbol_aux_block.
7111 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7112 if we should search fields of this and how to do static/global
7113 lookup.
7114 (lookup_symbol_aux_block): Make extern.
7115 (basic_lookup_symbol_nonlocal): New.
7116 (lookup_symbol_static, lookup_symbol_global): Ditto.
7117 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7118 'la_lookup_symbol_nonlocal' members.
7119 * c-lang.c (c_language_defn, cplus_language_defn)
7120 (asm_language_defn, minimal_language_defn): Ditto.
7121 * jv-lang.c (java_language_defn): Ditto.
7122 * language.c (unknown_language_defn, auto_language_defn)
7123 (local_language_defn): Ditto.
7124 * m2-lang.c (m2_language_defn): Ditto.
7125 * objc-lang.c (objc_language_defn): Ditto.
7126 * scm-lang.c (scm_language_defn): Ditto.
7127 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7128 * p-lang.c (pascal_language_defn): Ditto for both.
7129 * Makefile.in (f-lang.o): Depend on value_h.
7130 (p-lang.o): Ditto.
7131
7132 2003-05-19 David Carlton <carlton@bactrian.org>
7133
7134 * block.h: Declare block_static_block.
7135 * block.c (block_static_block): New.
7136 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7137 lookup_symbol_aux_local, calling block_static_block instead.
7138 (lookup_symbol_aux_local): Delete 'static_block' argument.
7139
7140 2003-05-19 David Carlton <carlton@bactrian.org>
7141
7142 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7143
7144 2003-05-19 Michal Ludvig <mludvig@suse.cz>
7145
7146 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7147 register numbers mapping.
7148
7149 2003-05-18 Adam Fedor <fedor@gnu.org>
7150
7151 * symtab.c (completion_list_objc_symbol): New function.
7152 (make_symbol_completion_list): Use it to add ObjC symbols
7153 when looking though the list.
7154 (language_search_unquoted_string): New function.
7155 (make_file_symbol_completion_list): Use it.
7156
7157 2003-05-18 Andreas Schwab <schwab@suse.de>
7158
7159 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7160 dependencies.
7161 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7162 as m68k_linux_extract_return_value.
7163 (DEPRECATED_STORE_RETURN_VALUE): Define as
7164 m68k_linux_store_return_value.
7165 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7166 m68k_linux_extract_struct_value_address.
7167 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7168 get_next_frame, get_frame_base, get_frame_pc.
7169 (m68k_linux_frame_saved_pc): Use get_frame_base.
7170 (m68k_linux_extract_return_value): New function.
7171 (m68k_linux_store_return_value): New function.
7172 (m68k_linux_extract_struct_value_address): New function.
7173 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7174
7175 * c-exp.y (typebase): Remove duplicate occurence of
7176 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
7177 of lookup_signed_typename.
7178
7179 2003-05-18 Mark Kettenis <kettenis@gnu.org>
7180
7181 * dwarf2loc.c (find_location_expression): Change type of second
7182 argument to `size_t *'.
7183 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7184 for size variable.
7185
7186 2003-05-18 David Carlton <carlton@bactrian.org>
7187
7188 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7189 'linkage_name'. Add comment.
7190 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7191 'linkage_name'.
7192 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7193 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7194 (lookup_block_symbol): Ditto.
7195
7196 2003-05-16 Andrew Cagney <cagney@redhat.com>
7197
7198 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7199 * gdbarch.h, gdbarch.c: Re-generate.
7200 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7201 * TODO (REGISTER_BYTES): Delete reference.
7202 * alpha-tdep.c (alpha_gdbarch_init): Update.
7203 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7204 * x86-64-tdep.c (x86_64_init_abi): Update.
7205 * vax-tdep.c (vax_gdbarch_init): Update.
7206 * v850-tdep.c (v850_gdbarch_init): Update.
7207 * sparc-tdep.c (sparc_gdbarch_init): Update.
7208 * sh-tdep.c (sh_gdbarch_init): Update.
7209 * s390-tdep.c (s390_gdbarch_init): Update.
7210 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7211 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7212 (ns32k_gdbarch_init_32382): Update.
7213 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7214 * mcore-tdep.c (mcore_gdbarch_init): Update.
7215 * m68k-tdep.c (m68k_gdbarch_init): Update.
7216 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7217 * ia64-tdep.c (ia64_gdbarch_init): Update.
7218 * i386-tdep.c (i386_gdbarch_init): Update.
7219 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7220 * hppa-tdep.c (hppa_gdbarch_init): Update.
7221 * h8300-tdep.c (h8300_gdbarch_init): Update.
7222 * frv-tdep.c (frv_gdbarch_init): Update.
7223 * cris-tdep.c (cris_gdbarch_init): Update.
7224 * avr-tdep.c (avr_gdbarch_init): Update.
7225 * arm-tdep.c (arm_gdbarch_init): Update.
7226 * sparc-tdep.c (sparc_pop_frame): Update.
7227 * rs6000-tdep.c (rs6000_pop_frame): Update.
7228 * remote.c (init_remote_state): Update.
7229 (remote_prepare_to_store): Update.
7230 * remote-vx.c (vx_prepare_to_store): Update.
7231 * remote-sds.c (sds_fetch_registers): Update.
7232 (sds_prepare_to_store): Update.
7233 * remote-array.c: Update.
7234 * regcache.c (init_legacy_regcache_descr): Update.
7235 (init_regcache_descr): Update.
7236 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7237 (mips_o64_extract_return_value): Update.
7238 * irix5-nat.c (fetch_core_registers): Update.
7239 * irix4-nat.c (fetch_core_registers): Update.
7240 * i386-tdep.h: Update.
7241 * hppa-tdep.c (pa_do_registers_info): Update.
7242 (pa_do_strcat_registers_info): Update.
7243 * cris-tdep.c (cris_register_bytes_ok): Update.
7244 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7245 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7246 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7247 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7248 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7249 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7250 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7251 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7252 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7253 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7254 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7255 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7256 (REGISTER_BYTES_OK): Update.
7257 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7258 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7259
7260 2003-05-16 Ian Lance Taylor <ian@airs.com>
7261
7262 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7263 (vax_print_insn, print_insn_arg): Remove static functions.
7264 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7265 print_insn_vax from opcodes library.
7266 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7267
7268 2003-05-15 Andrew Cagney <cagney@redhat.com>
7269
7270 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7271 * target.h (memory_breakpoint_from_pc): Delete declaration.
7272 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7273 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7274 * monitor.c (monitor_insert_breakpoint): Use
7275 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7276 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7277 * gdbarch.h, gdbarch.c: Re-generate.
7278 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7279 (sparc_gdbarch_init): Set breakpoint_from_pc to
7280 sparc_breakpoint_from_pc.
7281 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7282 (BREAKPOINT_FROM_PC): Define.
7283 (sparc_breakpoint_from_pc): Declare.
7284 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7285 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7286 (BREAKPOINT_FROM_PC): Define.
7287 (BREAKPOINT): Delete macro.
7288 * target.h: Update comment.
7289 * s390-tdep.c (s390_gdbarch_init): Update comments.
7290 * remote.c: Update comments.
7291 * remote-mips.c: Update comments.
7292 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7293 * mem-break.c: Update comment.
7294 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7295 (ia64_memory_insert_breakpoint): Update.
7296 * config/sparc/tm-sparc.h: Update comment.
7297 * config/pa/tm-hppa64.h: Update comment.
7298 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7299 (rs6000_breakpoint_from_pc): Update.
7300 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7301 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
7302 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
7303 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
7304 (mips_breakpoint_from_pc): Update.
7305 (mips_dump_tdep): Update.
7306
7307 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
7308 * minsyms.c (lookup_minimal_symbol): Inline
7309 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
7310
7311 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
7312 * p-valprint.c (pascal_object_print_value_fields): Ditto.
7313 * p-lang.c (pascal_printstr): Ditto.
7314 * objc-lang.c (objc_printstr): Ditto.
7315 * m2-lang.c (m2_printstr): Ditto.
7316 * jv-valprint.c (java_print_value_fields): Ditto.
7317 * f-lang.c (f_printstr): Ditto.
7318 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
7319 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
7320 for repeat_count_threshold.
7321 * Makefile.in (cp-valprint.o): Update dependencies.
7322
7323 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
7324
7325 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
7326 (examine_prologue): Support looking through leaf functions, knowing
7327 they start with mov r2,r12. Support skipping over indirect stores
7328 of the input registers. Upon hitting a non-nop branch instruction
7329 or predicated instruction, bail out by setting lim_pc to the current
7330 pc value in the loop. At the end, if the lim_pc value is still
7331 beyond our calculated value and we have trust_limit set,
7332 use the lim_pc value.
7333
7334 2003-05-15 Andrew Cagney <cagney@redhat.com>
7335
7336 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
7337 generic_find_dummy_frame.
7338 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
7339 (deprecated_generic_find_dummy_frame): Update.
7340 (deprecated_read_register_dummy): Update.
7341 * frame.c (deprecated_generic_get_saved_register): Update.
7342
7343 2003-05-15 Theodore A. Roth <troth@openavr.org>
7344
7345 * avr-tdep.c (avr_breakpoint_from_pc): New function.
7346 (avr_gdbarch_init): Set breakpoint_from_pc method.
7347
7348 2003-05-15 Andrew Cagney <cagney@redhat.com>
7349
7350 * regcache.c (build_regcache): Set deprecated_register_valid
7351 directly.
7352 (deprecated_grub_regcache_for_register_valid): Delete function.
7353 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
7354 declaration.
7355
7356 2003-05-15 David Carlton <carlton@bactrian.org>
7357
7358 Committed by Elena Zannoni <ezannoni@redhat.com>
7359 * symtab.c (lookup_symbol_aux): Delete calls to
7360 lookup_symbol_aux_minsyms.
7361 (lookup_symbol_aux_minsyms): Comment out function and
7362 prototype. Delete lookup by mangled name.
7363
7364 2003-05-14 Kevin Buettner <kevinb@redhat.com>
7365
7366 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
7367 correctly indicate an empty stack and ``stack_allocated'' to the
7368 indicate the number of elements initially allocated.
7369 (dwarf_expr_grow_stack): Simplify method for computing new
7370 stack size. Don't loop infinitely if ``stack_len'' is zero.
7371 (execute_stack_op): Move ``ctx->in_reg'' initialization
7372 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
7373 be used in conjuction with DW_OP_piece. Revise error message
7374 accordingly.
7375
7376 2003-05-14 Theodore A. Roth <troth@openavr.org>
7377
7378 * MAINTAINERS: Update my email address.
7379 * avr-tdep.c: Ditto.
7380
7381 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
7382
7383 * symtab.h (enum domain_enum): Rename from namespace_enum.
7384 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
7385 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
7386 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
7387 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
7388 TYPES_NAMESPACE, METHODS_NAMESPACE.
7389 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
7390 (struct symbol, struct partial_symbol): Rename field
7391 'namespace_enum namespace' to 'domain_enum domain'.
7392 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
7393 Delete old define kludge for namespace.
7394
7395 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
7396 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
7397 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
7398 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
7399 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
7400 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
7401 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
7402 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
7403 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
7404 occurrences of the above.
7405
7406 2003-05-14 Ian Lance Taylor <ian@airs.com>
7407
7408 * Makefile.in (install-only): Use $(SHELL) when running
7409 mkinstalldirs.
7410
7411 2003-05-13 Ian Lance Taylor <ian@airs.com>
7412
7413 * MAINTAINERS (write after approval): Add myself.
7414
7415 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
7416 second and third arguments.
7417 * ser-tcp.c (_initialize_ser_tcp): Likewise.
7418 * ser-unix.c (_initialize_ser_hardwire): Likewise.
7419
7420 2003-05-13 Andrew Cagney <cagney@redhat.com>
7421
7422 * defs.h (store_address): Delete declaration.
7423 findvar.c (store_address): Delete function.
7424 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
7425 store_unsigned_integer.
7426 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
7427 * v850-tdep.c (v850_push_arguments): Ditto.
7428 * sparc-tdep.c (sparc_get_saved_register): Ditto.
7429 * sh-tdep.c (sh64_get_saved_register): Ditto.
7430 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
7431 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
7432 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
7433 (mips_get_saved_register): Ditto.
7434 * ia64-tdep.c (ia64_get_saved_register): Ditto.
7435 (find_func_descr, ia64_push_arguments): Ditto.
7436 * i386-tdep.c (i386_push_arguments): Ditto.
7437 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
7438 * frv-tdep.c (frv_push_arguments): Ditto.
7439 * frame.c (legacy_saved_regs_prev_register): Ditto.
7440 (deprecated_generic_get_saved_register): Ditto.
7441 * findvar.c (unsigned_address_to_pointer): Ditto.
7442 * dwarf2read.c (dwarf2_const_value): Ditto.
7443 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7444 * alpha-tdep.c (alpha_push_arguments): Ditto.
7445
7446 2003-05-12 J. Brobecker <brobecker@gnat.com>
7447
7448 * NEWS: Mention that the hppa-hpux port has been partially
7449 multiarched (32bit ABIT only, so far).
7450
7451 2003-05-11 Andrew Cagney <cagney@redhat.com>
7452
7453 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
7454 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
7455 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
7456 sim/testsuite/sim/arm/misaligned2.ms, and
7457 sim/testsuite/sim/arm/misaligned3.ms.
7458 * disasm.h (struct ui_file): Add opaque struct declaration.
7459 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
7460 * frame.h (struct ui_file): Ditto.
7461
7462 2003-05-11 Mark Kettenis <kettenis@gnu.org>
7463
7464 * value.h: Pretty print.
7465
7466 2003-05-10 Mark Kettenis <kettenis@gnu.org>
7467
7468 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
7469
7470 2003-05-08 Andrew Cagney <cagney@redhat.com>
7471
7472 * regcache.h (max_register_size): Delete declaration.
7473 * regcache.c (max_register_size): Delete function.
7474 (struct regcache_descr): Delete field "max_register_size".
7475 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
7476 registers fit in MAX_REGISTER_SIZE.
7477 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
7478 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
7479 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
7480 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
7481 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
7482 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
7483 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
7484 * dve3900-rom.c, hppa-tdep.c: Ditto.
7485
7486 2003-05-08 David Carlton <carlton@math.stanford.edu>
7487
7488 * valops.c (push_word): Fix typo.
7489
7490 2003-05-08 Andrew Cagney <cagney@redhat.com>
7491
7492 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
7493 * gdbarch.h: Re-generate.
7494 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
7495 (legacy_max_register_raw_size): Delete declaration.
7496 * regcache.c (legacy_max_register_raw_size): Delete function.
7497 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
7498 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
7499 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
7500 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
7501 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
7502 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
7503 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
7504 * findvar.c, dwarf2cfi.c: Ditto.
7505
7506 2003-05-08 Andrew Cagney <cagney@redhat.com>
7507
7508 * mips-tdep.c (read_signed_register): New function, moved to here
7509 from "regcache.c".
7510 (read_signed_register_pid): Ditto.
7511 * regcache.c (read_signed_register_pid): Delete function, moved to
7512 "mips-tdep.c".
7513 (read_signed_register): Ditto.
7514 * regcache.h (read_signed_register): Delete declaration.
7515 (read_signed_register_pid): Delete declaration.
7516
7517 2003-05-08 Andrew Cagney <cagney@redhat.com>
7518
7519 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
7520 * gdbarch.h: Re-generate.
7521 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
7522 (legacy_max_register_virtual_size): Delete declaration.
7523 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
7524 * d10v-tdep.c (d10v_print_registers_info): Ditto.
7525 * tracepoint.c (memrange_sortmerge): Ditto.
7526 * sparc-tdep.c (sparc_print_registers): Ditto.
7527 * regcache.c (legacy_max_register_virtual_size): Delete function.
7528
7529 2002-05-08 J. Brobecker <brobecker@gnat.com>
7530
7531 * fork-child.c (escape_bang_in_quoted_argument): New function.
7532 (fork_inferior): Escape '!' characters in quoted arguments
7533 only when needed.
7534
7535 2003-05-08 J. Brobecker <brobecker@gnat.com>
7536
7537 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
7538 the language of the CU is not currently supported by GDB.
7539
7540 2003-05-08 J. Brobecker <brobecker@gnat.com>
7541
7542 * defs.h (language): Add language_minimal enum value.
7543 * c-lang.c (minimal_language_defn): New language definition.
7544 (_initialize_c_language): Add the new minimal language to the list
7545 of languages known to GDB.
7546
7547 2003-05-08 Kevin Buettner <kevinb@redhat.com>
7548
7549 * frame.c (get_frame_type): Don't attempt to lazily initialize
7550 frame's unwinder for legacy frames.
7551
7552 2003-05-07 Andrew Cagney <cagney@redhat.com>
7553
7554 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
7555 and "regcache" parameters.
7556 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
7557
7558 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7559
7560 * dwarf2read.c (dwarf_decode_lines): Only use output of
7561 check_cu_functions() when calling record_line(). Do not update
7562 the current address.
7563
7564 2003-05-07 Andrew Cagney <cagney@redhat.com>
7565
7566 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
7567 code.
7568
7569 2003-05-07 Jim Blandy <jimb@redhat.com>
7570
7571 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
7572 'maint info symtabs' and 'maint info psymtabs'.
7573 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
7574 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
7575 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
7576 Declarations updated.
7577 * maint.c (maintenance_list_command): Delete.
7578 (_initialize_maint_cmds): Update calls to add_cmd.
7579 * gdbcmd.h (maintenancelistlist): Delete declaration.
7580 * cli/cli-cmds.c (maintenancelistlist): Delete.
7581 (init_cmd_lists): Don't initialize it.
7582 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
7583
7584 2003-05-07 Andrew Cagney <cagney@redhat.com>
7585
7586 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
7587 "regcache".
7588 (d10v_print_registers_info): Update.
7589 (d10v_dmap_register, d10v_imap_register): Delete functions.
7590 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
7591 and "imap_register".
7592 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
7593 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
7594 * arch-utils.c (generic_remote_translate_xfer_address): Add
7595 "regcache" and "gdbarch" parameters.
7596 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
7597 parameter. Change class to multi-arch.
7598 * gdbarch.h, gdbarch.c: Re-generate.
7599 * remote.c (remote_xfer_memory): Use
7600 gdbarch_remote_translate_xfer_address.
7601
7602 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7603
7604 * infrun.c (prev_pc): Move declaration ahead of proceed().
7605 (proceed): Refresh prev_pc value before resuming.
7606 (stop_stepping): Remove code to refresh prev_pc.
7607
7608 2003-05-06 Kris Warkentin <kewarken@qnx.com>
7609
7610 * nto-tdep.c: Removed stray comment.
7611
7612 2003-05-06 Kris Warkentin <kewarken@qnx.com>
7613
7614 * i386-nto-tdep.c: Fix old K&R function definitions.
7615 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
7616 Also change add_show_from_set() call to add_setshow_cmd().
7617 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
7618
7619 2003-05-05 Andrew Cagney <cagney@redhat.com>
7620
7621 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
7622 (fprint_dummy_frames): New function.
7623 (maintenance_print_dummy_frames): New function.
7624 (_initialize_dummy_frame): Add command "maint print dummy-frames".
7625 * frame.c (fprint_frame_id): Make global.
7626 * frame.h (fprint_frame_id): Declare.
7627 * Makefile.in (dummy-frame.o): Update dependencies.
7628
7629 2003-05-05 Andrew Cagney <cagney@redhat.com>
7630
7631 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
7632 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
7633 SIZEOF_CALL_DUMMY_WORDS.
7634 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
7635 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
7636 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
7637 CALL_DUMMY_BREAKPOINT_OFFSET.
7638 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
7639 CALL_DUMMY_START_OFFSET.
7640 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
7641 * gdbarch.h, gdbarch.c: Re-generate.
7642 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
7643 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
7644 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
7645 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
7646 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
7647 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
7648 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
7649 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
7650 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
7651 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
7652 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
7653 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
7654 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
7655 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
7656 * config/sparc/tm-sparc.h: Update.
7657
7658 2003-05-05 Kris Warkentin <kewarken@qnx.com>
7659
7660 * configure.tgt: Add i[3456]86-*-nto*.
7661 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
7662 * nto-tdep.c: New file. Neutrino target support routines.
7663 * nto-tdep.h: New file. Neutrino target header.
7664 * config/tm-qnxnto.h: New file.
7665 * config/i386/i386nto.mt: New file.
7666 * config/i386/tm-i386nto.h: New file.
7667
7668 2003-05-04 Andrew Cagney <cagney@redhat.com>
7669
7670 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
7671 (load_infrun_state): Ditto.
7672 (struct thread_info): Drop "prev_func_name" field.
7673 * thread.c (load_infrun_state): Update.
7674 (save_infrun_state): Update.
7675 * infrun.c (prev_func_name): Delete variable.
7676 (init_wait_for_inferior): Do not clear prev_func_name.
7677 (stop_stepping, keep_going, context_switch): Do not swap
7678 prev_func_name.
7679 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
7680 instead of PC_IN_SIGTRAMP.
7681
7682 2003-05-04 Andrew Cagney <cagney@redhat.com>
7683
7684 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7685 REGISTER_BYTE with register_offset_hack.
7686 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
7687 that REGISTER_BYTE is consistent with the regcache.
7688 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
7689 * gdbarch.h, gdbarch.c: Regenerate.
7690
7691 2003-05-04 Mark Kettenis <kettenis@gnu.org>
7692
7693 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
7694 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
7695
7696 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
7697
7698 2003-05-03 J. Brobecker <brobecker@gnat.com>
7699
7700 From Thierry Schneider <tpschneider1@yahoo.com>
7701 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
7702 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
7703 (mi-cmd-symbol.o): Add rule.
7704
7705 2003-05-03 Andrew Cagney <cagney@redhat.com>
7706
7707 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
7708 comments noteing that it replaces the old FIX_CALL_DUMMY code.
7709 * gdbarch.h, gdbarch.c: Re-generate.
7710 * d10v-tdep.c (d10v_push_dummy_code): New function.
7711 (d10v_gdbarch_init): Set push_dummy_code.
7712 * infcall.c (legacy_push_dummy_code): New function.
7713 (generic_push_dummy_code): New function.
7714 (push_dummy_code): New function.
7715 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
7716 instead of dummy_addr, to push_dummy_call. Move call to
7717 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
7718 switch.
7719 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
7720
7721 2003-05-03 Andrew Cagney <cagney@redhat.com>
7722
7723 * disasm.h (print_insn): Declare.
7724 * disasm.c (init_gdb_disassemble_info): New function.
7725 (gdb_disassembly): Call init_gdb_disassemble_info.
7726 (gdb_print_insn): New function.
7727 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
7728 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
7729 * mcore-tdep.c: Include "disasm.h"
7730 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
7731 * d10v-tdep.c: Include "disasm.h".
7732 (display_trace): Call gdb_print_insn, instead of print_insn.
7733 (print_insn): Delete function.
7734 * printcmd.c: Include "disasm.h".
7735 (print_insn): Delete function.
7736 (print_formatted): Call gdb_print_insn, instead of print_insn.
7737 * Makefile.in (printcmd.o): Update dependencies.
7738 (mcore-tdep.o, d10v-tdep.o): Ditto.
7739
7740 2003-05-02 Andrew Cagney <cagney@redhat.com>
7741
7742 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
7743 PC_REGNUM, re-indent.
7744 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
7745 PC_REGNUM isn't set.
7746
7747 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
7748 * gdbarch.h, gdbarch.c: Re-generate.
7749 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
7750 register_virtual_size, pc_regnum, or register_bytes.
7751 (D10V_PC_REGNUM): Rename _PC_REGNUM.
7752 (d10v_register_type): Use D10V_PC_REGNUM.
7753 (d10v_print_registers_info, d10v_read_pc): Ditto.
7754 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
7755 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
7756
7757 2003-05-02 David Carlton <carlton@bactrian.org>
7758
7759 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
7760 the name with mstrsave.
7761
7762 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
7763
7764 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
7765 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
7766 (host_charset_name, target_charset_name): New vars for use by
7767 set/show commands.
7768 (host_charset_enum, target_charset_enum): New enums for set/show
7769 commands.
7770 (set_charset_sfunc, set_host_charset_sfunc,
7771 set_target_charset_sfunc): New functions.
7772 (set_host_charset, set_target_charset): Make static.
7773 (list_charsets, set_host_charset_command,
7774 set_target_charset_command): Delete functions.
7775 (show_charset_command): Rewrite as....
7776 (show_charset): Hook this up with the set/show command mechanism.
7777 (_initialize_charset): Change names of charsets to match the
7778 set/show enums. Use host_charset_name and target_charset_name.
7779 Use set/show mechanism for charset, host-charset, target-charset
7780 commands. Do not make 'show host-charset' and 'show
7781 target-charset' be aliases of 'show charset'.
7782
7783 * charset.h (set_host_charset, set_target_charset): Don't export,
7784 they are not used outside the file.
7785
7786 2003-05-01 Andrew Cagney <cagney@redhat.com>
7787
7788 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
7789 (gdb_disassembly): Make "di" non static, always initialize and
7790 cleanup. Always use dis_asm_read_memory.
7791 (gdb_dis_asm_read_memory): Delete function.
7792
7793 2003-05-01 Andrew Cagney <cagney@redhat.com>
7794
7795 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
7796 (d10v_gdbarch_init): Set frame_align instead of stack_align.
7797
7798 2003-04-30 Andrew Cagney <cagney@redhat.com>
7799
7800 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
7801 "tm_print_insn_info".
7802 (TARGET_PRINT_INSN_INFO): Delete macro.
7803 (dis_asm_read_memory): Delete function declaration.
7804 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7805 (tm_print_insn_info): Delete variable definition.
7806 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
7807 * gdbarch.h, gdbarch.c: Re-generate.
7808 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
7809 "deprecated_tm_print_insn_info".
7810 * mcore-tdep.c (mcore_dump_insn): Ditto.
7811 * mips-tdep.c (mips_gdbarch_init): Ditto.
7812 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
7813 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
7814 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
7815 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
7816 instead of TARGET_PRINT_INSN_INFO, add comment.
7817 * s390-tdep.c (s390_get_frame_info): Instead of
7818 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
7819 (s390_check_function_end, s390_is_sigreturn): Ditto.
7820 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
7821 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7822 * disasm.c: Include "gdbcore.h".
7823 (_initialize_disasm): New function, initialize
7824 "deprecated_tm_print_insn_info".
7825 (deprecated_tm_print_insn_info): New variable.
7826 (dis_asm_read_memory): Moved from "corefile.c", made static.
7827 (dis_asm_print_address, dis_asm_memory_error): Ditto.
7828 * Makefile.in (disasm.o): Update dependencies.
7829
7830 2003-04-30 Andrew Cagney <cagney@redhat.com>
7831
7832 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
7833
7834 2003-04-29 Adam Fedor <fedor@gnu.org>
7835
7836 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
7837 * infcall.c (find_function_addr): Make non-static.
7838 * infcall.h (find_function_addr): Declare.
7839 * Makefile.in (eval.o): Update dependencies.
7840
7841 2003-04-28 Adam Fedor <fedor@gnu.org>
7842
7843 * symtab.c (symbol_find_demangled_name): Check for and demangle
7844 ObjC symbols.
7845 (symbol_init_demangled_name): Init for language_objc as well.
7846
7847 2003-04-28 Andrew Cagney <cagney@redhat.com>
7848
7849 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
7850 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
7851 * gdbarch.h, gdbarch.c: Re-generate.
7852 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
7853 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
7854 * inferior.h (deprecated_read_fp): Rename read_fp.
7855 (generic_target_read_fp): Delete declaration.
7856 * regcache.c (generic_target_read_fp): Delete function.
7857 (deprecated_read_fp): Replace read_fp, use
7858 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
7859 * d10v-tdep.c (d10v_read_fp): Delete function.
7860 (d10v_gdbarch_init): Do not set deprecated_read_fp.
7861
7862 * sparc-tdep.c (sparc_gdbarch_init): Do not set
7863 deprecated_target_read_fp to generic_target_read_fp.
7864 * sh-tdep.c (sh_gdbarch_init): Ditto.
7865 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7866 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7867 * frv-tdep.c (frv_gdbarch_init): Ditto.
7868
7869 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
7870 deprecated_fp_regnum.
7871 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7872 * vax-tdep.c (vax_gdbarch_init): Ditto.
7873 * v850-tdep.c (v850_gdbarch_init): Ditto.
7874 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7875 * sh-tdep.c (sh_gdbarch_init): Ditto.
7876 * s390-tdep.c (s390_gdbarch_init): Ditto.
7877 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7878 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7879 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7880 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7881 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7882 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7883 * i386-tdep.c (i386_gdbarch_init): Ditto.
7884 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7885 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7886 * frv-tdep.c (frv_gdbarch_init): Ditto.
7887 * cris-tdep.c (cris_gdbarch_init): Ditto.
7888 * avr-tdep.c (avr_gdbarch_init): Ditto.
7889 * arm-tdep.c (arm_gdbarch_init): Ditto.
7890 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7891
7892 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
7893 * v850-tdep.c (v850_gdbarch_init): Ditto.
7894 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7895 * sh-tdep.c (sh_gdbarch_init): Ditto.
7896 * s390-tdep.c (s390_gdbarch_init): Ditto.
7897 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7898 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7899 * mips-tdep.c (mips_gdbarch_init): Ditto.
7900 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7901 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7902 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7903 * frv-tdep.c (frv_gdbarch_init): Ditto.
7904 * avr-tdep.c (avr_gdbarch_init): Ditto.
7905 * arm-tdep.c (arm_gdbarch_init): Ditto.
7906
7907 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
7908 DEPRECATED_FP_REGNUM.
7909 (vax_push_dummy_frame, vax_pop_frame): Ditto.
7910 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
7911 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
7912 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
7913 (sparc32_register_virtual_type): Ditto.
7914 * sh-tdep.c (sh64_frame_chain): Ditto.
7915 (sh64_get_saved_register, sh64_pop_frame): Ditto.
7916 (sh_nofp_frame_init_saved_regs): Ditto.
7917 (sh64_nofp_frame_init_saved_regs): Ditto.
7918 (sh_fp_frame_init_saved_regs): Ditto.
7919 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
7920 * remote-e7000.c (fetch_regs_from_dump): Ditto.
7921 * procfs.c (procfs_fetch_registers): Ditto.
7922 (procfs_store_registers): Ditto.
7923 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
7924 (store_inferior_registers, fetch_core_registers): Ditto.
7925 (fetch_kcore_registers, clear_regs): Ditto.
7926 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
7927 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
7928 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
7929 * nlm/i386.c (do_status): Ditto.
7930 * mipsv4-nat.c (supply_gregset): Ditto.
7931 * mips-tdep.c: Ditto for comments.
7932 * mips-nat.c (fetch_inferior_registers): Ditto.
7933 (store_inferior_registers, fetch_core_registers): Ditto.
7934 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
7935 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
7936 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
7937 (i386_do_pop_frame, i386_register_type): Ditto.
7938 * hppa-tdep.c (hppa_frame_chain): Ditto.
7939 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
7940 (hppa_pop_frame, hppa_read_fp): Ditto.
7941 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
7942 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
7943 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
7944 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
7945 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
7946 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
7947 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
7948 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
7949 * blockframe.c: Ditto for comments.
7950 * arch-utils.h: Ditto for comments.
7951 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
7952 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
7953 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
7954 * alpha-tdep.h: Ditto for comments.
7955 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
7956 (alpha_cannot_store_register): Ditto.
7957 (alpha_push_dummy_frame): Ditto.
7958 * alpha-nat.c (supply_gregset): Ditto.
7959
7960 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
7961 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
7962 * config/sparc/tm-sparc.h: Update comment.
7963
7964 * hppa-tdep.c (hppa_init_extra_frame_info): Use
7965 deprecated_read_fp instead of TARGET_READ_FP.
7966 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
7967 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
7968 * sparc-tdep.c (sparc_init_extra_frame_info): Use
7969 deprecated_read_fp instead of read_fp.
7970 * s390-tdep.c (s390_push_arguments): Ditto.
7971 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7972 * frame.h: Ditto in comments.
7973 * frame.c (legacy_get_prev_frame): Ditto.
7974 * dummy-frame.c (dummy_frame_this_id): Ditto.
7975 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
7976
7977 2003-04-28 Andrew Cagney <cagney@redhat.com>
7978
7979 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
7980 * gdbarch.h, gdbarch.c: Re-generate.
7981 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
7982 * vax-tdep.c (_initialize_vax_tdep): Update.
7983 * v850-tdep.c (_initialize_v850_tdep): Update.
7984 * sparc-tdep.c (_initialize_sparc_tdep): Update.
7985 * s390-tdep.c (_initialize_s390_tdep): Update.
7986 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
7987 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
7988 * mips-tdep.c (_initialize_mips_tdep): Update.
7989 * mcore-tdep.c (_initialize_mcore_tdep): Update.
7990 * m68k-tdep.c (_initialize_m68k_tdep): Update.
7991 * ia64-tdep.c (_initialize_ia64_tdep): Update.
7992 * hppa-tdep.c (_initialize_hppa_tdep): Update.
7993 * h8300-tdep.c (_initialize_h8300_tdep): Update.
7994 * frv-tdep.c (_initialize_frv_tdep): Update.
7995 * cris-tdep.c (cris_delayed_get_disassembler): Update.
7996 (_initialize_cris_tdep): Update.
7997 * arch-utils.c (legacy_print_insn): Update.
7998 * alpha-tdep.c (_initialize_alpha_tdep): Update.
7999
8000 2003-04-26 Adam Fedor <fedor@gnu.org>
8001
8002 * linespec.c (decode_objc): New function to decode ObjC calls
8003 (decode_line_1): Check for ObjC calls (using decode_objc)
8004 * Makefile (linespec.o): Update dependencies.
8005
8006 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
8007
8008 * breakpoint.h (struct breakpoint_ops): New.
8009 (struct breakpoint): Add ops member.
8010
8011 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8012 (mention): Use new breakpoint ops member.
8013 (set_raw_breakpoint): Initialize ops field to NULL.
8014 (print_exception_catchpoint, print_one_exception_catchpoint)
8015 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8016 (gnu_v3_exception_catchpoint_ops): New.
8017 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8018
8019 2003-04-25 Adam Fedor <fedor@gnu.org>
8020
8021 * Makefile.in (COMMON_OBS): Add objc-lang.o
8022
8023 2003-04-25 Andrew Cagney <cagney@redhat.com>
8024
8025 * d10v-tdep.c (print_insn): Delete function.
8026 (display_trace): Use TARGET_PRINT_INSN.
8027 (_initialize_d10v_tdep): Do not set tm_print_insn.
8028 (d10v_gdbarch_init): Set print_insn.
8029
8030 2003-04-25 Andrew Cagney <cagney@redhat.com>
8031
8032 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8033 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8034 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8035 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8036 (nr_dmap_regs, a0_regnum): ... new functions.
8037 (d10v_print_registers_info): Use a0_regnum, use register_size.
8038 (d10v_register_byte): Delete function.
8039 (d10v_register_raw_size): Delete function.
8040 (d10v_register_type): Use a0_regnum.
8041 (d10v_print_registers_info): Use a0_regnum.
8042 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8043 (d10v_gdbarch_init): Do not set register_byte or
8044 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8045 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8046 extract_address.
8047 (trace_command): Use XCALLOC.
8048 (print_insn): Delete reference to tm_print_insn.
8049 (saved_regs_unwinder): Use store_unsigned_integer instead of
8050 store_address.
8051 * frame.h (FRAME_OBSTACK_CALLOC): Define
8052
8053 2003-04-25 David Carlton <carlton@bactrian.org>
8054
8055 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8056
8057 2003-04-24 Adam Fedor <fedor@gnu.org>
8058
8059 * objc-lang.c: Include "valprint.h"
8060 * Makefile.in (objc-lang.o): Update dependencies.
8061
8062 2003-04-24 Adam Fedor <fedor@gnu.org>
8063
8064 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
8065 architecture dependant compilation and mark as unimplemented
8066 (until they get put in the gdbarch vector).
8067
8068 2003-04-23 David Carlton <carlton@bactrian.org>
8069
8070 * cp-support.c (cp_find_first_component): Accept 'operator' in
8071 more locations.
8072
8073 2003-04-23 Andrew Cagney <cagney@redhat.com>
8074
8075 * infcall.c (call_function_by_hand): Eliminate redundant
8076 indentation. Move "saved_async" and "old_cleanups" to where they
8077 are needed.
8078
8079 2003-04-23 Andrew Cagney <cagney@redhat.com>
8080
8081 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8082 and "buffer". Move the "name" code to where it is needed.
8083
8084 2003-04-23 Andrew Cagney <cagney@redhat.com>
8085
8086 * infcall.c (call_function_by_hand): Move variables "start_sp",
8087 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8088 code to ON_STACK switch branch.
8089
8090 2003-04-23 Andrew Cagney <cagney@redhat.com>
8091
8092 * infcall.c (call_function_by_hand): Make declaration of "i",
8093 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8094 lint.
8095
8096 2003-04-23 Andrew Cagney <cagney@redhat.com>
8097
8098 * infcall.c (call_function_by_hand): Delete variable
8099 "n_method_args". Localize "param_type"'s declaration to the loop
8100 that it is used. Reinstate code assigning to said variable -
8101 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8102 Rationalize code using "param_type".
8103
8104 2003-04-22 Andrew Cagney <cagney@redhat.com>
8105
8106 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8107 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8108 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8109 to DEPRECATED_PUSH_RETURN_ADDRESS.
8110
8111 2003-04-22 Kevin Buettner <kevinb@redhat.com>
8112
8113 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8114 on the DWARF2 register number prior to fetching a register.
8115
8116 2003-04-22 J. Brobecker <brobecker@gnat.com>
8117
8118 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8119 Update all the tests using SOFT_FLOAT considering the fact that
8120 this macro was always set to 0.
8121 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8122 considering the fact that this macro was always set to 0.
8123 * hppa-tdep.h (hppa_store_return_value): Likewise.
8124 (hppa_extract_return_value): Likewise.
8125
8126 2003-04-22 J. Brobecker <brobecker@gnat.com>
8127
8128 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8129 the hppa-pro target only.
8130
8131 2003-04-21 J. Brobecker <brobecker@gnat.com>
8132
8133 Ongoing multi-arch conversion effort for HP/UX:
8134 * config/pa/tm-hppa.h: Move all macro that are no longer
8135 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8136 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8137
8138 2003-04-21 J. Brobecker <brobecker@gnat.com>
8139
8140 * config/pa/tm-hppa.h: Obsolete a section that was only used
8141 for hppa-pro.
8142
8143 2003-04-21 J. Brobecker <brobecker@gnat.com>
8144
8145 Ongoing multi-arch conversion for HP/UX.
8146 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8147 if already defined (allows hppa64 to stay non-multiarched for now).
8148 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8149
8150 2003-04-21 Andrew Cagney <cagney@redhat.com>
8151
8152 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8153
8154 2003-04-21 Andrew Cagney <cagney@redhat.com>
8155
8156 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8157 "i386_num_mmx_regs".
8158
8159 2003-04-21 Andrew Cagney <cagney@redhat.com>
8160
8161 * infcall.c: New file.
8162 * infcall.h: New file.
8163 * valarith.c: Include "infcall.h".
8164 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8165 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8166 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8167 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8168 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8169 (SFILES): Add "infcall.c"
8170 (COMMON_OBS): Add "infcall.o".
8171 (infcall.o): Specify dependencies.
8172 * value.h (call_function_by_hand): Delete declaration.
8173 * inferior.h (run_stack_dummy): Delete declaration.
8174 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8175 (run_stack_dummy): Move to "infcall.c", merged into
8176 call_function_by_hand.
8177 * valops.c (call_function_by_hand): Moved to "infcall.c".
8178 (find_function_addr, value_arg_coerce): Ditto.
8179 (unwindonsignal_p, coerce_float_to_double): Ditto.
8180 (_initialize_valops): Move "set/show coerce-float-to-double", and
8181 "set/show unwindonsignal" commands to "infcall.c".
8182 * v850-tdep.c, target.h: Update comments.
8183 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8184 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8185 (sh64_init_extra_frame_info): Update comments.
8186 * mn10300-tdep.c: Update comments.
8187 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8188 * config/sparc/tm-sparc.h: Update comments.
8189 * breakpoint.h: Update comments.
8190 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8191 * arm-tdep.c: Update comment.
8192
8193 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8194
8195 * i386-tdep.c (i386_num_register_names): New variable.
8196 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8197 (MM0_REGNUM): Remove redundant parentheses in define.
8198 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8199 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8200 i386_mxcsr_regnum_p): Remove redundant parentheses.
8201 (i386_register_name): Use i386_num_register_names.
8202
8203 * i386-tdep.c (i386_extract_return_value,
8204 i386_store_return_value): Correct check for availability of
8205 floating-point registers.
8206
8207 * i386-tdep.c (i386_frame_num_args): Remove function.
8208 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8209
8210 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8211 mmx_regnum_to_fp_regnum. Adjust all callers.
8212
8213 * i386-tdep.c (i386_get_longjmp_target): Use
8214 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8215 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8216 extract_address.
8217
8218 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8219
8220 * core-regset.c: Update comments to reflect reality. Re-order
8221 includes.
8222 (fetch_core_registers): Use switch instead of if. Remove
8223 redundant prototype.
8224
8225 2003-04-18 Jim Blandy <jimb@redhat.com>
8226
8227 * s390-tdep.c (s390_frame_align): New function.
8228 (s390_gdbarch_init): Register it with the gdbarch object.
8229
8230 2003-04-17 Richard Henderson <rth@redhat.com>
8231
8232 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8233
8234 2003-04-17 Michael Snyder <msnyder@redhat.com>
8235 Karen Bennet <bennet@redhat.com>
8236
8237 Committed by Elena Zannoni <ezannoni@redhat.com>
8238 * gdb_gcore.sh: New script to create a core dump of a process.
8239
8240 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
8241
8242 * values.c (value_being_returned): Don't fetch the return
8243 value if the return type is void.
8244
8245 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8246
8247 * thread-db.c: Reindented.
8248
8249 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8250
8251 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8252 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
8253 as types.
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
8264
8265
8266
8267
8268
8269
8270
8271
8272
8273
8274
8275
8276
8277
8278
8279 2003-04-16 Kevin Buettner <kevinb@redhat.com>
8280
8281 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
8282 the size of ``long double'' to 16, instead of 8.
8283
8284 2003-04-16 Mark Kettenis <kettenis@gnu.org>
8285
8286 * i386-linux-nat.c: Add some whitespace to make things more
8287 readable.
8288 (fetch_register, store_register, fetch_inferior_registers,
8289 store_inferior_registers): Get rid of assignment in if-statement.
8290 (store_register): Fix typo in error message.
8291
8292 2003-04-16 Andrew Cagney <cagney@redhat.com>
8293
8294 * utils.c (xmmalloc): Always allocate something, matches
8295 libiberty/xmalloc's semantics.
8296 (xmrealloc, xmcalloc): Ditto.
8297
8298 2003-04-16 Andrew Cagney <cagney@redhat.com>
8299
8300 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
8301 update comments.
8302 (get_frame_type): Initialize unwind and type when needed.
8303 (get_frame_id, frame_register_unwind): Ditto.
8304
8305 2003-04-16 Andrew Cagney <cagney@redhat.com>
8306
8307 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
8308 obsolete.
8309 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
8310 * sparcl-stub.c: Obsolete file.
8311 * config/sparc/tm-sparclet.h: Obsolete file.
8312 * sparclet-stub.c: Obsolete file.
8313 * sparclet-rom.c: Obsolete file.
8314 * sparcl-tdep.c: Obsolete file.
8315 * config/sparc/tm-sparclite.h: Obsolete file.
8316 * config/sparc/sparclite.mt: Obsolete file.
8317 * config/sparc/sparclet.mt: Obsolete file.
8318 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
8319 sparc86x-*-* obsolete.
8320
8321 2003-04-15 David Carlton <carlton@math.stanford.edu>
8322
8323 * Makefile.in (SFILES): Add cp-namespace.c.
8324 (COMMON_OBS): Add cp-namespace.o.
8325 (block.o): Depend on gdb_obstack_h and cp_support_h.
8326 (buildsym.o): Depend on cp_support_h.
8327 (cp-namespace.o): New.
8328 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
8329 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
8330 (dwarf2read.o): Depend on cp_support_h.
8331 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
8332 * dwarf2read.c (process_die): Set processing_has_namespace_info,
8333 processing_current_namespace.
8334 (read_namespace): Update processing_current_namespace; check for
8335 anonymous namespaces.
8336 (dwarf2_name): New function.
8337 (dwarf2_extension): Ditto.
8338 * cp-support.h: Update copyright, contributors.
8339 Add inclusion guards.
8340 Add opaque declaration for structs obstack, block, symbol.
8341 (struct using_direct): New struct.
8342 Add declarations for cp_find_first_component,
8343 cp_entire_prefix_len, processing_has_namespace_info,
8344 processing_current_namespace, cp_is_anonymous,
8345 cp_add_using_directive, cp_initialize_namespace,
8346 cp_finalize_namespace, cp_set_block_scope,
8347 cp_scan_for_anonymous_namespaces.
8348 * cp-namespace.c: New file.
8349 * cp-support.c: Update copyright.
8350 Include ctype.h, gdb_assert.h, gdbcmd.h.
8351 New variable maint_cplus_cmd_list.
8352 (cp_find_first_component): New function.
8353 (cp_entire_prefix_len, maint_cplus_command)
8354 (first_component_command, _initialize_cp_support): Ditto.
8355 * buildsym.c: Include cp-support.h.
8356 New variable using_list.
8357 (add_symbol_to_list): Check for anonymous namespaces.
8358 (finish_block): Set block's scope.
8359 (start_symtab): Initialize C++ namespace support.
8360 (end_symtab): Finalize C++ namespace support.
8361 * block.h: Add opaque declarations for structs
8362 block_namespace_info, using_direct, and obstack.
8363 Add declarations for block_set_scope and block_set_using.
8364 (struct block): Add 'language_specific' member.
8365 (BLOCK_NAMESPACE): New macro.
8366 * block.c: Include gdb_obstack.h and cp-support.h.
8367 (struct block_namespace_info): New struct.
8368 (block_set_scope): New function.
8369 (block_set_using, block_initialize_namespace): Ditto.
8370
8371 2003-04-14 Kevin Buettner <kevinb@redhat.com>
8372
8373 * solib-svr4.c (svr4_have_link_map_offsets): New function.
8374 (locate_base): Return early if there aren't any link map offsets.
8375 (svr4_solib_create_inferior_hook): Warn if shared library support
8376 is unavailable.
8377
8378 2003-04-14 David Carlton <carlton@math.stanford.edu>
8379
8380 * symtab.c (symbol_set_names): Add prefix when storing Java names
8381 in hash table. Fix for PR java/1039.
8382
8383 2003-04-14 David Carlton <carlton@math.stanford.edu>
8384
8385 * symtab.c (symbol_set_names): Rename 'name' arg to
8386 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
8387 * symtab.h: Change 'name' argument in declaration of
8388 symbol_set_names to 'linkage_name'.
8389 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
8390
8391 2003-04-14 Andrew Cagney <cagney@redhat.com>
8392
8393 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
8394 return the fully sign-extended register value.
8395 (get_frame_pointer): Ditto.
8396 (mips_pop_frame): Initialize "proc_desc" after checking for a
8397 dummy frame.
8398
8399 2003-04-14 Andrew Cagney <cagney@redhat.com>
8400
8401 * mips-tdep.c (mips_push_dummy_frame): Delete function.
8402 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
8403 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
8404 (mips_push_register): Delete function.
8405 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
8406 PUSH_FP_REGNUM.
8407
8408 2003-04-14 Jim Blandy <jimb@redhat.com>
8409
8410 * symmisc.c: #include "gdb_regex.h".
8411 (maintenance_list_symtabs, maintenance_list_psymtabs): New
8412 functions.
8413 * maint.c (maintenance_list_command): New function.
8414 (_initialize_maint_cmds): Register the above as commands.
8415 * symtab.h (maintenance_list_symtabs,
8416 maintenance_list_psymtabs): New declarations.
8417 * cli/cli-cmds.c (maintenancelistlist): New variable.
8418 (init_cmd_lists): Initialize it.
8419 * cli/cli-cmds.h (maintenancelistlist): New declaration.
8420 * gdbcmd.h (maintenancelistlist): New declaration.
8421 * Makefile.in (symmisc.o): Update dependencies.
8422
8423 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
8424
8425 * s390-nat.c: Include asm/types.h for addr_t.
8426
8427 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
8428
8429 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
8430 actually incoming type.
8431
8432 2003-04-13 Andrew Cagney <cagney@redhat.com>
8433
8434 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
8435 get_next_frame and get_frame_saved_regs.
8436
8437 2003-04-13 Andrew Cagney <cagney@redhat.com>
8438
8439 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
8440 of gdbarch_num_regs.
8441
8442 2003-04-13 Andrew Cagney <cagney@redhat.com>
8443
8444 * frame.h: Mention what replaced what in "struct frame_info".
8445 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
8446 deprecated_update_frame_base_hack and
8447 deprecated_update_frame_pc_hack.
8448 * hppa-tdep.c: Ditto.
8449
8450 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8451
8452 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
8453 to read_reg and update its comment. Remove regnum member.
8454 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
8455 Don't call read_reg when setting in_reg. Call read_reg to get
8456 the frame base if it's in a register. Return the register number
8457 on the stack instead of in the context. Remove extra arguments
8458 to read_reg.
8459 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
8460 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
8461 the register number on the expression stack.
8462 (needs_frame_read_reg): Remove extra arguments.
8463
8464 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8465
8466 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
8467 made non-static.
8468 (execute_stack_op): All callers updated.
8469 * dwarf2expr.h: Add prototype for dwarf2_read_address.
8470 * dwarf2loc.c (find_location_expression): New function.
8471 (dwarf_expr_frame_base): Call it.
8472 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
8473 (dwarf2_tracepoint_var_ref): New function, broken out from
8474 locexpr_tracepoint_var_ref.
8475 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
8476 Make static.
8477 (loclist_read_variable, loclist_read_needs_frame): New functions.
8478 (loclist_describe_location, loclist_tracepoint_var_ref): New
8479 functions.
8480 (dwarf2_loclist_funcs): New struct location_funcs.
8481 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
8482 (struct dwarf2_locexpr_baton): Add comments.
8483 (dwarf2_loclist_funcs): New extern.
8484 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
8485 base_address and base_known.
8486 (dwarf_loc_buffer): New variable.
8487 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
8488 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
8489 (dwarf2_has_info): Initialize dwarf_loc_offset.
8490 (dwarf2_build_psymtabs): Read in .debug_loc.
8491 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
8492 DWARF_LOC_SIZE.
8493 (psymtab_to_symtab_1): Likewise. Move base address calculation
8494 here, from...
8495 (dwarf2_get_pc_bounds): ... here. Use the base address from
8496 cu_header.
8497 (dwarf2_symbol_mark_computed): Handle location lists.
8498
8499 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8500
8501 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
8502 if the linkage name demangled successfully.
8503
8504 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8505
8506 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
8507 disassmbly_flavour): Removed.
8508
8509 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
8510
8511 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8512
8513 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
8514
8515 2003-04-12 Andrew Cagney <cagney@redhat.com>
8516
8517 * frame.h (struct frame_info): Move definition from here ...
8518 * frame.c (struct frame_info): ... to here.
8519
8520 2003-04-12 Andrew Cagney <cagney@redhat.com>
8521
8522 * gdbthread.h (save_infrun_state): Delete parameter
8523 "prev_func_start".
8524 (struct thread_info): Delete field "prev_func_start".
8525 (load_infrun_state): Ditto.
8526 * thread.c (load_infrun_state, save_infrun_state): Update.
8527 * infrun.c (prev_func_start): Delete variable.
8528 (context_switch, init_wait_for_inferior): Update.
8529 (stop_stepping, keep_going): Update.
8530
8531 2003-04-12 Andrew Cagney <cagney@redhat.com>
8532
8533 * gdbarch.sh: Add missing opaque declarations.
8534 * gdbarch.h: Regnerate.
8535 * symtab.h: Add missing opaque declarations.
8536 * value.h, target.h, symfile.h, stabsread.h: Ditto.
8537 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
8538 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
8539 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
8540 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
8541 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
8542 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
8543 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
8544 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
8545 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
8546 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
8547 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
8548 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
8549
8550 2003-04-11 Andrew Cagney <cagney@redhat.com>
8551
8552 * frame.c (get_frame_id): Return this frame's "id".
8553 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
8554 function start.
8555 (legacy_saved_regs_this_id): Replace function body with
8556 internal-error.
8557 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
8558 FRAME_OBSTACK_ZALLOC.
8559 (create_new_frame): Mark the frame ID as valid.
8560
8561 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
8562
8563 * Makefile.in (libbfd_h): Added missing setting.
8564 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
8565 according to the selected ABI.
8566
8567 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
8568
8569 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
8570
8571 2003-04-11 Andrew Cagney <cagney@redhat.com>
8572
8573 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
8574 SAVED_PC_AFTER_CALL.
8575 * gdbarch.h, gdbarch.c: Regenerate.
8576 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8577 * x86-64-tdep.c (x86_64_init_abi): Update.
8578 * vax-tdep.c (vax_gdbarch_init): Update.
8579 * v850-tdep.c (v850_gdbarch_init): Update.
8580 * sparc-tdep.c (sparc_gdbarch_init): Update.
8581 * sh-tdep.c (sh_gdbarch_init): Update.
8582 * s390-tdep.c (s390_gdbarch_init): Update.
8583 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8584 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8585 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8586 * mips-tdep.c (mips_gdbarch_init): Update.
8587 * mcore-tdep.c (mcore_gdbarch_init): Update.
8588 * m68k-tdep.c (m68k_gdbarch_init): Update.
8589 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8590 * ia64-tdep.c (ia64_gdbarch_init): Update.
8591 (ia64_saved_pc_after_call): Update declaration.
8592 * i386ly-tdep.c (i386lynx_init_abi): Update.
8593 * i386-tdep.c (i386_gdbarch_init): Update.
8594 * hppa-tdep.c (hppa_gdbarch_init): Update.
8595 * h8300-tdep.c (h8300_gdbarch_init): Update.
8596 * frv-tdep.c (frv_gdbarch_init): Update.
8597 * cris-tdep.c (cris_gdbarch_init): Update.
8598 * avr-tdep.c (avr_gdbarch_init): Update.
8599 * arm-tdep.c (arm_gdbarch_init): Update.
8600 * alpha-tdep.c (alpha_gdbarch_init): Update.
8601 * ns32knbsd-nat.c (frame_num_args): Update.
8602 * ns32k-tdep.c (umax_frame_num_args): Update.
8603 * mips-tdep.c (mips_init_frame_pc_first): Update.
8604 * infrun.c (step_over_function): Update.
8605 * i386-linux-tdep.c (skip_hurd_resolver): Update.
8606 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
8607 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8608 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8609 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8610 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8611 * arm-linux-tdep.c (skip_hurd_resolver): Update.
8612 * arch-utils.c (init_frame_pc_default): Update.
8613 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
8614 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
8615 declaration.
8616
8617 2003-04-11 Andrew Cagney <cagney@redhat.com>
8618
8619 * i387-tdep.c: Update copyright.
8620 (i387_to_double): Delete function.
8621 (double_to_i387): Delete function.
8622
8623 2003-04-10 Andrew Cagney <cagney@redhat.com>
8624
8625 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
8626 frame's function's address. Simplify.
8627 (d10v_frame_unwind_cache): Check that the frame's function is
8628 non-zero.
8629
8630 2003-04-10 Jim Blandy <jimb@redhat.com>
8631
8632 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
8633 call to set_gdbarch_deprecated_push_arguments.
8634
8635 2003-04-10 Andrew Cagney <cagney@redhat.com>
8636
8637 * frame.c (fprint_frame_id): New function.
8638 (fprint_frame_type, fprint_frame): New function.
8639 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
8640 (create_sentinel_frame, get_frame_id): Ditto.
8641 (frame_id_p, frame_id_eq): Ditto.
8642 (frame_id_inner, create_new_frame): Ditto.
8643 (legacy_get_prev_frame, get_prev_frame): Ditto.
8644 (deprecated_update_frame_pc_hack): Ditto.
8645 (frame_register_unwind): Ditto.
8646 (deprecated_update_frame_base_hack): Ditto.
8647
8648 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
8649
8650 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
8651 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
8652 frame_chain function.
8653 * Makefile.in: Add dependencies due to above change.
8654
8655 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
8656
8657 * blockframe.c (legacy_frame_chain_valid): Move call to
8658 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
8659 inside_entry_file.
8660
8661 2003-04-09 Andrew Cagney <cagney@redhat.com>
8662
8663 * frame.h (struct frame_id): Replace "pc" and "base" with
8664 "stack_addr" and "code_addr". Update comments.
8665 (frame_id_build): Update parameter names and comment.
8666 (struct frame_info): Replace "id_p" and "id" with "this_id".
8667 * dummy-frame.c (dummy_frame_this_id): Update.
8668 * breakpoint.c (print_one_breakpoint): Update.
8669 * frame.c (get_frame_id): Update.
8670 (get_frame_base, frame_id_build): Update.
8671 (create_sentinel_frame, legacy_get_prev_frame): Update.
8672 (deprecated_update_frame_base_hack): Update.
8673 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
8674 (frame_id_inner): Ditto.
8675
8676 2003-04-09 Andrew Cagney <cagney@redhat.com>
8677
8678 * defs.h (gdb_print_host_address): Make "addr" parameter a
8679 pointer constant.
8680 * utils.c (gdb_print_host_address): Update.
8681
8682 2003-04-09 Kevin Buettner <kevinb@redhat.com>
8683
8684 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
8685 register number for R0 is 0.
8686
8687 2003-04-09 J. Brobecker <brobecker@gnat.com>
8688
8689 * frame.h (struct gdbarch): Add opaque structure definition
8690 to avoid a compilation warning on LynxOS 4.0.
8691
8692 2003-04-09 Andrew Cagney <cagney@redhat.com>
8693
8694 * frame.h (struct frame_info): Delete field "pc". Replace
8695 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
8696 structure.
8697 * frame.c (frame_pc_unwind): Update.
8698 (create_sentinel_frame): Do not set "pc".
8699 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
8700 (get_frame_pc): Call frame_pc_unwind.
8701 (deprecated_update_frame_pc_hack): Update.
8702 (create_new_frame): Use "pc" not "->pc".
8703
8704 2003-04-09 Andrew Cagney <cagney@redhat.com>
8705
8706 * frame.c (get_frame_id): Eliminate code updating "frame".
8707 (legacy_get_prev_frame): Ditto.
8708 (get_frame_base): Return id.base directly.
8709 (deprecated_update_frame_base_hack): Update "id.base".
8710 * frame.h (struct frame_info): Delete field "frame".
8711
8712 2003-04-09 Andrew Cagney <cagney@redhat.com>
8713
8714 * NEWS: Mention that the "Sequent family" is obsolete.
8715 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
8716 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8717 * configure.host: Obsolete i[3456]86-sequent-bsd*,
8718 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8719 * config/i386/tm-ptx4.h: Obsolete file.
8720 * config/i386/tm-ptx.h: Obsolete file.
8721 * symm-tdep.c: Obsolete file.
8722 * config/i386/symmetry.mt: Obsolete file.
8723 * config/i386/tm-symmetry.h: Obsolete file.
8724 * symm-nat.c: Obsolete file.
8725 * config/i386/nm-symmetry.h: Obsolete file.
8726 * config/i386/xm-symmetry.h: Obsolete file.
8727 * config/i386/symmetry.mh: Obsolete file.
8728 * config/i386/nm-ptx4.h: Obsolete file.
8729 * config/i386/ptx4.mh: Obsolete file.
8730 * config/i386/ptx.mt: Obsolete file.
8731 * config/i386/ptx.mh: Obsolete file.
8732 * config/i386/xm-ptx4.h: Obsolete file.
8733 * config/i386/xm-ptx.h: Obsolete file.
8734
8735 2003-04-09 Andrew Cagney <cagney@redhat.com>
8736
8737 Obsolete mips*-*-mach3*.
8738 * NEWS: Mention that mips*-*-mach3* is obsolete.
8739 * m3-nat.c: Obsolete file.
8740 * config/nm-m3.h: Obsolete file.
8741 * config/mips/tm-mipsm3.h: Obsolete file.
8742 * config/mips/mipsm3.mt: Obsolete file.
8743 * config/mips/mipsm3.mh: Obsolete file.
8744 * config/mips/xm-mipsm3.h: Obsolete file.
8745 * mipsm3-nat.c: Obsolete file.
8746 * configure.host: Obsolete mips-dec-mach3*.
8747 * configure.tgt: Obsolete mips*-*-mach3*.
8748
8749 2003-04-09 Andrew Cagney <cagney@redhat.com>
8750
8751 * doublest.h: Update copyright.
8752 (deprecated_store_floating, deprecated_extract_floating): Rename
8753 store_floating and extract_floating. Update comments.
8754 * doublest.c: Update copyright.
8755 (extract_floating_by_length): Replace extract_floating.
8756 (store_floating_by_length): Replace store_floating.
8757 (deprecated_extract_floating): New function.
8758 (deprecated_store_floating): New function.
8759 (extract_typed_floating): Call extract_floating_by_length.
8760 (store_typed_floating): Call store_floating_by_length.
8761 * x86-64-tdep.c (x86_64_store_return_value): Update.
8762 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
8763 (sh64_extract_return_value): Update.
8764 (sh_sh4_register_convert_to_virtual): Update.
8765 (sh_sh64_register_convert_to_virtual): Update.
8766 (sh_sh4_register_convert_to_raw): Update.
8767 (sh_sh64_register_convert_to_raw): Update.
8768 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
8769 (rs6000_register_convert_to_raw): Update.
8770 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
8771 (ia64_register_convert_to_raw): Update.
8772 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
8773 (REGISTER_CONVERT_TO_VIRTUAL): Update.
8774 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
8775 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
8776 (alpha_register_convert_to_raw): Update.
8777
8778 2003-04-08 Andrew Cagney <cagney@redhat.com>
8779
8780 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
8781 * gdbarch.h, gdbarch.c: Re-generate.
8782 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
8783 (d10v_gdbarch_init): Do not set saved_pc_after_call.
8784 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
8785 conditionally, use frame_pc_unwind as an alternative. Add
8786 comments.
8787 * arch-utils.c (init_frame_pc_default): Only call
8788 SAVED_PC_AFTER_CALL when available.
8789
8790 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
8791
8792 * infrun.c (stop_soon): Rename from stop_soon_quietly.
8793 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
8794 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
8795 (start_remote): Ditto.
8796 (handle_inferior_event): Ditto.
8797 (save_inferior_status): Ditto.
8798 (restore_inferior_status): Ditto.
8799 * infcmd.c (attach_command): Ditto.
8800 * fork-child.c (startup_inferior): Ditto.
8801 * inferior.h (stop_soon): Rename from stop_soon_quietly.
8802 * alpha-tdep.c (heuristic_proc_start): Ditto.
8803 * mips-tdep.c (heuristic_proc_start): Ditto.
8804 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
8805 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
8806 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
8807 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
8808 * remote-vx.c (vx_create_inferior): Ditto.
8809
8810 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
8811
8812 * infrun.c (stop_soon_quietly): Make it an enum, to better
8813 override the default behavior of handle_inferior_event.
8814 (clear_proceed_status): Update uses of stop_soon_quietly to
8815 reflect that it is now an enum.
8816 (start_remote): Ditto.
8817 (handle_inferior_event): Change logic a bit if stop_soon_quietly
8818 is set to handle the new GNU/Linux kernel behavior for
8819 attach/sigstop. Update uses of stop_soon_quietly.
8820 * inferior.h (enum stop_kind): New enum.
8821 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
8822 Reset normal handle_inferior_event behavior, afterwards.
8823 * fork-child.c (startup_inferior): Update.
8824 * alpha-tdep.c (heuristic_proc_start): Update.
8825 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
8826 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
8827 * solib-osf.c (osf_solib_create_inferior_hook): Update.
8828 * solib-irix.c (irix_solib_create_inferior_hook): Update.
8829 * remote-vx.c (vx_create_inferior): Update.
8830 * mips-tdep.c (heuristic_proc_start): Update.
8831
8832 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
8833
8834 * disasm.c (dump_insns): Move variables inside loop, or they will
8835 be freed more than once, causing wild memory corruptions.
8836 (gdb_disassembly): Look for the substring "-thread",
8837 instead of "-threads" in the target name, to make sure to find
8838 the 'multi-thread' target. Also, make sure we do the right thing
8839 with the "core" target.
8840
8841 2003-04-07 Kevin Buettner <kevinb@redhat.com>
8842
8843 * mips-tdep.c (mips_print_fp_register): New function, created from
8844 do_fp_register_row(). Registers are now (also) printed as hex.
8845 Only one register is printed per row.
8846 (mips_print_register, do_fp_register_row): Print floating point
8847 registers with mips_print_fp_register().
8848
8849 2003-04-06 Andrew Cagney <cagney@redhat.com>
8850
8851 * valprint.h (inspect_it): Add extern declaration.
8852 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
8853 (selectors_info, classes_info): Ditto.
8854 (find_objc_msgcall): Fix indentation.
8855 (objc_printstr): Delete extern declarations.
8856
8857 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
8858
8859 2003-04-06 Andrew Cagney <cagney@redhat.com>
8860
8861 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
8862 Update comment.
8863 * frame.c (legacy_saved_regs_this_id): Update.
8864 (legacy_get_prev_frame): Update.
8865 * xstormy16-tdep.c: Update comment.
8866 * sparc-tdep.c (sparc_frame_chain): Update comment.
8867 * blockframe.c (legacy_frame_chain_valid): Update.
8868
8869 2003-04-06 Andrew Cagney <cagney@redhat.com>
8870
8871 * valprint.c (val_print_type_code_int): Delete #ifdef
8872 PRINT_TYPELESS_INTEGER code.
8873
8874 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
8875 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
8876 multi-arch definition.
8877 * gdbarch.h: Re-generate.
8878
8879 2003-04-05 Andrew Cagney <cagney@redhat.com>
8880
8881 Eliminate FRAME_FIND_SAVED_REGS.
8882 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8883 Change FSR parameter to a pointer.
8884 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
8885 Assume FSR parameter is a pointer.
8886 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8887 Make fsr a pointer.
8888 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
8889 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
8890 saved_regs a pointer.
8891 (hppa_frame_saved_pc): Ditto.
8892 (find_dummy_frame_regs): Make frame_saved_regs a pointer
8893 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
8894 pointer.
8895 (restore_pc_queue): Make fsr a pointer.
8896 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
8897 (hppa_frame_chain): Make saved_regs a pointer, call
8898 hppa_frame_init_saved_regs.
8899 * sparc-tdep.c: Include "gdb_assert.h".
8900 (sparc_frame_find_saved_regs): Replace internal_error with
8901 gdb_assert.
8902 * remote-vxsparc.c (vx_read_register): Delete reference to
8903 FRAME_FIND_SAVED_REGS.
8904 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
8905 * gdbarch.h: Regenerate.
8906 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8907 (deprecated_get_frame_saved_regs): Delete declaration.
8908 (struct frame_saved_regs): Delete definition.
8909 * frame.c (deprecated_get_frame_saved_regs): Delete function.
8910 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
8911 (hppa_frame_find_saved_regs): Delete declaration.
8912 (FRAME_FIND_SAVED_REGS): Delete macro.
8913 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
8914 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
8915 FRAME_FIND_SAVED_REGS in comment.
8916
8917 2003-04-05 Andrew Cagney <cagney@redhat.com>
8918
8919 * frame.c (frame_func_unwind, get_frame_func): New functions.
8920 * frame.h (get_frame_func, frame_func_unwind): Declare.
8921 (struct frame_info): Add field "prev_func" for caching the
8922 previous frame's function address.
8923 * arm-tdep.c (arm_frameless_function_invocation): Combine
8924 get_pc_function_start and get_frame_pc into get_frame_func.
8925 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
8926 (sh64_nofp_frame_init_saved_regs): Ditto.
8927 * s390-tdep.c (s390_function_start): Ditto.
8928 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
8929 (rs6000_frameless_function_invocation): Ditto.
8930 (rs6000_frame_saved_pc): Ditto.
8931 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
8932 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
8933 * i386-tdep.c (i386_frameless_signal_p): Ditto.
8934 (i386_frame_init_saved_regs): Ditto.
8935 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
8936 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
8937 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
8938 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
8939 * blockframe.c (frameless_look_for_prologue): Ditto.
8940
8941 2003-04-05 Andrew Cagney <cagney@redhat.com>
8942
8943 * frame.c (legacy_get_prev_frame): Link prev to next at the
8944 function start. Update comments.
8945
8946 2003-04-05 Andrew Cagney <cagney@redhat.com>
8947
8948 * frame.c (get_frame_id): Update comment.
8949 (legacy_get_prev_frame): Update comment.
8950 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
8951 * gdbarch.h: Regenerate.
8952 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
8953 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
8954
8955 2003-04-05 Andrew Cagney <cagney@redhat.com>
8956
8957 * stack.c (print_frame_info): Use get_frame_pc.
8958
8959 2003-04-04 Andrew Cagney <cagney@redhat.com>
8960
8961 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
8962 the frame's type from the unwinder.
8963 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
8964 (create_new_frame, legacy_get_prev_frame): When the unwinder's
8965 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
8966 (get_frame_base_address): Use get_frame_type.
8967 (get_frame_locals_address, get_frame_args_address): Ditto.
8968 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
8969 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
8970 (struct frame_info): Add comment explaining why the frame contains
8971 a "type" field.
8972 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
8973 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
8974 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
8975 NORMAL_FRAME.
8976 * frame-unwind.h: Include "frame.h".
8977 (struct frame_unwind): Add "type" field.
8978 * Makefile.in (frame_unwind_h): Add $(frame_h).
8979
8980 2003-04-04 Andrew Cagney <cagney@redhat.com>
8981
8982 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
8983 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
8984 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
8985 get_frame_base.
8986 (d10v_unwind_dummy_id): Use frame_id_build.
8987 * frame.c (find_frame_sal): Use get_frame_pc.
8988 (create_new_frame): Use deprecated_update_frame_pc_hack and
8989 deprecated_update_frame_base_hack.
8990 (create_sentinel_frame): Add comment about ->pc going away.
8991 (get_prev_frame): Add comment about ->pc going away.
8992 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
8993 frame_id_build, deprecated_update_frame_pc_hack and
8994 deprecated_update_frame_base_hack.
8995 (select_frame): Use get_frame_pc.
8996 (legacy_saved_regs_this_id): Use frame_id_build.
8997
8998 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
8999
9000 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9001 signed integer case.
9002 (classify_argument): Handle enumerations and references.
9003
9004 2003-04-04 Andrew Cagney <cagney@redhat.com>
9005
9006 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9007 ID to NULL.
9008
9009 2003-04-01 Adam Fedor <fedor@gnu.org>
9010
9011 * gdb/objc-lang.c (selectors_info): Replace calls to
9012 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9013 SYMBOL_NATURAL_NAME.
9014 (classes_info, find_methods): Likewise.
9015
9016 2003-04-03 Kevin Buettner <kevinb@redhat.com>
9017
9018 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9019 ``mach'' to the value determined by bfd_default_set_arch_mach().
9020
9021 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9022
9023 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9024 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9025 (mi-cmd-file.o): Update dependencies.
9026
9027 2003-04-01 Kevin Buettner <kevinb@redhat.com>
9028
9029 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9030 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9031
9032 2003-04-01 Adam Fedor <fedor@gnu.org>
9033
9034 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9035 * language.h (struct language_defn): Add la_demangle.
9036 (language_demangle): Declare.
9037 * language.c (language_demangle): New function.
9038 (unk_lang_demangle): Likewise.
9039 (unknown_language_defn, auto_language_defn, local_language_defn):
9040 Add ukn_lang_demangle.
9041 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
9042 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9043 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9044 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9045 * jv-lang.c (java_demangle): New function
9046 (java_language_defn): Use it for la_demangle element.
9047 * objc-lang.c (objc_demangle): Add options argument
9048 (objc_language_defn): Use objc_demangle for la_demangle element.
9049 * maint.c (maintenance_demangle): Replace switch with
9050 call to language_demangle.
9051 * utils.c (fprintf_symbol_filtered): Likewise.
9052
9053 2003-04-01 Andrew Cagney <cagney@redhat.com>
9054
9055 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9056 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9057 PRINT_TYPELESS_INTEGER.
9058 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9059 PUSH_RETURN_ADDRESS.
9060
9061 2003-04-01 Andrew Cagney <cagney@redhat.com>
9062
9063 * Makefile.in (d10v-tdep.o): Update dependencies.
9064 * d10v-tdep.c: Include "frame-base.h".
9065 (d10v_frame_unwind): Make constant.
9066 (d10v_frame_base_address): New function.
9067 (d10v_frame_base): New variable.
9068 (d10v_gdbarch_init): Set frame_base default.
9069 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9070 comment for base.
9071 (d10v_frame_unwind_cache): Set and use "prev_sp".
9072 (d10v_frame_this_id): Use the previous frame's inner most stack
9073 address and this frame's func address for the frame ID. Use
9074 frame_id_build. Don't analyze beyond the current instruction.
9075
9076 2003-04-01 Andrew Cagney <cagney@redhat.com>
9077
9078 * frame.h (get_frame_locals_address, get_frame_args_address):
9079 Refer to the base address, instead of the address of the first
9080 local or parameter.
9081
9082 2003-04-01 Andrew Cagney <cagney@redhat.com>
9083
9084 Add frame debug info addresses:
9085 * frame-base.c: New file.
9086 * frame-base.h: New file.
9087 * frame.h (struct frame_base): Add opaque declaration.
9088 (get_frame_base): Update comment.
9089 (get_frame_base_address): Declare.
9090 (get_frame_locals_address): Declare.
9091 (get_frame_args_address): Declare.
9092 (struct frame_info): Add "base" and "base_cache". Update
9093 comments on the unwinder.
9094 * frame.c: Include "frame-base.h".
9095 (get_frame_locals_address): New function.
9096 (get_frame_base_address): New function.
9097 (get_frame_args_address): New function.
9098 * findvar.c (read_var_value): Use get_frame_locals_address and
9099 get_frame_args_address.
9100 * stack.c (frame_info): Use get_frame_locals_address and
9101 get_frame_args_address.
9102 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9103 moved to "frame-base.c".
9104 * printcmd.c (print_frame_nameless_args): Ditto.
9105 * symtab.h (address_class): Update comments.
9106 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9107 get_frame_base_address.
9108 * dwarf2expr.c (execute_stack_op): Ditto.
9109 * Makefile.in (frame_base_h): Define.
9110 (frame.o): Update dependencies.
9111 (frame-base.o): Add dependencies.
9112 (SFILES): Add frame-base.c.
9113 (COMMON_OBS): Add frame-base.o.
9114
9115 2003-04-01 Andrew Cagney <cagney@redhat.com>
9116
9117 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9118 CALL_DUMMY_LENGTH): Ditto.
9119 * gdbarch.c: Re-generate.
9120 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9121 (CALL_DUMMY_LENGTH): Delete macro.
9122 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9123 * arm-tdep.c (arm_gdbarch_init): Ditto.
9124 * avr-tdep.c (avr_gdbarch_init): Ditto.
9125 * cris-tdep.c (cris_gdbarch_init): Ditto.
9126 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9127 * frv-tdep.c (frv_gdbarch_init): Ditto.
9128 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9129 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9130 * i386-tdep.c (i386_gdbarch_init): Ditto.
9131 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9132 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9133 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9134 * mips-tdep.c (mips_gdbarch_init): Ditto.
9135 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9136 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9137 * s390-tdep.c (s390_gdbarch_init): Ditto.
9138 * sh-tdep.c (sh_gdbarch_init): Ditto.
9139 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9140 * v850-tdep.c (v850_gdbarch_init): Ditto.
9141 * vax-tdep.c (vax_gdbarch_init): Ditto.
9142 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9143
9144 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
9145
9146 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9147
9148 2003-04-01 Andrew Cagney <cagney@redhat.com>
9149
9150 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9151 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9152 * gdbarch.h, gdbarch.c: Re-generate.
9153 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9154 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9155 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9156 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9157 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9158 * infcmd.c (run_stack_dummy): Simplify assuming
9159 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9160 * infrun.c (handle_inferior_event): Ditto.
9161 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9162 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9163 * arm-tdep.c (arm_gdbarch_init): Ditto.
9164 * avr-tdep.c (avr_gdbarch_init): Ditto.
9165 * cris-tdep.c (cris_gdbarch_init): Ditto.
9166 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9167 * frv-tdep.c (frv_gdbarch_init): Ditto.
9168 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9169 * i386-tdep.c (i386_gdbarch_init): Ditto.
9170 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9171 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9172 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9173 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9174 * mips-tdep.c (mips_gdbarch_init): Ditto.
9175 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9176 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9177 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9178 * s390-tdep.c (s390_gdbarch_init): Ditto.
9179 * sh-tdep.c (sh_gdbarch_init): Ditto.
9180 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9181 * v850-tdep.c (v850_gdbarch_init): Ditto.
9182 * vax-tdep.c (vax_gdbarch_init): Ditto.
9183 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9184
9185 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
9186
9187 * symfile.c (symfile_relocate_debug_section): Update call to
9188 bfd_simple_get_relocated_section_contents.
9189
9190 2003-03-31 Andrew Cagney <cagney@redhat.com>
9191
9192 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9193 * gdbarch.h, gdbarch.c: Regenerate.
9194 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9195 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9196 available.
9197 * frame.h (generic_fix_call_dummy): Delete declaration.
9198 * dummy-frame.h: Update comment.
9199 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9200 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9201 fix_call_dummy.
9202 * sh-tdep.c (sh_gdbarch_init): Ditto.
9203 * s390-tdep.c (s390_gdbarch_init): Ditto.
9204 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9205 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9206 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9207 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9208 * i386-tdep.c (i386_gdbarch_init): Ditto.
9209 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9210 * frv-tdep.c (frv_gdbarch_init): Ditto.
9211 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9212 * cris-tdep.c (cris_gdbarch_init): Ditto.
9213 * avr-tdep.c (avr_gdbarch_init): Ditto.
9214 * arm-tdep.c (arm_gdbarch_init): Ditto.
9215
9216 2003-03-31 J. Brobecker <brobecker@gnat.com>
9217
9218 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9219 (INIT_FRAME_AP): Likewise.
9220 (EXTRA_FRAME_INFO): Likewise.
9221
9222 2003-03-31 Andrew Cagney <cagney@redhat.com>
9223
9224 * gdbarch.sh: Include "symfile.h".
9225 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9226 * gdbarch.h, gdbarch.c: Re-generate.
9227 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9228 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9229 call_dummy_address, the default is at entry_point_address.
9230 * v850-tdep.c (v850_gdbarch_init): Ditto.
9231 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9232 * sh-tdep.c (sh_gdbarch_init): Ditto.
9233 * s390-tdep.c (s390_gdbarch_init): Ditto.
9234 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9235 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9236 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9237 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9238 * i386-tdep.c (i386_gdbarch_init): Ditto.
9239 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9240 * frv-tdep.c (frv_gdbarch_init): Ditto.
9241 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9242 * cris-tdep.c (cris_gdbarch_init): Ditto.
9243 * arm-tdep.c (arm_gdbarch_init): Ditto.
9244
9245 2003-03-31 Andrew Cagney <cagney@redhat.com>
9246
9247 * gdbarch.sh (CALL_DUMMY_P): Delete.
9248 * gdbarch.h, gdbarch.c: Re-generate.
9249 * inferior.h (CALL_DUMMY_P): Delete macro.
9250 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9251 * vax-tdep.c (vax_gdbarch_init): Update.
9252 * v850-tdep.c (v850_gdbarch_init): Update.
9253 * sparc-tdep.c (sparc_gdbarch_init): Update.
9254 * sh-tdep.c (sh_gdbarch_init): Update.
9255 * s390-tdep.c (s390_gdbarch_init): Update.
9256 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9257 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9258 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9259 * mips-tdep.c (mips_gdbarch_init): Update.
9260 * mcore-tdep.c (mcore_gdbarch_init): Update.
9261 * m68k-tdep.c (m68k_gdbarch_init): Update.
9262 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9263 * ia64-tdep.c (ia64_gdbarch_init): Update.
9264 * i386-tdep.c (i386_gdbarch_init): Update.
9265 * h8300-tdep.c (h8300_gdbarch_init): Update.
9266 * frv-tdep.c (frv_gdbarch_init): Update.
9267 * d10v-tdep.c (d10v_gdbarch_init): Update.
9268 * cris-tdep.c (cris_gdbarch_init): Update.
9269 * breakpoint.c (deprecated_frame_in_dummy): Update.
9270 * avr-tdep.c (avr_gdbarch_init): Update.
9271 * alpha-tdep.c (alpha_gdbarch_init): Update.
9272 * arm-tdep.c (arm_gdbarch_init): Update.
9273 * dummy-frame.c (dummy_frame_this_id): Update comments.
9274 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9275 * frame.c (legacy_get_prev_frame): Ditto.
9276 * valops.c (call_function_by_hand): Delete function.
9277 (hand_function_call): Rename to call_function_by_hand
9278
9279 2003-03-30 Andrew Cagney <cagney@redhat.com>
9280
9281 2002-11-10 Klee Dienes <kdienes@apple.com>
9282 * value.h (struct value): Update comment.
9283
9284 2003-03-30 Andrew Cagney <cagney@redhat.com>
9285
9286 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9287 D10V_FP_REGNUM.
9288 (d10v_gdbarch_init): Do not set fp_regnum.
9289
9290 * frame.c (get_frame_base): Force ID initialization.
9291 (get_prev_frame): Move computation of the frame ID from here ...
9292 (get_frame_id): ... to here.
9293 (legacy_get_prev_frame): Mark the frame ID as valid.
9294 * frame.h (struct frame_info): Add field "id_p".
9295
9296 2003-03-30 Mark Kettenis <kettenis@gnu.org>
9297
9298 * i386-tdep.c (i386_store_struct_return): Removed.
9299 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
9300
9301 2003-03-30 Andrew Cagney <cagney@redhat.com>
9302
9303 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9304 * gdbarch.h, gdbarch.c: Regenerate.
9305 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
9306 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9307 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9308 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9309 * i386-tdep.c (i386_gdbarch_init): Ditto.
9310 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9311 * cris-tdep.c (cris_gdbarch_init): Ditto.
9312 * vax-tdep.c (vax_gdbarch_init): Ditto.
9313 * s390-tdep.c (s390_gdbarch_init): Ditto.
9314 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9315 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9316 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9317 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
9318 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
9319 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
9320 * sparc-tdep.c (sparc_gdbarch_init): Update.
9321 * sh-tdep.c (sh_gdbarch_init): Update.
9322 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9323 * mips-tdep.c (mips_gdbarch_init): Update.
9324 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9325 * ia64-tdep.c (ia64_gdbarch_init): Update.
9326 * frv-tdep.c (frv_gdbarch_init): Update.
9327 * avr-tdep.c (avr_gdbarch_init): Update.
9328 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
9329 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
9330 instead of when push_dummy_call is not available.
9331
9332 2003-03-30 Andrew Cagney <cagney@redhat.com>
9333
9334 * infttrace.c: Include "gdbthread.h".
9335 (parent_attach_all): Fix function signature.
9336 (call_ptrace): Update call.
9337 * Makefile.in (infttrace.o): Update dependencies.
9338
9339 2003-03-30 Andrew Cagney <cagney@redhat.com>
9340
9341 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
9342 PUSH_RETURN_ADDRESS.
9343 * gdbarch.h, gdbarch.c: Regenerate.
9344 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9345 * x86-64-tdep.c (x86_64_init_abi): Update.
9346 * v850-tdep.c (v850_gdbarch_init): Update.
9347 * sparc-tdep.c (sparc_gdbarch_init): Update.
9348 * sh-tdep.c (sh_gdbarch_init): Update.
9349 * s390-tdep.c (s390_gdbarch_init): Update.
9350 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9351 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9352 * mips-tdep.c (mips_gdbarch_init): Update.
9353 * mcore-tdep.c (mcore_gdbarch_init): Update.
9354 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9355 * ia64-tdep.c (ia64_gdbarch_init): Update.
9356 * i386-tdep.c (i386_gdbarch_init): Update.
9357 * h8300-tdep.c (h8300_gdbarch_init): Update.
9358 * frv-tdep.c (frv_gdbarch_init): Update.
9359 * cris-tdep.c (cris_gdbarch_init): Update.
9360 * avr-tdep.c (avr_gdbarch_init): Update.
9361 * arm-tdep.c (arm_gdbarch_init): Update.
9362 * valops.c (hand_function_call): Update.
9363
9364 2003-03-29 Andrew Cagney <cagney@redhat.com>
9365
9366 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
9367 sizeof_call_dummy_words.
9368 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
9369 define.
9370 * gdbarch.h: Regenerate.
9371
9372 2003-03-29 Andrew Cagney <cagney@redhat.com>
9373
9374 * infttrace.h: New file.
9375 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
9376 (hpread_get_textlow): Detect an uninitialized dn_bufp.
9377 (hpread_read_doc_function_type): Detect an initialized type1.
9378 (hpread_quick_traverse): Initialize mod_name_string.
9379 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
9380 (som_solib_get_solib_by_pc): Declare.
9381 (so_lib_thread_start_addr): Declare.
9382 (no_shared_libraries): Declare.
9383 * somread.c (init_import_symbols): Make static. Add forward
9384 declaration.
9385 * config/pa/nm-hppah.h: Include "infttrace.h" for
9386 parent_attach_all.
9387 (hppa_insert_hw_watchpoint): Declare.
9388 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
9389 * hppah-nat.c: Include "gdb_string.h".
9390 (parent_attach_all): Delete extern declaration, moved to
9391 "infttrace.h".
9392 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
9393 int.
9394 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
9395 * Makefile.in (infttrace_h): Define.
9396 (hpread.o): Update dependencies.
9397 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
9398 * hppa-hpux-tdep.c: Include "gdb_string.h".
9399 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
9400 * infrun.c (handle_inferior_event): Always initialize
9401 stepped_after_stopped_by_watchpoint. Add default and remove
9402 fallthrough in switch statement.
9403 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
9404 parameter to int.
9405 (hppa_remove_hw_watchpoint): Ditto.
9406
9407 2003-03-29 Andrew Cagney <cagney@redhat.com>
9408
9409 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
9410 offset.
9411
9412 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
9413
9414 * arm-tdep.c (arm_push_arguments): Delete.
9415 (struct stack_item): New type.
9416 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
9417 (arm_store_struct_return): Delte.
9418 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
9419 arm_push_arguments or arm_store_struct_return.
9420
9421 2003-03-28 Andrew Cagney <cagney@redhat.com>
9422
9423 * Makefile.in (d10v-tdep.o): Update dependencies.
9424 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
9425 * d10v-tdep.c: Include "remote.h".
9426 (target_resume_hook): Delete extern declaration.
9427 (target_wait_loop_hook): Ditto.
9428 (tdisassemble_command): Eliminate assignment in "if" conditional.
9429 (d10v_ts2_register_sim_regno): Eliminate call to
9430 legacy_register_sim_regno.
9431 (d10v_ts3_register_sim_regno): Ditto.
9432
9433 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
9434
9435 * thread.c: Reindented.
9436 * lin-lwp.c: Ditto.
9437 * linux-proc.c: Ditto.
9438
9439 2003-03-28 Bob Rossi <bob_rossi@cox.net>
9440
9441 * MAINTAINERS (write after approval): Add myself.
9442
9443 2003-03-27 Theodore A. Roth <troth@openavr.org>
9444
9445 * objc-exp.y: Add missing semi-colons.
9446
9447 2003-03-27 Andrew Cagney <cagney@redhat.com>
9448
9449 * regcache.c (write_sp): Delete function and references.
9450 * inferior.h (write_sp): Delete declaration.
9451 * valops.c (hand_function_call): Replace write_sp with
9452 TARGET_WRITE_SP.
9453 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
9454 (sparc_pop_frame): Ditto.
9455
9456 2003-03-27 Andrew Cagney <cagney@redhat.com>
9457
9458 * NEWS: Mention removal of support for hppa*-*-bsd* and
9459 hppa*-*-osf* natives, and hppa*-*-pro* target.
9460 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
9461 * config/pa/xm-pa.h: Obsolete file.
9462 * config/pa/xm-hppab.h: Obsolete file.
9463 * config/pa/nm-hppab.h: Obsolete file.
9464 * config/pa/tm-hppab.h: Obsolete file.
9465 * config/pa/tm-hppao.h: Obsolete file.
9466 * config/pa/nm-hppao.h: Obsolete file.
9467 * config/pa/tm-pro.h: Obsolete file.
9468 * config/pa/hppaosf.mt: Obsolete file.
9469 * config/pa/hppaosf.mh: Obsolete file.
9470 * config/pa/hppapro.mt: Obsolete file.
9471 * config/pa/hppabsd.mt: Obsolete file.
9472 * config/pa/hppabsd.mh: Obsolete file.
9473 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
9474 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
9475 hppa*-*-osf*.
9476
9477 2003-03-27 Andrew Cagney <cagney@redhat.com>
9478
9479 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
9480 push_arguments. Don't set push_return_address or write_sp.
9481 (d10v_push_dummy_call): Replace d10v_push_arguments.
9482 (d10v_push_return_address, d10v_write_sp): Delete function,
9483 handled by push_dummy_call.
9484
9485 2003-03-26 Andrew Cagney <cagney@redhat.com>
9486
9487 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
9488 (push_dummy_call): New pure multi-arch replacement with gdbarch,
9489 regcache and dummy_addr parameters.
9490 * gdbarch.h, gdbarch.c: Re-generate.
9491 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
9492 available; assume it will handle stack alignment and return
9493 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
9494 legacy_push_arguments.
9495 (legacy_push_arguments): Rename default_push_arguments.
9496 * value.h (legacy_push_arguments): Rename default_push_arguments.
9497 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
9498 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9499 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9500 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9501 * config/i386/tm-symmetry.h: Update.
9502 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9503 * x86-64-tdep.c (x86_64_init_abi): Update.
9504 * v850-tdep.c (v850_gdbarch_init): Update.
9505 * sparc-tdep.c (sparc_gdbarch_init): Update.
9506 * sh-tdep.c (sh_gdbarch_init): Update.
9507 * s390-tdep.c (s390_gdbarch_init): Update.
9508 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9509 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9510 * mips-tdep.c (mips_gdbarch_init): Update.
9511 * mcore-tdep.c (mcore_gdbarch_init): Update.
9512 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9513 * ia64-tdep.c (ia64_gdbarch_init): Update.
9514 * i386-tdep.c (i386_gdbarch_init): Update.
9515 * hppa-tdep.c (hppa_gdbarch_init): Update.
9516 * h8300-tdep.c (h8300_gdbarch_init): Update.
9517 * frv-tdep.c (frv_gdbarch_init): Update.
9518 * d10v-tdep.c (d10v_gdbarch_init): Update.
9519 * cris-tdep.c (cris_gdbarch_init): Update.
9520 * avr-tdep.c (avr_gdbarch_init): Update.
9521 * arm-tdep.c (arm_gdbarch_init): Update.
9522 * arm-linux-tdep.c (arm_linux_init_abi): Update.
9523 * alpha-tdep.c (alpha_gdbarch_init): Update.
9524
9525 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9526
9527 * signals/signals.c (do_target_signal_to_host): Correct realtime
9528 signal range test.
9529
9530 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9531
9532 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
9533 (struct sal_chain, map_catch_names): Remove.
9534 (catch_exception_command_1): Don't call
9535 handle_gnu_4_16_catch_command.
9536
9537 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9538
9539 From Mark Dettinger <dettinge@de.ibm.com>:
9540 * dwarf2cfi.c (read_2u): Increment pointer by two.
9541
9542 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9543
9544 * signals/signals.c: Fix typos in last change.
9545
9546 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9547
9548 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
9549 not already defined. Use __SIGRTMIN if available.
9550 (target_signal_from_host): Remove SIGRTMIN block.
9551 (do_target_signal_to_host): Remove SIGRTMIN block; check that
9552 the signal is within the realtime range.
9553
9554 2003-03-25 Adam Fedor <fedor@gnu.org>
9555
9556 * Makefile.in (infrun.o): Add $(language_h)
9557 * infrun.c (handle_inferior_event): Use skip_language_trampoline
9558 for language specific trampolines.
9559 * language.h (struct language_defn): Add skip_trampoline.
9560 (skip_language_trampoline): Declare.
9561 * language.c (unk_lang_trampoline, skip_language_trampoline):
9562 New functions.
9563 (unknown_language_defn, auto_language_defn, local_language_defn):
9564 Add ukn_lang_trampoline.
9565 * ada-lang.c (ada_language_defn): Add NULL for language
9566 specific skip_trampoline.
9567 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
9568 scm-lang.c: Likewise.
9569 * objc-lang.c (objc_skip_trampoline): New function.
9570 (objc_language_defn): Add objc_skip_trampoline.
9571
9572 2003-03-25 Andrew Cagney <cagney@redhat.com>
9573
9574 * frame.c (get_prev_frame): Delay validating a frame's ID -
9575 non-NULL, didn't go backwards - until an attempt to unwind it to
9576 the previous frame.
9577
9578 2003-03-25 Andrew Cagney <cagney@redhat.com>
9579
9580 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
9581 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
9582 * gdbarch.h, gdbarch.c: Re-generate.
9583 * config/sparc/tm-sparc.h
9584 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
9585 * sparc-tdep.c (sparc_gdbarch_init): Set
9586 deprecated_extra_stack_alignment_needed.
9587 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9588 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
9589 extra_stack_alignment_needed.
9590 * v850-tdep.c (v850_gdbarch_init): Ditto.
9591 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9592 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9593 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9594 * cris-tdep.c (cris_gdbarch_init): Ditto.
9595 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9596 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9597
9598 2003-03-25 Andrew Cagney <cagney@redhat.com>
9599
9600 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
9601 STORE_STRUCT_RETURN.
9602 * gdbarch.h, gdbarch.c: Regenerate.
9603 * d10v-tdep.c (d10v_store_struct_return): Delete function.
9604 (d10v_push_arguments): Set the struct return register.
9605 (d10v_gdbarch_init): Update.
9606 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9607 * x86-64-tdep.c (x86_64_init_abi): Update.
9608 * vax-tdep.c (vax_gdbarch_init): Update.
9609 * v850-tdep.c (v850_gdbarch_init): Update.
9610 * sparc-tdep.c (sparc_gdbarch_init): Update.
9611 * sh-tdep.c (sh_gdbarch_init): Update.
9612 * s390-tdep.c (s390_gdbarch_init): Update.
9613 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9614 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9615 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9616 * mips-tdep.c (mips_gdbarch_init): Update.
9617 * mcore-tdep.c (mcore_gdbarch_init): Update.
9618 * m68k-tdep.c (m68k_gdbarch_init): Update.
9619 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9620 * ia64-tdep.c (ia64_gdbarch_init): Update.
9621 * i386-tdep.c (i386_gdbarch_init): Update.
9622 * hppa-tdep.c (hppa_gdbarch_init): Update.
9623 * h8300-tdep.c (h8300_gdbarch_init): Update.
9624 * frv-tdep.c (frv_gdbarch_init): Update.
9625 * cris-tdep.c (cris_gdbarch_init): Update.
9626 * avr-tdep.c (avr_gdbarch_init): Update.
9627 * arm-tdep.c (arm_gdbarch_init): Update.
9628 * alpha-tdep.c (alpha_gdbarch_init): Update.
9629
9630 2003-03-25 Andrew Cagney <cagney@redhat.com>
9631
9632 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
9633 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
9634 CALL_DUMMY_STACK_ADJUST with a predicate variable.
9635 * gdbarch.h, gdbarch.c: Regenerate.
9636 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9637 call_dummy_stack_adjust_p.
9638 * vax-tdep.c (vax_gdbarch_init): Ditto.
9639 * v850-tdep.c (v850_gdbarch_init): Ditto.
9640 * sh-tdep.c (sh_gdbarch_init): Ditto.
9641 * s390-tdep.c (s390_gdbarch_init): Ditto.
9642 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9643 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9644 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9645 * mips-tdep.c (mips_gdbarch_init): Ditto.
9646 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9647 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9648 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9649 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9650 * i386-tdep.c (i386_gdbarch_init): Ditto.
9651 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9652 * frv-tdep.c (frv_gdbarch_init): Ditto.
9653 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9654 * cris-tdep.c (cris_gdbarch_init): Ditto.
9655 * avr-tdep.c (avr_gdbarch_init): Ditto.
9656 * arm-tdep.c (arm_gdbarch_init): Ditto.
9657 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9658 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9659 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
9660 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9661 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
9662 call_dummy_stack_adjust_p.
9663 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
9664 (CALL_DUMMY_STACK_ADJUST): Delete macro.
9665 * sparc-tdep.c (sparc32_push_arguments): Update.
9666 * valops.c (hand_function_call): Update.
9667
9668 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
9669
9670 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
9671 set_gdbarch_char_signed.
9672
9673 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
9674
9675 PR cli/548
9676 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
9677
9678 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
9679
9680 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
9681 (_initialize_arm_tdep): Don't set tm_print_insn.
9682
9683 2003-03-24 Adam Fedor <fedor@gnu.org>
9684
9685 * Makefile.in (YYOBJ): Add objc-exp.tab.o
9686 * objc-lang.h: Add multiple inclusion protection.
9687 (start_msglist, add_msglist, end_msglist): Additional declarations.
9688
9689 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
9690
9691 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
9692 value was renamed to ARM_FLOAT_SOFT_FPA.
9693
9694 2003-03-23 Andrew Cagney <cagney@redhat.com>
9695
9696 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
9697 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
9698 * gdbarch.h, gdbarch.c: Regenerate.
9699 * valops.c (hand_function_call): Update.
9700 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9701 * frame.c (legacy_saved_regs_this_id): Update.
9702 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
9703 * dummy-frame.h: Update.
9704 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
9705 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9706 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
9707 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
9708 * config/m68k/tm-sun3.h: Update.
9709 * blockframe.c (inside_main_func, frame_chain_valid): Update.
9710 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9711 * x86-64-tdep.c (x86_64_init_abi): Update.
9712 * vax-tdep.c (vax_gdbarch_init): Update.
9713 * v850-tdep.c (v850_gdbarch_init): Update.
9714 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
9715 * sh-tdep.c (sh_gdbarch_init): Update.
9716 * s390-tdep.c (s390_gdbarch_init): Update.
9717 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
9718 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
9719 (frame_get_saved_regs): Update.
9720 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9721 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9722 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9723 * mips-tdep.c (mips_gdbarch_init): Update.
9724 * mcore-tdep.c (mcore_gdbarch_init): Update.
9725 * m68k-tdep.c (m68k_gdbarch_init): Update.
9726 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9727 * ia64-tdep.c (ia64_gdbarch_init): Update.
9728 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
9729 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9730 (i386_interix_back_one_frame): Update.
9731 * hppa-tdep.c (hppa_gdbarch_init): Update.
9732 (hppa_init_extra_frame_info): Update.
9733 * h8300-tdep.c (h8300_gdbarch_init): Update.
9734 * frv-tdep.c (frv_gdbarch_init): Update.
9735 * cris-tdep.c (cris_gdbarch_init): Update.
9736 * avr-tdep.c (avr_gdbarch_init): Update.
9737 * arm-tdep.c (arm_gdbarch_init): Update.
9738 * alpha-tdep.c (alpha_gdbarch_init): Update.
9739
9740 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9741
9742 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
9743 (arm_get_fp_model): Declare.
9744 * arm-tdep.c (fp_model_strings): New string array.
9745 (arm_fp_model, current_fp_model): New variables.
9746 (arm_get_fp_model): New function.
9747 (arm_set_fp): New function.
9748 (set_fp_model_sfunc): New function.
9749 (show_fp_model): New function.
9750 (_initialize_arm_tdep): Add new command to set/show the FPU.
9751 (arm_extract_return_value): Use arm_get_fp_model.
9752 (arm_store_return_value): Likewise.
9753 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
9754 to initialize the floating-point data types.
9755 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
9756 model is FPA.
9757
9758 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9759
9760 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
9761 the current setting of each value.
9762 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
9763 new_set and new_show. Use add_setshow_cmd_full and
9764 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
9765 commands and add new version as subcommands of "set/show arm".
9766
9767 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9768
9769 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
9770 (set_arm_command, show_arm_command): New functions.
9771 (_initialize_arm_tdep): Add them.
9772 (num_disassembly_options): Renamed from num_flavor_options.
9773 (valid_disassembly_styles): Renamed from valid_flavors.
9774 (disassembly_style): Renamed from disassembly_flavor.
9775 (set_disassembly_style_sfunc): Renamed from
9776 set_disassembly_flavor_sfunc.
9777 (set_disassembly_style): Renamed from set_disassembly_flavor.
9778 (arm_othernames): Updated.
9779 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
9780 command. Add "set/show arm disassembly" commands. Deprecate
9781 "othernames" command.
9782
9783 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9784
9785 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
9786 (arm-tdep.o): Depend on elf_arm_h.
9787
9788 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9789
9790 * Makefile.in (coff_internal_h): Define.
9791 (arm-tdep.o): Update dependencies.
9792
9793 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9794
9795 * arm-tdep.c (prologue_cache): Delete.
9796 (check_prologue_cache, save_prologue_cache): Delete.
9797 (arm_scan_prologue): Don't check or update the prologue_cache.
9798 (arm_gdb_arch_init): Don't initialize it.
9799 (_initialize_arm_tdep): Likewise.
9800
9801 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
9802
9803 * MAINTAINERS (tui): Maintainer of tui code.
9804
9805 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
9806
9807 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
9808 (i386-cygwin-tdep.o): Add dependencies.
9809 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
9810 * i386-cygwin-tdep.c: New file.
9811 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
9812 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
9813
9814 2003-03-20 Andrew Cagney <cagney@redhat.com>
9815
9816 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
9817 (handle_inferior_event): Remove code calling
9818 DYNAMIC_TRAMPOLINE_NEXTPC.
9819
9820 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
9821 already has a full path.
9822
9823 * main.c (gdb_main): Return 1.
9824 (captured_main): Call error to report an invalid interpreter.
9825
9826 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
9827 * alpha-osf1-tdep.c: Include "gdb_string.h".
9828
9829 2003-03-19 J. Brobecker <brobecker@gnat.com>
9830
9831 Continuing work to convert the hppa targets to multiarch partial.
9832
9833 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
9834 method, now that hppa_push_dummy_frame has a conformant prototype.
9835 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
9836 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
9837 for the switch to multiarch partial.
9838
9839 2003-03-19 Kevin Buettner <kevinb@redhat.com>
9840
9841 * mdebugread.c (parse_symbol): For stEnd, we're done counting
9842 when iss is issNull.
9843
9844 2003-03-18 Kevin Buettner <kevinb@redhat.com>
9845
9846 * mips-tdep.c (mips_register_name): Fix fencepost error involving
9847 NUM_REGS bounds check.
9848
9849 2003-03-18 Kevin Buettner <kevinb@redhat.com>
9850
9851 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
9852 * mips-tdep.c (gdb_assert.h): Include.
9853 (mips_generic_reg_names, mips_processor_reg_names): Make static.
9854 (mips_register_name): Handle integer registers explicitly. Add
9855 bounds checking.
9856 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
9857 (mips_lsi33k_reg_names): Don't list integer registers; they're
9858 handled by mips_register_name() now.
9859 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
9860 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
9861 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
9862 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
9863 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
9864
9865 2003-03-18 Andrew Cagney <cagney@redhat.com>
9866
9867 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
9868 a void pointer.
9869 * gdbtypes.h (print_scalar_formatted): Update declaration.
9870 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
9871
9872 2003-03-18 J. Brobecker <brobecker@gnat.com>
9873
9874 * infrun.c (observer.h): Add #include.
9875 (normal_stop): Add call to observer_notify_normal_stop.
9876 * Makefile.in (infrun.o): Add dependency on observer.h.
9877
9878 2003-03-18 J. Brobecker <brobecker@gnat.com>
9879
9880 Continuing work to convert the hppa targets to multiarch partial.
9881 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
9882 parameter. Reformat comment.
9883 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
9884 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
9885 to match new profile.
9886
9887 2003-03-18 J. Brobecker <brobecker@gnat.com>
9888
9889 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
9890 appear to be working in any case.
9891
9892 2003-03-18 J. Brobecker <brobecker@gnat.com>
9893
9894 * observer.c (observer_test_first_observer): New static variable.
9895 (observer_test_second_observer): Likewise.
9896 (observer_test_third_observer): Likewise.
9897 (observer_test_first_notification_function): New static function.
9898 (observer_test_second_notification_function): Likewise.
9899 (observer_test_third_notification_function): Likewise.
9900
9901 2003-03-17 J. Brobecker <brobecker@gnat.com>
9902
9903 * hppa-tdep.c (gdb_assert.h): Add missing #include.
9904 * somsolib.c (gdb_assert.h): Likewise.
9905 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
9906 (somsolib.o): Likewise.
9907
9908 2003-03-17 Andrew Cagney <cagney@redhat.com>
9909
9910 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
9911 BFD. Simplify setting of di.endian.
9912
9913 2003-03-17 Andrew Cagney <cagney@redhat.com>
9914
9915 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
9916 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
9917
9918 From Elena Zannoni <ezannoni@redhat.com>
9919 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
9920 vector and floating-point parameters.
9921 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
9922 convention.
9923 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
9924
9925 2003-03-17 Fernando Nasser <fnasser@redhat.com>
9926
9927 * MAINTAINERS: Remove my name from several maintainership roles.
9928
9929 2003-03-17 Andrew Cagney <cagney@redhat.com>
9930
9931 Fix frame off-by-one bug.
9932 * frame-unwind.h (frame_this_id_ftype): Replace
9933 frame_unwind_id_ftype.
9934 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
9935 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
9936 with "prev_register".
9937 * frame-unwind.c (frame_unwind_find_by_pc): Return
9938 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
9939 comment.
9940 * dummy-frame.c (cached_find_dummy_frame): Delete function.
9941 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
9942 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
9943 (dummy_frame_unwind): Update.
9944 * sentinel-frame.c (sentinel_frame_prev_register): Replace
9945 sentinel_frame_register_unwind.
9946 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
9947 (sentinel_frame_unwinder): Update.
9948 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
9949 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
9950 * frame.c (create_sentinel_frame): Update. Initialize
9951 "prologue_cache" instead of "unwind_cache".
9952 (frame_register_unwind): Call this frame's prev_register with the
9953 next frame and this frame's prologue cache.
9954 (get_prev_frame): Simplify. Always call prev frame's this_id with
9955 this frame and prev frame's prologue cache. Document that this
9956 call is shifted one to the left when compared to the
9957 frame_register_unwind call.
9958 (legacy_saved_regs_prev_register): Replace
9959 frame_saved_regs_register_unwind.
9960 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
9961 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
9962 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
9963 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
9964 (d10v_frame_unwind): Update.
9965 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
9966 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
9967 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
9968 "saved_regs" with "this_saved_regs".
9969
9970 2003-03-16 Andrew Cagney <cagney@redhat.com>
9971
9972 * frame.c (frame_pop): Don't call target_store_registers. Fix
9973 problem reported by Mark Kettenis.
9974
9975 2003-03-16 Mark Kettenis <kettenis@gnu.org>
9976
9977 * i386-tdep.c (i386_register_type): Renamed from
9978 i386_register_virtual_type. Adjust function signature.
9979 (i386_gdbarch_init): Set register_type instead of
9980 deprecated_max_register_raw_size,
9981 deprecated_max_register_virtual_size and register_virtual_type.
9982
9983 2003-03-14 Andrew Cagney <cagney@redhat.com>
9984
9985 * frame.c (get_prev_frame): When a legacy frame, always call
9986 legacy_get_prev_frame. Simplify unwind code using assumption that
9987 the unwinder is new.
9988 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
9989 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
9990 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
9991
9992 2003-03-14 Andrew Cagney <cagney@redhat.com>
9993
9994 * frame.c (get_saved_register): Delete function.
9995 * frame.h (get_saved_register): Delete declaration.
9996 * xstormy16-tdep.c: Update comment.
9997 * regcache.h: Update comments.
9998 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
9999 get_saved_register and extract_address, use
10000 frame_read_unsigned_register.
10001 (sparc_frame_saved_pc): Ditto.
10002 (sparc_get_saved_register): Instead of get_saved_register, use
10003 frame_register.
10004 (sparc_pop_frame): Ditto.
10005 * findvar.c: Update comments.
10006 (value_of_register): Call frame_register instead of
10007 get_saved_register.
10008 (value_from_register): Ditto.
10009 * config/sparc/tm-sparc.h: Update comment.
10010 * breakpoint.c: Update comment.
10011
10012 2003-03-14 Andrew Cagney <cagney@redhat.com>
10013
10014 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10015 GET_SAVED_REGISTER.
10016 * gdbarch.h, gdbarch.c: Re-generate.
10017 * frame.h: Update comments.
10018 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10019 * x86-64-tdep.c (x86_64_init_abi): Update.
10020 * sparc-tdep.c (sparc_gdbarch_init): Update.
10021 * sh-tdep.c (sh_gdbarch_init): Update.
10022 * mips-tdep.c (mips_gdbarch_init): Update.
10023 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10024 * cris-tdep.c (cris_gdbarch_init): Update.
10025 * ia64-tdep.c (ia64_gdbarch_init): Update.
10026 * frame.c (frame_register): Update.
10027 (get_saved_register): Update.
10028 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
10029
10030 2003-03-13 Andrew Cagney <cagney@redhat.com>
10031
10032 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10033 * gdbarch.h, gdbarch.c: Regenerate.
10034 * valops.c (hand_function_call): Update comment.
10035 * stack.c (return_command): Update comment.
10036 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10037 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10038 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10039 * x86-64-tdep.c (x86_64_init_abi): Update.
10040 * vax-tdep.c (vax_gdbarch_init): Update.
10041 * v850-tdep.c (v850_gdbarch_init): Update.
10042 * sparc-tdep.c (sparc_gdbarch_init): Update.
10043 * sh-tdep.c (sh_gdbarch_init): Update.
10044 * s390-tdep.c (s390_gdbarch_init): Update.
10045 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10046 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10047 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10048 * mips-tdep.c (mips_gdbarch_init): Update.
10049 * mcore-tdep.c (mcore_gdbarch_init): Update.
10050 * m68k-tdep.c (m68k_gdbarch_init): Update.
10051 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10052 * ia64-tdep.c (ia64_gdbarch_init): Update.
10053 * i386-tdep.c (i386_gdbarch_init): Update.
10054 * hppa-tdep.c (hppa_gdbarch_init): Update.
10055 * h8300-tdep.c (h8300_gdbarch_init): Update.
10056 * frv-tdep.c (frv_gdbarch_init): Update.
10057 * cris-tdep.c (cris_gdbarch_init): Update.
10058 * avr-tdep.c (avr_gdbarch_init): Update.
10059 * arm-tdep.c (arm_gdbarch_init): Update.
10060 * alpha-tdep.c (alpha_gdbarch_init): Update.
10061
10062 2003-03-13 Andrew Cagney <cagney@redhat.com>
10063
10064 * frame.c (legacy_frame_p): New function.
10065 (get_prev_frame): Use legacy_frame_p.
10066 * frame.h (legacy_frame_p): Declare.
10067
10068 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10069
10070 * MAINTAINERS (write after approval): Alphabetically
10071 listing corrected.
10072
10073 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10074
10075 * MAINTAINERS (write after approval): Add myself.
10076
10077 2003-03-12 Andrew Cagney <cagney@redhat.com>
10078
10079 * frame.c (get_prev_frame): Rename the frame parameter to
10080 "this_frame".
10081 (get_next_frame, legacy_get_prev_frame): Ditto.
10082
10083 2003-03-12 Andrew Cagney <cagney@redhat.com>
10084
10085 * frame.c (get_current_frame): Check target_has_registers before
10086 checking target_has_stack.
10087 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10088 instead of deprecated_selected_frame.
10089 * findvar.c (value_of_register): Pass "frame", not
10090 deprecated_selected_frame, to value_of_builtin_reg.
10091
10092 2003-03-12 Andrew Cagney <cagney@redhat.com>
10093
10094 * regcache.c (regcache_cooked_write_signed): New function.
10095 (regcache_cooked_write_unsigned): New function.
10096 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10097 (regcache_cooked_read_signed): Fix regnum in range assertion.
10098 * regcache.h (regcache_cooked_write_signed): Declare.
10099 (regcache_cooked_write_unsigned): Declare.
10100
10101 2003-03-12 Andrew Cagney <cagney@redhat.com>
10102
10103 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10104 * gdbarch.h, gdbarch.c: Re-generate.
10105 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10106 * x86-64-tdep.h: Update.
10107 * x86-64-tdep.c (x86_64_init_abi): Update.
10108 * v850-tdep.c (v850_gdbarch_init): Update.
10109 * sparc-tdep.c (sparc_gdbarch_init): Update.
10110 * sh-tdep.c (sh_gdbarch_init): Update.
10111 * s390-tdep.c (s390_gdbarch_init): Update.
10112 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10113 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10114 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10115 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10116 * mips-tdep.c (mips_gdbarch_init): Update.
10117 * mcore-tdep.c (mcore_gdbarch_init): Update.
10118 * m68k-tdep.c (m68k_gdbarch_init): Update.
10119 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10120 * ia64-tdep.c (ia64_gdbarch_init): Update.
10121 * i386-tdep.c (i386_gdbarch_init): Update.
10122 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10123 * hppa-tdep.c (hppa_gdbarch_init): Update.
10124 * h8300-tdep.c (h8300_gdbarch_init): Update.
10125 * frv-tdep.c (frv_gdbarch_init): Update.
10126 * cris-tdep.c (cris_gdbarch_init): Update.
10127 * avr-tdep.c (avr_gdbarch_init): Update.
10128 * arm-tdep.c (arm_gdbarch_init): Update.
10129 * alpha-tdep.c (alpha_gdbarch_init): Update.
10130 * sh-tdep.c (sh_init_extra_frame_info): Update.
10131 (sh64_init_extra_frame_info): Update.
10132 * ns32knbsd-nat.c (frame_num_args): Update.
10133 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10134 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10135 (xstormy16_frame_chain_valid): Update.
10136 * vax-tdep.c (vax_saved_pc_after_call): Update.
10137 * v850-tdep.c (v850_frame_chain): Update.
10138 (v850_pop_frame): Update.
10139 (v850_init_extra_frame_info): Update.
10140 * sparc-tdep.c (setup_arbitrary_frame): Update.
10141 * ns32k-tdep.c (umax_frame_num_args): Update.
10142 * s390-tdep.c (s390_pop_frame_regular): Update.
10143 * mn10300-tdep.c (mn10300_frame_chain): Update.
10144 (mn10300_pop_frame_regular): Update.
10145 (mn10300_init_extra_frame_info): Update.
10146 * mips-tdep.c (mips_init_frame_pc_first): Update.
10147 (mips_frame_chain): Update.
10148 (mips_pop_frame): Update.
10149 * mcore-tdep.c (mcore_frame_chain): Update.
10150 (mcore_pop_frame): Update.
10151 (mcore_init_extra_frame_info): Update.
10152 * arch-utils.c (init_frame_pc_default): Update.
10153 * m68k-tdep.c (isi_frame_num_args): Update.
10154 (delta68_frame_num_args): Update.
10155 (news_frame_num_args): Update.
10156 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10157 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10158 (alpha_frame_chain): Update.
10159 (alpha_pop_frame): Update.
10160 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10161 (hppa_init_extra_frame_info): Update.
10162 (hppa_frame_chain): Update.
10163 (hppa_frame_chain_valid): Update.
10164 * cris-tdep.c (cris_init_extra_frame_info): Update.
10165 * avr-tdep.c (avr_init_extra_frame_info): Update.
10166 * arm-tdep.c (arm_frame_chain_valid): Update.
10167 (arm_init_extra_frame_info): Update.
10168 (arm_pop_frame): Update.
10169 * frame.c (frame_pc_unwind): Update.
10170 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10171 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10172 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10173 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10174 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10175 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10176
10177 2003-03-12 Andrew Cagney <cagney@redhat.com>
10178
10179 Eliminate the need for POP_FRAME.
10180 * frame.c (do_frame_unwind_register): New function.
10181 (frame_pop): When no POP_FRAME, pop the frame using register
10182 unwind and a scratch regcache.
10183 (frame_saved_regs_pop): Delete function.
10184 (trad_frame_unwinder): Update.
10185 * d10v-tdep.c (d10v_frame_pop): Delete function.
10186 (d10v_frame_unwind): Update.
10187 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10188 (sentinel_frame_unwinder): Update.
10189 * dummy-frame.c (dummy_frame_pop): Delete function.
10190 (dummy_frame_unwind): Update.
10191 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10192 (struct frame_unwind): Update.
10193
10194 2003-03-11 Kevin Buettner <kevinb@redhat.com>
10195
10196 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10197 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10198 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10199 Do range checks on register number obtained from debugging info.
10200 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10201 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10202 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10203 mapping function.
10204 (do_fp_register_row): Fix typo which caused double type to be
10205 used when attempting to unpack a float.
10206
10207 2003-03-11 J. Brobecker <brobecker@gnat.com>
10208
10209 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10210
10211 2003-03-11 Andrew Cagney <cagney@redhat.com>
10212
10213 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10214 frame. Problem found by Corinna Vinschen.
10215
10216 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10217
10218 * doublest.c (floatformat_from_length): Accept also
10219 the real size of 'long double' type.
10220
10221 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
10222
10223 From Klee Dienes <kdienes@apple.com>:
10224 * breakpoint.c (bpstat_copy): Copy the command lines as well
10225 as the old value, to match what is freed in bpstat_clear.
10226
10227 2003-03-10 David Carlton <carlton@math.stanford.edu>
10228
10229 * minsyms.c (add_minsym_to_hash_table): Replace
10230 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10231 (compare_minimal_symbols, compact_minimal_symbols)
10232 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10233 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10234 of DEPRECATED_SYMBOL_MATCHES_NAME.
10235 (lookup_minimal_symbol_solib_trampoline): Ditto.
10236
10237 2003-03-10 Andrew Cagney <cagney@redhat.com>
10238
10239 * regcache.h (regcache_cooked_read_ftype): Define.
10240 (regcache_save, regcache_restore): Add a cooked_read parameter.
10241 * regcache.c (regcache_save, regcache_restore): Update.
10242 (do_cooked_read): New function.
10243 (regcache_cpy): Pass do_cooked_read to regcache_save and
10244 regcache_restore.
10245
10246 2003-03-10 Andrew Cagney <cagney@redhat.com>
10247
10248 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10249 * gdbarch.h, gdbarch.c: Re-generate.
10250 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10251 * x86-64-tdep.h: Update.
10252 * x86-64-tdep.c (x86_64_init_abi): Update.
10253 * v850-tdep.c (v850_gdbarch_init): Update.
10254 * sparc-tdep.c (sparc_gdbarch_init): Update.
10255 * sh-tdep.c (sh_gdbarch_init): Update.
10256 * s390-tdep.c (s390_gdbarch_init): Update.
10257 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10258 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10259 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10260 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10261 * mips-tdep.c (mips_gdbarch_init): Update.
10262 * mcore-tdep.c (mcore_gdbarch_init): Update.
10263 * m68k-tdep.c (m68k_gdbarch_init): Update.
10264 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10265 * ia64-tdep.c (ia64_gdbarch_init): Update.
10266 * i386-tdep.c (i386_gdbarch_init): Update.
10267 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10268 * hppa-tdep.c (hppa_gdbarch_init): Update.
10269 * h8300-tdep.c (h8300_gdbarch_init): Update.
10270 * frv-tdep.c (frv_gdbarch_init): Update.
10271 * cris-tdep.c (cris_gdbarch_init): Update.
10272 * avr-tdep.c (avr_gdbarch_init): Update.
10273 * arm-tdep.c (arm_gdbarch_init): Update.
10274 * alpha-tdep.c (alpha_gdbarch_init): Update.
10275 * sh-tdep.c (sh_init_extra_frame_info): Update.
10276 (sh64_init_extra_frame_info): Update.
10277 * ns32knbsd-nat.c (frame_num_args): Update.
10278 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10279 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10280 (xstormy16_frame_chain_valid): Update.
10281 * vax-tdep.c (vax_saved_pc_after_call): Update.
10282 * v850-tdep.c (v850_frame_chain): Update.
10283 (v850_pop_frame): Update.
10284 (v850_init_extra_frame_info): Update.
10285 * sparc-tdep.c (setup_arbitrary_frame): Update.
10286 * ns32k-tdep.c (umax_frame_num_args): Update.
10287 * s390-tdep.c (s390_pop_frame_regular): Update.
10288 * mn10300-tdep.c (mn10300_frame_chain): Update.
10289 (mn10300_pop_frame_regular): Update.
10290 (mn10300_init_extra_frame_info): Update.
10291 * mips-tdep.c (mips_init_frame_pc_first): Update.
10292 (mips_frame_chain): Update.
10293 (mips_pop_frame): Update.
10294 * mcore-tdep.c (mcore_frame_chain): Update.
10295 (mcore_pop_frame): Update.
10296 (mcore_init_extra_frame_info): Update.
10297 * arch-utils.c (init_frame_pc_default): Update.
10298 * m68k-tdep.c (isi_frame_num_args): Update.
10299 (delta68_frame_num_args): Update.
10300 (news_frame_num_args): Update.
10301 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10302 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10303 (alpha_frame_chain): Update.
10304 (alpha_pop_frame): Update.
10305 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10306 (hppa_init_extra_frame_info): Update.
10307 (hppa_frame_chain): Update.
10308 (hppa_frame_chain_valid): Update.
10309 * cris-tdep.c (cris_init_extra_frame_info): Update.
10310 * avr-tdep.c (avr_init_extra_frame_info): Update.
10311 * arm-tdep.c (arm_frame_chain_valid): Update.
10312 (arm_init_extra_frame_info): Update.
10313 (arm_pop_frame): Update.
10314 * frame.c (frame_pc_unwind): Update.
10315 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10316 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10317 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10318 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10319 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10320 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10321
10322 2003-03-10 Andrew Cagney <cagney@redhat.com>
10323
10324 * gdbarch.sh (gdbarch_unwind_pc): New method.
10325 * gdbarch.h, gdbarch.c: Regenerate.
10326 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
10327 but use read_pc and FRAME_SAVED_PC as fall backs.
10328 (frame_saved_regs_pc_unwind): Delete function.
10329 (trad_frame_unwinder): Update.
10330 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
10331 (struct frame_unwind): Update.
10332 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
10333 (dummy_frame_unwind): Update.
10334 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
10335 (sentinel_frame_unwinder): Update.
10336 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
10337 (d10v_frame_unwind): Update.
10338 (d10v_unwind_pc): New function.
10339 (d10v_gdbarch_init): Set unwind_pc.
10340
10341 2003-03-10 Andrew Cagney <cagney@redhat.com>
10342
10343 * gdbarch.h: Re-generate.
10344
10345 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
10346 PC.
10347 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
10348 the PC register.
10349
10350 2003-03-08 Mark Kettenis <kettenis@gnu.org>
10351
10352 * gdbarch.sh (save_dummy_frame_tos): Add comment.
10353
10354 2003-03-08 Andrew Cagney <cagney@redhat.com>
10355
10356 * cli-out.c: Update copyright.
10357 (cli_out_data): Define typedef. Use instead of ui_out_data.
10358
10359 2003-03-08 Andrew Cagney <cagney@redhat.com>
10360
10361 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
10362 the result.
10363
10364 2003-03-07 Andrew Cagney <cagney@redhat.com>
10365
10366 * gdbarch.sh: Don't generate two macro definitions when an
10367 undefined macro taking no arguments.
10368 * gdbarch.h: Regenerate.
10369
10370 2002-03-07 Michal Ludvig <mludvig@suse.cz>
10371
10372 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
10373 (x86_64_unwind_dummy_id): New functions.
10374 (x86_64_init_abi): Register these two new functions.
10375
10376 2003-03-07 Michal Ludvig <mludvig@suse.cz>
10377
10378 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
10379 (x86_64_skip_prologue): Move prologue detection to
10380 separate function.
10381 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
10382
10383 2003-03-05 Andrew Cagney <cagney@redhat.com>
10384
10385 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
10386 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
10387 * frame.c (get_prev_frame): Restructure the frame ID unwind code
10388 to use unwind_dummy_id when a dummy frame.
10389 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
10390 predicate.
10391 * gdbarch.h, gdbarch.c: Regneerate.
10392
10393 2003-03-05 Andrew Cagney <cagney@redhat.com>
10394
10395 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
10396 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
10397 Do not use d10v_read_sp or d10v_read_fp when obtaining register
10398 values.
10399
10400 2003-03-05 Andrew Cagney <cagney@redhat.com>
10401
10402 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
10403 (struct d10v_unwind_cache): Delete field "frameless". Replace
10404 "next_addr" with "sp_offset". Add "r11_offset".
10405 (d10v_frame_unwind_cache): Update.
10406 (prologue_find_regs): Update. When "mv r11, sp", save the
10407 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
10408 RN was saved in r11_offset.
10409
10410 2003-03-05 Andrew Cagney <cagney@redhat.com>
10411
10412 * frame.c (deprecated_update_frame_pc_hack): Also update the the
10413 cached PC value in the next frame.
10414
10415 2003-03-05 Andrew Cagney <cagney@redhat.com>
10416
10417 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
10418 "id_unwind_cache" with "id".
10419 (frame_id_unwind): Delete declaration.
10420 * frame.c (frame_id_unwind): Delete function.
10421 (get_prev_frame): Call the frame id unwind method directly. Store
10422 the returned next frame's ID value in NEXT_FRAME. Note that there
10423 is a problem with the wrong unwind ID being called with the wrong
10424 unwind cache.
10425
10426 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10427
10428 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
10429
10430 2003-03-05 James Ingham <jingham@apple.com>
10431 Daniel Jacobowitz <drow@mvista.com>
10432
10433 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
10434 (auto_cp_abi): New variable.
10435 (current_cp_abi, num_cp_abis): Make static.
10436 (CP_ABI_MAX): Define.
10437 (cp_abis): Turn into an array.
10438 (value_virtual_fn_field): Fix formatting.
10439 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
10440 takes a pointer.
10441 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
10442 (list_cp_abis, _initialize_cp_abi): New functions.
10443 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
10444 declarations for cp_abis, num_cp_abis, current_cp_abi, and
10445 switch_to_cp_abi. Update prototype for register_cp_abi.
10446 * Makefile.in (cp-abi.o): Update dependencies.
10447 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
10448 instead of switch_to_cp_abi.
10449 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
10450 register_cp_abi.
10451 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
10452 register_cp_abi.
10453 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
10454
10455 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10456
10457 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
10458 * dwarf2loc.c: Include "regcache.h".
10459 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
10460 register_size.
10461 * Makefile.in (dwarf2loc.o): Update dependencies.
10462
10463 2003-03-04 Theodore A. Roth <troth@openavr.org>
10464
10465 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
10466 number of io registers reported by remote target is not a multiple of
10467 step.
10468
10469 2003-03-04 David Carlton <carlton@math.stanford.edu>
10470
10471 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
10472 (lookup_symbol_aux_psymtabs): Update call to
10473 lookup_partial_symbol.
10474 (lookup_transparent_type, find_main_psymtab)
10475 (make_symbol_overload_list): Ditto.
10476
10477 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
10478
10479 * MAINTAINERS (Write after approval): Update my email address.
10480
10481 2003-03-03 Andrew Cagney <cagney@redhat.com>
10482
10483 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
10484 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
10485 predicate. Replace MAX_REGISTER_RAW_SIZE.
10486 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
10487 MAX_REGISTER_VIRTUAL_SIZE.
10488 * regcache.c (legacy_max_register_raw_size): New function.
10489 (legacy_max_register_virtual_size): New function.
10490 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
10491 (MAX_REGISTER_RAW_SIZE): Define.
10492 (legacy_max_register_raw_size): Declare.
10493 (legacy_max_register_virtual_size): Declare.
10494 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10495 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
10496 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10497 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10498 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10499 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10500 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10501 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10502 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10503 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10504 * vax-tdep.c (vax_gdbarch_init): Update.
10505 * v850-tdep.c (v850_gdbarch_init): Update.
10506 * sparc-tdep.c (sparc_gdbarch_init): Update.
10507 * sh-tdep.c (sh_gdbarch_init): Update.
10508 * s390-tdep.c (s390_gdbarch_init): Update.
10509 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10510 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10511 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10512 * mips-tdep.c (mips_gdbarch_init): Update.
10513 * mcore-tdep.c (mcore_gdbarch_init): Update.
10514 * m68k-tdep.c (m68k_gdbarch_init): Update.
10515 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10516 * ia64-tdep.c (ia64_gdbarch_init): Update.
10517 * i386-tdep.c (i386_gdbarch_init): Update.
10518 * hppa-tdep.c (hppa_gdbarch_init): Update.
10519 * h8300-tdep.c (h8300_gdbarch_init): Update.
10520 * frv-tdep.c (frv_gdbarch_init): Update.
10521 * cris-tdep.c (cris_gdbarch_init): Update.
10522 * avr-tdep.c (avr_gdbarch_init): Update.
10523 * arm-tdep.c (arm_gdbarch_init): Update.
10524 * alpha-tdep.c (alpha_gdbarch_init): Update.
10525 * d10v-tdep.c (d10v_gdbarch_init): Do not set
10526 max_register_raw_size or max_register_virtual_size.
10527
10528 2003-03-03 David Carlton <carlton@math.stanford.edu>
10529
10530 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
10531 SYMBOL_MATCHES_NAME, add comment.
10532 (SYMBOL_MATCHES_NATURAL_NAME): New.
10533 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
10534 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
10535 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
10536 * symtab.c (lookup_partial_symbol): Use
10537 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
10538 unhelpful comment.
10539 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
10540 SYMBOL_MATCHES_NAME.
10541 Fix for PR c++/33.
10542
10543 2003-03-03 David Carlton <carlton@math.stanford.edu>
10544
10545 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
10546 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
10547 by regexp matching against SYMBOL_NATURAL_NAME.
10548
10549 2003-03-03 David Carlton <carlton@math.stanford.edu>
10550
10551 * linespec.c (find_method): Extract code into collect_methods.
10552 (collect_methods): New.
10553
10554 2003-03-02 Mark Kettenis <kettenis@gnu.org>
10555
10556 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
10557 get_frame_base.
10558
10559 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
10560 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10561
10562 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
10563
10564 * arch-utils.c (generic_register_byte): Fix to use the loop index
10565 and not regnum when summing the size of all registers up to regnum.
10566
10567 2003-03-01 Andrew Cagney <cagney@redhat.com>
10568
10569 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
10570 FRAME_INIT_SAVED_REGS.
10571 * gdbarch.h, gdbarch.c: Regenerate.
10572 * stack.c (frame_info): Update.
10573 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
10574 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
10575 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
10576 * ns32k-tdep.c (ns32k_pop_frame): Update.
10577 * mips-tdep.c (mips_pop_frame): Update.
10578 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
10579 * ia64-tdep.c (ia64_frame_chain): Update.
10580 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
10581 (ia64_frameless_function_invocation): Update.
10582 (ia64_init_extra_frame_info): Update.
10583 (ia64_pop_frame_regular): Update.
10584 * frame.h (struct frame_info): Update comment.
10585 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
10586 * frame.c (frame_saved_regs_register_unwind): Update.
10587 (frame_saved_regs_register_unwind): Update.
10588 (deprecated_generic_get_saved_register): Update.
10589 * cris-tdep.c: Update comment.
10590 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
10591 Rename macro.
10592 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10593 * x86-64-tdep.c (x86_64_init_abi): Update.
10594 * vax-tdep.c (vax_gdbarch_init): Update.
10595 * v850-tdep.c (v850_gdbarch_init): Update.
10596 * sparc-tdep.c (sparc_gdbarch_init): Update.
10597 * sh-tdep.c (sh_gdbarch_init): Update.
10598 * s390-tdep.c (s390_gdbarch_init): Update.
10599 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10600 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10601 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10602 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10603 * mips-tdep.c (mips_gdbarch_init): Update.
10604 * mcore-tdep.c (mcore_gdbarch_init): Update.
10605 * m68k-tdep.c (m68k_gdbarch_init): Update.
10606 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10607 * ia64-tdep.c (ia64_gdbarch_init): Update.
10608 * i386-tdep.c (i386_gdbarch_init): Update.
10609 * frv-tdep.c (frv_gdbarch_init): Update.
10610 * avr-tdep.c (avr_gdbarch_init): Update.
10611 * arm-tdep.c (arm_gdbarch_init): Update.
10612 * alpha-tdep.c (alpha_gdbarch_init): Update.
10613
10614 2003-03-01 Andrew Cagney <cagney@redhat.com>
10615
10616 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
10617 option enum and switch. When no windows, set the interpreter to
10618 INTERP_CONSOLE.
10619
10620 2003-03-01 Andrew Cagney <cagney@redhat.com>
10621
10622 * main.c (captured_main): Replace magic option characters with an
10623 enum.
10624
10625 2003-03-01 Andrew Cagney <cagney@redhat.com>
10626
10627 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
10628 INIT_EXTRA_FRAME_INFO.
10629 * gdbarch.h, gdbarch.c: Regenerate.
10630 * arm-tdep.c: Update comments.
10631 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
10632 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
10633 * frame.h, avr-tdep.c: Ditto.
10634 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
10635 (create_new_frame, legacy_get_prev_frame): Ditto.
10636 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10637 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10638 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
10639 deprecated_init_extra_frame_info instead of init_extra_frame_info.
10640 * x86-64-tdep.c (x86_64_init_abi): Ditto.
10641 * v850-tdep.c (v850_gdbarch_init): Ditto.
10642 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10643 * sh-tdep.c (sh_gdbarch_init): Ditto.
10644 * s390-tdep.c (s390_gdbarch_init): Ditto.
10645 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
10646 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10647 * mips-tdep.c (mips_gdbarch_init): Ditto.
10648 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10649 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10650 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10651 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
10652 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10653 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10654 * frv-tdep.c (frv_gdbarch_init): Ditto.
10655 * cris-tdep.c (cris_gdbarch_init): Ditto.
10656 * avr-tdep.c (avr_gdbarch_init): Ditto.
10657 * arm-tdep.c (arm_gdbarch_init): Ditto.
10658 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10659 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10660
10661 2003-03-01 Andrew Cagney <cagney@redhat.com>
10662
10663 * gdbarch.sh (register_type): New function with predicate.
10664 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
10665 * gdbarch.h, gdbarch.c: Re-generate.
10666 * arch-utils.c (generic_register_byte): Use generic_register_size.
10667 (generic_register_size): When available, use
10668 gdbarch_register_type.
10669 * regcache.c (init_regcache_descr): When available, initialize the
10670 register type array using gdbarch_register_type. If the
10671 architecture supplies gdbarch_register_type, do not use the legacy
10672 regcache layout.
10673 * d10v-tdep.c (d10v_register_type): Replace
10674 d10v_register_virtual_type.
10675 (d10v_gdbarch_init): Set register_type instead of
10676 register_virtual_type.
10677
10678 2003-03-01 Andrew Cagney <cagney@redhat.com>
10679
10680 * Makefile.in (ax-gdb.o): Update dependencies.
10681 * ax-gdb.c: Include "regcache.h".
10682 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
10683 * findvar.c (value_of_register): Ditto.
10684 * infcmd.c (default_print_registers_info): Ditto.
10685
10686 2003-03-01 Mark Kettenis <kettenis@gnu.org>
10687
10688 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
10689 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10690
10691 2003-03-01 Mark Kettenis <kettenis@gnu.org>
10692
10693 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
10694 of STREQ.
10695
10696 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
10697
10698 * Makefile.in (dwarf2loc.o): Update dependencies.
10699 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
10700 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
10701 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
10702 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
10703 (locexpr_tracepoint_var_ref): New function.
10704 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
10705
10706 2003-02-28 Andrew Cagney <cagney@redhat.com>
10707
10708 * regcache.c (register_size): New function.
10709 * regcache.h (register_size): Declare
10710 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
10711 max_register_size instead of MAX_REGISTER_RAW_SIZE.
10712
10713 2003-02-28 David Carlton <carlton@math.stanford.edu>
10714
10715 * linespec.c (decode_compound): Extract code into find_method.
10716 (find_method): New.
10717
10718 2003-02-28 J. Brobecker <brobecker@gnat.com>
10719
10720 * Makefile.in: Add rules to build and link in observer.o.
10721
10722 2003-02-27 J. Brobecker <brobecker@gnat.com>
10723
10724 * observer.c: Minor comments edits.
10725
10726 2003-02-27 J. Brobecker <brobecker@gnat.com>
10727
10728 * observer.h, observer.c: New file.
10729
10730 2003-02-27 Andrew Cagney <cagney@redhat.com>
10731
10732 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
10733
10734 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
10735
10736 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
10737 (M6812_OP_STS_EXT): Likewise.
10738 (m6811_prologue): Use the above to recognize prologue.
10739 (m6812_prologue): Likewise.
10740
10741 2003-02-27 David Carlton <carlton@math.stanford.edu>
10742
10743 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
10744 SYMBOL_PRINT_NAME.
10745 (compare_psymbols): Ditto.
10746 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
10747
10748 2003-02-27 Michael Snyder <msnyder@redhat.com>
10749
10750 * f-lang.c (build_fortran_types): New function.
10751 (_initialize_f_language): Gdbarch-register built-in fortran types.
10752 * doublest.c (extract_floating): Fix warning text.
10753
10754 2003-02-27 Andrew Cagney <cagney@redhat.com>
10755
10756 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
10757 predicate. Replaces PUSH_DUMMY_FRAME.
10758 * gdbarch.h, gdbarch.c: Regnerate.
10759 * valops.c (hand_function_call): Update. Call
10760 generic_push_dummy_frame directly.
10761 * vax-tdep.c (vax_gdbarch_init): Update.
10762 * sparc-tdep.c (sparc_gdbarch_init): Update.
10763 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10764 * m68k-tdep.c (m68k_gdbarch_init): Update.
10765 * hppa-tdep.c (hppa_gdbarch_init): Update.
10766 * alpha-tdep.c (alpha_gdbarch_init): Update.
10767 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10768 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10769 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
10770 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
10771 push_dummy_frame to generic_push_dummy_frame.
10772 * v850-tdep.c (v850_gdbarch_init): Ditto.
10773 * sh-tdep.c (sh_gdbarch_init): Ditto.
10774 * s390-tdep.c (s390_gdbarch_init): Ditto.
10775 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10776 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10777 * mips-tdep.c (mips_gdbarch_init): Ditto.
10778 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10779 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10780 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10781 * i386-tdep.c (i386_gdbarch_init): Ditto.
10782 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10783 * frv-tdep.c (frv_gdbarch_init): Ditto.
10784 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10785 * cris-tdep.c (cris_gdbarch_init): Ditto.
10786 * avr-tdep.c (avr_gdbarch_init): Ditto.
10787 * arm-tdep.c (arm_gdbarch_init): Ditto.
10788
10789 2003-02-26 Kevin Buettner <kevinb@redhat.com>
10790
10791 * mips-tdep.c (show_mips_abi): New function.
10792 (_initialize_mips_tdep): Use show_mips_abi() to implement the
10793 command ``show mips abi''.
10794
10795 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
10796
10797 From Elena Zannoni <ezannoni@redhat.com>
10798 * dbxread.c (process_one_symbol): Only record line 0 if one or
10799 more sline entries have been seen for the function.
10800
10801 2003-02-26 Michael Chastain <mec@shout.net>
10802
10803 * configure: Regenerate with autoconf 000227.
10804
10805 2003-02-26 Michael Chastain <mec@shout.net>
10806
10807 Close PR build/660.
10808 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
10809 for old libc5/glibc.
10810 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
10811
10812 2003-02-26 Kris Warkentin <kewarken@qnx.com>
10813
10814 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
10815 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
10816
10817 2003-02-26 Michael Chastain <mec@shout.net>
10818
10819 * configure.in: New variable HAVE_UINTPTR_T.
10820 * configure, config.in: Regenerated.
10821
10822 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
10823
10824 Fix PR build/1097.
10825 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
10826
10827 2003-02-25 Andrew Cagney <cagney@redhat.com>
10828
10829 * frame.c (get_prev_frame): Add comment on check for
10830 inside_entry_func. Only check for inside_entry_file when not a
10831 dummy and not a sentinel. Check that the new frame is not inner
10832 to the old frame.
10833
10834 2003-02-25 Andrew Cagney <cagney@redhat.com>
10835
10836 * frame.c (frame_debug): New variable.
10837 (_initialize_frame): Add "set/show debug frame" command.
10838 (get_prev_frame): When frame_debug, print reason why unwind
10839 failed.
10840
10841 2003-02-25 Michael Chastain <mec@shout.net>
10842
10843 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
10844 to avoid uintptr_t definition problems.
10845
10846 2003-02-25 David Carlton <carlton@math.stanford.edu>
10847
10848 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
10849 (SYMBOL_LINKAGE_NAME): Ditto.
10850 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
10851 SYMBOL_LINKAGE_NAME.
10852 (struct general_symbol_info): Expand comment.
10853 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
10854 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
10855 (SYMBOL_MATCHES_REGEXP): Ditto.
10856 * symtab.c (symbol_natural_name): New function.
10857 * objfiles.h: Replace all uses of SYMBOL_NAME by
10858 DEPRECATED_SYMBOL_NAME.
10859 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
10860 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
10861 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
10862 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
10863 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
10864 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
10865 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
10866 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
10867 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
10868 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
10869 * ada-exp.y: Ditto.
10870 * ada-exp.y: Update copyright.
10871 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
10872 * cp-valprint.c: Ditto.
10873
10874 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
10875
10876 * infptrace.c (detach): Do not flag error if ptrace detach fails
10877 and errno is set to ESRCH.
10878
10879 2003-02-24 Andrew Cagney <cagney@redhat.com>
10880
10881 * infptrace.c (udot_info): Change type of udot_off to long. Use
10882 paddr when printing udot_off's value.
10883
10884 2003-02-24 David Carlton <carlton@math.stanford.edu>
10885
10886 * symtab.c (make_symbol_overload_list): Only read in partial
10887 symtabs containing a matching partial symbol.
10888
10889 2003-02-24 David Carlton <carlton@math.stanford.edu>
10890
10891 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
10892 do the comparison, not strcmp.
10893 * symfile.c (compare_psymbols): Ditto.
10894 * defs.h: Declare strcmp_iw_ordered.
10895 * utils.c (strcmp_iw_ordered): New function.
10896
10897 2003-02-24 Jim Blandy <jimb@redhat.com>
10898
10899 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
10900 support, shared libs): Remove my name from here, to better reflect
10901 reality.
10902
10903 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10904
10905 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
10906 (target_ops): Add to_have_continuable_watchpoint.
10907 * target.c (update_current_target): Add INHERIT line for
10908 to_have_continuable_watchpoint.
10909 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
10910 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
10911 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
10912 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
10913
10914 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
10915
10916 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
10917 maintainership.
10918
10919 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10920
10921 * solib.c (solib_open): Call target defined search function after
10922 failing with solib-search-path.
10923 * solist.h (target_so_ops): Add find_and_open_solib function hook and
10924 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
10925
10926 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10927
10928 * MAINTAINERS: Add myself to Write After section.
10929
10930 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
10931
10932 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
10933
10934 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
10935
10936 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
10937 (m68hc11_add_reggroups): New function.
10938 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
10939 (m68hc11_gdbarch_init): Install the reggroups.
10940 (_initialize_m68hc11_tdep): Initialize them.
10941
10942 2003-02-21 James E Wilson <wilson@tuliptree.org>
10943
10944 * MAINTAINERS: Update my email address.
10945
10946 2003-02-21 David Carlton <carlton@math.stanford.edu>
10947
10948 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
10949
10950 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
10951
10952 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
10953 * symtab.h: Add opaque declarations of struct axs_value and
10954 struct agent_expr.
10955 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
10956 (struct location_funcs): New type.
10957 (struct symbol): Add "loc" to aux_value.
10958 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
10959 * dwarf2read.c: Include "dwarf2expr.h".
10960 (dwarf2_symbol_mark_computed): New function.
10961 (read_func_scope): Use it.
10962 (var_decode_location): New function.
10963 (new_symbol): Use it.
10964 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
10965
10966 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
10967 (dwarf2expr_h, dwarf2loc_h): New variables.
10968 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
10969 (dwarf2expr.o, dwarf2loc.o): New rules.
10970 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
10971 * buildsym.c (finish_block): Handle LOC_COMPUTED and
10972 LOC_COMPUTED_ARG.
10973 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
10974 * m2-exp.y (yylex): Likewise.
10975 * printcmd.c (address_info, print_frame_args): Likewise.
10976 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
10977 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
10978 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
10979 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
10980 * symtab.c (lookup_block_symbol): Likewise.
10981
10982 2003-02-20 Adam Fedor <fedor@gnu.org>
10983
10984 * symtab.h: Remove objc_specific struct
10985 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
10986 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
10987 Have language_objc use cplus_specific struct.
10988
10989 2003-02-20 Tom Tromey <tromey@redhat.com>
10990
10991 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
10992 TYPE_NAME, when printing a String value. PR java/1075.
10993
10994 2003-02-20 Adam Fedor <fedor@gnu.org>
10995
10996 * objc-lang.h (find_methods): Remove declaration.
10997 * objc-lang.c (find_methods): Make static.
10998
10999 2003-02-20 Christopher Faylor <cgf@redhat.com>
11000
11001 * win32-nat.c (get_image_name): Check return value from
11002 ReadProcessMemory.
11003 (child_xfer_memory): Ditto.
11004
11005 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
11006
11007 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11008 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11009 '${exec_prefix}' (in addition to the expansion thereof) as
11010 relocatable.
11011 * configure: Rebuilt.
11012
11013 2003-02-20 David Carlton <carlton@math.stanford.edu>
11014
11015 * symtab.c (search_symbols): Revert the search_symbols part of my
11016 2002-12-23 patch. Add comment.
11017
11018 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11019
11020 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11021 * dbxread.c (elfstab_build_psymtabs): Don't call
11022 install_minimal_symbols.
11023 (stabsect_build_psymtabs): Likewise.
11024 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11025 earlier.
11026 * somread.c (som_symfile_read): Call install_minimal_symbols
11027 and do_cleanups earlier.
11028 * nlmread.c (nlm_symfile_read): Likewise.
11029 * mdebugread.c (elfmdebug_build_psymtabs): Call
11030 install_minimal_symbols and make appropriate cleanups.
11031
11032 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11033
11034 * solib.c (reload_shared_libraries): New function.
11035 (_initialize_solib): Add callbacks for ``set solib-search-path''
11036 and ``set solib-absolute-prefix''.
11037
11038 2003-02-20 David Carlton <carlton@math.stanford.edu>
11039
11040 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11041 expand comment.
11042 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11043 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11044 * ada-typeprint.c (ada_typedef_print): Ditto.
11045 * ax-gdb.c (gen_var_ref): Ditto.
11046 * breakpoint.c (print_one_breakpoint): Ditto.
11047 * buildsym.c (finish_block): Ditto.
11048 * c-valprint.c (c_val_print): Ditto.
11049 * expprint.c (print_subexp): Ditto.
11050 * findvar.c (locate_var_value): Ditto.
11051 * infcmd.c (jump_command): Ditto.
11052 * linespec.c (decode_line_2, decode_compound): Ditto.
11053 * maint.c (maintenance_translate_address): Ditto.
11054 * objc-lang.c (compare_selectors, compare_classes): Ditto.
11055 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11056 Ditto.
11057 * p-valprint.c (pascal_val_print): Ditto.
11058 * stabsread.c (define_symbol): Ditto.
11059 * stack.c (print_frame, frame_info, print_block_frame_locals)
11060 (print_frame_arg_vars, return_command): Ditto.
11061 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11062 * symmisc.c (print_symbol): Ditto.
11063 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11064 (compare_search_syms, print_symbol_info, print_msymbol_info)
11065 (rbreak_command): Ditto.
11066 * tracepoint.c (tracepoints_info): Ditto.
11067 * typeprint.c (typedef_print): Ditto.
11068 * valops.c (value_of_variable, hand_function_call): Ditto.
11069 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11070 * ada-typeprint.c: Update Copyright.
11071 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11072 * tracepoint.c, cli/cli-cmds.c: Ditto.
11073
11074 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11075
11076 * frame.c (generic_unwind_get_saved_register): Make non-static.
11077 * frame.h (generic_unwind_get_saved_register): Declare.
11078 * mips-tdep.c (read_next_frame_reg): Fetch register from
11079 current regcache when frame is NULL.
11080 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11081 that must be NULL.
11082 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11083 instead of frame_register_unwind().
11084
11085 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11086
11087 * remote-sim.c (gdbsim_insert_breakpoint)
11088 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11089 code.
11090
11091 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11092
11093 * remote.c (_initialize_remote): Add commands "set/show remote
11094 hardware-watchpoint-limit" and "set/show remote
11095 hardware-breakpoint-limit".
11096 (remote_hw_watchpoint_limit): Initialize to -1.
11097 (remote_hw_breakpoint_limit): Ditto.
11098 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11099
11100 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11101
11102 * coff-pe-read.c: New file - support reading of minimal symbols from a
11103 portable executable using the export table.
11104 * coff-pe-read.h: New file.
11105 * coffread.c: Include coff-pe-read.h.
11106 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11107 debugging symbols found.
11108 * Makefile.in (SFILES): Add coff-pe-read.o.
11109 (coff_pe_read_h): Define.
11110 (COMMON_OBS): Add coff-pe-read.o.
11111 (coffread.o): Add coff_pe_read_h dependency.
11112 (coff-pe-read.o): New target.
11113
11114 2003-02-19 David Carlton <carlton@math.stanford.edu>
11115
11116 * Makefile.in (SFILES): Add block.c.
11117 (block_h): New.
11118 (COMMON_OBS): Add block.o.
11119 (block.o): New.
11120 (x86-64-tdep.o): Add $(block_h).
11121 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11122 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11123 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11124 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11125 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11126 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11127 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11128 * value.h: Add opaque declaration for struct block.
11129 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11130 * ada-lang.h: Ditto.
11131 * x86-64-tdep.c: #include "block.h"
11132 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11133 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11134 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11135 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11136 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11137 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11138 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11139 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11140 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11141 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11142 * symtab.c (block_function): Ditto.
11143 (contained_in): Ditto.
11144 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11145 block.h. Add opaque declaration for struct block.
11146 * symtab.h: Move block_function and contained_in declarations to
11147 block.h. Add opaque declarations for struct block, struct
11148 blockvector.
11149 (struct block): Move to block.h.
11150 (struct blockvector): Ditto.
11151 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11152 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11153 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11154 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11155 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11156 Ditto.
11157 * block.c: New file.
11158 * block.h: New file.
11159
11160 2003-02-19 Theodore A. Roth <troth@openavr.org>
11161
11162 * avr-tdep.c (avr_extract_return_value): Remove function.
11163 (avr_store_return_value): Remove function.
11164 (avr_extract_struct_value_address): Remove function.
11165 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11166
11167 2003-02-19 Andrew Cagney <ac131313@redhat.com>
11168
11169 * rs6000-tdep.c: Include "gdb_assert.h".
11170 (registers_e500): Add "acc" and "spefscr".
11171 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11172 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11173 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11174 really is "r0".
11175 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11176
11177 2003-02-18 Keith Seitz <keiths@redhat.com>
11178
11179 * Makefile.in: Add gdbtk-interps.c.
11180
11181 2003-02-18 Kevin Buettner <kevinb@redhat.com>
11182
11183 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11184 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11185
11186 2003-02-18 Andrew Cagney <cagney@redhat.com>
11187
11188 * symtab.h (struct objfile): Add opaque declaration.
11189
11190 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
11191
11192 From Jim Ingham <jingham@apple.com>:
11193 * dbxread.c (process_one_symbol): Use last_function_start rather
11194 than function_start_offset to find the real beginning of the
11195 current function. The latter is just the text section offset on
11196 some systems, the former is always the real function start.
11197
11198 2003-02-17 Andrew Cagney <cagney@redhat.com>
11199
11200 * configure.in: Revert ${target} != ${host}.
11201
11202 2003-02-17 Andrew Cagney <ac131313@redhat.com>
11203
11204 * configure.in (Makefile): Use the test ${target} != ${host},
11205 instead of the absence of the "nm.h" file, to determine of the
11206 configuration non-native.
11207 * configure: Regenerate.
11208
11209 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
11210
11211 From Brian Ford <ford@vss.fsi.com>
11212
11213 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11214 conditionalize tui_active test.
11215 (lookup_cmd_1): Ditto.
11216
11217 2003-02-14 Mark Kettenis <kettenis@gnu.org>
11218
11219 * configure.in: Add check for _etext.
11220 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11221 available.
11222 * config.in, configure: regenerated.
11223
11224 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
11225
11226 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11227
11228 2003-02-14 Andrew Cagney <ac131313@redhat.com>
11229
11230 * main.c (tui_version): Delete variable.
11231 (captured_main): When --tui, set interpreter_p to "tui" instead of
11232 enabling tui_version.
11233 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11234 tui_version.
11235 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11236 * cli/cli-cmds.c (disassemble_command): Ditto.
11237 * defs.h (tui_version): Delete declaration.
11238 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11239 (tui-interp.o): Add rules.
11240 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11241
11242 2003-02-14 Christopher Faylor <cgf@redhat.com>
11243
11244 * win32-nat.c (register_loaded_dll): Correctly set address range for
11245 just-loaded dll.
11246
11247 2003-02-12 Jason Molenda (jmolenda@apple.com)
11248
11249 * symmisc.c (print_objfile_statistics): Include information about
11250 the number of psymtabs and symtabs in each object file.
11251
11252 2003-02-13 Keith R Seitz <keiths@redhat.com>
11253
11254 * main.h (struct captured_main_args): Add interpreter_p.
11255 * main.c (captured_main): Initialize interpreter_p from context.
11256 * gdb.c (main): Set interpreter_p argument.
11257 * Makefile.in (gdb.o): Add dependency for interps.h.
11258
11259 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11260
11261 * event-top.c (cli_command_loop): Delete declaration.
11262 (_initialize_event_loop): Delete function setting event_loop_hook.
11263 * event-top.h (cli_command_loop): Declare. Update copyright.
11264 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11265 * interps.c (current_interp_command_loop): When event_loop_p, call
11266 cli_command_loop.
11267
11268 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11269
11270 * interps.h (interp_command_loop_ftype): Change return type to
11271 void.
11272
11273 2003-02-12 Michal Ludvig <mludvig@suse.cz>
11274
11275 * x86-64-tdep.c (x86_64_extract_return_value)
11276 (x86_64_store_return_value): Use regcache instead of regbuf.
11277 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11278 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11279
11280 2003-02-11 Andrew Cagney <ac131313@redhat.com>
11281
11282 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11283 * aclocal.m4: Regenerate.
11284 * configure: Regenerate.
11285
11286 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11287 TCL_LD_SEARCH_FLAGS.
11288
11289 2003-02-10 Michal Ludvig <mludvig@suse.cz>
11290
11291 * dwarf2cfi.c: Reindented.
11292
11293 2003-02-09 Andrew Cagney <ac131313@redhat.com>
11294
11295 * interps.c (clear_interpreter_hooks): Convert function definition
11296 to ISO C.
11297
11298 2003-02-07 David Carlton <carlton@math.stanford.edu>
11299
11300 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
11301
11302 2003-02-07 Kevin Buettner <kevinb@redhat.com>
11303
11304 * gdbtypes.h (struct main_type): Move ``length'' field from here...
11305 (struct type): ...to here.
11306 (TYPE_LENGTH): Adjust to reflect different location of ``length''
11307 field.
11308 * gdbtypes.c (make_qualified_type): Set length on newly created type.
11309 (replace_type): Set length on all type variants for a given type.
11310
11311 2003-02-07 Andrew Cagney <ac131313@redhat.com>
11312
11313 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
11314 <sys/stat.h>.
11315 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
11316
11317 2003-02-06 Andrew Cagney <ac131313@redhat.com>
11318
11319 * Makefile.in (symm-nat.o): Update dependencies.
11320 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
11321 (lynx-nat.o, ia64-linux-nat.): Ditto.
11322 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
11323 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
11324 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
11325
11326 * Makefile.in (inflow_h): Define.
11327 (procfs.o, inflow.o, procfs.o): Update dependencies.
11328 * inftarg.c (child_stop): Delete extern declaration of
11329 inferior_process_group. Include "inflow.h".
11330 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
11331 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
11332 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
11333 (our_process_group, inferior_process_group): Extern declarations.
11334
11335 * procfs.c: Include "gdb_assert.h".
11336
11337 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11338 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
11339 * jv-typeprint.c (java_type_print_base): Ditto.
11340 * typeprint.c (typedef_print): Eliminate STREQ.
11341 * cli/cli-script.c (define_command, define_command): Ditto.
11342 * main.c (captured_main): Ditto.
11343 * values.c (lookup_internalvar): Ditto.
11344 * utils.c (safe_strerror, parse_escape): Eliminate assignment
11345 within `if' conditional.
11346 * linespec.c (decode_line_2): Ditto.
11347 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
11348 (bfd_openw_with_cleanup): Ditto.
11349
11350 2003-02-07 Mark Kettenis <kettenis@gnu.org>
11351
11352 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
11353 legacy_extract_return_value and store_return_value to
11354 legacy_return_value.
11355
11356 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
11357
11358 * win32-nat.c (get_relocated_section_addrs): New function. Find
11359 section load addresses for symbol handling in relocated DLLs.
11360 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
11361
11362 2003-02-05 Fred Fish <fnf@intrinsity.com>
11363
11364 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
11365 '=' and '!='.
11366 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
11367 with '&' and '=='.
11368 (angel_RDI_info): Ditto.
11369 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
11370 with '&' and '!='.
11371 (threads_continue_all_with_signals): Ditto.
11372
11373 2003-02-05 Jim Ingham <jingham@apple.com>
11374 Keith Seitz <keiths@redhat.com>
11375 Elena Zannoni <ezannoni@redhat.com>
11376 Andrew Cagney <ac131313@redhat.com>
11377
11378 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
11379 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
11380 (SUBDIR_MI_OBS): Add "mi-interp.o".
11381 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
11382 (SFILES): Add "interps.c".
11383 (COMMON_OBS): Add "interps.o".
11384 (interps_h, mi_main_h): Define.
11385 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
11386 (mi-main.o, main.o, event-top.o): Update dependencies.
11387 * cli/cli-interp.c: New file.
11388 * interps.h, interps.c: New files.
11389 * top.c: (gdb_init): Don't install the default interpreter, handed
11390 by captured_main.
11391 * main.c: Include "interps.h".
11392 (interpreter_p): Note that it should malloc'ed.
11393 (captured_command_loop): Call current_interp_command_loop.
11394 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
11395 xfree and xstrdup when updating interpreter_p. Install the
11396 default interpreter. Add hack to stop mi1's copyright notice
11397 being encoded.
11398 * event-top.h (gdb_setup_readline): Declare.
11399 (gdb_disable_readline): Declare.
11400 * event-top.c: Include "interps.h".
11401 (display_gdb_prompt): Call current_interp_display_prompt_p.
11402 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
11403 gdb_stdlog, and gdb_stdtarg.
11404 (_initialize_event_loop): Don't call gdb_setup_readline.
11405 * cli-out.c (cli_out_set_stream): New function.
11406 * cli-out.h (cli_out_set_stream): Declare.
11407
11408 2003-02-06 Mark Kettenis <kettenis@gnu.org>
11409
11410 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
11411 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
11412 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
11413 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
11414 config/i386/i386v42mp.mt: Removed.
11415
11416 2003-02-05 Mark Kettenis <kettenis@gnu.org>
11417
11418 * configure.tgt (*-*-solaris*): Set gdb_osabi to
11419 GDB_OSABI_SOLARIS.
11420
11421 2003-02-05 Michael Chastain <mec@shout.net>
11422
11423 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
11424 2.12.1 and earlier versions.
11425
11426 2003-02-05 Andrew Cagney <ac131313@redhat.com>
11427
11428 Remove orphaned hosts, targets and files.
11429 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
11430 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
11431 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
11432 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
11433 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
11434 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
11435 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
11436 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
11437 * config/sparc/tm-sp64sim.h: Delete.
11438 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
11439 hosts.
11440 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
11441 mips*-dec-mach3* targets.
11442
11443 2003-02-04 Michael Chastain <mec@shout.net>
11444
11445 * NEWS: Fix typo: sepcifying -> specifying.
11446
11447 2003-02-04 Michael Chastain <mec@shout.net>
11448
11449 * dwarfread.c: Add documentation on the state of dwarf-1,
11450 looking towards obsoletion.
11451
11452 2003-02-03 Michael Chastain <mec@shout.net>
11453
11454 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
11455 gdb/testsuite/gdb.c++/pr-1023.exp.
11456
11457 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11458
11459 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
11460 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
11461
11462 * utils.c (init_page_info): Delete reference to MPW in comments.
11463 * main.c (captured_main): Delete #ifdef MPW.
11464
11465 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11466
11467 * NEWS: Note that the m32r-*-elf* is obsolete.
11468 * monitor.c (monitor_expect): Obsolete reference to m32r.
11469 * configure.tgt: Mark m32r-*-elf* as obsolete.
11470 * MAINTAINERS: Mark m32k as obsolete.
11471 * m32r-rom.c: Obsolete file.
11472 * config/m32r/m32r.mt: Obsolete file.
11473 * config/m32r/tm-m32r.h: Obsolete file.
11474 * m32r-stub.c: Obsolete file.
11475 * m32r-tdep.c: Obsolete file.
11476
11477 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11478
11479 * NEWS: Mention that the z8k-zilog-none is obsolete.
11480 * MAINTAINERS: Mark z8k as obsolete.
11481 * configure.tgt: Obsolete the z8k-*-coff* target.
11482 * config/z8k/z8k.mt: Obsolete file.
11483 * config/z8k/tm-z8k.h: Obsolete file.
11484 * z8k-tdep.c: Obsolete file.
11485
11486 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11487
11488 * NEWS: Mention that the mn10200-elf is obsolete.
11489 * configure.tgt: Obsolete mn10200-*-* target.
11490 * breakpoint.c (update_breakpoints_after_exec): Update comment to
11491 mention that the mn10200 is obsolete.
11492 * breakpoint.h: Ditto.
11493 * MAINTAINERS: Mark the mn10200-elf as obsolete.
11494 * config/mn10200/mn10200.mt: Obsolete file.
11495 * config/mn10200/tm-mn10200.h: Obsolete file.
11496 * mn10200-tdep.c: Obsolete file.
11497
11498 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11499
11500 * MAINTAINERS: Mark h8500 as obsolete.
11501 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
11502 * findvar.c (value_from_register): Ditto.
11503 * h8500-tdep.c: Mark file as obsolete.
11504 * config/h8500/h8500.mt: Ditto.
11505 * config/h8500/tm-h8500.h: Ditto.
11506 * NEWS: Mention that h8500 is obsolete.
11507
11508 2003-02-04 David Carlton <carlton@math.stanford.edu>
11509
11510 * objfiles.c (allocate_objfile): Always set name. Add comment at
11511 start of function.
11512 * jv-lang.c (get_dynamics_objfile): Add comment.
11513
11514 2003-02-04 David Carlton <carlton@math.stanford.edu>
11515
11516 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
11517 * printcmd.c (build_address_symbolic): Replace uses of
11518 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
11519 SYMBOL_NAME, and asm_demangle.
11520 Update copyright.
11521
11522 2003-02-04 David Carlton <carlton@math.stanford.edu>
11523
11524 * linespec.c (decode_compound): Extract code into
11525 lookup_prefix_sym.
11526 (lookup_prefix_sym): New function.
11527
11528 2003-02-04 David Carlton <carlton@math.stanford.edu>
11529
11530 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
11531 FLOAT_COERCION_BADNESS.
11532 * gdbtypes.c (rank_one_type): Replace all uses of
11533 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
11534
11535 2003-02-04 Jim Blandy <jimb@redhat.com>
11536
11537 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
11538 section, let dwarf_macinfo_section point to it, not
11539 dwarf_loc_section.
11540
11541 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
11542
11543 Pointed out by Anton Blanchard <anton@samba.org>.
11544 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
11545 (ppc_linux_at_sigtramp_return_path): Use it.
11546
11547 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
11548
11549 * defs.h (streq): Add prototype.
11550 * utils.c (streq): New function.
11551
11552 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
11553 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
11554 * mdebugread.c (new_symbol): Likewise.
11555 * stabsread.c (define_symbol): Likewise.
11556 * coffread.c (process_coff_symbol): Likewise.
11557 * dwarfread.c (new_symbol): Likewise.
11558
11559 * minsyms.c (prim_record_minimal_symbol_and_info): Use
11560 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
11561 here.
11562 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
11563 SYMBOL_INIT_DEMANGLED_NAME.
11564 * objfiles.c: Include "hashtab.h".
11565 (allocate_objfile): Call htab_set_functions_ex for the
11566 demangled_names_hash.
11567 (free_objfile): Call htab_delete for the demangled_names_hash.
11568 * objfiles.h (struct htab): Add declaration.
11569 (struct objfile): Add demangled_names_hash.
11570 * symfile.c: Include "hashtab.h".
11571 (reread_symbols): Call htab_delete for the demangled_names_hash.
11572 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
11573 SYMBOL_NAME in the bcache.
11574 * symtab.c: Include "hashtab.h". Update comments.
11575 (create_demangled_names_hash, symbol_set_names): New functions.
11576 (symbol_find_demangled_name): New function, broken out from
11577 symbol_init_demangled_names.
11578 (symbol_init_demangled_names): Use it.
11579 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
11580 (SYMBOL_SET_NAMES): New macro.
11581 (symbol_set_names): Add prototype.
11582
11583 2003-02-03 Jim Blandy <jimb@redhat.com>
11584
11585 Use a single, consistent representation for an empty minimal
11586 symbol table in an objfile.
11587 * objfiles.c (terminate_minimal_symbol_table): New function.
11588 (allocate_objfile): Call it.
11589 * objfiles.h (terminate_minimal_symbol_table): New declaration.
11590 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
11591 non-NULL.
11592 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
11593 objfile has minimal symbols, compare minimal_symbol_count to zero,
11594 instead of comparing msymbols with NULL.
11595 * objfiles.c (have_minimal_symbols): Same.
11596 * solib-sunos.c (solib_add_common_symbols): Call
11597 terminate_minimal_symbol_table.
11598 * symfile.c (reread_symbols): Same.
11599
11600 2003-02-03 Kevin Buettner <kevinb@redhat.com>
11601
11602 * s390-tdep.c (s390_address_class_type_flags)
11603 (s390_address_class_type_flags_to_name)
11604 (s390_address_class_name_to_type_flags): New functions.
11605 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
11606 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
11607
11608 2003-02-03 Michael Snyder <msnyder@redhat.com>
11609
11610 * arm-tdep.c: Fix spell-o in comment.
11611
11612 2003-02-03 Michal Ludvig <mludvig@suse.cz>
11613
11614 * dwarf2cfi.c (pointer_encoding): Added new parameter.
11615 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
11616 error messages to contain BFD filename.
11617
11618 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
11619
11620 Fix PR gdb/742 gdb/743 gdb/877
11621 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
11622 (do_mixed_source_and_assembly): Use
11623 make_cleanup_ui_out_tuple_begin_end and
11624 make_cleanup_ui_out_tuple_begin_end.
11625 (do_mixed_source_and_assembly): Ditto.
11626 * thread.c (do_captured_list_thread_ids): Ditto.
11627 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
11628 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
11629 ui_out_tuple_end): Delete prototypes.
11630 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
11631 ui_out_list_end, ui_out_tuple_end): Delete.
11632
11633 From Kevin Buettner <kevinb@redhat.com>:
11634 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
11635 * ui-out.c (make_cleanup_ui_out_table_begin_end)
11636 (do_cleanup_table_end): New functions.
11637 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
11638 Use cleanups to invoke_ui_out_tuple_end().
11639 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
11640 * cli/cli-setshow.c (cmd_show_list): Use
11641 make_cleanup_ui_out_tuple_begin_end.
11642
11643 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11644
11645 * frame.c (frame_unwind_register): New function.
11646 (frame_unwind_unsigned_register): Use.
11647 (frame_unwind_signed_register): Use.
11648 (frame_read_register): New function.
11649 * frame.h (frame_unwind_register): Declare.
11650 (frame_read_register): Declare.
11651
11652 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
11653 and frame_unwind_register instead of read_memory, write_register
11654 and deprecated_write_register_bytes.
11655
11656 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11657
11658 * frame.h: Note that namelen can be negative.
11659 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
11660 NAME's length.
11661
11662 * NEWS: Mention that the d10v's `regs' command is deprecated.
11663 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
11664 (d10v_print_registers_info): New function.
11665 (show_regs): Call d10v_print_registers_info.
11666 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
11667
11668 2003-02-02 Mark Kettenis <kettenis@gnu.org>
11669
11670 * stack.c (print_frame_info): Restore call to annotate_frame_begin
11671 lost in the previous patch.
11672
11673 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11674
11675 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
11676 * stack.c (print_frame_info_base): Output complete FRAME tuple
11677 for synthesized frames.
11678
11679 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11680
11681 * mips-nat.c (zerobuf): Delete.
11682 (fetch_inferior_registers): Alloc local zerobuf.
11683 (fetch_core_registers): Alloc local zerobuf.
11684 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
11685 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
11686 * thread-db.c (thread_db_store_registers): Ditto.
11687 * sh-tdep.c (sh_do_register): Ditto.
11688 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
11689 * remote-sim.c (gdbsim_store_register): Ditto.
11690 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
11691 * remote-e7000.c (fetch_regs_from_dump): Ditto.
11692 * monitor.c (monitor_supply_register): Ditto.
11693 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
11694 * mips-nat.c (fetch_inferior_registers): Ditto.
11695 * m68klinux-nat.c (fetch_register): Ditto.
11696 * lynx-nat.c (fetch_inferior_registers): Ditto.
11697 (fetch_inferior_registers): Ditto.
11698 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
11699 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
11700 (hpux_thread_store_registers): Ditto.
11701 * hppah-nat.c (fetch_register): Ditto.
11702 * hppab-nat.c (fetch_register): Ditto.
11703 * hppa-tdep.c (pa_register_look_aside): Ditto.
11704 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
11705 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
11706
11707 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11708
11709 * gdbarch.sh: Explictly specify all method levels. When a
11710 variable with an empty level, provide a non-multi-arch default.
11711 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
11712 * gdbarch.h: Re-generate.
11713 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
11714 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
11715
11716 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11717
11718 * defs.h (host_pointer_to_address): Delete declaration.
11719 (address_to_host_pointer): Delete declaration.
11720 * utils.c (host_pointer_to_address): Delete function.
11721 (address_to_host_pointer): Delete function.
11722 * procfs.c (procfs_address_to_host_pointer): New function.
11723 * procfs.c (proc_set_watchpoint): Use.
11724 (procfs_can_use_hw_breakpoint): Update comments.
11725 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
11726 (som_solib_add): Use.
11727 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
11728 * hppa-tdep.c (unwind_command): Use.
11729
11730 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11731
11732 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
11733 strlen d_name.
11734
11735 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
11736 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
11737 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
11738 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
11739 (define_symbol): Update.
11740 * symfile.c (generic_load): Remove references to nindy.
11741 * symtab.c: Remove references to nindy.
11742
11743 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11744
11745 * infcmd.c (print_float_info): Delete code conditional on
11746 FLOAT_INFO.
11747 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
11748 * config/m68k/nm-apollo68b.h: Ditto.
11749 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
11750 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
11751 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
11752
11753 2003-02-01 Mark Kettenis <kettenis@gnu.org>
11754
11755 * config/i386/tm-i386os9k.h: Removed.
11756
11757 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
11758 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
11759 they're identical to i[3456]86-*-sysv* now.
11760 * config/i386/i386v32.mh: Removed.
11761 * config/i386/xm-i386v32.h: Removed.
11762 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
11763
11764 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
11765
11766 * config/i386/i386dgux.mh: Removed.
11767 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
11768
11769 * configure.in: Fix typo.
11770 * configure: Regenerated.
11771
11772 2003-01-31 David Carlton <carlton@math.stanford.edu>
11773
11774 * dwarf2read.c (dwarf2_locate_sections): Set
11775 dwarf_ranges_section.
11776
11777 2003-01-31 Andrew Cagney <ac131313@redhat.com>
11778
11779 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
11780 * utils.c: Update comments documenting legitimate uses of PTR.
11781
11782 * utils.c: Re-indent.
11783
11784 * config/djgpp/fnchange.lst: Delete nindy files.
11785 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
11786 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
11787 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
11788 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
11789 * nindy-share/README, nindy-share/Onindy.c: Delete files.
11790 * nindy-tdep.c, nindy-share/Makefile: Delete files.
11791 * Makefile.in (init.c): Remove nindy references.
11792 (saber_gdb): Delete rule.
11793 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
11794 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
11795 and a68v-nat.c.
11796 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
11797 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
11798 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
11799 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
11800 nindy-share/stop.h.
11801 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
11802 * saber.suppress: Delete file.
11803
11804 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
11805
11806 * dbxread.c (stabs_data): New static variable.
11807 (fill_symbuf): Support an in-memory buffer for stabs data.
11808 (stabs_seek): New function.
11809 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
11810 (read_ofile_symtab): Use stabs_seek.
11811 (elfstab_build_psymtabs): Take an asection* instead of
11812 an offset and size. Relocate the stabs data if necessary.
11813 Save the section* for dbx_psymtab_to_symtab.
11814 * dwarf2read.c: Add section variables for each debug section.
11815 (dwarf2_locate_sections): Fill them in.
11816 (dwarf2_read_section): Take an asection* argument.
11817 Relocate the section contents if necessary.
11818 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
11819 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
11820 it to dwarf2_read_section.
11821 (dwarf2_build_frame_info): Update callers.
11822 * elfread.c (elf_symfile_read): Update call to
11823 elfstab_build_psymtabs.
11824 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
11825 (DBX_STAB_SECTION): New macro.
11826 * stabsread.h (elfstab_build_psymtabs): Update prototype.
11827 * symfile.c (symfile_dummy_outputs): New function.
11828 (symfile_relocate_debug_section): New function.
11829 * symfile.h (symfile_relocate_debug_section): Add prototype.
11830
11831 2003-01-31 Richard Henderson <rth@redhat.com>
11832
11833 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
11834 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
11835 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
11836 * alpha-tdep.c (alpha_register_name): Add "unique".
11837 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
11838 (ALPHA_UNIQUE_REGNUM): New.
11839 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
11840
11841 2003-01-31 Andrew Cagney <ac131313@redhat.com>
11842
11843 * README: Remove reference to Ericsson 1800 monitor.
11844 * Makefile.in (remote-es.o): Delete rule.
11845 (ALLDEPFILES): Delete remote-es.c.
11846 * remote-es.c: Delete file.
11847 * config/m68k/es1800.mt: Delete file.
11848 * config/djgpp/fnchange.lst: Update.
11849 * configure.tgt: Delete m68*-ericsson-* target.
11850
11851 2003-01-31 Adam Fedor <fedor@gnu.org>
11852
11853 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
11854 Remove duplicate/shadowing variable of same name.
11855
11856 2003-01-30 Jim Blandy <jimb@redhat.com>
11857
11858 * symfile.c (find_separate_debug_file): Assert that the objfile's
11859 directory name we compute ends with a slash, and then assume that
11860 that's so everywhere we use it.
11861
11862 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
11863
11864 * valops.c (value_assign): Flush frame cache after stores to memory
11865 also.
11866
11867 2003-01-30 Andrew Cagney <ac131313@redhat.com>
11868
11869 * Makefile.in (mon960-rom.o): Delete rule.
11870 * mon960-rom.c: Delete file.
11871
11872 2003-01-30 Andrew Cagney <ac131313@redhat.com>
11873
11874 * d10v-tdep.c: Include "frame-unwind.h".
11875 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
11876 list.
11877 (next_addr, uses_frame): Delete.
11878 (struct d10v_unwind_cache): Define.
11879 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
11880 Use info instead of next_addr and uses_frame globals.
11881 (d10v_frame_init_saved_regs): Delete function.
11882 (d10v_init_extra_frame_info): Delete function.
11883 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
11884 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
11885 init_frame_pc or frame_saved_pc.
11886 (d10v_pop_frame): Delete function.
11887 (do_d10v_pop_frame): Delete function.
11888 (d10v_frame_chain): Delete function.
11889 (d10v_frame_chain_valid): Delete function.
11890 (d10v_frame_pc_unwind): New function.
11891 (d10v_frame_id_unwind): New function.
11892 (saved_regs_unwinder): New function.
11893 (d10v_frame_register_unwind): New function.
11894 (d10v_frame_pop): New function.
11895 (d10v_frame_unwind): New variable.
11896 (d10v_frame_p): New function.
11897 (d10v_frame_saved_pc): Delete function.
11898 * Makefile.in (d10v-tdep.o): Update dependencies.
11899
11900 2003-01-30 J. Brobecker <brobecker@gnat.com>
11901
11902 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
11903 causing some regressions due to a change in the default value
11904 for this macro.
11905
11906 2003-01-29 Richard Henderson <rth@redhat.com>
11907 Elena Zannoni <ezannoni@redhat.com>
11908 Daniel Jacobowitz <drow@mvista.com>
11909
11910 Fix PR gdb/961.
11911 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
11912 variables.
11913 (RANGES_SECTION): New.
11914 (dwarf_ranges_buffer): New variable.
11915 (struct comp_unit_head): Add member "die".
11916 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
11917 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
11918 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
11919 (dwarf2_locate_sections): Likewise.
11920 (dwarf2_build_psymtabs): Read .debug_ranges.
11921 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
11922 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
11923 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
11924 Look for DW_AT_ranges and return the bounding box.
11925
11926 2003-01-29 Brian Ford <ford@vss.fsi.com>
11927
11928 * win32-nat.c (cygwin_pid): Removed as unused.
11929 (child_attach): Try fall back to Cygwin pid.
11930
11931 2003-01-29 Jim Blandy <jimb@redhat.com>
11932
11933 * objfiles.h (struct objfile): Doc fix.
11934
11935 2003-01-29 Andrew Cagney <ac131313@redhat.com>
11936
11937 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
11938 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
11939 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
11940 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
11941 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
11942 (FRAME_SAVED_PC): Change to a function with predicate.
11943 * gdbarch.h, gdbarch.c: Re-generate.
11944
11945 2003-01-28 Andrew Cagney <ac131313@redhat.com>
11946
11947 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
11948
11949 * complaints.c (complain): Delete function.
11950 * complaints.h (struct deprecated_complaint): Delete definition.
11951 (complain): Delete declaration.
11952
11953 2003-01-28 Kevin Buettner <kevinb@redhat.com>
11954
11955 * mips-tdep.c (mips_init_extra_frame_info): Return early for
11956 dummy frames.
11957
11958 2003-01-27 Andrew Cagney <ac131313@redhat.com>
11959
11960 * sentinel-frame.h, sentinel-frame.c: New files.
11961 * Makefile.in (frame.o): Update dependencies.
11962 (SFILES): Add sentinel-frame.c.
11963 (sentinel_frame_h): Define.
11964 (COMMON_OBS): Add sentinel-frame.o.
11965 (sentinel-frame.o): Specify dependencies.
11966 * frame.c: Include "sentinel-frame.h".
11967 (frame_register_unwind): Rewrite assuming that there is always a a
11968 ->next frame.
11969 (frame_register, generic_unwind_get_saved_register): Ditto.
11970 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
11971 (create_sentinel_frame, unwind_to_current_frame): New functions.
11972 (get_current_frame): Rewrite using create_sentinel_frame and
11973 unwind_to_current_frame. When possible, always create a frame.
11974 (create_new_frame): Set next to the sentinel frame.
11975 (get_next_frame): Rewrite. Don't go below the level 0 frame.
11976 (deprecated_update_frame_pc_hack): Update the next frame's PC and
11977 ID cache when necessary.
11978 (frame_saved_regs_id_unwind): Use frame_relative_level.
11979 (deprecated_generic_get_saved_register): Use frame_relative_level,
11980 get_frame_saved_regs, get_frame_pc, get_frame_base and
11981 get_next_frame.
11982 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
11983 frame_register.
11984
11985 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11986
11987 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
11988
11989 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11990
11991 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
11992 (maintenance_set_profile_cmd): Use error () instead of warning ().
11993
11994 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11995
11996 * configure.in: Check that -pg works if using --enable-profiling.
11997 Check for monstartup and _mcleanup regardless of --enable-profiling.
11998 * maint.c: Check for monstartup and _mcleanup before using them.
11999 * config.in: Regenerated.
12000 * configure: Regenerated.
12001
12002 2003-01-24 Nick Clifton <nickc@redhat.com>
12003
12004 * Add sh2e support:
12005
12006 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
12007
12008 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12009 (sh2e_show_regs): New.
12010 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12011 * config/sh/tm-sh.h: Added sh2e to comments.
12012
12013 2003-01-23 Jim Blandy <jimb@redhat.com>
12014
12015 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12016 symbols found)" message here; we haven't checked for a separate
12017 debug info file yet, so we don't know yet.
12018 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12019 we've looked everywhere. Also, there's no need to print a special
12020 message when we're loading the separate debug info file: the one
12021 symbol_file_add prints is fine.
12022
12023 2003-01-23 Alexander Larsson <alexl@redhat.com>
12024 Jim Blandy <jimb@redhat.com>
12025
12026 Add support for executables whose debug info has been separated
12027 out into a separate file, leaving only a link behind.
12028 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12029 and separate_debug_objfile_backlink.
12030 (put_objfile_before): New declaration.
12031 * symfile.c: #include "filenames.h".
12032 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12033 debug info in a separate file, read that, too. Save the addrs
12034 argument, so we can use it again to read the separated debug info;
12035 syms_from_objfile modifies the table we pass it.
12036 (reread_symbols): After re-reading an objfile, call
12037 reread_separate_symbols to refresh its separate debug info
12038 objfile, if it has one.
12039 (reread_separate_symbols, find_separate_debug_file,
12040 get_debug_link_info, separate_debug_file_exists): New functions.
12041 (debug_file_directory): New global var.
12042 (_initialize_symfile): Initialize debug_file_directory, and
12043 provide the new `set debug-file-directory' command to let the user
12044 change it.
12045 * objfiles.c (free_objfile): If this objfile has its debug info in
12046 a separate objfile, free that one too. If this is itself a
12047 separate debug info objfile, clear our parent's backlink.
12048 (put_objfile_before): New function.
12049 * utils.c (gnu_debuglink_crc32): New function.
12050 * defs.h (gnu_debuglink_crc32): New declaration.
12051 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12052 * configure.in: Handle --with-separate-debug-dir config option.
12053 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12054 * acconfig.h (DEBUGDIR): New macro.
12055 * configure, aclocal.m4, config.in: Regenerated.
12056
12057 2003-01-22 Jim Blandy <jimb@redhat.com>
12058
12059 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12060 like the old symbol_file_add, but taking new arguments: you can
12061 now pass in either a `struct section_addr_info' list to say where
12062 each section is loaded, or a `struct section_offsets' table. Pass
12063 these new arguments through to syms_from_objfile as appropriate.
12064 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
12065 with the appropriate quiescent values for the new arguments.
12066
12067 * symfile.c: #include "gdb_assert.h".
12068 (syms_from_objfile): Add the ability to pass in a section offset
12069 table directly, as an alternative to the section_addr_info table.
12070 Document arguments better.
12071 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12072 * symfile.h (syms_from_objfile): Update declaration.
12073 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12074 syms_from_objfile.
12075 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12076
12077 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
12078
12079 Original patch by Tom Tromey <tromey@cygnus.com> and
12080 Jason Molenda <jmolenda@apple.com>.
12081 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12082 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12083 * NEWS: Mention profiling.
12084 * configure.in (--enable-gdbtk): Fix typo.
12085 (--enable-profiling): New. Set PROFILE_CFLAGS.
12086 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12087 Fill in function.
12088 (profiling_state): New variable.
12089 (mcleanup_wrapper): New function.
12090 (_initialize_maint): Remove NOTYET, fix call to
12091 add_setshow_boolean_cmd for "maint set profile".
12092 * configure: Regenerated.
12093
12094 2003-01-21 Martin M. Hunt <hunt@redhat.com>
12095
12096 * Makefile.in (install-gdbtk): Install PNG images too.
12097
12098 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12099
12100 * exec.c (text_start): Delete global variable.
12101 (exec_file_attach): Make text_start local to the function.
12102 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12103 * valops.c (hand_function_call): Delete code that handles
12104 BEFORE_TEXT_END and AFTER_TEXT_END.
12105 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12106 of CALL_DUMMY_LOCATION.
12107 * gdbarch.c: Regenerate.
12108 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12109 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12110 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12111 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12112 (text_end): Delete extern declaration.
12113
12114 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12115
12116 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12117 * blockframe.c (backtrace_below_main): Move to "frame.c".
12118 (frame_chain_valid): Delete check for backtrace_below_main.
12119 (_initialize_blockframe): Delete initialization, move ``set
12120 backtrace-below-main'' command to "frame.c".
12121 (do_flush_frames_sfunc): Delete function.
12122 * frame.c: Include "command.h" and "gdbcmd.h".
12123 (frame_type_from_pc): New function.
12124 (create_new_frame): Use frame_type_from_pc.
12125 (legacy_get_prev_frame): New function.
12126 (get_prev_frame): Rewrite. When an old style frame, call
12127 legacy_get_prev_frame. Otherwize, unwind the PC first.
12128 (_initialize_frame): Add ``set backtrace-below-main'' command.
12129 * Makefile.in (frame.o): Update dependencies.
12130
12131 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12132
12133 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12134 DEPRECATED_REGISTERS_INFO.
12135
12136 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12137
12138 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12139 Maintainers'. Update `Various Maintainers'.
12140
12141 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12142
12143 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12144 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12145 Suppress actual parameters when `-'.
12146 * gdbarch.h, gdbarch.c: Regenerate.
12147
12148 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12149
12150 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12151 code handling dummy frames.
12152
12153 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12154
12155 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12156 (struct frame_unwind): Add field pop.
12157 * frame.h (frame_pop): Declare.
12158 * frame.c (frame_saved_regs_pop): New function.
12159 (trad_frame_unwinder): Add frame_saved_regs_pop.
12160 (frame_pop): New function.
12161 * dummy-frame.c (dummy_frame_pop): New function.
12162 (discard_innermost_dummy): New function.
12163 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12164 (dummy_frame_unwind): Add dummy_frame_pop.
12165 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12166 * valops.c (hand_function_call): Ditto.
12167 * stack.c (return_command): Ditto.
12168
12169 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12170
12171 * cris-tdep.c: Fix function declaration indentation.
12172 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12173 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12174 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12175 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12176 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12177 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12178
12179 2003-01-18 Michael Chastain <mec@shout.net>
12180
12181 * README (Unpacking and Installation -- quick overview):
12182 Warn against ".../gdb-5.3/gdb/configure".
12183
12184 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12185
12186 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12187 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12188 (struct frame_unwind): Declare opaque.
12189 (dummy_frame_p): Declare function.
12190 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12191 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12192 * dummy-frame.c: Include "frame-unwind.h".
12193 (dummy_frame_p): New function.
12194 (dummy_frame_unwind): New variable.
12195 * frame.c: Include "frame-unwind.h".
12196 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12197 to use the new unwind field.
12198 (set_unwind_by_pc): Delete function.
12199 (create_new_frame, get_prev_frame): Set unwind field using
12200 frame_unwind_find_by_pc.
12201 (trad_frame_unwind, trad_frame_unwinder): New variables.
12202 * frame.h (trad_frame_unwind): Declare variable.
12203 (frame_id_unwind_ftype): Delete declaration.
12204 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12205 (struct frame_unwind): Declare opaque.
12206 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12207 register_unwind with a single unwind pointer.
12208 * frame-unwind.h, frame-unwind.c: New files.
12209 * Makefile.in (SFILES): Add frame-unwind.c.
12210 (frame_unwind_h): Define.
12211 (COMMON_OBS): Add frame-unwind.o.
12212 (frame-unwind.o): Specify dependencies.
12213 (frame.o, dummy-frame.o): Update dependencies.
12214
12215 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12216
12217 * ada-valprint.c: Eliminate PTR.
12218 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12219 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12220 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12221 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12222 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12223 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12224 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
12225
12226 2003-01-17 Andrew Cagney <ac131313@redhat.com>
12227
12228 * main.c (captured_main): Don't use PTR.
12229 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12230 * gdbtypes.c (lookup_primitive_typename): Ditto.
12231 (lookup_struct_elt_type): Ditto.
12232 * f-valprint.c (info_common_command): Ditto.
12233 (list_all_visible_commons): Ditto.
12234 * jv-typeprint.c (java_type_print_base): Ditto.
12235
12236 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12237 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12238 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12239 i386-interix-nat.c and i386-interix-tdep.c. Rename
12240 m68klinux-nat.c and m68klinux-tdep.c. Rename
12241 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12242 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12243 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12244 * main.c (captured_main): Use xfree, not free.
12245
12246 2003-01-16 Andrew Cagney <ac131313@redhat.com>
12247
12248 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12249 ID back using a parameter.
12250 * frame.c (frame_id_unwind): Update call.
12251 (frame_saved_regs_id_unwind): Update.
12252 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12253 * dummy-frame.h (struct frame_id): Add opaque declaration.
12254 (dummy_frame_id_unwind): Update declaration.
12255
12256 2003-01-15 Andrew Cagney <ac131313@redhat.com>
12257
12258 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12259
12260 2003-01-15 Stephen P. Smith <ischis2@cox.net>
12261
12262 * MAINTAINERS (Stephen P. Smith): Updated email address.
12263
12264 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12265
12266 Fix PR gdb/898
12267 * breakpoint.c (until_break_command): Add new argument. Use it to
12268 decide whether to stop only at the current frame or not.
12269 * breakpoint.h (until_break_command): Update prototype.
12270 * infcmd.c (until_command): Add new argument to until_break_command
12271 call.
12272 (advance_command): New function.
12273 (_initialize_infcmd): Update help string for 'until' command.
12274 Add new 'advance' command.
12275
12276 2003-01-14 David Carlton <carlton@math.stanford.edu>
12277
12278 * linespec.c (decode_line_1): Normalize comments.
12279 (set_flags): Ditto.
12280 (locate_first_half): Ditto.
12281 (decode_compound): Ditto.
12282 (symtab_from_filename): Ditto.
12283 (decode_all_digits): Ditto.
12284 (decode_dollar): Ditto.
12285 (find_methods): Ditto.
12286 (find_toplevel_char): Ditto.
12287
12288 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12289
12290 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12291 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12292 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12293 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12294 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12295 * language.c, language.h, m32r-tdep.c: Update copyright.
12296 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12297 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12298 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12299 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
12300 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
12301 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
12302
12303 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12304
12305 * stabsread.h (process_later, resolve_cfront_continuation):
12306 Obsolete.
12307 Update copyright years.
12308 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
12309 Update copyright year.
12310 * dbxread.c(struct cont_elem): Obsolete.
12311 (process_later, process_now): Obsolete functions.
12312 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
12313 Update copyright year.
12314 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
12315 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
12316 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
12317 (parse_partial_symbols): Obsolete cfront support.
12318 * stabsread.c
12319 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
12320 macros.
12321 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
12322 read_cfront_baseclasses, read_cfront_member_functions,
12323 resolve_cfront_continuation,read_cfront_static_fields,
12324 copy_cfront_struct_fields): Obsolete functions.
12325 (define_symbol, read_one_struct_field): Obsolete cfront support.
12326 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
12327 Update Copyright year.
12328
12329 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12330
12331 * stack.c (print_frame_info, print_stack_frame_base_stub,
12332 print_stack_frame_base, show_and_print_stack_frame_stub,
12333 show_and_print_stack_frame, print_only_stack_frame_stub,
12334 print_only_stack_frame): Delete functions.
12335 (print_stack_frame_stub): Call print_frame_info instead of
12336 print_frame_info_base.
12337 (print_frame_info_base): Rename to print_frame_info.
12338 (backtrace_command_1): Call print_frame_info, instead of
12339 print_frame_info_base.
12340 (current_frame_command): Call print_stack_frame, instead of
12341 print_only_stack_frame.
12342 (frame_command): Call print_stack_frame, instead of
12343 show_and_print_stack_frame.
12344 (up_command): Ditto.
12345 (down_command): Ditto.
12346 * frame.h (print_only_stack_frame): Delete prototype.
12347 * infrun.c (normal_stop): Call print_stack_frame, instead of
12348 show_and_print_stack_frame.
12349 * thread.c (info_threads_command): Call print_stack_frame, instead
12350 of print_only_stack_frame.
12351
12352 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12353
12354 * README (Graphical interface to GDB): Update URL. Point at
12355 gdb/links/.
12356
12357 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
12358 version match.
12359
12360 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12361
12362 * symtab.c (find_pc_sect_line): Don't consider end-of-function
12363 lines.
12364
12365 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12366
12367 * thread-db.c (attach_thread): Prototype.
12368 (struct private_thread_info): Remove lwpid. Add thread handle (th),
12369 thread information (ti), and valid flags (th_valid, ti_valid).
12370 (attach_thread): Move target_pid_to_str call to after the thread
12371 is added to GDB's list. Initialize the cache.
12372 (thread_get_info_callback, thread_db_map_id2thr)
12373 (thread_db_get_info): New functions.
12374 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
12375 (thread_db_store_registers, thread_db_thread_alive)
12376 (thread_db_get_thread_local_address): Use them.
12377 (thread_db_pid_to_str): Likewise. Return "Missing" instead
12378 of calling error() for threads in unknown state.
12379
12380 (clear_lwpid_callback): New function.
12381 (thread_db_resume): Use it to clear the cache.
12382
12383 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12384
12385 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
12386 (resume_callback): Remove dead code.
12387
12388 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12389
12390 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
12391 predicate.
12392 * gdbarch.h, gdbarch.c: Regenerate.
12393 * stack.c (frame_info): Only initialize the saved registers when
12394 FRAME_INIT_SAVED_REGS_P.
12395 * frame.c (frame_saved_regs_register_unwind): Assert
12396 FRAME_INIT_SAVED_REGS_P.
12397 (deprecated_generic_get_saved_register): Ditto.
12398
12399 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12400
12401 * source.c (openp): Squelch warning about "filename".
12402
12403 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12404
12405 * source.c (openp): If the file does not exist don't necessarily
12406 search the path.
12407
12408 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12409
12410 Fix PR gdb/872.
12411 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
12412 (integer_types_same_name_p): New function.
12413 (rank_one_type): Use it.
12414 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
12415
12416 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12417
12418 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
12419 variables.
12420 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
12421 * configure.in: Add --with-sysroot.
12422 * configure: Regenerated.
12423 * main.c (gdb_sysroot): New variable.
12424 (captured_main): Initialize gdb_sysroot.
12425 * defs.h (gdb_sysroot): New extern declaration.
12426 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
12427
12428 2003-01-12 Michael Chastain <mec@shout.net>
12429
12430 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
12431
12432 2003-01-12 Michael Chastain <mec@shout.net>
12433
12434 * top.c (print_gdb_version): Bump copyright year to 2003.
12435
12436 2003-01-12 David Carlton <carlton@bactrian.org>
12437
12438 * linespec.c (symtab_from_filename): Rename variable 's' to
12439 'file_symtab'.
12440
12441 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12442
12443 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
12444 dummy frame.
12445 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
12446
12447 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12448
12449 * d10v-tdep.c: Include "gdb_assert.h".
12450 (d10v_store_return_value): Rewrite to match current interface.
12451 (d10v_extract_struct_value_address): Ditto.
12452 (d10v_extract_return_value): Ditto.
12453 (d10v_gdbarch_init): Set store_restore_value,
12454 extract_struct_value_address and extract_return_value.
12455
12456 2003-01-12 J. Brobecker <brobecker@gnat.com>
12457
12458 * hpread.c (set_namestring): New procedure replacing the
12459 SET_NAMESTRING macro.
12460 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
12461 by calls to set_namestring.
12462
12463 2003-01-11 J. Brobecker <brobecker@gnat.com>
12464
12465 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
12466 a compilation warning.
12467 (hpread_process_one_debug_symbol): Likewise.
12468
12469 2003-01-10 David Carlton <carlton@math.stanford.edu>
12470
12471 * linespec.c (decode_line_1): Rename variable 's' to
12472 'file_symtab'.
12473 (decode_all_digits): Rename argument 's' to 'file_symtab'.
12474 (decode_dollar): Ditto.
12475 (decode_variable): Ditto.
12476 (symbol_found): Ditto.
12477
12478 2003-01-09 Michael Chastain <mec@shout.net>
12479
12480 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
12481
12482 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
12483
12484 * win32-nat.c (set_process_privilege): New function.
12485 (child_attach): Call set_process_privilege() to enable the
12486 SE_DEBUG_NAME user privilege if available in process token.
12487
12488 2003-01-10 J. Brobecker <brobecker@gnat.com>
12489
12490 * hpread.c (hpread_process_one_debug_symbol): Fix a small
12491 compilation error in the previous revision.
12492
12493 2003-01-09 David Carlton <carlton@math.stanford.edu>
12494
12495 * linespec.c: Update copyright.
12496
12497 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
12498
12499 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
12500 than inferior_ptid.
12501 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
12502
12503 2003-01-09 Andrew Cagney <ac131313@redhat.com>
12504
12505 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
12506 Update comments.
12507 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
12508 (frame_saved_regs_zalloc): Update.
12509 (frame_saved_regs_register_unwind): Update.
12510 (create_new_frame): Update.
12511 (get_prev_frame): Update.
12512 (frame_extra_info_zalloc): Update.
12513 (deprecated_get_frame_saved_regs): Update.
12514 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
12515 * cris-tdep.c: Update comment.
12516
12517 * somsolib.h: Fix function indentation.
12518 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
12519 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
12520 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
12521 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
12522 * somsolib.c, inftarg.c: Remove assignment in if conditional.
12523
12524 * infrun.c (follow_fork): Use ISO C definition.
12525 * expprint.c (print_subexp): Use xfree instead of free.
12526 * charset.c: Include "gdb_string.h" instead of <string.h>.
12527 (register_iconv_charsets): Use ISO C definition.
12528 (host_charset, target_charset): Ditto.
12529 * Makefile.in (charset.o): Update dependencies.
12530 (mi-cmd-env.o): Update dependencies.
12531
12532 2003-01-08 Andrew Cagney <cagney@redhat.com>
12533
12534 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
12535 get_frame_base.
12536
12537 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12538
12539 * gdb_mbuild.sh: Add --keep option. When specified, keep the
12540 build directories. Save edited gdb output in Mbuild.log. If a
12541 build fails, remove any final GDB executable.
12542
12543 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12544
12545 * gdb_mbuild.sh: Edit the output of `maint print architecture'
12546 replacing hex constants with function names and stripping leading
12547 file name directory prefixes.
12548
12549 2003-01-08 Andrew Cagney <cagney@redhat.com>
12550
12551 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
12552 get_frame_base.
12553
12554 2003-01-08 David Carlton <carlton@math.stanford.edu>
12555
12556 * linespec.c (decode_line_1): Move code into decode_variable.
12557 (decode_variable): New function.
12558
12559 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12560
12561 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
12562
12563 2003-01-08 Andrew Cagney <cagney@redhat.com>
12564
12565 * cris-tdep.c (cris_frame_init_saved_regs): Use
12566 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
12567 saved_regs buffer.
12568 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
12569 (sh64_nofp_frame_init_saved_regs): Ditto.
12570 (sh_fp_frame_init_saved_regs): Ditto.
12571 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
12572 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12573 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12574 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12575
12576 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
12577
12578 * minsyms.c (lookup_minimal_symbol): Update comment.
12579 (lookup_minimal_symbol_text): Update comment. Use the hash table.
12580 (lookup_minimal_symbol_solib_trampoline): Likewise.
12581
12582 2003-01-08 Andrew Cagney <cagney@redhat.com>
12583
12584 * d10v-tdep.c (d10v_init_extra_frame_info): Use
12585 frame_relative_level.
12586
12587 * alpha-tdep.c: Use get_frame_extra_info.
12588 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12589 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
12590 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12591 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
12592
12593 * alpha-tdep.c: Use get_next_frame.
12594 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12595 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
12596 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
12597 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
12598 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
12599 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
12600 * xstormy16-tdep.c: Ditto.
12601
12602 2003-01-07 Andrew Cagney <cagney@redhat.com>
12603
12604 * alpha-tdep.c: Use get_frame_base.
12605 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12606 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12607 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12608 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12609 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
12610 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
12611 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
12612 * config/sparc/tm-sparc.h: Ditto.
12613
12614 2003-01-07 Andrew Cagney <cagney@redhat.com>
12615
12616 * frame.c (deprecated_get_frame_context): New function.
12617 (deprecated_set_frame_context): New function.
12618 * frame.h (deprecated_get_frame_context): Declare.
12619 (deprecated_set_frame_context): Declare.
12620 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
12621 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
12622
12623 2003-01-07 Andrew Cagney <cagney@redhat.com>
12624
12625 * frame.c (deprecated_set_frame_next_hack): New function.
12626 (deprecated_set_frame_prev_hack): New function.
12627 * frame.h (deprecated_set_frame_next_hack): Declare.
12628 (deprecated_set_frame_prev_hack): Declare.
12629 * mcore-tdep.c (analyze_dummy_frame): Use
12630 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
12631 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12632
12633 2003-01-07 David Carlton <carlton@math.stanford.edu>
12634
12635 * linespec.c (decode_line_1): Move code into decode_dollar.
12636 (decode_dollar): New function.
12637
12638 2003-01-07 Andrew Cagney <cagney@redhat.com>
12639
12640 * arm-tdep.c (arm_init_extra_frame_info): Use
12641 deprecated_update_frame_base_hack.
12642 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
12643 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12644 (fix_frame_pointer): Ditto.
12645 (mn10300_analyze_prologue): Ditto.
12646
12647 2003-01-07 Andrew Cagney <cagney@redhat.com>
12648
12649 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
12650 extra_info using frame_extra_info_zalloc.
12651 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
12652 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
12653 (sh64_init_extra_frame_info): Ditto.
12654 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
12655 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
12656 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12657 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
12658 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
12659 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
12660 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
12661 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
12662 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
12663 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
12664 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
12665 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
12666
12667 * mn10300-tdep.c (analyze_dummy_frame): Use
12668 deprecated_set_frame_extra_info_hack.
12669 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12670
12671 2003-01-07 J. Brobecker <brobecker@gnat.com>
12672
12673 * mdebugread.c (parse_symbol): Skip stProc entries which storage
12674 class is not scText. These do not define "real" procedures.
12675 (parse_partial_symbols): Likewise.
12676
12677 2003-01-06 Michael Snyder <msnyder@redhat.com>
12678
12679 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
12680
12681 2003-01-06 Andrew Cagney <ac131313@redhat.com>
12682
12683 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
12684 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
12685 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
12686 deprecated_frame_xmalloc_with_cleanup.
12687 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
12688 deprecated_frame_xmalloc.
12689 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
12690 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
12691
12692 2003-01-06 Andrew Cagney <cagney@redhat.com>
12693
12694 * x86-64-linux-tdep.c: Include "osabi.h".
12695 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
12696
12697 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
12698
12699 2003-01-06 Andrew Cagney <cagney@redhat.com>
12700
12701 * MAINTAINERS (Target Instruction Set Architectures): Update
12702 arm-elf. Can be built with -Werror, has been multiarched.
12703
12704 * value.h (unpack_long): Make buffer parameter constant.
12705 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
12706 * scm-lang.h (scm_parse): Ditto.
12707 * defs.h (extract_typed_address, extract_address): Ditto.
12708 (extract_long_unsigned_integer): Ditto.
12709 * inferior.h (unsigned_pointer_to_address): Ditto.
12710 (signed_pointer_to_address): Ditto.
12711 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
12712 * gdbarch.h, gdbarch.c: Regenerate.
12713 * findvar.c (extract_long_unsigned_integer): Update.
12714 (extract_address): Update.
12715 (extract_typed_address): Update.
12716 (unsigned_pointer_to_address): Update.
12717 * values.c (unpack_long): Update.
12718 (unpack_double): Update.
12719 (unpack_pointer): Update.
12720 (unpack_field_as_long): Update.
12721 * d10v-tdep.c (d10v_pointer_to_address): Update.
12722 * avr-tdep.c (avr_pointer_to_address): Update.
12723 * scm-lang.c (scm_unpack): Update.
12724 * findvar.c (signed_pointer_to_address): Update.
12725
12726 2003-01-06 Michal Ludvig <mludvig@suse.cz>
12727
12728 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
12729 since it is in i386-tdep.c.
12730
12731 2003-01-06 J. Brobecker <brobecker@gnat.com>
12732
12733 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
12734 failure introduced in the previous change.
12735
12736 2003-01-05 Michael Chastain <mec@shout.net>
12737
12738 * README: Remove references to deleted remote-*.c files:
12739 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
12740 remote-nrom.c, remote-os9k.c, remote-udi.c.
12741
12742 2003-01-05 Mark Kettenis <kettenis@gnu.org>
12743
12744 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
12745 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
12746 i386_get_longjmp_target.
12747
12748 2003-01-05 Andrew Cagney <ac131313@redhat.com>
12749
12750 * arm-tdep.c (prologue_cache): Change to a pointer.
12751 (_initialize_arm_tdep): Allocate prologue_cache.
12752 (check_prologue_cache): Update.
12753 (save_prologue_cache): Update.
12754 (arm_gdbarch_init): Update.
12755
12756 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12757
12758 * stabsread.c (update_method_name_from_physname): Call complaint()
12759 instead of error.
12760
12761 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12762
12763 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
12764 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
12765 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
12766
12767 * blockframe.c: Include "gdbcmd.h" and "command.h".
12768 (backtrace_below_main): New variable.
12769 (file_frame_chain_valid, func_frame_chain_valid)
12770 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
12771 (generic_func_frame_chain_valid): Remove functions.
12772 (frame_chain_valid, do_flush_frames_sfunc): New functions.
12773 (_initialize_blockframe): New function.
12774 * Makefile.in (blockframe.o): Update dependencies.
12775 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
12776 comment. Call frame_chain_valid ().
12777 * frame.h: Remove old prototypes. Add prototype for
12778 frame_chain_valid and update comments to match.
12779 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
12780 Remove old comment.
12781 * gdbarch.h: Regenerated.
12782 * gdbarch.c: Regenerated.
12783
12784 * alpha-tdep.c (alpha_gdbarch_init): Don't call
12785 set_gdbarch_frame_chain_valid.
12786 * avr-tdep.c (avr_gdbarch_init): Likewise.
12787 * cris-tdep.c (cris_gdbarch_init): Likewise.
12788 * frv-tdep.c (frv_gdbarch_init): Likewise.
12789 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
12790 * i386-tdep.c (i386_svr4_init_abi): Likewise.
12791 (i386_nw_init_abi): Likewise.
12792 (i386_gdbarch_init): Likewise.
12793 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
12794 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
12795 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
12796 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
12797 * mips-tdep.c (mips_gdbarch_init): Likewise.
12798 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
12799 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
12800 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
12801 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12802 * s390-tdep.c (s390_gdbarch_init): Likewise.
12803 * sh-tdep.c (sh_gdbarch_init): Likewise.
12804 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12805 * v850-tdep.c (v850_gdbarch_init): Likewise.
12806 * vax-tdep.c (vax_gdbarch_init): Likewise.
12807 * x86-64-tdep.c (x86_64_init_abi): Likewise.
12808
12809 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
12810 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
12811 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
12812 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
12813 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
12814 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
12815 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
12816 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
12817
12818 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12819
12820 * Makefile.in (acconfig_h): Remove incorrect macro.
12821 (config_h): Define.
12822 (osabi.o): Update dependencies.
12823 * configure.tgt: Set gdb_osabi based on target triplet.
12824 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
12825 * configure: Regenerated.
12826 * config.in: Regenerated.
12827 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
12828 (GDB_OSABI_DEFAULT): Define if not already defined.
12829 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
12830 (set_osabi_string): New variables.
12831 (gdbarch_register_osabi): Add new OS ABI to
12832 gdb_osabi_available_names.
12833 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
12834 (set_osabi, show_osabi): New functions.
12835 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
12836
12837 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12838
12839 * arch-utils.c (gdbarch_info_init): Set osabi to
12840 GDB_OSABI_UNINITIALIZED.
12841 * gdbarch.sh: Add osabi to struct gdbarch and to struct
12842 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
12843 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
12844 * gdbarch.c: Regenerated.
12845 * gdbarch.h: Regenerated.
12846 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
12847 there's no BFD.
12848 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
12849 * osabi.h (enum gdb_osabi): Move to defs.h.
12850 (gdbarch_init_osabi): Update prototype.
12851 * defs.h (enum gdb_osabi): Moved here.
12852 * Makefile.in: Update dependencies.
12853
12854 * alpha-tdep.h: Don't include "osabi.h".
12855 (struct gdbarch_tdep): Remove osabi member.
12856 * alpha-tdep.c: Include "osabi.h".
12857 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12858 iterate over arches. Update call to gdbarch_init_osabi.
12859 (alpha_dump_tdep): Don't dump osabi.
12860 * alpha-linux-tdep.c: Include "osabi.h".
12861 * alpha-osf1-tdep.c: Include "osabi.h".
12862 * alphafbsd-tdep.c: Include "osabi.h".
12863 * alphanbsd-tdep.c: Include "osabi.h".
12864
12865 * arm-tdep.h: Don't include "osabi.h".
12866 (struct gdbarch_tdep): Remove osabi member.
12867 * arm-tdep.c: Include "osabi.h".
12868 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12869 iterate over arches. Update call to gdbarch_init_osabi.
12870 (arm_dump_tdep): Don't dump osabi.
12871 * arm-linux-tdep.c: Include "osabi.h".
12872 * armnbsd-tdep.c: Include "osabi.h".
12873
12874 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
12875 Update call to gdbarch_init_osabi.
12876
12877 * i386-tdep.h: Don't include "osabi.h".
12878 (struct gdbarch_tdep): Remove osabi member.
12879 * i386-tdep.c: Include "osabi.h".
12880 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12881 iterate over arches. Update call to gdbarch_init_osabi.
12882 (i386_dump_tdep): Don't dump osabi.
12883 * i386-linux-tdep.c: Include "osabi.h".
12884 * i386-sol2-tdep.c: Include "osabi.h".
12885 * i386bsd-tdep.c: Include "osabi.h".
12886 * i386gnu-tdep.c: Include "osabi.h".
12887 * i386ly-tdep.c: Include "osabi.h".
12888 * i386nbsd-tdep.c: Include "osabi.h".
12889 * i386obsd-tdep.c: Include "osabi.h".
12890
12891 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
12892 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12893 check osabi when iterating over arches. Update call to
12894 gdbarch_init_osabi.
12895 (mips_dump_tdep): Don't dump osabi.
12896
12897 * ns32k-tdep.h: Don't include "osabi.h".
12898 (struct gdbarch_tdep): Remove.
12899 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
12900 gdbarch_lookup_osabi. Don't iterate over arches. Don't
12901 allocate tdep. Update call to gdbarch_init_osabi.
12902 (ns32k_dump_tdep): Remove.
12903 (_initialize_ns32k_tdep): Update call to gdbarch_register.
12904 * ns32knbsd-tdep.c: Include "osabi.h".
12905
12906 * ppc-tdep.h: Don't include "osabi.h".
12907 (struct gdbarch_tdep): Remove osabi member.
12908 * rs6000-tdep.c: Include "osabi.h".
12909 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
12910 osabi when iterating over arches. Update call to
12911 gdbarch_init_osabi.
12912 (rs6000_dump_tdep): Don't dump osabi.
12913 * ppc-linux-tdep.c: Include "osabi.h".
12914 * ppcnbsd-tdep.c: Include "osabi.h".
12915
12916 * sh-tdep.h: Don't include "osabi.h".
12917 (struct gdbarch_tdep): Remove osabi member.
12918 * sh-tdep.c: Include "osabi.h".
12919 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12920 iterate over arches. Update call to gdbarch_init_osabi.
12921 (sh_dump_tdep): Don't dump osabi.
12922 * shnbsd-tdep.c: Include "osabi.h".
12923
12924 * sparc-tdep.c: Include "osabi.h".
12925 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12926 iterate over arches. Update call to gdbarch_init_osabi.
12927 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
12928 tdep structure.
12929
12930 * vax-tdep.h: Don't include "osabi.h".
12931 (struct gdbarch_tdep): Remove.
12932 * vax-tdep.c: Include "osabi.h".
12933 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12934 iterate over arches. Don't allocate tdep. Update call
12935 to gdbarch_init_osabi.
12936 (vax_dump_tdep): Remove.
12937 (_initialize_vax_tdep): Update call to gdbarch_register.
12938
12939 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12940
12941 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
12942 entirely.
12943 (breakpoint_re_set_one): Don't fetch the value for a disabled
12944 watchpoint.
12945
12946 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12947
12948 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
12949 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
12950 (COERCE_FLOAT_TO_DOUBLE): Remove.
12951 * gdbarch.c: Regenerate.
12952 * gdbarch.h: Regenerate.
12953 * Makefile.in: Remove value_h from gdbarch_h.
12954 * valops.c (coerce_float_to_double): New variable.
12955 (default_coerce_float_to_double): Remove.
12956 (standard_coerce_float_to_double): Remove.
12957 (value_arg_coerce): Use coerce_float_to_double.
12958 (_initialize_valops): Add "set coerce-float-to-double".
12959 * value.h (default_coerce_float_to_double): Remove prototype.
12960 (standard_coerce_float_to_double): Remove prototype.
12961
12962 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
12963 prototyped.
12964 * mdebugread.c (parse_symbol): Likewise.
12965 * stabsread.c (define_symbol): Mark all functions as prototyped.
12966
12967 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
12968 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
12969 set_gdbarch_coerce_float_to_double.
12970 * arm-tdep.c (arm_gdbarch_init): Likewise.
12971 * frv-tdep.c (frv_gdbarch_init): Likewise.
12972 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
12973 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
12974 * mips-tdep.c (mips_gdbarch_init): Likewise.
12975 (mips_coerce_float_to_double): Remove.
12976 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12977 (rs6000_coerce_float_to_double): Remove.
12978 * s390-tdep.c (s390_gdbarch_init): Likewise.
12979 * sh-tdep.c (sh_gdbarch_init): Likewise.
12980 (sh_coerce_float_to_double): Remove.
12981 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12982 (sparc_coerce_float_to_double): Remove.
12983 * v850-tdep.c (v850_gdbarch_init): Likewise.
12984 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
12985 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
12986 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
12987 (hppa_coerce_float_to_double): Remove prototype.
12988 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
12989
12990 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12991
12992 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
12993
12994 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12995
12996 Suggested by Stewart Brown <sb24@avaya.com>:
12997 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
12998 in recursive calls. Handle TYPE_CODE_TYPEDEF.
12999 (c_type_print_varspec_suffix): Likewise.
13000
13001 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13002
13003 * configure.in: Don't set and AC_SUBST SUBDIRS.
13004 * configure: Regenerated.
13005
13006 * configure.in: Remove code dealing with shared libraries.
13007 * Makefile.in: Remove HLDFLAGS and HLDENV.
13008 * configure: Regenerated.
13009
13010 2003-01-04 Andrew Cagney <ac131313@redhat.com>
13011
13012 * frame.c (deprecated_frame_xmalloc): New function.
13013 (deprecated_set_frame_saved_regs_hack): New function.
13014 (deprecated_set_frame_extra_info_hack): New function.
13015 * frame.h (deprecated_frame_xmalloc): Declare.
13016 (deprecated_set_frame_saved_regs_hack): Declare.
13017 (deprecated_set_frame_extra_info_hack): Declare.
13018
13019 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13020
13021 * configure.in: Move code that provides the --enable-gdbtk option
13022 right after the code that handles the --enable-tui option, and
13023 polish it somewhat.
13024 * configure: Regenerated.
13025
13026 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13027 AC_CHECK_FUNCS and remove the old check for pread64.
13028 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13029 * acconfig.h (_GNU_SOURCE): Add.
13030 (HAVE_PREAD64): Remove.
13031 * configure, aclocal.m4, config.in: Regenerated.
13032
13033 2003-01-03 Andrew Cagney <ac131313@redhat.com>
13034
13035 * alpha-tdep.c: Use get_frame_saved_regs.
13036 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13037 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13038 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13039 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13040 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13041
13042 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13043
13044 * configure.in: Remove all use of the SUBDIRS variable; add
13045 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13046 code providing the --enable-multi-ice option, and move it right in
13047 front of the code that checks whether gdbserver is supported.
13048 Polish that too.
13049 * configure: Regenerated.
13050 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13051 @SUBDIRS@.
13052
13053 2003-01-03 Andrew Cagney <cagney@redhat.com>
13054
13055 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13056 * avr-tdep.c, cris-tdep.c: Ditto.
13057 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13058 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13059
13060 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13061
13062 * configure.in: Remove --enable-netrom option.
13063 * configure: Regenerated.
13064
13065 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13066
13067 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13068 declaration for `struct re_pattern_buffer' instead.
13069 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13070
13071 2003-01-03 J. Brobecker <brobecker@gnat.com>
13072
13073 * mdebugread.c (parse_symbol): Count until the stEnd matching
13074 the structure name.
13075
13076 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13077
13078 * configure.in: Remove --with-cpu option.
13079 subscripts. Remove evil changequotes here.
13080 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13081 * config.in, configure: Regenerated.
13082
13083 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13084 * configure.in: Cleanup section that sources GDB and BFD configure
13085 subscripts. Remove evil changequotes here.
13086 * config.in, configure: Regenerated.
13087
13088 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13089
13090 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13091 frame accessor methods.
13092 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13093 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13094 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13095 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13096 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13097 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13098 * z8k-tdep.c: Ditto.
13099
13100 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13101
13102 * configure.in: Remove UI_OUT configuration code.
13103 * ada-lang.c: Update assuming UI_OUT is always true.
13104 * Makefile.in (UIOUT_CFLAGS): Remove.
13105 * configure: Regenerated.
13106 * TODO: Remove blurb about elimination of -DUI_OUT.
13107
13108 * configure.in: Move code that provides the --enable-gdbcli,
13109 --enable-gdbmi options right before the code that handles the
13110 --enable-tui option. Polish a bit.
13111 * configure: Regenerated.
13112
13113 * configure.in: Rewrite check for GNU regex and the
13114 --without-included regex option, and move it into the "Checks for
13115 library functions" section. This makes us use the system regex
13116 again by default on systems with version 2 of the GNU C library.
13117 This was apparently broken.
13118 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13119 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13120 * config.in, configure: Regenerated.
13121
13122 * configure.in: Move code that provides the --enable-tui option
13123 before the "Checks for libraries" section. Polish the code
13124 somewhat and set need_curses to yes if we build the TUI. Rewrite
13125 code that looks for a library providing termcap functionality to
13126 match more closely what's done in the Readline library, and move
13127 it into to the "Checks for libraries" section.
13128 * configure: Regenerated.
13129 * Makefile.in (TERMCAP): Remove variable.
13130 * config/i386/go32.mh (TERMCAP): Remove variable.
13131
13132 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13133
13134 * MAINTAINERS: Mention gdb_mbuild.sh.
13135 * gdb_mbuild.sh: Rewrite.
13136
13137 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13138
13139 * configure.in: Fix typo in last change.
13140 * config.in, configure: Regenerated.
13141
13142 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13143
13144 * valarith.c (value_binop): Delete obsolete code and comments.
13145 * configure.host: Ditto.
13146 * buildsym.h (make_blockvector): Ditto.
13147 * buildsym.c (make_blockvector): Ditto.
13148 * defs.h (enum language): Ditto.
13149 (chill_demangle): Ditto.
13150 * elfread.c (elf_symtab_read): Ditto.
13151 * dwarfread.c (CHILL_PRODUCER): Ditto.
13152 (set_cu_language): Ditto.
13153 (handle_producer): Ditto.
13154 * expprint.c (print_subexp): Ditto.
13155 * gdbtypes.c (chill_varying_type): Ditto.
13156 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13157 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13158 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13159 (chill_varying_type): Ditto.
13160 * language.h (_LANG_chill): Ditto.
13161 * language.c (binop_result_type, integral_type): Ditto.
13162 (character_type, string_type, structured_type): Ditto.
13163 (lang_bool_type, binop_type_check): Ditto.
13164 * stabsread.h (os9k_stabs): Ditto.
13165 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13166 (define_symbol, read_type, read_struct_fields): Ditto.
13167 (read_array_type, read_enum_type, read_huge_number): Ditto.
13168 (read_range_type, start_stabs): Ditto.
13169 * symfile.c (init_filename_language_table): Ditto.
13170 (add_psymbol_with_dem_name_to_list): Ditto.
13171 * symtab.c (symbol_init_language_specific): Ditto.
13172 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13173 * symtab.h (struct general_symbol_info): Ditto.
13174 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13175 * typeprint.c (typedef_print): Ditto.
13176 * utils.c (fprintf_symbol_filtered): Ditto.
13177 * valops.c (value_cast, search_struct_field, value_slice): Delete
13178 obsolete code.
13179 (varying_to_slice): Delete function.
13180 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13181 (varying_to_slice): Delete declaration.
13182 * MAINTAINERS: Update.
13183
13184 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13185
13186 * configure.in: Reorganize "Checks for library functions section"
13187 a bit. Remove check for `btowc' and `isascii' functions.
13188 * configure: Regenerated.
13189
13190 * acconfig.h (_MSE_INT_H): Remove.
13191 * configure.in: Create "Checks for header files" section, and move
13192 appropriate tests there. Don't check for objlist.h, wchar.h,
13193 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13194 misdetection fix. Also add "Checks for types", "Checks for
13195 compiler characteristics" and "Checks for library functions"
13196 sections.
13197 * config.in, configure: Regenerated.
13198
13199 * configure.in: Create "Checks for programs" section, and move
13200 appropriate tests there.
13201
13202 2003-01-01 Mark Kettenis <kettenis@gnu.org>
13203
13204 * configure.in: Create "Checks for libraries" section, and move
13205 appropriate tests there. Cleanup check for wctype in libw. Use
13206 AC_SEARCH_LIBS to see whether we need libsocket.
13207 * configure: Regenerated.
13208
13209 For older changes see ChangeLog-2002
13210 \f
13211 Local Variables:
13212 mode: change-log
13213 left-margin: 8
13214 fill-column: 74
13215 version-control: never
13216 End: