Index: ChangeLog
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-09-12 Andrew Cagney <cagney@gnu.org>
2
3 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
4 reported by Dave Anderson.
5
6 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
7
8 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
9
10 2004-09-12 Salvador E. Tropea <set@users.sf.net>
11 Andrew Cagney <cagney@gnu.org>
12
13 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
14 (mi_cmd_data_list_register_values)
15 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
16 the register number computation.
17
18 2004-09-12 Andrew Cagney <cagney@gnu.org>
19
20 * ppcnbsd-nat.c: Include "inf-ptrace.h".
21 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
22 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
23 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
24 target.
25 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
26 inf-ptrace.o and inf-child.o.
27 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
28 * Makefile.in: Update dependencies.
29
30 2004-09-11 Andrew Cagney <cagney@gnu.org>
31
32 * language.c (hex_string, hex_string_custom): Move from here ...
33 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
34 (CELLSIZE): Increase to 50.
35 * language.h (hex_string, hex_string_custom): Move from here ...
36 * defs.h: ... to here.
37 * Makefile.in: Update all dependencies.
38
39 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
40
41 * language.c (local_hex_format_custom): Remove.
42 (local_hex_string): Rename to hex_string, use C format, and move to
43 utils.c
44 (local_hex_string_custom): Rename to hex_string_custom and change
45 interface. Now uses C format. Move to utils.c
46 (local_octal_format_custom): Remove.
47 (local_decimal_format_custom): Remove.
48 (unknown_language_defn): Remove language-specific number
49 formatting entries.
50 (auto_language_defn): Ditto.
51 (local_language_defn): Ditto.
52 * language.h (struct language_format_info): Delete declaration.
53 (struct language_defn): Remove language_format_info fields
54 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
55 (local_binary_format): Remove macro.
56 (local_binary_format_prefix): Remove macro.
57 (local_binary_format_specifier): Remove macro.
58 (local_binary_format_suffix): Remove macro.
59 (local_octal_format): Remove macro.
60 (local_octal_format_prefix): Remove macro.
61 (local_octal_format_specifier): Remove macro.
62 (local_octal_format_suffix): Remove macro.
63 (local_decimal_format): Remove macro.
64 (local_decimal_format_prefix): Remove macro.
65 (local_decimal_format_specifier): Remove macro.
66 (local_decimal_format_suffix): Remove macro.
67 (local_hex_format): Remove macro.
68 (local_hex_format_prefix): Remove macro.
69 (local_hex_format_specifier): Remove macro.
70 (local_hex_format_suffix): Remove macro.
71 (local_decimal_format_custom): Remove.
72 (local_octal_format_custom): Remove.
73 (local_hex_format_custom): Remove.
74 (local_hex_string): Rename to hex_string and move to defs.h.
75 (local_hex_string_custom): Rename to hex_string_custom, change
76 interface, and move to defs.h.
77 * utils.c: (int_string): New function.
78 (hex_string): New function (from language.c).
79 (hex_string_custom): New function (from language.c).
80 (octal2str): New function.
81 (decimal2str): Add width parameter.
82 (paddr_u): Use new decimal2str interface.
83 (paddr_d): Ditto.
84 * defs.h (hex_string): Declare.
85 (hex_string_custom): Declare.
86 (int_string): Declare.
87 * printcmd.c (print_scalar_formatted): Remove localized binary
88 formatting.
89 * valprint.c (print_longest): Use int_string.
90 (print_floating): Use C hex format.
91 (print_hex_chars): Ditto.
92 (print_binary_chars): Remove language-specific formatting.
93 (print_octal_chars): Use C octal format.
94 (print_decimal_chars): Delocalize format.
95 (print_decimal): Remove.
96 * ada-lang.c (ada_language_defn): Remove language-specific number
97 formatting entries.
98 * p-lang.c (pascal_language_defn): Ditto.
99 * c-lang.c (c_language_defn): Ditto.
100 (cplus_language_defn): Ditto.
101 (asm_language_defn): Ditto.
102 (minimal_language_defn): Ditto.
103 * f-lang.c (f_language_defn): Ditto.
104 * jv-lang.c (java_language_defn): Ditto.
105 * m2-lang.c (m2_language_defn): Ditto.
106 * scm-lang.c (scm_language_defn): Ditto.
107 * objc-lang.c (objc_language_defn): Ditto.
108 * memattr.c (mem_info_command): Use renamed hex_string_custom with
109 new interface.
110 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
111 * ui-out.c (ui_out_field_core_addr): Ditto.
112 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
113 * exec.c (print_section_info): Ditto.
114 * i387-tdep.c (print_i387_status_word): Ditto.
115 (print_i387_control_word): Ditto.
116 (i387_print_float_info): Ditto.
117 * maint.c (maint_print_section_info): Ditto.
118 * solib.c (info_sharedlibrary_command): Ditto.
119 * somsolib.c (som_sharedlibrary_info_command): Ditto.
120 * symtab.c (print_msymbol_info): Ditto.
121 * tracepoint.c (tracepoints_info): Ditto.
122 * solib-frv.c (lm_base): Ditto.
123 (frv_current_sos): Ditto.
124 (enable_break2): Ditto.
125 (enable_break): Ditto.
126 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
127 (process_one_symbol): Ditto.
128 * infcmd.c (program_info): Ditto.
129 * mdebugread.c (parse_partial_symbols): Ditto.
130 * symfile.c (add_symbol_file_command): Ditto.
131 * cli/cli-cmds.c (edit_command): Ditto.
132 (list_command): Ditto.
133 * infcall.c (call_function_by_hand): Ditto.
134 * remote-vx.c (vx_run_files_info): Ditto.
135 (vx_wait): Ditto.
136 (vx_attach): Ditto.
137 (vx_detach): Ditto.
138 (vx_kill): Ditto.
139 * aix-thread.c (pdc_symbol_addrs): Ditto.
140 (pdc_read_regs): Ditto.
141 (pdc_write_regs): Ditto.
142 (pdc_read_data): Ditto.
143 (pdc_write_data): Ditto.
144 * d10v-tdep.c (display_trace): Ditto.
145 * rs6000-nat.c (find_toc_address): Ditto.
146 * aix-thread.c: Don't include language.h.
147 * buildsym.c: Ditto.
148 * dbxread.c: Ditto.
149 * mdebugread.c: Ditto.
150 * rs6000-nat.c: Ditto.
151 * buildsym.c (make_blockvector): Use renamed hex_string.
152
153 2004-09-10 Jason Molenda (jmolenda@apple.com)
154
155 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
156 chars after 'if' or 'while' commands in user-defined commands.
157
158 2004-09-08 Jim Blandy <jimb@redhat.com>
159
160 Fix bug reported and analyzed by Olivier Crete:
161 * symfile.c (copy_section_addr_info): New function.
162 (symbol_file_add_with_addrs_or_offsets): Use it to save the
163 original set of address arguments, instead of handwritten code
164 that uses one length to allocate and a different length to
165 initialize. Use make_cleanup_free_section_addr_info.
166 * symfile.h (copy_section_addr_info): New declaration.
167 * utils.c: #include "symfile.h".
168 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
169 New functions.
170 * defs.h (make_cleanup_free_section_addr_info): New declaration.
171 * Makefile.in (utils.o): Update dependencies.
172
173 2004-09-08 Andrew Cagney <cagney@gnu.org>
174
175 * thread-db.c (keep_thread_db): Delete.
176 (thread_db_new_objfile, thread_db_create_inferior)
177 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
178
179 2004-09-08 Mark Kettenis <kettenis@gnu.org>
180
181 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
182 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
183 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
184 (i386_frameless_signal_p): Remove prototype.
185 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
186 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
187 I386_SSE_NUM_REGS.
188 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
189 instead of FP0_REGNUM.
190 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
191 of FP0_REGNUM and FPC_REGNUM.
192
193 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
194 (sunos_solib_create_inferior_hook): Don't call
195 sunos_relocate_main_executable.
196
197 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
198 solib_svr4_fetch_link_map_offsets to
199 svr4_ilp32_fetch_link_map_offsets.
200 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
201 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
202 svr4_ilp32_fetch_link_map_offsets.
203 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
204
205 2004-09-07 Jim Blandy <jimb@redhat.com>
206
207 * frame.h (frame_register): Doc fix.
208
209 2004-09-07 Andrew Cagney <cagney@gnu.org>
210
211 * vx-share/wait.h: Delete #ifdef USG.
212 * utils.c (request_quit): Ditto.
213 * tui/tui.c (tui_reset): Ditto.
214 * remote.c: Ditto.
215 * remote-sds.c: Ditto.
216 * remote-rdi.c: Ditto.
217 * mdebugread.c: Ditto.
218 * m68klinux-nat.c: Ditto.
219 * infttrace.c: Ditto.
220 * infptrace.c: Ditto.
221 * i386v-nat.c: Ditto.
222 * exec.c: Ditto.
223 * dbxread.c: Ditto.
224 * core-aout.c: Ditto.
225
226 2004-09-05 Joel Brobecker <brobecker@gnat.com>
227
228 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
229 heuristic_proc_desc.
230 (mips_insn32_frame_cache): Likewise.
231
232 2004-09-04 Joel Brobecker <brobecker@gnat.com>
233
234 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
235 left behind by error.
236
237 2004-09-04 Joel Brobecker <brobecker@gnat.com>
238
239 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
240 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
241
242 2004-09-04 Joel Brobecker <brobecker@gnat.com>
243
244 * config/rs6000/xm-aix4.h: Remove this file.
245 * config/rs6000/aix4.mh (XM_FILE): Delete.
246
247 2004-09-04 Joel Brobecker <brobecker@gnat.com>
248
249 * config/rs6000/xm-rs6000.h: Remove this file.
250 * config/rs6000/rs6000.mh (XM_FILE): Remove.
251
252 2004-09-03 Andrew Cagney <cagney@gnu.org>
253
254 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
255 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
256 only use.
257
258 * mips-tdep.c (temp_saved_regs): Delete.
259 (set_reg_offset): Replace saved_regs parameter with this_cache.
260 (heuristic_proc_desc, mips16_heuristic_proc_desc)
261 (mips32_heuristic_proc_desc): Add this_cache parameter.
262 (mips_insn32_frame_cache, mips_insn16_frame_cache)
263 (after_prologue): Pass a NULL this_cache.
264
265 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
266 non-kernel trap prologues.
267
268 * mips-tdep.c (find_proc_desc): Delete function.
269 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
270 simplify.
271 (mips_insn16_frame_cache): Replace find_proc_desc with code from
272 mips_insn32_frame_cache.
273
274 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
275 Simplify as NEXT_FRAME is NULL.
276 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
277
278 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
279 local variable.
280 (mips_skip_prologue): Update.
281
282 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
283 "cur_frame" parameter.
284 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
285 (mips_insn32_frame_cache, find_proc_desc): Update
286
287 * config/vax/nm-obsd.h: Delete file.
288 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
289 * config/vax/nm-nbsd.h: Delete file.
290 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
291 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
292 * config/sh/nm-nbsd.h: Delete file.
293 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
294 * config/rs6000/nm-rs6000ly.h: Delete file.
295 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
296 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
297 * config/powerpc/nm-obsd.h: Delete file.
298 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
299 * config/powerpc/nm-nbsd.h: Delete file.
300 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
301 * config/pa/nm-obsd.h: Delete file.
302 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
303 * config/mips/nm-nbsd.h: Delete file.
304 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
305 * config/m88k/nm-obsd.h: Delete file.
306 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
307 * config/m68k/nm-nbsd.h: Delete file.
308 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
309 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
310 * config/i386/nm-nbsd.h: Delete file.
311 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
312 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
313 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
314 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
315 * config/i386/nm-i386lynx.h: Delete file.
316 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
317 * config/arm/nm-nbsd.h: Delete file.
318 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
319 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
320
321 * config/i386/tm-fbsd.h: Delete file.
322 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
323 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
324
325 * config/rs6000/tm-rs6000-aix4.h: Delete file.
326 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
327 * config/rs6000/aix4.mt (TM_FILE): Set to
328 config/rs6000/tm-rs6000.h.
329 * config/powerpc/tm-ppc-aix.h: Delete file.
330 * config/powerpc/aix.mt (TM_FILE): Set to
331 config/rs6000/tm-rs6000.h.
332 * config/m68k/tm-linux.h: Delete file.
333 * config/m68k/linux.mt (TM_FILE): Set to solib.h
334 * config/i386/tm-linux64.h: Delete file.
335 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
336 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
337
338 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
339 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
340 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
341 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
342 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
343 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
344 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
345 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
346 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
347
348 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
349 gdb_host_cpu.
350
351 2004-09-02 Joel Brobecker <brobecker@gnat.com>
352
353 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
354 Minor reformatting. Some code factoring.
355
356 2004-09-02 Andrew Cagney <cagney@gnu.org>
357
358 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
359 * config/vax/tm-nbsd.h: Delete file.
360 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
361 * config/sparc/tm-vxworks.h: Delete file.
362 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
363 * config/sparc/tm-nbsd.h: Delete file.
364 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
365 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
366 * config/sparc/tm-linux.h: Delete file.
367 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
368 * config/s390/tm-linux.h: Delete file.
369 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
370 * config/pa/tm-bsd.h: Delete file.
371 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
372 * config/m68k/tm-obsd.h: Delete file.
373 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
374 * config/m68k/tm-nbsd.h: Delete file.
375 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
376 * config/i386/tm-vxworks.h: Delete file.
377 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
378 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
379 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
380 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
381 * config/i386/tm-nbsd.h: Delete file.
382 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
383 * config/i386/tm-i386lynx.h: Delete file.
384 * config/cris/cris.mt (TM_FILE): Set to solib.h.
385 * config/cris/tm-cris.h: Delete file.
386
387 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
388 * configure: Re-generate.
389 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
390 * config/arm/tm-nbsd.h: Delete file.
391
392 * config/powerpc/tm-ppcle-sim.h: Delete.
393 * config/powerpc/tm-ppcle-eabi.h: Delete.
394 * config/powerpc/tm-nbsd.h: Delete.
395 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
396 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
397 tm-ppcle-eabi.h.
398
399 * config/i386/nto.mh (NAT_FILE): Delete.
400 * config/i386/nm-nto.h: Delete.
401
402 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
403 * config/m68k/tm-os68k.h: Ditto.
404 * config/m68k/tm-monitor.h: Ditto.
405 * config/m68k/tm-cisco.h: Ditto.
406 * config/m68k/st2000.mt (TM_FILE): Delete.
407 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
408 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
409 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
410 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
411
412 * config/m68k/tm-st2000.h: Delete.
413 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
414 * config/sparc/fbsd.mt (TM_FILE): Delete.
415 * config/sparc/tm-fbsd.h: Delete.
416
417 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
418 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
419 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
420
421 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
422 GDB_TM_FILE and GDB_XM_FILE.
423 * gdbarch.c: Re-generate.
424 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
425 quotes in macro definition.
426 * configure.in: Re-generate.
427
428 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
429 validating architecture methods.
430 * gdbarch.c: Re-generate.
431
432 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
433 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
434 GDB_MULTI_ARCH_PARTIAL.
435 * gdbarch.h: Re-generate.
436
437 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
438 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
439 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
440 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
441 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
442 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
443 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
444 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
445 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
446 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
447 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
448 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
449
450 2004-09-01 Andrew Cagney <cagney@gnu.org>
451
452 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
453 and main_func_highpc.
454 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
455 * objfiles.c (init_entry_point_info, objfile_relocate): Update
456 * nlmread.c (nlm_symfile_read): Update.
457
458 2004-09-01 Joel Brobecker <brobecker@gnat.com>
459
460 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
461 (mips_insn32_frame_cache): Inline call to find_proc_desc.
462 (find_proc_desc): Remove dead code.
463
464 2004-09-01 Joel Brobecker <brobecker@gnat.com>
465
466 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
467
468 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
469
470 * observer.sh: Add struct so_list declaration.
471 * Makefile.in: Add dependencies on observer.h for solib.c and
472 breakpoint.c.
473 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
474 function.
475 (_initialize_breakpoint): Register
476 disable_breakpoints_in_unloaded_shlib as an observer of the
477 "solib unloaded" observation event.
478 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
479 call decode_line_1 so unfound breakpoint errors are silent.
480 * solib.c (update_solib_list): When a solib is discovered to have
481 been unloaded by the program, notify all observers of the
482 "solib unloaded" observation event.
483
484 2004-09-01 Andrew Cagney <cagney@gnu.org>
485
486 * frame.c: Include "objfiles.h".
487 (inside_main_func): New function.
488 (get_prev_frame): Use new inside_main_func.
489 * Makefile.in (frame.o): Update dependencies.
490 * defs.h (inside_main_func): Delete declaration.
491 * blockframe.c (inside_main_func): Delete function.
492
493 2004-08-31 Jim Blandy <jimb@redhat.com>
494
495 * dwarf2read.c (is_vtable_name): New function, based on logic from
496 read_structure_type, but passing the correct length to strncmp,
497 and using 'sizeof' instead of 'strlen'.
498 (read_structure_type): Call it.
499
500 2004-08-31 Joel Brobecker <brobecker@gnat.com>
501
502 * config/powerpc/aix.mh: Add comment.
503
504 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
505
506 * MAINTAINERS: Add self to Write-After-Approval.
507
508 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
509
510 * MAINTAINERS: Add self to Write-After-Approval.
511
512 2004-08-30 Andrew Cagney <cagney@gnu.org>
513
514 Fix PR breakpoints/1757.
515 * infrun.c (struct execution_control_state): Replace
516 remove_breakpoints_on_following_step with
517 step_after_step_resume_breakpoint.
518 (init_execution_control_state): Update.
519 (handle_inferior_event): For signals, when stepping off a
520 breakpoint, set step_after_step_resume_breakpoint. When
521 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
522 (keep_going): Delete code handling
523 remove_breakpoints_on_following_step.
524
525 2004-08-29 David Lecomber <david@streamline-computing.com>
526
527 Fix PR gdb/648
528 * language.h (enum array_ordering): New enum.
529 * language.h (struct language_defn): New la_array_ordering
530 attribute.
531 * language.c (unknown_language_defn, auto_language_defn)
532 (local_language_defn): Ditto.
533 * ada-lang.c (ada_language_defn): Ditto.
534 * c-lang.c (c_language_defn, cplus_language_defn)
535 (asm_language_defn, minimal_language_defn): Ditto.
536 * f-lang.c (f_language_defn): Ditto.
537 * jv-lang.c (java_language_defn): Ditto.
538 * m2-lang.c (f_language_defn): Ditto.
539 * objc-lang.c (objc_language_defn): Ditto.
540 * p-lang.c (pascal_language_defn): Ditto.
541 * scm-lang.c (scm_language_defn): Ditto.
542 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
543 oriented large to small in type structure.
544 * dwarf2read.c (read_array_order): New function.
545 (read_array_type): Use read_array_order to check row/column
546 major ordering.
547
548 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
549
550 * target.c (target_resize_to_sections): Check
551 current_target.to_sections for an old value when updating.
552
553 2004-08-27 Joel Brobecker <brobecker@gnat.com>
554
555 * procfs.c (dbx_link_bpt_addr): New static global variable.
556 (dbx_link_shadow_contents): New static global variable.
557 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
558 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
559 if we just hit it.
560 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
561 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
562 from run to run.
563 (procfs_create_inferior): Remove syssgi syscall-exit notifications
564 after the inferior has been forked.
565 (remove_dbx_link_breakpoint): New function.
566 (dbx_link_addr): New function.
567 (insert_dbx_link_bpt_in_file): New function.
568 (insert_dbx_link_bpt_in_region): New function.
569 (insert_dbx_link_breakpoint): New function.
570 (proc_trace_syscalls_1): New function, extracted from
571 proc_trace_syscalls.
572 (proc_trace_syscalls): Replace extract code by call to
573 proc_trace_syscalls_1.
574 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
575 is no longer valid.
576
577 2004-08-25 Jim Blandy <jimb@redhat.com>
578
579 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
580
581 2004-08-25 Andrew Cagney <cagney@gnu.org>
582
583 * infrun.c (struct execution_control_state): Delete field
584 "stepping_through_sigtramp".
585 (init_execution_control_state): Do not set same.
586 (context_switch): Do not pass same to save_infrun_state and
587 load_infrun_state.
588 * gdbthread.h (struct thread_info): Delete field
589 stepping_through_sigtramp.
590 (save_infrun_state, load_infrun_state): Delete parameter
591 stepping_through_sigtramp.
592 * thread.c (load_infrun_state, save_infrun_state): Update.
593
594 * infrun.c: Re-indent. Move expression operators to the beginning
595 of the line. Remove long disabled #if 0 code.
596
597 2004-08-24 Andrew Cagney <cagney@gnu.org>
598
599 * doublest.h (floatformat_ieee_quad): Rename
600 floatformat_ia64_quad.
601 * doublest.c (floatformat_ieee_quad): Rename
602 floatformat_ia64_quad.
603 (_initialize_doublest): Update.
604
605 2004-08-24 Jim Blandy <jimb@redhat.com>
606
607 * dwarf2expr.h (struct dwarf_expr_context): New members
608 'num_pieces' and 'pieces', for returning the result of an
609 expression that uses DW_OP_piece.
610 (struct dwarf_expr_piece): New struct type.
611 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
612 pieces.
613 (free_dwarf_expr_context): Free pieces, if any.
614 (add_piece): New function.
615 (execute_stack_op): Implement DW_OP_piece.
616 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
617 expression is a list of pieces, print an error message.
618 (dwarf2_loc_desc_needs_frame): If the expression yields
619 pieces, and any piece is in a register, then we need a frame.
620
621 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
622 the stack until we've decided what sort of result the evaluation
623 has produced. Use separate variables, with more specific names.
624
625 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
626
627 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
628 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
629 (arm_netbsd_init_abi_common): Register them.
630
631 2004-08-22 Mark Kettenis <kettenis@gnu.org>
632
633 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
634
635 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
636 safe_frame_unwind_memory instead of target_read_memory.
637
638 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
639 Reorder includes.
640 (fetch_register, store_register): Remove prototypes.
641 (child_resume): Reorganize code and comments such that it is
642 grouped a bit more logically.
643 (attach): Explicitly compare errno against 0.
644 (detach): Likewise. Use perror_with_name instead of
645 print_sys_errmsg.
646 * Makefile.in (infptrace.o): Update dependencies.
647
648 * ia64-linux-nat.c: Update copyright year.
649 (fetch_debug_register, store_debug_register)
650 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
651 PTRACE_TYPE_ARG3.
652 * config/ia64/nm-linux.h: Update copyright year.
653 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
654
655 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
656 from CORE_ADDR to struct frame_info *. Use
657 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
658 (amd64_linux_sigtramp_p): Adjust for changed signature of
659 and64_linux_sigtramp_start
660
661 * gdb_ptrace.h: GNU/Linux.
662
663 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
664 Remove defines.
665
666 * infptrace.c: Include "gdb_assert.h".
667 (PTRACE_XFER_TYPE): Remove define.
668 (offsetof): Only define if U_REGS_OFFSET isn't defined.
669 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
670 Tweak comment.
671 (fetch_inferior_registers, store_inferior_registers): Remove
672 redundant culry braces. Tweak comment. s/regno/regnum.
673 * Makefile.in (infptrace.o): Update dependencies.
674
675 * configure.in: Change test for return type of ptrace to default
676 to `long' instead of `int'.
677 * configure: Regenerate.
678
679 2004-08-21 Mark Kettenis <kettenis@gnu.org>
680
681 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
682
683 * configure.in: Check for ttrace function.
684 * configure, config.in: Regenerate.
685
686 * gdb_ptrace.h: New file.
687 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
688 <sys/ptrace.h>.
689 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
690 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
691 (attach): Don't define PT_ATTACH.
692 (detach): Don't define PT_DETACH.
693 * Makefile.in (gdb_ptrace_h): New variable.
694 (infptrace.o): Update dependencies.
695
696 2004-08-16 Mark Kettenis <kettenis@gnu.org>
697
698 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
699 instead of `int' if not already defined.
700 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
701 PTRACE_TYPE_ARG3.
702 * infptrace.c (call_ptrace): Revert change that replaced
703 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
704
705 2004-08-15 Mark Kettenis <kettenis@gnu.org>
706
707 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
708 Remove defines.
709
710 * linux-nat.c (kill_inferior): Add missing third and fourth
711 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
712
713 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
714 PTRACE_TYPE_RET.
715
716 * proc-why.c (proc_prettyfprint_why): Fix format string.
717
718 * solib-osf.c (osf_current_sos): Remove unsused label.
719
720 * configure.in: Add <ncurses/ncurses.h> to the list of possible
721 curses headers.
722 * configure, config.in: Regenerate.
723 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
724 <ncurses/ncurses.h>.
725
726 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
727 * config/nm-nbsd.h: Update copyright year.
728 (PTRACE_ARG3_TYPE): Remove define.
729
730 * sparc-nat.c (fetch_inferior_registers)
731 (store_inferior_registers, sparc_xfer_wcookie):
732 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
733
734 * alphabsd-nat.c (fetch_inferior_registers):
735 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
736 PTRACE_TYPE_ARG3.
737 * amd64bsd-nat.c (fetch_inferior_registers)
738 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
739 PTRACE_TYPE_ARG3.
740 * armnbsd-nat.c: Update copyright year.
741 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
742 (store_register, store_regs, store_fp_register, store_fp_regs):
743 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
744 * hppabsd-nat.c (fetch_inferior_registers)
745 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
746 PTRACE_TYPE_ARG3.
747 * i386bsd-nat.c (fetch_inferior_registers)
748 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
749 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
750 * m68kbsd-nat.c (fetch_inferior_registers)
751 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
752 PTRACE_TYPE_ARG3.
753 * m88kbsd-nat.c (fetch_inferior_registers)
754 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
755 PTRACE_TYPE_ARG3.
756 * mipsnbsd-nat.c: Update copyright year.
757 (fetch_inferior_registers, store_inferior_registers):
758 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
759 * ns32knbsd-nat.c: Update copyright year.
760 (fetch_inferior_registers, store_inferior_registers):
761 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
762 * ppcnbsd-nat.c (fetch_inferior_registers):
763 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
764 PTRACE_TYPE_ARG3.
765 * ppcobsd-nat.c (fetch_inferior_registers):
766 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
767 PTRACE_TYPE_ARG3.
768 * shnbsd-nat.c: Update copyright year.
769 (fetch_inferior_registers, store_inferior_registers):
770 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
771 * vaxbsd-nat.c (fetch_inferior_registers)
772 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
773 PTRACE_TYPE_ARG3.
774
775 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
776 PTRACE_TYPE_ARG3.
777 * infptrace.c (call_ptrace, child_resume, attach, detach)
778 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
779 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
780 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
781 PTRACE_TYPE_ARG3.
782
783 2004-08-14 Mark Kettenis <kettenis@gnu.org>
784
785 * defs.h: Remove out-of-date comment.
786 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
787 [!GETENV_PROVIDED] (getenv): Remove prototype.
788
789 * standalone.c: Remove file.
790 * Makefile.in (standalone.o): Remove dependency.
791
792 * i386-linux-nat.c (dummy_sse_values): Remove function and
793 prototype.
794 (i386_linux_dr_get): Fix typo in comment.
795 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
796
797 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
798
799 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
800 from declaration.
801 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
802 from definition.
803
804 2004-08-13 Mark Kettenis <kettenis@gnu.org>
805
806 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
807 parenthesis in definition.
808 * configure: Regenerated.
809
810 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
811
812 * PROBLEMS: Mention build/1411.
813
814 2004-08-09 Robert Millan <robertmh@gnu.org>
815
816 Committed by Nathanael Nerode.
817 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
818 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
819
820 2004-08-12 Andrew Cagney <cagney@gnu.org>
821
822 * NEWS: Mention fixes in GDB 6.2.1.
823 * PROBLEMS: Remove mention of mips-irix.
824
825 2004-08-11 Joel Brobecker <brobecker@gnat.com>
826
827 * config/powerpc/xm-aix.h: Delete.
828 * config/powerpc/aix.mh (MH_FILE): Remove.
829 * config/powerpc/aix432.mh (MH_FILE): Remove.
830
831 2004-08-11 Joel Brobecker <brobecker@gnat.com>
832
833 * config/powerpc/aix.mh: Remove obsolete comment.
834 * config/powerpc/aix432.mh: Likewise.
835
836 2004-08-11 Joel Brobecker <brobecker@gnat.com>
837
838 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
839
840 2004-08-11 Joel Brobecker <brobecker@gnat.com>
841
842 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
843 this file is now empty.
844 * config/xm-aix4.h: Remove, this file is no longer included
845 anywhere.
846
847 2004-08-11 Joel Brobecker <brobecker@gnat.com>
848
849 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
850 that file is now empty.
851 (termdef): Remove prototype, function no longer used.
852
853 2004-08-11 Joel Brobecker <brobecker@gnat.com>
854
855 * doc/gdbint.texinfo (Host Definition): Remove documentation
856 for USE_O_NOCTTY, no longer used.
857 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
858 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
859
860 2004-08-11 Joel Brobecker <brobecker@gnat.com>
861
862 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
863 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
864 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
865
866 2004-08-11 Mark Kettenis <kettenis@gnu.org>
867
868 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
869 instead of FIVE_ARG_PTRACE.
870
871 * inflow.c (O_NOCTTY): Define to zero if not already defined.
872 (new_tty): Use O_NOCTTY unconditionally.
873
874 2004-08-10 Mark Kettenis <kettenis@gnu.org>
875
876 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
877 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
878 fflush on stdout.
879
880 2004-08-10 Joel Brobecker <brobecker@gnat.com>
881
882 * xcoff_symfile_finish: Replace last call to xmfree by call
883 to xfree.
884
885 2004-08-10 Andrew Cagney <cagney@gnu.org>
886
887 * main.c (captured_main): Delete call to init_malloc.
888 * defs.h (init_malloc): Delete declaration.
889 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
890 (init_malloc): Delete functions.
891
892 * defs.h (xmfree): Delete.
893 * utils.c (xmfree): Delete function.
894 (xfree): Inline calls to xmfree and mfree.
895 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
896 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
897 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
898 * somread.c (som_symfile_finish): Ditto.
899 * objfiles.c (allocate_objfile, free_objfile):
900 * nlmread.c (nlm_symfile_finish): Ditto.
901 * hpread.c (hpread_symfile_finish): Ditto.
902 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
903 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
904 * coffread.c (coff_symfile_finish): Ditto.
905
906 * defs.h (xmcalloc): Delete declaration.
907 * utils.c (xmcalloc): Delete.
908 (xcalloc): Inline calls to xmcalloc and mcalloc.
909 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
910 xcalloc and xfree.
911 * symtab.c (create_demangled_names_hash): Ditto.
912
913 * defs.h (xmrealloc): Delete.
914 * utils.c (xmrealloc): Delete.
915 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
916 * symmisc.c (extend_psymbol_list): Use xrealloc.
917 * source.c (find_source_lines): Ditto.
918 * hpread.c (hpread_lookup_type): Ditto.
919 * dbxread.c (add_bincl_to_list): Ditto.
920
921 * utils.c (xmmalloc): Delete.
922 (xmalloc): Inline xmmalloc and mmalloc calls.
923 (msavestring): Use xmalloc.
924 * defs.h (xmmalloc): Delete declaration.
925 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
926 xmmalloc.
927 * symmisc.c (extend_psymbol_list): Ditto.
928 * symfile.c (init_psymbol_list): Ditto.
929 * source.c (find_source_lines): Ditto.
930 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
931 * elfread.c (elf_symtab_read): Ditto.
932 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
933 * coffread.c (coff_symfile_init): Ditto.
934
935 2004-08-10 David Carlton <carlton@bactrian.org>
936
937 * MAINTAINERS: Remove David Carlton from c++ testsuite
938 maintainers.
939
940 2004-08-10 Jerome Guitton <guitton@gnat.com>
941
942 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
943 print a line feed before the prompt.
944
945 2004-08-10 Mark Kettenis <kettenis@gnu.org>
946
947 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
948
949 2004-08-09 Joel Brobecker <brobecker@gnat.com>
950
951 General cleanup of the AIX xm include file:
952 * config/xm-aix4.h (fd_set): Remove undefine.
953 Remove include of <sys/select.h>.
954 (HAVE_TERMIO): Remove define.
955 (USG): Likewise.
956 (NULL): Remove redefine.
957 (alloca): Remove #pragma.
958 (vfork): Remove define.
959 (termdef): Remove.
960 (SIGWINCH_HANDLER): Remove.
961 (SIGWINCH_HANDLER_BODY): Remove.
962
963 2004-08-09 Mark Kettenis <kettenis@gnu.org>
964
965 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
966 GDB_OSABI_OPENBSD_ELF.
967
968 2004-08-07 Robert Millan <robertmh@gnu.org>
969
970 * bsd-kvm.c: Check for nlist.h before including it.
971
972 2004-08-09 Mark Kettenis <kettenis@gnu.org>
973
974 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
975 sigcontext' offset consistency checks for ancient BSD.
976
977 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
978
979 * configure.in: Check for <sys/types.h>. Check return and
980 argument types of ptrace.
981 * configure, config.in: Regenerate.
982
983 2004-08-09 Jim Blandy <jimb@redhat.com>
984
985 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
986 rs6000_register_sim_regno): Doc fixes.
987
988 2004-08-08 Joel Brobecker <brobecker@gnat.com>
989
990 * mips-tdep.c: Include "floatformat.h".
991 (n32n64_floatformat_always_valid): New function.
992 (floatformat_n32n64_long_double_big): New constant.
993 (mips_gdbarch_init): Set size and format of long double
994 for N32 and N64 ABIs.
995 * Makefile.in (mips-tdep.o): Update dependencies.
996
997 2004-08-08 Andrew Cagney <cagney@gnu.org>
998
999 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1000 print. Improve script's error messages.
1001 * gdbarch.h: Re-generate.
1002
1003 * gdbarch.sh (pformat): New function.
1004 (float_format, double_format, long_double_format): List with bit
1005 members. Use pformat when printing.
1006 * gdbarch.c, gdbarch.h: Re-generate.
1007
1008 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1009
1010 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1011 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1012 (ppcnbsd_supply_pcb): New function.
1013 (_initialize_ppcnbsd_nat): New prototype and function.
1014 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1015 (LOADLIBES): New variable.
1016 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1017
1018 2004-08-08 Andrew Cagney <cagney@gnu.org>
1019
1020 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1021 (builtin_type_ieee_double, builtin_type_ia64_quad)
1022 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1023 BE/LE floating-point types.
1024 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1025 (builtin_type_ieee_double, builtin_type_ia64_quad)
1026 (builtin_type_ia64_spill): Declare.
1027 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1028 (floatformat_ieee_double, floatformat_arm_ext)
1029 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1030 of LE/BE floatformats.
1031 * doublest.h: (struct floatformat, floatformat_ieee_single)
1032 (floatformat_ieee_double, floatformat_arm_ext)
1033 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1034
1035 2004-08-08 Mark Kettenis <kettenis@gnu.org>
1036
1037 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1038
1039 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1040 instead of regcache_raw_supply when storing the registers.
1041
1042 * i386gnu-nat.c: Update copyright year.
1043 (gnu_store_registers): Don't use deprecated_registers and
1044 deprecated_registers_valid. Use regcache_valid_p and
1045 regcache_raw_supply instead.
1046
1047 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1048 frame_pc_unwind.
1049
1050 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1051 variables. Incapitalized "process".
1052
1053 * configure.in: Add cursesX to the list of possible curses libs.
1054 Add cursesX.h to the list of possible curses headers.
1055 * configure, config.in: Regenerate.
1056
1057 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1058
1059 * configure.in: Test for struct lwp in <sys/lwp.h>.
1060 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1061 the offset of l_addr in struct lwp.
1062
1063 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1064
1065 * bsd-kvm.c: Include "gdbcore.h"
1066 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1067
1068 2004-08-07 Andrew Cagney <cagney@gnu.org>
1069
1070 * gdbtypes.c (build_flt, build_complex): New functions.
1071 (gdbtypes_post_init): Use.
1072
1073 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1074
1075 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1076 through to builtin_type_uint128.
1077
1078 * c-exp.y: Use builtin_type function to obtain builtin types.
1079
1080 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1081 builtin_uint128.
1082 * gdbtypes.c (gdbtypes_post_init): Update.
1083 (build_gdbtypes): Move initialization of builtin_type_int0
1084 through to builtin_type_uint128 from here ...
1085 (_initialize_gdbtypes): ... to here.
1086 * d10v-tdep.c (d10v_register_type): Update.
1087
1088 * doublest.c: Update copyright.
1089 (floatformat_from_length): Call error when floatformat is NULL.
1090 (extract_floating_by_length): Remove NULL fmt check.
1091 (store_floating_by_length): Ditto.
1092
1093 2004-08-07 Andrew Cagney <cagney@gnu.org>
1094
1095 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1096 that the register is valid.
1097
1098 2004-08-05 Mark Kettenis <kettenis@chello.nl>
1099
1100 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1101 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1102 struct frame_info *. Use safe_frame_unwind_memory instead of
1103 deprecated_read_memory_nobpt.
1104 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1105 changed signature of i386_linux_sigtramp_start and
1106 i386_linux_rt_sigtramp_start.
1107
1108 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1109 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1110 instead of deprecated_read_memory_nobpt.
1111 (i386nbsd_sigtramp_p): Adjust for changed signature of
1112 i386nbsd_sigtramp_offset.
1113
1114 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1115 safe_frame_unwind_memory instead of target_read_memory.
1116
1117 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1118 !NO_SYS_FILE.
1119 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1120 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1121 (_initialize_kernel_u_addr): Remove prototype and function.
1122 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1123 !NO_SYS_FILE.
1124 * xcoffread.c: Likewise.
1125
1126 2004-08-06 Mark Kettenis <kettenis@gnu.org>
1127
1128 * vax-nat.c: New file.
1129 * vaxbsd-nat.c: Tweak comment.
1130 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1131 vaxnbsd-tdep.c.
1132 (vax-nat.o): New dependency.
1133 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1134 (vax-*-ultrix2*): Remove.
1135 * config/vax/vax.mh: New file.
1136 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1137 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1138 (vax_register_u_addr): New prototype.
1139 (REGISTER_U_ADDR): Define using vax_register_u_addr.
1140 * config/vax/vaxult2.mh: Remove file.
1141 * config/vax/vaxult.mh: Remove file.
1142 * config/vax/vaxbsd.mh: Remove file.
1143 * config/vax/vax.mt (TM_FILE): Remove.
1144 * config/vax/tm-vaxbsd.h: Remove file.
1145
1146 2004-08-06 Joel Brobecker <brobecker@gnat.com>
1147
1148 * aix-thread.c (get_signaled_thread): New function.
1149 (iter_trap): Delete, no longer used.
1150 (iter_tid): New function.
1151 (pd_update): Find the thread that received the SIGTRAP signal
1152 by first locating the kernel thread, and then finding its
1153 associated thread.
1154
1155 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
1156
1157 * lin-lwp.c (child_wait): Continue inferior after processing
1158 PTRACE_EVENT_CLONE event.
1159
1160 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
1161
1162 * MAINTAINERS: Add self to Write-After-Approval.
1163
1164 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
1165
1166 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1167 libunwind-xxxx.so" where xxxx is UNW_TARGET.
1168
1169 2004-08-05 Andrew Cagney <cagney@gnu.org>
1170
1171 * config/xm-sysv4.h: Delete file.
1172 * config/mips/xm-irix5.h: Delete file.
1173 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1174 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1175 * config/ia64/xm-aix.h: Delete file.
1176 * config/ia64/aix.mh (XM_FILE): Delete.
1177 * config/pa/xm-hppah.h: Delete file.
1178 * config/pa/hpux11w.mh (XM_FILE): Delete.
1179 * config/pa/hpux11.mh (XM_FILE): Delete.
1180 * config/pa/hpux1020.mh (XM_FILE): Delete.
1181 * config/pa/hppahpux.mh (XM_FILE): Delete.
1182
1183 * config/alpha/xm-alphalinux.h: Delete file.
1184 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1185 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1186 * config/alpha/xm-alphaosf.h: Delete file.
1187 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1188 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1189 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1190 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1191
1192 * config/i386/xm-i386v.h: Delete file.
1193 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1194 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1195 * config/i386/xm-i386sco.h: Delete file.
1196 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
1197 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
1198 * config/i386/xm-i386v4.h: Delete file.
1199 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
1200 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
1201 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
1202 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
1203
1204 * config/vax/xm-vax.h: Delete file.
1205 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
1206 * config/vax/xm-vaxult2.h: Delete file.
1207 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
1208 * config/vax/vaxult2.mh (XM_FILE): Delete.
1209 * config/vax/xm-vaxult.h: Delete file.
1210 * config/vax/vaxult.mh (XM_FILE): Delete.
1211 * config/vax/xm-vaxbsd.h: Delete file.
1212 * config/vax/vaxbsd.mh (XM_FILE): Delete.
1213
1214 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
1215 * gdbarch.h, gdbarch.c: Re-generate.
1216 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
1217 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
1218 * frame.h: Delete deprecated_read_fp from comments.
1219 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
1220 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
1221
1222 2004-08-04 Mark Kettenis <kettenis@gnu.org>
1223
1224 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
1225 trampoline in OpenBSD 3.5-current.
1226
1227 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
1228 SSE registers.
1229
1230 * Makefile.in: Remove embedded page breaks.
1231
1232 2004-08-04 Jim Blandy <jimb@redhat.com>
1233
1234 * regcache.c (regcache_raw_read): Assert that, after calling
1235 target_fetch_registers, the register we're reading is cached.
1236
1237 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
1238 a call to 'internal_error', with a more helpful error message.
1239 * rs6000-tdep.c (e500_pseudo_register_read,
1240 e500_pseudo_register_write, rs6000_store_return_value): Same.
1241
1242 2004-08-04 Andrew Cagney <cagney@gnu.org>
1243
1244 * Makefile.in: Update dependencies.
1245
1246 2004-08-04 Jim Blandy <jimb@redhat.com>
1247
1248 Change the layout of the PowerPC E500 raw register cache to allow
1249 the lower 32-bit halves of the GPRS to be their own raw registers,
1250 not pseudoregisters.
1251 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
1252 add ppc_ev0_upper_regnum flag.
1253 * rs6000-tdep.c: #include "reggroups.h".
1254 (spe_register_p): Recognize the ev upper half registers as SPE
1255 registers.
1256 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
1257 registers.
1258 (e500_move_ev_register): New function.
1259 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
1260 vector registers are the pseudo-registers now, formed by splicing
1261 together the gprs and the upper-half registers.
1262 (e500_register_reggroup_p): New function.
1263 (P): Macro deleted.
1264 (P8, A4): New macro.
1265 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
1266 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
1267 macros.
1268 (registers_e500): Rearrange register set so that the raw register
1269 set contains 32-bit GPRs and upper-half registers, and the SPE
1270 vector registers become pseudo-registers.
1271 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
1272 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
1273 register numbers are now the same for the E500 as they are for
1274 other PowerPC variants. Register e500_register_reggroup_p as the
1275 register group function for the E500.
1276 * Makefile.in (rs6000-tdep.o): Update dependencies.
1277
1278 Adapt PPC E500 native support to the new raw regcache layout.
1279 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
1280 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
1281 (fetch_spe_register, store_spe_register): Handle fetching/storing
1282 all the SPE registers at once, if regno == -1. These now take
1283 over the job of fetch_spe_registers and store_spe_registers.
1284 (fetch_spe_registers, store_spe_registers): Deleted.
1285 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
1286 unconditionally; they're always raw. Fetch/store SPE upper half
1287 registers, if present, instead of ev registers.
1288 (fetch_register, store_register): Remove sanity checks: gprs are
1289 never pseudo-registers now, so we never need to even mention any
1290 registers that are ever pseudoregisters.
1291
1292 Use a fixed register numbering when communicating with the PowerPC
1293 simulator.
1294 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
1295 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
1296 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
1297 New functions.
1298 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
1299 init_sim_regno_table.
1300 * Makefile.in (gdb_sim_ppc_h): New variable.
1301 (rs6000-tdep.o): Update dependencies.
1302
1303 2004-08-02 Andrew Cagney <cagney@gnu.org>
1304
1305 * cris-tdep.c (cris_register_size): Restore function, still used
1306 locally.
1307
1308 * gdbarch.sh (deprecated_target_read_fp)
1309 (deprecated_frame_locals_address, deprecated_frame_args_address)
1310 (deprecated_frame_chain_valid, deprecated_frame_chain)
1311 (deprecated_init_extra_frame_info, deprecated_pop_frame)
1312 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
1313 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
1314 * gdbarch.h, gdbarch.c: Re-generate.
1315 * regcache.c (deprecated_read_fp): Do not call
1316 DEPRECATED_TARGET_READ_FP_P.
1317 * infcmd.c (default_print_registers_info): Do not call
1318 DEPRECATED_DO_REGISTERS_INFO.
1319 * frame-base.c (default_frame_locals_address): Do not call
1320 DEPRECATED_FRAME_LOCALS_ADDRESS.
1321 (default_frame_args_address): Do not call
1322 DEPRECATED_FRAME_ARGS_ADDRESS.
1323
1324 * gdbarch.sh (deprecated_register_raw_size)
1325 (deprecated_register_virtual_size:int): Delete.
1326 * gdbarch.h, gdbarch.c: Re-generate.
1327 * cris-tdep.c (cris_register_size): Delete.
1328 (cris_gdbarch_init): Update.
1329 * alpha-tdep.c (alpha_register_raw_size)
1330 (alpha_register_virtual_size): Delete.
1331 (alpha_gdbarch_init): Update.
1332
1333 * gdbarch.sh (deprecated_register_virtual_type)
1334 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
1335 (deprecated_dummy_write_sp): Delete.
1336 * gdbarch.h, gdbarch.c: Re-generate.
1337
1338 * gdbarch.sh (deprecated_register_bytes): Delete.
1339 * gdbarch.h, gdbarch.c: Re-generate.
1340 * regcache.c (deprecated_register_bytes): New function.
1341 * regcache.h (deprecated_register_bytes): Declare.
1342 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1343 * v850-tdep.c (v850_gdbarch_init): Update.
1344 * sh64-tdep.c (sh64_gdbarch_init): Update.
1345 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
1346 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1347 * mcore-tdep.c (mcore_gdbarch_init): Update.
1348 * cris-tdep.c (cris_gdbarch_init): Update.
1349 * arm-tdep.c (arm_gdbarch_init): Update.
1350 * remote.c (init_remote_state): Update.
1351 * remote-vx.c (vx_prepare_to_store): Update.
1352 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
1353 * irix5-nat.c (fetch_core_registers): Update.
1354 * cris-tdep.c (cris_register_bytes_ok): Update.
1355 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
1356
1357 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
1358 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
1359 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
1360 (mips_insn16_frame_base_address, mips_insn16_frame_base)
1361 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
1362 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
1363 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
1364 (mips_insn32_frame_base_address, mips_insn32_frame_base)
1365 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
1366 with mips_insn16 and mips_insn32.
1367
1368 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
1369 * rs6000-tdep.c (rs6000_push_dummy_call)
1370 (rs6000_extract_return_value): Use register_size.
1371 * xstormy16-tdep.c (xstormy16_get_saved_register)
1372 (xstormy16_extract_return_value): Ditto.
1373 * valops.c (value_assign): Ditto.
1374 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
1375 * v850-tdep.c (v850_extract_return_value): Ditto.
1376 * tracepoint.c (collect_symbol): Ditto.
1377 * target.c (debug_print_register): Ditto.
1378 * stack.c (frame_info): Ditto.
1379 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
1380 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
1381 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
1382 (store_register_using_P): Ditto.
1383 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
1384 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
1385 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1386 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
1387 * regcache.c (deprecated_read_register_bytes)
1388 (deprecated_write_register_bytes, read_register)
1389 (write_register): Ditto.
1390 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
1391 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
1392 * monitor.c (monitor_supply_register, monitor_fetch_register)
1393 (monitor_store_register): Ditto.
1394 * mn10300-tdep.c (mn10300_pop_frame_regular)
1395 (mn10300_print_register): Ditto.
1396 * mipsv4-nat.c (fill_fpregset): Ditto.
1397 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
1398 (mips64_fill_fpregset): Ditto.
1399 * mi/mi-main.c (register_changed_p, get_register)
1400 (mi_cmd_data_write_register_values): Ditto.
1401 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
1402 * irix5-nat.c (fill_gregset, fetch_core_registers):
1403 * infrun.c (write_inferior_status_register): Ditto.
1404 * infptrace.c (fetch_register, store_register): Ditto.
1405 * infcmd.c (default_print_registers_info): Ditto.
1406 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
1407 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
1408 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
1409 * hpux-thread.c (hpux_thread_fetch_registers)
1410 (hpux_thread_store_registers): Ditto.
1411 * hppah-nat.c (store_inferior_registers, fetch_register):
1412 * findvar.c (value_from_register): Ditto.
1413 * dve3900-rom.c (fetch_bitmapped_register):
1414 * cris-tdep.c (cris_gdbarch_init): Ditto.
1415 * alpha-tdep.h: Ditto.
1416 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
1417
1418 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
1419 DEPRECATED_REGISTER_RAW_SIZE from comments.
1420 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
1421 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
1422 DEPRECATED_REGISTER_RAW_SIZE.
1423 * findvar.c (value_of_register): Simplify by assuming that the
1424 registers raw and virtual sizes are identical.
1425 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
1426 comment.
1427 * arch-utils.c (generic_register_size): Simplify by assuming
1428 register_type.
1429
1430 * regcache.c (legacy_read_register_gen, real_register)
1431 (legacy_write_register_gen): Delete, not used.
1432
1433 * regcache.c (struct regcache_descr): Delete legacy_p.
1434 (init_legacy_regcache_descr): Delete function.
1435 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
1436 Do not use deprecated register functions.
1437 (regcache_raw_read, deprecated_write_register_gen):
1438 (deprecated_read_register_gen, regcache_raw_write): Delete code
1439 predicated on legacy_p.
1440 (register_size): Delete check against register raw size.
1441
1442 * cris-tdep.c (cris_register_type): Replace
1443 cris_register_virtual_type.
1444 (cris_gdbarch_init): Update, set register_type.
1445
1446 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
1447 * gdbarch.h, gdbarch.c: Re-generate.
1448 * arm-tdep.c (arm_frameless_function_invocation): Delete.
1449 (arm_gdbarch_init) Do not set frameless function invocation.
1450 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
1451 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
1452 * frv-tdep.c (frv_frameless_function_invocation): Delete.
1453 (frv_gdbarch_init): Do not set frameless function invocation.
1454 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
1455 * sh-tdep.c (sh_gdbarch_init): Ditto.
1456 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
1457 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1458 * avr-tdep.c (avr_gdbarch_init): Ditto.
1459
1460 * blockframe.c (legacy_frame_chain_valid): Delete function.
1461
1462 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
1463 and pc. Update comments.
1464 (pc_in_dummy_frame): Delete function.
1465 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
1466 use the "id".
1467 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
1468 call_hi, top and pc, use the id.
1469 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
1470
1471 * dummy-frame.c: Include "gdb_string.h".
1472 (generic_save_call_dummy_addr, generic_push_dummy_frame)
1473 (generic_save_dummy_frame_tos): Delete.
1474 (dummy_frame_push): New function, replaces above.
1475 * dummy-frame.h: Update copyright.
1476 (dummy_frame_push): Declare.
1477 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
1478 (generic_save_call_dummy_addr): Delete declarations.
1479 * infcall.c: Include "dummy-frame.h".
1480 (call_function_by_hand): Add locals caller_regcache,
1481 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
1482 with call to frame_save_as_regcache plus cleanup. Delete calls to
1483 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
1484 Move clear_proceed_status to just before the resume, add call to
1485 dummy_frame_push (discard cleanup).
1486 * Makefile.in (infcall.o): Add $(dummy_frame_h).
1487 (dummy-frame.o): Add $(gdb_string_h).
1488
1489 2004-08-01 Andrew Cagney <cagney@gnu.org>
1490
1491 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
1492 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
1493 * dummy-frame.c (find_dummy_frame): Delete.
1494 (struct dummy_frame_cache, dummy_frame_sniffer)
1495 (dummy_frame_prev_register, dummy_frame_this_id)
1496 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
1497 frame unwinder using a dummy_frame_cache.
1498
1499 2004-08-01 Andrew Cagney <cagney@gnu.org>
1500
1501 * frame.h (frame_save_as_regcache): Declare.
1502 * frame.c (frame_save_as_regcache): New function.
1503 (do_frame_read_register): Replace do_frame_unwind_register.
1504 (frame_pop): Use frame_save_as_regcache.
1505 * dummy-frame.c (generic_push_dummy_frame): Use
1506 frame_save_as_regcache.
1507
1508 2004-08-01 Joel Brobecker <brobecker@gnat.com>
1509
1510 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
1511 file as included until we record the first line in the linetable.
1512
1513 2004-08-01 Andrew Cagney <cagney@gnu.org>
1514
1515 * frame.h (deprecated_pop_dummy_frame)
1516 (deprecated_read_register_dummy)
1517 (deprecated_generic_find_dummy_frame): Delete.
1518 * dummy-frame.c (deprecated_generic_find_dummy_frame)
1519 (deprecated_read_register_dummy)
1520 (deprecated_find_dummy_frame_regcache)
1521 (discard_innermost_dummy)
1522 (deprecated_pop_dummy_frame): Delete.
1523 (dummy_frame_this_id): Simplify.
1524 (struct dummy_frame): Delete "fp" and "sp".
1525 (find_dummy_frame): Simplify.
1526 (generic_push_dummy_frame): Do not set "fp" or "sp".
1527 (fprint_dummy_frames): Do not print "fp" and "sp"
1528
1529 2004-08-01 Mark Kettenis <kettenis@gnu.org>
1530
1531 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
1532 (struct i386_insn): New structure.
1533 (i386_match_insn): New function.
1534 (i386_frame_setup_skip_insns): New variable.
1535 (i386_analyze_frame_setup): Change to use i386_match_insn and the
1536 array i386_frame_setup_insns of instructions that should be
1537 skipped inside the frame setup sequence.
1538
1539 2004-08-01 Andrew Cagney <cagney@gnu.org>
1540
1541 * frame.h (deprecated_frame_xmalloc_with_cleanup)
1542 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1543 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1544 * stack.c (frame_info): Delete references to
1545 DEPRECATED_FRAME_INIT_SAVED_REGS and
1546 deprecated_get_frame_saved_regs.
1547 * frame.c (struct frame_info): Delete saved_regs and extra_info.
1548 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
1549 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
1550 (frame_unwind_register_signed)
1551 (frame_unwind_register_unsigned)
1552 (frame_unwind_unsigned_register): Use register_size.
1553 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
1554 (deprecated_frame_xmalloc_with_cleanup)
1555 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1556 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1557
1558 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
1559 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
1560 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
1561 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
1562
1563 * infcall.c (call_function_by_hand): Do not use
1564 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
1565 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
1566 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
1567 DEPRECATED_STACK_ALIGN.
1568
1569 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
1570
1571 Committed by Andrew Cagney.
1572 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
1573
1574 2004-08-01 Andrew Cagney <cagney@gnu.org>
1575
1576 * mips-tdep.c (mips16_frame_cache)
1577 (mips16_frame_this_id, mips16_frame_prev_register)
1578 (mips16_frame_unwind, mips16_frame_sniffer)
1579 (mips16_frame_base_address, mips16_frame_base)
1580 (mips16_frame_base_sniffer, mips32_frame_cache)
1581 (mips32_frame_this_id, mips32_frame_prev_register)
1582 (mips32_frame_unwind, mips32_frame_sniffer)
1583 (mips32_frame_base_address, mips32_frame_base)
1584 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
1585 separate heuristic mips16 and mips32 unwinders.
1586 (mips_stub_frame_cache, mips_stub_frame_this_id)
1587 (mips_stub_frame_prev_register)
1588 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
1589 (mips_stub_frame_base_address, mips_stub_frame_base)
1590 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
1591 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
1592 match true mdebug frames.
1593 (non_heuristic_proc_desc): Add forward declaration.
1594
1595 2004-08-01 Andrew Cagney <cagney@gnu.org>
1596
1597 * config/mips/tm-irix6.h: Delete file.
1598 * config/mips/tm-irix5.h: Delete file.
1599 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
1600 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
1601
1602 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
1603 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
1604 * config/nm-gnu.h (NO_CORE_OPS): Delete.
1605 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
1606 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
1607 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
1608 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
1609 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
1610 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
1611 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
1612 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
1613 (TARGET_SIGNAL_RAW_VALUES): Delete.
1614 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
1615 Delete.
1616 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
1617 (TARGET_HW_WATCH_LIMIT): Delete.
1618 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
1619 * minimon.h: Delete file.
1620
1621 * trad-frame.c (trad_frame_get_this_base)
1622 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
1623 functions.
1624 * trad-frame.h (trad_frame_set_this_base)
1625 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
1626
1627 2004-07-31 Andrew Cagney <cagney@gnu.org>
1628
1629 * trad-frame.c (trad_frame_get_prev_register): Rename
1630 trad_frame_get_prev_register.
1631 * vax-tdep.c (vax_frame_prev_register): Update.
1632 * trad-frame.h: Update.
1633 * trad-frame.c (trad_frame_get_register): Update.
1634 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
1635 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
1636 Update.
1637 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
1638 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
1639 Update.
1640 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
1641 Update.
1642 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
1643 Update.
1644 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
1645 Update.
1646 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
1647 Update.
1648 * s390-tdep.c (s390_frame_prev_register)
1649 (s390_stub_frame_prev_register)
1650 (s390_sigtramp_frame_prev_register): Update.
1651 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
1652 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
1653 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
1654 * m88k-tdep.c (m88k_frame_prev_register)
1655 * m68hc11-tdep.c (m68hc11_frame_prev_register)
1656 * m32r-tdep.c (m32r_frame_prev_register): Update.
1657 * hppa-tdep.c (hppa_frame_prev_register_helper)
1658 * frv-tdep.c (frv_frame_prev_register): Update.
1659 * d10v-tdep.c (d10v_frame_prev_register): Update.
1660 * cris-tdep.c (cris_frame_prev_register): Update.
1661 * avr-tdep.c (avr_frame_prev_register): Update.
1662 * arm-tdep.c (arm_prologue_prev_register)
1663 (arm_sigtramp_prev_register): Update.
1664
1665 2004-07-31 Andrew Cagney <cagney@gnu.org>
1666
1667 * frame.h (legacy_saved_regs_unwind)
1668 (legacy_frame_chain_valid, legacy_frame_p)
1669 (enum frame_type): Delete UNKNOWN_FRAME.
1670 * dummy-frame.c (dummy_frame_this_id): Simplify.
1671 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
1672 * frame.c (struct frame_info): Delete the field "type".
1673 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
1674 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
1675 (legacy_saved_regs_unwind, legacy_frame_p)
1676 (frame_type_from_pc): Delete.
1677 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
1678 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
1679
1680 2004-07-31 Mark Kettenis <kettenis@gnu.org>
1681
1682 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
1683 indentation.
1684
1685 * mips-nat.c: Remove file.
1686 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
1687 (mips-nat.o): Remove dependency.
1688
1689 * infptrace.c: Update copyright year.
1690 (fetch_register): Pass NULL in regcache_raw_supply call instead of
1691 explicitly setting the buffer to all zeroes.
1692
1693 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
1694 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
1695
1696 2004-07-30 Andrew Cagney <cagney@gnu.org>
1697
1698 * GDB 6.2 released from gdb_6_2-branch.
1699
1700 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
1701
1702 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
1703
1704 * exec.c (exec_file_attach):
1705 * nto-tdep.c (nto_find_and_open_solib):
1706 * pa64solib.c (pa64_solib_sizeof_symbol_table):
1707 * solib.c (solib_open):
1708 * somsolib.c (som_solib_sizeof_symbol_table):
1709 * source.c (is_regular_file, openp, open_source_file):
1710 * symfile.c (symfile_bfd_open):
1711 * wince.c (upload_to_device): Differentiate between the search for
1712 binary and source files.
1713
1714 2004-07-30 Andrew Cagney <cagney@gnu.org>
1715
1716 * complaints.c (_initialize_complaints): Pass NULL to
1717 add_setshow_zinteger_cmd for help_doc.
1718 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
1719
1720 2004-07-30 Andrew Cagney <cagney@gnu.org>
1721
1722 Fix PR i18n/761.
1723 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
1724 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
1725 $(PACKAGE).pot and update-po.
1726 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
1727 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
1728 (update-po): New rules.
1729 (localedir): Define using autoconf.
1730 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
1731 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
1732 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
1733 * configure.in: Generate CATALOGS and LINGUAS from contents of
1734 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
1735 * configure: Re-generate.
1736 * po/gdbtext: New file
1737
1738 2004-07-30 Jerome Guitton <guitton@gnat.com>
1739
1740 * MAINTAINERS: Reorder Write After Approval list in alphabetical
1741 order.
1742
1743 2004-07-30 David Lecomber <dsl@sources.redhat.com>
1744
1745 * dwarf2read.c (read_file_scope): Set producer if attribute
1746 present.
1747 (struct dwarf2_cu): Added new member producer.
1748
1749 2004-07-30 Jerome Guitton <guitton@gnat.com>
1750
1751 * inflow.c (kill_command): release file handles in BFD.
1752 * exec.c (exec_file_attach): Ditto.
1753 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
1754
1755 2004-07-29 Andrew Cagney <cagney@gnu.org>
1756
1757 * PROBLEMS (mips-irix): Note that it is broken.
1758
1759 2004-07-29 Andrew Cagney <cagney@gnu.org>
1760
1761 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
1762 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
1763
1764 * config/xm-nbsd.h: Delete file.
1765 * config/arm/xm-nbsd.h: Delete file.
1766 * config/i386/xm-nbsd.h: Delete file.
1767 * config/ns32k/xm-nbsd.h: Delete file.
1768 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
1769 * config/i386/nbsdelf.mh (XM_FILE): Delete.
1770 * config/i386/nbsdaout.mh (XM_FILE): Delete.
1771 * config/arm/nbsdelf.mh (XM_FILE): Delete.
1772 * config/arm/nbsdaout.mh (XM_FILE): Delete.
1773
1774 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
1775 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
1776 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
1777 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
1778 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
1779 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
1780
1781 * config/powerpc/xm-linux.h: Delete empty file.
1782 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
1783 * config/powerpc/linux.mh (XM_FILE): Delete.
1784 * config/m68k/xm-linux.h: Delete empty file.
1785 * config/m68k/linux.mh (XM_FILE): Delete.
1786 * config/ia64/xm-linux.h: Delete empty file.
1787 * config/ia64/linux.mh (XM_FILE): Delete.
1788 * config/arm/xm-linux.h: Delete empty file.
1789 * config/arm/linux.mh (XM_FILE): Delete.
1790
1791 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1792 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
1793 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1794 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
1795 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1796 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
1797 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1798 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
1799
1800 * config/m68k/xm-m68k.h: Delete file.
1801 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
1802 copyright.
1803 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
1804 * config/pa/xm-linux.h: Delete empty file.
1805 * config/pa/linux.mh (XM_FILE): Delete.
1806 * config/i386/xm-i386.h: Delete empty file.
1807 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
1808 "i386/xm-i386.h".
1809 * config/i386/obsdaout.mh (XM_FILE): Delete.
1810 * config/i386/obsd64.mh (XM_FILE): Delete.
1811 * config/i386/fbsd64.mh (XM_FILE): Delete.
1812 * config/i386/nto.mh (XM_FILE): Delete.
1813 * config/i386/obsd.mh (XM_FILE): Delete.
1814 * config/i386/linux64.mh (XM_FILE): Delete.
1815 * config/i386/linux.mh (XM_FILE): Delete.
1816 * config/i386/i386sol2.mh (XM_FILE): Delete.
1817 * config/i386/i386gnu.mh (XM_FILE): Delete.
1818 * config/i386/fbsd.mh (XM_FILE): Delete.
1819 * config/i386/nbsd64.mh (XM_FILE): Delete.
1820
1821 2004-07-29 Andrew Cagney <cagney@gnu.org>
1822
1823 * config/pa/xm-linux.h: Do not include "floatformat.h".
1824 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1825 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
1826 * config/i386/xm-i386.h: Do not include "floatformat.h".
1827 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1828 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
1829 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1830 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
1831 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
1832 GDB_HOST_LONG_DOUBLE_FORMAT instead.
1833 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
1834 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
1835 * configure, config.in: Regenerate.
1836 * configure.host (gdb_host_float_format, gdb_host_double_format)
1837 (gdb_host_long_double_format): Set according to the host.
1838
1839 2004-07-29 Andrew Cagney <cagney@gnu.org>
1840
1841 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
1842
1843 2004-07-28 Andrew Cagney <cagney@gnu.org>
1844
1845 * PROBLEMS: Mention threads/1650.
1846 * NEWS: Mention the NPTL fix.
1847
1848 2004-07-28 Andrew Cagney <cagney@gnu.org>
1849
1850 * cli/cli-decode.c (add_setshow_cmd): Delete function.
1851 (add_setshow_cmd_full): Make static.
1852 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
1853 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
1854 * cli/cli-decode.c (add_setshow_filename_cmd)
1855 (add_setshow_string_cmd): New functions.
1856 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
1857 * mips-tdep.c (_initialize_mips_tdep): Update.
1858 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
1859 * cli/cli-logging.c (_initialize_cli_logging): Update.
1860 * complaints.c (_initialize_complaints): Update.
1861 * remote.c (_initialize_remote): Update.
1862
1863 2004-07-28 Andrew Cagney <cagney@gnu.org>
1864
1865 * cli/cli-decode.c (add_setshow_zinteger_cmd)
1866 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
1867 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
1868 print parameters. Make string parameters constant.
1869 * command.h: Update. Update copyright.
1870 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
1871 * observer.c (_initialize_observer): Ditto.
1872 * frame.c (_initialize_frame): Ditto.
1873 * complaints.c (_initialize_complaints): Ditto.
1874 * maint.c (_initialize_maint_cmds): Ditto.
1875 * target.c (initialize_targets): Ditto.
1876 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
1877 * infcall.c (_initialize_infcall): Ditto.
1878 * arm-tdep.c (_initialize_arm_tdep): Ditto.
1879 * m32r-rom.c (_initialize_m32r_rom): Ditto.
1880 * remote-rdi.c (_initialize_remote_rdi): Ditto.
1881 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
1882 * mips-tdep.c (_initialize_mips_tdep): Ditto.
1883
1884 2004-07-28 Andrew Cagney <cagney@gnu.org>
1885
1886 * gdbtypes.c (lookup_primitive_typename): Delete function.
1887 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
1888 * ada-lex.l: Use language_lookup_primitive_type_by_name.
1889 * gdbtypes.c (lookup_typename): Ditto.
1890 * f-exp.y (yylex): Ditto.
1891 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
1892
1893 * scm-lang.c (c_builtin_types): Delete extern declaration.
1894 (scm_language_defn): Replace
1895 string_char_type and primitive_type_vector with
1896 la_language_arch_info.
1897 * jv-lang.c (java_language_defn): Replace
1898 string_char_type and primitive_type_vector with
1899 la_language_arch_info.
1900 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
1901 c_builtin_types in comment.
1902 * c-lang.h (struct language_arch_info): Declare opaque.
1903 (c_language_arch_info): Declare.
1904 (c_builtin_types): Delete declaration.
1905 * c-lang.c (c_language_arch_info): Set string_char_type to
1906 builtin_char, not builtin_true_char. Make global.
1907 (c_builtin_types): Delete array.
1908 (asm_language_defn, minimal_language_defn): Replace
1909 string_char_type and primitive_type_vector with
1910 la_language_arch_info.
1911
1912 2004-07-28 Andrew Cagney <cagney@gnu.org>
1913
1914 * gdbtypes.h (struct builtin_type): Rename true_char to
1915 builtin_true_char.
1916 * gdbtypes.c (gdbtypes_post_init): Update.
1917 * c-lang.c (arch_info): New function.
1918 (enum c_primitive_types): New enum.
1919 (c_language_defn): Instead of string_char_type and
1920 primitive_type_vector set la_language_arch_info.
1921
1922 2004-07-28 Andrew Cagney <cagney@gnu.org>
1923
1924 * language.h (struct language_arch_info): Fix typo
1925 s/primative/primitive/.
1926 * gdbtypes.c (lookup_primitive_typename): Ditto.
1927 * language.c (language_lookup_primitive_type_by_name)
1928 (unknown_language_arch_info): Ditto.
1929
1930 2004-07-27 Andrew Cagney <cagney@gnu.org>
1931
1932 * defs.h (enum language): Add nr_languages.
1933 * language.h (struct language_arch_info): Define.
1934 (struct language_defn): Add la_language_arch_info.
1935 (language_lookup_primative_type_by_name): Declare.
1936 (language_string_char_type): Declare.
1937 * language.c (_initialize_language, language_gdbarch_post_init)
1938 (struct language_gdbarch, language_gdbarch_data): Implement
1939 per-architecture language information.
1940 (unknown_language_arch_info, language_string_char_type)
1941 (language_lookup_primative_type_by_name): New functions.
1942 (unknown_language_defn, auto_language_defn)
1943 (local_language_defn): Set la_language_arch_info to
1944 unknown_language_arch_info.
1945 (unknown_builtin_types): Delete.
1946 * gdbtypes.c (lookup_primitive_typename): Use
1947 language_lookup_primative_type_by_name.
1948 (create_string_type): Use language_string_char_type.
1949 * values.c (value_from_string): Use language_string_char_type.
1950 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
1951 * p-lang.c (pascal_language_defn): Ditto.
1952 * m2-lang.c (m2_language_defn): Ditto.
1953 * jv-lang.c (java_language_defn): Ditto.
1954 * objc-lang.c (objc_language_defn): Ditto.
1955 * f-lang.c (f_language_defn): Ditto.
1956 * c-lang.c (c_language_defn, cplus_language_defn)
1957 (asm_language_defn, minimal_language_defn): Ditto.
1958
1959 2004-07-27 Andrew Cagney <cagney@gnu.org>
1960
1961 * gdbtypes.h (struct builtin_type): Declare.
1962 (builtin_type): Declare.
1963 * d10v-tdep.c (d10v_register_type): Use builtin_type.
1964 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
1965 (gdbtypes_post_init): New function.
1966 (builtin_type): New function.
1967
1968 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
1969
1970 * remote-m32r-sdi.c: Fix breakpoint bug.
1971 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
1972 recv_char_data, recv_long_data): New functions to replace communication
1973 sequences.
1974
1975 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
1976
1977 Document PR threads/1650.
1978 * PROBLEMS (Threads): Document problem with many threads
1979
1980 2004-07-26 Andrew Cagney <cagney@gnu.org>
1981
1982 * gdb-mi.el: Move from here ...
1983 * mi/gdb-mi.el: ... to here.
1984
1985 2004-07-26 Andrew Cagney <cagney@gnu.org>
1986
1987 Problem reported by Ashley Pittman <ashley@quadrics.com>.
1988 * main.c (captured_main): When in batch mode always detach.
1989
1990 2004-07-26 Andrew Cagney <cagney@gnu.org>
1991
1992 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
1993 and h8300 as broken.
1994 * NEWS: END-OF-LIFE frame compatibility module.
1995 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
1996 specific comments.
1997
1998 2004-07-26 Andrew Cagney <cagney@gnu.org>
1999
2000 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2001 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2002 * wince.c (_initialize_wince): Update.
2003 * win32-nat.c (_initialize_win32_nat): Update.
2004 * varobj.c (_initialize_varobj): Update.
2005 * valops.c (_initialize_valops): Update.
2006 * utils.c (initialize_utils, initialize_utils): Update.
2007 * tui/tui-win.c (_initialize_tui_win): Update.
2008 * top.c (init_main): Update.
2009 * symfile.c (_initialize_symfile): Update.
2010 * source.c (_initialize_source): Update.
2011 * somsolib.c (_initialize_som_solib): Update.
2012 * solib.c (_initialize_solib): Update.
2013 * solib-frv.c (_initialize_frv_solib): Update.
2014 * serial.c (_initialize_serial): Update.
2015 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2016 * remote.c (_initialize_remote, _initialize_remote): Update.
2017 * remote-vx.c (_initialize_vx): Update.
2018 * remote-utils.c (_initialize_sr_support): Update.
2019 * remote-sds.c (_initialize_remote_sds): Update.
2020 * remote-mips.c (_initialize_remote_mips): Update.
2021 * remote-e7000.c (_initialize_remote_e7000): Update.
2022 * proc-api.c (_initialize_proc_api): Update.
2023 * printcmd.c: Update.
2024 * parse.c (_initialize_parse): Update.
2025 * pa64solib.c (_initialize_pa64_solib): Update.
2026 * p-valprint.c (_initialize_pascal_valprint): Update.
2027 * monitor.c (_initialize_remote_monitors): Update.
2028 * mips-tdep.c (_initialize_mips_tdep): Update.
2029 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2030 * maint.c (_initialize_maint_cmds): Update.
2031 * lin-lwp.c (_initialize_lin_lwp): Update.
2032 * language.c (_initialize_language): Update.
2033 * kod.c (_initialize_kod): Update.
2034 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2035 * i386-tdep.c (_initialize_i386_tdep): Update.
2036 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2037 * gdbarch.sh: Update.
2038 * gdbarch.c: Re-generate.
2039 * gdb-events.sh: Update.
2040 * gdb-events.c: Re-generate.
2041 * frame.c (_initialize_frame): Update.
2042 * exec.c: Update.
2043 * demangle.c (_initialize_demangler): Update.
2044 * dcache.c (_initialize_dcache): Update.
2045 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2046 * cp-valprint.c (_initialize_cp_valprint): Update.
2047 * corefile.c (_initialize_core): Update.
2048 * command.h: Update.
2049 * cli/cli-decode.h: Update.
2050 * cli/cli-cmds.c (init_cli_cmds): Update.
2051 * charset.c (_initialize_charset): Update.
2052 * breakpoint.c (_initialize_breakpoint): Update.
2053 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2054 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2055 * aix-thread.c (_initialize_aix_thread): Update.
2056
2057 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2058
2059 Partial fix for PR backtrace/1718.
2060 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2061 that GCC migrates into the prolugue. Don't handle any
2062 instructions that clobber %ebx.
2063
2064 2004-07-23 Andrew Cagney <cagney@gnu.org>
2065
2066 Use regcache_raw_collect instead of regcache_collect.
2067 * regcache.h (regcache_collect): Delete declaration.
2068 * regcache.c (regcache_colect): Delete function.
2069 * win32-nat.c (do_child_store_inferior_registers): Update.
2070 * sol-thread.c (sol_thread_store_registers): Update.
2071 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2072 * rs6000-nat.c (store_register): Update.
2073 * remote.c (store_register_using_P, remote_store_registers): Update.
2074 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2075 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2076 (fill_vrregset, store_spe_registers, fill_gregset)
2077 (fill_gregset): Update.
2078 * nto-procfs.c (procfs_store_registers): Update.
2079 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2080 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2081 * m68klinux-nat.c (store_register, fill_gregset): Update.
2082 * m68k-tdep.c (fill_gregset): Update.
2083 * infptrace.c (store_register): Update.
2084 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2085 * i386-linux-nat.c (store_register, fill_gregset): Update.
2086 * hppa-linux-nat.c (fill_gregset): Update.
2087 * go32-nat.c (store_register): Update.
2088 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2089 (store_fp_regs): Update.
2090 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2091 (store_nwfpe_extended, store_fpregister, store_fpregs)
2092 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2093 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2094 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2095 (store_regs_user_thread, store_regs_kernel_thread): Update.
2096
2097 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2098
2099 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2100 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2101 encoding.
2102 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2103 member of `struct comp_unit'.
2104
2105 2004-07-23 Andrew Cagney <cagney@gnu.org>
2106
2107 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2108 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2109
2110 2004-07-23 Martin Hunt <hunt@redhat.com>
2111 Kevin Buettner <kevinb@redhat.com>
2112
2113 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2114 alignment was being added to the offset instead of multiplied.
2115
2116 2004-07-23 Mark Kettenis <kettenis@gnu.org>
2117
2118 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2119 changed signal trampoline in OpenBSD 3.5-current.
2120
2121 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2122 <machine/pcb.h> and "bsd-kvm.h".
2123 (sparc64nbsd_supply_pcb): New function.
2124 (_initialize_sparc64nbsd_nat): Renamed from
2125 _initialize_sparcnbsd_nat. Enable libkvm interface.
2126 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2127 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2128 (LOADLIBES): New variable.
2129
2130 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2131
2132 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2133
2134 2004-07-21 Andrew Cagney <cagney@gnu.org>
2135
2136 Use regcache_raw_supply instead of supply_register.
2137 * regcache.h (supply_register): Delete declaration.
2138 * regcache.c (supply_register): Delete function.
2139 * wince.c (do_child_fetch_inferior_registers): Update.
2140 * win32-nat.c (do_child_fetch_inferior_registers)
2141 (fetch_elf_core_registers): Update.
2142 * v850ice.c (v850ice_fetch_registers): Update.
2143 * thread-db.c (thread_db_store_registers): Update.
2144 * sol-thread.c (sol_thread_store_registers): Update.
2145 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2146 * rs6000-nat.c (fetch_register): Update.
2147 * rom68k-rom.c (rom68k_supply_one_register): Update.
2148 * remote.c (remote_wait, remote_async_wait): Update.
2149 * remote-st.c (get_hex_regs): Update.
2150 * remote-sim.c (gdbsim_fetch_register): Update.
2151 * remote-sds.c (sds_fetch_registers): Update.
2152 * remote-rdp.c (remote_rdp_fetch_register): Update.
2153 * remote-rdi.c (arm_rdi_fetch_registers): Update.
2154 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2155 * remote-m32r-sdi.c (m32r_fetch_register): Update.
2156 * remote-hms.c (init_hms_cmds): Update.
2157 * remote-est.c (init_est_cmds): Update.
2158 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
2159 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2160 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2161 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
2162 (fetch_register, supply_vrregset, supply_vrregset)
2163 (fetch_spe_registers): Update.
2164 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2165 * monitor.c (monitor_supply_register): Update.
2166 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2167 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2168 (mipsnbsd_supply_fpreg): Update.
2169 * mips-nat.c (fetch_inferior_registers)
2170 (fetch_core_registers): Update.
2171 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
2172 (supply_fpregset, mips64_supply_gregset)
2173 (mips64_supply_fpregset): Update.
2174 * m68klinux-nat.c (fetch_register, supply_gregset)
2175 (supply_fpregset): Update.
2176 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2177 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2178 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2179 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2180 * infptrace.c (fetch_register): Update.
2181 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2182 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2183 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
2184 (gnu_fetch_registers, gnu_store_registers): Update.
2185 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2186 * i386-linux-nat.c (fetch_register, supply_gregset)
2187 (dummy_sse_values): Update.
2188 * hpux-thread.c (hpux_thread_fetch_registers): Update.
2189 * hppah-nat.c (fetch_register): Update.
2190 * hppa-linux-nat.c (fetch_register, supply_gregset)
2191 (supply_fpregset): Update.
2192 * go32-nat.c (fetch_register): Update.
2193 * dve3900-rom.c (fetch_bitmapped_register)
2194 (_initialize_r3900_rom): Update.
2195 * cris-tdep.c (supply_gregset): Update.
2196 * abug-rom.c (init_abug_cmds): Update.
2197 * core-aout.c (fetch_core_registers): Update.
2198 * armnbsd-nat.c (supply_gregset, supply_fparegset)
2199 (fetch_register, fetch_fp_register): Update.
2200 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
2201 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
2202 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
2203 * alphanbsd-tdep.c (fetch_core_registers): Update.
2204 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
2205 * alpha-nat.c (fetch_osf_core_registers)
2206 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
2207 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
2208 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
2209
2210 2004-07-21 Andrew Cagney <cagney@gnu.org>
2211
2212 * PROBLEMS: Mention breakpoints/1702.
2213 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
2214 that is known to work.
2215
2216 2004-07-21 Andrew Cagney <cagney@gnu.org>
2217
2218 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
2219 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
2220 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
2221 (handle_inferior_event): Wrap call to deprecated
2222 IGNORE_HELPER_CALL in #ifdef.
2223 * config/mips/tm-nbsd.h: Update.
2224
2225 2004-07-20 Jim Blandy <jimb@redhat.com>
2226
2227 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
2228 bfd_mach_ppc has no segment registers.
2229
2230 Include PowerPC SPR numbers for special-purpose registers.
2231 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
2232 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
2233 new member in initializer.
2234 (S, S4, SN4, S64): New macros for defining special-purpose
2235 registers.
2236 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
2237 registers_403, registers_403GC, registers_505, registers_860,
2238 registers_601, registers_602, registers_603, registers_604,
2239 registers_750, registers_e500): Use them.
2240
2241 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
2242 replace references with expression used to initialize variable.
2243
2244 2004-07-20 Andrew Cagney <cagney@gnu.org>
2245
2246 * breakpoint.c (deprecated_read_memory_nobpt): Rename
2247 read_memory_nobpt.
2248 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
2249 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
2250 (s390_sigtramp_frame_sniffer): Update.
2251 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
2252 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
2253 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
2254 (mips32_fetch_instruction): Update.
2255 * mcore-tdep.c (get_insn): Update.
2256 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
2257 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
2258 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
2259 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2260 (i386_linux_rt_sigtramp_start): Update.
2261 * i386-linux-nat.c (child_resume): Update.
2262 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
2263 * hppa-linux-tdep.c (insns_match_pattern): Update.
2264 * gdbcore.h: Update.
2265 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
2266 * frame.c (safe_frame_unwind_memory): Update.
2267 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
2268 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
2269 * alpha-tdep.c (alpha_read_insn): Update.
2270
2271 2004-07-20 Andrew Cagney <cagney@gnu.org>
2272
2273 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
2274 containing both bytes and mask. Add "frame_type".
2275 * tramp-frame.c (tramp_frame_start): Update.
2276 (tramp_frame_prepend_unwinder): Update.
2277 * mips-linux-tdep.c (mips_linux_o32_sigframe)
2278 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
2279 (mips_linux_n64_rt_sigframe): Update. Make "static const".
2280 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
2281
2282 2004-07-19 Eli Zaretskii <eliz@gnu.org>
2283
2284 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
2285 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
2286 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
2287 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
2288
2289 2004-07-17 Andrew Cagney <cagney@gnu.org>
2290
2291 * NEWS, PROBLEMS: Update for 6.2.
2292
2293 * README: Update to 6.2.
2294
2295 * utils.c (xvasprintf): Call xstrvprintf.
2296
2297 * parse.c: Update copyright.
2298 (null_post_parser): Eliminate ARGSUSED.
2299
2300 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
2301 * tui/tui-win.c (tui_get_cmd_list): Ditto.
2302 * symfile-mem.c (_initialize_symfile_mem): Ditto.
2303
2304 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
2305 * ppc-linux-nat.c: Use "Linux kernel".
2306 * hppa-linux-tdep.c: Use GNU/Linux.
2307 * hppa-linux-nat.c: Use GNU/Linux.
2308 * dwarfread.c: Add [sic] to use of Linux.
2309
2310 * hppa-linux-nat.c: Do not include <string.h>.
2311 (supply_fpregset): Remove "register" attribute.
2312
2313 * solib-frv.c (fetch_loadmap): Use xfree, not free.
2314
2315 2004-07-17 Mark Kettenis <kettenis@gnu.org>
2316
2317 * configure.in: Define _MSE_INT_H on Solaris 9 too.
2318 * configure, config.in: Regenerated.
2319
2320 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
2321 "bsd-kvm.h".
2322 (vaxbsd_supply_pcb): New function.
2323 (_initialize_vaxbsd_nat): New prototype and function.
2324 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
2325 solib-sunos.o.
2326 (LOADLIBES): New variable.
2327 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2328 (LOADLIBES): New variable.
2329 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2330 (LOADLIBES): New variable.
2331 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2332
2333 2004-07-16 Andrew Cagney <cagney@gnu.org>
2334
2335 * defs.h (event_loop_p): Replace variable declaration with macro,
2336 always 1.
2337 * main.c (captured_main): Delete options "-async" and "-noasync".
2338 (event_loop_p): Delete variable.
2339 * NEWS: Mention that "-async" and "-noasync" were removed.
2340
2341 2004-07-16 Andrew Cagney <cagney@gnu.org>
2342
2343 * remote-m32r-sdi.c: Re-indent.
2344
2345 2004-07-16 Jim Blandy <jimb@redhat.com>
2346
2347 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
2348 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
2349 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
2350 missing MPC823 SPRs.
2351 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
2352 incorrect. (This was corrected in GDB's register name tables on
2353 2004-07-14.)
2354
2355 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
2356 should be "esasrr" ("ESA Save and Restore Register").
2357
2358 2004-07-16 Andrew Cagney <cagney@gnu.org>
2359
2360 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
2361 calls, no longer applicable. Update comments and rename parameter
2362 "step_frame" to "return_frame".
2363
2364 2004-07-16 Andrew Cagney <cagney@gnu.org>
2365
2366 * frame.c (fprint_field): New function.
2367 (fprint_frame_id): Use fprint_field.
2368
2369 2004-07-15 Joel Brobecker <brobecker@gnat.com>
2370
2371 * ada-lang.c (ada_language_defn): Remove commented out code.
2372
2373 2004-07-15 Jim Blandy <jimb@redhat.com>
2374
2375 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
2376 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
2377
2378 2004-07-14 Jim Blandy <jimb@redhat.com>
2379
2380 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
2381
2382 * ppc-tdep.h (ppc_num_vrs): New enum constant.
2383
2384 * ppc-tdep.h (ppc_num_srs): New enum constant.
2385
2386 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
2387 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
2388 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
2389 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
2390 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
2391 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
2392 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
2393 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
2394 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
2395 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
2396 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
2397 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
2398 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
2399 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
2400 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
2401 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
2402 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
2403 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
2404 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
2405 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
2406 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
2407 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
2408 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
2409 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
2410 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
2411 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
2412 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
2413 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
2414 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
2415 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
2416 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
2417 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
2418 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
2419 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
2420 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
2421 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
2422 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
2423 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
2424 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
2425 special-purpose register numbers.
2426
2427 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
2428 manual mentions 'md_twb', but many mention 'm_twb', and at that
2429 point in the register list.)
2430
2431 2004-07-14 Andrew Cagney <cagney@gnu.org>
2432
2433 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
2434 instead of "internal-error".
2435
2436 2004-07-10 Joel Brobecker <brobecker@gnat.com>
2437
2438 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
2439 that was inserted inside a comment.
2440
2441 2004-07-10 Randolph Chung <tausq@debian.org>
2442
2443 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
2444 function.
2445 (hppa_hpux_push_dummy_code): New function.
2446 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
2447 Set find_global_pointer method.
2448
2449 2004-07-10 Mark Kettenis <kettenis@gnu.org>
2450
2451 * NEWS: Mention BSD libkvm interface.
2452
2453 2004-07-10 Michael Snyder <msnyder@redhat.com>
2454
2455 * symfile.c (generic_load): Comment typo.
2456 * stack.c (get_selected_block): Ditto.
2457 * regcache.c (regcache_cooked_read): Ditto.
2458 * monitor.c (monitor_debug): Ditto.
2459 * mips-tdep.c (mips_read_pc): Ditto.
2460 * i386-linux-nat.c (ps_get_thread_area): Ditto.
2461 * gdb_mbuild.sh: Ditto.
2462 * gdbarch.sh: Ditto.
2463 * gdbarch.h: Ditto.
2464
2465 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
2466
2467 * ada-tasks.c: Remove file.
2468
2469 Remove ARI problems:
2470
2471 * ada-exp.y (write_var_from_sym): Reformat to put operator at
2472 beginning of line.
2473
2474 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
2475 Add comment.
2476 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
2477 (MIN_OF_SIZE): Rename min_of_size. Add comment.
2478 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
2479 (UMIN_OF_SIZE): Remove.
2480 (max_of_type): New function to replace orphan macro in gdbtypes.h
2481 (min_of_type): Ditto.
2482 (discrete_type_high_bound): Use max_of_type.
2483 (discrete_type_low_bound): Use min_of_type.
2484 (possible_user_operator_p): Move operator to beginning of line.
2485 (ada_is_variant_part): Ditto.
2486 (ensure_lval): Rewrite to avoid deprecated operations.
2487 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
2488 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
2489 (ada_enum_name): Remove assignments in 'if' statements.
2490 (build_ada_types): Add gdbarch parameter.
2491 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
2492 with gdbarch_data_register_post_init.
2493 Use add_setshow_uinteger_cmd rather than add_set_cmd and
2494 add_show_from_set.
2495
2496 * ada-valprint.c (inspect_it): Remove declaration.
2497 (repeat_count_threshold): Remove declaration.
2498 (ada_print_floating): Remove assignments in 'if' statements.
2499 (print_str): Move operator to beginning of line.
2500
2501 2004-07-08 Jim Blandy <jimb@redhat.com>
2502
2503 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
2504
2505 2004-07-08 Bob Rossi <bob@brasko.net>
2506
2507 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
2508
2509 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
2510
2511 * language.h (struct_language_defn): Add new function pointer:
2512 la_class_name_from_physname. Also add new prototype for
2513 language_class_name_from_physname.
2514 * language.c (language_class_name_from_physname): New function.
2515 (unk_lang_class_name): Ditto.
2516 (unknown_language_defn, auto_language_defn): Change
2517 to add unk_lang_class_name function pointer for
2518 la_class_name_from_physname.
2519 (local_language_defn): Ditto.
2520 * dwarf2read.c (guess_structure_name): Change to call
2521 language_class_name_from_physname.
2522 (determine_class_name): Ditto.
2523 * cp-support.c (class_name_from_physname): Renamed.
2524 (cp_class_name_from_physname): New name of function.
2525 * cp-support.h: Ditto.
2526 * c-lang.c (c_language_defn): Change to add NULL
2527 for class_name_from_physname function pointer.
2528 (cplus_language_defn): Change to add cp_class_name_from_physname.
2529 * jv-lang.c (java_class_name_physname): New function.
2530 (java_find_last_component): New static routine.
2531 (java_language_defn): Add java_class_name_from_physname pointer.
2532 * ada-lang.c (ada_language_defn): Change to add NULL
2533 for class_name_from_physname function pointer.
2534 * f-lang.c (f_language_defn): Ditto.
2535 * m2-lang.c (m2_language_defn): Ditto.
2536 * objc-lang.c (objc_language_defn): Ditto.
2537 * p-lang.c (pascal_language_defn): Ditto.
2538 * scm-lang.c (scm_language_defn): Ditto.
2539
2540 2004-07-06 Andrew Cagney <cagney@gnu.org>
2541
2542 Patch from Bart Robinson.
2543 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
2544 (O_LARGEFILE): Define to 0, if not defined.
2545
2546 2004-07-03 Mark Kettenis <kettenis@gnu.org>
2547
2548 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
2549 <machine/pcb.h> and "bsd-kvm.h".
2550 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
2551 (m68kbsd_supply_pcb): New function.
2552 (_initialize_m68kbsd_nat): New prototype and function.
2553 * Makefile.in (m68kbsd-nat.o): Update dependencies.
2554 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2555 (LOADLIBES): New variable.
2556 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2557 (LOADLIBES): New variable.
2558
2559 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
2560
2561 2004-07-03 Mark Kettenis <kettenis@gnu.org>
2562
2563 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
2564 <sys/proc.h>.
2565 (bsd_kvm_cmdlist): New variable.
2566 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
2567 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
2568 command and "kvm proc" command.
2569 * Makefile.in (bsd-kvm.o): Update dependencies.
2570
2571 2004-07-02 Mark Kettenis <kettenis@gnu.org>
2572
2573 * osabi.c: Update copyright year.
2574 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
2575 notes if EI_OSABI is set to ELFOSABI_HPUX.
2576
2577 2004-07-01 Michael Snyder <msnyder@redhat.com>
2578
2579 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
2580 that seems to have gotten whacked out of line.
2581
2582 2004-07-01 Mark Kettenis <kettenis@gnu.org>
2583
2584 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
2585 code.
2586
2587 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2588
2589 * ada-lang.c (decode_packed_array): Minor change to comment.
2590 (ada_value_slice_ptr): New function.
2591 (ada_value_slice): New function.
2592 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
2593 test. Don't know why it is there.
2594 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
2595 to avoid dereferencing huge arrays from which one is slicing.
2596 (empty_array): Correct to return an array rather than
2597 a subrange value.
2598 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
2599 on empty arrays (let'em use 'FIRST instead).
2600
2601 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2602
2603 Address complaints from gdb_ari.sh:
2604
2605 * ada-exp.y: Include gdb_string.h rather than string.h.
2606 (convert_char_literal): Reformat declaration.
2607 * ada-lang.h: Include opaque struct declaration for struct frame_info.
2608 * ada-lex.l: Change use of free to xfree (the macro would do so
2609 anyway, but this is harmless).
2610 Include gdb_string.h rather than string.h.
2611 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
2612
2613 * ada-lang.c (parse): Remove K&Rism in parameter list.
2614 (is_name_suffix): Correct Linux => GNU/Linux in comment.
2615
2616 2004-06-30 Mark Kettenis <kettenis@gnu.org>
2617
2618 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
2619 dead code.
2620
2621 2004-06-30 Mark Kettenis <kettenis@gnu.org>
2622
2623 * alphabsd-nat.c: Update copyright year.
2624 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
2625
2626 2004-06-29 Joel Brobecker <brobecker@gnat.com>
2627
2628 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
2629 (i386_cygwin_in_solib_call_trampoline): New function.
2630 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
2631 and skip_trampoline_code gdbarch methods.
2632
2633 2004-06-29 Jim Blandy <jimb@redhat.com>
2634
2635 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
2636 name actually used in the dependency lists.
2637
2638 2004-06-29 Randolph Chung <tausq@debian.org>
2639
2640 * NEWS (New native configurations): Mention GNU/Linux/hppa.
2641
2642 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
2643
2644 * win32-nat.c (child_pid_to_exec_file): New function.
2645 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
2646 functionality.
2647
2648 2004-06-28 Andrew Cagney <cagney@gnu.org>
2649
2650 * defs.h (xstrvprintf): Declare.
2651 * utils.c (xstrvprintf): New function.
2652 (internal_vproblem, xstrprintf, xasprintf)
2653 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
2654 * serial.c (serial_printf): Ditto.
2655 * complaints.c (vcomplaint): Ditto.
2656
2657 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
2658
2659 * infcmd.c (attach_command): Move call to target_terminal_inferior
2660 behind loading symbol table.
2661
2662 2004-06-28 Andrew Cagney <cagney@gnu.org>
2663
2664 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
2665 change - add back extern deprecated_ui_loop_hook declaration.
2666
2667 2004-06-28 Andrew Cagney <cagney@gnu.org>
2668
2669 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
2670 xstrprintf.
2671 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
2672 (c_value_of_variable): Ditto.
2673 * utils.c (internal_vproblem): Ditto.
2674 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
2675 * remote.c (add_packet_config_cmd): Ditto.
2676 * remote-rdp.c (rdp_set_command_line): Ditto.
2677 * regcache.c (regcache_dump): Ditto.
2678 * frv-tdep.c (new_variant, new_variant): Ditto.
2679 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
2680 (fbsd_find_memory_regions): Ditto.
2681 * breakpoint.c (create_thread_event_breakpoint)
2682 (create_breakpoints): Ditto.
2683 * aix-thread.c (aix_thread_pid_to_str): Ditto.
2684 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
2685
2686 2004-06-28 Joel Brobecker <brobecker@gnat.com>
2687
2688 * ada-lang.c: Re-indent file, with some massaging to help indent
2689 a bit when the result is otherwise really too ugly.
2690
2691 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2692
2693 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
2694 code_addr_p and special_addr_p to 'unsigned int'.
2695
2696 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2697
2698 * i386v4-nat.c: Update copyright year and tweak comment.
2699 (regmap): Remove trailing comma.
2700 (supply_gregset): Rename local variable i to regnum. Call
2701 regcache_raw_supply instead of supply_register.
2702 (fill_gregset): Rename argument regno to regnum. Call
2703 regcache_raw_collect instead of regcache_collect.
2704
2705 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2706
2707 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
2708 and special_addr_p.
2709 (frame_id_build, frame_id_build_special): Update comments.
2710 (frame_id_build_wild): New prototype.
2711 * frame.c (frame_id_build, frame_id_build_special): Fill in new
2712 struct frame_id fields.
2713 (frame_id_build_wild): New function.
2714 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
2715
2716 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2717
2718 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
2719 hppabsd-tdep.c.
2720
2721 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2722
2723 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
2724
2725 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2726
2727 * ada-lang.c: Re-indent file.
2728
2729 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2730
2731 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
2732 (no_symtab_msg): Likewise.
2733
2734 2004-06-27 Andreas Schwab <schwab@suse.de>
2735
2736 * source.c: Fix whitespace.
2737
2738 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2739
2740 * configure.in: Include <sys/param.h> for td_pcb test.
2741 * configure: Regenerated.
2742
2743 * i386nbsd-nat.c: New file.
2744 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
2745 i386obsd-nat.c and i386obsd-tdep.c.
2746 (i386nbsd-nat.o): New dependency.
2747 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
2748 bsd-kvm.o.
2749 (LOADLIBES): New variable.
2750 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
2751 bsd-kvm.o.
2752 (LOADLIBES): New variable.
2753
2754 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
2755 (LOADLIBES): New variable.
2756
2757 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
2758 fetching from BSD_KVM_PADDR. Correctly lookup address for
2759 "_thread0".
2760
2761 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
2762 "bsd-kvm.h".
2763 (amd64fbsd_supply_pcb): New funcion.
2764 (_initialize_amd64fbsd_nat): Enable libkvm interface.
2765
2766 2004-06-27 <david@streamline-computing.com>
2767
2768 Partial fix for PR cli/1056.
2769 * valarith.c: Check for zero in division and remainder
2770 evaluation.
2771
2772 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2773
2774 * i387-tdep.c: Remove excessive whitespace.
2775
2776 2004-06-26 Andrew Cagney <cagney@gnu.org>
2777
2778 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
2779 * gdb-events.h, gdb-events.c: Re-generate.
2780 * tui/tui-hooks.c (tui_install_hooks): Update.
2781 (tui_remove_hooks): Update.
2782 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
2783
2784 2004-06-26 Mark Kettenis <kettenis@gnu.org>
2785
2786 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
2787 (gregset_t, fpregset_t): Remove typedefs.
2788 (REG_OFFSET): Rename argument.
2789 (amd64bsd_r_reg_offset): Rename from reg_offset.
2790 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
2791 Remove functions.
2792 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
2793 of reg_offset.
2794 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
2795
2796 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
2797
2798 * vax-tdep.c: Tweak comment.
2799
2800 Add OpenBSD/hppa support.
2801 * NEWS (New native configurations): Mention OpenBSD/hppa.
2802 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
2803 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
2804 files.
2805 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
2806 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
2807 * configure.host: Add hppa*-*-openbsd*.
2808 * configure.tgt: Add hppa*-*-openbsd*.
2809
2810 2004-06-25 Andrew Cagney <cagney@gnu.org>
2811
2812 * defs.h (deprecated_ui_loop_hook): Deprecated.
2813 * wince.c (child_wait): Update.
2814 * win32-nat.c (child_wait): Update.
2815 * v850ice.c (v850ice_wait): Update.
2816 * top.c (deprecated_ui_loop_hook): Update.
2817 * serial.h: Update.
2818 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
2819 (do_unix_readchar): Update.
2820 * ser-tcp.c (net_open): Update.
2821 * remote-sim.c (gdb_os_poll_quit): Update.
2822 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
2823
2824 2004-06-24 Andrew Cagney <cagney@gnu.org>
2825
2826 * defs.h (deprecated_pre_add_symbol_hook)
2827 (deprecated_post_add_symbol_hook): Deprecated.
2828 * symfile.c (symbol_file_add_with_addrs_or_offsets)
2829 (symbol_file_add_with_addrs_or_offsets): Update references.
2830
2831 2004-06-24 Andrew Cagney <cagney@gnu.org>
2832
2833 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
2834 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
2835 * wince.c (ui_loop_hook): Delete extern declaration.
2836 * win32-nat.c (ui_loop_hook): Delete extern declaration..
2837 * v850ice.c (ui_loop_hook): Delete extern declaration..
2838 * ser-unix.c (ui_loop_hook): Delete extern declaration..
2839 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
2840 * remote-sim.c (ui_loop_hook): Delete extern declaration..
2841 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
2842 ui_loop_hook declaration.
2843
2844 2004-06-24 Andrew Cagney <cagney@gnu.org>
2845
2846 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
2847 entry_func_highpc fields.
2848 * objfiles.c (init_entry_point_info): Do not clear
2849 entry_func_lowpc and entry_func_highpc.
2850 (objfile_relocate): Do not relocate entry_func_lowpc and
2851 entry_func_highpc.
2852 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
2853 entry_func_highpc.
2854 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
2855 entry_func_highpc.
2856 * blockframe.c (legacy_frame_chain_valid): Replace tests against
2857 entry_func_lowpc and entry_func_highpc with call to
2858 inside_entry_func.
2859
2860 2004-06-24 Mark Kettenis <kettenis@gnu.org>
2861
2862 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
2863 quad-precision floating point arguments in registers.
2864
2865 2004-06-24 Mark Kettenis <kettenis@gnu.org>
2866
2867 From Michael Mueller <m.mueller99@kay-mueller.de>:
2868 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
2869 account.
2870
2871 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
2872
2873 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
2874 to -1.
2875 * breakpoint.c (bpstat_stop_status): Move check for ignoring
2876 untriggered watchpoints to a separate if clause. Update function
2877 comment regarding STOPPED_BY_WATCHPOINT argument.
2878
2879 2004-06-22 Jim Blandy <jimb@redhat.com>
2880
2881 * gdbarch.sh: Doc fix.
2882
2883 2004-06-21 Martin Hunt <hunt@redhat.com>
2884 Kevin Buettner <kevinb@redhat.com>
2885
2886 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
2887 * mips-tdep.h (MIPS_SP_REGNUM): Define.
2888 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
2889 to set_gdbarch_sp_regnum(). Use cooked register number.
2890 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
2891
2892 2004-06-21 Andrew Cagney <cagney@gnu.org>
2893
2894 * gdbarch.sh: When the macro field is empty, do not generate a
2895 macro definition. When the macro field is "=", generate the macro
2896 name from the upper-case function name.
2897 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
2898 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
2899 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
2900 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
2901 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
2902 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
2903 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
2904 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
2905 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
2906 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
2907 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
2908 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
2909 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
2910 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
2911 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
2912 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
2913 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
2914 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
2915 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
2916 (DEPRECATED_USE_STRUCT_CONVENTION)
2917 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2918 (DEPRECATED_FRAME_INIT_SAVED_REGS)
2919 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
2920 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
2921 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
2922 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
2923 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
2924 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
2925 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
2926 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
2927 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
2928 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
2929 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
2930 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
2931 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
2932 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
2933 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
2934 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
2935
2936 2004-06-21 Andrew Cagney <cagney@gnu.org>
2937
2938 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
2939 macro name, and the function rather than macro value. Only wrap
2940 macro print statements in #ifdef. Move format logic to where it
2941 is needed.
2942 * gdbarch.c: Re-generate.
2943
2944 * gdbarch.sh (read): Delete "print_p" and "description", add
2945 "garbage_at_eol". Check for non-empty garbage at end-of-line.
2946 Delete references to print_p.
2947 (TARGET_ARCHITECTURE): Delete print predicate.
2948 * gdbarch.c: Re-generate.
2949
2950 * gdbarch.sh: Check that multi-arch methods do not provide a
2951 macro.
2952 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
2953 (print_registers_info, print_float_info, print_vector_info)
2954 (adjust_breakpoint_address, remote_translate_xfer_address)
2955 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
2956 (address_class_type_flags_to_name, unwind_sp): Remove the macro
2957 name from the multi-arch definition.
2958
2959 2004-06-20 Andrew Cagney <cagney@gnu.org>
2960
2961 * gdbarch.sh: Sort by the function, instead of macro name.
2962 * gdbarch.c: Re-generate.
2963
2964 2004-06-20 Andrew Cagney <cagney@gnu.org>
2965
2966 * gdbarch.sh: Use the function, instead of macro name in
2967 errors and the log file.
2968 (return_value): Remove stray ":" in spec.
2969
2970 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
2971 * gdbarch.h, gdbarch.c: Re-generate.
2972 * Makefile.in (arch-utils.o): Update dependencies.
2973 * values.c (using_struct_return): Move code calling
2974 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
2975 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
2976 to legacy_return_value, simplify.
2977 * infcmd.c (print_return_value): Move code calling
2978 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
2979 to legacy_return_value, simplify.
2980 * infcall.c (call_function_by_hand): Move code calling
2981 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
2982 * arch-utils.c: Update copyright. Include "gdbcore.h".
2983 (legacy_return_value): New function.
2984 * arch-utils.h: Update copyright.
2985 (legacy_return_value): Declare.
2986
2987 2004-06-20 Andrew Cagney <cagney@gnu.org>
2988
2989 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
2990 * gdbarch.h, gdbarch.c: Re-generate.
2991 * values.c (using_struct_return): Update call.
2992 * mcore-tdep.c: Update comment.
2993 * infcall.c (call_function_by_hand): Update comment.
2994 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2995 * arch-utils.h (always_use_struct_convention): Update.
2996 * v850-tdep.c (v850_gdbarch_init): Update.
2997 * sh64-tdep.c (sh64_gdbarch_init): Update.
2998 * sh-tdep.c (sh_gdbarch_init): Update.
2999 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3000 * mips-tdep.c (mips_gdbarch_init): Update.
3001 * mcore-tdep.c (mcore_gdbarch_init): Update.
3002 * m32r-tdep.c (m32r_gdbarch_init): Update.
3003 * ia64-tdep.c (ia64_gdbarch_init): Update.
3004 * h8300-tdep.c (h8300_gdbarch_init): Update.
3005 * frv-tdep.c (frv_gdbarch_init): Update.
3006 * cris-tdep.c (cris_gdbarch_init): Update.
3007 * arm-tdep.c (arm_gdbarch_init): Update.
3008 * alpha-tdep.c (alpha_gdbarch_init): Update.
3009
3010 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3011
3012 * PROBLEMS: Add more specific information, and a work-around,
3013 for PR gdb/1458.
3014
3015 2004-06-18 Andrew Cagney <cagney@gnu.org>
3016
3017 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3018 * gdbarch.h, gdbarch.c: Re-generate.
3019 * ada-lang.c (ada_finish_decode_line_1): Update.
3020 * infrun.c (handle_inferior_event): Update.
3021 * infcall.c (find_function_addr): Update.
3022 * linespec.c (minsym_found): Update.
3023 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3024 Update.
3025 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3026 * cli/cli-cmds.c (disassemble_command): Update.
3027 * vax-tdep.c (vax_gdbarch_init): Update.
3028
3029 2004-06-18 Mark Kettenis <kettenis@gnu.org>
3030
3031 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3032
3033 2004-06-17 Andrew Cagney <cagney@gnu.org>
3034
3035 GDB 6.1.1 released from the GDB 6.1 branch.
3036 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3037 * PROBLEMS: Ditto.
3038
3039 2004-06-16 Daniel Jacobowitz <dan@debian.org>
3040
3041 PR gdb/1658
3042 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3043 operation as a uleb128. Found by Michael Coulter.
3044
3045 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3046
3047 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3048 make it non-static.
3049 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3050 to ada-lang.h; this is needed to be able to implement the kill command
3051 in multi-task mode.
3052 (task_ptid): Ditto.
3053 (task_entry): Ditto.
3054 (task_list): Ditto.
3055 (ada_build_task_list): Ditto.
3056
3057 * ada-lang.c: Conditionalize routines and data structures related
3058 to breakpoints, exceptions, completion, and symbol caching on
3059 GNAT_GDB, since these are not yet used in the submitted public sources.
3060 (ada_main_name): Editorial: Move definition out of exception-related
3061 code.
3062
3063 2004-06-15 Andrew Cagney <cagney@gnu.org>
3064
3065 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3066 deprecated_pc_in_call_dummy.
3067
3068 2004-06-15 Alan Modra <amodra@bigpond.net.au>
3069
3070 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3071 bfd_get_section_size_before_reloc or _raw_size.
3072 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3073 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3074 (dwarf2_read_section): Likewise.
3075 * elfread.c (elf_locate_sections): Likewise.
3076 * gcore.c (derive_heap_segment): Likewise.
3077 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3078 * remote-e7000.c (e7000_load): Likewise.
3079 * remote-m32r-sdi.c (m32r_load): Likewise.
3080 * remote-mips.c (mips_load_srec): Likewise.
3081 (pmon_load_fast): Likewise.
3082 * remote.c (compare_sections_command): Likewise.
3083 * symfile.c (add_section_size_callback): Likewise.
3084 (load_section_callback): Likewise.
3085 (pc_in_unmapped_range): Likewise.
3086 (pc_in_mapped_range): Likewise.
3087 (sections_overlap): Likewise.
3088 (list_overlays_command): Likewise.
3089 (simple_overlay_update_1): Likewise.
3090 (simple_overlay_update): Likewise.
3091 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3092 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3093
3094 2004-06-14 Randolph Chung <tausq@debian.org>
3095
3096 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3097 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3098 static.
3099 (hppa_hpux_inferior_created): New function.
3100 (hppa_hpux_init_abi): Register observer.
3101 * symfile.c (hp_cxx_exception_support_initialized)
3102 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3103 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3104
3105 2004-06-14 Randolph Chung <tausq@debian.org>
3106
3107 * MAINTAINERS (Write After Approval): Alphabetize my entry
3108 correctly.
3109
3110 2004-06-14 Andrew Cagney <cagney@gnu.org>
3111
3112 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3113 testsuite maintainer.
3114
3115 2004-06-13 Andrew Cagney <cagney@gnu.org>
3116
3117 * infcmd.c (print_return_value): Fix logic, allow
3118 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3119
3120 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3121 defining any macros.
3122 * gdbarch.h: Re-generate.
3123
3124 * gdbarch.sh: Delete "level" attribute. Only check for a macro
3125 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3126 * gdbarch.h: Re-generate.
3127
3128 * values.c (generic_use_struct_convention): Don't check gcc_p.
3129
3130 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3131 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3132 * gdbarch.h, gdbarch.c: Regenerate.
3133 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
3134 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3135 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3136 deprecated_max_register_raw_size and
3137 deprecated_max_register_virtual_size.
3138 * v850-tdep.c (v850_gdbarch_init): Ditto.
3139 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3140 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3141 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3142 * cris-tdep.c (cris_gdbarch_init): Ditto.
3143
3144 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3145 * gdbarch.h, gdbarch.c: Re-generate.
3146 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3147 (m68hc11_use_struct_convention): Delete function.
3148 (m68hc11_extract_struct_value_address): Delete function.
3149 (m68hc11_return_value): New function.
3150 (m68hc11_gdbarch_init): Instead of store_return_value,
3151 extract_return_value, return_value_on_stack,
3152 deprecated_extract_struct_value_address and use_struct_convention,
3153 set return_value.
3154 * values.c (using_struct_return): Do not call
3155 RETURN_VALUE_ON_STACK.
3156 * arch-utils.h (generic_return_value_on_stack_not): Delete
3157 declaration.
3158 * arch-utils.c (generic_return_value_on_stack_not): Delete
3159 function.
3160
3161 2004-06-12 Andrew Cagney <cagney@gnu.org>
3162
3163 * values.c (register_value_being_returned): Delete function.
3164 * infcmd.c (legacy_return_value): Delete function.
3165 * infcall.c (call_function_by_hand): Inline
3166 "register_value_being_returned", simplify.
3167 * values.c (using_struct_return): Update comment, refer to
3168 print_return_value instead of register_value_being_returned.
3169 * infcmd.c (print_return_value): Inline calls to
3170 register_value_being_returned and legacy_return_value. Simplify.
3171
3172 2004-06-11 Randolph Chung <tausq@debian.org>
3173
3174 * somread.c (som_symtab_read): Exclude gcc local symbols.
3175
3176 2004-06-11 Randolph Chung <tausq@debian.org>
3177
3178 * infrun.c (handle_inferior_event): Handle the case when a
3179 trampoline ends up in the runtime resolver, and if the trampoline
3180 has no name. Rearrange the code so that all the trampoline
3181 processing happens before other step-out-of-range handling.
3182
3183 2004-06-11 Martin Hunt <hunt@redhat.com>
3184
3185 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3186 has no fpu.
3187
3188 2004-06-10 Andrew Cagney <cagney@gnu.org>
3189
3190 * blockframe.c (legacy_inside_entry_func): Delete.
3191 (legacy_frame_chain_valid): Inline call to
3192 legacy_inside_entry_func, simplify.
3193
3194 2004-06-10 Bob Rossi <bob@brasko.net>
3195
3196 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3197 * dwarf2read.c (partial_die_info): Add dirname field.
3198 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
3199 (read_partial_die): Save away DW_AT_comp_dir.
3200 * defs.h (symtab_to_filename): Removed.
3201 * source.c (find_and_open_source): Added.
3202 (open_source_file): Just calls find_and_open_source.
3203 (symtab_to_filename): Removed.
3204 (symtab_to_fullname, psymtab_to_fullname): Added.
3205 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
3206 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
3207 symtab_to_filename.
3208 * symtab.h (partial_symtab): Add dirname field.
3209 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3210 (mi_cmd_file_list_exec_source_file): Call new function
3211 symtab_to_fullname to find fullname.
3212 (mi_cmd_file_list_exec_source_files): Added.
3213 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
3214 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
3215
3216 2004-06-10 Andrew Cagney <cagney@gnu.org>
3217
3218 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
3219 to generic_use_struct_convention, the default value.
3220
3221 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
3222 of abort.
3223
3224 * ns32k-tdep.c (ns32k_push_arguments): New function.
3225 (ns32k_gdbarch_init): Set deprecated_push_arguments.
3226 * infcall.c (call_function_by_hand): Call error instead of
3227 legacy_push_arguments.
3228 * value.h (legacy_push_arguments): Delete declaration.
3229 * valops.c (legacy_push_arguments): Delete function.
3230 (value_push): Delete function.
3231
3232 2004-06-10 Brian Ford <ford@vss.fsi.com>
3233
3234 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
3235 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
3236 info.
3237 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
3238
3239 2004-06-10 Andrew Cagney <cagney@gnu.org>
3240
3241 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
3242 * gdbarch.h, gdbarch.c: Re-generate.
3243 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
3244 parameters.
3245 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
3246 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
3247 deprecated_pc_in_call_dummy instead of
3248 DEPRECATED_PC_IN_CALL_DUMMY.
3249 (arm_skip_prologue): Ditto.
3250 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
3251 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
3252 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
3253 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
3254 Ditto.
3255 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
3256 (sh64_init_extra_frame_info, sh64_get_saved_register)
3257 (sh64_pop_frame): Ditto.
3258 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
3259 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
3260 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
3261 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
3262 (h8300_pop_frame): Ditto.
3263 * blockframe.c (legacy_inside_entry_func)
3264 (legacy_frame_chain_valid): Ditto.
3265 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
3266 to deprecated_pc_in_call_dummy.
3267
3268 2004-06-09 Andrew Cagney <cagney@gnu.org>
3269
3270 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
3271 provide a default value.
3272 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
3273 * gdbarch.h, gdbarch.c: Re-generate.
3274 * arch-utils.c (generic_convert_register_p): Rename
3275 legacy_convert_register_p
3276 (legacy_register_to_value, legacy_value_to_register): Delete
3277 functions.
3278 * arch-utils.h (generic_convert_register_p): Rename
3279 legacy_convert_register_p.
3280 (legacy_register_to_value, legacy_value_to_register): Delete
3281 declarations.
3282
3283 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
3284 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
3285 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
3286 * gdbarch.h, gdbarch.c: Re-generate.
3287 * infcmd.c (default_print_registers_info): Simplify.
3288 * findvar.c (value_of_register): Simplify.
3289 * mi/mi-main.c (get_register): Simplify.
3290 * arch-utils.c (legacy_convert_register_p): Always return 0.
3291 (legacy_register_to_value, legacy_value_to_register): Always call
3292 internal_error.
3293
3294 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
3295 #ifdef CLEAR_INSN_CACHE code.
3296 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
3297 Delete #ifdef CLEAR_DEFERRED_STORES code.
3298
3299 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
3300
3301 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
3302 copyright.
3303 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
3304
3305 * config/mips/mipsv4.mh: Delete file.
3306
3307 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
3308 unreferenced macro.
3309 (hpread_adjust_stack_address): Delete declaration.
3310
3311 2004-06-08 Andrew Cagney <cagney@gnu.org>
3312
3313 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3314 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
3315 PTRACE_ATTACH / PTRACE_DETACH available call error.
3316 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
3317 * infttrace.c (update_thread_state_after_attach, attach, detach):
3318 Remove #ifdef wrappers.
3319 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
3320 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3321 * config/nm-bsd.h (ATTACH_DETACH): Delete.
3322 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
3323 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
3324 * config/nm-linux.h (ATTACH_DETACH): Delete.
3325 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
3326 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
3327 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
3328 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
3329 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
3330
3331 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
3332
3333 * configure.in: Set $configdir to the right OS specific value.
3334 Use value when setting $tcldir and $tkdir.
3335 * configure: Regenerate.
3336
3337 2004-06-06 Paul Brook <paul@codesourcery.com>
3338
3339 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
3340 records.
3341
3342 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
3343
3344 * ada-lang.c (lookup_symbol_in_language): New function to allow
3345 re-use of another language's symbol lookup code. (Placed here
3346 temporarily while Ada support is being integrated into the public
3347 tree).
3348 (restore_language): New auxiliary function for
3349 lookup_symbol_in_language.
3350 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
3351 temporarily while Ada support is being integrated into the public
3352 tree).
3353
3354 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
3355
3356 * Makefile.in (check//%): New.
3357
3358 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
3359 (mn10300_store_return_value): Rewrite.
3360 (mn10300_type_align): New.
3361 (mn10300_use_struct_convention): Rewrite.
3362 (mn10300_return_value): New, using all of the above.
3363 (mn10300_pop_frame_regular): Add saved_regs_size.
3364 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
3365
3366 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
3367 regs if PC is on movm.
3368
3369 2004-06-07 Jim Blandy <jimb@redhat.com>
3370
3371 Add native Linux support for the PowerPC E500.
3372 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
3373 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
3374 all architectures except the E500.
3375 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
3376 #definitions.
3377 (struct gdb_evrregset_t): New type.
3378 (have_ptrace_getsetevrregs): New variable.
3379 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
3380 fetch_spe_registers): New functions.
3381 (fetch_register): Call fetch_spe_register as appropriate.
3382 Assert that we're only passed raw register numbers.
3383 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
3384 Don't fetch gprs if they're pseudoregisters.
3385 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
3386 store_spe_registers): New functions.
3387 (store_register): Call store_spe_register as appropriate.
3388 Assert that we're only passed raw register numbers.
3389 (store_ppc_registers): Call store_spe_registers as appropriate.
3390 Don't store gprs if they're pseudoregisters.
3391
3392 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
3393
3394 * thread-db.c (thread_get_info_callback): Fill in the thread_info
3395 struct if one exists, even if we are dealing with a zombie thread.
3396
3397 2004-06-07 Andrew Cagney <cagney@gnu.org>
3398
3399 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
3400 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
3401 Rename PC_REQUIRES_RUN_BEFORE_USE.
3402 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
3403 #ifdef.
3404
3405 2004-06-07 Randolph Chung <tausq@debian.org>
3406
3407 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
3408 unwinding after sp has been saved to the stack but before the end
3409 of the prologue, and after the fp has been modified but before it has
3410 been saved to the stack.
3411 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
3412 Remove superfluous definitions.
3413 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
3414
3415 2004-06-07 Guy Martin <gmsoft@gentoo.org>
3416
3417 Committed by Randolph Chung.
3418 * hppa-linux-nat.c: Include the correct version of the header file
3419 depending on the kernel version.
3420
3421 2004-06-06 Randolph Chung <tausq@debian.org>
3422
3423 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
3424 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
3425
3426 2004-06-06 Randolph Chung <tausq@debian.org>
3427
3428 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
3429 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
3430 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
3431 * hppa-tdep.c (hppa_symbol_address): New function definition.
3432 * hppa-tdep.h (hppa_symbol_address): New function declaration.
3433
3434 2004-06-06 Randolph Chung <tausq@debian.org>
3435
3436 * hppa-tdep.h (struct value): Forward declaration.
3437 (gdbarch_tdep): Define tdep find_global_pointer method.
3438 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
3439 associated with the function we are trying to call, and write it
3440 to the gp register.
3441 (hppa32_convert_from_funct_ptr_addr): New function.
3442 (hppa_find_global_pointer): New function.
3443 (hppa_gdbarch_init): Set default find_global_pointer method; set
3444 convert_from_func_ptr_addr method.
3445 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
3446 (hppa_linux_init_abi): Set find_global_pointer method.
3447 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
3448
3449 2004-06-06 Randolph Chung <tausq@debian.org>
3450
3451 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
3452 to struct value *function.
3453 * gdbarch.c: Regenerate.
3454 * gdbarch.h: Likewise.
3455 * infcall.c (call_function_by_hand): Pass entire function value
3456 to push_dummy_call.
3457
3458 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
3459 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
3460 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
3461 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
3462 * arm-tdep.c (arm_push_dummy_call): Likewise.
3463 * avr-tdep.c (avr_push_dummy_call): Likewise.
3464 * cris-tdep.c (cris_push_dummy_call): Likewise.
3465 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
3466 * frv-tdep.c (frv_push_dummy_call): Likewise.
3467 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
3468 * hppa-tdep.c (hppa32_push_dummy_call)
3469 (hppa64_push_dummy_call): Likewise.
3470 * i386-tdep.c (i386_push_dummy_call): Likewise.
3471 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
3472 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
3473 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
3474 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
3475 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
3476 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
3477 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
3478 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
3479 (ppc64_sysv_abi_push_dummy_call): Likewise.
3480 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
3481 (ppc64_sysv_abi_push_dummy_call): Likewise.
3482 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
3483 * s390-tdep.c (s390_push_dummy_call): Likewise.
3484 * sh-tdep.c (sh_push_dummy_call_fpu)
3485 (sh_push_dummy_call_nofpu): Likewise.
3486 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
3487 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
3488 * vax-tdep.c (vax_push_dummy_call): Likewise.
3489
3490 2004-06-04 Jim Blandy <jimb@redhat.com>
3491
3492 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
3493 gdbarch argument to register_size.
3494
3495 * rs6000-tdep.c (rs6000_store_return_value): Use
3496 regcache_cooked_write_part instead of
3497 deprecated_write_register_bytes.
3498 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
3499 not gdbarch_deprecated_store_return_value.
3500
3501 * ppc-linux-nat.c (store_register, fetch_register): Remove
3502 incorrect assertions. Simplify and generalize handling of
3503 transfers whose sizes are not multiples of, or less than, sizeof
3504 (PTRACE_XFER_TYPE).
3505
3506 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
3507
3508 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
3509 as a new thread event.
3510 * thread-db.c (thread_get_info_callback): If the thread is a
3511 zombie, return TD_THR_ZOMBIE.
3512 (thread_from_lwp): If thread_get_info_callback returns
3513 TD_THR_ZOMBIE, check if the thread is still on the thread list
3514 and return a -1 ptid if not found.
3515 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
3516 change the status to TARGET_WAITKIND_SPURIOUS.
3517
3518 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
3519
3520 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
3521 double values in little endian mode.
3522
3523 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
3524
3525 Committed by Andrew Cagney.
3526 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
3527 after last enum constant to avoid error from IBM C
3528 compiler.
3529
3530 2004-06-02 Jim Blandy <jimb@redhat.com>
3531
3532 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
3533 to 'message', and make it local to the lone block that uses it.
3534
3535 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
3536
3537 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
3538
3539 * ada-exp.y: Update copyright notice.
3540 Include block.h.
3541
3542 Replace REGNAME, LAST, INTERNAL_VARIABLE with
3543 SPECIAL_VARIABLE and unify the treatment of these cases.
3544
3545 (write_attribute_call0): Remove.
3546 (write_attribute_call1): Remove.
3547 (write_attribute_calln): Remove.
3548 (save_qualifier): Add missing semicolon.
3549
3550 (simple_exp,exp): Decomment (i.e., reactivate) code that was
3551 temporarily disabled to allow compilation with FSF head version.
3552
3553 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
3554 use individual operators (OP_*) for all attributes.
3555 (exp syntax): Use write_int.
3556 Handle STRING literals with OP_STRING.
3557 (variable syntax): Add limit parameter to calls to
3558 write_object_renaming.
3559
3560 (temp_parse_space): New definition to hold entities that need
3561 only live until the next call to ada_parse.
3562 (string_to_operator): Rename fields of ada_opname_table entries.
3563
3564 (write_var_from_sym): Record block.
3565 (write_var_from_name): Minor reformatting.
3566 Make sure saved name is properly encoded in the case of multiple
3567 matches, and set its language to Ada.
3568 Update comment.
3569 Modify to indicate unresolved name as symbol in the UNRESOLVED
3570 namespace, allocated in temp_parse_space.
3571 (write_int): New function.
3572
3573 (write_object_renaming): Add max_depth parameter to limit
3574 chains of object renamings.
3575 Handle case where root of renaming expression is itself a renaming.
3576 Use temp_parse_space for temporary name buffer.
3577 Handle renamings to dereferenced pointers (___XEXA suffices).
3578
3579 (ada_parse, yyerror, string_to_operator,
3580 write_var_from_sym, write_var_from_name, write_attribute_call0,
3581 write_attribute_call1, write_attribute_calln,
3582 write_object_renaming): Protoize.
3583
3584 (_initialize_ada_exp): New function.
3585
3586 * ada-lang.c: Update copyright notice.
3587 General terminology change to conform to GNAT compiler usage:
3588 mangle => encode, demangle => decode
3589 Include gdb_obstack.h.
3590 Include gdb_regex.h
3591 Include frame.h
3592 Include hashtab.h
3593 Include completer.h
3594 Include gdb_stat.h
3595 Include block.h
3596 Include infcall.h
3597
3598 (ADA_RETAIN_DOTS): Make sure this is defined.
3599 (TRUNCATION_TOWARDS_ZERO): Define.
3600 (struct string_vector): Define.
3601 (unresolved_names): Remove definition.
3602 (xnew_string_vector): New function.
3603 (string_vector_append): New function.
3604 (extract_string): Make static.
3605 (ada_unqualified_name): New function.
3606 (add_angle_brackets): New function.
3607 (function_name_from_pc): New function.
3608 (place_on_stack): Rename to ensure_lval.
3609
3610 (ensure_lval): Renamed from place_on_stack.
3611 Make identity on lvals.
3612 Update comment.
3613 (is_nonfunction): New interface.
3614 Only symbols in LOC_CONST class can be enumerals.
3615 (fill_in_ada_prototype): Remove; now independent of language.
3616 (add_defn_to_vec): Add obstack and symtab arguments.
3617 Use obstack to hold collected definitions.
3618 (num_defns_collected): New function.
3619 (defns_collected): New function.
3620 (ada_resolve_subexp): Rename to resolve_subexp.
3621 (resolve_subexp): Renamed from ada_resolve_subexp.
3622 (ada_op_name): Return non-const result.
3623 (ada_decoded_op_name): Renamed from ada_op_name, now used for
3624 other purposes.
3625
3626 (to_fixed_array_type): Add declaration.
3627 (coerce_unspec_val_to_type): Remove offset parameter.
3628 (find_sal_from_funcs_and_line): New interface.
3629 (find_line_in_linetable): Ditto.
3630
3631 (all_sals_for_line): Rename to ada_sals_for_line and make
3632 global.
3633 Add new parameter. When set, do not ask the user to choose the
3634 instance, but use the first one found instead.
3635 Use given line number in returned sals.
3636 Fix comment.
3637 Skip the prologue if funfirstline is set.
3638 Correct for memory leak when 0 lines found.
3639
3640 (value_pos_atr): Use pos_atr.
3641 (pos_atr): New function.
3642 (standard_lookup): Add block parameter.
3643
3644 (makeTimeStart): Remove declaration and uses.
3645 (makeTimeStop): Remove declaration and uses.
3646
3647 (ada_completer_word_break_characters): Allow for VMS.
3648 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
3649 (raise_sym_name): New constant.
3650 (raise_unhandled_sym_name): New constant.
3651 (raise_assert_sym_name): New constant.
3652 (process_raise_exception_name): New constant.
3653 (longest_exception_template): New constant.
3654 (warning_limit): New variable to limit warnings during expression
3655 evaluation.
3656 (warnings_issued): New variable to keep track of warnings issued.
3657 (known_runtime_file_name_patterns): New constant.
3658 (known_auxiliary_function_name_patterns): New constant.
3659 (symbol_list_obstack): New variable.
3660
3661 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
3662 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
3663 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
3664 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
3665 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
3666 ada_variant_discrim_name, field_alignment, dynamic_template_type,
3667 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
3668 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
3669 and strcmp.
3670
3671 (ada_get_field_index): New function.
3672 (lim_warning): New function.
3673 (ada_translate_error_message): New function.
3674 (MAX_OF_SIZE): New function.
3675 (MIN_OF_SIZE): New function.
3676 (UMAX_OF_SIZE): New function.
3677 (UMIN_OF_SIZE): New function.
3678 (discrete_type_high_bound): New function.
3679 (discrete_type_low_bound): New function.
3680 (base_type): New function.
3681 (do_command): Remove.
3682
3683 (ada_update_initial_language): Use language_ada, not language_unknown.
3684 (ada_encode): Renamed from ada_mangle.
3685 Obey ADA_RETAIN_DOTS.
3686 (ada_decode): Renamed from ada_demangle.
3687 Update coding conventions.
3688 (decoded_names_store): New hash table.
3689 (ada_decode_symbol): New function.
3690 (ada_la_decode): New function.
3691
3692 (modify_general_field): Correct computations of offset and bit
3693 position.
3694 (desc_base_type): Handle ref types, too.
3695 (ada_is_direct_array_type): New function.
3696
3697 (ada_is_simple_array): Rename to ada_is_simple_array_type.
3698 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
3699 (ada_is_bogus_array_descriptor,ada_type_of_array,
3700 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
3701 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
3702 ada_is_array_descriptor_type.
3703
3704 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
3705 (ada_is_packed_array_type): Handle pointers or
3706 references to packed arrays as well.
3707 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
3708 (decode_packed_array_type): Search for the packed array type
3709 symbol in the currently selected block and associated
3710 superblocks too.
3711 Use lookup_symbol again.
3712
3713 (decode_packed_array): Handle pointers and references.
3714 Update call to coerce_unspec_val_to_type.
3715 (decode_packed_array_type,value_subscript_packed): Limit warnings.
3716 (ada_value_primitive_packed_val): Improve comment.
3717
3718 (ada_index_type): Substitute int type for "undefined".
3719 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
3720 ada_array_langth, ada_is_string_type): Use renamed
3721 ada_is_simple_array_type.
3722 (empty_array): New function.
3723
3724 (ada_resolve): Rename to resolve.
3725 (resolve): Make static.
3726 Call renamed resolve_subexp.
3727 Update comment.
3728 (ada_resolve_subexp): Rename to resolve_subexp.
3729 (resolve_subexp): Update comment.
3730 Decomment disabled code.
3731 Add LOC_COMPUTED* cases.
3732 Modify to use temporary struct symbols (marked as being in
3733 UNDEF_NAMESPACE) to indicate unresolved names, instead of
3734 OP_UNRESOLVED_VALUE.
3735 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
3736 Add OP_STRING case.
3737 Remove OP_ARRAY.
3738 Use SYMBOL_PRINT_NAME instead of ada_demangle.
3739 Use new ada_lookup_symbol_list interface.
3740 Use new ada_resolve_function interface.
3741 Remove OP_TYPE case.
3742
3743 (ada_args_match): Idiot proof against null actuals.
3744 Use intermediate variables to clarify.
3745 (ada_resolve_function): Update comment and interface.
3746 (mangled_ordered_before): Rename to encoded_ordered_before and
3747 update comment.
3748 (sort_choices): Update comment and interface.
3749 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
3750 (user_select_syms): New interface.
3751 Use new sort_choices interface.
3752 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
3753 (possible_user_operator_p): Idiot-proof against null values.
3754 (ada_simple_renamed_entity): Don't make cleanup; rely on
3755 caller to free result string.
3756 Remove const from return type.
3757 (make_array_descriptor): Rename uses of place_on_stack to
3758 ensure_lval.
3759 Make sure that arrays are on stack.
3760
3761 (HASH_SIZE): Define.
3762 (struct cache_entry): Define.
3763 (cache_space): Define.
3764 (cache): Define.
3765 (clear_ada_sym_cache): New function.
3766 (find_entry): New function.
3767 (lookup_cached_symbol): New function.
3768 (defn_vector_size): Define.
3769 (cache_symbol): New function.
3770 (defn_symbols): Remove.
3771
3772 (standard_lookup): Use lookup_symbol_in_language to get effect of
3773 C lookup.
3774 Cache results.
3775
3776 (symbol_completion_match): New function.
3777 (symbol_completion_add): New function.
3778 (ada_make_symbol_completion_list): New function.
3779
3780 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
3781 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
3782 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
3783 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
3784
3785 (ada_lookup_simple_minsym): New function.
3786 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
3787
3788 (add_symbols_from_enclosing_procs): New interface.
3789 Conditionalize more helpfully.
3790 Don't bother if program isn't running.
3791 Use new interface to get_frame_block.
3792 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
3793
3794 (remove_extra_symbols): New interface.
3795 (xget_renaming_scope): New function.
3796 (is_package_name): New function.
3797 (renaming_is_visible): New function.
3798 (remove_out_of_scope_renamings): New function.
3799
3800 (ada_lookup_symbol_list): New interface.
3801 Properly reinitialize the symbol list obstack.
3802 Don't call add_symbols_from_enclosing_procs if we start from a
3803 static or global block.
3804 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
3805 add_symbols_from_enclosing_procs.
3806 Add symtab data to cached entries.
3807 Handle symbols prefixed with
3808 "standard__" specially; strip prefix and don't look in local symbols.
3809 Do not include out of scope renaming symbols in list of
3810 symbols returned.
3811 Add const to block parameter.
3812 Move check for non-local, non-global symbols earlier.
3813 Remove timing stuff.
3814 (ada_lookup_symbol): New interface.
3815 Find symtab as well.
3816 (ada_lookup_symbol_nonlocal): New function.
3817
3818 (is_name_suffix): Enhance suffix detection to recognize
3819 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
3820 (is_dot_digits_suffix): New function.
3821 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
3822
3823 (ada_add_block_symbols): New interface. Use obstack to return results
3824 in a vector of struct ada_symbol_infos. Add symtab argument.
3825 Use new interface to add_defn_to_vec.
3826 Remove calls to fill_in_ada_prototype.
3827 Use BLOCK_BUCKETS, BLOCK_BUCKET.
3828
3829 (ada_finish_decode_line_1): Add const qualification to local to fix
3830 warning.
3831 Start looking in static block for functions to avoid attempts
3832 to search frame chain for up-level variables.
3833 Adapt to new ada_sals_for_line interface.
3834 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
3835 Handle quoting of the function name inside the spec string.
3836 Skip prologue when funfirstline is set and update the
3837 function documentation to that effect.
3838
3839 (debug_print_lines, debug_print_block, debug_print_blocks,
3840 debug_print_symtab): Remove.
3841
3842 (ada_main_name): New function.
3843 (ada_exception_breakpoint_type): New function.
3844 (is_known_support_routine): New function.
3845 (ada_find_printable_frame): Renamed from find_printable_frame and made
3846 global.
3847 Remove level parameter.
3848 Use new interface to select_frame.
3849
3850 (begin_command): Remove.
3851 (ada_adjust_exception_stop): New function.
3852 (ada_print_exception_stop): New function.
3853 (exception_name_from_cond): New function.
3854 (ada_report_exception_break): Replace disabled code with
3855 conditionalization on GNAT_GDB.
3856 Get the exception name from the condition string.
3857 Remove and move functionality into new functions
3858 ada_print_exception_breakpoint_task and
3859 ada_print_exception_breakpoint_nontask.
3860 (error_breakpoint_runtime_sym_not_found): New function.
3861 (is_runtime_sym_defined): New function.
3862 (ada_breakpoint_rewrite): Uncomment suppressed code.
3863 Use symbolic error-message and runtime-symbol names.
3864 Surround runtime symbol names in quotes.
3865 Allow non-specific breakpoints on exceptions and assertions before
3866 program starts.
3867
3868 (ada_is_tagged_type): Add parameter.
3869 (ada_is_tag_type): New function.
3870 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
3871 (ada_variant_discrim_type): Ditto.
3872 (value_tag_from_contents_and_address): New function.
3873 (type_from_tag): New function.
3874 (struct tag_args): New structure used to communicate with
3875 ada_tag_name_1.
3876 (ada_tag_name_1): New function.
3877 (ada_tag_name): New function.
3878
3879 (ada_scan_number): Update comment.
3880 (find_struct_field): New function.
3881 (ada_search_struct_field): Make static.
3882 (ada_value_struct_elt): New version that returns references when
3883 given pointers or references to structs.
3884 (ada_lookup_struct_elt_type): Add 'refok' parameter.
3885 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
3886 interface.
3887 (ada_value_ind): Use new ada_to_fixed_value interface.
3888 (ada_coerce_ref): Ditto.
3889 (field_offset): Remove.
3890
3891 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
3892 (ada_find_renaming_symbol): New function.
3893 (ada_prefer_type): Prefer named types over unnamed ones.
3894 (variant_field_index): New function.
3895 (contains_variant_part): Removed: subsumed by variant_field_index.
3896 (ada_template_to_fixed_record_type): New function, mostly from
3897 template_to_fixed_record_type.
3898 (template_to_fixed_record_type):
3899 Do not scan the type fields beyond the last one; prevents a
3900 potential SEGV.
3901 Handle case where variant field is listed BEFORE discriminant it
3902 depends on.
3903 Fix calculation of record length when bit length is
3904 not evenly divisible by char length.
3905 Move code to ada_template_to_fixed_record_type and call it.
3906
3907 (template_to_static_fixed_type): Revise comment.
3908 Modify to work on ordinary record types as well as templates,
3909 so as to handle fields that use ___XVE or ___XVU encodings.
3910 (to_record_with_fixed_variant_part): Fill out comment.
3911 Initialize C++ stuff in right type.
3912 Allow case where DVAL is null.
3913 Handle case where variant field is not last.
3914 Fix typo concerning record length.
3915 (to_fixed_record_type): Decomment disabled code.
3916 (to_fixed_record_type): Use variant_field_index instead of
3917 contains_variant_part.
3918 (to_fixed_variant_branch_type): Ditto.
3919 (to_fixed_array_type): Decomment disabled code.
3920 (ada_to_fixed_type): Convert tagged types to the specific type.
3921 Deactivate the size-check for array types in order to avoid
3922 some false size alarms.
3923 (to_static_fixed_type): Decomment disabled code.
3924 Modify to call template_to_static_fixed_type
3925 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
3926 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
3927 Remove valaddr argument, as it is never really used.
3928 (ada_to_fixed_value): Change interface to act on single struct value*
3929 operand.
3930 (adjust_pc_past_prologue): New function.
3931 (ada_attribute_name): Modify to take enum exp_opcode argument.
3932
3933 (ada_enum_name): Recognize new homonym-distinguishing convention.
3934 Adjust local variable's type to remove compiler warning.
3935 Fix a small problem in the part that unqualifies the enumeration name.
3936 (ada_value_binop): New function.
3937 (ada_value_equal): New function.
3938
3939 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
3940 Don't give error message when not doing normal evaluation
3941 and a tagged type doesn't seem to contain a structure member.
3942 Give error message for packed arrays.
3943 For indexing arrays, handle pointers to packed arrays correctly.
3944 Handle case of 'first and 'last attributes of bare integral type
3945 without encoded subtype info.
3946 Remove some unnecessary casts.
3947 Fix uninitialized value of type in computing 'first, 'last, or 'length
3948 of array object.
3949 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
3950 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
3951 calls.
3952 Attributes are now exp_opcode values.
3953 Correct treatment of 'modulus.
3954 Better error message for taking 'length of wrong kind of type;
3955 improve comment.
3956 Change EVAL_NORMAL to noside for consistency.
3957 Use ada_value_binop for DIV, MOD, REM.
3958 Make special case out of array of length 0, since an argument
3959 of 0 upsets some platforms' malloc.
3960 Use OP_STRING instead of OP_ARRAY.
3961 For slice, add check that we have an array type before extracting
3962 a slice out of it. Avoids a SEGV.
3963 When evaluating an array slice, if the array type is a reference to
3964 an aligner type, then replace the aligner type by the actual type.
3965 Decomment disabled code.
3966 Remove some dead code.
3967 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
3968 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
3969 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
3970 and UNOP_MBR to UNOP_IN_RANGE.
3971 If an array type has a parallel ___XVE type, then use it.
3972 Turn arrays into pointers for lvalue arrays.
3973 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
3974 bounds error and handle 0-length slices.
3975 Use lim_warning.
3976 When selecting fields, apply ada_to_fixed_value (because the fields
3977 might have ___XVU or ___XVE encodings even if not dynamic.)
3978 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
3979 (ada_is_system_address_type): New function.
3980
3981 (get_var_value): Use new interface to ada_lookup_symbol_list.
3982 (get_int_var_value): New interface.
3983 (to_fixed_range_type): Allow unknown bound, with warning.
3984 (ada_is_modular_type): Decomment disabled code.
3985 (ADA_OPERATORS): New definition.
3986 (ada_operator_length): New function.
3987 (ada_expr_op_name): New function.
3988 (ada_forward_operator_length): New function.
3989 (ada_dump_subexp_body): New function.
3990 (ada_print_subexp): New function.
3991 (ada_exp_descriptor): New constant.
3992 (ada_op_print_tab): Add 'size. Remove FIXMEs.
3993 (ada_language_defn): Add ada_exp_descriptor entry.
3994 Change ada_parse => parse.
3995 Add post-parser entry.
3996 Use ada-specific non-local symbol lookup.
3997 Don't use C-style arrays.
3998 String lower-bound is 1.
3999 Decomment disabled code.
4000 (parse): New function.
4001 New fields ada_translate_error_message, ada_lookup_symbol,
4002 ada_lookup_minimal_symbol.
4003
4004 * ada-lang.h: Update copyright dates.
4005 Replace the mangle/demangle terminology throughout by the
4006 more appropriate encode/decode one.
4007 Include breakpoint.h.
4008 Forward declare struct partial_symbol, struct block.
4009 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4010 (EXTRACT_ADDRESS): Remove.
4011 (EXTRACT_INT): Remove.
4012 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4013 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4014 (MAX_RENAMING_CHAIN_LENGTH): Define.
4015 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4016
4017 (enum task_states): Remove.
4018 ada_task_states: Remove.
4019 (fat_string): Remove.
4020 (struct entry_call): Remove.
4021 (struct task_fields): Remove.
4022 (struct task_entry): Remove.
4023
4024 (struct ada_symbol_info): Define.
4025 (enum ada_attribute): Remove.
4026 (enum ada_operator): Define.
4027
4028 (ada_get_field_index): Declare.
4029 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4030 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4031 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4032 (ada_lookup_symbol_list): New interface.
4033 (ada_decode_symbol): Declare.
4034 (ada_decode): Declare.
4035 (ada_lookup_symbol): New interface.
4036 (ada_update_initial_language): Declare.
4037 (ada_lookup_simple_minsym): Declare.
4038 (user_select_syms): New interface.
4039 (ada_sals_for_line): Declare.
4040 (ada_is_tagged_type): New interface.
4041 (ada_tag_name): Declare.
4042 (ada_lookup_struct_elt_type): Remove declaration.
4043 (ada_search_struct_field): Remove declaration.
4044 (ada_attribute_name): New interface.
4045 (ada_is_system_address_type): Declare.
4046 (ada_to_fixed_value): Remove declaration.
4047 (ada_template_to_fixed_record_type_1): Declare.
4048 (get_int_var_value): New interface.
4049 (ada_find_any_symbol): Declare.
4050 (ada_find_renaming_symbol): Declare.
4051 (ada_mangle): Rename to ada_encode.
4052 (ada_simple_renamed_entity): Remove const.
4053 (ada_main_name): Declare.
4054 (get_current_task): Rename to ada_get_current_task.
4055 (get_entry_number): Remove declaration.
4056 (ada_report_exception_break): Remove declaration.
4057 (ada_print_exception_breakpoint_nontask): Declare.
4058 (ada_print_exception_breakpoint_task): Declare.
4059 (ada_find_printable_frame): Declare.
4060
4061 * ada-lex.l: Update copyright notices.
4062 Use xmalloc and xfree instead of malloc and free.
4063 Use new interface to name_lookup.
4064 Use new interface to
4065 ada_mangle=>ada_encode.
4066 Redo handling of '$...' variable to parallel current treatment
4067 in c-exp.y.
4068 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4069 digit_to_int, strtoulst, processInt, processReal, processId,
4070 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4071 yywrap): Protoize.
4072
4073 (processInt): Use cast to remove harmless warning.
4074 (processReal): Modify to get rid of compiler warning on scan formats.
4075
4076 (processId): Replace xmalloc with obstack_alloc for name and remove
4077 call to ada_name_string_cleanup.
4078 Remove obsolete disabled code.
4079 (name_lookup): Ditto.
4080 New interface.
4081 Use obsavestring on temp_parse_space instead of savestring
4082 on name, and remove call to ada_name_string_cleanup.
4083 Free string returned from ada_simple_renamed_entity.
4084 Use new interface to ada_lookup_symbol_list.
4085 Decomment disabled code.
4086 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4087 not types.
4088 When a type name lookup succeeds as a result of
4089 lookup_primitive_typename, check for regular type entry that has not
4090 yet been read in.
4091 Limit length of chain of renamed symbols we are willing to follow.
4092 Do not break names beginning with "standard__" into segments.
4093 (block_lookup): Use new interface to ada_lookup_symbol_list.
4094
4095 * ada-typeprint.c: Update copyright notice.
4096 (demangled_type_name): Rename to decoded_type_name.
4097 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4098 (print_range_bound): Correct handling of negative
4099 bounds that make the index type looked unsigned under STABS.
4100 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4101 (print_range_type_named): Use the builtin int type if no type
4102 corresponding to the given type name could be found.
4103 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4104 Add some bullet-proofing.
4105 (print_variant_clauses): Allow for variant branches with ___XVU
4106 encodings that are not dynamic fields.
4107 Use new interface to ada_is_tagged_type.
4108 (print_record_type): Allow for fields with ___XVE encodings that
4109 are not dynamic fields.
4110 Use new interface to ada_is_tagged_type.
4111 (ada_print_type): ada_is_array_descriptor =>
4112 ada_is_array_descriptor_type.
4113
4114 * ada-valprint.c: Update copyright notice.
4115 Include gdb_string.h
4116 Include infcall.h
4117 (ui_memcpy): New function.
4118 (ada_print_floating): New function.
4119 (ada_print_str): Order arguments correctly.
4120 Correct handling of empty arrays and arrays of 0-length items.
4121 ada_is_array_descriptor => ada_is_array_descriptor_type
4122 Print values of type System.Address in hexadecimal format.
4123 Use ada_print_floating to print floating-point numbers in Ada format.
4124 Print class tag values with type names.
4125 No longer print the address of reference values. Avoids
4126 a potential confusion.
4127 (ada_value_print): Stop printing the object type for reference
4128 values, but preserve that behavior for access types. Avoids
4129 a potential confusion.
4130 Simplify one conditional expression, as the first part is now
4131 necessarily true.
4132 ada_is_array_descriptor => ada_is_array_descriptor_type
4133 Add check for arrays for null records, and print them by hand.
4134
4135 2004-06-01 Jim Blandy <jimb@redhat.com>
4136
4137 * ppc-tdep.h: Delete unused 'regoff' member.
4138 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4139
4140 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
4141
4142 Fix PR symtab/1661.
4143 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4144 (hpread_read_struct_type): Likewise.
4145
4146 2004-06-01 Andrew Cagney <cagney@gnu.org>
4147
4148 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4149 instead of xasprintf.
4150 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
4151 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
4152 (mi_cmd_data_list_register_names)
4153 (mi_cmd_data_list_changed_registers)
4154 (mi_cmd_data_list_register_values)
4155 (get_register, mi_cmd_data_write_register_values)
4156 (mi_cmd_data_write_register_values)
4157 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
4158 (mi_cmd_target_download, mi_cmd_target_select)
4159 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
4160 (mi_execute_cli_command, mi_execute_async_cli_command)
4161 (mi_execute_async_cli_command): Ditto.
4162 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4163 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4164
4165 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4166 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4167 error_last_message instead of mi_error_last_message.
4168 * mi/mi-main.c (mi_error_last_message): Delete function.
4169
4170 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4171 "invalid number of columns" error. Delete redundant "out of
4172 memory" check.
4173
4174 2004-05-31 Mark Kettenis <kettenis@gnu.org>
4175
4176 * i386bsd-nat.c: Don't include <sys/procfs.h>.
4177 (gregset_t, fpregset_t): Remove typedefs.
4178 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4179 (REG_OFFSET): Rename argument.
4180 (i386bsd_r_reg_offset): Rename from reg_offset.
4181 (REG_ADDR): Remove macro.
4182 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4183 functions.
4184 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4185 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4186 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
4187 instead of supply_gregset.
4188 (store_inferior_registers): Use `struct reg' and `struct fpreg'
4189 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
4190 instead of fill_gregset.
4191 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4192
4193 * i386bsd-nat.c: Don't include "gregset.h".
4194 (supply_gregset, fill_gregset): Make static.
4195 (supply_fpregset, fill_fpregset): Remove.
4196 * Makefile.in (i386bsd-nat.o): Update dependencies.
4197
4198 2004-05-30 Mark Kettenis <kettenis@gnu.org>
4199
4200 * fbsd-proc.c: Include "regcache.h", "regset.h" and
4201 "gdb_assert.h". Con't include "gregset.h".
4202 (fbsd_make_corefile_notes): Use regset-based core file support
4203 instead off fill_gregset and fill_fpregset.
4204 * Makefile.in (fbsd-proc.o): Update dependencies.
4205
4206 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
4207 instructions.
4208 (m88k_frame_prev_register): Simplify code a bit.
4209
4210 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
4211 (amd64_collect_fpregset): New function.
4212 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
4213
4214 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
4215
4216 * i386-tdep.c (i386_supply_gregset): Adjust comment.
4217 (i386_collect_gregset): New function.
4218 (i386_supply_fpregset): Adjust comment.
4219 (i386_collect_fpregset): New function.
4220 (i386_regset_from_core_section): Use i386_collect_gregset and
4221 i386_collect_fpregset.
4222
4223 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
4224 handle VALUEP being null.
4225
4226 * regset.h (collect_regset_ftype): Unconstify fourth argument.
4227
4228 2004-05-29 Mark Kettenis <kettenis@gnu.org>
4229
4230 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
4231
4232 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
4233 assembler in OpenBSD 3.5-current.
4234 (amd64obsd_sigcontext_addr): Likewise.
4235
4236 2004-05-28 Jim Blandy <jimb@redhat.com>
4237
4238 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
4239 register set, so our regcache isn't declared "legacy" and our E500
4240 pseudoregister read and write functions aren't ignored.
4241 (rs6000_register_byte, rs6000_register_raw_size,
4242 rs6000_register_virtual_type, rs6000_register_convertible,
4243 rs6000_register_convert_to_virtual,
4244 rs6000_register_convert_to_raw): Deleted.
4245 (rs6000_register_type, rs6000_convert_register_p,
4246 rs6000_register_to_value, rs6000_value_to_register): New
4247 functions.
4248 (rs6000_gdbarch_init): Don't register
4249 gdbarch_deprecated_register_size,
4250 gdbarch_deprecated_register_bytes,
4251 gdbarch_deprecated_register_byte,
4252 gdbarch_deprecated_register_raw_size,
4253 gdbarch_deprecated_register_virtual_type,
4254 gdbarch_deprecated_register_convertible,
4255 gdbarch_deprecated_register_convert_to_virtual, or
4256 gdbarch_deprecated_register_convert_to_raw methods. Instead,
4257 register gdbarch_register_type, gdbarch_convert_register_p,
4258 gdbarch_register_to_value, and gdbarch_value_to_register methods.
4259
4260 2004-05-26 Jim Blandy <jimb@redhat.com>
4261
4262 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
4263 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
4264 functions, updated to match the register numberings used in GCC.
4265 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
4266 rs6000_dwarf2_reg_to_regnum as register number conversions
4267 functions for STABS and Dwarf2.
4268
4269 2004-05-26 Randolph Chung <tausq@debian.org>
4270
4271 * infttrace.h (target_waitkind): Forward declare type instead of pulling
4272 in header file.
4273
4274 2004-05-25 Joel Brobecker <brobecker@gnat.com>
4275
4276 * NEWS: Document new "start" command.
4277
4278 2004-05-25 Randolph Chung <tausq@debian.org>
4279
4280 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
4281 hppa-linux.
4282
4283 2004-05-25 Randolph Chung <tausq@debian.org>
4284
4285 * hppa-hpux-tdep.c (offsetof): Define.
4286 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
4287 (hppa32_hpux_frame_base_before_sigtramp)
4288 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4289 (hppa64_hpux_frame_saved_pc_in_sigtramp)
4290 (hppa64_hpux_frame_base_before_sigtramp)
4291 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
4292 functions.
4293 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
4294 (hppa_hpux_sigtramp_frame_unwind_cache)
4295 (hppa_hpux_sigtramp_frame_this_id)
4296 (hppa_hpux_sigtramp_frame_prev_register)
4297 (hppa_hpux_sigtramp_frame_unwind)
4298 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
4299 (hppa_hpux_init_abi): Register sigtramp unwinder.
4300 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
4301
4302 2004-05-25 Randolph Chung <tausq@debian.org>
4303
4304 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
4305 and multiple stack unwinds.
4306 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
4307
4308 2004-05-25 Andrew Cagney <cagney@gnu.org>
4309
4310 * symfile.h (symbol_file_add_from_memory): Delete declaration.
4311 * symfile-mem.h: Delete file.
4312 * symfile-mem.c: Do not include "symfile-mem.h".
4313 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
4314 "struct bfd_section". When an error do not bother returning NULL.
4315 (add_symbol_file_from_memory_command): Use "struct bfd" and
4316 "struct bfd_section".
4317 * Makefile.in (symfile_mem_h): Delete.
4318 (symfile-mem.o): Update dependencies.
4319
4320 2004-05-25 Nick Roberts <nickrob@gnu.org>
4321
4322 * gdb-mi.el: New file.
4323
4324 2004-05-25 Andrew Cagney <cagney@gnu.org>
4325
4326 * inftarg.c: Include "observer.h".
4327 (child_attach, child_create_inferior): Notify inferior_created.
4328 * corelow.c: Include "observer.h".
4329 (core_open): Notify inferior_created.
4330 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
4331
4332 2004-05-25 Andrew Cagney <cagney@gnu.org>
4333
4334 * target.h (struct target_ops): Add from_tty to
4335 to_create_inferior.
4336 (target_create_inferior, find_default_create_inferior): Update.
4337 * infcmd.c (run_command): Update.
4338 * wince.c (child_create_inferior): Update.
4339 * win32-nat.c (child_create_inferior): Update.
4340 * uw-thread.c (uw_thread_create_inferior): Update.
4341 * thread-db.c (thread_db_create_inferior): Update.
4342 * target.c (debug_to_create_inferior)
4343 (find_default_create_inferior): Update.
4344 (maybe_kill_then_create_inferior): Update.
4345 * sol-thread.c (sol_thread_create_inferior): Update.
4346 * remote.c (extended_remote_async_create_inferior)
4347 (extended_remote_create_inferior): Update.
4348 * remote-vx.c (vx_create_inferior): Update.
4349 * remote-st.c (st2000_create_inferior): Update.
4350 * remote-sim.c (gdbsim_create_inferior): Update.
4351 * remote-sds.c (sds_create_inferior): Update.
4352 * remote-rdp.c (remote_rdp_create_inferior): Update.
4353 * remote-rdi.c (arm_rdi_create_inferior): Update.
4354 * remote-m32r-sdi.c (m32r_create_inferior): Update.
4355 * remote-e7000.c (e7000_create_inferior): Update.
4356 * procfs.c (procfs_create_inferior): Update.
4357 * ocd.c (ocd_create_inferior): Update.
4358 * ocd.h (ocd_create_inferior): Update.
4359 * nto-procfs.c (procfs_create_inferior): Update.
4360 * monitor.c (monitor_create_inferior): Update.
4361 * lin-lwp.c (lin_lwp_create_inferior): Update.
4362 * inftarg.c (child_create_inferior): Update.
4363 * hpux-thread.c (hpux_thread_create_inferior): Update.
4364 * gnu-nat.c (gnu_create_inferior): Update.
4365
4366 2004-05-25 Andrew Cagney <cagney@gnu.com>
4367
4368 * MAINTAINERS: Update e-mail address.
4369
4370 2004-05-24 Randolph Chung <tausq@debian.org>
4371
4372 * thread.c (info_threads_command, thread_apply_all_command)
4373 (thread_apply_command, thread_command, do_captured_thread_select):
4374 Remove HPUXHPPA-specific code.
4375
4376 2004-05-24 Randolph Chung <tausq@debian.org>
4377
4378 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
4379 unused symbols.
4380 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
4381 references.
4382
4383 2004-05-24 Joel Brobecker <brobecker@gnat.com>
4384
4385 * infcmd.c (kill_if_already_running): New function, extracted
4386 from run_command().
4387 (run_command): Replace extracted code by call to
4388 kill_if_already_running().
4389 (start_command): New function.
4390 (_initialize_infcmd): Add "start" command.
4391
4392 2004-05-24 Mark Kettenis <kettenis@gnu.org>
4393
4394 Add OpenBSD/m88k support.
4395 * NEWS (New native configurations): Mention OpenBSD/m88k.
4396 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
4397 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
4398 * Makefile.in (m88k_tdep_h): New variable.
4399 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
4400 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
4401 * configure.host: Add m88*-*-openbsd*.
4402 * configure.tgt: Add m88*-*-openbsd*.
4403
4404 2004-05-24 Jim Blandy <jimb@redhat.com>
4405
4406 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
4407 to approve changes.
4408
4409 2004-05-24 Kevin Buettner <kevinb@redhat.com>
4410
4411 * symtab.c (fixup_section): Search section table when lookup by
4412 name fails.
4413
4414 2004-05-24 Randolph Chung <tausq@debian.org>
4415
4416 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
4417 be "small_struct".
4418
4419 2004-05-24 Mark Kettenis <kettenis@gnu.org>
4420
4421 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
4422 register number in regcache_raw_collect call.
4423 (m68kbsd_collect_fpregset): Likewise.
4424 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
4425
4426 * regset.h (struct regset): Add back `regset' member.
4427
4428 2004-05-23 Mark Kettenis <kettenis@gnu.org>
4429
4430 * configure.in: Check for td_pcb in `struct thread'.
4431 * configure, config.in: Regenerated.
4432
4433 * dpx2-nat.c: Remove file.
4434 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
4435 (dpx2-nat.o): Remove dependencies.
4436
4437 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
4438 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
4439 (amd64obsd_supply_pcb): New function.
4440 (_initialize_amd64obsd_nat): Enable libkvm interface.
4441 * Makefile.in (amd64obsd-nat.o): Update dependencies.
4442 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
4443 (LOADLIBES): New variable.
4444
4445 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
4446 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
4447 (sparc32nbsd_supply_pcb): New function.
4448 (_initialize_sparcnbsd_nat): Enable libkvm interface.
4449 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
4450 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4451 (LOADLIBES): New variable.
4452
4453 2004-05-22 Mark Kettenis <kettenis@gnu.org>
4454
4455 * bsd-kvm.c, bsd-kvm.h: New files.
4456 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4457 "bsd-kvm.h".
4458 (i386fbsd_supply_pcb): New function.
4459 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
4460 (i386fbsd-nat.o): Update dependencies.
4461 (bsd_kvm_h): New variable.
4462 (bsd-kvm.o): New dependency.
4463 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4464 (LOADLIBES): New variable.
4465
4466 * regset.c: Tweak comment.
4467 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
4468 macro.
4469 * regset.h: Update copyright year.
4470 (struct regset): Remove `descr' member, add `gdbarch' member.
4471 (regset_alloc): Adjust prototype and comment.
4472 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
4473 (i386_supply_fpregset): Likewise.
4474 (i386_regset_from_core_section): Update call to regset_alloc.
4475 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
4476 REGSET->arch.
4477 (i386obsd_aout_regset_from_core_section): Update call to
4478 regset_alloc.
4479 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
4480 REGSET->arch.
4481 (i386nbsd_aout_regset_from_core_section): Update call to
4482 regset_alloc.
4483 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
4484 REGSET->arch.
4485 (amd64_regset_from_core_section): Update call to regset_alloc.
4486 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
4487 REGSET->arch.
4488 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
4489 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
4490 &sparc32nbsd_gregset in sparc32_supply_gregset call.
4491 (sparc32nbsd_init_abi): Update call to regset_alloc.
4492 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
4493 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
4494 (sparc64obsd_init_abi): Update call to regset_alloc.
4495 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
4496 &sparc64nbsd_gregset in sparc64_supply_gregset call.
4497 (sparc64nbsd_init_abi): Update call to regset_alloc.
4498 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
4499 &sparc64fbsd_gregset in sparc64_supply_gregset call.
4500 (sparc64fbsd_init_abi): Update call to regset_alloc.
4501
4502 2004-05-22 Jim Blandy <jimb@redhat.com>
4503
4504 * ppc-tdep.h (spe_register_p): New declaration.
4505 (struct gdbarch_tdep): New members: ppc_acc_regnum and
4506 ppc_spefscr_regnum.
4507 * rs6000-tdep.c (spe_register_p): New function.
4508 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
4509 spefscr.
4510 (rs6000_gdbarch_init): Initialize the new members of the tdep
4511 structure.
4512
4513 2004-05-21 Jim Blandy <jimb@redhat.com>
4514
4515 * ppc-linux-nat.c (fetch_register): Move code back to be next
4516 to the comment that describes it. (Moved code, instead of
4517 comment, for symmetry with store_register.)
4518
4519 Allocate regset structures in the gdbarch's obstack, not using
4520 xmalloc.
4521 * regset.c (regset_alloc): Renamed from regset_xmalloc.
4522 Add 'arch' argument. Allocate the regset on arch's obstack, not
4523 using xmalloc.
4524 * regset.h (regset_alloc): Update declaration.
4525 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
4526 gdbarch argument.
4527 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4528 * i386-tdep.c (i386_regset_from_core_section): Same.
4529 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4530 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4531 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4532 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4533 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4534 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4535
4536 2004-05-21 Joel Brobecker <brobecker@gnat.com>
4537
4538 * config/djgpp/fnchange.lst: Undo previous change, was useless.
4539
4540 2004-05-21 Jim Blandy <jimb@redhat.com>
4541
4542 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
4543 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
4544
4545 2004-05-20 Jim Blandy <jimb@redhat.com>
4546
4547 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
4548
4549 2004-05-20 Mark Kettenis <kettenis@gnu.org>
4550
4551 * regset.h: Make prototype const-correct.
4552 * regset.c (regset_xmalloc): Make const-correct.
4553
4554 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
4555
4556 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
4557 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
4558 (symbol_search_name): Declare.
4559
4560 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
4561 (iter_name_next_hashed): Ditto.
4562 (iter_name_next_linear): Ditto.
4563 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
4564
4565 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
4566 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
4567 (symbol_search_name): New function.
4568
4569 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
4570
4571 * minsyms.c (build_minimal_symbol_hash_tables): Change
4572 test for adding to demangled hash table to check for difference
4573 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
4574
4575 2004-05-19 Jim Blandy <jimb@redhat.com>
4576
4577 Use a constructor function to create regset structures.
4578 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
4579 (struct regset): Use supply_regset_ftype. Add new
4580 'collect_regset' member.
4581 (regset_xmalloc): New declaration.
4582 * regset.c: New file.
4583 * am64-tdep.c (amd64_regset_from_core_section): Use
4584 regset_xmalloc to construct regset structures.
4585 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4586 * i386-tdep.c (i386_regset_from_core_section): Same.
4587 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4588 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4589 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4590 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4591 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4592 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4593 * Makefile.in (COMMON_OBS): Add regset.o.
4594 (regset.o): New rule.
4595
4596 2004-05-19 Joel Brobecker <brobecker@gnat.com>
4597
4598 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
4599 and pthread_cond_wait.c.
4600
4601 2004-05-18 Jim Blandy <jimb@redhat.com>
4602
4603 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
4604 before the mach-specific switch, and then let the individual cases
4605 override the defaults, rather than leaving them uninitialized
4606 until the switch and then setting them in each case.
4607
4608 2004-05-18 Randolph Chung <tausq@debian.org>
4609
4610 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
4611 millicode functions.
4612
4613 2004-05-18 Randolph Chung <tausq@debian.org>
4614
4615 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
4616 references to dld_flags_buffer consistent.
4617
4618 2004-05-18 Randolph Chung <tausq@debian.org>
4619
4620 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
4621 it for unwinding the stack.
4622
4623 2004-05-18 Randolph Chung <tausq@debian.org>
4624
4625 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
4626 Undefine these so we can overide them using gdbarch.
4627
4628 2004-05-18 Randolph Chung <tausq@debian.org>
4629
4630 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
4631 handling for 64-bit HPUX (elf).
4632
4633 2004-05-18 Daniel Jacobowitz <dan@debian.org>
4634
4635 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
4636 constants.
4637 * amd64-tdep.c (amd64_skip_prologue): Likewise.
4638 * ia64-tdep.c (examine_prologue): Likewise.
4639 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
4640 * v850-tdep.c (v850_fix_call_dummy): Likewise.
4641
4642 2004-05-18 Mark Kettenis <kettenis@gnu.org>
4643
4644 * vax-tdep.c (vax_return_value): Implement
4645 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4646
4647 2004-05-17 Mark Kettenis <kettenis@gnu.org>
4648
4649 * vax-tdep.c (vax_return_value): Fix typo.
4650
4651 2004-05-17 Andrew Cagney <cagney@redhat.com>
4652
4653 * MAINTAINERS: Mark Salter was also responsible for
4654 testsuite/config/
4655
4656 * NEWS: Mention signal fixes.
4657
4658 2004-05-17 Randolph Chung <tausq@debian.org>
4659
4660 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
4661 check to see if we are unwinding an export stub. Export stubs clobber
4662 the %rp in the call path and stores the original rp in a stack slot.
4663
4664 2004-05-17 Jim Blandy <jimb@redhat.com>
4665
4666 * MAINTAINERS: Update address for J.T. Conklin.
4667
4668 2004-05-17 Randolph Chung <tausq@debian.org>
4669
4670 * hppa-tdep.c: Remove superfluous #include's.
4671 * Makefile.in (hppa-tdep.o): Update dependencies.
4672
4673 2004-05-17 Randolph Chung <tausq@debian.org>
4674
4675 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
4676 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
4677 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
4678 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
4679 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
4680 Remove static function declarations.
4681
4682 2004-05-17 Mark Kettenis <kettenis@gnu.org>
4683
4684 * alphabsd-nat.c: Update copyright year.
4685 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
4686
4687 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
4688 and M68K_A2_REGNUM.
4689
4690 * m68k-tdep.c (m68k_svr4_return_value): Implement
4691 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4692
4693 2004-05-16 Mark Kettenis <kettenis@gnu.org>
4694
4695 * sol-thread.c Update copyright year. Fix various coding
4696 standards violations. Tweak a few comments.
4697 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
4698 Delete prototypes.
4699
4700 2004-05-15 Randolph Chung <tausq@debian.org>
4701
4702 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
4703 as pointer instead of array reference since HPUX compiler does
4704 not accept unsized array arguments.
4705 * somsolib.c (dld_flags_buffer): Use constant array size.
4706
4707 2004-05-15 Mark Kettenis <kettenis@gnu.org>
4708
4709 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
4710 offset with decimal offset.
4711 (amd64obsd_sigcontext_addr): Return correct address for entire
4712 signal trampoline.
4713
4714 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
4715 instead of get_frame_base.
4716
4717 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
4718 (fill_gregset): Use regcache_raw_collect.
4719
4720 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
4721 ppcobsd-tdep.c.
4722
4723 * config/sparc/tm-nbsd64.h: Remove file.
4724 * config/tm-sunos.h: Remove file.
4725
4726 2004-05-15 Joel Brobecker <brobecker@gnat.com>
4727
4728 * rs6000-tdep.c (store_param_on_stack_p): New function,
4729 an improved version of some code extracted from skip_prologue().
4730 (skip_prologue): Use store_param_on_stack_p() to detect
4731 instructions saving a parameter on the stack. Detect when r0
4732 is used to save a parameter.
4733 Do not mark "li rx, SIMM" instructions as part of the prologue,
4734 unless the following instruction is also part of the prologue.
4735
4736 2004-05-14 Andrew Cagney <cagney@redhat.com>
4737
4738 * infrun.c (handle_inferior_event): Simplify
4739 STEP_OVER_UNDEBUGGABLE.
4740
4741 * infrun.c (handle_step_into_function): Delete function.
4742 (handle_inferior_event): Inline calls to
4743 handle_step_into_function.
4744
4745 2004-05-14 Jerome Guitton <guitton@gnat.com>
4746
4747 * rs6000-nat.c: Fix a comment.
4748
4749 2004-05-12 David Anderson <davea@sgi.com>
4750
4751 Committed by Jim Blandy <jimb@redhat.com>:
4752 * regcache.c (struct regcache_descr): fix comment spelling.
4753
4754 2004-05-13 J. Brobecker <brobecker@gnat.com>
4755
4756 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
4757 Fixes a link link failure.
4758
4759 2004-05-13 J. Brobecker <brobecker@gnat.com>
4760
4761 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
4762 error that was causing the build to fail.
4763
4764 2004-05-13 J. Brobecker <brobecker@gnat.com>
4765
4766 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
4767 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
4768
4769 2004-05-13 Andrew Cagney <cagney@redhat.com>
4770
4771 * infrun.c (handle_inferior_event): Check for
4772 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
4773 calls. Update comments.
4774
4775 2004-05-13 Jim Blandy <jimb@redhat.com>
4776
4777 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
4778 (fetch_regs_user_thread, fetch_regs_kernel_thread)
4779 (store_regs_user_thread, store_regs_kernel_thread): Use
4780 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
4781 * ppc-linux-nat.c (fill_gregset): Same.
4782 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
4783 (ppc_linux_sigtramp_cache): Same.
4784 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
4785 (ppcnbsd_sigtramp_cache_init): Same.
4786 * rs6000-nat.c (fetch_core_registers): Same.
4787 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
4788 (rs6000_frame_cache): Same.
4789
4790 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
4791 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
4792 of assuming that the gprs are numbered starting with zero.
4793 * ppc-linux-nat.c (fill_gregset): Same.
4794 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
4795 * ppcnbsd-nat.c (getregs_supplies): Same.
4796 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
4797 * rs6000-nat.c (fetch_core_registers): Same.
4798 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
4799
4800 2004-05-07 Michael Snyder <msnyder@redhat.com>
4801
4802 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
4803 LOC_COMPUTED_ARG, and LOC_INDIRECT.
4804
4805 2004-05-13 Andrew Cagney <cagney@redhat.com>
4806
4807 * infrun.c (handle_inferior_event): Use frame_unwind_id.
4808
4809 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
4810
4811 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
4812 base_address for shared libraries.
4813
4814 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
4815
4816 * MAINTAINERS (write after approval): Add myself.
4817
4818 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
4819
4820 * breakpoint.c (bpstat_stop_status): Add new argument
4821 STOPPED_BY_WATCHPOINT. Use it instead of testing
4822 target_stopped_data_address agaist 0 to check whether
4823 or not we stopped due to a hardware watchpoint.
4824 * breakpoint.h (bpstat_stop_status): Adapt prototype.
4825 * infrun.c (handle_inferior_event): Call bpstat_stop_status
4826 with new argument.
4827
4828 2004-05-12 Jim Blandy <jimb@redhat.com>
4829
4830 * configure.in: When checking whether we should use the -bbigtoc
4831 option, don't forget to restore the original value of LDFLAGS.
4832 * configure: Regenerated.
4833
4834 2004-05-12 Andrew Cagney <cagney@redhat.com>
4835
4836 * thread.c (load_infrun_state): Delete step_sp.
4837 * infrun.c (context_switch): Ditto.
4838 * inferior.h (step_sp): Ditto.
4839 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
4840 * gdbthread.h (struct thread_info, save_infrun_state)
4841 (restore_infrun_state): Ditto.
4842
4843 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
4844
4845 * MAINTAINERS (write after approval): Add myself.
4846
4847 2004-05-12 Andrew Cagney <cagney@redhat.com>
4848
4849 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
4850 eliminate reference to step_sp.
4851 (struct execution_control_state, init_execution_control_state)
4852 (handle_inferior_event, keep_going): Delete update_step_sp and
4853 step_sp.
4854 * infcmd.c (step_sp): Note that variable is unused.
4855
4856 2004-05-11 Andrew Cagney <cagney@redhat.com>
4857
4858 * infrun.c (step_over_function): Delete function.
4859 (handle_step_into_function): Use insert_step_resume_breakpoint.
4860 (insert_step_resume_breakpoint): Fix assertion.
4861
4862 2004-05-11 Nick Roberts <nickrob@gnu.org>
4863
4864 * utils.c (defaulted_query): Just use the normal query input type
4865 when printing the annotations.
4866
4867 2004-05-11 Andrew Cagney <cagney@redhat.com>
4868
4869 * infrun.c (handle_inferior_event): Simplify code handling
4870 step-into or return-from a signal trampoline.
4871
4872 2004-05-11 Andrew Cagney <cagney@redhat.com>
4873
4874 * ppcnbsd-tdep.c: Include "gdb_assert.h".
4875 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
4876
4877 2004-05-10 Jim Blandy <jimb@redhat.com>
4878
4879 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
4880 with a call to internal_error.
4881
4882 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
4883 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
4884 processor variant lacks those registers.
4885 (ppc_floating_point_unit_p): Change description to make it clear
4886 that this returns info about the ISA, not the ABI.
4887 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
4888 return true or false by checking tdep->ppc_fp0_regnum and
4889 tdep->ppc_fpscr_regnum. The original code replicated the BFD
4890 arch/mach switching done in rs6000_gdbarch_init; it's better to
4891 keep that logic there, and just check the results here.
4892 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
4893 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
4894 floating-point registers.
4895 (ppc_supply_fpregset, ppc_collect_fpregset)
4896 (rs6000_push_dummy_call, rs6000_extract_return_value)
4897 (rs6000_store_return_value): Assert that we have floating-point
4898 registers.
4899 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
4900 (rs6000_frame_cache): Don't note the locations at which
4901 floating-point registers were saved if we have no fprs.
4902 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
4903 registers.
4904 (fetch_regs_user_thread, fetch_regs_kernel_thread)
4905 (store_regs_user_thread, store_regs_kernel_thread): Only call
4906 supply_fprs / fill_fprs if we actually have floating-point
4907 registers.
4908 (special_register_p): Check ppc_fpscr_regnum before matching
4909 against it.
4910 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
4911 supply / collect fpscr if we don't have it.
4912 * ppc-bdm.c: #include "gdb_assert.h".
4913 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
4914 have floating-point registers, since I can't test this code on
4915 FP-free systems to adapt it.
4916 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
4917 fpscr and floating point register numbers if they don't exist.
4918 (fetch_register): Assert that we have floating-point registers
4919 before we reach the code that handles them.
4920 (store_register): Same. And use tdep instead of calling
4921 gdbarch_tdep again.
4922 (fill_fpregset): Don't try to collect FP registers and fpscr if we
4923 don't have them.
4924 (ppc_linux_sigtramp_cache): Don't record the saved locations of
4925 fprs and fpscr if we don't have them.
4926 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
4927 don't have them.
4928 * ppcnbsd-nat.c: #include "gdb_assert.h".
4929 (getfpregs_supplies): Assert that we have floating-point registers.
4930 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
4931 * ppcobsd-tdep.c: #include "gdb_assert.h".
4932 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
4933 have floating-point registers.
4934 * rs6000-nat.c (regmap): Don't match against the fpscr and
4935 floating point register numbers if they don't exist.
4936 (fetch_inferior_registers, store_inferior_registers,
4937 fetch_core_registers): Only fetch / store / supply the
4938 floating-point registers and the fpscr if we have them.
4939 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
4940 (ppcobsd-tdep.o): Update dependencies.
4941
4942 2004-05-10 Andrew Cagney <cagney@redhat.com>
4943
4944 * infrun.c (through_sigtramp_breakpoint): Delete variable.
4945 (context_switch): Do not switch through_sigtramp_breakpoint.
4946 * gdbthread.h (save_infrun_state, load_infrun_state)
4947 (struct thread_info): Delete through_sigtramp_breakpoint parameter
4948 and structure member.
4949 * thread.c (load_infrun_state, save_infrun_state): Update.
4950
4951 2004-05-10 Mark Kettenis <kettenis@gnu.org>
4952
4953 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
4954
4955 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4956
4957 * acinclude.m4: Quote macro names being defined by AC_DEFUN
4958 throughout.
4959 * aclocal.m4: Regenerate.
4960
4961 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
4962
4963 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
4964
4965 2004-05-10 Andrew Cagney <cagney@redhat.com>
4966
4967 * infrun.c (check_sigtramp2): Delete function.
4968 (handle_inferior_event): When single stepping, and taking a
4969 signal, set a breakpoint at the signal return address. Delete
4970 redundant calls to check_sigtramp2.
4971 (insert_step_resume_breakpoint): New function.
4972 (through_sigtramp_breakpoint, handle_inferior_event)
4973 (follow_exec, wait_for_inferior, fetch_inferior_event)
4974 (currently_stepping, keep_going): Delete most uses of
4975 through_sigtramp_breakpoint, not that it should be deleted.
4976 (delete_breakpoint_current_contents): Delete function.
4977
4978 2004-05-10 Randolph Chung <tausq@debian.org>
4979
4980 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
4981 target.
4982 * config/pa/tm-linux.h: New file.
4983
4984 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
4985
4986 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
4987 of prefixes. Don't print the prefix twice in the CLI.
4988
4989 2004-05-10 Jim Blandy <jimb@redhat.com>
4990
4991 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
4992 collect all the gprs.
4993
4994 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
4995 loop collecting gprs.
4996
4997 2004-05-09 Andrew Cagney <cagney@redhat.com>
4998
4999 * remote-vx.c (net_step): Delete step-range code.
5000 * remote.c (remote_resume, init_all_packet_configs)
5001 (set_remote_protocol_E_packet_cmd)
5002 (show_remote_protocol_E_packet_cmd)
5003 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5004 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5005 (show_remote_protocol_e_packet_cmd): Ditto.
5006
5007 2004-05-09 Mark Kettenis <kettenis@gnu.org>
5008
5009 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5010
5011 * hppa-tdep.h: Update copyright year.
5012 (struct trad_frame_saved_reg): Add opaque declaration.
5013
5014 * amd64-tdep.c (amd64_return_value): Implement
5015 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5016
5017 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5018 (m68k_value_to_register): New functions.
5019 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5020 value_to_register.
5021
5022 * defs.h (enum return_value_convention): Add
5023 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5024 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5025 * infcmd.c (legacy_return_value): New function.
5026 (print_return_value): Rwerite to implement
5027 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5028 * values.c (using_struct_return): Check for inequality to
5029 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5030 RETURN_VALUE_STRUCT_CONVENTION.
5031 * i386-tdep.c (i386_return_value): Implement
5032 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5033
5034 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5035 include "symtab.h", "opcode/vax.h" and "inferior.h".
5036 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5037 to read_memory_unsigned_integer.
5038 (vax_gdbarch_init): Reorder.
5039 (_initialize_vax_tdep): Spell out prototype.
5040 * Makefile.in (vax-tdep.o): Update dependencies.
5041
5042 2004-05-08 Andrew Cagney <cagney@redhat.com>
5043
5044 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5045 * target.c (target_detach, target_disconnect): Ditto.
5046
5047 * infcall.c (call_function_by_hand): When no
5048 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5049 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5050 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5051 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5052 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5053
5054 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5055 * gdbarch.h, gdbarch.c: Re-generate.
5056 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5057 deprecated_fix_call_dummy.
5058 * v850-tdep.c (v850_gdbarch_init): Ditto.
5059 * infcall.c (call_function_by_hand): Do not call
5060 DEPRECATED_FIX_CALL_DUMMY.
5061
5062 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5063 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5064 * gdbarch.h, gdbarch.c: Re-generate.
5065 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5066 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5067 deprecated_sizeof_call_dummy_words.
5068 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5069 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5070 * v850-tdep.c (v850_gdbarch_init): Ditto.
5071 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5072 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5073 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5074 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5075 * arch-utils.h (legacy_call_dummy_words)
5076 (legacy_sizeof_call_dummy_words): Delete declarations.
5077 * arch-utils.c (legacy_call_dummy_words)
5078 (legacy_sizeof_call_dummy_words): Delete variables.
5079
5080 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5081 * gdbarch.h, gdbarch.c: Re-generate.
5082 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5083 * infcall.c (call_function_by_hand): Eliminate call to
5084 DEPRECATED_PUSH_DUMMY_FRAME.
5085 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5086 push_dummy_frame.
5087 (ns32k_push_dummy_frame): Delete function.
5088
5089 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5090 deprecated_call_dummy_breakpoint_offset or
5091 deprecated_call_dummy_start_offset.
5092 * dummy-frame.c, arm-tdep.c: Update comments.
5093 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5094 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5095 * gdbarch.h, gdbarch.c: Re-generate.
5096
5097 * infcall.c (legacy_push_dummy_code): Delete function.
5098 (push_dummy_code): Delete call.
5099
5100 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5101 * gdbarch.h, gdbarch.c: Re-generate.
5102 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5103 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5104 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5105 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5106
5107 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5108 (struct frame_info): Delete opaque declaration.
5109 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5110 * frame.c (get_frame_type): Delete call.
5111
5112 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5113 pc_in_call_dummy.
5114 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5115 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5116
5117 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5118
5119 * alphanbsd-tdep.c: Include "gdb_string.h".
5120 * armnbsd-tdep.c: Update copyright year.
5121 Include "gdb_string.h".
5122 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5123 dependencies.
5124
5125 * delta68-nat.c: Remove file.
5126 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5127 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5128 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5129 (delta68-nat.o): Remove dependency.
5130
5131 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5132 function.
5133 (m68k_gdbarch_init): Don't set
5134 deprecated_frameless_function_invocation.
5135
5136 2004-05-07 Randolph Chung <tausq@debian.org>
5137
5138 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
5139 read_memory_nobpt for code reading when doing frame unwinding.
5140 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5141
5142 2004-05-07 Randolph Chung <tausq@debian.org>
5143
5144 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5145 instead of sp, handle sigaltstack case.
5146 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
5147 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5148 signal handler and not that of the caller.
5149 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5150 hppa_linux_sigtramp_find_sigcontext.
5151
5152 2004-05-07 Randolph Chung <tausq@debian.org>
5153
5154 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5155 hppa-linux-nat.c.
5156 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5157 * hppa-linux-nat.c (fetch_register, store_register): Define.
5158 (fetch_inferior_registers, store_inferior_registers): Define.
5159 (supply_gregset): Add comment and clean up some unneeded code.
5160 (fill_gregset): Add comment and fix so that it saves registers in
5161 the right place in the gregset.
5162 (fill_fpregset): Fix buffer overrun problem.
5163 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5164
5165 2004-05-07 Randolph Chung <tausq@debian.org>
5166
5167 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
5168 do common handling of the pcoqt register.
5169 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5170 to use helper function.
5171 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5172 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5173 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5174 generic fallback unwinder when all else fails.
5175 (hppa_gdbarch_init): Add fallback sniffer.
5176 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5177 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5178 to use helper function.
5179
5180 2004-05-08 Joel Brobecker <brobecker@gnat.com>
5181
5182 * config/djgpp/fnchange.lst: Add translation rules for
5183 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5184
5185 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5186
5187 * frame.c (get_prev_frame_1): Work around GCC bug.
5188 * frame.h: Add comment about GCC bug.
5189
5190 2004-05-07 Andrew Cagney <cagney@redhat.com>
5191
5192 * observer.c: Include "commands.h" and "gdbcmd.h".
5193 (observer_debug, _initialize_observer): Add the
5194 command "set/show debug observer".
5195 * observer.sh: When observer debugging, log notify calls.
5196 * Makefile.in (observer.o): Update dependencies.
5197
5198 2004-05-07 Jason Molenda (jmolenda@apple.com)
5199
5200 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
5201
5202 2004-05-07 Jim Blandy <jimb@redhat.com>
5203
5204 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
5205 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
5206 to recognize gpr regnums, instead of assuming that
5207 tdep->ppc_fp0_regnum marks the end of the general-purpose
5208 registers.
5209
5210 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
5211 the given architecture has floating-point registers.
5212
5213 2004-05-07 Andrew Cagney <cagney@redhat.com>
5214
5215 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
5216 macro defined to 1.
5217 * gdbarch.h, gdbarch.c: Re-generate.
5218 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5219 deprecated_use_generic_dummy_frames.
5220
5221 2004-05-07 Brian Ford <ford@vss.fsi.com>
5222
5223 * NEWS: Mention Cygwin DWARF 2 support.
5224
5225 2004-05-07 Andrew Cagney <cagney@redhat.com>
5226
5227 * objfiles.h (struct entry_info): Delete unused fields
5228 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
5229 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
5230 * mipsread.c (mipscoff_symfile_read): Update.
5231 * mdebugread.c (parse_partial_symbols): Update.
5232 * dwarfread.c (read_file_scope): Update.
5233 * dwarf2read.c (read_file_scope): Update.
5234 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
5235 * coffread.c (complete_symtab): Update.
5236
5237 2004-05-07 Mark Kettenis <kettenis@gnu.org>
5238
5239 * infcall.c (_initialize_infcall): Fix typo.
5240
5241 2004-05-07 Andrew Cagney <cagney@redhat.com>
5242
5243 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
5244 * command.h (add_setshow_zinteger_cmd): Declare.
5245
5246 2004-05-06 Randolph Chung <tausq@debian.org>
5247
5248 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
5249 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
5250 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
5251 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
5252 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
5253 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
5254 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
5255 definitions ...
5256 * hppa-tdep.h: ... to here, with HPPA_ prefix.
5257 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
5258 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
5259 (hppa64_hpux_frame_find_saved_regs_in_sig)
5260 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
5261 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
5262 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
5263 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
5264 (hppa_linux_sigtramp_frame_prev_register): Likewise.
5265 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
5266 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
5267 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
5268 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
5269 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
5270 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
5271 (hppa32_register_type, hppa_cannot_store_register)
5272 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
5273 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
5274 * hpread.c (hpread_process_one_debug_symbol): Likewise.
5275 * pa64solib.c (pa64_solib_have_load_event)
5276 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
5277 (pa64_solib_unloaded_library_pathname): Likewise.
5278 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
5279 (som_solib_library_pathname): Likewise.
5280
5281 2004-05-05 Jim Ingham <jingham@apple.com>
5282
5283 * breakpoint.c (create_breakpoints): Copy the ignore count and
5284 thread id over from the pended breakpoint to the actual
5285 breakpoint.
5286
5287 2004-05-05 Andrew Cagney <cagney@redhat.com>
5288
5289 * gdbarch.sh (PARM_BOUNDARY): Delete.
5290 gdbarch.h, gdbarch.c: Re-generate.
5291 * valops.c (PARM_BOUNDARY): Delete macro.
5292 (value_push): Delete PARM_BOUNDARY code.
5293 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
5294
5295 2004-05-04 Jim Blandy <jimb@redhat.com>
5296
5297 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
5298 Don't assume that the gprs, fprs, and UISA sprs are
5299 contiguous, start at register number zero, and end with fpscr.
5300 Instead, use the numbers from the tdep structure.
5301
5302 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
5303 should no longer be used in code specific to the RS6000 and its
5304 derivatives.
5305 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
5306 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
5307 tdep->ppc_fp0_regnum.
5308 (ppc_supply_fpregset, ppc_collect_fpregset)
5309 (rs6000_push_dummy_call, rs6000_extract_return_value)
5310 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
5311 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
5312 FP0_REGNUM.
5313 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
5314 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
5315 Same.
5316 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
5317 bdm_ppc_store_registers): Same.
5318 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
5319 (store_register, fill_fpregset): Same.
5320 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
5321 (ppc_linux_supply_fpregset): Same.
5322 * ppcnbsd-nat.c (getfpregs_supplies): Same.
5323 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
5324 Same.
5325 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
5326 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
5327 ppc64_sysv_abi_return_value): Same.
5328 * rs6000-nat.c (regmap, fetch_inferior_registers)
5329 (store_inferior_registers, fetch_core_registers): Same.
5330
5331 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5332
5333 * m68knbsd-nat.c: Remove file.
5334 * m68knbsd-tdep.c: Remove file.
5335 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
5336 dependencies.
5337 * configure.host: Add m68k-*-netbsdelf*.
5338 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
5339 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
5340 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
5341 (XM_FILE): Remove.
5342 * config/m68k/nbsdelf.mh: New file.
5343 * config/m68k/nbsd.mt: New file.
5344 * config/m68k/nbsdaout.mt: Remove file.
5345 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
5346 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
5347 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
5348 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
5349 (use_struct_convention): Remove prototype.
5350 (USE_STRUCT_CONVENTION): Remove define.
5351 * config/m68k/xm-nbsd.h: Remove file.
5352
5353 2004-05-04 Michael Snyder <msnyder@redhat.com>
5354
5355 * m68k-tdep.c (m68k_gdbarch_init): Default to using
5356 reg_struct_return method (as gcc usually does for cross targets).
5357
5358 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5359
5360 Committed by Andrew Cagney.
5361 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
5362 alignment padding when accessing ucontext struct members.
5363
5364 2004-05-04 Jim Blandy <jimb@redhat.com>
5365
5366 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
5367 'ppc_gplast_regnum' member.
5368 (ppc_num_gprs): New enum constant.
5369 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
5370 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
5371 * rs6000-nat.c (regmap, fetch_inferior_registers,
5372 store_inferior_registers): Same.
5373 * rs6000-tdep.c (e500_pseudo_register_read)
5374 (e500_pseudo_register_write): Same.
5375 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
5376
5377 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
5378 * ppc-tdep.h (ppc_num_fprs): New enum constant.
5379 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
5380 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
5381 FPLAST_REGNUM.
5382 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
5383 Same.
5384 * ppc-linux-nat.c (ppc_register_u_addr): Same.
5385 * rs6000-nat.c (regmap, fetch_inferior_registers)
5386 (store_inferior_registers): Same.
5387
5388 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
5389 with FPLAST_REGNUM.
5390
5391 2004-05-03 Joel Brobecker <brobecker@gnat.com>
5392
5393 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
5394 failure detected by recent versions of GCC.
5395 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
5396 to be consistent with the usage in dwarf2_create_include_psymtab.
5397
5398 2004-05-03 Michael Snyder <msnyder@redhat.com>
5399
5400 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
5401 (heuristic_proc_start): Whitespace cleanup.
5402
5403 2004-05-04 Mark Kettenis <kettenis@gnu.org>
5404
5405 * sun3-nat.c: Remove file.
5406 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
5407 dependencies.
5408 (ALLDEPFILES): Remove sun3-nat.c.
5409 (sun3-nat.o): Remove dependencies.
5410
5411 * i386-interix-nat.c, i386-interix-tdep.c,
5412 config/i386/nm-interix.h, config/i386/interix.mh,
5413 config/i386/interix.mt: Remove files.
5414 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
5415 dependencies.
5416
5417 2004-05-03 Mark Kettenis <kettenis@gnu.org>
5418
5419 * m68k-tdep.h (struct gdbarch_tdep): Add member
5420 struct_value_regnum.
5421 (m68k_svr4_init_abi): New prototype.
5422 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
5423 different calling conventions.
5424 (m68k_extract_return_value): Remove code dealing with single-field
5425 structs.
5426 (m68k_store_return_value): Remove code dealing with single-field
5427 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
5428 (m68k_extract_struct_value_address): Remove function.
5429 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
5430 (m68k_reg_struct_return_p, m68k_return_value)
5431 (m68k_svr4_return_value): New functions.
5432 (m68k_use_struct_convention): Remove function.
5433 (m68k_push_dummy_call): Use new struct_value_regnum member of
5434 `struct gdbarch_tdep' instead of hardcoded register number to
5435 store STRUCT_ADDR.
5436 (m68k_svr4_init_abi): New function.
5437 (m68k_gdbarch_init): Don't set extract_return_value,
5438 store_return_values, deprecated_extract_struct_value_address and
5439 use_struct_convention. Set return_value instead. Initialize new
5440 struct_value_regnum member of `struct gdbarch_tdep'.
5441 * m68klinux-tdep.c: Update copyright year.
5442 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
5443 (m68k_linux_extract_struct_value_address): Remove function.
5444 (m68k_linux_init_abi): Don't set extract_return_value,
5445 store_return_values, deprecated_extract_struct_value_address and
5446 use_struct_convention. Call m68k_svr4_init_abi but override the
5447 new struct_value_regnum member of `struct gdbarch_tdep'.
5448 * Makefile.in (m68k-tdep.o): Update dependencies.
5449
5450 2004-05-03 J. Brobecker <brobecker@gnat.com>
5451
5452 * dwarf2read.c (line_header): Add new included_p field in
5453 field file_names.
5454 (partial_die_info): New field has_stmt_list. New field line_offset.
5455 (dwarf2_create_include_psymtab): New function.
5456 (dwarf2_build_include_psymtabs): New function.
5457 (add_file_name): Add forward declaration. Initialize new field.
5458 (dwarf_decode_lines): Add new parameter. Enhance this procedure
5459 to be able to determine the list of files included by the
5460 given unit, and build their associated psymtabs.
5461 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
5462 files as well.
5463 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
5464 (read_file_scope): Update call to dwarf_decode_lines.
5465 (read_partial_die): Handle DW_AT_stmt_list attributes.
5466
5467 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
5468
5469 Unfix PR gdb/1626.
5470 * configure.in: Revert special case for osf5.*.
5471 * configure: Regenerate.
5472
5473 2004-05-02 Jim Blandy <jimb@redhat.com>
5474
5475 Move the symbol-file-from-memory functions into their own file.
5476 * symfile-mem.c, symfile-mem.h: New files.
5477 * symfile.c (symbol_file_add_from_bfd): New function.
5478 (symbol_file_add): Call symbol_file_add_from_bfd.
5479 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
5480 Moved to symfile-mem.c.
5481 (_initialize_symfile): Move definition of
5482 add-symbol-file-from-memory command to symfile-mem.c.
5483 * symfile.h (symbol_file_add_from_bfd): New declaration.
5484 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
5485 * config/powerpc/linux.mt (TDEPFILES): Same.
5486 * Makefile.in (SFILES): Add symfile-mem.c.
5487 (symfile_mem_h): New variable.
5488 (HFILES_NO_SRCDIR): Add symfile-mem.h.
5489 (symfile-mem.o): New rule.
5490
5491 2004-05-01 Andrew Cagney <cagney@redhat.com>
5492
5493 * breakpoint.c (insert_bp_location): Use get_frame_id, and
5494 frame_find_by_id instead of frame_relative_level.
5495 (do_enable_breakpoint): Ditto.
5496 * thread.c: Update copyright.
5497 (info_threads_command): Ditto, simplify.
5498
5499 * frame.c (deprecated_generic_get_saved_register): Delete
5500 function, moved to "xstormy16-tdep.c".
5501 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
5502 deprecated_generic_get_saved_register from "frame.c".
5503 (xstormy16_frame_saved_register): Call
5504 xstormy16_get_saved_register.
5505 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
5506 static.
5507 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
5508 * frame.h (deprecated_generic_get_saved_register): Delete.
5509
5510 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
5511
5512 * dwarfread.c: Update documentation on the state of dwarf-1.
5513
5514 2004-05-01 Andrew Cagney <cagney@redhat.com>
5515
5516 * stack.c (select_frame_command): Delete call to
5517 frame_relative_level.
5518 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
5519 Delete #if0 code.
5520 (frame_info): Do not print FRAMELESS.
5521 (print_block_frame_labels): Replace DEPRECATED_STREQ.
5522 (catch_info): Delete #if0 code.
5523
5524 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
5525 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
5526 of frame_relative_level.
5527 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
5528 to SENTINEL_FRAME.
5529 * frame.h (enum frame_type): Add SENTINEL_FRAME.
5530 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
5531 frame_relative_level.
5532
5533 * frame.h (deprecated_set_frame_type): Delete declaration.
5534 * frame.c (deprecated_set_frame_type): Delete function, update
5535 comments.
5536
5537 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
5538 * gdbarch.h, gdbarch.c: Re-generate.
5539 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
5540 (shnbsd_pc_in_sigtramp): Delete.
5541 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
5542 pc_in_sigtramp.
5543 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
5544 pc_in_sigtramp.
5545 * frame.h: Update comments.
5546 * ppc-linux-tdep.c: Update comments.
5547 * breakpoint.c (bpstat_what): Update comments.
5548
5549 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
5550 m68klinux-tdep.o's dependencies, were previously added to
5551 m68klinux-nat.o.
5552
5553 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
5554 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
5555 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
5556 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
5557 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
5558
5559 * Makefile.in (m68klinux-nat.o): Update dependencies.
5560 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5561 (m68k_linux_sigtramp_frame_cache)
5562 (m68k_linux_sigtramp_frame_this_id)
5563 (m68k_linux_sigtramp_frame_prev_register)
5564 (m68k_linux_sigtramp_frame_unwind)
5565 (m68k_linux_sigtramp_frame_sniffer)
5566 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
5567 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
5568 names, use trad-frame.h.
5569 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
5570 (struct m68k_sigtramp_info): Delete.
5571 * m68k-tdep.c (m68k_sigtramp_frame_cache)
5572 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
5573 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
5574 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
5575 "m68klinux-tdep.c".
5576
5577 * infrun.c (check_sigtramp2): Delete check for
5578 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
5579
5580 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5581
5582 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
5583
5584 2004-05-01 Andrew Cagney <cagney@redhat.com>
5585
5586 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5587 (frv_linux_sigtramp_frame_cache)
5588 (frv_linux_sigtramp_frame_this_id)
5589 (frv_linux_sigtramp_frame_prev_register)
5590 (frv_linux_sigtramp_frame_unwind)
5591 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
5592 include "linux" in function and variable names, directly call
5593 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
5594 the latest trad-frame code.
5595 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
5596 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
5597 * Makefile.in (frv-linux-tdep.o): Update dependencies.
5598 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
5599 * frv-tdep.c (frv_sigtramp_frame_cache)
5600 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
5601 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
5602 frv-linux-tdep.c.
5603 (frv_gdbarch_init): Do not append a sigtramp sniffer.
5604 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
5605 (frv_set_sigcontext_reg_addr): Delete function.
5606
5607 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
5608 (DEPRECATED_SIGTRAMP_END): Delete.
5609 * gdbarch.h, gdbarch.c: Re-generate.
5610 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
5611 * config/vax/tm-vaxbsd.h: Update copyright.
5612 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
5613 (DEPRECATED_IN_SIGTRAMP): Define.
5614 * config/m68k/tm-nbsd.h: Update copyright.
5615 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
5616 (DEPRECATED_IN_SIGTRAMP): Define.
5617
5618 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5619
5620 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
5621 encondings. Fixes PR gdb/1628.
5622
5623 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
5624 DW_CFA_restore state without a matching DW_CFA_remember_state
5625 instead of aborting. Fixes PR backtrace/1589.
5626
5627 2004-04-30 Joel Brobecker <brobecker@gnat.com>
5628
5629 * MAINTAINERS: Add self as AIX maintainer.
5630 Update my e-mail address in write-after-approval section.
5631
5632 2004-04-30 Andrew Cagney <cagney@redhat.com>
5633
5634 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
5635 (legacy_get_prev_frame): Ditto.
5636
5637 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
5638 (mips_gdbarch_init): Do not set pc_in_sigtramp.
5639 * mipsread.c (sigtramp_address): Delete extern variable.
5640 (mipscoff_new_init): Delete reference.
5641 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
5642 (fixup_sigtramp): Delete function.
5643 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
5644 (fixup_sigtramp): Delete declarations.
5645
5646 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
5647 deprecated_pc_in_sigtramp.
5648 (ppcnbsd_pc_in_sigtramp): Delete function.
5649
5650 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5651
5652 * config/m68k/nm-nbsd.h: Tweak comments.
5653 * config/m68k/nm-nbsdaout.h: Likewise.
5654
5655 2004-04-30 Andrew Cagney <cagney@redhat.com>
5656
5657 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
5658 legacy_pc_in_sigtramp.
5659 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
5660
5661 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5662
5663 Add OpenBSD/m68k support.
5664 * NEWS (New native configurations): Mention OpenBSD/m68k.
5665 * m68kbsd-tdep.c: New file.
5666 * m68kbsd-nat.c: New file.
5667 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
5668 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
5669 * configure.host: Add m68k-*-openbsd.
5670 * configure.tgt: Add m68k-*-openbsd.
5671 * config/m68k/tm-obsd.h: New file.
5672 * config/m68k/obsd.mt: New file.
5673 * config/m68k/obsd.mh: New file.
5674 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
5675 m68kbsd-tdep.c.
5676
5677 2004-04-30 Andrew Cagney <cagney@redhat.com>
5678
5679 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
5680 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
5681
5682 2004-04-30 Mark Kettenis <kettenis@gnu.org>
5683
5684 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
5685 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
5686
5687 2004-04-30 Brian Ford <ford@vss.fsi.com>
5688
5689 Revert 2004-04-16 change.
5690 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
5691 (i386_coff_init_abi): Remove.
5692 * i386-tdep.h (i386_coff_init_abi): Remove.
5693 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
5694
5695 2004-04-30 Andrew Cagney <cagney@redhat.com>
5696
5697 * blockframe.c (find_pc_partial_function): Delete use of
5698 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
5699 DEPRECATED_SIGTRAMP_END.
5700
5701 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
5702 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
5703 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
5704 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
5705 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
5706
5707 * defs.h (deprecated_inside_entry_file): Delete declaration.
5708 * blockframe.c (deprecated_inside_entry_file): Delete function.
5709 (legacy_frame_chain_valid): Delete call.
5710 * sh64-tdep.c (sh64_frame_chain): Delete call.
5711 * objfiles.h: Update comments.
5712 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
5713 call.
5714 * frame.c (get_prev_frame): Delete call, update comments.
5715
5716 2004-04-30 Brian Ford <ford@vss.fsi.com>
5717
5718 * MAINTAINERS (Write After Approval): Add myself.
5719
5720 2004-04-30 Andrew Cagney <cagney@redhat.com>
5721
5722 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
5723 * gdbarch.h, gdbarch.c: Re-generate.
5724 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
5725 code.
5726
5727 2004-04-30 Andrew Cagney <cagney@redhat.com>
5728
5729 * gdb-events.sh (selected_thread_changed)
5730 (selected_frame_level_changed, target_changed): Delete.
5731 * gdb-events.h, gdb-events.c: Re-generate.
5732 * valops.c (value_assign): Update.
5733 * stack.c (select_frame_command, up_silently_base)
5734 (down_silently_base): Update.
5735
5736 2004-04-29 Andrew Cagney <cagney@redhat.com>
5737
5738 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
5739 registers correctly.
5740 (print_gp_register_row, mips32_heuristic_proc_desc)
5741 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
5742 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
5743 references to mips_isa_regsize.
5744
5745 2004-04-29 Andrew Cagney <cagney@redhat.com>
5746
5747 * mips-tdep.c (struct gdbarch_tdep): Delete
5748 mips_fp_register_double.
5749 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
5750 mips_abi_regsize.
5751 (mips_gdbarch_init): Do not set mips_fp_register_double.
5752 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
5753
5754 2004-04-29 Joel Brobecker <brobecker@gnat.com>
5755
5756 Committed by Andrew Cagney.
5757 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
5758 function calls.
5759
5760 2004-04-29 Andrew Cagney <cagney@redhat.com>
5761
5762 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
5763 gdbarch, use mips_abi, update callers.
5764 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
5765 mips_abi_regsize, update callers.
5766 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
5767 mips_default_abi_regsize.
5768 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
5769 mips_default_abi_regsize.
5770
5771 2004-04-29 Andrew Cagney <cagney@redhat.com>
5772
5773 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
5774 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
5775 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
5776 mips_default_abi_regsize.
5777 (mips_isa_regsize): Rename mips_regisze.
5778 * mipsnbsd-tdep.c: Update.
5779 * mips-linux-tdep.c: Update.
5780 * irix5-nat.c: Update.
5781 * mips-tdep.h (mips_isa_regsize): Update.
5782
5783 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
5784 Delete all disabled code.
5785 * gdb-events.h, gdb-events.c: Re-generate.
5786
5787 2004-04-19 Jerome Guitton <guitton@gnat.com>
5788 Mark Kettenis <kettenis@gnu.org>
5789
5790 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
5791 the function begins with a branch instruction.
5792
5793 2004-04-29 Mark Kettenis <kettenis@gnu.org>
5794
5795 * i386-tdep.c: Fix spelling mistakes.
5796
5797 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5798 Andrew Cagney <cagney@redhat.com>
5799
5800 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
5801 <sys/proc.h>.
5802 * acconfig.h: Provide default _KMEMUSER value.
5803 * config.in, configure: Re-generate.
5804 * NEWS: Mention fix.
5805
5806 2004-04-24 Randolph Chung <tausq@debian.org>
5807
5808 * configure.host (hppa*-*-linux*): New target.
5809 * configure.tgt (hppa*-*-linux*): Likewise.
5810 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
5811 gdbarch_init_osabi() call earlier so that osabi-specific frame
5812 unwinders can be registered first.
5813 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
5814 hppa-linux-nat.c.
5815 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
5816 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
5817 * config/pa/linux.mh: New file.
5818 * config/pa/linux.mt: New file.
5819 * config/pa/nm-linux.h: New file.
5820 * config/pa/xm-linux.h: New file.
5821 * hppa-linux-nat.c: New file.
5822 * hppa-linux-tdep.c: New file.
5823
5824 2004-04-28 Randolph Chung <tausq@debian.org>
5825
5826 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
5827 return values.
5828 (hppa32_push_dummy_call): Fix small struct and floating point argument
5829 passing, and make sure the stack frame is properly aligned.
5830
5831 2004-04-28 Andrew Cagney <cagney@redhat.com>
5832
5833 * stack.c (print_stack_frame): Fix description.
5834
5835 * NEWS: Mention gdb/gdbserver/configure execute permission
5836 changed. PR server/519.
5837
5838 2004-04-28 Andrew Cagney <cagney@redhat.com>
5839
5840 * stack.c (print_stack_frame_stub): Delete declaration.
5841 (struct print_stack_frame_args, print_stack_frame)
5842 (print_frame_info, print_frame): Replace "source" with print what.
5843 Replace "print" with "print_level". Replace "args" with
5844 "print_args".
5845 * frame.h (show_and_print_stack_frame, print_stack_frame)
5846 (print_frame_info): Update declarations.
5847 * stack.c (select_and_print_frame, frame_command)
5848 (current_frame_command, up_command, down_command): Update calls -
5849 use get_selected_frame, pass "enum print_what" for source, do not
5850 call frame_relative_level.
5851 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
5852 * remote-rdp.c (remote_rdp_open): Ditto.
5853 * remote-mips.c (common_open): Ditto.
5854 * remote-e7000.c (e7000_start_remote): Ditto.
5855 * ocd.c (ocd_start_remote): Ditto.
5856 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
5857 * infrun.c (normal_stop): Ditto.
5858 * inflow.c (kill_command): Ditto.
5859 * infcmd.c (finish_command): Ditto.
5860 * corelow.c (core_open): Ditto.
5861 * tracepoint.c (finish_tfind_command): Ditto.
5862 * thread.c (info_threads_command, info_threads_command)
5863 (restore_current_thread, do_captured_thread_select): Ditto.
5864 * ada-tasks.c (task_command): Ditto.
5865
5866 2004-04-26 Orjan Friberg <orjanf@axis.com>
5867
5868 * frame.c: Include "observer.h".
5869 (frame_observer_target_changed): New function.
5870 (_initialize_frame): Attach target_changed observer.
5871 * regcache.c: Include "observer.h".
5872 (regcache_observer_target_changed): New function.
5873 (_initialize_regcache): Attach target_changed observer.
5874 * valops.c: Include "observer.h".
5875 (value_assign): Notify target_changed event when modifying register.
5876 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
5877
5878 2004-04-26 Orjan Friberg <orjanf@axis.com>
5879
5880 From Paul Koning <pkoning@equallogic.com>:
5881 * breakpoint.c (free_valchain): New function.
5882 (insert_bp_location, delete_breakpoint): Use free_valchain.
5883 (remove_breakpoint): Do not remove the valchain.
5884 (bpstat_stop_status): If not stopped by watchpoint, skip
5885 watchpoints when generating stop status list.
5886 * infrun.c (handle_inferior_event): Make
5887 stepped_after_stopped_by_watchpoint a global variable.
5888 * remote.c (remote_stopped_data_address): Return watch data
5889 address rather than zero if stepped_after_stopped_by_watchpoint is
5890 set.
5891
5892 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
5893
5894 Fix PR gdb/1626.
5895 * configure.in: Check for curses after termcap.
5896 On osf5.*, do not check for ncurses.
5897 * configure: Regenerate.
5898
5899 2004-04-25 Mark Kettenis <kettenis@gnu.org>
5900
5901 * ppcobsd-nat.c: Include "ppc-tdep.h".
5902 * Makefile.in (ppcobsd-nat.o): Update dependencies.
5903
5904 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
5905 Fixes PR tdep/1623 and PR tdep/1624.
5906
5907 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
5908
5909 * xmodem.h, xmodem.c: Remove files.
5910 * Makefile.in: Remove references to xmodem.h, xmodem.c.
5911
5912 2004-04-23 Randolph Chung <tausq@debian.org>
5913
5914 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
5915 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
5916 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
5917 for handling stackless frames.
5918 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
5919
5920 2004-04-23 Randolph Chung <tausq@debian.org>
5921
5922 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
5923 starts at a pc before the frame is created.
5924
5925 2004-04-23 Joel Brobecker <brobecker@gnat.com>
5926
5927 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
5928
5929 2004-04-23 Jerome Guitton <guitton@gnat.com>
5930
5931 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
5932 use convert_typed_floating to get the appropriate format.
5933
5934 2004-04-22 Randolph Chung <tausq@debian.org>
5935
5936 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
5937 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
5938 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
5939 (hppa_sign_extend): Add prototype.
5940 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
5941 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
5942 (sign_extend): Rename with hppa_ prefix and make non-static. Other
5943 hppa targets will also use these functions.
5944 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
5945 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
5946 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
5947 (hppa_gdbarch_init): Remove gdbarch setting of
5948 skip_trampoline_code, in_solib_call_trampoline and
5949 in_solib_return_trampoline.
5950 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
5951 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
5952 hppa_in_solib_call_trampoline.
5953 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
5954 Moved from hppa-tdep.c.
5955 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
5956 in_solib_call_trampoline and in_solib_return_trampoline.
5957
5958 2004-04-22 Randolph Chung <tausq@debian.org>
5959
5960 * hppa-tdep.c (hppa_debug): New variable.
5961 (find_unwind_entry, hppa_frame_cache): Add debug output.
5962 (_initialize_hppa_tdep): Add command to set debug flag.
5963
5964 2004-04-22 Andrew Cagney <cagney@redhat.com>
5965
5966 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
5967 "trad-frame.h".
5968 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
5969 signal trampoline unwinder.
5970 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
5971
5972 2004-04-22 Mark Kettenis <kettenis@gnu.org>
5973
5974 Add OpenBSD/powerpc support.
5975 * NEWS (New native configurations): Mention OpenBSD/powerpc.
5976 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
5977 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
5978 (ppc_collect_fpregset): New prototypes.
5979 * ppcobsd-nat.c: New file.
5980 * ppcobsd-tdep.c: New file.
5981 * ppcobsd-tdep.h: New file.
5982 * rs6000-tdep.c: Include "regset.h".
5983 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
5984 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
5985 New functions.
5986 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
5987 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
5988 (rs6000-tdep.o): Update dependencies.
5989 * configure.host: Add powerpc-*-openbsd.
5990 * configure.tgt: Add powerpc-*-openbsd.
5991 * config/powerpc/obsd.mh: New file.
5992 * config/powerpc/nm-obsd.h: New file.
5993 * config/powerpc/obsd.mt: New file.
5994
5995 2004-04-22 Andrew Cagney <cagney@redhat.com>
5996
5997 * frame.h (show_frame_info): Delete declaration.
5998
5999 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6000 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6001 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6002 * frv-tdep.c (frv_frame_this_id): Ditto.
6003 * avr-tdep.c (avr_frame_this_id): Ditto.
6004
6005 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
6006
6007 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6008
6009 2004-04-22 Jim Blandy <jimb@redhat.com>
6010
6011 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6012 register number zero.
6013
6014 2004-04-21 Michael Snyder <msnyder@redhat.com>
6015
6016 * mips-tdep.c (heuristic_proc_start):
6017 Warning() already prefixes "Warning: ".
6018
6019 2004-04-21 Andrew Cagney <cagney@redhat.com>
6020
6021 * annotate.h (deprecated_annotate_starting_hook)
6022 (deprecated_annotate_stopped_hook)
6023 (deprecated_annotate_exited_hook)
6024 (deprecated_annotate_signal_hook)
6025 (deprecated_annotate_signalled_hook): Deprecate.
6026 * tracepoint.h (deprecated_create_tracepoint_hook)
6027 (deprecated_delete_tracepoint_hook)
6028 (deprecated_modify_tracepoint_hook)
6029 (deprecated_trace_find_hook)
6030 (deprecated_trace_start_stop_hook): Deprecate.
6031 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6032 * remote.h (deprecated_target_resume_hook)
6033 (deprecated_target_wait_loop_hook): Deprecate.
6034 * gdbcore.h (deprecated_exec_file_display_hook)
6035 (deprecated_file_changed_hook): Deprecate.
6036 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6037 * defs.h (deprecated_modify_breakpoint_hook)
6038 (deprecated_command_loop_hook, deprecated_show_load_progress)
6039 (deprecated_print_frame_info_listing_hook)
6040 (deprecated_query_hook, deprecated_warning_hook)
6041 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6042 (deprecated_delete_breakpoint_hook)
6043 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6044 (deprecated_readline_begin_hook, deprecated_readline_hook)
6045 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6046 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6047 (deprecated_context_hook, deprecated_target_wait_hook)
6048 (deprecated_attach_hook, deprecated_detach_hook)
6049 (deprecated_call_command_hook, deprecated_set_hook)
6050 (deprecated_error_hook, deprecated_error_begin_hook)
6051 (deprecated_ui_load_progress_hook): Deprecate.
6052 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6053 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6054 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6055 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6056 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6057 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6058 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6059 * annotate.c, aix-thread.c: Update.
6060
6061 2004-04-21 Andrew Cagney <cagney@redhat.com>
6062
6063 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6064 * vaxnbsd-tdep.c: Include "gdb_string.h".
6065
6066 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6067 (add_symbol_file_from_memory_command): #if 0 function body, call
6068 error instead.
6069
6070 2004-04-21 Andrew Cagney <cagney@redhat.com>
6071
6072 * gdbcore.h: Update copyright.
6073 (deprecated_add_core_fns): Rename add_core_fns.
6074 * win32-nat.c (_initialize_core_win32): Update.
6075 * sun3-nat.c (_initialize_core_sun3): Update.
6076 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6077 * rs6000-nat.c (_initialize_core_rs6000): Update.
6078 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6079 * nto-tdep.c (_initialize_nto_tdep): Update.
6080 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6081 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6082 * mips-nat.c (_initialize_core_mips): Update.
6083 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6084 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6085 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6086 * lynx-nat.c (_initialize_core_lynx): Update.
6087 * irix5-nat.c (_initialize_core_irix5): Update.
6088 * i386-interix-nat.c (_initialize_core_interix): Update.
6089 * cris-tdep.c (_initialize_cris_tdep): Update.
6090 * corelow.c (deprecated_add_core_fns): Update.
6091 * core-regset.c (_initialize_core_regset): Update.
6092 * core-aout.c (_initialize_core_aout): Update.
6093 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6094 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6095 * alpha-nat.c (_initialize_core_alpha): Update.
6096
6097 2004-04-21 Jim Blandy <jimb@redhat.com>
6098
6099 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6100
6101 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
6102
6103 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6104 Delete.
6105 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6106 (read_attribute_value): Update calls to dwarf_alloc_block.
6107 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6108 dwarf2_tmp_obstack.
6109 (psymtab_to_symtab_1): Likewise. Clean up using
6110 free_stack_comp_unit.
6111 (add_to_cu_func_list): Use the comp_unit_obstack.
6112
6113 2004-04-19 Joel Brobecker <brobecker@gnat.com>
6114
6115 * dwarf2read.c (dwarf2_flag_true_p): New function.
6116 (die_is_declaration): Use the function above. Add some comments.
6117
6118 2004-04-19 Mark Kettenis <kettenis@gnu.org>
6119
6120 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6121 architecture when registering sparcnbsd_core_osabi_sniffer.
6122 Adjust comment.
6123
6124 2004-04-18 Mark Kettenis <kettenis@gnu.org>
6125
6126 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6127 return value.
6128
6129 Based on a patch from Brian Ford <ford@vss.fsi.com>:
6130 * i386-tdep.c: Correct register numbering scheme comments
6131 throughout.
6132 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6133 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6134 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6135 (i386_gdb_arch_init): Likewise.
6136
6137 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6138 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6139 ppcnbsd-tdep.o.
6140
6141 * m68k-tdep.h: Tweak comments.
6142 * m68k-tdep.c: Tweak comment.
6143
6144 2004-04-17 Randolph Chung <tausq@debian.org>
6145
6146 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6147 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6148 (hppa_hpux_som_init_abi): Set is_elf to 0.
6149 (hppa_hpux_elf_init_abi): Set is_elf to 1.
6150 * hppa-tdep.c (low_text_segment_address): Remove global.
6151 (record_text_segment_lowaddr): Pass in low address as parameter. Use
6152 section offset to calculate segment address.
6153 (internalize_unwinds): Define low_text_segment_address as local and
6154 pass to record_text_segment_lowaddr for ELF targets.
6155 (hppa_gdbarch_init): Zero fill tdep structure.
6156 (hppa_dump_tdep): Print tdep structure.
6157 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6158
6159 2004-04-17 Randolph Chung <tausq@debian.org>
6160
6161 * hppa-tdep.c (hppa_pseudo_register_read): Define.
6162 (hppa_gdbarch_init): Set pseudo_register_read.
6163 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6164 * regcache.c (supply_register): Remove check for
6165 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6166
6167 2004-04-17 Randolph Chung <tausq@debian.org>
6168
6169 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6170 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6171 (hpread_adjust_stack_address): Move to hpread.c.
6172 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6173 obj_private_struct): Move from tm-hppa.h.
6174 * hpread.c (hppa-tdep.h): Include.
6175 (hpread_adjust_stack_address): Move from hppa-tdep.c.
6176 (hpread_read_function_type, hpread_read_doc_function_type)
6177 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
6178 directly.
6179 * pa64solib.c (hppa-tdep.h): Include.
6180 * somsolib.c (hppa-tdep.h): Include.
6181 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6182 inferior_status): Remove unused forward declarations.
6183 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6184 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6185 obj_private_struct): Move to hppa-tdep.h.
6186 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6187
6188 2004-04-17 Randolph Chung <tausq@debian.org>
6189
6190 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6191 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6192 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6193 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6194 Remove forward declaration and make static.
6195 (hppa_reg_struct_has_addr): Remove.
6196
6197 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6198
6199 * observer.sh: Move comments in sed command to first column.
6200
6201 2004-04-16 Jason Molenda (jmolenda@apple.com)
6202
6203 * frame.c: Minor typeo corrections in comments.
6204
6205 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6206
6207 * observer.c (observer_test_first_notification_function): Update
6208 function profile.
6209 (observer_test_second_notification_function): Likewise.
6210 (observer_test_third_notification_function): Likewise.
6211
6212 2004-04-16 Mark Kettenis <kettenis@gnu.org>
6213
6214 From Brian Ford <ford@vss.fsi.com>:
6215 * i386-tdep.c (i386_coff_init_abi): New function.
6216 * i386-tdep.h (i386_coff_init_abi): New prototype.
6217 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
6218 register number translation functions for DWARF and DWARF 2.
6219
6220 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6221
6222 * dwarf2read.c: Back out my previous change, it was incorrect.
6223
6224 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
6225
6226 * dwarf2read.c: Include "hashtab.h".
6227 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
6228 has_namespace_info.
6229 (struct partial_die_info): Add comments. Use bitfields to reduce
6230 memory footprint. Add scope, scope_set, has_specification,
6231 spec_offset, die_parent, die_child, and die_sibling.
6232 (peek_die_abbrev): Add prototype.
6233 (partial_read_comp_unit_head): New function, broken out from
6234 dwarf2_build_psymtabs_hard.
6235 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
6236 Use partial_read_comp_unit_head. Initialize the CU and
6237 comp_unit_obstack. Update calls to read_partial_die and
6238 scan_partial_symbols. Use free_stack_comp_unit and
6239 load_partial_dies.
6240 (scan_partial_symbols): Change PDI to a pointer. Use the child and
6241 sibling pointers to walk partial DIEs. Call fixup_partial_die.
6242 Update calls to helper functions. Remove NAMESPACE argument.
6243 Update comments.
6244 (partial_die_parent_scope, partial_die_full_name): New functions.
6245 (add_partial_symbol): Remove namespace argument. Update call to
6246 pdi_needs_namespace. Use partial_die_full_name. Handle
6247 DW_TAG_namespace. Check has_namespace_info flag.
6248 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
6249 tag. Handle namespaces.
6250 (add_partial_namespace, add_partial_enumeration): Simplify.
6251 (guess_structure_name): New function, derived from
6252 add_partial_structure.
6253 (add_partial_structure): Remove.
6254 (determine_class_name): Update comment.
6255 (dwarf2_read_abbrevs): Set has_namespace_info flag.
6256 (is_type_tag_for_partial, load_partial_dies): New functions.
6257 (read_partial_die): Pass abbrev and abbrev_len as arguments.
6258 Record specifications instead of following them immediately.
6259 (find_partial_die_in_comp_unit, find_partial_die)
6260 (fixup_partial_die, free_stack_comp_unit)
6261 (hashtab_obstack_allocate, dummy_obstack_deallocate)
6262 (partial_die_hash, partial_die_eq): New functions.
6263 * Makefile.in (hashtab_h): Define.
6264 (dwarf2read.o): Update dependencies.
6265 (observer_inc, observer_h): Move to the correct section.
6266
6267 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6268
6269 * dwarf2read.c (dwarf2_attribute_true_p): New function.
6270 (die_is_declaration): Use the function above. Add comment.
6271
6272 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6273
6274 * dwarf2read.c (read_structure_scope): Identify stub types
6275 using die_is_declaration() only.
6276
6277 2004-04-15 Roland McGrath <roland@redhat.com>
6278
6279 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
6280 argument instead of NAME.
6281 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
6282 in call to symbol_file_add_with_addrs_or_offsets.
6283 (build_addr_info): New function, helper for ...
6284 (symbol_file_add_from_memory): New function.
6285 (add_symbol_file_from_memory_command): New function using that.
6286 (_initialize_symfile): Register it for add-symbol-file-from-memory.
6287 (pre_add_symbol_hook): Add const to argument type.
6288 * symfile.h (symbol_file_add_from_memory): Declare it.
6289
6290 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6291
6292 * NEWS (New native configurations): Mention OpenBSD/vax.
6293 * configure.host: Add vax-*-openbsd*.
6294 * config/vax/obsd.mh: New file.
6295 * config/vax/nm-obsd.h: New file.
6296
6297 * vax-tdep.c: Include "regset.h".
6298 (vax_supply_gregset): New function.
6299 (vax_gregset): New variable.
6300 (vax_regset_from_core_section): New function.
6301 (vax_gdbarch_init): Set regset_from_core_section.
6302 * Makefile.in (vax-tdep.o): Update dependencies.
6303
6304 2004-04-15 Andrew Cagney <cagney@redhat.com>
6305
6306 * observer.c (normal_stop_subject, observer_notify_normal_stop)
6307 (observer_normal_stop_notification_stub)
6308 (observer_attach_normal_stop, observer_detach_normal_stop):
6309 Delete, replaced by #include "observer.inc".
6310 * infrun.c (normal_stop): Pass "stop_bpstat" to
6311 observer_notify_normal_stop.
6312 * Makefile.in (observer_inc): Define.
6313 (observer.o): Update dependencies.
6314 (observer.h, observer.inc): New rules.
6315 * observer.h: Delete file.
6316 * observer.sh: New file.
6317
6318 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6319
6320 * vax-tdep.c (vax_frame_cache): Fix typo.
6321
6322 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6323
6324 * NEWS (New native configurations): Mention NetBSD/vax.
6325 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
6326 * config/vax/nbsdelf.mh: New file.
6327 * config/vax/nbsdaout.mh: New file.
6328 * config/vax/nm-nbsd.h: New file.
6329 * config/vax/nm-nbsdaout.h: New file.
6330
6331 * vaxnbsd-tdep.c: New file.
6332 * Makefile.in (vaxnbsd-tdep.o): New dependency.
6333 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
6334 * config/vax/nbsd.mt: New file.
6335 * config/vax/tm-nbsd.h: New file.
6336
6337 * Makefile.in (vaxbsd-nat.o): New dependency.
6338
6339 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
6340 * vax-tdep.c (vax_store_arguments): Remove struct_return and
6341 struct_addr arguments. Don't push return value address.
6342 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
6343 arguments to vax_store_arguments. Store return value address in
6344 R1.
6345 (vax_store_struct_return, vax_extract_return_value)
6346 (vax_store_return_value): Remove functions.
6347 (vax_return_value): New function.
6348 (vax_gdbarch_init): Set return value. Don't set
6349 deprecated_store_struct_return, deprecated_extract_struct_return
6350 and deprecated_store_return_value.
6351
6352 2004-04-14 Andreas Schwab <schwab@suse.de>
6353
6354 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
6355 value buffer.
6356 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
6357
6358 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6359
6360 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
6361 (vax_unwind_dummy_id): New functions.
6362 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
6363 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
6364 variables.
6365 (vax_fix_call_dummy): Remove function.
6366 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
6367 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
6368 call_dummy_location, deprecated_call_dummy_words,
6369 deprecated_sizeof_call_dummy_words,
6370 deprecated_call_dummy_breakpoint_offset,
6371 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
6372 and deprecated_dummy_write_sp.
6373
6374 2004-04-13 David Carlton <carlton@kealia.com>
6375
6376 * MAINTAINERS: Move myself to "paper trail" section.
6377
6378 2004-04-12 Mark Kettenis <kettenis@gnu.org>
6379
6380 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
6381 "trad-frame.h".
6382 (vax_frame_init_saved_regs): Remove function.
6383 (vax_sigtramp_saved_pc): Remove function.
6384 (vax_frame_saved_pc): Remove function.
6385 (vax_frame_args_address): Remove function.
6386 (vax_frame_num_args): Rewrite.
6387 (vax_frame_chain): Remove function.
6388 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
6389 VAX_FP_REGNUM.
6390 (vax_pop_frame): Likewise.
6391 (vax_saved_pc_after_call): Remove function.
6392 (struct vax_frame_cache): New structure.
6393 (vax_frame_cache): New function.
6394 (vax_frame_this_id): New function.
6395 (vax_frame_prev_register): New function.
6396 (vax_frame_unwind): New variable.
6397 (vax_frame_sniffer): New function.
6398 (vax_frame_base_address): New function.
6399 (vax_frame_args_address): New function.
6400 (vax_frame_base): New variable.
6401 (vax_unwind_pc): New function.
6402 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
6403 deprecated_fp_regnum, deprecated_saved_pc_after_call,
6404 deprecated_frame_chain, deprecated_frame_saved_pc,
6405 deprecated_frame_args_address and
6406 deprecated_frame_init_saved_regs.
6407 * Makefile.in (vax-tdep.o): Update dependencies.
6408
6409 * vaxbsd-nat.c: New file.
6410
6411 * vax-tdep.h: Update copyright year. Adjust comments.
6412 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
6413 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
6414 (vax_regnum): New enum. Replacing...
6415 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
6416 (VAX_PS_REGNUM): ... these removed macros.
6417 * vax-tdep.c (vax_register_name): Remove prototype.
6418 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
6419 (vax_register_byte, vax_register_raw_size,
6420 vax_register_virtual_size, vax_register_virtual_type): Remove
6421 functions.
6422 (vax_register_type): New function.
6423 (vax_breakpoint_from_pc): Reorganize.
6424 (vax_gdbarch_init): Set register_type. Don't set
6425 deprecated_register_size, deprecated_register_bytes,
6426 deprecated_register_byte, deprecated_register_raw_size,
6427 deprecated_max_register_raw_size,
6428 deprecated_register_virtual_size,
6429 deprecated_max_register_virtual_size and
6430 deprecated_register_virtual_type. Add comment on stack direction.
6431
6432 2004-04-11 Mark Kettenis <kettenis@gnu.org>
6433
6434 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
6435 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
6436 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
6437
6438 2004-04-10 Randolph Chung <tausq@debian.org>
6439
6440 * MAINTAINERS (write after approval): Add myself.
6441
6442 2004-04-07 Randolph Chung <tausq@debian.org>
6443
6444 * hppa-tdep.c (hppa_inner_than): Remove.
6445 (is_pa_2): Remove unused static variable.
6446 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
6447
6448 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
6449
6450 * language.h (language_defn): Add new la_post_parser field.
6451 * parser-defs.h (null_post_parser): New declaration (default for
6452 la_post_parser).
6453
6454 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
6455 insert call to that function.
6456 (parse_exp_in_context): New function, including code formerly in
6457 parse_exp_1. Calls language-dependent post-parser after
6458 prefixification.
6459 (parse_expression_in_context): New exported function.
6460 (null_post_parser): New definition.
6461 * expression.h (parse_expression_in_context): Add declaration.
6462
6463 * p-lang.c (pascal_language_defn): Add trivial post-parser.
6464 * c-lang.c (c_language_defn): Ditto.
6465 (cplus_language_defn): Ditto.
6466 (asm_language_defn): Ditto.
6467 (minimal_language_defn): Ditto.
6468 * f-lang.c (f_language_defn): Ditto.
6469 * jv-lang.c (java_language_defn): Ditto.
6470 * language.c (unknown_language_defn): Ditto.
6471 (auto_language_defn): Ditto.
6472 (local_language_defn): Ditto.
6473 * m2-lang.c (m2_language_defn): Ditto.
6474 * scm-lang.c (scm_language_defn): Ditto.
6475 * obj-lang.c (objc_language_defn): Ditto.
6476
6477 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6478
6479 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
6480 (amd64nbsd_mcontext_addr): New function.
6481 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
6482 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
6483 with amd64nbsd_r_reg_offset, instead of building it on the fly.
6484
6485 * corelow.c (core_xfer_partial): Fix coding standards violation.
6486 Add support for TARGET_OBJECT_WCOOKIE.
6487
6488 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
6489 deprecated_pc_in_sigtramp.
6490 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
6491 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
6492 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
6493 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
6494 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
6495 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
6496 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
6497
6498 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
6499 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
6500 Fix typo.
6501
6502 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
6503 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
6504 (amd64_collect_fxsave): Likewise.
6505
6506 * i386-sol2-tdep.c: Include "gdb_string.h".
6507 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
6508 name.
6509 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6510
6511 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6512
6513 * i386-sol2-tdep.c: Include "solib-svr4.h".
6514 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6515 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6516 * config/i386/tm-i386sol2.h: Include :solib.h".
6517 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
6518 solib-svr4.o and solib-legacy.o.
6519 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
6520 solib-svr4.o.
6521
6522 2004-04-09 Mark Kettenis <kettenis@gnu.org>
6523
6524 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
6525 whether a register is supplied by PTRACE_GETFPREGS.
6526 (store_inferior_registers): Likewise.
6527 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
6528 whether a register is supplied by PT_GETFPREGS.
6529 (store_inferior_registers): Likewise.
6530
6531 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
6532 * config/i386/linux64.mt (TDEPFILES): Likewise.
6533
6534 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
6535
6536 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
6537 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6538 the program counter is in the range specified by `struct
6539 gdbarch_tdep'.
6540 * amd64-linux-tdep.c: Include "symtab.h".
6541 (amd64_linux_pc_in_sigtramp): Remove function.
6542 (amd64_linux_sigtramp_p): New function.
6543 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6544 deprecated_pc_in_sigtramp.
6545 * amd64nbsd-tdep.c: Include "symtab.h".
6546 (amd64nbsd_sigtramp_p): New function.
6547 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6548 deprecated_pc_in_sigtramp.
6549 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
6550 few comments.
6551 (amd64obsd_pc_in_sigtramp): Remove function.
6552 (amd64obsd_sigtramp_p): New function.
6553 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6554 deprecated_pc_in_sigtramp.
6555 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
6556 (i386bsd_pc_ins_sigtramp): Remove prototype.
6557 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
6558 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
6559 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6560 the program counter is in the range specified by `struct
6561 gdbarch_tdep'.
6562 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
6563 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
6564 (i386_go32_pc_in_sigtramp): Remove function.
6565 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
6566 Initialize TDEP->sigtramp_p.
6567 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
6568 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
6569 deprecated_pc_in_sigtramp.
6570 * i386-linux-tdep.c: Adjust comments.
6571 (i386_linux_pc_in_sigtramp): Remove function.
6572 (i386_linux_sigtramp_p): New function.
6573 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6574 deprecated_pc_in_sigtramp.
6575 * i386-nto-tdep.c: Update copyright year.
6576 (i386nto_pc_in_sigtramp): Remove function.
6577 (i386nto_sigtramp_p): New function.
6578 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
6579 SP_REGNUM.
6580 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
6581 deprecated_pc_in_sigtramp.
6582 * i386-sol2-tdep.c: Update copyright year.
6583 (i386_sol2_pc_in_sigtramp): Remove function.
6584 (i386_sol2_sigtramp_p): New function.
6585 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
6586 deprecated_pc_in_sigtramp.
6587 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
6588 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
6589 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6590 deprecated_sigtramp_start and deprecated_sigtramp_end.
6591 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
6592 (i386nbsd_pc_in_sigtramp): Remove function.
6593 (i386nbsd_sigtramp_p): New function.
6594 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6595 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
6596 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
6597 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
6598 (i386obsd_pc_in_sigtramp): Remove function.
6599 (i386obsd_sigtramp_p): New function.
6600 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
6601 functions.
6602 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6603 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
6604 TDEP->sigtramp_p.
6605 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
6606 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
6607 dependencies.
6608
6609 * config/i386/i386aout.mt: Remove file.
6610
6611 * configure.tgt: Remove i[34567]86-*-go32*,
6612 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
6613 and i[34567]86-*-isc*. Set gdb_target to i386 for
6614 i[34567]86-*-netware* and i[34567]86-*-*.
6615 * config/i386/i386.mt: New file.
6616 * config/i386/embed.mt: Remove file.
6617 * config/i386/go32.mt: Remove file.
6618 * config/i386/i386nw.mt: Remove file.
6619 * config/i386/i386v.mt: Remove file.
6620 * config/i386/tm-go32.h: Remove file.
6621
6622 * tui/tui-hooks.c: Include "readline/readline.h" after
6623 "gdb_curses.h" instead of before.
6624 * tui/tui-io.c: Likewise.
6625
6626 * tui/tui.c: Fix typo in comment.
6627
6628 * sparc64-tdep.c (sparc_address_from_register): Remove function.
6629
6630 2004-04-08 Andrew Cagney <cagney@redhat.com>
6631
6632 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
6633 (deprecated_exception_support_initialized): Declare.
6634 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
6635 (initialize_hp_cxx_exception_support)
6636 (child_enable_exception_callback): Update.
6637 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
6638 (deprecated_exception_support_initialized): Rename
6639 deprecated_exception_catchpoints_are_fragile and
6640 deprecated_exception_support_initialized.
6641 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
6642
6643 * symtab.c (deprecated_hp_som_som_object_present): Rename
6644 hp_som_som_object_present.
6645 * symtab.h (deprecated_hp_som_som_object_present): Declare.
6646 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
6647 Update. Delete extern declaration.
6648 * valops.c (hp_som_som_object_present): Ditto.
6649 * parse.c (deprecated_hp_som_som_object_present)
6650 (parse_nested_classes_for_hpacc): Ditto.
6651 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
6652 * hppa-hpux-tdep.c (hp_som_som_object_present)
6653 (initialize_hp_cxx_exception_support): Ditto.
6654 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
6655 * cp-valprint.c (hp_som_som_object_present)
6656 (cp_print_class_method): Ditto.
6657 * c-typeprint.c (hp_som_som_object_present):
6658 (c_type_print_base): Ditto.
6659 * c-exp.y (hp_som_som_object_present): Ditto.
6660
6661 2004-04-08 Andrew Cagney <cagney@redhat.com>
6662
6663 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
6664 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
6665 (frame_unwind_find_by_frame): Re-implement the unwind code so
6666 that it can both prepend and append sniffers. Replace
6667 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
6668 * tramp-frame.c (tramp_frame_append): Use
6669 frame_unwind_prepend_unwinder.
6670 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
6671 frame_unwind_register_unwinder.
6672 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
6673 tramp_frame_append.
6674 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
6675 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
6676 (mips_linux_init_abi): Update.
6677
6678 2004-04-08 Kevin Buettner <kevinb@redhat.com>
6679
6680 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
6681 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
6682 file support.
6683
6684 2004-04-07 Kevin Buettner <kevinb@redhat.com>
6685
6686 * ia64-tdep.c (elf.h): Don't include.
6687 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
6688
6689 2004-04-07 Jason Molenda (jmolenda@apple.com)
6690
6691 * frame.h: Typeo corrections in comments.
6692
6693 2004-04-07 Jim Blandy <jimb@redhat.com>
6694
6695 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
6696 %esp and %ebp
6697
6698 2004-04-07 Mark Kettenis <kettenis@gnu.org>
6699
6700 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
6701 * config/sparc/linux64.mt (TDEPFILES): Likewise.
6702 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
6703 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
6704 and solib-legacy.o.
6705 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
6706 solib-svr4.o.
6707 * config/sparc/tm-sol2.h: Update copyright year. Include
6708 "solib.h".
6709
6710 * sparc-sol2-tdep.c: Update copyright year. Include
6711 "solib-svr4.h".
6712 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6713 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
6714 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6715 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
6716 dependencies.
6717
6718 2004-04-06 Andrew Cagney <cagney@redhat.com>
6719
6720 * infttrace.c: Include "infttrace.h".
6721 * infttrace.h: Include "target.h".
6722 * Makefile.in (infttrace_h): Update.
6723 (infttrace.o): Update.
6724
6725 2004-04-06 Andrew Cagney <cagney@redhat.com>
6726
6727 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
6728 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
6729 move extern declarations from here ...
6730 * infttrace.h: ... to here.
6731 * Makefile.in (hppah-nat.o): Update dependencies.
6732
6733 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
6734 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
6735 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
6736 (hppa_breakpoint_from_pc): Delete.
6737
6738 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
6739
6740 2004-04-05 Andrew Cagney <cagney@redhat.com>
6741
6742 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
6743 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
6744 <sys/file.h>.
6745
6746 2004-04-06 Randolph Chung <tausq@debian.org>
6747
6748 Committed by Andrew Cagney (mechanical change).
6749 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
6750 exception_catchpoints_are_fragile, find_stub_with_shl_get,
6751 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
6752 child_enable_exception_callback, current_ex_event,
6753 null_symtab_and_line, child_get_current_exception_event,
6754 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
6755 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
6756 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
6757 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
6758 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
6759 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
6760 Move hpux-specific definitions ...
6761 * hppa-hpux-tdep.c: ... to here.
6762
6763 2004-04-05 Andrew Cagney <cagney@redhat.com>
6764
6765 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
6766 skip_prologue_using_sal.
6767
6768 2004-04-05 Andrew Cagney <cagney@redhat.com>
6769
6770 * config/i386/tm-i386.h: Delete file.
6771 * config/i386/tm-vxworks.h: Update copyright, do not include
6772 "tm-i386.h".
6773 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
6774 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
6775 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
6776 * config/i386/ncr3000.mt (TM_FILE): Delete.
6777 * config/i386/interix.mt (TM_FILE): Delete.
6778 * config/i386/i386v.mt (TM_FILE): Delete.
6779 * config/i386/i386nw.mt (TM_FILE): Delete.
6780 * config/i386/i386gnu.mt (TM_FILE): Delete.
6781 * config/i386/i386aout.mt (TM_FILE): Delete.
6782 * config/i386/embed.mt (TM_FILE): Delete.
6783
6784 2004-04-05 Kevin Buettner <kevinb@redhat.com>
6785
6786 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
6787 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
6788 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
6789 (accg7_regnum): New constants.
6790 (last_spr_regnum, last_pseudo_regnum): Update.
6791 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
6792 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
6793 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
6794 for accg registers.
6795 (frv_register_sim_regno): Update spr_map[].
6796
6797 2004-04-04 Andrew Cagney <cagney@redhat.com>
6798
6799 * config/mips/xm-riscos.h: Delete.
6800 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
6801 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
6802 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
6803 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
6804 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
6805 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
6806 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
6807 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
6808 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
6809 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
6810 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
6811 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
6812 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
6813 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
6814 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
6815 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
6816 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
6817 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
6818 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
6819 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
6820 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
6821 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
6822 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
6823 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
6824 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
6825 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
6826
6827 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
6828 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
6829 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
6830 * configure.host: Remove m680[01]0-sun-sunos3*,
6831 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
6832 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
6833 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
6834 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
6835 mips-*-riscos*.
6836 * NEWS: Mention removed systems.
6837
6838 2004-04-04 Andrew Cagney <cagney@redhat.com>
6839
6840 GDB 6.1 release created from 6.1 branch.
6841
6842 2004-04-04 Andrew Cagney <cagney@redhat.com>
6843
6844 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
6845 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
6846 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
6847
6848 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
6849 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
6850 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
6851
6852 2004-04-03 Jim Blandy <jimb@redhat.com>
6853
6854 * MAINTAINERS: Chris Faylor has changed employers; add him to
6855 "paper trail" section, and update his E-mail address.
6856
6857 2004-04-03 Andrew Cagney <cagney@redhat.com>
6858
6859 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
6860 generic dummy frames.
6861 * dummy-frame.c: Update copyright.
6862 (dummy_frame_sniffer): Delete check for generic dummy frames.
6863
6864 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
6865 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
6866 (REG_PARM_STACK_SPACE): Delete.
6867 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
6868 Inline reference to REG_PARM_STACK_SPACE.
6869
6870 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
6871 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
6872 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
6873 (FRAME_BASE_BEFORE_SIGTRAMP)
6874 (hppa32_hpux_frame_base_before_sigtramp)
6875 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
6876 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
6877 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
6878 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
6879 (FRAME_BASE_BEFORE_SIGTRAMP)
6880 (hppa64_hpux_frame_base_before_sigtramp)
6881 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
6882
6883 2004-04-03 Andrew Cagney <cagney@redhat.com>
6884
6885 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
6886
6887 2004-04-02 Andrew Cagney <cagney@redhat.com>
6888
6889 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
6890 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
6891 * dummy-frame.h: Delete out-of-date comments.
6892 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
6893 * gdbarch.h, gdbarch.c: Re-generate.
6894
6895 2004-04-02 Joel Brobecker <brobecker@gnat.com>
6896
6897 Committed by Andrew Cagney <cagney@redhat.com>.
6898 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
6899 into account an instruction saving a register if we have already
6900 seen an earlier instruction saving that same register.
6901
6902 2004-04-02 Andrew Cagney <cagney@redhat.com>
6903
6904 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
6905 * gdbarch.h, gdbarch.c: Re-generate.
6906 * frame.c (legacy_get_prev_frame): Delete references to
6907 DEPRECATED_INIT_FRAME_PC_FIRST.
6908
6909 * infrun.c (pc_in_sigtramp): Delete function.
6910 (check_sigtramp2): Inline call to pc_in_sigtramp, use
6911 get_frame_type.
6912
6913 2004-04-02 Andrew Cagney <cagney@redhat.com>
6914
6915 * infrun.c (handle_step_into_function): Delete code conditional on
6916 legacy_frame_p.
6917 (handle_inferior_event, step_over_function): Ditto.
6918
6919 2004-04-02 Andrew Cagney <cagney@redhat.com>
6920
6921 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
6922 "previous frame inner to this frame" test.
6923
6924 2004-04-02 Andrew Cagney <cagney@redhat.com>
6925
6926 * frame.c (safe_frame_unwind_memory): New function.
6927 * frame.h (safe_frame_unwind_memory): Declare. Update description
6928 of /safe_/ methods.
6929 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
6930 "next_frame". Use safe_frame_unwind_memory.
6931 (tramp_frame_sniffer): Update call to tramp_frame_start.
6932
6933 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
6934
6935 * dwarf2read.c (dwarf2_objfile_data_key): New.
6936 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
6937 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
6938 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
6939 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
6940 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
6941 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
6942 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
6943 Remove variables.
6944 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
6945 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
6946 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
6947 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
6948 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
6949 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
6950 Remove macros.
6951 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
6952 data.
6953 (dwarf2_locate_sections, dwarf2_build_psymtabs)
6954 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
6955 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
6956 (read_partial_die, read_full_die, read_indirect_string)
6957 (dwarf_decode_line_header, dwarf_decode_macros)
6958 (dwarf2_symbol_mark_computed): Remove use of removed macros.
6959 Update uses of removed variables.
6960 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
6961 of removed macros.
6962 (_initialize_dwarf2_read): New function.
6963 * symfile.h (dwarf2_has_info): Update prototype.
6964 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
6965 * elfread.c (elf_symfile_read): Likewise.
6966
6967 2004-04-01 Jim Blandy <jimb@redhat.com>
6968
6969 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
6970 function for register numbers on all the rs6000-derived targets.
6971 (rs6000_gdbarch_init): Don't register a separate
6972 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
6973 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
6974 variants.
6975
6976 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
6977 numbering.
6978
6979 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
6980
6981 * valarith.c: Update copyright notice.
6982 (value_add): Handle range types.
6983 (value_sub): Ditto.
6984 (value_equal): Ditto.
6985 (value_less): Ditto.
6986 (value_neg): Ditto.
6987 (value_complement): Ditto.
6988 (value_binop): Simplify slightly by using is_integral_type and
6989 eliminiating unnecessary COERCE_ENUMs.
6990
6991 2004-03-31 Andrew Cagney <cagney@redhat.com>
6992
6993 * frame.h (frame_unwind_id): Declare.
6994 * frame.c (frame_unwind_id): New function.
6995 (get_prev_frame_1): New function.
6996 (frame_debug_got_null_frame): New function.
6997 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
6998 code proper to prev_frame, update description.
6999 * infrun.c (step_over_function): Use frame_unwind_id.
7000
7001 2004-04-31 J. Brobecker <brobecker@gnat.com>
7002
7003 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7004 (hppa64_push_dummy_call): Likewise.
7005
7006 2004-03-30 Jim Blandy <jimb@redhat.com>
7007
7008 From Ulrich Weigand:
7009 * utils.c (query): Do not use a va_list variable multiple times.
7010
7011 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7012
7013 * Makefile.in (linux_nat_h): Update dependencies.
7014 * configure.in: Check for <gnu/libc-version.h>.
7015 * configure: Regenerate.
7016 * config.in: Regenerate.
7017 * linux-nat.h: Include "target.h". Add waitstatus field to
7018 struct lwp_info.
7019 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7020 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7021 to.
7022 (lin_lwp_handle_extended): New function. Handle clone events.
7023 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7024 thread exit events.
7025 (child_wait): Handle clone events.
7026 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7027 * linux-nat.c (linux_enable_event_reporting): Turn on
7028 PTRACE_O_TRACECLONE.
7029 (linux_handle_extended_wait): Handle clone events.
7030 * thread-db.c: Include <gnu/libc-version.h>.
7031 (struct private_thread_info): Add dying flag.
7032 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7033 higher.
7034 (attach_thread): Update comments. Handle dying threads.
7035 (detach_thread): Set the dying flag.
7036 (check_event): Always call attach_thread.
7037
7038 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7039
7040 * mips-tdep.c (mips_pdr_data): New.
7041 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7042 (_initialize_mips_tdep): Initialize mips_pdr_data.
7043
7044 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
7045
7046 * minsyms.c (install_minimal_symbols): Move dropping leading
7047 char from linkage name from here...
7048 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7049 test for "__gnu_compiled*" symbols.
7050
7051 2004-03-28 Jim Blandy <jimb@redhat.com>
7052
7053 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7054 registers to temp register r0 and byte stores as prologue
7055 instructions.
7056
7057 2004-03-28 Andrew Cagney <cagney@redhat.com>
7058
7059 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7060 arm*-*-*.
7061
7062 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7063
7064 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7065 and switch the layout to force a display of register window.
7066
7067 2004-02-26 J. Brobecker <brobecker@gnat.com>
7068
7069 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7070 of the INTEGER class.
7071
7072 2004-03-26 Jim Blandy <jimb@redhat.com>
7073
7074 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7075 bytes long on PPC GNU/Linux.
7076
7077 2004-03-26 David Carlton <carlton@kealia.com>
7078
7079 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7080
7081 2004-03-25 Andrew Cagney <cagney@redhat.com>
7082
7083 * PROBLEMS: Add general section titles, remove references to
7084 specific releases.
7085
7086 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
7087
7088 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7089 INT_REGISTER_SIZE.
7090 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7091 FP_REGISTER_VIRTUAL_SIZE.
7092 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7093 of DEPRECATED_REGISTER_RAW_SIZE.
7094 (arm_register_type): Add gdbarch argument.
7095 (arm_register_raw_size, arm_register_virtual_size): Delete.
7096 (arm_register_byte, arm_extract_return_value)
7097 (arm_store_return_value, arm_get_longjmp_target): Update references
7098 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7099 (arm_gdbarch_init): Likewise. Don't set
7100 deprecated_register_raw_size, deprecated_register_virtual_size,
7101 deprecated_max_register_raw_size,
7102 deprecated_max_register_virtual_size, or
7103 deprecated_max_register_virtual_type. Do set register_type.
7104 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7105 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7106 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7107 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7108 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7109 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7110 INT_REGISTER_SIZE.
7111 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7112 (remote_rdp_store_register): Likewise.
7113
7114 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
7115
7116 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7117 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7118 to after osabi initialization.
7119 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7120 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7121 functions.
7122 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7123 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7124 variables.
7125 (mips_linux_init_abi): Append signal trampoline unwinders.
7126
7127 2004-03-24 Andrew Cagney <cagney@redhat.com>
7128
7129 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7130 * tramp-frame.c: Include "gdb_assert.h".
7131 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
7132 correct sizeof.
7133 (tramp_frame_append): Validate the tramp frame's instructions.
7134 * Makefile.in (tramp-frame.o): Update dependencies.
7135
7136 2004-03-23 Andrew Cagney <cagney@redhat.com>
7137
7138 * trad-frame.h (trad_frame_set_reg_addr): Declare.
7139
7140 2004-03-23 Andrew Cagney <cagney@redhat.com>
7141
7142 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7143 Nasser as past testsuite/lib/ (and other) maintainers.
7144
7145 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7146
7147 * infcmd.c (attach_command): Reread symbols if we already have
7148 an exec file.
7149
7150 2004-03-23 Andrew Cagney <cagney@redhat.com>
7151
7152 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7153
7154 2004-03-23 Andrew Cagney <cagney@redhat.com>
7155
7156 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7157 * gdbarch.h, gdbarch.c: Re-generate.
7158 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7159 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7160 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7161 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
7162 (DEPRECATED_SIGTRAMP_START): Update.
7163 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
7164 (DEPRECATED_SIGTRAMP_START): Update.
7165 * blockframe.c (find_pc_sect_partial_function): Update.
7166 * arch-utils.c (legacy_pc_in_sigtramp): Update.
7167
7168 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7169
7170 * remote.c (remote_open_1): Reopen the exec file and reread symbols
7171 if necessary.
7172
7173 2004-03-23 Andrew Cagney <cagney@redhat.com>
7174
7175 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7176 predicate, deprecate.
7177 * gdbarch.h, gdbarch.c: Re-generate.
7178 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7179 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7180 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7181 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7182 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7183 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7184 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7185 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7186 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7187 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7188 * blockframe.c (find_pc_partial_function): Update.
7189 * breakpoint.c (bpstat_what): Update.
7190 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7191 * frv-linux-tdep.c (frv_linux_init_abi): Update.
7192 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7193 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7194 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7195 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7196 * i386-nto-tdep.c (i386nto_init_abi): Update.
7197 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
7198 * i386-tdep.c (i386_sigtramp_frame_sniffer)
7199 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
7200 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7201 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7202 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7203 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
7204 * infrun.c (pc_in_sigtramp): Update.
7205 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
7206 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7207 * mips-tdep.c (mips_gdbarch_init): Update.
7208 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
7209 * ppc-linux-tdep.c: Update comment.
7210 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
7211 * shnbsd-tdep.c (shnbsd_init_abi): Update.
7212 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
7213 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
7214 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
7215 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
7216 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
7217 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
7218 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
7219 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
7220
7221 2004-03-23 Andrew Cagney <cagney@redhat.com>
7222
7223 * tramp-frame.h, tramp-frame.h: New files.
7224 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
7225 Update rules to include "tramp-frame.h" and "tramp-frame.c".
7226
7227 * Makefile.in: Update all dependencies.
7228
7229 2004-03-23 Andrew Cagney <cagney@redhat.com>
7230
7231 * Makefile.in (trad_frame_h): Add $(frame_h).
7232 * trad-frame.h: Update copyright. Include "frame.h".
7233 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
7234 (trad_frame_set_id, trad_frame_get_id): Declare.
7235 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
7236 * trad-frame.c: Update copyright.
7237 (struct trad_frame_cache): Define.
7238 (trad_frame_cache_zalloc): New function.
7239 (trad_frame_set_id, trad_frame_get_id): New functions.
7240 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
7241
7242 2004-03-22 Andrew Cagney <cagney@redhat.com>
7243
7244 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
7245 s390_pltstub_unwind_cache.
7246 (s390_stub_frame_unwind_cache): Rename
7247 s390_pltstub_frame_unwind_cache.
7248 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
7249 (s390_stub_frame_prev_register): Rename
7250 s390_pltstub_frame_prev_register.
7251 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
7252 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
7253
7254 From Ulrich Weigand:
7255 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
7256 pointer calls like PLT calls.
7257
7258 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7259
7260 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
7261 PC rather than the partial function start address. Use the start
7262 address to sanity check the found PDR.
7263
7264 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7265
7266 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
7267 linux_handle_extended_wait.
7268
7269 2004-03-22 Andrew Cagney <cagney@redhat.com>
7270
7271 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
7272 function.
7273
7274 * frame.h (generic_pop_current_frame): Delete declaration.
7275 (deprecate_pop_dummy_frame): Deprecate
7276 generic_pop_dummy_frame.
7277 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
7278 (generic_pop_current_frame): Delete function.
7279 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
7280 generic_pop_current_frame.
7281 * v850-tdep.c (v850_pop_frame): Update.
7282 * mcore-tdep.c (mcore_pop_frame): Update.
7283 * sh64-tdep.c (sh64_pop_frame): Update.
7284 * h8300-tdep.c (h8300_pop_frame): Update.
7285
7286 2004-03-22 Andrew Cagney <cagney@redhat.com>
7287
7288 * frame.h (deprecated_pc_in_call_dummy): Rename
7289 generic_pc_in_call_dummy.
7290 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
7291 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
7292 generic_pc_in_call_dummy.
7293 (pc_in_dummy_frame): Make static.
7294 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
7295 * gdbarch.h, gdbarch.c: Re-generate.
7296 * dummy-frame.c (dummy_frame_sniffer): Simplify.
7297 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
7298 (legacy_get_prev_frame): Ditto.
7299 * inferior.h: Delete reference to generic_pc_in_call_dummy in
7300 comment.
7301
7302 2004-03-21 Andrew Cagney <cagney@redhat.com>
7303
7304 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
7305 declaration and out-of-date comment.
7306 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
7307 Delete function.
7308 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
7309 deprecated_pc_in_call_dummy.
7310
7311 * infrun.c (handle_inferior_event): For non legacy frames, use the
7312 frame ID and frame type to identify a signal trampoline. Update
7313 comments.
7314
7315 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
7316
7317 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
7318 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
7319
7320 2004-03-21 Andrew Cagney <cagney@redhat.com>
7321
7322 * frame-unwind.h: Update copyright.
7323 (struct frame_data): Add opaque declaration.
7324 (frame_sniffer_ftype): Declare.
7325 (struct frame_unwind): Add "unwind_data" and "sniffer".
7326 (frame_unwind_register_unwinder): Declare.
7327 (frame_unwind_find_by_frame): Add parameter "this_cache".
7328 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
7329 (legacy_get_prev_frame, legacy_get_prev_frame)
7330 (get_frame_type): Pass the prologue_cache to
7331 frame_unwind_find_by_frame.
7332 * frame-unwind.c (struct frame_unwind_table_entry): Add field
7333 "unwinder".
7334 (frame_unwind_register_unwinder): New function.
7335 (frame_unwind_find_by_frame): Handle an unwind sniffer.
7336
7337 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
7338
7339 * bcache.c (print_percentage): Use floating point to avoid
7340 incorrect results when portion*100 overflows.
7341
7342 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7343
7344 * ppc_tdep.h (ppc_linux_frame_saved_pc)
7345 (ppc_linux_init_extra_frame_info)
7346 (ppc_linux_frameless_function_invocation)
7347 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
7348 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
7349 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
7350 (rs6000_frame_chain): Delete declarations.
7351 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
7352 (ppc_linux_init_extra_frame_info)
7353 (ppc_linux_frameless_function_invocation)
7354 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
7355 (ppc_linux_init_abi): Remove registration of above deleted functions.
7356 * rs6000-tdep.c (rs6000_init_extra_frame_info)
7357 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
7358 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
7359 (rs6000_pop_frame, rs6000_frameless_function_invocation)
7360 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
7361 (rs6000_gdbarch_init): Remove registration of above deleted functions.
7362 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
7363 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
7364 frame management for all OSABIs.
7365
7366 2004-03-19 Andrew Cagney <cagney@redhat.com>
7367
7368 Committed by Kevin Buettner <kevinb@redhat.com>.
7369
7370 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
7371 Update copyright.
7372 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
7373 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
7374 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
7375 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
7376 unwinders. #ifdef legacy frame code.
7377 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
7378 "frame-base.h".
7379 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
7380 (struct rs6000_frame_cache, rs6000_frame_cache)
7381 (rs6000_frame_this_id, rs6000_frame_prev_register)
7382 (rs6000_frame_sniffer, rs6000_frame_unwind)
7383 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
7384 (rs6000_frame_base): Implement a traditional frame unwinder.
7385 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
7386 frame unwinder.
7387
7388 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7389
7390 * breakpoint.c (adjust_breakpoint_address): Don't adjust
7391 breakpoint address for watchpoints or the catch eventpoints.
7392 Add new paramter ``bptype''. Adjust all callers.
7393
7394 2004-03-19 Andrew Cagney <cagney@redhat.com>
7395
7396 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
7397
7398 * PROBLEMS: Delete note that ARM does not use frame code, problem
7399 fixed.
7400
7401 2004-03-18 Andrew Cagney <cagney@redhat.com>
7402
7403 * stack.c (return_command): Delete code wrapped in #ifdef
7404 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
7405
7406 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
7407
7408 2004-03-18 Andrew Cagney <cagney@redhat.com>
7409
7410 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
7411 DEPRECATED_IN_SIGTRAMP.
7412 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7413 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
7414 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7415 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7416 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7417 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7418 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7419 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7420 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
7421 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
7422
7423 2004-03-18 Andrew Cagney <cagney@redhat.com>
7424
7425 * frame-base.c: Update copyright. Include "gdb_obstack.h".
7426 (struct frame_base_table_entry): Define.
7427 (struct frame_base_table): Re-implement as a linked list.
7428 (frame_base_init): Re-implement.
7429 (frame_base_table): Delete function.
7430 (append_predicate): Delete function.
7431 (frame_base_append_sniffer): Update.
7432 (frame_base_set_default): Update.
7433 (frame_base_find_by_frame): Update.
7434 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
7435 * Makefile.in (frame-base.o): Update dependencies.
7436
7437 2004-03-17 Andrew Cagney <cagney@redhat.com>
7438
7439 * frame.c (legacy_get_prev_frame): Pass correct frame to
7440 frame_unwind_find_by_frame.
7441
7442 2004-03-17 David Carlton <carlton@kealia.com>
7443
7444 * NEWS: Mention C++ nested types and namespaces
7445
7446 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
7447
7448 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
7449 and "Regressions since gdb 5.3.". Add known regressions since
7450 gdb 6.0.
7451
7452 2004-03-16 David Carlton <carlton@kealia.com>
7453
7454 * dwarf2read.c (process_structure_scope): Process children even
7455 when we're a declaration.
7456
7457 2004-03-16 Andrew Cagney <cagney@redhat.com>
7458
7459 * symtab.h (find_pc_sect_partial_function): Delete declaration.
7460 * blockframe.c (find_pc_partial_function)
7461 (find_pc_sect_partial_function): Merge into a single
7462 find_pc_partial_function.
7463
7464 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7465
7466 * i386bsd-nat.c: s/regno/regnum/g.
7467 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
7468 FP0_REGNUM.
7469 (store_inferior_registers): Likewise.
7470
7471 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7472
7473 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
7474 of i387_fill_fsave.
7475 (store_inferior_registers): Call i387_collect_fsave and
7476 i387_collect_fxsave instead of i387_fill_fsave and
7477 i387_fill_fxsave.
7478
7479 2004-03-15 Andrew Cagney <cagney@redhat.com>
7480
7481 * Makefile.in (frame-unwind.o): Update dependencies.
7482 * frame-unwind.c: Include "gdb_obstack.h".
7483 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
7484 parameter.
7485 (append_predicate): Delete function.
7486 (struct frame_unwind_table_entry): New structure.
7487 (struct frame_unwind_table): Replace "sniffer" with "head" and
7488 "tail".
7489 (frame_unwind_append_sniffer): Update.
7490 (frame_unwind_find_by_frame): Update.
7491 (_initialize_frame_unwind): Registe frame_unwind_init using
7492 gdbarch_data_register_pre_init.
7493
7494 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7495
7496 * i386bsd-nat.c: Update copyright year.
7497 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
7498 define unconditionally.
7499
7500 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7501
7502 * i387-tdep.h (i387_collect_fsave): New prototype.
7503 * i387-tdep.c (i387_collect_fsave): New function containing most
7504 of the code from i387_fill_fsave.
7505 (i387_fill_fsave): Call i387_collect_fsave.
7506
7507 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7508
7509 * i386-linux-tdep.c: Update copyright year.
7510 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
7511 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
7512 svr4_ilp32_link_map_offsets instead of
7513 i386_linux_svr4_fetch_link_map_offsets.
7514
7515 2004-03-15 David Carlton <carlton@kealia.com>
7516
7517 Fix for PR c++/1553:
7518 * dwarf2read.c (read_structure_type): Determine type name by
7519 calling determine_class_name.
7520 (determine_class_name): New.
7521 (determine_prefix): Look at TYPE_TAG_NAME and call
7522 determine_class_name when appropriate.
7523 (determine_prefix_aux, class_name): Delete.
7524 (read_namespace): Set die->type.
7525
7526 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7527
7528 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
7529 unused macro definition. The definition in target.h (or perhaps
7530 elsewhere) takes precedence.
7531
7532 2004-03-15 Andrew Cagney <cagney@redhat.com>
7533
7534 * ppc-tdep.h: Update copyright.
7535 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
7536 function signatures to match "regsets.h".
7537 * ppc-linux-tdep.c: Include "regset.h".
7538 (ELF_GREGSET_SIZE): Delete.
7539 (right_supply_register): New function.
7540 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
7541 using right_supply_register.
7542 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
7543 functions.
7544 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
7545 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
7546 (_initialize_ppc_linux_tdep): Do not register
7547 ppc_linux_regset_core_fns.
7548 (ppc_linux_regset_from_core_section): Replace
7549 fetch_core_registers.
7550 (ppc_linux_regset_core_fns): Delete.
7551 * ppc-linux-nat.c: (right_fill_reg): New function.
7552 (supply_gregset): Update call to ppc_linux_supply_gregset.
7553 (fill_gregset): Clear the register set, use right_fill_reg.
7554 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
7555 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
7556
7557 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
7558 unsigned.
7559
7560 2004-03-15 Andrew Cagney <cagney@redhat.com>
7561
7562 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
7563 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
7564 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
7565 and register_gdbarch_data.
7566 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
7567 (struct gdbarch_data): Replace "init" by "pre_init" and
7568 "post_init".
7569 * gdbarch.h, gdbarch.c: Re-generate.
7570 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
7571 with"obstack", use OBSTACK_ZALLOC.
7572 (dwarf2_frame_ops): Delete.
7573 (dwarf2_frame_set_init_reg): Use gdbarch_data.
7574 (dwarf2_frame_init_reg): Use gdbarch_data.
7575 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
7576 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
7577 (_initialize_svr4_solib): Update.
7578 * user-regs.c (_initialize_user_regs): Update.
7579 * reggroups.c (_initialize_reggroup): Update.
7580 * regcache.c (_initialize_regcache): Update.
7581 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
7582 * libunwind-frame.c (_initialize_libunwind_frame): Update.
7583 * gnu-v3-abi.c (init_gnuv3_ops): Update.
7584 * frame-unwind.c (_initialize_frame_unwind): Update.
7585 * frame-base.c (_initialize_frame_base): Update.
7586 * user-regs.c (user_reg_add): Update.
7587 * reggroups.c (reggroup_add): Update.
7588 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
7589 * libunwind-frame.c (libunwind_frame_set_descr): Update.
7590 * frame-unwind.c (frame_unwind_append_sniffer): Update.
7591 * frame-base.c (frame_base_table): Update.
7592 * remote.c (_initialize_remote): Update.
7593 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
7594
7595 2004-03-15 Andrew Cagney <cagney@redhat.com>
7596
7597 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
7598
7599 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7600
7601 * Makefile.in (frv-linux-tdep.o): Add dependencies.
7602 * frv-linux-tdep.c: New file.
7603 * frv-tdep.c (struct gdbarch_tdep): Add new field
7604 ``sigcontext_reg_addr''.
7605 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
7606 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7607 (frv_sigramp_frame_sniffer): New functions.
7608 (frv_sigtramp_frame_unwind): New static global.
7609 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
7610 sniffers.
7611 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
7612 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
7613
7614 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7615
7616 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
7617 but not via a call to error(), when unable to read memory.
7618
7619 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7620
7621 * frv-tdep.c (frv_call_dummy_words): Delete.
7622 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
7623
7624 2004-03-15 Andrew Cagney <cagney@redhat.com>
7625
7626 * infrun.c (handle_step_into_function, step_over_function): Only
7627 update and use STEP_FRAME_ID when the system is using legacy
7628 frames. Update comments.
7629
7630 2004-03-14 Mark Kettenis <kettenis@gnu.org>
7631
7632 * amd64-linux-tdep.h: Remove file.
7633 * amd64-linux-tdep.c: Don't include "inferior.h" and
7634 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
7635 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
7636 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
7637 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
7638 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
7639 macros.
7640 (user_to_gdb_regmap): Remove variable.
7641 (amd64_linux_gregset_reg_offset): New variable.
7642 (amd64_core_fns): Remove variable.
7643 (fetch_core_registers): Remove function.
7644 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
7645 functions.
7646 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
7647 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
7648 * Makefile.in (amd64_linux_tdep_h): Remove.
7649 (amd64-linux-nat.o): Update dependencies.
7650 (amd64-linux-tdep.o): Update dependencies.
7651
7652 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
7653 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
7654 functions.
7655 (fetch_inferior_registers, store_inferior_registers): Rewrite.
7656
7657 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
7658 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
7659
7660 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
7661
7662 * dwarf2read.c (read_structure_type): Rename from
7663 read_structure_scope. Don't create a symbol or call process_die.
7664 Return immediately if die->type is set. Call read_type_die before
7665 dwarf2_add_member_fn.
7666 (process_structure_scope): New function.
7667 (read_enumeration_type, process_enumeration_scope): New functions,
7668 broken out from read_enumeration. Don't create the enumeration
7669 type if it has already been created.
7670 (read_enumeration): Removed.
7671 (process_die): Call read_structure_type, process_structure_scope,
7672 read_enumeration_type, and process_enumeration_scope. Just call
7673 new_symbol for base and subrange types. Add a comment about other
7674 type dies.
7675 (read_type_die): Call read_enumeration_type.
7676 (add_partial_structure, new_symbol): Update comments.
7677
7678 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7679
7680 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
7681
7682 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7683
7684 * tui/tui-win.h (tui_get_cmd_list): Declare.
7685 * tui/tui-win.c (tui_command): New function.
7686 (tui_get_cmd_list): New function.
7687 (_initialize_tui_win): Moved initialization of tui command in
7688 tui_get_cmd_list.
7689
7690 * tui/tui-data.c (init_content_element): Setup new data members.
7691 (init_win_info): Likewise.
7692 (free_content_elements): Free it.
7693 * tui/tui-data.h (struct tui_data_element): Store the register
7694 content to print.
7695 (struct tui_data_info): Keep the current register group.
7696
7697 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
7698
7699 * tui/tui-regs.h (tui_show_registers): Update prototype.
7700 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
7701 (tui_resize_all): No need to calculate anything for register window.
7702 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
7703 (tui_set_register_element, tui_set_general_regs_content): Remove.
7704 (tui_set_special_regs_content): Remove.
7705 (tui_set_general_and_special_regs_content): Remove.
7706 (tui_set_float_regs_content): Remove.
7707 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
7708 (tui_set_regs_content): Remove.
7709 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
7710 (tui_v_show_registers_command_support): Remove.
7711 (tui_show_registers): Use a reggroup to specify the registers to show.
7712 (tui_show_register_group): New function.
7713 (tui_display_registers_from): Compute the layout of register window
7714 and refresh with new API; be sure to delete old register windows.
7715 (tui_check_register_values): Update to use tui_get_register and
7716 tui_display_data.
7717 (tui_display_register): Just refresh the register window part.
7718 (tui_register_format): Format registers and save in tui_data_element.
7719 (tui_get_register): New to combine tui_reg_value_has_changed and
7720 tui_get_register_raw_value; fix to use the new gdb API.
7721 (tui_show_float_command): Renamed tui_reg_float_command.
7722 (tui_show_general_command): Renamed tui_reg_general_command.
7723 (tui_show_special_command): Renamed tui_reg_system_command.
7724 (_initialize_tui_regs): Remove unused commands.
7725
7726 2004-03-13 Mark Kettenis <kettenis@gnu.org>
7727
7728 * NEWS (New native configurations): Mention OpenBSD/amd64.
7729
7730 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
7731 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
7732 Remove defines.
7733 * config/i386/nm-fbsd64.h: Likewise.
7734 * config/i386/nm-obsd.h: Likewise.
7735 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
7736 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
7737
7738 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7739
7740 * frv-tdep.c (set_variant_scratch_registers): New function.
7741 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
7742 New constants.
7743
7744 From Richard Sandiford <rsandifo@redhat.com>:
7745 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
7746
7747 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7748
7749 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
7750 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
7751 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
7752 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
7753 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
7754 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
7755 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
7756 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
7757 definitions from frv-tdep.c to frv-tdep.h.
7758
7759 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7760
7761 Add shared library support for FR-V FDPIC ABI:
7762 * Makefile.in (solib-frv.o): Add dependencies.
7763 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
7764 New functions.
7765 (frv_push_dummy_call): Add support for FDPIC ABI.
7766 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
7767 for FDPIC ABI.
7768 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
7769 (frv_fdpic_find_canonical_descriptor): Declare.
7770 * solib-frv.c: New file.
7771 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
7772 * config/frv/tm-frv.h (solib.h): Include.
7773
7774 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7775
7776 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
7777 (frv-tdep.o): Update dependencies.
7778 * frv-tdep.h: New file.
7779 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
7780 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
7781 constants.
7782 (struct gdbarch_tdep): Add new member ``frv_abi''.
7783 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
7784 functions.
7785 (new_variant): Set ``frv_abi'' field.
7786 (gdb_arch_init): Detect FDPIC executables.
7787
7788 2004-03-12 Mark Kettenis <kettenis@gnu.org>
7789
7790 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
7791 wrapper.
7792
7793 2004-03-11 Andrew Cagney <cagney@redhat.com>
7794
7795 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
7796
7797 2004-03-11 Kevin Buettner <kevinb@redhat.com>
7798
7799 * solist.h (master_so_list): New function.
7800 * solib.c (master_so_list): Likewise.
7801 * solib-svr4.c (enable_break): Iterate over so_list entries
7802 obtained from master list instead of entries obtained directly
7803 via svr4_current_sos().
7804
7805 2004-03-10 Ben Elliston <bje@gnu.org>
7806
7807 * MAINTAINERS: Update my mail address.
7808
7809 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7810
7811 * remote-m32r-sdi.c: Support hardware watchpoint.
7812
7813 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7814
7815 * user-regs.c: Update copyright years.
7816 (struct user_regs): Rename to gdb_user_regs.
7817 (append_user_reg, builtin_user_regs, user_regs_init)
7818 (user_reg_add, user_reg_map_name_to_regnum)
7819 (usernum_to_user_reg): Update.
7820
7821 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7822
7823 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
7824 (skip_children): New functions.
7825 (locate_pdi_sibling): Call skip_children.
7826
7827 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7828
7829 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
7830 * gdbtypes.c (check_typedef): Update comments.
7831
7832 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7833
7834 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
7835 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
7836 pointer. Update comment about comp_unit_head.
7837 (struct abbrev_info): Shorten two int flags.
7838 (dwarf_alloc_abbrev): Take a CU argument.
7839 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
7840 each time through the loop. Update cleanup argument.
7841 (psymtab_to_symtab_1): Update cleanup call.
7842 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
7843 abbrev_obstack.
7844 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
7845 Just call obstack_free and clear the pointer.
7846
7847 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7848
7849 * infrun.c (handle_inferior_event): Remove short-circuit code for
7850 events in a different thread.
7851
7852 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7853
7854 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
7855 print the whole transfer.
7856 (initialize_targets): Update description of "set debug target".
7857
7858 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7859
7860 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
7861
7862 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
7863
7864 * MAINTAINERS (write after approval): Add myself.
7865
7866 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
7867
7868 * sh-tdep.c (sh_print_registers_info): Use for loop.
7869 Don't skip multiple registers when a float register is encountered.
7870
7871 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
7872
7873 Fix PR tdep/1291.
7874 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
7875 to official SH documentation.
7876
7877 2004-03-07 Andrew Cagney <cagney@redhat.com>
7878
7879 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
7880 unused function.
7881
7882 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
7883
7884 * arm-tdep.c (thumb_get_next_pc): Handle BX.
7885 (arm_get_next_pc): Handle BX and BLX.
7886
7887 2004-03-07 Andrew Cagney <cagney@redhat.com>
7888
7889 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
7890 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
7891 HPPA_SP_REGNUM.
7892 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
7893 (hppa_target_read_fp): Delete.
7894 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
7895 register_virtual_size, max_register_raw_size,
7896 max_register_virtual_size, register_byte, register_size,
7897 target_read_fp, fp_regnum, and register_bytes. Set register_type
7898 instead of register_virtual_type.
7899 (hppa32_register_type, hppa64_register_type): Replace
7900 hppa32_register_virtual_type and hppa64_register_virtual_type.
7901 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
7902 (HPPA_FP_REGNUM): Define.
7903
7904 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
7905
7906 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
7907 (pa_do_registers_info): Delete.
7908 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
7909 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
7910 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
7911
7912 * infcall.c (legacy_push_dummy_code): Delete #ifdef
7913 GDB_TARGET_IS_HPPA code.
7914 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
7915 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
7916 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
7917 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
7918 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
7919 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
7920 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
7921 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
7922 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
7923 (hppa_frameless_function_invocation, hppa64_store_return_value)
7924 (hppa_store_struct_return, hppa64_extract_return_value)
7925 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
7926 (hppa32_call_dummy_length, hppa64_call_dummy_length)
7927 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
7928 (find_proc_framesize, deposit_21, restore_pc_queue)
7929 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
7930 (rp_saved, pc_in_linker_stub): Delete.
7931
7932 Unconditionally enable 64-bit frame and ABI code.
7933 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
7934 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
7935 push_dummy_frame, fix_call_dummy, push_arguments,
7936 call_dummy_location, extract_return_value, use_struct_convention,
7937 store_return_value, store_struct_return, saved_pc_after_call,
7938 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
7939 frame_chain, frame_chain_valid, frameless_function_invocation,
7940 frame_saved_pc, and pop_frame.
7941
7942 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
7943 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
7944 (hppa_gdbarch_init): Do not set PC_REGNUM.
7945
7946 2004-03-06 Mark Kettenis <kettenis@gnu.org>
7947
7948 * config/alpha/tm-fbsd.h: Remove file.
7949 * config/alpha/fbsd.mt: Tweak comment.
7950 (TM_FILE): Set to tm-alpha.h.
7951
7952 2004-03-05 Andrew Cagney <cagney@redhat.com>
7953
7954 * infrun.c (step_over_function): When non-legacy code, and no
7955 step_frame_id, use the unwinder to get the caller's frame ID.
7956
7957 2004-03-05 Mark Kettenis <kettenis@gnu.org>
7958
7959 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
7960 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
7961 bfd_arch_unknown. Adjust comment.
7962
7963 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
7964 * i386obsd-tdep.c: Correct spelling in comment.
7965 * i386nbsd-tdep.c: Correct spelling in comment.
7966 * sparc-tdep.c: Correct spelling in comments.
7967
7968 2004-03-05 David Carlton <carlton@kealia.com>
7969
7970 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
7971 bug.
7972
7973 2004-03-05 Mark Kettenis <kettenis@gnu.org>
7974
7975 * sparc-tdep.c: Fix typo in comment.
7976
7977 2004-03-04 J. Brobecker <brobecker@gnat.com>
7978
7979 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
7980
7981 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
7982
7983 * dwarf2read.c: Add comment describing memory lifetimes.
7984 (struct dwarf2_pinfo): Update comment.
7985 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
7986 (read_enumeration, new_symbol): Don't use obsavestring.
7987
7988 2004-03-04 Mark Kettenis <kettenis@gnu.org>
7989
7990 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
7991 instead of amd64_fill_fxsave.
7992 * amd64bsd-nat.c (store_inferior_registers): Likewise.
7993 * amd64fbsd-nat.c (fill_fpregset): Likewise.
7994
7995 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
7996 Reorganize code a bit.
7997
7998 2004-03-04 Orjan Friberg <orjanf@axis.com>
7999
8000 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8001 when the frame pointer is pushed. Don't set the frame pointer's
8002 address on the stack unless it's actually located there.
8003 Set the SRP's address on the stack correctly when the PC is still in
8004 the prologue.
8005 (cris_return_value): New function.
8006 (cris_gdbarch_init): Clear deprecated store_return_value,
8007 extract_return_value.
8008
8009 2004-03-02 Jim Blandy <jimb@redhat.com>
8010
8011 * stabsread.c (reg_value_complaint): The maximum register number
8012 is one less than the number of registers.
8013
8014 2004-03-02 Andrew Cagney <cagney@redhat.com>
8015
8016 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8017 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8018 trailing comma and redundant assignment of I386_ST0_REGNUM.
8019 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8020 32-bit segment registers.
8021
8022 2004-03-01 Andrew Cagney <cagney@redhat.com>
8023
8024 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8025 use frame_relative_level and get_next_frame.
8026
8027 2004-02-29 Andrew Cagney <cagney@redhat.com>
8028
8029 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8030 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8031 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8032 Delete macro.
8033
8034 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8035
8036 * inflow.c (terminal_inferior): Don't give up the terminal if we
8037 previously couldn't get the inferior's terminal state.
8038
8039 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8040
8041 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8042 PC_REGNUM.
8043
8044 2004-02-28 Andrew Cagney <cagney@redhat.com>
8045
8046 * NEWS: Refer to GDB 6.1.
8047 * README: Refer to GDB 6.1.
8048 * PROBLEMS: Refer to GDB 6.1.
8049
8050 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
8051
8052 * thread-db.c (disable_thread_signals): Remove unused function.
8053
8054 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8055
8056 * amd64-nat.c: Include "gdb_string.h".
8057 (amd64_collect_native_gregset): Zero-extend the 32-bit
8058 general-purpose registers and %eip.
8059
8060 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8061 * amd64-tdep.c (amd64_collect_fxsave): New function.
8062 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8063
8064 * i387-tdep.h: Update copyright year.
8065 (i387_collect_fxsave): New prototype.
8066 * i387-tdep.c: Update copyright year.
8067 (i387_collect_fxsave): New function containing most of the code
8068 from i387_fill_fxsave.
8069 (i387_fill_fxsave): Call i387_collect_fxsave.
8070
8071 2004-02-28 Andrew Cagney <cagney@redhat.com>
8072
8073 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8074 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8075
8076 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8077
8078 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8079
8080 2004-02-28 Andrew Cagney <cagney@redhat.com>
8081
8082 * utils.c: Use "", instead of <>, to include readline.
8083 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8084 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8085 * source.c, solib.c, exec.c, event-top.c: Ditto.
8086 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8087 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8088 * Makefile.in: Update all dependencies.
8089 (readline_tilde_h, readline_history_h): Define.
8090 (readline_headers): Delete.
8091
8092 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8093
8094 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8095 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8096 "config/i386/tm-lx64.h".
8097
8098 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8099 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8100 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8101
8102 2004-02-28 Andrew Cagney <cagney@redhat.com>
8103
8104 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8105
8106 * breakpoint.c (_initialize_breakpoint): Use
8107 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8108 Add help to show command.
8109
8110 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8111
8112 * i386-nat.c: Reformat to be closer to coding standards.
8113 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8114 `retval'. Make variables `align' and `size' local to while-loop.
8115 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8116 (_initialize_i386_nat): New prototype.
8117
8118 * tui/tui.c: Include <readline/readline.h> instead of
8119 "readline/readline.h". Include it after <term.h> and
8120 "gdb_curses.h".
8121
8122 2004-02-27 Andrew Cagney <cagney@redhat.com>
8123
8124 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8125 the new frame unwind code.
8126 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8127 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8128 PCOQ_HEAD_REGNUM.
8129
8130 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8131 "return_value" and "push_dummy_call".
8132 (hppa32_use_struct_convention): Delete unused function.
8133 (hppa32_store_return_value): Delete unused function.
8134 (hppa32_extract_return_value): Delete unused function.
8135 (hppa32_stack_align): Delete function.
8136
8137 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
8138
8139 * coffread.c (enter_linenos): Don't let rawptr reference memory
8140 outside linetab[]'s limits.
8141
8142 2004-02-27 Andrew Cagney <cagney@redhat.com>
8143
8144 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8145 inferior stack space - the stack needs to grow upwards.
8146 (hppa32_frame_align): New function.
8147 (hppa64_frame_align): Replace hppa_frame_align.
8148 (hppa_gdbarch_init): Update.
8149
8150 2004-02-26 Orjan Friberg <orjanf@axis.com>
8151
8152 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8153 (dwarf2-frame.h): Include.
8154 (enum cris_regnums): New enum CRIS_FP_REGNUM.
8155 Remove static variables related to ABI setting.
8156 (struct gdbarch_tdep): Remove cris_abi member.
8157 (struct frame_extra_info): Remove.
8158 (cris_unwind_cache, stack_item): New structs.
8159 (cris_frame_unwind, cris_frame_base): New variables.
8160 (push_stack_item, pop_stack_item)
8161 (cris_frame_unwind_cache, cris_frame_this_id)
8162 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8163 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8164 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8165 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8166 (cris_reg_struct_has_addr): New functions.
8167 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8168 (cris_frame_saved_pc, cris_saved_pc_after_call,
8169 (cris_store_struct_return, cris_frameless_function_invocation)
8170 (cris_pop_frame, cris_skip_prologue_main)
8171 (cris_abi_original_store_return_value)
8172 (cris_abi_v2_store_return_value)
8173 (cris_abi_original_extract_return_value)
8174 (cris_abi_v2_extract_return_value)
8175 (cris_abi_original_reg_struct_has_addr)
8176 (cris_abi_v2_reg_struct_has_addr)
8177 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8178 (cris_push_return_address, cris_abi_update): Remove.
8179 (_initialize_cris_tdep): Remove ABI command.
8180 (cris_dump_tdep): Ditto.
8181 (cris_gdbarch_init): Remove ABI command.
8182 Set store_return_value, extract_return_value, push_dummy_code,
8183 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8184 frame_unwind_append_sniffer, frame_base_set_default.
8185 Clear deprecated init_frame_pc, push_arguments, store_return_value,
8186 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8187 sizeof_call_dummy_words, get_saved_register, push_return_address,
8188 pop_frame, store_struct_return, frame_init_saved_regs,
8189 init_extra_frame_info, frameless_function_invocation, frame_chain,
8190 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8191 dummy_write_sp.
8192
8193 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8194
8195 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8196 * valprint.c (print_hex_chars): Change from static to external.
8197 (print_char_chars): New function.
8198 * printcmd.c (print_scalar_formatted): For integer and enum types
8199 that are longer than LONGEST, perform processing via appropriate
8200 print_*_chars routines.
8201
8202 2004-02-26 Andrew Cagney <cagney@redhat.com>
8203
8204 * Makefile.in: Update dependencies.
8205 Changes from Ulrich Weigand,
8206 * s390-tdep.c: Include "dwarf2-frame.h".
8207 (s390_dwarf2_frame_init_reg): New function.
8208 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
8209 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
8210
8211 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8212
8213 * breakpoint.c (pending_break_support): New setting variable.
8214 (break_command_1): Account for pending_break_support setting
8215 when creating pending breakpoints.
8216 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
8217 (_initialize_breakpoint): Add "set breakpoint pending" and
8218 "show breakpoint pending" commands.
8219
8220 2004-02-26 Andrew Cagney <cagney@redhat.com>
8221
8222 Fix PR i18n/1570.
8223 * charset.c (backslashable, backslashed, represented): Remove 'e'
8224 from list of escaped characters, not part of ISO-C.
8225
8226 2004-02-25 J. Brobecker <brobecker@gnat.com>
8227
8228 From Peter Schauer <schauer@pdf.de>:
8229 * tui/tui.c: Move system header includes after local includes.
8230 Fixes a build failure on solaris systems.
8231
8232 2004-02-25 J. Brobecker <brobecker@gnat.com>
8233
8234 * configure.in: Refine the previous change.
8235 * configure: Regenerate.
8236
8237 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8238
8239 * amd64-tdep.h: Renamed from x86-64-tdep.h.
8240 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
8241 "amd64-tdep.h" instead of "x86-64-tdep.h".
8242 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8243 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
8244 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
8245 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8246 and "x86-64-tdep.c".
8247 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
8248 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8249 and "x86-64-tdep.c".
8250 * amd64bsd-nat.c: Update copyright year.
8251 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8252 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
8253 "x86-64-tdep.h".
8254 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
8255 "x86-64-tdep.h".
8256 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
8257 "x86-64-tdep.h".
8258 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
8259 "x86-64-tdep.h".
8260 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
8261 "x86-64-tdep.h".
8262 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
8263 "x86-64-tdep.h".
8264 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
8265 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
8266 * Makefile.in (amd64_linux_tdep_h): Renamed from
8267 x86_64_linux_tdep_h.
8268 (amd64_tdep_h): Renamed from x86_64_tdep_h.
8269 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
8270 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
8271 (amd64obsd-tdep.o): Update dependencies.
8272 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
8273 dependencies.
8274 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
8275 dependencies.
8276 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
8277 amd64-linux-nat.c amd64-linux-tdep.c.
8278 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
8279 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
8280 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
8281 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
8282 amd64-tdep.o and amd64-linux-tdep.o.
8283 (TM_FILE): Set to tm-linux64.h.
8284 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
8285 (NAT_FILE): Set to nm-linux64.h.
8286 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
8287 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8288 amd64-tdep.o.
8289 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8290 amd64-tdep.o.
8291 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8292 amd64-tdep.o.
8293
8294 2004-02-25 Roland McGrath <roland@redhat.com>
8295
8296 * remote.c (remote_protocol_qPart_auxv): New variable.
8297 (init_all_packet_configs): Initialize it.
8298 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
8299 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
8300 (show_remote_cmd): Call it.
8301 (_initialize_remote): Initialize commands.
8302 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
8303 service TARGET_OBJECT_AUXV requests.
8304
8305 2004-02-25 J. Brobecker <brobecker@gnat.com>
8306
8307 * configure.in: Make sure that the wborder function is available.
8308 Otherwise, search for it in the cur_colr library.
8309 * configure: Regenerate.
8310
8311 2004-02-25 Andrew Cagney <cagney@redhat.com>
8312
8313 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
8314
8315 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8316
8317 * config/i386/tm-x86-64linux.h: Tweak comments.
8318
8319 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
8320
8321 * MAINTAINERS: Add self to write-after-approval list.
8322
8323 2004-02-25 Andrew Cagney <cagney@redhat.com>
8324
8325 PR cli/1566. Problem found, and fix suggested by David Allan.
8326 * cli/cli-script.c (execute_control_command): Unconditionally
8327 install a cleanup. Default "ret" to "invalid_control". Use
8328 "break" instead of "return" to escape from the switch.
8329
8330 2004-02-24 J. Brobecker <brobecker@gnat.com>
8331
8332 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
8333 with the lines macro defined in term.h on AiX.
8334 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
8335 a collision with the label_width macro defined in term.h on AiX.
8336
8337 2004-02-23 David Mosberger <davidm@hpl.hp.com>
8338
8339 Committed by Kevin Buettner <kevinb@redhat.com>.
8340
8341 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
8342 * ia64-tdep.c (ia64_write_pc): Make it a global function.
8343 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
8344 instead of ia64_write_pc().
8345 * ia64-linux-tdep.c (regcache.h): Include.
8346 (ia64_linux_write_pc): New function.
8347
8348 2004-02-23 Roland McGrath <roland@redhat.com>
8349
8350 * auxv.c (info_auxv_command): Fix typos in error messages.
8351
8352 2004-02-23 Mark Kettenis <kettenis@gnu.org>
8353
8354 * x86-64-tdep.h: Tweak comment.
8355 (enum amd64_regnum): New.
8356 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
8357 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
8358 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
8359 (X86_64_XMM1_REGNUM): Removed.
8360 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
8361 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
8362 prototypes for renamed functions.
8363 * x86-64-tdep.c: Fix typo.
8364 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
8365 register numbers.
8366 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
8367 Use constants from `enum amd64_regnum' for register numbers.
8368 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
8369 (amd64_analyze_prologue, amd64_frame_cache,
8370 amd64_sigtramp_frame_cache): Use constants from `enum
8371 amd64_regnum' for register numbers.
8372 (amd64_supply_fpregset): Adjust for renamed functions.
8373 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
8374 `enum amd64_regnum' for register numbers.
8375 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
8376 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
8377 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
8378 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
8379 (amd64_linux_fill_gregset): Adjust for renamed macros.
8380 (fetch_core_registers): Adjust for renamed functions.
8381 (amd64_linux_init_abi): Adjust for renamed functions.
8382 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
8383 renamed functions.
8384 * amd64-nat.c: Adjust for renamed macros.
8385 * amd64bsd-nat.c (fetch_inferior_registers)
8386 (store_inferior_registers): Use constants from `enum amd64_regnum'
8387 for register numbers. Adjust for renamed variables.
8388 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
8389 renamed variables.
8390 (_initialize_amd64fbsd_nat): Use constants from `enum
8391 amd64_regnum' for register numbers.
8392 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
8393 `enum amd64_regnum' for register numbers.
8394 (amd64fbsd_init_abi): Adjust for renamed functions.
8395 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
8396 `enum amd64_regnum' for register numbers.
8397 (amd64nbsd_init_abi): Adjust for renamed functions.
8398 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
8399 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
8400 `enum amd64_regnum' for register numbers.
8401 (amd64obsd_init_abi): Adjust for renamed functions.
8402 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
8403
8404 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8405
8406 * breakpoint.c (print_one_breakpoint): Do not output spaces
8407 after printing <PENDING> for a pending breakpoint.
8408
8409 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8410
8411 * printcmd.c (print_scalar_formatted): Initialize val_long
8412 to remove compiler warning message.
8413
8414 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8415
8416 * defs.h (nquery, yquery): New prototypes.
8417 * breakpoint.c (break_command_1): Use new nquery interface.
8418 * utils.c (defaulted_query, nquery, yquery): New functions.
8419
8420 2004-02-23 Andrew Cagney <cagney@redhat.com>
8421
8422 * hppa-tdep.c (hppa_frame_align): New function.
8423 (hppa32_push_dummy_call): New function.
8424 (hppa64_push_dummy_call): New function.
8425 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
8426 disabled.
8427
8428 * infcall.c (legacy_push_dummy_code): Don't call deprecated
8429 FIX_CALL_DUMMY when push_dummy_call is available.
8430 (call_function_by_hand, push_dummy_code): Ditto.
8431
8432 2004-02-22 Andrew Cagney <cagney@redhat.com>
8433
8434 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
8435 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
8436 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
8437 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
8438 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
8439 call_dummy_location to ON_STACK.
8440
8441 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8442
8443 * x86-64-linux-tdep.c: Tweak comment.
8444 (amd64_linux_supply_gregset): Renamed from
8445 x86_64_linux_supply_gresget.
8446 (amd64_linux_fill_gregset): Renamed from
8447 x86_64_linux_fill_gregset.
8448 (fetch_core_registers): Adjust for renamed functions.
8449 (amd64_core_fns): Renamed from x86_64_core_fns.
8450 (amd64_linux_sigtramp_start): Renamed from
8451 x86_64_linux_sigtramp_start.
8452 (amd64_linux_pc_in_sigtramp): Renamed from
8453 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
8454 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
8455 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
8456 (amd64_linux_sigcontext_addr): Renamed from
8457 x86_64_linux_sigcontext_addr.
8458 (amd64_linux_sc_reg_offset): Renamed from
8459 x86_64_linux_sc_reg_offset.
8460 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
8461 Adjust for renamed functions and variables.
8462 (_initialize_amd64_linux_tdep): Renamed from
8463 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
8464 variables.
8465 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
8466 Adjust for renamed functions.
8467
8468 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
8469 from x86_64_linux_gregset64_reg_offset.
8470 (amd64_linux_gregset32_reg_offset): Rename from
8471 x86_64_linux_gregset64_reg_offset.
8472 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
8473 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
8474 (amd64_linux_dr_set_control): Renamed from
8475 x86_64_linux_dr_set_control. Adjust for renamed functions.
8476 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
8477 Adjust for renamed functions.
8478 (amd64_linux_dr_reset_addr): Renamed from
8479 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
8480 (amd64_linux_dr_get_status): Renamed from
8481 x86_64_linux_dr_get_status. Adjust for renamed functions.
8482 (_initialize_amd64_linux_nat): Renamed from
8483 _initialize_x86_64_linux_nat. Adjust for renamed variables and
8484 functions.
8485 * config/i386/nm-x86-64linux.h: Update copyright year.
8486 Adjust for renamed functions.
8487
8488 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
8489 amd64fbsd_sigtramp_start.
8490 (amd64fbsd_sigtramp_end_addr): Renamed from
8491 amd64fbsd_sigtramp_end.
8492 (amd64fbsd_init_abi): Adjust for renamed variables.
8493 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
8494 variables.
8495 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
8496 amd64fbsd_sigtramp_start.
8497 (amd64fbsd_sigtramp_end_addr): Renamed from
8498 amd64fbsd_sigtramp_end.
8499
8500 2004-02-22 Andrew Cagney <cagney@redhat.com>
8501
8502 * hppa-tdep.c (hppa32_return_value): New function.
8503 (hppa64_return_value): New function.
8504 (hppa_gdbarch_init): Set return_value; keep disabled.
8505
8506 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
8507 struct-return and inferior function call methods.
8508
8509 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8510 "frame-base.h".
8511 (struct hppa_frame_cache): Define.
8512 (hppa_frame_cache, hppa_frame_this_id): New functions.
8513 (hppa_frame_prev_register): New function.
8514 (hppa_frame_unwind, hppa_frame_base): New variables.
8515 (hppa_frame_unwind_sniffer): New function.
8516 (hppa_frame_base_address, hppa_unwind_pc): New function.
8517 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
8518 sniffer, and frame base sniffer; keep disabled.
8519 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
8520 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
8521
8522 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
8523 to predicates for "seriously old code".
8524
8525 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
8526 runtime if(0).
8527
8528 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
8529 unsigned.
8530 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
8531
8532 * config/pa/tm-hppa.h: Update copyright.
8533 (DEPRECATED_INIT_FRAME_PC): Delete macro.
8534 (deprecated_init_frame_pc_default): Delete declaration.
8535 (hppa_frame_init_saved_regs): Delete declaration.
8536 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8537 * hppa-tdep.c: Include "arch-utils.h".
8538 (hppa_gdbarch_init): Set deprecated init_frame_pc
8539 and deprecated frame_init_saved_regs.
8540 (hppa_frame_init_saved_regs): Make static.
8541
8542 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8543
8544 Remove old 386BSD support.
8545 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
8546 * configure.host: Remove i[34567]86-*-bsd*.
8547 * configure.tgt: Remove i[34567]86-*-bsd*.
8548 * i386b-nat.c: Removed.
8549 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
8550 (i386b-nat.o): Remove dependencies.
8551
8552 * config/i386/i386bsd.mh: Removed.
8553 * config/i386/i386bsd.mt: Removed.
8554 * config/i386/nm-i386bsd.h: Removed.
8555 * config/i386/tm-i386bsd.h: Removed.
8556 * config/i386/xm-i386bsd.h: Removed.
8557
8558 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
8559
8560 * amd64fbsd-tdep.c: Include "solib-svr4.h".
8561 (amd64fbsd_init_abi): Set link map offsets.
8562 * amd64nbsd-tdep.c: Include "slib-svr4.h".
8563 (amd64nbsd_init_abi): Set link map offsets.
8564 * amd64obsd-tdep.c: Include "solib-svr4.h".
8565 (amd64obsd_init_abi): Set link map offsets.
8566 * i386fbsd-tdep.c: Include "solib-svr4.h".
8567 (i386fbsd_init_abi): Set link map offsets.
8568 * i386nbsd-tdep.c: Include "solib-svr4.h".
8569 (i386nbsdelf_init_abi): Set link map offsets.
8570 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
8571 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
8572 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
8573 solib-legacy.o and core-aout.o. Reformat.
8574 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
8575 solib-svr4.o, solib-legacy.o. Reformat.
8576 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
8577 * config/i386/nbsdelf.mh: Reformat.
8578 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
8579 solib-svr4.o, solib-legacy.o and corelow.o.
8580 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
8581 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
8582 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
8583 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
8584 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
8585 (TM_FILE): Set to tm-fbsd.h.
8586 * config/i386/nbsd.mt (TDEPFILES): Reformat.
8587 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
8588 solib-svr4.o.
8589 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
8590 solib-svr4.o.
8591 (TM_FILE): Set to nm-nbsd.h.
8592 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
8593 Simplify shared library support. Don't include "elf/common.h".
8594 (SVR4_SHARED_LIBS): Don't define.
8595 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
8596 "solib.h".
8597 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
8598 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
8599 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
8600 Don't include "i386/tm-i386.h". Include "solib.h".
8601 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
8602 Don't include "i386/tm-i386.h".
8603 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
8604 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
8605 Include "i386/xm-i386.h".
8606 (HOST_LONG_DOUBLE_FORMAT): Remove.
8607
8608 Fix OpenBSD/i386 sigtramp recognition.
8609 * i386-tdep.h: Update copyright year.
8610 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
8611 (i386bsd_sigtramp_end): New prototypes.
8612 (i386fbsd_sigtramp_start_addr): Renamed from
8613 i386fbsd_sigtramp_start.
8614 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8615 (i386obsd_sigtramp_start_addr): Renamed from
8616 i386obsd_sigtramp_start.
8617 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8618 * i386bsd-tdep.c: Update copyright year.
8619 (i386bsd_pc_in_sigtramp): Make public.
8620 * i386fbsd-nat.c: Update copyright year.
8621 (_initialize_i386fbsd_nat): Adjust for renamed variables.
8622 * i386fbsd-tdep.c: Update copyright year.
8623 (i386fbsd_sigtramp_start_addr): Renamed from
8624 i386fbsd_sigtramp_start.
8625 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8626 (i386fbsdaout_init_abi): Adjust for renamed variables.
8627 * i386obsd-nat.c: Update copyright year.
8628 (_initialize_i386obsd_nat): Adjust for renamed variables.
8629 * i386obsd-tdep.c: Include "target.h".
8630 (i386obsd_page_size): New variable.
8631 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
8632 (i386obsd_sigtramp_end): New functions.
8633 (i386obsd_sigtramp_start_addr): Renamed from
8634 i386obsd_sigtramp_start.
8635 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8636 (i386obsd_init_abi): Adjust for renamed variables. Set
8637 pc_in_sigtramp, sigtramp_start and sigtramp_end.
8638 * Makefile.in (i386obsd-tdep.o): Update dependencies.
8639
8640 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
8641 trampoline change in OpenBSD kernel.
8642
8643 * amd64-nat.c: Update copyright year.
8644 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
8645 architecture from REGCACHE.
8646
8647 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
8648 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
8649
8650 2004-02-21 Mark Kettenis <kettenis@gnu.org>
8651
8652 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
8653 i[34567]86-*-openbsd3.[0-3].
8654 * config/i386/obsdaout.mh: New file.
8655
8656 * config/i386/obsd.mh (MH_FLAGS): Remove.
8657
8658 Fix PR build/1549.
8659 * i386obsd-tdep.c: Update copyright years. Include
8660 "solib-svr4.h".
8661 (i386obsd_init_abi): Don't set regset_from_core_section here.
8662 (i386obsd_aout_init_abi): New function. Set
8663 regset_from_core_section here.
8664 (i386obsd_elf_init_abi): New function.
8665 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
8666 * Makefile.in (i386obsd-tdep.o): Update dependecies.
8667 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
8668 (TM_FILE): Set to tm-nbsd.h.
8669
8670 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
8671 solib-sunos.o.
8672
8673 * solib-svr4.h: Update copyright year.
8674 (svr4_ilp32_fetch_link_map_offsets)
8675 (svr4_lp64_fetch_link_map_offsets): New prototype.
8676 * solib-svr4.c: Update copyright year.
8677 (svr4_ilp32_fetch_link_map_offsets)
8678 (svr4_lp64_fetch_link_map_offsets): New function.
8679
8680 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
8681
8682 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
8683 to the partial symbol table.
8684
8685 2004-02-20 J. brobecker <brobecker@gnat.com>
8686
8687 * PROBLEMS: Add description of problem documented under gdb/1560.
8688
8689 2004-02-20 Mark Kettenis <kettenis@gnu.org>
8690
8691 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
8692 comments.
8693 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
8694 functions.
8695 (amd64obsd_init_abi): Reorder initializations. Use
8696 amd64obsd_r_reg_offset to initialize the general-purpose register
8697 set details. Set regset_from_core_section.
8698 (_initialize_amd64obsd_tdep): Rename from
8699 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
8700 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
8701 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
8702
8703 * NEWS (New native configurations): Mention OpenBSD/alpha.
8704 * configure.tgt: Add alpha*-*-openbsd*.
8705 * configure.host: Add alpha*-*-openbsd*.
8706 * alphanbsd-tdep.c: Update copyright year.
8707 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
8708
8709 2004-02-20 Andrew Cagney <cagney@redhat.com>
8710
8711 Fix PR tdep/1372.
8712 * configure.tgt: Delete target "none-*-*".
8713 * configure.host: Delete host "none-*-*".
8714 * config/none/none.mh: Delete file.
8715 * config/none/none.mt: Delete file.
8716 * config/none/xm-none.h: Delete file.
8717 * config/none/tm-none.h: Delete file.
8718 * config/none/nm-none.h: Delete file.
8719
8720 2004-02-19 Fred Fish <fnf@redhat.com>
8721
8722 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
8723 cache->uses_fp prior to setting it.
8724
8725 2004-02-19 Fred Fish <fnf@redhat.com>
8726
8727 Fix for PR breakpoint/1558.
8728 * sh-tdep.c (IS_JSR): New macro.
8729 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
8730
8731 2004-02-19 Jim Blandy <jimb@redhat.com>
8732
8733 * findvar.c (value_from_register): Doc fix.
8734
8735 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
8736
8737 * printcmd.c (print_scalar_formatted): Do not check for sizeof
8738 type being greater than sizeof of host's LONGEST. Always use
8739 unpack_long() unless format 'f' chosen.
8740
8741 2004-02-19 Joel Brobecker <brobecker@gnat.com>
8742
8743 Committed by Elena Zannoni <ezannoni@redhat.com>
8744
8745 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
8746 contains a symbol wich is the best, non-exact match for the given
8747 pc. Update comments.
8748
8749 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
8750
8751 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
8752 macro, which was part of the now removed Mach 3 port.
8753 * utils.c (request_quit): Ditto.
8754
8755 2004-02-18 Mark Kettenis <kettenis@gnu.org>
8756
8757 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
8758 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
8759
8760 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8761
8762 Committed by Mark Kettenis <kettenis@gnu.org>.
8763
8764 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
8765 Define.
8766
8767 2004-02-18 Andrew Cagney <cagney@redhat.com>
8768
8769 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
8770 CONFIG_INSTALL and CONFIG_UNINSTALL.
8771 * configure: Re-generate.
8772 * interps.h (INTERP_TUI): Define.
8773 * Makefile.in: Update dependencies.
8774 (TUI): New macro.
8775 (tui-main.o): Specify dependencies.
8776 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
8777 * tui/tui-main.c: New file.
8778
8779 2004-02-18 Mark Kettenis <kettenis@gnu.org>
8780
8781 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
8782 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
8783 dependencies.
8784 * configure.host: Add x86_64-*-openbsd*.
8785 * configure.tgt: Add x86_64-*-openbsd*.
8786 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
8787
8788 * tui/tui.c: Don't include <malloc.h>.
8789
8790 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
8791 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
8792 amd64nbsd-tdep.c.
8793
8794 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8795 static. Remove extraneous whitespace.
8796 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
8797 static.
8798
8799 2004-02-17 Jim Blandy <jimb@redhat.com>
8800
8801 * findvar.c (value_from_register): Doc fix.
8802
8803 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8804
8805 Committed by Jim Blandy <jimb@redhat.com>.
8806
8807 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
8808 CORE_ADDR as type for selectors. Correct types for GNU run time
8809 message lookup function to use double indirection.
8810 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
8811 * objc-lang.h (lookup_child_selector): Adapt prototype.
8812
8813 * s390-nat.c (SUBOFF): New macro.
8814 (supply_gregset, fill_gregset): Use it to handle debugging
8815 of 32-bit exectuables running under a 64-bit kernel.
8816 * s390-tdep.c: Include "solib-svr4.h".
8817 (s390_svr4_fetch_link_map_offset): New function.
8818 (s390x_svr_fetch_link_map_offset): Likewise.
8819 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
8820 * Makefile.in (s390-tdep.o): Update dependencies.
8821
8822 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
8823 "frame-unwind.h".
8824 (s390_readinstruction): Reformat. Use read_memory_nobpt.
8825 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
8826 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
8827 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
8828 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
8829 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8830 S390_SIGNAL_FRAMESIZE,
8831 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
8832 (struct frame_extra_info): Remove.
8833 (s390_memset_extra_info): Remove.
8834 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
8835 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
8836 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
8837 (is_rse): Renamed to ...
8838 (is_rsy): ... this. Support long displacements.
8839 (is_rxe): Renamed to ...
8840 (is_rxy): ... this. Support long displacements.
8841 (compute_x_addr): Support long displacements.
8842 (struct s390_prologue_data): New data type.
8843 (s390_on_stack): Change API to use struct s390_prologue_data.
8844 (s390_store): Reimplement.
8845 (s390_load): New function.
8846 (s390_get_signal_frame_info): Remove.
8847 (s390_get_frame_info): Remove, replace by ...
8848 (s390_analyze_prolog): ... this new function.
8849 (s390_check_function_end): Remove.
8850 (s390_function_start): Remove.
8851 (s390_frameless_function_invokation): Remove.
8852 (s390_is_sigreturn): Remove.
8853 (s390_init_frame_pc_first): Remove.
8854 (s390_init_frame_extra_info): Remove.
8855 (s390_frame_init_saved_regs): Remove.
8856 (s390_frame_saved_pc_nofix): Remove.
8857 (s390_frame_saved_pc): Remove.
8858 (s390_frame_chain): Remove.
8859 (s390_fp_regnum, s390_read_fp): Remove.
8860 (s390_pop_frame_regular, s390_pop_frame): Remove.
8861 (s390_saved_pc_after_call): Remove.
8862 (s390_skip_prologue): Reimplement.
8863 (s390_in_function_epilogue_p): Support long displacements.
8864 (struct s390_unwind_cache): New data structure.
8865 (s390_frame_unwind_cache): New function.
8866 (s390_prologue_frame_unwind_cache): Likewise.
8867 (s390_backchain_frame_unwind_cache): Likewise.
8868 (s390_frame_this_id, s390_frame_prev_register): Likewise.
8869 (s390_frame_unwind): Define.
8870 (s390_frame_sniffer): New function.
8871 (struct s390_pltstub_unwind_cache): New data structure.
8872 (s390_pltstub_frame_unwind_cache): New function.
8873 (s390_pltstub_frame_this_id): Likewise.
8874 (s390_pltstub_frame_prev_register): Likewise.
8875 (s390_pltstub_frame_unwind): Define.
8876 (s390_pltstub_frame_sniffer): New function.
8877 (struct s390_sigtramp_unwind_cache): New data structure.
8878 (s390_sigtramp_frame_unwind_cache): New function.
8879 (s390_sigtramp_frame_this_id): Likewise.
8880 (s390_sigtramp_frame_prev_register): Likewise.
8881 (s390_sigtramp_frame_unwind): Define.
8882 (s390_sigtramp_frame_sniffer): New function.
8883 (s390_frame_base_address, s390_local_base_address): New functions.
8884 (s390_frame_base): Define.
8885 (s390_unwind_pc, s390_unwind_sp): New function.
8886 (s390_push_dummy_call): Use new frame base location.
8887 (s390_unwind_dummy_id): Likewise.
8888 (s390_gdbarch_init): Remove calls to:
8889 set_gdbarch_frameless_function_invocation,
8890 set_gdbarch_deprecated_init_frame_pc,
8891 set_gdbarch_deprecated_frame_chain,
8892 set_gdbarch_deprecated_frame_init_saved_regs,
8893 set_gdbarch_deprecated_pop_frame,
8894 set_gdbarch_deprecated_init_extra_frame_info,
8895 set_gdbarch_deprecated_init_frame_pc_first,
8896 set_gdbarch_deprecated_target_read_fp,
8897 set_gdbarch_deprecated_frame_saved_pc,
8898 set_gdbarch_deprecated_saved_pc_after_call,
8899 set_gdbarch_deprecated_fp_regnum.
8900 Add calls to:
8901 set_gdbarch_in_solib_call_trampoline,
8902 frame_unwind_append_sniffer,
8903 frame_base_set_default,
8904 set_gdbarch_unwind_pc,
8905 set_gdbarch_unwind_sp.
8906 * Makefile.in (s390-tdep.o): Update dependencies.
8907
8908 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
8909 (S390_STACK_FRAME_OVERHEAD): Remove.
8910 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
8911 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
8912 (s390_promote_integer_argument): Remove.
8913 (s390_cannot_extract_struct_value_address): Remove.
8914 (s390_use_struct_convention, s390_store_struct_return): Remove.
8915 (s390_extract_return_value, s390_store_return_value): Remove.
8916 (s390_return_value_convention, s390_return_value): New functions.
8917 (is_float_singleton): Handle typedefs.
8918 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
8919 Remove, replace by ...
8920 (s390_function_arg_pass_by_reference, s390_function_arg_float,
8921 s390_function_arg_integer): ... these new functions.
8922 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
8923 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
8924 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
8925 Fill in tdep->abi.
8926 Remove calls to:
8927 set_gdbarch_deprecated_store_struct_return,
8928 set_gdbarch_deprecated_extract_return_value,
8929 set_gdbarch_deprecated_store_return_value,
8930 set_gdbarch_use_struct_convention,
8931 set_gdbarch_extract_struct_value_address,
8932 set_gdbarch_deprecated_pc_in_call_dummy,
8933 set_gdbarch_deprecated_push_arguments,
8934 set_gdbarch_deprecated_save_dummy_frame_tos,
8935 set_gdbarch_deprecated_push_return_address,
8936 set_gdbarch_deprecated_sizeof_call_dummy_words,
8937 set_gdbarch_deprecated_call_dummy_words,
8938 set_gdbarch_deprecated_dummy_write_sp.
8939 Add calls to:
8940 set_gdbarch_push_dummy_call,
8941 set_gdbarch_unwind_dummy_id,
8942 set_gdbarch_return_value.
8943
8944 * config/s390/nm-linux.h: Update comments.
8945 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
8946 (STOPPED_BY_WATCHPOINT): Redefine.
8947 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
8948 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
8949 (s390_stopped_by_watchpoint): Likewise.
8950 (watch_area_cnt): Remove.
8951 * s390-nat.c: Update comments.
8952 (watch_area): Remove typedef.
8953 Global replace watch_area by struct watch_area.
8954 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8955 (s390_stopped_by_watchpoint): Remove pid argument,
8956 use s390_inferior_tid. Add short-cut for the no watchpoint case.
8957 (s390_fix_watch_points): Remove pid argument,
8958 use s390_inferior_tid. Recompute area spanned by watchpoints.
8959 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
8960 argument. Reimplement.
8961
8962 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
8963 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
8964 (FETCH_INFERIOR_REGISTERS): Define.
8965 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
8966 core-regset.o.
8967 * config/s390/s390x.mt: Remove.
8968 * config/s390/tm-s390.h: Remove.
8969 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
8970 (TARGET_ELF64): Remove.
8971 (SKIP_TRAMPOLINE_CODE): Do not undefine.
8972 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
8973 s390*-*-* case; always set gdb_target to s390.
8974 * regformats/reg-s390.dat: Remove control registers.
8975 * regformats/reg-s390x.dat: Likewise.
8976 * s390-tdep.h: New file.
8977 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
8978 Include "inferior.h" and "s390-tdep.h".
8979 Remove private definition of offsetof.
8980 (s390_register_u_addr): Remove.
8981 (regmap_gregset, regmap_fpregset): Define.
8982 (supply_gregset, fill_gregset): Reimplement.
8983 (supply_fpregset, fill_fpregset): Likewise.
8984 (s390_inferior_tid): New function.
8985 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
8986 (fetch_inferior_registers, store_inferior_registers): Likewise.
8987 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
8988 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
8989 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
8990 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
8991 (struct gdbarch_tdep): Define.
8992 (struct s390_register_info): Define.
8993 (s390_register_info): New variable.
8994 (s390_register_name): Reimplement.
8995 (s390_register_type): New function.
8996 (s390_register_raw_size, s390x_register_raw_size): Remove.
8997 (s390_cannot_fetch_register): Remove.
8998 (s390_register_byte): Remove.
8999 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9000 (s390_dwarf_regmap): New variable.
9001 (s390_dwarf_reg_to_regnum): New function.
9002 (s390_stab_reg_to_regnum): Remove.
9003 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9004 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9005 (s390_convert_register_p): Likewise.
9006 (s390_register_to_value, s390_value_to_register): Likewise.
9007 (s390_register_reggroup_p): Likewise.
9008 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9009 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9010 (s390_supply_regset, s390_regset_from_core_section): New functions.
9011 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9012 (S390_FPR_SIZE): Likewise.
9013 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9014 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9015 (S390_NUM_GPRS): Move here from tm-s390.h.
9016 (S390_NUM_FPRS): Likewise.
9017 (s390_in_function_epilogue_p): New function.
9018 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9019 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9020 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9021 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9022 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9023 Remove calls to:
9024 set_gdbarch_deprecated_max_register_raw_size,
9025 set_gdbarch_deprecated_max_register_virtual_size,
9026 set_gdbarch_deprecated_register_byte,
9027 set_gdbarch_cannot_fetch_register,
9028 set_gdbarch_cannot_store_register,
9029 set_gdbarch_deprecated_register_size,
9030 set_gdbarch_deprecated_register_raw_size,
9031 set_gdbarch_deprecated_register_virtual_size,
9032 set_gdbarch_deprecated_register_virtual_type,
9033 set_gdbarch_deprecated_register_bytes.
9034 Add calls to:
9035 set_gdbarch_num_pseudo_regs,
9036 set_gdbarch_register_type,
9037 set_gdbarch_convert_register_p,
9038 set_gdbarch_register_to_value,
9039 set_gdbarch_value_to_register,
9040 set_gdbarch_register_reggroup_p,
9041 set_gdbarch_regset_from_core_section,
9042 set_gdbarch_pseudo_register_read,
9043 set_gdbarch_pseudo_register_write,
9044 set_gdbarch_in_function_epilogue_p.
9045 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9046 (s390_tdep_h): New variable.
9047
9048 2004-02-17 Jim Blandy <jimb@redhat.com>
9049
9050 * findvar.c (value_from_register): If the type has no length, just
9051 return an acceptable value --- don't report an internal error.
9052
9053 * stabsread.c (read_type): If we find any type numbers that are
9054 forward references, complain if the references aren't resolved by
9055 the time we're finished reading.
9056 (cleanup_undefined_types): Make error message more appropriate for
9057 a complaint.
9058
9059 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9060
9061 * Makefile.in (defs_h): Remove dependency on progress_h.
9062 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9063 progress.h.
9064 * main.c (captured_main): Delete use of START_PROGRESS and
9065 END_PROGRESS.
9066
9067 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9068
9069 * objfiles.c (terminate_minimal_symbol_table): Add back
9070 initialization of MSYMBOL_TYPE.
9071
9072 2004-02-17 David Mosberger <davidm@hpl.hp.com>
9073
9074 Committed by Andrew Cagney.
9075 * Makefile.in (ia64_tdep_h): New macro.
9076 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9077 (ia64-tdep.o): Likewise.
9078 * ia64-tdep.h: New file.
9079 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9080 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9081 (ia64_aix_sigcontext_register_address): Likewise.
9082 (ia64_linux_getunwind_table): Delete declaration.
9083 * ia64-linux-tdep.c: Likewise.
9084
9085 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
9086
9087 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9088 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9089 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9090
9091 2004-02-17 Andrew Cagney <cagney@redhat.com>
9092
9093 * symtab.c (skip_prologue_using_sal): New function.
9094 * symtab.h (skip_prologue_using_sal): Declare.
9095 * frv-tdep.c: Include "symtab.h".
9096 (skip_prologue_using_sal): Delete function.
9097 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9098 * rs6000-tdep.c (refine_prologue_limit): Mention
9099 skip_prologue_using_sal.
9100 * ia64-tdep.c (refine_prologue_limit): Ditto.
9101 * Makefile.in: Update dependencies.
9102
9103 2004-02-16 Andrew Cagney <cagney@redhat.com>
9104
9105 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9106 START_INFERIOR_TRAPS_EXPECTED.
9107 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9108 START_INFERIOR_TRAPS_EXPECTED.
9109 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9110 Delete macro.
9111 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9112 macro, moved to "nm-osf.h". Update copyright.
9113 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9114 update copyright.
9115
9116 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9117 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9118 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9119 frameless_look_for_prologue.
9120 * frame.h (legacy_frameless_look_for_prologue): Rename
9121 frameless_look_for_prologue.
9122 * gdbarch.h, gdbarch.c: Re-generate.
9123 * sh64-tdep.c (sh64_gdbarch_init): Update.
9124 * sh-tdep.c (sh_gdbarch_init): Update.
9125 * s390-tdep.c (s390_gdbarch_init): Update.
9126 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9127 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9128 * m68k-tdep.c (m68k_gdbarch_init): Update.
9129 (delta68_frame_args_address): Update.
9130 * m32r-tdep.c (m32r_gdbarch_init): Update.
9131 * hppa-tdep.c (hppa_gdbarch_init): Update.
9132 * h8300-tdep.c (h8300_gdbarch_init): Update.
9133 * frv-tdep.c (frv_gdbarch_init): Update.
9134 (frv_frameless_function_invocation): Update.
9135 * cris-tdep.c (cris_gdbarch_init): Update.
9136 (cris_frameless_function_invocation): Update.
9137 * avr-tdep.c (avr_gdbarch_init): Update.
9138 * arm-tdep.c (arm_gdbarch_init): Update.
9139 * stack.c (frame_info): Update, call predicate.
9140 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9141 * frame.c (legacy_get_prev_frame): Update, call predicate..
9142 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9143 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9144 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9145 invocation.
9146 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9147 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9148 * vax-tdep.c (vax_gdbarch_init): Ditto.
9149
9150 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9151 function.
9152
9153 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9154
9155 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9156 initializations.
9157
9158 2004-02-16 Andrew Cagney <cagney@redhat.com>
9159
9160 * tui/tui-windata.c: Include "gdb_string.h".
9161 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9162 * tui/tui-layout.c, tui/tui-command.c: Ditto.
9163 * Makefile.in: Update dependencies.
9164
9165 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9166
9167 * Makefile.in (infrun.o): Add $(gdb_assert_h).
9168 * infrun.c: Include "gdb_assert.h".
9169 (singlestep_ptid, saved_singlestep_ptid)
9170 (stepping_past_singlestep_breakpoint): New variables.
9171 (resume): Set singlestep_ptid. Check for singlestep thread
9172 hop.
9173 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9174 (handle_inferior_event): Handle singlestep thread hop.
9175
9176 2004-02-16 Andrew Cagney <cagney@redhat.com>
9177
9178 * dwarf2-frame.c (dwarf2_frame_ops): New function.
9179 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9180 (dwarf2_frame_init_reg): Ditto.
9181
9182 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
9183 suggested by Joshua Neuheisel
9184
9185 * configure.in: Always check for curses, including pdcurses.
9186 Warn, instead of error, when no curses are found. Enable TUI when
9187 curses is available.
9188 * configure: Re-generate.
9189
9190 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9191
9192 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9193 sh_sh4_register_convert_to_virtual.
9194 (sh_register_convert_to_raw): Rename from
9195 sh_sh4_register_convert_to_raw.
9196 (sh_pseudo_register_read): Accomodate above name change.
9197 (sh_pseudo_register_write): Ditto.
9198
9199 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9200
9201 * sh-tdep.c (sh_generic_register_name): Remove.
9202 (sh_gdbarch_init): Use sh_sh_register_name in default case.
9203
9204 2004-02-15 Andrew Cagney <cagney@redhat.com>
9205
9206 * configure.in (build_warnings): Add -Wunused-function.
9207 * configure: Re-generate.
9208
9209 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
9210 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
9211
9212 * procfs.c (procfs_init_inferior): Assume that
9213 START_INFERIOR_TRAPS_EXPECTED is defined.
9214 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
9215 * config/ns32k/tm-nbsd.h: Delete file,
9216 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
9217
9218 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
9219 * config/vax/tm-vax.h: Delete file.
9220
9221 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9222 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9223 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9224 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9225 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
9226 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9227 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
9228
9229 2004-02-15 Mark Kettenis <kettenis@gnu.org>
9230
9231 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
9232 * dwarf2-frame.c (dwarf2_frame_data): New variable.
9233 (struct dwarf2_frame_ops): New.
9234 (dwarf2_frame_default_init_reg): New function, based on
9235 dwarf2_frame_init_reg.
9236 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
9237 (dwarf2_frame_init_reg): Call architecture-specific function.
9238 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
9239 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
9240 instead of dwarf2_frame_data.
9241 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
9242 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
9243
9244 2004-02-15 Andrew Cagney <cagney@redhat.com>
9245
9246 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
9247 register_gdbarch_swap.
9248 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
9249 * f-lang.c (_initialize_f_language): Update, use
9250 DEPRECATED_REGISTER_GDBARCH_SWAP.
9251 * remote.c (_initialize_remote): Ditto.
9252 * regcache.c (_initialize_regcache): Ditto.
9253 * parse.c (_initialize_parse): Ditto.
9254 * infrun.c (_initialize_infrun): Ditto.
9255 * mi/mi-main.c (_initialize_mi_main): Ditto.
9256 * gdbtypes.c (_initialize_gdbtypes): Ditto.
9257
9258 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
9259 poking .cacheable directly.
9260 * symfile.c (symfile_bfd_open): Ditto.
9261
9262 * Makefile.in: Update all dependencies.
9263
9264 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
9265 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
9266 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
9267 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
9268 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
9269
9270 2004-02-14 Andrew Cagney <cagney@redhat.com>
9271
9272 * arch-utils.c (legacy_convert_register_p): Check
9273 DEPRECATED_REGISTER_CONVERTIBLE_P.
9274 * findvar.c (value_of_register): Ditto.
9275
9276 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
9277 * gdbarch.h, gdbarch.c: Re-generate.
9278 * arch-utils.c (deprecated_register_convertible_not): Delete.
9279 * arch-utils.h (deprecated_register_convertible_not): Delete.
9280 * mi/mi-main.c (get_register): Update. Update copyright.
9281 * infcmd.c (default_print_registers_info): Update.
9282
9283 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9284 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
9285 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
9286 * gdbarch.h, gdbarch.c: Re-generate.
9287 * frame.c (deprecated_get_next_frame_hack): Delete function.
9288 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
9289 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9290 Update.
9291 * infcall.c (call_function_by_hand): Update.
9292
9293 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
9294
9295 * symfile.c (init_entry_point_info, entry_point_address): Move
9296 from here...
9297 * objfiles.c (init_entry_point_info, entry_point_address):..to
9298 here.
9299 * symfile.h (init_entry_point_info, entry_point_address): Remove
9300 prototypes.
9301 * objfiles.h (init_entry_point_info, entry_point_address):Add
9302 prototypes.
9303 * cris-tdep.c: Remove include of symfile.h. Add include of
9304 objfiles.h.
9305 * infcall.c: Ditto.
9306 * mcore-tdep.c: Ditto.
9307 * mn10300-tdep.c: Ditto.
9308 * sh64-tdep.c: Ditto.
9309 * v850-tdep.c: Ditto.
9310 * arm-tdep.c: Remove include of symfile.h.
9311 * blockframe.c: Ditto.
9312 * coffread.c: Ditto.
9313 * dbxread.c: Ditto.
9314 * dwarf2read.c: Ditto.
9315 * dwarfread.c: Ditto.
9316 * frv-tdep.c: Ditto.
9317 * ia64-tdep.c: Ditto.
9318 * mdebugread.c: Ditto.
9319 * mipsread.c: Ditto.
9320 * rs6000-tdep.c: Ditto.
9321 * s390-tdep.c: Ditto.
9322 * sh-tdep.c: Ditto.
9323 * xstormy16-tdep.c: Ditto.
9324 * gdbarch.sh: Remove include of symfile.h.
9325 * gdbarch.c: Regenerate.
9326 * solib-irix.c (enable_break): Use entry_point_address().
9327 Add comment about include file.
9328 * xcoffread.c: Add comment about include file.
9329 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
9330 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
9331 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
9332 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9333 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
9334
9335 2004-02-13 Andrew Cagney <cagney@redhat.com>
9336
9337 * corelow.c (core_xfer_partial): Use "struct bfd_section".
9338 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
9339 copyright.
9340 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
9341
9342 2004-02-12 Fred Fish <fnf@redhat.com>
9343
9344 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
9345 set_gdbarch_store_return_value.
9346
9347 2004-02-12 Andrew Cagney <cagney@redhat.com>
9348
9349 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
9350 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
9351 (interrupt_query): Ditto.
9352 (ofunc): Delete unused variable.
9353 * cris-tdep.c (cris_abi): Delete unused function.
9354 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
9355 (cris_get_wide_opcode, cris_get_short_size): Ditto.
9356 (cris_get_asr_quick_shift_steps): Ditto.
9357 (cris_skip_prologue_frameless_p): Ditto.
9358 * arm-tdep.c (arm_push_return_address): Delete unused function.
9359 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
9360 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
9361 * s390-tdep.c (s390_function_start): Delete unused function.
9362
9363 2004-02-12 Andrew Cagney <cagney@redhat.com>
9364
9365 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
9366 gdbarch.h, gdbarch.c: Re-generate.
9367 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
9368 to generic_prologue_frameless_p.
9369 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
9370 * arch-utils.c (generic_prologue_frameless_p): Delete function.
9371
9372 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
9373
9374 * mips-linux-tdep.c: Include "frame.h".
9375 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
9376 (mips_linux_skip_resolver): New functions.
9377 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
9378 and set_gdbarch_in_solib_call_trampoline.
9379 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
9380 to after set_gdbarch_in_solib_return_trampoline. Only set the
9381 solib hooks to mips16 functions if the OS ABI is unknown.
9382 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
9383 including "config/tm-linux.h".
9384 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
9385 * Makefile.in (mips-linux-tdep.o): Update.
9386
9387 2004-02-11 David Carlton <carlton@kealia.com>
9388
9389 * linespec.c (decode_compound): Only look for a class symbol when
9390 considering all but the rightmost component.
9391
9392 2004-02-11 Andrew Cagney <cagney@redhat.com>
9393
9394 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
9395 abi code are are separatly grouped.
9396
9397 2004-02-11 Andrew Cagney <cagney@redhat.com>
9398
9399 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
9400 * gdbarch.h, gdbarch.c: Re-generate.
9401 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9402 * v850-tdep.c (v850_gdbarch_init): Update.
9403 * sh64-tdep.c (sh64_gdbarch_init): Update.
9404 * sh-tdep.c (sh_gdbarch_init): Update.
9405 * s390-tdep.c (s390_gdbarch_init): Update.
9406 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9407 * mips-tdep.c (mips_gdbarch_init): Update.
9408 * mcore-tdep.c (mcore_gdbarch_init): Update.
9409 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9410 * m32r-tdep.c (m32r_gdbarch_init): Update.
9411 * ia64-tdep.c (ia64_gdbarch_init): Update.
9412 * hppa-tdep.c (hppa_gdbarch_init): Update.
9413 * h8300-tdep.c (h8300_gdbarch_init): Update.
9414 * frv-tdep.c (frv_gdbarch_init): Update.
9415 * d10v-tdep.c (d10v_gdbarch_init): Update.
9416 * cris-tdep.c (cris_gdbarch_init): Update.
9417 * avr-tdep.c (avr_gdbarch_init): Update.
9418 * arm-tdep.c (arm_gdbarch_init): Update.
9419 * alpha-tdep.c (alpha_gdbarch_init): Update.
9420
9421 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
9422
9423 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
9424 comma.
9425 (sh_sh4al_dsp_register_name): Ditto.
9426
9427 2004-02-10 Andrew Cagney <cagney@redhat.com>
9428
9429 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
9430 (mips_init_frame_pc_first): Delete function.
9431 (mips_frame_saved_pc): Delete function.
9432 (mips_frame_chain): Delete function.
9433 (mips_init_extra_frame_info): Delete function.
9434 (mips_xfer_register): Delete unused variable "reg".
9435 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
9436 (mips_n32n64_return_value): Delete unused variable "reg".
9437 (mips_n32n64_return_value): Delete unused variable "pos".
9438 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
9439 (mips_o32_return_value): Delete unused variable "pos".
9440 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
9441 (mips_print_fp_register): Delete unused variable "namelen"
9442 (mips_print_fp_register): Delete unused variable "flt2"
9443 (get_frame_pointer): Delete function.
9444 (cached_proc_desc): Delete static variable.
9445 (mips_pop_frame): Delete function.
9446 (mips_find_saved_regs): Delete function.
9447 (mips_get_saved_register): Delete function.
9448 (mips_saved_pc_after_call): Delete function.
9449 (SIGFRAME_BASE): Delete macro.
9450 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
9451 (SIGFRAME_PC_OFF): Delete macro.
9452 (SIGFRAME_REGSAVE_OFF): Delete macro.
9453 (mips_dump_tdep): Do not print deleted macro definitions.
9454
9455 2004-02-10 Andrew Cagney <cagney@redhat.com>
9456
9457 * Makefile.in (SFILES): Remove explictly listed tui files.
9458 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
9459
9460 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
9461
9462 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
9463 to use paddr functions to format ia64 addresses and long values.
9464 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
9465 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
9466 (get_kernel_table, ia64_find_proc_info_x): Ditto.
9467 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
9468 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
9469
9470 2004-02-10 Andrew Cagney <cagney@redhat.com>
9471
9472 * defs.h: Do not include "tui.h".
9473 * gdb_curses.h: New file.
9474 * tui/tui-hooks.h: New file.
9475 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
9476 (tui_install_hooks, tui_remove_hooks): Delete declarations.
9477 (tui_initialize_io): Delete declaration.
9478 (tui_initialize_readline: Delete redundant declaration.
9479 (struct tui_point): Delete definition.
9480 * tui/tui-data.h (struct tui_point): Define.
9481 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
9482 * utils.c: Include "tui/tui.h".
9483 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
9484 * printcmd.c [TUI]: Include "tui/tui.h".
9485 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
9486 * tui/tui-command.c: Include "gdb_curses.h".
9487 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
9488 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
9489 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
9490 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
9491 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
9492 * Makefile.in: Update all dependencies.
9493 (tui_hooks_h, gdb_curses_h): Define.
9494 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
9495
9496 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
9497
9498 * objfiles.h (struct objfile): Remove unused fields auxf1 and
9499 auxf2. Add comments about some other rarely used fields.
9500
9501 2004-02-10 Andrew Cagney <cagney@redhat.com>
9502
9503 * Makefile.in (init.c): Fix script removing duplicates. Problem
9504 reported by Peter Schauer.
9505
9506 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
9507
9508 * bcache.c (bcache_xmalloc): Use obstack_init instead of
9509 obstack_specify_allocation.
9510 * objfiles.c (allocate_objfile): Ditto.
9511 * solib-sunos.c (solib_add_common_symbols)
9512 (allocate_rt_common_objfile): Ditto.
9513 * symfile.c (reread_symbols): Ditto.
9514 * gdb_obstack.h: Add comment.
9515
9516 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
9517
9518 * linespec.c (decode_line_1, locate_first_half)
9519 (decode_compound, lookup_prefix_sym): Update comments. Delete old
9520 commented out code.
9521
9522 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
9523
9524 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
9525 obstack_free.
9526
9527 2004-02-09 Andrew Cagney <cagney@redhat.com>
9528
9529 * blockframe.c (find_pc_partial_function): If find_pc_overlay
9530 fails, try find_pc_section. Fix PR c++/1267.
9531 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
9532 instead of find_pc_mapped_section.
9533 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
9534 not default to the section containing PC. Fix PR symtab/1519.
9535
9536 2004-02-09 Andrew Cagney <cagney@redhat.com>
9537
9538 * Makefile.in (mips-tdep.o): Update dependencies.
9539 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
9540 "trad-frame.h".
9541 (mips_unwind_pc): Return the pseudo PC register.
9542 (mips_unwind_dummy_id): New function.
9543 (mips16_fetch_instruction): New function.
9544 (mips32_fetch_instruction): New function.
9545 (struct mips_frame_cache): Define.
9546 (mips_mdebug_frame_cache): New function.
9547 (mips_mdebug_frame_this_id): New function.
9548 (mips_mdebug_frame_prev_register): New function.
9549 (mips_mdebug_frame_unwind): Define.
9550 (mips_mdebug_frame_sniffer): New function.
9551 (mips_mdebug_frame_base_address): New function.
9552 (mips_mdebug_frame_base): Define.
9553 (mips_mdebug_frame_base_sniffer): New function.
9554 (mips_gdbarch_init): Append unwind and base sniffers. Set
9555 unwind_dummy_id.
9556
9557 2004-02-08 Andrew Cagney <cagney@redhat.com>
9558
9559 * frame.c: Print both the register number and name.
9560
9561 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
9562 and a sed into a single sed. Make .c and .o patterns more robust.
9563 (OBS): Delete.
9564 (INIT_FILES): Replace OBS with COMMON_OBS.
9565 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
9566
9567 2004-02-08 Mark Kettenis <kettenis@gnu.org>
9568
9569 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
9570 the PT_WCOOKIE request.
9571
9572 2004-02-08 Andrew Cagney <cagney@redhat.com>
9573
9574 * mips-tdep.c (mips_unwind_pc): New function.
9575 (mips_gdbarch_init): Set mips_unwind_pc.
9576
9577 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
9578 (get_frame_id): Allow the UNKNOWN_FRAME.
9579 (frame_register_unwind, get_frame_type): Ditto.
9580
9581 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
9582 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
9583 unwind_dummy_id indicates a legacy frame.
9584
9585 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
9586 * configure: Re-generate.
9587
9588 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
9589 methods.
9590
9591 2004-02-08 Andrew Cagney <cagney@redhat.com>
9592
9593 * configure.in (CONFIG_ALL): Set to Makefile target, and not
9594 makefile macro.
9595 * configure: Re-generate.
9596 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
9597 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
9598 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
9599 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
9600 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
9601 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
9602 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
9603 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
9604 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
9605 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
9606
9607 2004-02-07 Andrew Cagney <cagney@redhat.com>
9608
9609 * Makefile.in: Update all dependencies.
9610
9611 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
9612 * configure: Re-generate.
9613 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
9614 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
9615 (COMMON_OBS): Add "main.o" and "annotate.o".
9616 (ANNOTATE_OBS): Delete.
9617 (OBS): Remove ANNOTATE_OBS.
9618 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
9619 CONFIG_INITS.
9620 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
9621 against CONFIG_OBS and "main.o".
9622 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
9623 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
9624
9625 * tui/tui-command.c: Include "gdb_string.h", delete register
9626 attribute, use ISO-C function signatures.
9627 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
9628 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
9629 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
9630 * tui/tui.c: Ditto.
9631
9632 * tui/tui-command.c: Change variable and function names to lower
9633 case.
9634 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
9635 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
9636 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
9637 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9638 * tui/tui-winsource.c, tui/tui.c: Ditto.
9639
9640 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9641
9642 * buildsym.c (free_pending_blocks, finish_block)
9643 (record_pending_block, make_blockvector, end_symtab): Replace
9644 symbol_obstack with objfile_obstack.
9645 * coffread.c (process_coff_symbol, coff_read_struct_type)
9646 (coff_read_enum_type): Ditto.
9647 * cp-namespace.c (initialize_namespace_symtab)
9648 (check_one_possible_namespace_symbol): Ditto.
9649 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
9650 (dwarf2_symbol_mark_computed): Ditto.
9651 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
9652 * elfread.c (elf_symtab_read): Ditto.
9653 * hpread.c (hpread_symfile_init, hpread_symfile_init)
9654 (hpread_read_enum_type, hpread_read_function_type)
9655 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
9656 Ditto.
9657 * jv-lang.c (get_java_class_symtab, add_class_symbol)
9658 (java_link_class_type): Ditto.
9659 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
9660 (new_symbol): Ditto.
9661 * minsyms.c (install_minimal_symbols): Ditto.
9662 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
9663 (terminate_minimal_symbol_table): Replace symbol_obstack with
9664 objfile_obstack.
9665 (free_objfile): Remove freeing of symbol_obstack.
9666 * objfiles.h: Remove symbol_obstack field.
9667 * pa64solib.c (add_to_solist): Replace symbol_obstack with
9668 objfile_obstack.
9669 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
9670 symbol_obstack.
9671 (solib_add_common_symbols): Replace symbol_obstack with
9672 objfile_obstack.
9673 * somsolib.c (som_solib_add): Ditto.
9674 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
9675 (common_block_start, common_block_end): Ditto.
9676 * symfile.c (reread_symbols): Remove freeing and init of
9677 symbol_obstack.
9678 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
9679 * symfile.h: Update comment.
9680 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
9681 stats printing.
9682 * symtab.c (symbol_set_names): Replace symbol_obstack with
9683 objfile_obstack.
9684 * symtab.h (struct general_symbol_info, struct minimal_symbol):
9685 Update comments.
9686 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
9687 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
9688 objfile_obstack.
9689
9690 2004-02-07 Andrew Cagney <cagney@redhat.com>
9691
9692 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
9693 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
9694 fields and variables.
9695 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
9696 (m_beInvisible): Delete macro.
9697 * tui/tui-data.h: Fix case case fields and variables.
9698 (m_genWinPtrIsNull): Delete macro.
9699 (tui_win_list): Rename winList.
9700 (TUI_SRC_WIN): Rename srcWin.
9701 (TUI_DISASM_WIN): Rename disassemWin.
9702 (TUI_DATA_WIN): Rename dataWin.
9703 (TUI_CMD_WIN): Rename cmdWin.
9704 (m_genWinPtrNotNull): Delete macro.
9705 (m_winPtrIsNull): Delete macro.
9706 (m_winPtrNotNull): Delete macro.
9707 (tui_win_is_source_type): Replace m_winIsSourceType
9708 (tui_win_is_auxillary): Replace m_winIsAuzillary.
9709 (tui_win_has_locator): Replace m_hasLocator.
9710 (tui_set_win_highlight): Replace m_setWinHighlightOn and
9711 m_setWinHighlightOff.
9712 * tui/tui-data.c: Update references.
9713 (tui_win_is_source_type, tui_set_win_highlight): New functions.
9714 (tui_win_has_locator, tui_win_is_auxillary): New functions.
9715 * tui/tui-command.c, tui/tui-disasm.c: Update references.
9716 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
9717 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
9718 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9719 * tui/tui-winsource.c, tui/tui.c: Ditto.
9720
9721 2004-02-07 Mark Kettenis <kettenis@gnu.org>
9722
9723 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
9724 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
9725 StackGhost.
9726
9727 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
9728 variable `i6' to `i7'.
9729 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
9730
9731 2004-02-07 Andrew Cagney <cagney@redhat.com>
9732
9733 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
9734 (TuiPoint, TuiPointPtr): Ditto.
9735 (TuiStatus, TuiStatusPtr): Ditto.
9736 (TuiWinType, TuiWinTypePtr): Ditto.
9737 (struct tui_point): Rename _TuiPoint.
9738 (tui_get_low_disassembly_address): Rename
9739 tuiGetLowDisassemblyAddress.
9740 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
9741 (tuiFree): Delete declaration.
9742 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
9743 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
9744 * tui/tui.c (tuiFree): Delete function.
9745 * cli/cli-cmds.c (disassemble_command): Update references.
9746 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
9747 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
9748 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
9749 * tui/tui-winsource.c: Ditto.
9750
9751 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9752
9753 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
9754 coffstab_build_psymtabs, elfstab_build_psymtabs)
9755 (stabsect_build_psymtabs): Replace psymbol_obstack with
9756 objfile_obstack.
9757 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
9758 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
9759 Ditto.
9760 * dwarfread.c (scan_compilation_units): Ditto.
9761 * elfread.c (elfstab_offset_sections): Ditto.
9762 * hppa-tdep.c (read_unwind_info): Ditto.
9763 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
9764 (hpread_end_psymtab): Ditto.
9765 * mdebugread.c (mdebug_build_psymtabs, add_pending)
9766 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
9767 Ditto.
9768 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
9769 * objfiles.c (add_to_objfile_sections)
9770 (build_objfile_section_table): Ditto.
9771 (allocate_objfile): Remove init of psymbol_obstack.
9772 (free_objfile): Remove freeing of psymbol_obstack.
9773 * objfiles.h (struct objfile): Remove field
9774 psymbol_obstack. Update comments.
9775 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
9776 psymbol_obstack with objfile_obstack.
9777 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
9778 psymbol_obstack.
9779 * somread.c (som_symfile_offsets, init_import_symbols)
9780 (init_export_symbols): Replace psymbol_obstack with
9781 objfile_obstack.
9782 * somsolib.c (som_solib_add_solib_objfile): Ditto.
9783 * symfile.c (default_symfile_offsets, syms_from_objfile)
9784 (reread_symbols): Remove freeing and init of psymbol_obstack.
9785 (cashier_psymtab): Update comment.
9786 * symmisc.c (print_objfile_statistics): Don't report stats for
9787 psymbol obstack.
9788 * symtab.h (struct general_symbol_info, struct partial_symtab):
9789 Update comments.
9790 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
9791 (xcoff_symfile_offsets): Replace psymbol_obstack with
9792 objfile_obstack.
9793
9794 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9795
9796 * objfiles.h (struct objfile): Add objfile_obstack field.
9797 Remove type_obstack field.
9798
9799 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
9800 read_structure_scope read_enumeration, new_symbol): Replace
9801 type_obstack with objfile_obstack.
9802 * dwarfread.c (struct_type, enum_type): Ditto.
9803 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
9804 (lookup_fundamental_type): Ditto.
9805 * gdbtypes.h (TYPE_ALLOC): Ditto.
9806 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
9807 (hpread_read_doc_function_type, hpread_read_struct_type)
9808 (fix_static_member_physnames, hpread_read_array_type)
9809 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
9810 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
9811 (java_link_class_type): Ditto.
9812 * mdebugread.c (parse_type): Ditto.
9813 * objfiles.c (allocate_objfile, free_objfile): Ditto.
9814 * solib-sunos.c (solib_add_common_symbols): Ditto.
9815 * stabsread.c (define_symbol, read_type, read_member_functions,
9816 read_cpp_abbrev, read_one_struct_field): Ditto.
9817 * symfile.c (reread_symbols): Ditto.
9818 * symmisc.c (print_objfile_statistics): Ditto.
9819
9820 2004-02-07 Andrew Cagney <cagney@redhat.com>
9821
9822 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
9823 (tui_exec_info_content): Rename TuiExecInfoContent.
9824 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
9825 (TuiWinInfo, TuiWinInfoPtr): Ditto.
9826 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
9827 (TuiList, TuiListPtr): Ditto.
9828 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
9829 (TuiDataType, TuiDataTypePtr): Ditto.
9830 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
9831 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
9832 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
9833 (TuiSourceElement, TuiSourceElementPtr): Ditto.
9834 (TuiDataElement, TuiDataElementPtr): Ditto.
9835 (TuiWinElement, TuiWinElementPtr): Ditto.
9836 (TuiDataInfo, TuiDataInfoPtr): Ditto.
9837 (TuiCommandElement, TuiCommandElementPtr): Ditto.
9838 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
9839 (TuiWhichElement, TuiWhichElementPtr): Ditto.
9840 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
9841 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
9842 * tui/tui-command.c, tui/tui-data.c: Update references.
9843 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
9844 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
9845 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9846 * tui/tui-winsource.c, tui/tui.c: Ditto.
9847
9848 2004-02-07 Mark Kettenis <kettenis@gnu.org>
9849
9850 * dwarf2-frame.h: Update copyright.
9851 (enum dwarf2_frame_reg_rule): New.
9852 (struct dwarf2_frame_state_reg): New.
9853 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
9854 * dwarf2-frame.c: Update copyright.
9855 (enum dwarf2_reg_rule): Remove.
9856 (struct dwarf2_frame_state): Remove defenition of `struct
9857 dwarf2_frame_state_reg'.
9858 (read_reg): Call get_frame_arch to get the architecture instead of
9859 using CURRENT_GDBARCH.
9860 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
9861 DWARF2_FRAME_.
9862 (dwarf2_frame_init_reg): New function.
9863 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
9864 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
9865 initialize the register state. Prefix old `enum dwarf2_reg_rule'
9866 tags with DWARF2_FRAME_.
9867 (dwarf2_frame_prev_register): Call get_frame_arch to get the
9868 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
9869 dwarf2_reg_rule' tags with DWARF2_FRAME_.
9870
9871 2004-02-06 Andrew Cagney <cagney@redhat.com>
9872
9873 * tui/tui-data.h (struct tui_list): Rename _TuiList.
9874 (enum tui_data_type): Rename _TuiDataType.
9875 (struct tui_layout_def): Rename _TuiLayoutDef.
9876 (struct tui_source_element): Rename _TuiSourceElement.
9877 (struct tui_data_element): Rename _TuiDataElement.
9878 (struct tui_command_element): Rename _TuiCommandElement.
9879 (struct tui_locator_element): Rename _TuiLocatorElement.
9880 (union tui_which_element): Define.
9881 (struct tui_win_element): Rename _TuiWinElement.
9882 (struct tui_data_info): Rename _TuiDataInfo.
9883 (struct tui_source_info): Rename _TuiSourceInfo.
9884 (struct tui_command_info): Rename _TuiCommandInfo.
9885 (tui_initialize_static_data): Rename initializeStaticData.
9886 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
9887 (tui_alloc_win_info): Rename allocWinInfo.
9888 (tui_init_generic_part): Rename initGenericPart.
9889 (tui_init_win_info): Rename initWinInfo.
9890 (tui_alloc_content): Rename allocContent.
9891 (tui_add_content_elements): Rename addContentElements.
9892 (tui_init_content_element): Rename initContentElement.
9893 (tui_free_window): Rename freeWindow.
9894 (tui_free_win_content): Rename freeWinContent.
9895 (tui_free_data_content): Rename freeDataContent.
9896 (tui_free_all_source_wins_content): Rename
9897 freeAllSourceWinsContent.
9898 (tui_del_window): Rename tuiDelWindow.
9899 (tui_del_data_windows): Rename tuiDelDataWindows.
9900 (tui_partial_win_by_name): Rename partialWinByName.
9901 (tui_win_name): Rename winName.
9902 (tui_current_layout): Rename currentLayout.
9903 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
9904 (tui_term_height): Rename termHeight.
9905 (tui_set_term_height_to): Rename setTermHeightTo.
9906 (tui_term_width): Rename termWidth.
9907 (tui_set_term_width_to): Rename setTermWidthTo.
9908 (tui_set_gen_win_origin): Rename setGenWinOrigin.
9909 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
9910 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
9911 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
9912 (tui_source_windows): Rename sourceWindows.
9913 (tui_clear_source_windows): Rename clearSourceWindows.
9914 (tui_clear_source_windows_detail): Rename
9915 clearSourceWindowsDetail.
9916 (tui_clear_win_detail): Rename clearWinDetail.
9917 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
9918 (tui_default_tab_len): Rename tuiDefaultTabLen.
9919 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
9920 (tui_win_with_focus): Rename tuiWinWithFocus.
9921 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
9922 (tui_layout_def): Rename tuiLayoutDef.
9923 (tui_win_resized): Rename tuiWinResized.
9924 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
9925 (tui_next_win): Rename tuiNextWin.
9926 (tui_prev_win): Rename tuiPrevWin.
9927 (tui_add_to_source_windows): Rename addToSourceWindows.
9928 * tui/tui-winsource.c, tui/tui-win.c: Update references.
9929 * tui/tui-layout.c, tui/tui-source.c: Ditto.
9930 * tui/tui-stack.c, tui/tui-io.c: Ditto.
9931 * tui/tui.c, tui/tui-data.c: Ditto.
9932 * tui/tui-interp.c, tui/tui-data.c: Ditto.
9933 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
9934
9935 * tui/tui-source.h: Update copyright. Include "tui-data.h".
9936 (struct symtab): Declare.
9937 (tui_set_source_content): Rename tuiSetSourceContent.
9938 (tui_show_symtab_source): Rename tuiShowSource.
9939 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
9940 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
9941 * tui/tui-source.c: Update copyright. Update references.
9942 * tui/tui-win.c, tui/tui-winsource.c: Update references.
9943 * tui/tui-stack.c: Update references.
9944
9945 * tui/tui-win.h: Update copyright. Include "tui-data.h".
9946 (struct tui_win_info): Declare.
9947 (tui_scroll_forward): Rename tuiScrollForward.
9948 (tui_scroll_backward): Rename tuiScrollBackward.
9949 (tui_scroll_left): Rename tuiScrollLeft.
9950 (tui_scroll_right): Rename tuiScrollRight.
9951 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
9952 (tui_resize_all): Rename tuiResizeAll.
9953 (tui_refresh_all_win): Rename tuiRefreshAll.
9954 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
9955 * tui/tui-layout.c, * tui/tui-io.c: Update references.
9956 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
9957 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
9958
9959 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
9960 (tui_erase_data_content): Rename tuiEraseDataContent.
9961 (tui_display_all_data): Rename tuiDisplayAllData.
9962 (tui_check_data_values): Rename tuiCheckDataValues.
9963 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
9964 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
9965 (tui_first_data_element_no_in_line): Rename
9966 tuiFirstDataElementNoInLine.
9967 (tui_delete_data_content_windows): Rename
9968 tuiDeleteDataContentWindows.
9969 (tui_refresh_data_win): Rename tuiRefreshDataWin.
9970 (tui_display_data_from): Rename tuiDisplayDataFrom.
9971 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
9972 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
9973 * tui/tui-win.c, tui/tui-regs.c: Update references.
9974 * tui/tui-layout.c, tui/tui.c: Update references.
9975
9976 * tui/tui-wingeneral.h: Update copyright.
9977 (m_allBeVisible): Delete macro.
9978 (m_allBeInvisible): Delete macro.
9979 (struct tui_gen_win_info): Declare.
9980 (struct tui_win_info): Declare.
9981 (tui_unhighlight_win): Rename unhighlightWin.
9982 (tui_make_visible, tui_make_invisible): Replace makeVisible.
9983 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
9984 (tui_make_window): Rename makeWindow.
9985 (tui_copy_win): Rename copyWin.
9986 (tui_box_win): Rename boxWin.
9987 (tui_highlight_win): Rename highlightWin.
9988 (tui_check_and_display_highlight_if_needed): Rename
9989 checkAndDisplayHighlightIfNeeded.
9990 (tui_refresh_all): Rename refreshAll.
9991 (tui_delete_win): Rename tuiDelwin.
9992 (tui_refresh_win): Rename tuiRefreshWin.
9993 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
9994 (tui_make_visible, tui_make_invisible): New functions.
9995 (tui_make_all_visible, tui_make_all_invisible): New functions.
9996 (make_all_visible): Rename makeAllVisible.
9997 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
9998 * tui/tui-data.c, tui/tui-winsource.c: Update references.
9999 * tui/tui-windata.c, tui/tui-win.c: Update references.
10000 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10001 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10002
10003 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10004
10005 * proc-api.c (write_with_trace): Initialize local variable to
10006 silence compiler warning.
10007
10008 2004-02-06 Andrew Cagney <cagney@redhat.com>
10009
10010 * tui/tui-source.h: Do not include "defs.h".
10011 (struct tui_win_info): Declare.
10012 (tui_set_source_content_nil): Declare.
10013 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10014 (union tui_line_or_address): Rename _TuiLineOrAddress.
10015 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10016 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10017 (tui_update_source_window_as_is): Rename
10018 tuiUpdateSourceWindowAsIs.
10019 (tui_update_source_windows_with_addr): Rename
10020 tuiUpdateSourceWindowsWithAddr.
10021 (tui_update_source_windows_with_line): Rename
10022 tuiUpdateSourceWindowsWithLine.
10023 (tui_clear_source_content): Rename tuiClearSourceContent.
10024 (tui_erase_source_content): Rename tuiEraseSourceContent.
10025 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10026 (tui_show_source_content): Rename tuiShowSourceContent.
10027 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10028 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10029 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10030 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10031 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10032 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10033 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10034 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10035 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10036 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10037 (struct tui_win_info): Declare.
10038 * tui/tui-stack.c: Update references.
10039 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10040 * tui/tui-win.c, tui/tui-source.c: Ditto.
10041 * tui/tui.c, tui/tui-disasm.c: Ditto.
10042
10043 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10044
10045 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10046 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10047
10048 2004-02-05 Mark Kettenis <kettenis@gnu.org>
10049
10050 * infrun.c (handle_inferior_event): Allow for breakpoint
10051 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10052 and SIGEMT. Update comments.
10053 * NEWS (Revised SPARC target): Mention support for non-executable
10054 stack.
10055
10056 2004-02-04 Mark Kettenis <kettenis@gnu.org>
10057
10058 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10059 * inftarg.c: Update copyright year.
10060 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10061 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10062 (sparc_xfer_wcookie): New function.
10063 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10064 * Makefile.in (sparc-nat.o): Update dependencies.
10065 * config/sparc/nm-nbsd.h: Include "target.h".
10066 (NATIVE_XFER_WCOOKIE): New define.
10067 (sparc_xfer_wcookie): New prototype.
10068
10069 2004-02-04 Andrew Cagney <cagney@redhat.com>
10070
10071 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10072 SYSCALL_TRAP function.
10073 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10074
10075 2004-02-04 Andrew Cagney <cagney@redhat.com>
10076 Daniel Jacobowitz <drow@mvista.com>
10077
10078 * objfiles.h: Delete comments refering to inside_entry_func and
10079 DEPRECATED_FRAME_CHAIN_VALID.
10080 * defs.h (inside_entry_func): Update prototype..
10081 * blockframe.c (inside_entry_func): Rename to
10082 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10083 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10084
10085 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10086
10087 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10088 outside of #ifdef SOLIB_ADD region.
10089 (do_restore_lang_radix_cleanup): Ditto.
10090 (resolve_pending_breakpoint): Ditto.
10091
10092 2004-02-03 Andrew Cagney <cagney@redhat.com>
10093
10094 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10095 (process_note_abi_tag_sections): Delete unused function.
10096 (ia64_read_fp): Delete unused function.
10097 (gdbarch_extract_struct_value_address): Delete declaration.
10098
10099 2004-02-02 Andrew Cagney <cagney@redhat.com>
10100
10101 * vax-tdep.c (vax_frame_chain): Delete call to
10102 deprecated_inside_entry_file.
10103 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10104
10105 2004-02-02 Mark Kettenis <kettenis@gnu.org>
10106
10107 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10108 column that's "empty" or "same value" when eliminating REG_RA
10109 rules.
10110
10111 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10112
10113 * NEWS: Add information about new pending breakpoint support.
10114
10115 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10116
10117 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10118 and pending fields for pending breakpoint support.
10119 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10120 (condition_command): Only parse condition if not a pending
10121 breakpoint.
10122 (print_one_breakpoint): Add support for pending breakpoints.
10123 (describe_other_breakpoints): Add checks to verify we are not
10124 dealing with pending breakpoints.
10125 (check_duplicates): Don't check pending breakpoints.
10126 (set_raw_breakpoint): Initialize pending flag.
10127 (do_restore_lang_radix_cleanup): New cleanup routine.
10128 (resolve_pending_breakpoint): New function.
10129 (re_enable_breakpoints_in_shlibs): Try and resolve any
10130 pending breakpoints via resolve_pending_breakpoint.
10131 (mention): Add pending breakpoint support.
10132 (parse_breakpoint_sals): Add new parameter to pass to
10133 decode_line_1 to indicate silent errors when files or functions
10134 are not found. Change all callers.
10135 (do_captured_parse_breakpoint): New function.
10136 (break_command_1): Change prototype to return an rc value and to
10137 take an optional pending breakpoint pointer. Support creating
10138 a pending breakpoint if a "not found" form of error occurs when
10139 parsing the breakpoint. Also support resolving an existing pending
10140 breakpoint and be silent if the resolution fails.
10141 (create_breakpoints): Change prototype to take pending breakpoint
10142 pointer. When resolving a pending breakpoint, use the new pointer
10143 to provide a conditional or commands added by the end-user.
10144 (delete_breakpoint): Add appropriate check for pending.
10145 (breakpoint_re_set_one): Ditto.
10146 (do_enable_breakpoint): Ditto.
10147
10148 2004-02-02 David Carlton <carlton@kealia.com>
10149
10150 * valops.c (enum oload_classification): New.
10151 (find_overload_match): Break implementation into separate
10152 functions; delete #if 0'd code; look for symbols within
10153 namespaces.
10154 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10155 (find_oload_champ,oload_method_static,classify_oload_match): New.
10156 * cp-support.h: Add declaration for cp_func_name; update
10157 declaration for make_symbol_overload_list.
10158 * cp-support.c (cp_func_name): New.
10159 (overload_list_add_symbol): Fix comment, use
10160 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10161 (make_symbol_overload_list): Take a function name and a namespace
10162 instead of a symbol; change implementation.
10163 (make_symbol_overload_list_using): New.
10164 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10165
10166 2004-02-02 Fred Fish <fnf@redhat.com>
10167
10168 * main.c (gdb_stdtarg): Move definition to group with other
10169 gdb_stdtarg definitions and update copyright years.
10170 * remote-sim.c (gdb_os_write_stderr): Write output to
10171 gdb_stdtargerr stream instead of gdb_stdtarg stream.
10172 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
10173 gdb_stderr stream and update copyright years.
10174
10175 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10176
10177 * Makefile.in (mips-linux-nat.o): Update dependencies.
10178 * mips-linux-nat.c: Include mips-tdep.h.
10179
10180 2004-02-01 Roland McGrath <roland@redhat.com>
10181
10182 * sol-thread.c (sol_thread_xfer_partial): New function.
10183 (init_sol_thread_ops): Use that for to_xfer_partial hook.
10184 (init_sol_core_ops): Likewise.
10185
10186 * procfs.c (procfs_xfer_partial): New function.
10187 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10188 * Makefile.in (procfs.o): Add $(auxv_h) dep.
10189
10190 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10191 procfs_xfer_auxv function.
10192
10193 * procfs.c (procfs_make_note_section): If we can read
10194 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10195 * linux-proc.c (linux_make_note_section): Likewise.
10196
10197 * auxv.h: New file.
10198 * auxv.c: New file.
10199 * Makefile.in (auxv_h): New variable.
10200 (COMMON_OBS): Add auxv.o here.
10201 (auxv.o): New target.
10202
10203 * corelow.c (core_xfer_partial): New function.
10204 (init_core_ops): Use it for core_ops.to_xfer_partial.
10205
10206 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
10207 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
10208 macro if that is defined.
10209
10210 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10211
10212 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
10213 and check the specified thread for each breakpoint.
10214 * breakpoint.h (bpstat_stop_status): Update prototype.
10215 * infrun.c (handle_inferior_event): Update calls to
10216 bpstat_stop_status.
10217
10218 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10219
10220 * Makefile.in (cli-cmds.o): Add $(readline_h).
10221
10222 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10223
10224 * cli/cli-cmds.c: Include readline.h.
10225 (complete_command): Pass the start of the last word to
10226 complete_line.
10227
10228 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10229
10230 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
10231 argument, and change first argument to a CORE_ADDR.
10232 * breakpoint.h (bpstat_stop_status): Update prototype.
10233 * infrun.c (adjust_pc_after_break): Add a new comment.
10234 (handle_inferior_event): Update calls to bpstat_stop_status.
10235
10236 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10237
10238 * breakpoint.h: Update copyright years.
10239
10240 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10241
10242 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
10243 (bpstat_stop_status): Don't decrement PC.
10244 * breakpoint.h (software_breakpoint_inserted_here_p): Add
10245 prototype.
10246 * infrun.c (adjust_pc_after_break): New function.
10247 (handle_inferior_event): Call it, early. Remove later references
10248 to DECR_PC_AFTER_BREAK.
10249 (normal_stop): Add commentary.
10250
10251 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10252
10253 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
10254 2004-01-27 double-free fix.
10255
10256 2004-01-31 Mark Kettenis <kettenis@gnu.org>
10257
10258 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10259 (sparc32_frame_prev_register): Handle StackGhost.
10260 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10261
10262 2004-01-29 Roland McGrath <roland@redhat.com>
10263
10264 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
10265 * configure: Regenerated.
10266
10267 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
10268 * Makefile.in (procfs.o): Add dep.
10269
10270 2004-01-28 Andrew Cagney <cagney@redhat.com>
10271
10272 * tui/tui-stack.h: Update copyright.
10273 (struct frame_info): Add opaque declaration.
10274 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
10275 (tui_show_locator_content): Rename tuiShowLocatorContent.
10276 (tui_show_frame_info): Rename tuiShowFrameInfo.
10277 * tui/tui-stack.c: Update copyright. Update references.
10278 * tui/tui-winsource.c: Update references.
10279 * tui/tui-win.c: Update references.
10280 * tui/tui-layout.c: Update references.
10281 * tui/tui-hooks.c: Update copyright, update references.
10282 * tui/tui.c: Update copyright, update references.
10283 * tui/tui-disasm.c: Update references.
10284
10285 2004-01-28 David Carlton <carlton@kealia.com>
10286
10287 * dwarf2read.c (add_partial_structure): Use demangled name if
10288 namespace equals "".
10289
10290 2004-01-27 Jim Blandy <jimb@redhat.com>
10291
10292 Clean up misapplied patch:
10293 * dwarf2read.c (determine_prefix): Change one of the two forward
10294 declarations for 'determine_prefix_aux' to a declaration for this.
10295 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
10296 argument to 'die_specification'.
10297
10298 * dwarf2read.c (read_func_scope): Re-indent comment.
10299
10300 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
10301
10302 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
10303 b->exp to NULL after freeing so that error during re-parsing or
10304 evaluation of expressions associated with breakpoint don't
10305 eventually lead to re-freeing of storage.
10306 Committed by Andrew Cagney.
10307
10308 2004-01-27 Andrew Cagney <cagney@redhat.com>
10309
10310 * source.c (ambiguous_line_spec): Delete undefined declaration.
10311 * m32r-rom.c (m32r_set_board_address): Delete unused function.
10312 (m32r_set_server_address, m32r_set_download_path): Ditto.
10313 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
10314
10315 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
10316
10317 * dwarf2read.c: Update calls to changed and renamed functions, and
10318 references to moved variables.
10319
10320 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
10321 language, language_defn, list_in_scope, and ftypes members.
10322 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
10323 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
10324 (baseaddr): Remove globals.
10325
10326 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
10327 (set_cu_language, die_is_declaration, die_specification)
10328 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
10329 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
10330 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
10331 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
10332
10333 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
10334 cu.list_in_scope. Don't initialize cu_header_offset.
10335 (add_partial_symbol): Add local baseaddr.
10336 (psymtab_to_symtab_1): Add local baseaddr. Use
10337 objfile->section_offsets for consistency. Don't initialize
10338 cu_header_offset; do initialize cu.header.offset and
10339 cu.list_in_scope.
10340 (read_file_scope, read_func_scope, read_lexical_block_scope)
10341 (dwarf_decode_lines, new_symbol): Add local baseaddr.
10342
10343 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
10344
10345 * PROBLEMS: Add gdb/1516.
10346
10347 2003-12-29 Robert Millan <robertmh@gnu.org>
10348
10349 Patch committed by Andrw Cagney.
10350 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
10351 * configure.tgt: Match knetbsd*-gnu.
10352
10353 2004-01-26 Andrew Cagney <cagney@redhat.com>
10354
10355 * breakpoint.c (catch_command_1): Delete #ifdef code.
10356 (catch_fork_command_1): Delete #ifdef wrapper.
10357 (catch_exec_command_1): Ditto.
10358 (catch_load_command_1): Ditto.
10359 (catch_unload_command_1): Ditto.
10360
10361 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
10362 (catch_breakpoint): Delete #if0ed function.
10363 (disable_catch_breakpoint): Ditto.
10364 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
10365 (disable_catch, enable_catch, delete_catch): Ditto.
10366
10367 2004-01-26 Andrew Cagney <cagney@redhat.com>
10368
10369 * remote.c (echo_check, quit_flag): Delete variables.
10370 (cisco_kernel_mode): Delete variable.
10371 (minitelnet_return, tty_input, escape_count): Delete variables.
10372 (remote_cisco_mode): Delete variable.
10373 (remote_cisco_open, remote_cisco_close): Delete function.
10374 (remote_cisco_mourn, remote_cisco_wait): Delete function.
10375 (init_remote_cisco_ops): Delete function.
10376 (_initialize_remote): Do not install "remote cisco" code.
10377 (read_frame): Delete cisco specific code.
10378 (remote_info_process): Delete function.
10379 (remote_wait): Delete cisco specific code.
10380 (remote_cisco_section_offsets): Delete function.
10381 (remote_cisco_objfile_relocate): Delete function.
10382 (remote_async_wait): Delete cisco specific code.
10383 (minitelnet, readtty, readsocket): Delete function.
10384
10385 2004-01-26 Andrew Cagney <cagney@redhat.com>
10386
10387 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
10388 comments mentioning extract_returned_value_address.
10389 * infcmd.c (print_return_value): Update. Add comments on
10390 extract_returned_value_address.
10391 * stack.c (return_command): Add comments on
10392 extract_returned_value_address.
10393 * values.c: Update comment.
10394 * m32r-tdep.c: Update comment.
10395 * sparc-tdep.c: Update comment.
10396 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
10397 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10398 * sh64-tdep.c (sh64_gdbarch_init): Update.
10399 * sh-tdep.c (sh_gdbarch_init): Update.
10400 * s390-tdep.c (s390_gdbarch_init): Update.
10401 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10402 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10403 * m68k-tdep.c (m68k_gdbarch_init): Update.
10404 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10405 * m32r-tdep.c (m32r_gdbarch_init): Update.
10406 * ia64-tdep.c (ia64_gdbarch_init): Update.
10407 * h8300-tdep.c (h8300_gdbarch_init): Update.
10408 * frv-tdep.c (frv_gdbarch_init): Update.
10409 * arm-tdep.c (arm_gdbarch_init): Update.
10410 * alpha-tdep.c (alpha_gdbarch_init): Update.
10411
10412 2004-01-26 Andrew Cagney <cagney@redhat.com>
10413
10414 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
10415 SYMBOL_LOCATION_FUNCS
10416 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
10417 "struct symbol_ops".
10418 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
10419 type to "struct symbol_ops".
10420 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
10421 (struct symbol): Replace ".aux_value.loc.funcs" and
10422 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
10423 (SYMBOL_OBJFILE): Delete macro.
10424 (SYMBOL_LOCATION_FUNCS): Delete macro.
10425 (SYMBOL_LOCATION_BATON): Update.
10426 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
10427 intead of SYMBOL_LOCATION_FUNCS.
10428 * ax-gdb.c (gen_var_ref): Ditto.
10429 * printcmd.c (address_info): Ditto.
10430 * findvar.c (read_var_value): Ditto.
10431 (symbol_read_needs_frame): Ditto.
10432
10433 2004-01-26 Andrew Cagney <cagney@redhat.com>
10434
10435 * dwarf2read.c (read_func_scope): Document frame-base hack.
10436
10437 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10438
10439 * infcmd.c (print_return_value): Plug memory leak; delete
10440 ui_stream object. Rename argument `structure_return' to
10441 `struct_return'.
10442
10443 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10444
10445 * infcmd.c (print_return_value): Wrap long lines.
10446 (finish_command_continuation, finish_command): Remove unused
10447 variable `funcaddr'. Fix some coding-standards problems.
10448
10449 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
10450 SECT_SIZE is large enough, not whether it's exactly the right size.
10451 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
10452 TDEP->fpregset to zero.
10453
10454 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
10455 floating-point registers for traditional NetBSD core files.
10456 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
10457 TDEP->sizeof_fpregset here.
10458
10459 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10460
10461 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
10462 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
10463 function with code split out from
10464 sparc32nbsd_sigcontext_frame_cache.
10465 (sparc32nbsd_sigcontext_frame_cache): Use
10466 sparc32nbsd_sigcontext_saved_regs.
10467 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
10468 OpenBSD.
10469 * sparcobsd-tdep.c: New file.
10470 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
10471 (sparcobsd-tdep.o): New dependency.
10472 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
10473 * config/sparc/obsd.mt: New file.
10474
10475 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
10476 TDEP->fpregset to be initialized to enable core file register
10477 sets.
10478
10479 2004-01-24 Mark Kettenis <kettenis@gnu.org>
10480
10481 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
10482 Add opaque declarations.
10483 (sparc64nbsd_sigcontext_saved_regs): New prototype.
10484 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
10485 function with code split out from
10486 sparc64nbsd_sigcontext_frame_cache.
10487 (sparc64nbsd_sigcontext_frame_cache): Use
10488 sparc64nbsd_sigcontext_saved_regs.
10489 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
10490 OpenBSD.
10491 * sparc64obsd-tdep.c: New file.
10492 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
10493 (sparc64obsd-tdep.o): New dependency.
10494 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
10495 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
10496 * config/sparc/obsd64.mt: New file.
10497
10498 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
10499 read the instruction at PC.
10500
10501 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
10502 value of GDB_OSABI_DEFAULT.
10503 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
10504 instead of GDB_OSABI_NETBSD_AOUT.
10505
10506 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
10507
10508 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
10509 copyright.
10510
10511 2004-01-23 Andrew Cagney <cagney@redhat.com>
10512
10513 * printcmd.c (display_command): Replace tui_set_display call with
10514 tui_set_layout_for_display_command.
10515 * tui/tui.h (enum tui_win_type): Define.
10516 (tui_set_layout): Delete declaration.
10517 (tui_set_layout_for_display_command): Rename set_tui_layout.
10518 * tui/tui-data.h (enum tui_layout_type): Define.
10519 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
10520 "tui.h".
10521 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
10522 (tui_default_win_height): Rename tuiDefaultWinHeight.
10523 (tui_default_win_viewport_height): Rename
10524 tuiDefaultWinViewportHeight.
10525 (tui_set_layout): RenametuiSetLayout.
10526 * tui/tui-layout.c: Update references.
10527 * tui/tui.c: Update references.
10528 * tui/tui-disasm.c: Update references.
10529
10530 2004-01-23 David Carlton <carlton@kealia.com>
10531
10532 Partial workaround for PR c++/1511:
10533 * cp-namespace.c: Include frame.h.
10534 (cp_lookup_transparent_type): New
10535 (cp_lookup_transparent_type_loop): New.
10536 * cp-support.h: Declare cp_lookup_transparent_type.
10537 * symtab.c (basic_lookup_transparent_type): Renamed from
10538 lookup_transparent_type.
10539 (lookup_transparent_type): Replace old body by a call to
10540 current_language->la_lookup_transparent_type.
10541 * symtab.h: Update copyright. Declare
10542 basic_lookup_transparent_type.
10543 * language.h: Update copyright.
10544 (struct language_defn): Add la_lookup_transparent_type.
10545 * language.c: Update copyright.
10546 (unknown_language_defn): Add basic_lookup_transparent_type.
10547 (auto_language_defn): Add basic_lookup_transparent_type.
10548 (local_language_defn): Add basic_lookup_transparent_type.
10549 * ada-lang.c: Update copyright.
10550 (ada_language_defn): Add basic_lookup_transparent_type.
10551 * c-lang.c: Update copyright.
10552 (c_language_defn): Add basic_lookup_transparent_type.
10553 (cplus_language_defn): Add basic_lookup_transparent_type.
10554 (asm_language_defn): Add basic_lookup_transparent_type.
10555 (minimal_language_defn): Add basic_lookup_transparent_type.
10556 * f-lang.c: Update copyright.
10557 (f_language_defn): Add basic_lookup_transparent_type.
10558 * jv-lang.c: Update copyright.
10559 (java_language_defn): Add basic_lookup_transparent_type.
10560 * m2-lang.c: Update copyright.
10561 (m2_language_defn): Add basic_lookup_transparent_type.
10562 * objc-lang.c: Update copyright.
10563 (objc_language_defn): Add basic_lookup_transparent_type.
10564 * p-lang.c: Update copyright.
10565 (p_language_defn): Add basic_lookup_transparent_type.
10566 * scm-lang.c: Update copyright.
10567 (scm_language_defn): Add basic_lookup_transparent_type.
10568 * Makefile.in (cp-namespace.o): Depend on frame.h.
10569
10570 2004-01-23 David Carlton <carlton@kealia.com>
10571
10572 Patch for PR c++/1520:
10573 * dwarf2read.c (read_func_scope): Set processing_current_prefix
10574 properly if we have a specification die.
10575 (determine_prefix_aux): Rename from determine_prefix.
10576 (determine_prefix): Like the old determine_prefix, but never
10577 returns NULL.
10578
10579 2004-01-23 Theodore A. Roth <troth@openavr.org>
10580
10581 * avr-tdep.c: Update copyright.
10582 (avr_iaddr_p): Delete unused function.
10583 (avr_saddr_p): Delete unused function.
10584
10585 2004-01-23 David Carlton <carlton@kealia.com>
10586
10587 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
10588 Fix for PR symtab/1534.
10589
10590 2004-01-23 Mark Kettenis <kettenis@gnu.org>
10591
10592 * NEWS (New native configurations): Mention OpenBSD/sparc and
10593 OpenBSD/sparc64.
10594 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
10595 * configure.host: Likewise.
10596 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
10597 handler for OpenBSD.
10598 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
10599
10600 2004-01-22 Mark Kettenis <kettenis@gnu.org>
10601
10602 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
10603 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
10604
10605 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
10606 * cli/cli-cmds.c (shell_escape): Likewise.
10607
10608 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
10609 OpenBSD .note.openbsd.ident sections.
10610
10611 2004-01-22 David Carlton <carlton@kealia.com>
10612
10613 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
10614 get_scope_pc_bounds.
10615 (read_file_scope): Ditto.
10616 (get_scope_pc_bounds): New function, produced by extracting code
10617 from the above two functions, consolidating it, and adding support
10618 for DW_TAG_namespace.
10619
10620 2004-01-22 Mark Kettenis <kettenis@gnu.org>
10621
10622 * osabi.c (MAX_NOTESZ): New define.
10623 (check_note): New function.
10624 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
10625 check_note.
10626
10627 2004-01-21 Roland McGrath <roland@redhat.com>
10628
10629 * MAINTAINERS (write after approval): Add myself.
10630
10631 2004-01-21 Eli Zaretskii <eliz@gnu.org>
10632
10633 * utils.c (init_page_info): Move declarations of `rows' and
10634 `cols' before the __GO32__-specific code. Move the closing brace
10635 outside the #ifdef __GO32__..#endif block.
10636 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
10637
10638 2004-01-21 Paul Brook <paul@codesourcery.com>
10639
10640 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
10641 BPSTAT_WHAT_CHECK_SHLIBS.
10642
10643 2004-01-21 Paul Brook <paul@codesourcery.com>
10644
10645 * MAINTAINERS: Add myself to write-after-approval.
10646
10647 2004-01-20 Andrew Cagney <cagney@redhat.com>
10648
10649 * ax-gdb.c (print_axs_value): Delete unused function.
10650 * jv-lang.c (java_lookup_type): Delete unused function.
10651 * cli/cli-dump.c (dump_filetype): Delete unused function.
10652 * remote-mips.c (remote_mips_insert_hw_breakpoint)
10653 (remote_mips_remove_hw_breakpoint): Delete unused functions.
10654 (mips_getstring): Delete unused function.
10655 (pmon_insert_breakpoint): Delete #if0ed function.
10656 (PMON_MAX_BP): Delete #if0ed MACRO.
10657 (mips_pmon_bp_info): Delete #if0ed variable.
10658 (pmon_remove_breakpoint): Delete #if0ed function.
10659 * monitor.c (monitor_write_even_block): Delete unused function.
10660 (monitor_write_memory_block): Delete #if0ed code.
10661 * dink32-rom.c (dink32_load): Delete unused function.
10662 (_initialize_dink32_rom): Delete #if0ed code.
10663 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
10664
10665 * tui/tui-command.c: Update references.
10666 * tui/tui-io.c: Update references.
10667 * tui/tui-command.h: Update copyright.
10668 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
10669
10670 * source.c (ambiguous_line_spec): Delete never-defined function.
10671 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
10672 * gdbtypes.c (add_name, add_mangled_type): Ditto.
10673 * cli/cli-cmds.c (validate_comname): Ditto.
10674
10675 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
10676 "tui-data.h".
10677 (tui_set_disassem_content): Rename tuiSetDisassemContent.
10678 (tui_show_disassem): Rename tuiShowDisassem.
10679 (tui_show_disassem_and_update_source): Rename
10680 tuiVerticalDisassemScroll.
10681 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
10682 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
10683 * tui/tui.h: Update copyright.
10684 (enum tui_status): Define.
10685 * tui/tui-data.h (enum tui_scroll_direction): Define.
10686 * tui/tui-disasm.c: Update copyright. Update references.
10687 * tui/tui-winsource.c: Update copyright. Update references.
10688 * tui/tui-win.c: Update references.
10689 * tui/tui-layout.c: Update references.
10690
10691 2004-01-20 Andrew Cagney <cagney@redhat.com>
10692
10693 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
10694 sym2 to start of block.
10695
10696 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
10697
10698 * MAINTAINERS: Delete mmalloc.
10699 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
10700 * NEWS: Mention removal of --with-malloc.
10701 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
10702 * config.in: Regenerate.
10703 * configure: Regenerate.
10704 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
10705 USE_MMALLOC, MMCHECK_FORCE.
10706 * gdbinit.in: Remove mmalloc.
10707 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
10708 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
10709 * config/i386/go32.mh: Likewise.
10710 * config/i386/interix.mh: Likewise.
10711 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
10712
10713 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
10714
10715 * linespec.c (decode_variable, symtab_from_filename): Call
10716 error_silent with error message instead of throwing an exception
10717 directly.
10718 * defs.h (error_silent, error_output_message): Add prototypes.
10719 (catch_exceptions_with_msg): Ditto.
10720 * utils.c (error_silent, error_output_message): New functions.
10721 * top.c (catch_exceptions_with_msg): New function.
10722
10723 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
10724
10725 * mi/mi-cmds.h (enum print_values): Add definition.
10726
10727 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
10728 type and value for simple data types and just the name and type
10729 for complex ones, if required.
10730
10731 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
10732 children, if required.
10733
10734 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10735
10736 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
10737 unused declarations.
10738
10739 2004-01-19 Andrew Cagney <cagney@redhat.com>
10740
10741 * top.h (mapped_symbol_files): Delete declaration.
10742 * main.c (captured_main): Delete option "m" and "mapped".
10743 * objfiles.c (mapped_symbol_files): Delete variable.
10744 * symfile.c (symbol_file_command): Delete mmap code.
10745 (symbol_file_add_with_addrs_or_offsets): Ditto.
10746 (add_symbol_file_command, reread_separate_symbols): Ditto.
10747 * objfiles.h (OBJF_MAPPED): Delete.
10748 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
10749 (free_objfile) [USE_MMALLOC]: Ditto.
10750 (open_existing_mapped_file): Delete function.
10751 (open_mapped_file): Delete function.
10752 (map_to_file): Delete function.
10753
10754 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10755
10756 * infrun.c (step_into_function): Account for possible breakpoint
10757 adjustment when computing ``stop_func_start''.
10758
10759 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10760
10761 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
10762 the region size against the size of a pointer, not the size of
10763 a register as given by DEPRECATED_REGISTER_SIZE.
10764
10765 2004-01-19 Andrew Cagney <cagney@redhat.com>
10766
10767 * tui/tui-regs.h: Include "tui-data.h".
10768 (tuiFirstRegElementNoInLine): Delete declaration.
10769 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
10770 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
10771 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
10772 (tui_calculate_regs_column_count): Rename
10773 tuiCalculateRegsColumnCount.
10774 (tui_check_register_values): Rename tuiCheckRegisterValues.
10775 (tui_show_registers): Rename tuiShowRegisters.
10776 (tui_display_registers_from_line): Rename
10777 tuiDisplayRegistersFromLine.
10778 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
10779 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
10780 (tui_first_reg_element_no_inline): Rename
10781 tuiFirstRegElementNoInLine.
10782 * tui/tui-data.h: Update copyright.
10783 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
10784 * tui/tui-windata.c: Update copyright, update references.
10785 * tui/tui-regs.c: Update copyright, update references.
10786 * tui/tui-win.c: Update copyright, update references.
10787 * tui/tui-layout.c: Update copyright, update references.
10788
10789 2004-01-18 Andrew Cagney <cagney@redhat.com>
10790
10791 * tui/tui-io.c: Update copyright.
10792 (key_is_end_sequence, key_is_backspace): New functions.
10793 (key_is_command_char, key_is_start_sequence): New function.
10794 (tui_getc): Update references.
10795 * tui/tui-io.h: Update copyright.
10796 (m_tuiStartNewLine): Delete macro.
10797 (m_isBackspace, m_isDeleteChar): Delete macros.
10798 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
10799 (m_isNextPage, m_isPrevPage): Delete macros.
10800 (m_isLeftArrow, m_isRightArrow): Delete macros.
10801 (m_isXdbStyleCommandChar): Delete macro.
10802 (key_is_start_sequence): Declare, replace m_isStartSequence.
10803 (key_is_end_sequence): Declare, replace m_isEndSequence.
10804 (key_is_backspace): Declare ,replace m_isBackspace.
10805 (key_is_command_char): Declare, replace m_isCommandChar.
10806 * tui/tui-command.c: Update copyright.
10807 (tuiDispatchCtrlChar): Update references.
10808
10809 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
10810 tuiSourceWin.h.
10811
10812 * tui/tui-command.c: Rename tui/tuiCommand.c.
10813 * tui/tui-command.h: Rename tui/tuiCommand.h.
10814 * tui/tui-data.c: Rename tui/tuiData.c.
10815 * tui/tui-data.h: Rename tui/tuiData.h.
10816 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
10817 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
10818 * tui/tui-io.c: Rename tui/tuiIO.c.
10819 * tui/tui-io.h: Rename tui/tuiIO.h.
10820 * tui/tui-layout.c: Rename tui/tuiLayout.c.
10821 * tui/tui-layout.h: Rename tui/tuiLayout.h.
10822 * tui/tui-regs.c: Rename tui/tuiRegs.c.
10823 * tui/tui-regs.h: Rename tui/tuiRegs.h.
10824 * tui/tui-source.c: Rename tui/tuiSource.c.
10825 * tui/tui-source.h: Rename tui/tuiSource.h.
10826 * tui/tui-stack.c: Rename tui/tuiStack.c.
10827 * tui/tui-stack.h: Rename tui/tuiStack.h.
10828 * tui/tui-win.c: Rename tui/tuiWin.c.
10829 * tui/tui-win.h: Rename tui/tuiWin.h.
10830 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
10831 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
10832 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
10833 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
10834 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
10835 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
10836 * tui/tui-file.c: Update includes.
10837 * tui/tui-hooks.c: Update includes.
10838 * tui/tui-interp.c: Update includes.
10839 * tui/tui.c: Update includes.
10840 * Makefile.in: Update all tui/ dependencies.
10841 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
10842
10843 * Makefile.in: Update copyright. Update dependencies.
10844
10845 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
10846 problem.
10847
10848 2004-01-18 Andrew Cagney <cagney@redhat.com>
10849
10850 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
10851 instead of register_gdbarch_init.
10852
10853 * remote-sds.c (tohex): Delete unused function. Update copyright.
10854 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
10855 * v850-tdep.c (v850_register_virtual_size): Ditto.
10856 * target.c (normal_target_post_startup_inferior): Ditto.
10857 * source.c (ambiguous_line_spec): Ditto.
10858 * remote.c (adapt_remote_get_threadinfo): Ditto.
10859 * mi/mi-out.c (out_field_fmt): Ditto.
10860 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
10861 (output_control_change_notification): Ditto.
10862 * m68k-tdep.c (m68k_register_byte): Ditto.
10863 (m68k_remote_breakpoint_from_pc): Ditto.
10864 * ui-out.c (init_ui_out_state): Delete unused declaration.
10865 * stabsread.c (search_value): Ditto.
10866 * mi/mi-cmd-env.c (env_cli_command): Ditto.
10867 * maint.c (print_section_table): Ditto.
10868 * infrun.c (set_follow_fork_mode_command): Ditto.
10869
10870 2004-01-18 Mark Kettenis <kettenis@gnu.org>
10871
10872 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
10873 DW_CFA_def_cfa_exporession. Add support for
10874 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
10875 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
10876
10877 2004-01-18 Andrew Cagney <cagney@redhat.com>
10878
10879 * ocd.c: Update copyright.
10880 (bdm_read_register_command): Delete unused function.
10881 (_initialize_remote_ocd): Delete commented out reference.
10882 (get_quoted_char, reset_packet): Delete #if0ed function.
10883 (output_packet, put_quoted_char): Delete #if0ed function.
10884 (stu_put_packet, stu_get_packet): Delete #if0ed function.
10885 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
10886 (BDM_BREAKPOINT): Delete #if0ed macro.
10887 (remote_timeout): Delete #if0ed variable.
10888
10889 2004-01-18 Mark Kettenis <kettenis@gnu.org>
10890
10891 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
10892 (core-sol2.o): Remove dependency.
10893 * core-sol2.c: Remove file.
10894
10895 2004-01-17 Andrew Cagney <cagney@redhat.com>
10896
10897 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
10898 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
10899 enums.
10900
10901 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10902
10903 * remote.c: Update copyright years.
10904
10905 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10906
10907 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
10908
10909 2004-01-17 Andrew Cagney <cagney@redhat.com>
10910
10911 * mdebugread.c: Update copyright.
10912 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
10913 (parse_type, parse_procedure): Ditto.
10914 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
10915
10916 * cris-tdep.c (cris_store_struct_return): Put back accidently
10917 deleted function.
10918
10919 * gdbarch.sh: Update copyright year.
10920 * gdbarch.h, gdbarch.c: Re-generate.
10921
10922 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10923
10924 Suggested by George Anzinger.
10925 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
10926 correct stack offset. Include unknown opcode numbers in the error
10927 message.
10928
10929 2004-01-17 Andrew Cagney <cagney@redhat.com>
10930
10931 * x86-64-tdep.c (x86_64_init_abi): No need to clear
10932 extract_struct_value_address, i386 does not set it.
10933 * sparc64-tdep.c (sparc64_init_abi): Do not set
10934 extract_struct_value_address, never called.
10935 (sparc64_extract_struct_value_address): Delete function.
10936 * m68hc11-tdep.c: Update copyright.
10937 (m68hc11_gdbarch_init): Delete redundant assignment of
10938 extract_struct_value_address.
10939 * i386-tdep.c: Update copyright.
10940 (i386_gdbarch_init): Do not set extract_struct_value_address,
10941 never called.
10942 (i386_extract_struct_value_address): Delete function.
10943 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
10944 extract_struct_value_address, never called.
10945 (sparc32_extract_struct_value_address): #if 0 function. Add
10946 comments explaining its future.
10947
10948 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10949
10950 * arm-tdep.c (arm_write_pc): New function.
10951 (arm_gdbarch_init): Call set_gdbarch_write_pc.
10952
10953 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10954
10955 * breakpoint.c (must_shift_inst_regs): Delete.
10956 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
10957 and SHIFT_INST_REGS.
10958 * infcmd.c (step_1, step_1_continuation): Delete references to
10959 SHIFT_INST_REGS.
10960 * infrun.c (keep_going): Likewise.
10961 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
10962 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
10963
10964 2004-01-17 Andrew Cagney <cagney@redhat.com>
10965
10966 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10967 * gdbarch.h, gdbarch.c: Re-generate.
10968 * infcmd.c (print_return_value): Delete reference to
10969 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
10970
10971 * cris-tdep.c (cris_gdbarch_init): Do not set
10972 deprecated_extract_struct_value_address.
10973
10974 * xstormy16-tdep.c: Update copyright.
10975 (xstormy16_extract_struct_value_address): Update to current
10976 extract struct value address interface.
10977 (xstormy16_gdbarch_init): Set extract_struct_value_address.
10978 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
10979 current extract struct value address interface.
10980 (sh64_gdbarch_init): Set extract_struct_value_address.
10981
10982 * cris-tdep.c: Update copyright.
10983 (cris_extract_struct_value_address): Delete function.
10984 (struct_return_address): Delete variable.
10985 (cris_store_struct_return): Do not set struct_return_address.
10986
10987 * mcore-tdep.c: Update copyright.
10988 (mcore_extract_struct_value_address): Delete function. Update
10989 comments.
10990 (mcore_gdbarch_init): Update.
10991 * mn10300-tdep.c: Update copyright.
10992 (mn10300_extract_struct_value_address): Delete function.
10993 (mn10300_gdbarch_init): Update.
10994 * v850-tdep.c: Update copyright.
10995 (v850_extract_struct_value_address): Delete.
10996 (v850_gdbarch_init): Update.
10997 * ns32k-tdep.c: Update copyright.
10998 (ns32k_extract_struct_value_address): Delete.
10999 (ns32k_gdbarch_init): Update.
11000 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11001 (hppa_gdbarch_init): Update.
11002 * vax-tdep.c: Update copyright.
11003 (vax_extract_struct_value_address): Delete.
11004 (vax_gdbarch_init): Update.
11005
11006 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11007 * gdbarch.h, gdbarch.c: Re-generate.
11008 * procfs.c (procfs_fetch_registers): Delete reference to
11009 DEPRECATED_NPC_REGNUM.
11010 (procfs_store_registers): Ditto.
11011 * regcache.c (generic_target_write_pc): Simplify.
11012 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11013
11014 * core-sol2.c (fetch_core_registers): Replace
11015 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11016
11017 * hppa-tdep.c: Update copyright year.
11018 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11019 NPC_REGNUM.
11020 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11021
11022 * mips-tdep.c (mips_write_pc): New function.
11023 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11024 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11025 (mips_find_saved_regs, mips_software_single_step: Ditto.
11026 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11027 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11028
11029 2004-01-17 Andrew Cagney <cagney@redhat.com>
11030
11031 * mips-tdep.c: Re-indent. Group functions by ABI.
11032
11033 2004-01-17 Andrew Cagney <cagney@redhat.com>
11034
11035 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11036 * gdbarch.c: Re-generate.
11037 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11038 DECR_PC_AFTER_BREAK to zero.
11039 * vax-tdep.c (vax_gdbarch_init): Ditto.
11040 * v850-tdep.c (v850_gdbarch_init): Ditto.
11041 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11042 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11043 * sh-tdep.c (sh_gdbarch_init): Ditto.
11044 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11045 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11046 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11047 * mips-tdep.c (mips_gdbarch_init): Ditto.
11048 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11049 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11050 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11051 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11052 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11053 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11054 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11055 * frv-tdep.c (frv_gdbarch_init): Ditto.
11056 * cris-tdep.c (cris_gdbarch_init): Ditto.
11057 * avr-tdep.c (avr_gdbarch_init): Ditto.
11058 * arm-tdep.c (arm_gdbarch_init): Ditto.
11059 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11060
11061 2004-01-17 J. Brobecker <brobecker@gnat.com>
11062
11063 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11064 Delete, no longer used.
11065 (read_subrange_type): New function, mostly extracted from
11066 read_array_type().
11067 (read_array_type): Replace extracted code by call to
11068 read_subrange_type().
11069 (dwarf2_get_attr_constant_value): New function.
11070 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11071 (add_partial_symbol): Likewise.
11072 (process_die): Likewise.
11073 (new_symbol): Likewise.
11074 (read_type_die): Likewise.
11075
11076 2004-01-16 Andrew Cagney <cagney@redhat.com>
11077
11078 * symfile.c: Update copyright year.
11079 (compare_symbols): Delete unused function.
11080 * stabsread.c: Update copyright year.
11081 (lrs_general_complaint): Delete unused function.
11082 (ref_search_value): Ditto.
11083 (get_substring): Delete declaration.
11084 * sh64-tdep.c: Update copyright year.
11085 (sh64_get_gdb_regnum): Delete unused function.
11086 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11087 Delete unused function.
11088
11089 2004-01-17 Mark Kettenis <kettenis@gnu.org>
11090
11091 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11092 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11093
11094 2004-01-16 Andrew Cagney <cagney@redhat.com>
11095
11096 Changes from Peter Schauer.
11097 * rs6000-tdep.c: Update copyright year.
11098 (rs6000_push_dummy_call): Update the stack pointer before
11099 accessing the corresponding stack region.
11100 * rs6000-nat.c: Update copyright year.
11101 (set_host_arch): Set "info.abfd" to "exec_bfd".
11102
11103 2004-01-15 Mark Kettenis <kettenis@gnu.org>
11104
11105 * blockframe.c: Update copyright year.
11106 (inside_entry_func): Don't treat a zero PC specially.
11107
11108 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
11109
11110 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11111 variable.
11112 (gcore_create_callback): Ditto. Skip any memory segment that has
11113 no permissions set.
11114
11115 2004-01-14 David Carlton <carlton@kealia.com>
11116
11117 Change symbols for C++ nested types to contain the fully qualified
11118 name, if possible. (At least in the DWARF-2 case.) Partial fix
11119 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11120 c++/895.
11121 * c-exp.y (qualified_type): Handle types nested within classes.
11122 * cp-namespace.c: Update comments.
11123 (cp_set_block_scope): Delete #if 0.
11124 (cp_lookup_nested_type): Handle types nested within classes.
11125 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11126 when appropriate.
11127 (add_partial_symbol): Add the name of the enclosing namespace to
11128 types.
11129 (pdi_needs_namespace): New.
11130 (add_partial_namespace): Tweak comment.
11131 (add_partial_structure): New.
11132 (psymtab_to_symtab_1): Initialize processing_current_prefix
11133 here...
11134 (process_die): instead of here.
11135 (read_structure_scope): Try to figure out the name of the class or
11136 namespace that the structure might be defined within.
11137 (read_enumeration): Generate fully-qualified names, if possible.
11138 (read_namespace): Don't set name to NULL.
11139 (die_specification): New.
11140 (new_symbol): Generate fully-qualified names for types.
11141 (read_type_die): Determine appropriate prefix.
11142 (determine_prefix): New.
11143 (typename_concat): New.
11144 (class_name): New.
11145 * valops.c (value_aggregate_elt): Pass NOSIDE to
11146 value_struct_elt_for_reference.
11147 (value_struct_elt_for_reference): Make static, add NOSIDE
11148 parameter, call value_maybe_namespace_elt as a last resort.
11149 (value_namespace_elt): Break out code into
11150 value_maybe_namespace_elt.
11151 (value_maybe_namespace_elt): New.
11152
11153 2004-01-12 Andrew Cagney <cagney@redhat.com>
11154
11155 * mips-tdep.c (mips_convert_register_p): Handle both raw and
11156 cooked floating-point registers.
11157 (mips_gdbarch_init): Set convert_register_p, register_to_value,
11158 and value_to_register.
11159
11160 2004-01-13 Andrew Cagney <cagney@redhat.com>
11161
11162 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11163 * gdbarch.c: Re-generate.
11164 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11165 FUNCTION_START_OFFSET.
11166 * v850-tdep.c (v850_gdbarch_init): Ditto.
11167 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11168 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11169 * sh-tdep.c (sh_gdbarch_init): Ditto.
11170 * s390-tdep.c (s390_gdbarch_init): Ditto.
11171 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11172 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11173 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11174 * mips-tdep.c (mips_gdbarch_init): Ditto.
11175 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11176 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11177 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11178 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11179 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11180 * i386-tdep.c (i386_gdbarch_init): Ditto.
11181 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11182 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11183 * frv-tdep.c (frv_gdbarch_init): Ditto.
11184 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11185 * cris-tdep.c (cris_gdbarch_init): Ditto.
11186 * avr-tdep.c (avr_gdbarch_init): Ditto.
11187 * arm-tdep.c (arm_gdbarch_init): Ditto.
11188 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11189
11190 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
11191
11192 * infrun.c (follow_fork_mode_ask): Remove.
11193 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11194 (follow_fork): Simplify and remove internal error for
11195 follow_fork_mode_ask.
11196 (_initialize_infrun): Update "set follow-fork-mode" help text.
11197
11198 2004-01-13 Andrew Cagney <cagney@redhat.com>
11199
11200 * configure.in: Update copyright year.
11201 (build_warnings): Add -Wunused-label.
11202 * configure: Re-generate.
11203
11204 2004-01-12 Andrew Cagney <cagney@redhat.com>
11205
11206 * exec.h (exec_ops): Make "extern".
11207
11208 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
11209 the function is void.
11210 (mips_pseudo_register_write): Ditto.
11211
11212 2004-01-12 Andrew Cagney <cagney@redhat.com>
11213
11214 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
11215 call. Never defined.
11216 * sparc-tdep.h (struct frame_info): Add opaque declaration.
11217 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
11218 (struct sparc_gregset, struct regcache): Ditto.
11219 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
11220
11221 2004-01-12 Andrew Cagney <cagney@redhat.com>
11222
11223 * mi/ChangeLog: Delete file. Renamed to ...
11224 * mi/ChangeLog-1999-2003: New file.
11225 * tui/ChangeLog: Delete file. Renamed to ...
11226 * tui/ChangeLog-1998-2003: New file.
11227
11228 2004-01-11 Mark Kettenis <kettenis@gnu.org>
11229
11230 * sparc64nbsd-tdep.c: Include "regset.h".
11231 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
11232 Remove variables.
11233 (fetch_core_registers): Remove function.
11234 (sparc64nbsd_core_fns): Remove variable.
11235 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
11236 functions.
11237 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
11238 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11239 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
11240
11241 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
11242 sparc_extract_struct_value_address.
11243 (sparc32_gdbarch_init): Set extract_struct_value_address.
11244 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
11245 function.
11246 (sparc64_init_abi): Set extract_struct_value_address. Don't set
11247 return_value_on_stack.
11248
11249 * NEWS: Mention that %cs and %ss have been added to the AMD64
11250 configurations
11251
11252 * frame.c: Update copyright year.
11253 (get_prev_frame): Improve comment.
11254
11255 * sparc64fbsd-tdep.c: Include "regset.h".
11256 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11257 Remove variables.
11258 (fetch_core_registers): Remove function.
11259 (sparc64fbsd_core_fns): Remove variable.
11260 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
11261 functions.
11262 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
11263 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11264 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
11265
11266 * sparcnbsd-tdep.c: Include "regset.h".
11267 (fetch_core_registers): Remove function.
11268 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
11269 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
11270 functions.
11271 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
11272 TDEP->fpregset.
11273 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
11274
11275 * sparc-tdep.h (struct regset): Provide opaque declaration.
11276 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
11277 fpregset and sizeof_fpregset members.
11278 * sparc-tdep.c (struct regset): Provide opaque declaration.
11279 (sparc_regset_from_core_section): New function.
11280 (sparc32_gdbarch_init): Initialize TDEP->gregset,
11281 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
11282 Set regset_from_core_section when appropriate.
11283
11284 2004-01-10 Mark Kettenis <kettenis@gnu.org>
11285
11286 * x86-64-tdep.c (amd64_non_pod_p): New function.
11287 (amd64_classify_aggregate): Return class memory for non-POD
11288 C++ structure types.
11289
11290 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
11291 argument. Use it to reserve a register if necessary.
11292 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
11293 amd64_push_arguments.
11294
11295 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
11296
11297 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
11298 register numbers in comments.
11299 * x86-64-tdep.h: Update copyright year.
11300 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
11301 Adjust for addition of %cs and %ss.
11302 * amd64fbsd-nat.c: Update copyright year.
11303 (reg_offset): Add register offsets for %cs and %ss.
11304 * amd64fbsd-tdep.c: Update copyright year.
11305 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
11306 (amd64fbsd_sc_reg_offset): Likewise.
11307 * x86-64-linux-nat.c: Update copyright year.
11308 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
11309 and %ss.
11310 * amd64nbsd-nat.c: Update copyright year.
11311 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
11312 * amd64nbsd-tdep.c: Update copyright year.
11313 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
11314 * x86-64-linux-tdep.c: Update copyright year.
11315 (user_to_gdb_regmap): Add mapping for %cs and %ss.
11316 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
11317 * regformats/reg-x86-64.dat: Add %cs and %ss.
11318
11319 * blockframe.c (inside_entry_func): Reformat. Introduce new local
11320 variables to prevent long lines. Update comments to reflect
11321 reality.
11322
11323 2004-01-09 David Carlton <carlton@kealia.com>
11324
11325 Checked in by Elena Zannoni <ezannoni@redhat.com>.
11326 * dwarf2read.c (read_namespace): Pull out name-generating code
11327 into namespace_name. Rename previous_namespace to previous_prefix
11328 and processing_current_namespace to processing_current_prefix..
11329 (namespace_name): New function.
11330 (add_partial_symbol): Substitute uses of pdi->name with
11331 actual_name.
11332 * cp-support.h: Rename processing_current_namespace to
11333 processing_current_prefix.
11334 Update copyright year.
11335 * cp-namespace.c: Rename processing_current_namespace to
11336 processing_current_prefix.
11337 Update copyright year.
11338
11339 2004-01-09 Andrew Cagney <cagney@redhat.com>
11340
11341 * jv-valprint.c, ser-unix.c: Add missing copyright years.
11342
11343 2004-01-09 Mark Kettenis <kettenis@gnu.org>
11344
11345 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
11346 complaining.
11347 (process_one_symbol): Deal with N_PATCH stabs.
11348
11349 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
11350
11351 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
11352 ifdeffed code.
11353 Update copyright year.
11354
11355 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11356
11357 * config/pa/tm-hppa.h: Update extern declarations for
11358 hppa32_hpux_frame_saved_pc_in_sigtramp,
11359 hppa32_hpux_frame_base_before_sigtramp, and
11360 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
11361
11362 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11363
11364 * config/pa/tm-hppah.h: Update copyright years.
11365
11366 2004-01-08 Andrew Cagney <cagney@redhat.com>
11367
11368 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
11369 (mips_o32_reg_struct_has_addr): Delete function.
11370 (mips_gdbarch_init): Update.
11371 (mips_extract_struct_value_address): Delete function.
11372
11373 2004-01-08 David Mosberger <davidm@hpl.hp.com>
11374
11375 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
11376 reality.
11377
11378 2004-01-07 Andrew Cagney <cagney@redhat.com>
11379
11380 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
11381 architecture's elf flags (when available).
11382
11383 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
11384 FPU to the start, check the MIPS FPU when looking for an old
11385 architecture.
11386 (set_mipsfpu_single_command): Update the architecture.
11387 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
11388
11389 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
11390 (mips_mask_address_p): Add "tdep" parameter.
11391 (show_mask_address, mips_addr_bits_remove): Update.
11392 (mips_dump_tdep): Update.
11393 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
11394 (MIPS_STACK_ARGSIZE): Delete macro.
11395 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
11396 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
11397 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
11398 (mips_dump_tdep): Update.
11399 (MIPS_SAVED_REGSIZE): Delete macro.
11400 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
11401 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
11402 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
11403 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
11404 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
11405 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
11406 (mips_pop_frame, return_value_location): Update.
11407 (mips_n32n64_return_value, mips_dump_tdep): Update.
11408
11409 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
11410 MIPS ABI.
11411
11412 * mips-tdep.c: Update copyright.
11413 (mips_gdbarch_init): Merge two code blocks handling the register
11414 name and number layout.
11415
11416 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
11417
11418 * tracepoint.c (validate_actionline): Fix segv at EOF
11419
11420 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11421
11422 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
11423 properly for static fields.
11424
11425 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
11426 Jason Molenda <jmolenda@apple.com>
11427
11428 * disasm.c: Update copyright to include 2004.
11429 (do_mixed_source_and_assembly): For uiout asm list
11430 and tuple cleanups, initialize to null_cleanup instead of
11431 NULL and do so prior to loop. Only reset when we close off
11432 the tuple/list. Move check for whether to close off the
11433 asm tuple/list to after dump_insns call where it will be run
11434 on each loop iteration.
11435
11436 2004-01-05 Andrew Cagney <cagney@redhat.com>
11437
11438 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
11439 should be a switch case and not a label.
11440 * mips-tdep.c (mips32_next_pc): Delete unused labels
11441 "greater_equal_branch" and "less_zero_branch".
11442 * jv-valprint.c (java_print_value_fields): Delete unused label
11443 "flush_it".
11444
11445 * target.c (unpush_target): Only close a target that is in the
11446 target stack.
11447
11448 2004-01-05 Mark Kettenis <kettenis@gnu.org>
11449
11450 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
11451 address from [sp + 64] instead of %o2.
11452
11453 * frame.c (get_prev_frame): Don't try to unwind the PC. This
11454 fixes PR backtrace/1476.
11455
11456 2004-01-05 Andrew Cagney <cagney@redhat.com>
11457
11458 * libunwind-frame.h (struct frame_id): Add opaque declaration,
11459 move to start of file.
11460 * i386-tdep.h (struct regcache): Add opaque declaration.
11461 * config/ia64/nm-linux.h (struct target_ops): Add opaque
11462 declaration.
11463 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
11464 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
11465 * win32-nat.c (fake_create_process): Use ISO C style definition.
11466 * stabsread.c (define_symbol): Delete #ifndef
11467 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
11468 stabs_argument_has_addr call, macro never defined.
11469
11470 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
11471
11472 * op50-rom.c: Delete.
11473 * w89k-rom.c: Delete.
11474 * Makefile.in: Remove references.
11475
11476 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11477
11478 * x86-64-tdep.c: Update copyright year.
11479 (struct amd64_register_info): Rename from x86_64_register_info.
11480 (amd64_register_info): Rename from x86_64_register_info.
11481 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
11482 (amd64_register_name): Rename from x86_64_register_name.
11483 (amd64_register_type): Rename from x86_64_register_type.
11484 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
11485 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
11486 (amd64_dwarf_reg_to_regnum): Rename from
11487 x86_64_dwarf_reg_to_regnum.
11488 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
11489 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
11490 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
11491 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
11492 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
11493 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
11494 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
11495 (amd64_frame_cache): Rename from x86_64_frame_cache.
11496 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
11497 (amd64_frame_prev_register): Rename from
11498 x86_64_frame_prev_register.
11499 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
11500 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
11501 (amd64_sigtramp_frame_cache): Rename from
11502 x86_64_sigtramp_frame_cache.
11503 (amd64_sigtramp_frame_prev_register): Rename from
11504 x86_64_sigtramp_frame_prev_register.
11505 (amd64_sigtramp_frame_unwind): Rename from
11506 x86_64_sigtramp_frame_unwind.
11507 (amd64_sigtramp_frame_sniffer): Rename from
11508 x86_64_sigtramp_frame_sniffer.
11509 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
11510 (amd64_frame_base): Rename from x86_64_frame_base.
11511 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
11512 (amd64_frame_align): Rename from x86_64_frame_align.
11513 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
11514 (amd64_regset_from_core_section): Rename from
11515 x86_64_regset_from_core_section.
11516 (x86_64_init_abi): Update comments.
11517
11518 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
11519
11520 * MAINTAINERS (write after approval): Add myself.
11521
11522 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11523
11524 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
11525 `float' arguments.
11526
11527 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11528
11529 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
11530 such that it mentions a specific version of GCC that exhibits this
11531 bug.
11532
11533 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11534
11535 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
11536 structure that has a single `float' member, store it in %f1 in
11537 addition to %f0.
11538
11539 * sparc-sol2-nat.c: Add missing '\'.
11540
11541 * sparc-tdep.c (sparc32_return_value): New function.
11542 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
11543 Remove functions.
11544 (sparc32_gdbarch_init): Set return_value, don't set
11545 extract_return_value, store_return_value, use_struct_convention
11546 and return_value_on_stack.
11547
11548 * sparc-sol2-nat.c: Add missing ')'.
11549
11550 2004-01-03 J. Brobecker <brobecker@gnat.com>
11551
11552 * infrun.c (handle_step_into_function): New function.
11553 (handle_inferior_event): Extract out some code into the new
11554 function above.
11555
11556 2004-01-03 J. Brobecker <brobecker@gnat.com>
11557
11558 * infrun.c (handle_inferior_event): Move the declaration of
11559 real_stop_pc inside the if blocks where it is used.
11560
11561 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11562
11563 * sparc64-tdep.c (sparc64_16_byte_align_p)
11564 (sparc64_store_floating_fields, sparc64_store_floating_fields):
11565 Use check_typedef to get subtypes of structures and unions.
11566 (sparc64_store_return_value): Fix calculation of the appropriate
11567 offset into VALBUF when storing a structure or union.
11568 (sparc64_return_value): New function.
11569 (sparc64_use_struct_convention): Remove function.
11570 (sparc64_init_abi): Set return_value, don't set
11571 extract_return_value, store_return_value and
11572 use_struct_convention.
11573
11574 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
11575
11576 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
11577 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
11578 gdb/config/alpha/xm-alphaosf.h,
11579 gdb/config/powerpc/tm-ppcle-eabi.h,
11580 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
11581 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
11582 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
11583 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
11584 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
11585 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
11586 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
11587 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
11588 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
11589 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
11590 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
11591 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
11592 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
11593 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
11594 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
11595 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
11596 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
11597 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
11598 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
11599 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
11600 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
11601 Remove lines for .cvsignore files.
11602
11603 2004-01-03 J. Brobecker <brobecker@gnat.com>
11604
11605 * infrun.c: Back out the previous change.
11606
11607 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11608
11609 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
11610 sparc-*-sunos4* to the list of REMOVED configurations.
11611
11612 * configure.tgt: Add back sparc-*-vxworks*.
11613 * remote-vxsparc.c: Remove all includes except for "defs.h",
11614 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
11615 Include "sparc-tdep.h".
11616 (SPARC_R_G1): New define.
11617 (vxsparc_gregset): New variable.
11618 (ext_format_sparc): Remove extern declaration.
11619 (vx_read_register): Rewrite to use sparc32_supply_gregset and
11620 sparc32_supply_fpregset.
11621 (vx_write_register): Rewrite to use sparc32_collect_gregset,
11622 sparc_collect_rwindow and sparc32_collect_fpregset.
11623 * config/sparc/tm-vxworks.h: New file, based on recently removed
11624 tm-vxsparc.h.
11625 * config/sparc/vxworks.mt: New file, based on recently removed
11626 vxworks.mt.
11627
11628 2004-01-03 J. Brobecker <brobecker@gnat.com>
11629
11630 * infrun.c (handle_step_into_function): New function.
11631 (handle_inferior_event): Extract out some code into the new
11632 function above.
11633
11634 2004-01-02 Mark Kettenis <kettenis@gnu.org>
11635
11636 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
11637 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
11638 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
11639 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
11640 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
11641 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
11642 (sparc_nat_h): New variable.
11643 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
11644 (tm-sun4os4.h): Remove dependency.
11645 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
11646 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
11647 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
11648 sparc-tdep.o): Update dependencies.
11649 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
11650 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
11651 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
11652 dependencies.
11653 * configure.host: Remove existing sparc-*-lynxos*,
11654 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
11655 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
11656 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
11657 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
11658 triplets.
11659 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
11660 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
11661 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
11662 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
11663 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
11664 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
11665 sparc64-*-solaris2* and sparc64-*-* triplets.
11666 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
11667 "symtab.h" and "objfiles.h".
11668 (BIAS): Remove define.
11669 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
11670 (X_DISP19): Remove macros.
11671 (sparc_fetch_instruction): Remove function.
11672 (struct gdbarch_tdep): Remove definition.
11673 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
11674 (sparc_breakpoint_from_pc): Remove function.
11675 (struct sparc64_frame_cache): Remove definition.
11676 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
11677 sparc64_unwind_pc): Remove functions.
11678 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
11679 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
11680 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
11681 (sparc64_frame_cache): Change return type to `struct
11682 sparc_frame_cache *'. Simply call sparc_frame_cache.
11683 (sparc64_frame_this_id, sparc64_frame_prev_register,
11684 sparc64_frame_base_address): Use `struct sparc_frame_cache'
11685 instead of `struct sparc64_frame_cache.
11686 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
11687 sparc_analyze_control_transfer, sparc_software_single_step,
11688 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
11689 _initialize_sparc64_tdep): Remove functions.
11690 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
11691 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
11692 macros.
11693 (sparc64_supply_gregset, sparc64_collect_gregset,
11694 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
11695 (sparc64_init_abi): New function.
11696 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
11697 inclusion guard. Include "sparc-tdep.h".
11698 (BIAS): Define.
11699 (r_tstate_offset, r_fprs_offset): New defines.
11700 (enum sparc_regnum): Remove defenition.
11701 (enum sparc64_regnum): Reformat.
11702 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
11703 (sparc64_init_abi, sparc64_supply_gregset,
11704 sparc64_collect_gregset, sparc64_supply_fpregset,
11705 sparc64_collect_fpregset): New prototypes.
11706 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
11707 Add extern declarations.
11708 (sparc64_sol2_init_abi): New prototype.
11709 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
11710 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
11711 prototypes.
11712 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
11713 "sparnbsd-nat.h".
11714 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
11715 functions.
11716 (_initialize_sparc64fbsd_nat): Remove initialization of
11717 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
11718 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
11719 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
11720 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
11721 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
11722 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
11723 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
11724 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
11725 (sparc64fbsd_r_y_offset): Remove variables.
11726 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11727 Make static and const.
11728 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
11729 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
11730 functions.
11731 (sparc64fbsd_gregset): New variable.
11732 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
11733 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
11734 and sparc64_supply_fpregset.
11735 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
11736 (sparc64fbsd_sigtramp_frame_this_id)
11737 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
11738 (sparc64fbsd_sigtramp_frame_unwind): New variable.
11739 (sparc64fbsd_sigtramp_frame_sniffer): New function.
11740 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
11741 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
11742 * sparcnbsd-tdep.c: Update copyright year. Include
11743 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
11744 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
11745 "value.h" and "sparcnbsd-tdep.h".
11746 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
11747 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
11748 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
11749 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
11750 defines.
11751 (sparcnbsd_gregset): New variable.
11752 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
11753 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
11754 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
11755 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
11756 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
11757 variables.
11758 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
11759 (sparc32nbsd_sigcontext_frame_this_id)
11760 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
11761 (sparc32nbsd_sigcontext_frame_unwind): New variable.
11762 (sparc32nbsd_sigtramp_frame_sniffer): New function.
11763 (sparcnbsd_get_longjmp_target_32,
11764 sparcnbsd_get_longjmp_target_64): Remove functions.
11765 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
11766 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
11767 sparcnbsd_init_elf): Remove.
11768 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
11769 (sparcnbsd_elf_init_abi): New functions.
11770 (_initialize_sparcnbsd_tdep): New prototype.
11771 (_initialize_sparnbsd_tdep): Update.
11772 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
11773 corelow.o. Add sparc64-nat.o and sparc-nat.o.
11774 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
11775 * config/sparc/linux.mh: Update comment.
11776 (XM_FILE, HOST_IPC): Remove variables.
11777 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
11778 sparc-linux-nat.o.
11779 * config/sparc/linux.mt: Update comment.
11780 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
11781 * config/sparc/nbsd.mt: Reformat.
11782 * config/sparc/nbsd64.mh: Update comment.
11783 (NATDEPFILES): Add sparc-nat.o.
11784 * config/sparc/nbsd64.mt: Update comment.
11785 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
11786 (TM_FILE): Set to tm-nbsd.h.
11787 * config/sparc/nbsdelf.mh: Update comment.
11788 (NATDEPFILES): Add sparc-nat.o.
11789 (XM_FILE): Delete.
11790 * config/sparc/nbsdaout.mh: Update comment.
11791 (NATDEPFILES): Add sparc-nat.o
11792 (XM_FILE): Delete.
11793 * config/sparc/nm-linux.h: Update copyright year. Don't include
11794 "config/nm-svr4.h" and "solib.h". Add protection against multiple
11795 inclusion.
11796 (KERNEL_U_SIZE): Remove define.
11797 (kernel_u_size): Remove prototype.
11798 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
11799 * config/sparc/nm-nbsd.h: Update copyright. Don't include
11800 "regcache.h".
11801 (CHILD_PREPARE_TO_STORE): Remove define.
11802 * config/sparc/nm-nbsdaout.h: Tweak some comments.
11803 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
11804 sparcnbsd-nat.c: Rewrite files.
11805 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
11806 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
11807 sparcnbsd-tdep.h: Remove files.
11808 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
11809 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
11810 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
11811 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
11812 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
11813 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
11814 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
11815 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
11816 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
11817 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
11818 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
11819 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
11820 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
11821 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
11822 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
11823 * config/sparc/linux64.mh, config/sparc/linux64.mt,
11824 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
11825 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
11826 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
11827
11828 2004-01-02 Andrew Cagney <cagney@redhat.com>
11829
11830 From 2003-12-18 Kazuhiro Inaoka:
11831 * configure.host: Add m32r-linux target.
11832
11833 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
11834
11835 * top.c (print_gdb_version): Update year to 2004.
11836
11837 2004-01-02 Mark Mitchell <mark@codesourcery.com>
11838
11839 * MAINTAINERS: Add myself to the write-after-approval category.
11840
11841 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
11842
11843 From Bernardo Innocenti <bernie@develer.com>:
11844 * configure.tgt: Add uClinux target.
11845
11846 2004-01-02 Andrew Cagney <cagney@redhat.com>
11847
11848 * utils.c (do_my_cleanups): Make static, add forward declaration.
11849 * defs.h (do_my_cleanups): Delete declaration.
11850
11851 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
11852
11853 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
11854 bfd/ChangeLog-0203.
11855
11856 2004-01-02 Mark Kettenis <kettenis@gnu.org>
11857
11858 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
11859 in <machine/reg.h>.
11860 * configure, config.in: Regenerate.
11861
11862 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
11863 tui/ChangeLog-1998-2003.
11864 \f
11865 Local Variables:
11866 mode: change-log
11867 left-margin: 8
11868 fill-column: 74
11869 version-control: never
11870 End:
This page took 0.257016 seconds and 5 git commands to generate.