3c9c9cc2655732e075e8214e3f079c59cbbc04c9
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-09-12 Salvador E. Tropea <set@users.sf.net>
2 Andrew Cagney <cagney@gnu.org>
3
4 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
5 (mi_cmd_data_list_register_values)
6 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
7 the register number computation.
8
9 2004-09-12 Andrew Cagney <cagney@gnu.org>
10
11 * ppcnbsd-nat.c: Include "inf-ptrace.h".
12 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
13 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
14 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
15 target.
16 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
17 inf-ptrace.o and inf-child.o.
18 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
19 * Makefile.in: Update dependencies.
20
21 2004-09-11 Andrew Cagney <cagney@gnu.org>
22
23 * language.c (hex_string, hex_string_custom): Move from here ...
24 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
25 (CELLSIZE): Increase to 50.
26 * language.h (hex_string, hex_string_custom): Move from here ...
27 * defs.h: ... to here.
28 * Makefile.in: Update all dependencies.
29
30 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
31
32 * language.c (local_hex_format_custom): Remove.
33 (local_hex_string): Rename to hex_string, use C format, and move to
34 utils.c
35 (local_hex_string_custom): Rename to hex_string_custom and change
36 interface. Now uses C format. Move to utils.c
37 (local_octal_format_custom): Remove.
38 (local_decimal_format_custom): Remove.
39 (unknown_language_defn): Remove language-specific number
40 formatting entries.
41 (auto_language_defn): Ditto.
42 (local_language_defn): Ditto.
43 * language.h (struct language_format_info): Delete declaration.
44 (struct language_defn): Remove language_format_info fields
45 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
46 (local_binary_format): Remove macro.
47 (local_binary_format_prefix): Remove macro.
48 (local_binary_format_specifier): Remove macro.
49 (local_binary_format_suffix): Remove macro.
50 (local_octal_format): Remove macro.
51 (local_octal_format_prefix): Remove macro.
52 (local_octal_format_specifier): Remove macro.
53 (local_octal_format_suffix): Remove macro.
54 (local_decimal_format): Remove macro.
55 (local_decimal_format_prefix): Remove macro.
56 (local_decimal_format_specifier): Remove macro.
57 (local_decimal_format_suffix): Remove macro.
58 (local_hex_format): Remove macro.
59 (local_hex_format_prefix): Remove macro.
60 (local_hex_format_specifier): Remove macro.
61 (local_hex_format_suffix): Remove macro.
62 (local_decimal_format_custom): Remove.
63 (local_octal_format_custom): Remove.
64 (local_hex_format_custom): Remove.
65 (local_hex_string): Rename to hex_string and move to defs.h.
66 (local_hex_string_custom): Rename to hex_string_custom, change
67 interface, and move to defs.h.
68 * utils.c: (int_string): New function.
69 (hex_string): New function (from language.c).
70 (hex_string_custom): New function (from language.c).
71 (octal2str): New function.
72 (decimal2str): Add width parameter.
73 (paddr_u): Use new decimal2str interface.
74 (paddr_d): Ditto.
75 * defs.h (hex_string): Declare.
76 (hex_string_custom): Declare.
77 (int_string): Declare.
78 * printcmd.c (print_scalar_formatted): Remove localized binary
79 formatting.
80 * valprint.c (print_longest): Use int_string.
81 (print_floating): Use C hex format.
82 (print_hex_chars): Ditto.
83 (print_binary_chars): Remove language-specific formatting.
84 (print_octal_chars): Use C octal format.
85 (print_decimal_chars): Delocalize format.
86 (print_decimal): Remove.
87 * ada-lang.c (ada_language_defn): Remove language-specific number
88 formatting entries.
89 * p-lang.c (pascal_language_defn): Ditto.
90 * c-lang.c (c_language_defn): Ditto.
91 (cplus_language_defn): Ditto.
92 (asm_language_defn): Ditto.
93 (minimal_language_defn): Ditto.
94 * f-lang.c (f_language_defn): Ditto.
95 * jv-lang.c (java_language_defn): Ditto.
96 * m2-lang.c (m2_language_defn): Ditto.
97 * scm-lang.c (scm_language_defn): Ditto.
98 * objc-lang.c (objc_language_defn): Ditto.
99 * memattr.c (mem_info_command): Use renamed hex_string_custom with
100 new interface.
101 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
102 * ui-out.c (ui_out_field_core_addr): Ditto.
103 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
104 * exec.c (print_section_info): Ditto.
105 * i387-tdep.c (print_i387_status_word): Ditto.
106 (print_i387_control_word): Ditto.
107 (i387_print_float_info): Ditto.
108 * maint.c (maint_print_section_info): Ditto.
109 * solib.c (info_sharedlibrary_command): Ditto.
110 * somsolib.c (som_sharedlibrary_info_command): Ditto.
111 * symtab.c (print_msymbol_info): Ditto.
112 * tracepoint.c (tracepoints_info): Ditto.
113 * solib-frv.c (lm_base): Ditto.
114 (frv_current_sos): Ditto.
115 (enable_break2): Ditto.
116 (enable_break): Ditto.
117 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
118 (process_one_symbol): Ditto.
119 * infcmd.c (program_info): Ditto.
120 * mdebugread.c (parse_partial_symbols): Ditto.
121 * symfile.c (add_symbol_file_command): Ditto.
122 * cli/cli-cmds.c (edit_command): Ditto.
123 (list_command): Ditto.
124 * infcall.c (call_function_by_hand): Ditto.
125 * remote-vx.c (vx_run_files_info): Ditto.
126 (vx_wait): Ditto.
127 (vx_attach): Ditto.
128 (vx_detach): Ditto.
129 (vx_kill): Ditto.
130 * aix-thread.c (pdc_symbol_addrs): Ditto.
131 (pdc_read_regs): Ditto.
132 (pdc_write_regs): Ditto.
133 (pdc_read_data): Ditto.
134 (pdc_write_data): Ditto.
135 * d10v-tdep.c (display_trace): Ditto.
136 * rs6000-nat.c (find_toc_address): Ditto.
137 * aix-thread.c: Don't include language.h.
138 * buildsym.c: Ditto.
139 * dbxread.c: Ditto.
140 * mdebugread.c: Ditto.
141 * rs6000-nat.c: Ditto.
142 * buildsym.c (make_blockvector): Use renamed hex_string.
143
144 2004-09-10 Jason Molenda (jmolenda@apple.com)
145
146 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
147 chars after 'if' or 'while' commands in user-defined commands.
148
149 2004-09-08 Jim Blandy <jimb@redhat.com>
150
151 Fix bug reported and analyzed by Olivier Crete:
152 * symfile.c (copy_section_addr_info): New function.
153 (symbol_file_add_with_addrs_or_offsets): Use it to save the
154 original set of address arguments, instead of handwritten code
155 that uses one length to allocate and a different length to
156 initialize. Use make_cleanup_free_section_addr_info.
157 * symfile.h (copy_section_addr_info): New declaration.
158 * utils.c: #include "symfile.h".
159 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
160 New functions.
161 * defs.h (make_cleanup_free_section_addr_info): New declaration.
162 * Makefile.in (utils.o): Update dependencies.
163
164 2004-09-08 Andrew Cagney <cagney@gnu.org>
165
166 * thread-db.c (keep_thread_db): Delete.
167 (thread_db_new_objfile, thread_db_create_inferior)
168 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
169
170 2004-09-08 Mark Kettenis <kettenis@gnu.org>
171
172 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
173 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
174 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
175 (i386_frameless_signal_p): Remove prototype.
176 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
177 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
178 I386_SSE_NUM_REGS.
179 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
180 instead of FP0_REGNUM.
181 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
182 of FP0_REGNUM and FPC_REGNUM.
183
184 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
185 (sunos_solib_create_inferior_hook): Don't call
186 sunos_relocate_main_executable.
187
188 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
189 solib_svr4_fetch_link_map_offsets to
190 svr4_ilp32_fetch_link_map_offsets.
191 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
192 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
193 svr4_ilp32_fetch_link_map_offsets.
194 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
195
196 2004-09-07 Jim Blandy <jimb@redhat.com>
197
198 * frame.h (frame_register): Doc fix.
199
200 2004-09-07 Andrew Cagney <cagney@gnu.org>
201
202 * vx-share/wait.h: Delete #ifdef USG.
203 * utils.c (request_quit): Ditto.
204 * tui/tui.c (tui_reset): Ditto.
205 * remote.c: Ditto.
206 * remote-sds.c: Ditto.
207 * remote-rdi.c: Ditto.
208 * mdebugread.c: Ditto.
209 * m68klinux-nat.c: Ditto.
210 * infttrace.c: Ditto.
211 * infptrace.c: Ditto.
212 * i386v-nat.c: Ditto.
213 * exec.c: Ditto.
214 * dbxread.c: Ditto.
215 * core-aout.c: Ditto.
216
217 2004-09-05 Joel Brobecker <brobecker@gnat.com>
218
219 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
220 heuristic_proc_desc.
221 (mips_insn32_frame_cache): Likewise.
222
223 2004-09-04 Joel Brobecker <brobecker@gnat.com>
224
225 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
226 left behind by error.
227
228 2004-09-04 Joel Brobecker <brobecker@gnat.com>
229
230 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
231 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
232
233 2004-09-04 Joel Brobecker <brobecker@gnat.com>
234
235 * config/rs6000/xm-aix4.h: Remove this file.
236 * config/rs6000/aix4.mh (XM_FILE): Delete.
237
238 2004-09-04 Joel Brobecker <brobecker@gnat.com>
239
240 * config/rs6000/xm-rs6000.h: Remove this file.
241 * config/rs6000/rs6000.mh (XM_FILE): Remove.
242
243 2004-09-03 Andrew Cagney <cagney@gnu.org>
244
245 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
246 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
247 only use.
248
249 * mips-tdep.c (temp_saved_regs): Delete.
250 (set_reg_offset): Replace saved_regs parameter with this_cache.
251 (heuristic_proc_desc, mips16_heuristic_proc_desc)
252 (mips32_heuristic_proc_desc): Add this_cache parameter.
253 (mips_insn32_frame_cache, mips_insn16_frame_cache)
254 (after_prologue): Pass a NULL this_cache.
255
256 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
257 non-kernel trap prologues.
258
259 * mips-tdep.c (find_proc_desc): Delete function.
260 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
261 simplify.
262 (mips_insn16_frame_cache): Replace find_proc_desc with code from
263 mips_insn32_frame_cache.
264
265 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
266 Simplify as NEXT_FRAME is NULL.
267 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
268
269 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
270 local variable.
271 (mips_skip_prologue): Update.
272
273 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
274 "cur_frame" parameter.
275 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
276 (mips_insn32_frame_cache, find_proc_desc): Update
277
278 * config/vax/nm-obsd.h: Delete file.
279 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
280 * config/vax/nm-nbsd.h: Delete file.
281 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
282 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
283 * config/sh/nm-nbsd.h: Delete file.
284 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
285 * config/rs6000/nm-rs6000ly.h: Delete file.
286 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
287 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
288 * config/powerpc/nm-obsd.h: Delete file.
289 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
290 * config/powerpc/nm-nbsd.h: Delete file.
291 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
292 * config/pa/nm-obsd.h: Delete file.
293 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
294 * config/mips/nm-nbsd.h: Delete file.
295 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
296 * config/m88k/nm-obsd.h: Delete file.
297 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
298 * config/m68k/nm-nbsd.h: Delete file.
299 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
300 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
301 * config/i386/nm-nbsd.h: Delete file.
302 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
303 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
304 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
305 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
306 * config/i386/nm-i386lynx.h: Delete file.
307 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
308 * config/arm/nm-nbsd.h: Delete file.
309 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
310 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
311
312 * config/i386/tm-fbsd.h: Delete file.
313 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
314 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
315
316 * config/rs6000/tm-rs6000-aix4.h: Delete file.
317 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
318 * config/rs6000/aix4.mt (TM_FILE): Set to
319 config/rs6000/tm-rs6000.h.
320 * config/powerpc/tm-ppc-aix.h: Delete file.
321 * config/powerpc/aix.mt (TM_FILE): Set to
322 config/rs6000/tm-rs6000.h.
323 * config/m68k/tm-linux.h: Delete file.
324 * config/m68k/linux.mt (TM_FILE): Set to solib.h
325 * config/i386/tm-linux64.h: Delete file.
326 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
327 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
328
329 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
330 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
331 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
332 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
333 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
334 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
335 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
336 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
337 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
338
339 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
340 gdb_host_cpu.
341
342 2004-09-02 Joel Brobecker <brobecker@gnat.com>
343
344 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
345 Minor reformatting. Some code factoring.
346
347 2004-09-02 Andrew Cagney <cagney@gnu.org>
348
349 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
350 * config/vax/tm-nbsd.h: Delete file.
351 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
352 * config/sparc/tm-vxworks.h: Delete file.
353 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
354 * config/sparc/tm-nbsd.h: Delete file.
355 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
356 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
357 * config/sparc/tm-linux.h: Delete file.
358 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
359 * config/s390/tm-linux.h: Delete file.
360 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
361 * config/pa/tm-bsd.h: Delete file.
362 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
363 * config/m68k/tm-obsd.h: Delete file.
364 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
365 * config/m68k/tm-nbsd.h: Delete file.
366 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
367 * config/i386/tm-vxworks.h: Delete file.
368 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
369 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
370 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
371 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
372 * config/i386/tm-nbsd.h: Delete file.
373 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
374 * config/i386/tm-i386lynx.h: Delete file.
375 * config/cris/cris.mt (TM_FILE): Set to solib.h.
376 * config/cris/tm-cris.h: Delete file.
377
378 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
379 * configure: Re-generate.
380 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
381 * config/arm/tm-nbsd.h: Delete file.
382
383 * config/powerpc/tm-ppcle-sim.h: Delete.
384 * config/powerpc/tm-ppcle-eabi.h: Delete.
385 * config/powerpc/tm-nbsd.h: Delete.
386 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
387 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
388 tm-ppcle-eabi.h.
389
390 * config/i386/nto.mh (NAT_FILE): Delete.
391 * config/i386/nm-nto.h: Delete.
392
393 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
394 * config/m68k/tm-os68k.h: Ditto.
395 * config/m68k/tm-monitor.h: Ditto.
396 * config/m68k/tm-cisco.h: Ditto.
397 * config/m68k/st2000.mt (TM_FILE): Delete.
398 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
399 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
400 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
401 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
402
403 * config/m68k/tm-st2000.h: Delete.
404 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
405 * config/sparc/fbsd.mt (TM_FILE): Delete.
406 * config/sparc/tm-fbsd.h: Delete.
407
408 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
409 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
410 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
411
412 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
413 GDB_TM_FILE and GDB_XM_FILE.
414 * gdbarch.c: Re-generate.
415 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
416 quotes in macro definition.
417 * configure.in: Re-generate.
418
419 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
420 validating architecture methods.
421 * gdbarch.c: Re-generate.
422
423 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
424 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
425 GDB_MULTI_ARCH_PARTIAL.
426 * gdbarch.h: Re-generate.
427
428 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
429 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
430 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
431 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
432 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
433 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
434 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
435 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
436 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
437 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
438 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
439 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
440
441 2004-09-01 Andrew Cagney <cagney@gnu.org>
442
443 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
444 and main_func_highpc.
445 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
446 * objfiles.c (init_entry_point_info, objfile_relocate): Update
447 * nlmread.c (nlm_symfile_read): Update.
448
449 2004-09-01 Joel Brobecker <brobecker@gnat.com>
450
451 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
452 (mips_insn32_frame_cache): Inline call to find_proc_desc.
453 (find_proc_desc): Remove dead code.
454
455 2004-09-01 Joel Brobecker <brobecker@gnat.com>
456
457 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
458
459 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
460
461 * observer.sh: Add struct so_list declaration.
462 * Makefile.in: Add dependencies on observer.h for solib.c and
463 breakpoint.c.
464 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
465 function.
466 (_initialize_breakpoint): Register
467 disable_breakpoints_in_unloaded_shlib as an observer of the
468 "solib unloaded" observation event.
469 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
470 call decode_line_1 so unfound breakpoint errors are silent.
471 * solib.c (update_solib_list): When a solib is discovered to have
472 been unloaded by the program, notify all observers of the
473 "solib unloaded" observation event.
474
475 2004-09-01 Andrew Cagney <cagney@gnu.org>
476
477 * frame.c: Include "objfiles.h".
478 (inside_main_func): New function.
479 (get_prev_frame): Use new inside_main_func.
480 * Makefile.in (frame.o): Update dependencies.
481 * defs.h (inside_main_func): Delete declaration.
482 * blockframe.c (inside_main_func): Delete function.
483
484 2004-08-31 Jim Blandy <jimb@redhat.com>
485
486 * dwarf2read.c (is_vtable_name): New function, based on logic from
487 read_structure_type, but passing the correct length to strncmp,
488 and using 'sizeof' instead of 'strlen'.
489 (read_structure_type): Call it.
490
491 2004-08-31 Joel Brobecker <brobecker@gnat.com>
492
493 * config/powerpc/aix.mh: Add comment.
494
495 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
496
497 * MAINTAINERS: Add self to Write-After-Approval.
498
499 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
500
501 * MAINTAINERS: Add self to Write-After-Approval.
502
503 2004-08-30 Andrew Cagney <cagney@gnu.org>
504
505 Fix PR breakpoints/1757.
506 * infrun.c (struct execution_control_state): Replace
507 remove_breakpoints_on_following_step with
508 step_after_step_resume_breakpoint.
509 (init_execution_control_state): Update.
510 (handle_inferior_event): For signals, when stepping off a
511 breakpoint, set step_after_step_resume_breakpoint. When
512 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
513 (keep_going): Delete code handling
514 remove_breakpoints_on_following_step.
515
516 2004-08-29 David Lecomber <david@streamline-computing.com>
517
518 Fix PR gdb/648
519 * language.h (enum array_ordering): New enum.
520 * language.h (struct language_defn): New la_array_ordering
521 attribute.
522 * language.c (unknown_language_defn, auto_language_defn)
523 (local_language_defn): Ditto.
524 * ada-lang.c (ada_language_defn): Ditto.
525 * c-lang.c (c_language_defn, cplus_language_defn)
526 (asm_language_defn, minimal_language_defn): Ditto.
527 * f-lang.c (f_language_defn): Ditto.
528 * jv-lang.c (java_language_defn): Ditto.
529 * m2-lang.c (f_language_defn): Ditto.
530 * objc-lang.c (objc_language_defn): Ditto.
531 * p-lang.c (pascal_language_defn): Ditto.
532 * scm-lang.c (scm_language_defn): Ditto.
533 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
534 oriented large to small in type structure.
535 * dwarf2read.c (read_array_order): New function.
536 (read_array_type): Use read_array_order to check row/column
537 major ordering.
538
539 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
540
541 * target.c (target_resize_to_sections): Check
542 current_target.to_sections for an old value when updating.
543
544 2004-08-27 Joel Brobecker <brobecker@gnat.com>
545
546 * procfs.c (dbx_link_bpt_addr): New static global variable.
547 (dbx_link_shadow_contents): New static global variable.
548 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
549 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
550 if we just hit it.
551 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
552 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
553 from run to run.
554 (procfs_create_inferior): Remove syssgi syscall-exit notifications
555 after the inferior has been forked.
556 (remove_dbx_link_breakpoint): New function.
557 (dbx_link_addr): New function.
558 (insert_dbx_link_bpt_in_file): New function.
559 (insert_dbx_link_bpt_in_region): New function.
560 (insert_dbx_link_breakpoint): New function.
561 (proc_trace_syscalls_1): New function, extracted from
562 proc_trace_syscalls.
563 (proc_trace_syscalls): Replace extract code by call to
564 proc_trace_syscalls_1.
565 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
566 is no longer valid.
567
568 2004-08-25 Jim Blandy <jimb@redhat.com>
569
570 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
571
572 2004-08-25 Andrew Cagney <cagney@gnu.org>
573
574 * infrun.c (struct execution_control_state): Delete field
575 "stepping_through_sigtramp".
576 (init_execution_control_state): Do not set same.
577 (context_switch): Do not pass same to save_infrun_state and
578 load_infrun_state.
579 * gdbthread.h (struct thread_info): Delete field
580 stepping_through_sigtramp.
581 (save_infrun_state, load_infrun_state): Delete parameter
582 stepping_through_sigtramp.
583 * thread.c (load_infrun_state, save_infrun_state): Update.
584
585 * infrun.c: Re-indent. Move expression operators to the beginning
586 of the line. Remove long disabled #if 0 code.
587
588 2004-08-24 Andrew Cagney <cagney@gnu.org>
589
590 * doublest.h (floatformat_ieee_quad): Rename
591 floatformat_ia64_quad.
592 * doublest.c (floatformat_ieee_quad): Rename
593 floatformat_ia64_quad.
594 (_initialize_doublest): Update.
595
596 2004-08-24 Jim Blandy <jimb@redhat.com>
597
598 * dwarf2expr.h (struct dwarf_expr_context): New members
599 'num_pieces' and 'pieces', for returning the result of an
600 expression that uses DW_OP_piece.
601 (struct dwarf_expr_piece): New struct type.
602 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
603 pieces.
604 (free_dwarf_expr_context): Free pieces, if any.
605 (add_piece): New function.
606 (execute_stack_op): Implement DW_OP_piece.
607 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
608 expression is a list of pieces, print an error message.
609 (dwarf2_loc_desc_needs_frame): If the expression yields
610 pieces, and any piece is in a register, then we need a frame.
611
612 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
613 the stack until we've decided what sort of result the evaluation
614 has produced. Use separate variables, with more specific names.
615
616 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
617
618 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
619 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
620 (arm_netbsd_init_abi_common): Register them.
621
622 2004-08-22 Mark Kettenis <kettenis@gnu.org>
623
624 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
625
626 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
627 safe_frame_unwind_memory instead of target_read_memory.
628
629 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
630 Reorder includes.
631 (fetch_register, store_register): Remove prototypes.
632 (child_resume): Reorganize code and comments such that it is
633 grouped a bit more logically.
634 (attach): Explicitly compare errno against 0.
635 (detach): Likewise. Use perror_with_name instead of
636 print_sys_errmsg.
637 * Makefile.in (infptrace.o): Update dependencies.
638
639 * ia64-linux-nat.c: Update copyright year.
640 (fetch_debug_register, store_debug_register)
641 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
642 PTRACE_TYPE_ARG3.
643 * config/ia64/nm-linux.h: Update copyright year.
644 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
645
646 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
647 from CORE_ADDR to struct frame_info *. Use
648 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
649 (amd64_linux_sigtramp_p): Adjust for changed signature of
650 and64_linux_sigtramp_start
651
652 * gdb_ptrace.h: GNU/Linux.
653
654 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
655 Remove defines.
656
657 * infptrace.c: Include "gdb_assert.h".
658 (PTRACE_XFER_TYPE): Remove define.
659 (offsetof): Only define if U_REGS_OFFSET isn't defined.
660 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
661 Tweak comment.
662 (fetch_inferior_registers, store_inferior_registers): Remove
663 redundant culry braces. Tweak comment. s/regno/regnum.
664 * Makefile.in (infptrace.o): Update dependencies.
665
666 * configure.in: Change test for return type of ptrace to default
667 to `long' instead of `int'.
668 * configure: Regenerate.
669
670 2004-08-21 Mark Kettenis <kettenis@gnu.org>
671
672 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
673
674 * configure.in: Check for ttrace function.
675 * configure, config.in: Regenerate.
676
677 * gdb_ptrace.h: New file.
678 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
679 <sys/ptrace.h>.
680 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
681 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
682 (attach): Don't define PT_ATTACH.
683 (detach): Don't define PT_DETACH.
684 * Makefile.in (gdb_ptrace_h): New variable.
685 (infptrace.o): Update dependencies.
686
687 2004-08-16 Mark Kettenis <kettenis@gnu.org>
688
689 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
690 instead of `int' if not already defined.
691 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
692 PTRACE_TYPE_ARG3.
693 * infptrace.c (call_ptrace): Revert change that replaced
694 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
695
696 2004-08-15 Mark Kettenis <kettenis@gnu.org>
697
698 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
699 Remove defines.
700
701 * linux-nat.c (kill_inferior): Add missing third and fourth
702 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
703
704 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
705 PTRACE_TYPE_RET.
706
707 * proc-why.c (proc_prettyfprint_why): Fix format string.
708
709 * solib-osf.c (osf_current_sos): Remove unsused label.
710
711 * configure.in: Add <ncurses/ncurses.h> to the list of possible
712 curses headers.
713 * configure, config.in: Regenerate.
714 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
715 <ncurses/ncurses.h>.
716
717 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
718 * config/nm-nbsd.h: Update copyright year.
719 (PTRACE_ARG3_TYPE): Remove define.
720
721 * sparc-nat.c (fetch_inferior_registers)
722 (store_inferior_registers, sparc_xfer_wcookie):
723 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
724
725 * alphabsd-nat.c (fetch_inferior_registers):
726 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
727 PTRACE_TYPE_ARG3.
728 * amd64bsd-nat.c (fetch_inferior_registers)
729 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
730 PTRACE_TYPE_ARG3.
731 * armnbsd-nat.c: Update copyright year.
732 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
733 (store_register, store_regs, store_fp_register, store_fp_regs):
734 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
735 * hppabsd-nat.c (fetch_inferior_registers)
736 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
737 PTRACE_TYPE_ARG3.
738 * i386bsd-nat.c (fetch_inferior_registers)
739 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
740 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
741 * m68kbsd-nat.c (fetch_inferior_registers)
742 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
743 PTRACE_TYPE_ARG3.
744 * m88kbsd-nat.c (fetch_inferior_registers)
745 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
746 PTRACE_TYPE_ARG3.
747 * mipsnbsd-nat.c: Update copyright year.
748 (fetch_inferior_registers, store_inferior_registers):
749 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
750 * ns32knbsd-nat.c: Update copyright year.
751 (fetch_inferior_registers, store_inferior_registers):
752 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
753 * ppcnbsd-nat.c (fetch_inferior_registers):
754 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
755 PTRACE_TYPE_ARG3.
756 * ppcobsd-nat.c (fetch_inferior_registers):
757 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
758 PTRACE_TYPE_ARG3.
759 * shnbsd-nat.c: Update copyright year.
760 (fetch_inferior_registers, store_inferior_registers):
761 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
762 * vaxbsd-nat.c (fetch_inferior_registers)
763 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
764 PTRACE_TYPE_ARG3.
765
766 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
767 PTRACE_TYPE_ARG3.
768 * infptrace.c (call_ptrace, child_resume, attach, detach)
769 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
770 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
771 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
772 PTRACE_TYPE_ARG3.
773
774 2004-08-14 Mark Kettenis <kettenis@gnu.org>
775
776 * defs.h: Remove out-of-date comment.
777 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
778 [!GETENV_PROVIDED] (getenv): Remove prototype.
779
780 * standalone.c: Remove file.
781 * Makefile.in (standalone.o): Remove dependency.
782
783 * i386-linux-nat.c (dummy_sse_values): Remove function and
784 prototype.
785 (i386_linux_dr_get): Fix typo in comment.
786 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
787
788 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
789
790 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
791 from declaration.
792 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
793 from definition.
794
795 2004-08-13 Mark Kettenis <kettenis@gnu.org>
796
797 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
798 parenthesis in definition.
799 * configure: Regenerated.
800
801 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
802
803 * PROBLEMS: Mention build/1411.
804
805 2004-08-09 Robert Millan <robertmh@gnu.org>
806
807 Committed by Nathanael Nerode.
808 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
809 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
810
811 2004-08-12 Andrew Cagney <cagney@gnu.org>
812
813 * NEWS: Mention fixes in GDB 6.2.1.
814 * PROBLEMS: Remove mention of mips-irix.
815
816 2004-08-11 Joel Brobecker <brobecker@gnat.com>
817
818 * config/powerpc/xm-aix.h: Delete.
819 * config/powerpc/aix.mh (MH_FILE): Remove.
820 * config/powerpc/aix432.mh (MH_FILE): Remove.
821
822 2004-08-11 Joel Brobecker <brobecker@gnat.com>
823
824 * config/powerpc/aix.mh: Remove obsolete comment.
825 * config/powerpc/aix432.mh: Likewise.
826
827 2004-08-11 Joel Brobecker <brobecker@gnat.com>
828
829 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
830
831 2004-08-11 Joel Brobecker <brobecker@gnat.com>
832
833 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
834 this file is now empty.
835 * config/xm-aix4.h: Remove, this file is no longer included
836 anywhere.
837
838 2004-08-11 Joel Brobecker <brobecker@gnat.com>
839
840 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
841 that file is now empty.
842 (termdef): Remove prototype, function no longer used.
843
844 2004-08-11 Joel Brobecker <brobecker@gnat.com>
845
846 * doc/gdbint.texinfo (Host Definition): Remove documentation
847 for USE_O_NOCTTY, no longer used.
848 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
849 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
850
851 2004-08-11 Joel Brobecker <brobecker@gnat.com>
852
853 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
854 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
855 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
856
857 2004-08-11 Mark Kettenis <kettenis@gnu.org>
858
859 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
860 instead of FIVE_ARG_PTRACE.
861
862 * inflow.c (O_NOCTTY): Define to zero if not already defined.
863 (new_tty): Use O_NOCTTY unconditionally.
864
865 2004-08-10 Mark Kettenis <kettenis@gnu.org>
866
867 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
868 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
869 fflush on stdout.
870
871 2004-08-10 Joel Brobecker <brobecker@gnat.com>
872
873 * xcoff_symfile_finish: Replace last call to xmfree by call
874 to xfree.
875
876 2004-08-10 Andrew Cagney <cagney@gnu.org>
877
878 * main.c (captured_main): Delete call to init_malloc.
879 * defs.h (init_malloc): Delete declaration.
880 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
881 (init_malloc): Delete functions.
882
883 * defs.h (xmfree): Delete.
884 * utils.c (xmfree): Delete function.
885 (xfree): Inline calls to xmfree and mfree.
886 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
887 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
888 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
889 * somread.c (som_symfile_finish): Ditto.
890 * objfiles.c (allocate_objfile, free_objfile):
891 * nlmread.c (nlm_symfile_finish): Ditto.
892 * hpread.c (hpread_symfile_finish): Ditto.
893 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
894 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
895 * coffread.c (coff_symfile_finish): Ditto.
896
897 * defs.h (xmcalloc): Delete declaration.
898 * utils.c (xmcalloc): Delete.
899 (xcalloc): Inline calls to xmcalloc and mcalloc.
900 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
901 xcalloc and xfree.
902 * symtab.c (create_demangled_names_hash): Ditto.
903
904 * defs.h (xmrealloc): Delete.
905 * utils.c (xmrealloc): Delete.
906 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
907 * symmisc.c (extend_psymbol_list): Use xrealloc.
908 * source.c (find_source_lines): Ditto.
909 * hpread.c (hpread_lookup_type): Ditto.
910 * dbxread.c (add_bincl_to_list): Ditto.
911
912 * utils.c (xmmalloc): Delete.
913 (xmalloc): Inline xmmalloc and mmalloc calls.
914 (msavestring): Use xmalloc.
915 * defs.h (xmmalloc): Delete declaration.
916 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
917 xmmalloc.
918 * symmisc.c (extend_psymbol_list): Ditto.
919 * symfile.c (init_psymbol_list): Ditto.
920 * source.c (find_source_lines): Ditto.
921 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
922 * elfread.c (elf_symtab_read): Ditto.
923 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
924 * coffread.c (coff_symfile_init): Ditto.
925
926 2004-08-10 David Carlton <carlton@bactrian.org>
927
928 * MAINTAINERS: Remove David Carlton from c++ testsuite
929 maintainers.
930
931 2004-08-10 Jerome Guitton <guitton@gnat.com>
932
933 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
934 print a line feed before the prompt.
935
936 2004-08-10 Mark Kettenis <kettenis@gnu.org>
937
938 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
939
940 2004-08-09 Joel Brobecker <brobecker@gnat.com>
941
942 General cleanup of the AIX xm include file:
943 * config/xm-aix4.h (fd_set): Remove undefine.
944 Remove include of <sys/select.h>.
945 (HAVE_TERMIO): Remove define.
946 (USG): Likewise.
947 (NULL): Remove redefine.
948 (alloca): Remove #pragma.
949 (vfork): Remove define.
950 (termdef): Remove.
951 (SIGWINCH_HANDLER): Remove.
952 (SIGWINCH_HANDLER_BODY): Remove.
953
954 2004-08-09 Mark Kettenis <kettenis@gnu.org>
955
956 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
957 GDB_OSABI_OPENBSD_ELF.
958
959 2004-08-07 Robert Millan <robertmh@gnu.org>
960
961 * bsd-kvm.c: Check for nlist.h before including it.
962
963 2004-08-09 Mark Kettenis <kettenis@gnu.org>
964
965 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
966 sigcontext' offset consistency checks for ancient BSD.
967
968 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
969
970 * configure.in: Check for <sys/types.h>. Check return and
971 argument types of ptrace.
972 * configure, config.in: Regenerate.
973
974 2004-08-09 Jim Blandy <jimb@redhat.com>
975
976 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
977 rs6000_register_sim_regno): Doc fixes.
978
979 2004-08-08 Joel Brobecker <brobecker@gnat.com>
980
981 * mips-tdep.c: Include "floatformat.h".
982 (n32n64_floatformat_always_valid): New function.
983 (floatformat_n32n64_long_double_big): New constant.
984 (mips_gdbarch_init): Set size and format of long double
985 for N32 and N64 ABIs.
986 * Makefile.in (mips-tdep.o): Update dependencies.
987
988 2004-08-08 Andrew Cagney <cagney@gnu.org>
989
990 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
991 print. Improve script's error messages.
992 * gdbarch.h: Re-generate.
993
994 * gdbarch.sh (pformat): New function.
995 (float_format, double_format, long_double_format): List with bit
996 members. Use pformat when printing.
997 * gdbarch.c, gdbarch.h: Re-generate.
998
999 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1000
1001 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1002 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1003 (ppcnbsd_supply_pcb): New function.
1004 (_initialize_ppcnbsd_nat): New prototype and function.
1005 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1006 (LOADLIBES): New variable.
1007 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1008
1009 2004-08-08 Andrew Cagney <cagney@gnu.org>
1010
1011 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1012 (builtin_type_ieee_double, builtin_type_ia64_quad)
1013 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1014 BE/LE floating-point types.
1015 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1016 (builtin_type_ieee_double, builtin_type_ia64_quad)
1017 (builtin_type_ia64_spill): Declare.
1018 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1019 (floatformat_ieee_double, floatformat_arm_ext)
1020 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1021 of LE/BE floatformats.
1022 * doublest.h: (struct floatformat, floatformat_ieee_single)
1023 (floatformat_ieee_double, floatformat_arm_ext)
1024 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1025
1026 2004-08-08 Mark Kettenis <kettenis@gnu.org>
1027
1028 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1029
1030 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1031 instead of regcache_raw_supply when storing the registers.
1032
1033 * i386gnu-nat.c: Update copyright year.
1034 (gnu_store_registers): Don't use deprecated_registers and
1035 deprecated_registers_valid. Use regcache_valid_p and
1036 regcache_raw_supply instead.
1037
1038 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1039 frame_pc_unwind.
1040
1041 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1042 variables. Incapitalized "process".
1043
1044 * configure.in: Add cursesX to the list of possible curses libs.
1045 Add cursesX.h to the list of possible curses headers.
1046 * configure, config.in: Regenerate.
1047
1048 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1049
1050 * configure.in: Test for struct lwp in <sys/lwp.h>.
1051 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1052 the offset of l_addr in struct lwp.
1053
1054 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1055
1056 * bsd-kvm.c: Include "gdbcore.h"
1057 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1058
1059 2004-08-07 Andrew Cagney <cagney@gnu.org>
1060
1061 * gdbtypes.c (build_flt, build_complex): New functions.
1062 (gdbtypes_post_init): Use.
1063
1064 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1065
1066 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1067 through to builtin_type_uint128.
1068
1069 * c-exp.y: Use builtin_type function to obtain builtin types.
1070
1071 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1072 builtin_uint128.
1073 * gdbtypes.c (gdbtypes_post_init): Update.
1074 (build_gdbtypes): Move initialization of builtin_type_int0
1075 through to builtin_type_uint128 from here ...
1076 (_initialize_gdbtypes): ... to here.
1077 * d10v-tdep.c (d10v_register_type): Update.
1078
1079 * doublest.c: Update copyright.
1080 (floatformat_from_length): Call error when floatformat is NULL.
1081 (extract_floating_by_length): Remove NULL fmt check.
1082 (store_floating_by_length): Ditto.
1083
1084 2004-08-07 Andrew Cagney <cagney@gnu.org>
1085
1086 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1087 that the register is valid.
1088
1089 2004-08-05 Mark Kettenis <kettenis@chello.nl>
1090
1091 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1092 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1093 struct frame_info *. Use safe_frame_unwind_memory instead of
1094 deprecated_read_memory_nobpt.
1095 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1096 changed signature of i386_linux_sigtramp_start and
1097 i386_linux_rt_sigtramp_start.
1098
1099 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1100 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1101 instead of deprecated_read_memory_nobpt.
1102 (i386nbsd_sigtramp_p): Adjust for changed signature of
1103 i386nbsd_sigtramp_offset.
1104
1105 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1106 safe_frame_unwind_memory instead of target_read_memory.
1107
1108 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1109 !NO_SYS_FILE.
1110 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1111 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1112 (_initialize_kernel_u_addr): Remove prototype and function.
1113 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1114 !NO_SYS_FILE.
1115 * xcoffread.c: Likewise.
1116
1117 2004-08-06 Mark Kettenis <kettenis@gnu.org>
1118
1119 * vax-nat.c: New file.
1120 * vaxbsd-nat.c: Tweak comment.
1121 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1122 vaxnbsd-tdep.c.
1123 (vax-nat.o): New dependency.
1124 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1125 (vax-*-ultrix2*): Remove.
1126 * config/vax/vax.mh: New file.
1127 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1128 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1129 (vax_register_u_addr): New prototype.
1130 (REGISTER_U_ADDR): Define using vax_register_u_addr.
1131 * config/vax/vaxult2.mh: Remove file.
1132 * config/vax/vaxult.mh: Remove file.
1133 * config/vax/vaxbsd.mh: Remove file.
1134 * config/vax/vax.mt (TM_FILE): Remove.
1135 * config/vax/tm-vaxbsd.h: Remove file.
1136
1137 2004-08-06 Joel Brobecker <brobecker@gnat.com>
1138
1139 * aix-thread.c (get_signaled_thread): New function.
1140 (iter_trap): Delete, no longer used.
1141 (iter_tid): New function.
1142 (pd_update): Find the thread that received the SIGTRAP signal
1143 by first locating the kernel thread, and then finding its
1144 associated thread.
1145
1146 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
1147
1148 * lin-lwp.c (child_wait): Continue inferior after processing
1149 PTRACE_EVENT_CLONE event.
1150
1151 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
1152
1153 * MAINTAINERS: Add self to Write-After-Approval.
1154
1155 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
1156
1157 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1158 libunwind-xxxx.so" where xxxx is UNW_TARGET.
1159
1160 2004-08-05 Andrew Cagney <cagney@gnu.org>
1161
1162 * config/xm-sysv4.h: Delete file.
1163 * config/mips/xm-irix5.h: Delete file.
1164 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1165 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1166 * config/ia64/xm-aix.h: Delete file.
1167 * config/ia64/aix.mh (XM_FILE): Delete.
1168 * config/pa/xm-hppah.h: Delete file.
1169 * config/pa/hpux11w.mh (XM_FILE): Delete.
1170 * config/pa/hpux11.mh (XM_FILE): Delete.
1171 * config/pa/hpux1020.mh (XM_FILE): Delete.
1172 * config/pa/hppahpux.mh (XM_FILE): Delete.
1173
1174 * config/alpha/xm-alphalinux.h: Delete file.
1175 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1176 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1177 * config/alpha/xm-alphaosf.h: Delete file.
1178 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1179 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1180 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1181 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1182
1183 * config/i386/xm-i386v.h: Delete file.
1184 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1185 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1186 * config/i386/xm-i386sco.h: Delete file.
1187 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
1188 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
1189 * config/i386/xm-i386v4.h: Delete file.
1190 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
1191 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
1192 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
1193 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
1194
1195 * config/vax/xm-vax.h: Delete file.
1196 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
1197 * config/vax/xm-vaxult2.h: Delete file.
1198 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
1199 * config/vax/vaxult2.mh (XM_FILE): Delete.
1200 * config/vax/xm-vaxult.h: Delete file.
1201 * config/vax/vaxult.mh (XM_FILE): Delete.
1202 * config/vax/xm-vaxbsd.h: Delete file.
1203 * config/vax/vaxbsd.mh (XM_FILE): Delete.
1204
1205 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
1206 * gdbarch.h, gdbarch.c: Re-generate.
1207 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
1208 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
1209 * frame.h: Delete deprecated_read_fp from comments.
1210 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
1211 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
1212
1213 2004-08-04 Mark Kettenis <kettenis@gnu.org>
1214
1215 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
1216 trampoline in OpenBSD 3.5-current.
1217
1218 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
1219 SSE registers.
1220
1221 * Makefile.in: Remove embedded page breaks.
1222
1223 2004-08-04 Jim Blandy <jimb@redhat.com>
1224
1225 * regcache.c (regcache_raw_read): Assert that, after calling
1226 target_fetch_registers, the register we're reading is cached.
1227
1228 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
1229 a call to 'internal_error', with a more helpful error message.
1230 * rs6000-tdep.c (e500_pseudo_register_read,
1231 e500_pseudo_register_write, rs6000_store_return_value): Same.
1232
1233 2004-08-04 Andrew Cagney <cagney@gnu.org>
1234
1235 * Makefile.in: Update dependencies.
1236
1237 2004-08-04 Jim Blandy <jimb@redhat.com>
1238
1239 Change the layout of the PowerPC E500 raw register cache to allow
1240 the lower 32-bit halves of the GPRS to be their own raw registers,
1241 not pseudoregisters.
1242 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
1243 add ppc_ev0_upper_regnum flag.
1244 * rs6000-tdep.c: #include "reggroups.h".
1245 (spe_register_p): Recognize the ev upper half registers as SPE
1246 registers.
1247 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
1248 registers.
1249 (e500_move_ev_register): New function.
1250 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
1251 vector registers are the pseudo-registers now, formed by splicing
1252 together the gprs and the upper-half registers.
1253 (e500_register_reggroup_p): New function.
1254 (P): Macro deleted.
1255 (P8, A4): New macro.
1256 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
1257 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
1258 macros.
1259 (registers_e500): Rearrange register set so that the raw register
1260 set contains 32-bit GPRs and upper-half registers, and the SPE
1261 vector registers become pseudo-registers.
1262 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
1263 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
1264 register numbers are now the same for the E500 as they are for
1265 other PowerPC variants. Register e500_register_reggroup_p as the
1266 register group function for the E500.
1267 * Makefile.in (rs6000-tdep.o): Update dependencies.
1268
1269 Adapt PPC E500 native support to the new raw regcache layout.
1270 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
1271 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
1272 (fetch_spe_register, store_spe_register): Handle fetching/storing
1273 all the SPE registers at once, if regno == -1. These now take
1274 over the job of fetch_spe_registers and store_spe_registers.
1275 (fetch_spe_registers, store_spe_registers): Deleted.
1276 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
1277 unconditionally; they're always raw. Fetch/store SPE upper half
1278 registers, if present, instead of ev registers.
1279 (fetch_register, store_register): Remove sanity checks: gprs are
1280 never pseudo-registers now, so we never need to even mention any
1281 registers that are ever pseudoregisters.
1282
1283 Use a fixed register numbering when communicating with the PowerPC
1284 simulator.
1285 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
1286 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
1287 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
1288 New functions.
1289 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
1290 init_sim_regno_table.
1291 * Makefile.in (gdb_sim_ppc_h): New variable.
1292 (rs6000-tdep.o): Update dependencies.
1293
1294 2004-08-02 Andrew Cagney <cagney@gnu.org>
1295
1296 * cris-tdep.c (cris_register_size): Restore function, still used
1297 locally.
1298
1299 * gdbarch.sh (deprecated_target_read_fp)
1300 (deprecated_frame_locals_address, deprecated_frame_args_address)
1301 (deprecated_frame_chain_valid, deprecated_frame_chain)
1302 (deprecated_init_extra_frame_info, deprecated_pop_frame)
1303 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
1304 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
1305 * gdbarch.h, gdbarch.c: Re-generate.
1306 * regcache.c (deprecated_read_fp): Do not call
1307 DEPRECATED_TARGET_READ_FP_P.
1308 * infcmd.c (default_print_registers_info): Do not call
1309 DEPRECATED_DO_REGISTERS_INFO.
1310 * frame-base.c (default_frame_locals_address): Do not call
1311 DEPRECATED_FRAME_LOCALS_ADDRESS.
1312 (default_frame_args_address): Do not call
1313 DEPRECATED_FRAME_ARGS_ADDRESS.
1314
1315 * gdbarch.sh (deprecated_register_raw_size)
1316 (deprecated_register_virtual_size:int): Delete.
1317 * gdbarch.h, gdbarch.c: Re-generate.
1318 * cris-tdep.c (cris_register_size): Delete.
1319 (cris_gdbarch_init): Update.
1320 * alpha-tdep.c (alpha_register_raw_size)
1321 (alpha_register_virtual_size): Delete.
1322 (alpha_gdbarch_init): Update.
1323
1324 * gdbarch.sh (deprecated_register_virtual_type)
1325 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
1326 (deprecated_dummy_write_sp): Delete.
1327 * gdbarch.h, gdbarch.c: Re-generate.
1328
1329 * gdbarch.sh (deprecated_register_bytes): Delete.
1330 * gdbarch.h, gdbarch.c: Re-generate.
1331 * regcache.c (deprecated_register_bytes): New function.
1332 * regcache.h (deprecated_register_bytes): Declare.
1333 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1334 * v850-tdep.c (v850_gdbarch_init): Update.
1335 * sh64-tdep.c (sh64_gdbarch_init): Update.
1336 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
1337 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1338 * mcore-tdep.c (mcore_gdbarch_init): Update.
1339 * cris-tdep.c (cris_gdbarch_init): Update.
1340 * arm-tdep.c (arm_gdbarch_init): Update.
1341 * remote.c (init_remote_state): Update.
1342 * remote-vx.c (vx_prepare_to_store): Update.
1343 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
1344 * irix5-nat.c (fetch_core_registers): Update.
1345 * cris-tdep.c (cris_register_bytes_ok): Update.
1346 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
1347
1348 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
1349 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
1350 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
1351 (mips_insn16_frame_base_address, mips_insn16_frame_base)
1352 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
1353 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
1354 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
1355 (mips_insn32_frame_base_address, mips_insn32_frame_base)
1356 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
1357 with mips_insn16 and mips_insn32.
1358
1359 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
1360 * rs6000-tdep.c (rs6000_push_dummy_call)
1361 (rs6000_extract_return_value): Use register_size.
1362 * xstormy16-tdep.c (xstormy16_get_saved_register)
1363 (xstormy16_extract_return_value): Ditto.
1364 * valops.c (value_assign): Ditto.
1365 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
1366 * v850-tdep.c (v850_extract_return_value): Ditto.
1367 * tracepoint.c (collect_symbol): Ditto.
1368 * target.c (debug_print_register): Ditto.
1369 * stack.c (frame_info): Ditto.
1370 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
1371 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
1372 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
1373 (store_register_using_P): Ditto.
1374 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
1375 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
1376 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1377 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
1378 * regcache.c (deprecated_read_register_bytes)
1379 (deprecated_write_register_bytes, read_register)
1380 (write_register): Ditto.
1381 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
1382 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
1383 * monitor.c (monitor_supply_register, monitor_fetch_register)
1384 (monitor_store_register): Ditto.
1385 * mn10300-tdep.c (mn10300_pop_frame_regular)
1386 (mn10300_print_register): Ditto.
1387 * mipsv4-nat.c (fill_fpregset): Ditto.
1388 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
1389 (mips64_fill_fpregset): Ditto.
1390 * mi/mi-main.c (register_changed_p, get_register)
1391 (mi_cmd_data_write_register_values): Ditto.
1392 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
1393 * irix5-nat.c (fill_gregset, fetch_core_registers):
1394 * infrun.c (write_inferior_status_register): Ditto.
1395 * infptrace.c (fetch_register, store_register): Ditto.
1396 * infcmd.c (default_print_registers_info): Ditto.
1397 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
1398 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
1399 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
1400 * hpux-thread.c (hpux_thread_fetch_registers)
1401 (hpux_thread_store_registers): Ditto.
1402 * hppah-nat.c (store_inferior_registers, fetch_register):
1403 * findvar.c (value_from_register): Ditto.
1404 * dve3900-rom.c (fetch_bitmapped_register):
1405 * cris-tdep.c (cris_gdbarch_init): Ditto.
1406 * alpha-tdep.h: Ditto.
1407 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
1408
1409 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
1410 DEPRECATED_REGISTER_RAW_SIZE from comments.
1411 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
1412 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
1413 DEPRECATED_REGISTER_RAW_SIZE.
1414 * findvar.c (value_of_register): Simplify by assuming that the
1415 registers raw and virtual sizes are identical.
1416 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
1417 comment.
1418 * arch-utils.c (generic_register_size): Simplify by assuming
1419 register_type.
1420
1421 * regcache.c (legacy_read_register_gen, real_register)
1422 (legacy_write_register_gen): Delete, not used.
1423
1424 * regcache.c (struct regcache_descr): Delete legacy_p.
1425 (init_legacy_regcache_descr): Delete function.
1426 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
1427 Do not use deprecated register functions.
1428 (regcache_raw_read, deprecated_write_register_gen):
1429 (deprecated_read_register_gen, regcache_raw_write): Delete code
1430 predicated on legacy_p.
1431 (register_size): Delete check against register raw size.
1432
1433 * cris-tdep.c (cris_register_type): Replace
1434 cris_register_virtual_type.
1435 (cris_gdbarch_init): Update, set register_type.
1436
1437 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
1438 * gdbarch.h, gdbarch.c: Re-generate.
1439 * arm-tdep.c (arm_frameless_function_invocation): Delete.
1440 (arm_gdbarch_init) Do not set frameless function invocation.
1441 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
1442 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
1443 * frv-tdep.c (frv_frameless_function_invocation): Delete.
1444 (frv_gdbarch_init): Do not set frameless function invocation.
1445 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
1446 * sh-tdep.c (sh_gdbarch_init): Ditto.
1447 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
1448 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1449 * avr-tdep.c (avr_gdbarch_init): Ditto.
1450
1451 * blockframe.c (legacy_frame_chain_valid): Delete function.
1452
1453 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
1454 and pc. Update comments.
1455 (pc_in_dummy_frame): Delete function.
1456 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
1457 use the "id".
1458 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
1459 call_hi, top and pc, use the id.
1460 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
1461
1462 * dummy-frame.c: Include "gdb_string.h".
1463 (generic_save_call_dummy_addr, generic_push_dummy_frame)
1464 (generic_save_dummy_frame_tos): Delete.
1465 (dummy_frame_push): New function, replaces above.
1466 * dummy-frame.h: Update copyright.
1467 (dummy_frame_push): Declare.
1468 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
1469 (generic_save_call_dummy_addr): Delete declarations.
1470 * infcall.c: Include "dummy-frame.h".
1471 (call_function_by_hand): Add locals caller_regcache,
1472 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
1473 with call to frame_save_as_regcache plus cleanup. Delete calls to
1474 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
1475 Move clear_proceed_status to just before the resume, add call to
1476 dummy_frame_push (discard cleanup).
1477 * Makefile.in (infcall.o): Add $(dummy_frame_h).
1478 (dummy-frame.o): Add $(gdb_string_h).
1479
1480 2004-08-01 Andrew Cagney <cagney@gnu.org>
1481
1482 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
1483 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
1484 * dummy-frame.c (find_dummy_frame): Delete.
1485 (struct dummy_frame_cache, dummy_frame_sniffer)
1486 (dummy_frame_prev_register, dummy_frame_this_id)
1487 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
1488 frame unwinder using a dummy_frame_cache.
1489
1490 2004-08-01 Andrew Cagney <cagney@gnu.org>
1491
1492 * frame.h (frame_save_as_regcache): Declare.
1493 * frame.c (frame_save_as_regcache): New function.
1494 (do_frame_read_register): Replace do_frame_unwind_register.
1495 (frame_pop): Use frame_save_as_regcache.
1496 * dummy-frame.c (generic_push_dummy_frame): Use
1497 frame_save_as_regcache.
1498
1499 2004-08-01 Joel Brobecker <brobecker@gnat.com>
1500
1501 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
1502 file as included until we record the first line in the linetable.
1503
1504 2004-08-01 Andrew Cagney <cagney@gnu.org>
1505
1506 * frame.h (deprecated_pop_dummy_frame)
1507 (deprecated_read_register_dummy)
1508 (deprecated_generic_find_dummy_frame): Delete.
1509 * dummy-frame.c (deprecated_generic_find_dummy_frame)
1510 (deprecated_read_register_dummy)
1511 (deprecated_find_dummy_frame_regcache)
1512 (discard_innermost_dummy)
1513 (deprecated_pop_dummy_frame): Delete.
1514 (dummy_frame_this_id): Simplify.
1515 (struct dummy_frame): Delete "fp" and "sp".
1516 (find_dummy_frame): Simplify.
1517 (generic_push_dummy_frame): Do not set "fp" or "sp".
1518 (fprint_dummy_frames): Do not print "fp" and "sp"
1519
1520 2004-08-01 Mark Kettenis <kettenis@gnu.org>
1521
1522 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
1523 (struct i386_insn): New structure.
1524 (i386_match_insn): New function.
1525 (i386_frame_setup_skip_insns): New variable.
1526 (i386_analyze_frame_setup): Change to use i386_match_insn and the
1527 array i386_frame_setup_insns of instructions that should be
1528 skipped inside the frame setup sequence.
1529
1530 2004-08-01 Andrew Cagney <cagney@gnu.org>
1531
1532 * frame.h (deprecated_frame_xmalloc_with_cleanup)
1533 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1534 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1535 * stack.c (frame_info): Delete references to
1536 DEPRECATED_FRAME_INIT_SAVED_REGS and
1537 deprecated_get_frame_saved_regs.
1538 * frame.c (struct frame_info): Delete saved_regs and extra_info.
1539 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
1540 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
1541 (frame_unwind_register_signed)
1542 (frame_unwind_register_unsigned)
1543 (frame_unwind_unsigned_register): Use register_size.
1544 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
1545 (deprecated_frame_xmalloc_with_cleanup)
1546 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1547 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1548
1549 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
1550 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
1551 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
1552 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
1553
1554 * infcall.c (call_function_by_hand): Do not use
1555 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
1556 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
1557 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
1558 DEPRECATED_STACK_ALIGN.
1559
1560 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
1561
1562 Committed by Andrew Cagney.
1563 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
1564
1565 2004-08-01 Andrew Cagney <cagney@gnu.org>
1566
1567 * mips-tdep.c (mips16_frame_cache)
1568 (mips16_frame_this_id, mips16_frame_prev_register)
1569 (mips16_frame_unwind, mips16_frame_sniffer)
1570 (mips16_frame_base_address, mips16_frame_base)
1571 (mips16_frame_base_sniffer, mips32_frame_cache)
1572 (mips32_frame_this_id, mips32_frame_prev_register)
1573 (mips32_frame_unwind, mips32_frame_sniffer)
1574 (mips32_frame_base_address, mips32_frame_base)
1575 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
1576 separate heuristic mips16 and mips32 unwinders.
1577 (mips_stub_frame_cache, mips_stub_frame_this_id)
1578 (mips_stub_frame_prev_register)
1579 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
1580 (mips_stub_frame_base_address, mips_stub_frame_base)
1581 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
1582 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
1583 match true mdebug frames.
1584 (non_heuristic_proc_desc): Add forward declaration.
1585
1586 2004-08-01 Andrew Cagney <cagney@gnu.org>
1587
1588 * config/mips/tm-irix6.h: Delete file.
1589 * config/mips/tm-irix5.h: Delete file.
1590 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
1591 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
1592
1593 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
1594 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
1595 * config/nm-gnu.h (NO_CORE_OPS): Delete.
1596 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
1597 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
1598 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
1599 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
1600 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
1601 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
1602 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
1603 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
1604 (TARGET_SIGNAL_RAW_VALUES): Delete.
1605 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
1606 Delete.
1607 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
1608 (TARGET_HW_WATCH_LIMIT): Delete.
1609 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
1610 * minimon.h: Delete file.
1611
1612 * trad-frame.c (trad_frame_get_this_base)
1613 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
1614 functions.
1615 * trad-frame.h (trad_frame_set_this_base)
1616 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
1617
1618 2004-07-31 Andrew Cagney <cagney@gnu.org>
1619
1620 * trad-frame.c (trad_frame_get_prev_register): Rename
1621 trad_frame_get_prev_register.
1622 * vax-tdep.c (vax_frame_prev_register): Update.
1623 * trad-frame.h: Update.
1624 * trad-frame.c (trad_frame_get_register): Update.
1625 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
1626 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
1627 Update.
1628 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
1629 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
1630 Update.
1631 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
1632 Update.
1633 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
1634 Update.
1635 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
1636 Update.
1637 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
1638 Update.
1639 * s390-tdep.c (s390_frame_prev_register)
1640 (s390_stub_frame_prev_register)
1641 (s390_sigtramp_frame_prev_register): Update.
1642 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
1643 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
1644 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
1645 * m88k-tdep.c (m88k_frame_prev_register)
1646 * m68hc11-tdep.c (m68hc11_frame_prev_register)
1647 * m32r-tdep.c (m32r_frame_prev_register): Update.
1648 * hppa-tdep.c (hppa_frame_prev_register_helper)
1649 * frv-tdep.c (frv_frame_prev_register): Update.
1650 * d10v-tdep.c (d10v_frame_prev_register): Update.
1651 * cris-tdep.c (cris_frame_prev_register): Update.
1652 * avr-tdep.c (avr_frame_prev_register): Update.
1653 * arm-tdep.c (arm_prologue_prev_register)
1654 (arm_sigtramp_prev_register): Update.
1655
1656 2004-07-31 Andrew Cagney <cagney@gnu.org>
1657
1658 * frame.h (legacy_saved_regs_unwind)
1659 (legacy_frame_chain_valid, legacy_frame_p)
1660 (enum frame_type): Delete UNKNOWN_FRAME.
1661 * dummy-frame.c (dummy_frame_this_id): Simplify.
1662 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
1663 * frame.c (struct frame_info): Delete the field "type".
1664 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
1665 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
1666 (legacy_saved_regs_unwind, legacy_frame_p)
1667 (frame_type_from_pc): Delete.
1668 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
1669 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
1670
1671 2004-07-31 Mark Kettenis <kettenis@gnu.org>
1672
1673 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
1674 indentation.
1675
1676 * mips-nat.c: Remove file.
1677 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
1678 (mips-nat.o): Remove dependency.
1679
1680 * infptrace.c: Update copyright year.
1681 (fetch_register): Pass NULL in regcache_raw_supply call instead of
1682 explicitly setting the buffer to all zeroes.
1683
1684 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
1685 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
1686
1687 2004-07-30 Andrew Cagney <cagney@gnu.org>
1688
1689 * GDB 6.2 released from gdb_6_2-branch.
1690
1691 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
1692
1693 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
1694
1695 * exec.c (exec_file_attach):
1696 * nto-tdep.c (nto_find_and_open_solib):
1697 * pa64solib.c (pa64_solib_sizeof_symbol_table):
1698 * solib.c (solib_open):
1699 * somsolib.c (som_solib_sizeof_symbol_table):
1700 * source.c (is_regular_file, openp, open_source_file):
1701 * symfile.c (symfile_bfd_open):
1702 * wince.c (upload_to_device): Differentiate between the search for
1703 binary and source files.
1704
1705 2004-07-30 Andrew Cagney <cagney@gnu.org>
1706
1707 * complaints.c (_initialize_complaints): Pass NULL to
1708 add_setshow_zinteger_cmd for help_doc.
1709 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
1710
1711 2004-07-30 Andrew Cagney <cagney@gnu.org>
1712
1713 Fix PR i18n/761.
1714 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
1715 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
1716 $(PACKAGE).pot and update-po.
1717 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
1718 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
1719 (update-po): New rules.
1720 (localedir): Define using autoconf.
1721 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
1722 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
1723 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
1724 * configure.in: Generate CATALOGS and LINGUAS from contents of
1725 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
1726 * configure: Re-generate.
1727 * po/gdbtext: New file
1728
1729 2004-07-30 Jerome Guitton <guitton@gnat.com>
1730
1731 * MAINTAINERS: Reorder Write After Approval list in alphabetical
1732 order.
1733
1734 2004-07-30 David Lecomber <dsl@sources.redhat.com>
1735
1736 * dwarf2read.c (read_file_scope): Set producer if attribute
1737 present.
1738 (struct dwarf2_cu): Added new member producer.
1739
1740 2004-07-30 Jerome Guitton <guitton@gnat.com>
1741
1742 * inflow.c (kill_command): release file handles in BFD.
1743 * exec.c (exec_file_attach): Ditto.
1744 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
1745
1746 2004-07-29 Andrew Cagney <cagney@gnu.org>
1747
1748 * PROBLEMS (mips-irix): Note that it is broken.
1749
1750 2004-07-29 Andrew Cagney <cagney@gnu.org>
1751
1752 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
1753 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
1754
1755 * config/xm-nbsd.h: Delete file.
1756 * config/arm/xm-nbsd.h: Delete file.
1757 * config/i386/xm-nbsd.h: Delete file.
1758 * config/ns32k/xm-nbsd.h: Delete file.
1759 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
1760 * config/i386/nbsdelf.mh (XM_FILE): Delete.
1761 * config/i386/nbsdaout.mh (XM_FILE): Delete.
1762 * config/arm/nbsdelf.mh (XM_FILE): Delete.
1763 * config/arm/nbsdaout.mh (XM_FILE): Delete.
1764
1765 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
1766 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
1767 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
1768 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
1769 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
1770 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
1771
1772 * config/powerpc/xm-linux.h: Delete empty file.
1773 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
1774 * config/powerpc/linux.mh (XM_FILE): Delete.
1775 * config/m68k/xm-linux.h: Delete empty file.
1776 * config/m68k/linux.mh (XM_FILE): Delete.
1777 * config/ia64/xm-linux.h: Delete empty file.
1778 * config/ia64/linux.mh (XM_FILE): Delete.
1779 * config/arm/xm-linux.h: Delete empty file.
1780 * config/arm/linux.mh (XM_FILE): Delete.
1781
1782 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1783 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
1784 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1785 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
1786 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1787 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
1788 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1789 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
1790
1791 * config/m68k/xm-m68k.h: Delete file.
1792 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
1793 copyright.
1794 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
1795 * config/pa/xm-linux.h: Delete empty file.
1796 * config/pa/linux.mh (XM_FILE): Delete.
1797 * config/i386/xm-i386.h: Delete empty file.
1798 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
1799 "i386/xm-i386.h".
1800 * config/i386/obsdaout.mh (XM_FILE): Delete.
1801 * config/i386/obsd64.mh (XM_FILE): Delete.
1802 * config/i386/fbsd64.mh (XM_FILE): Delete.
1803 * config/i386/nto.mh (XM_FILE): Delete.
1804 * config/i386/obsd.mh (XM_FILE): Delete.
1805 * config/i386/linux64.mh (XM_FILE): Delete.
1806 * config/i386/linux.mh (XM_FILE): Delete.
1807 * config/i386/i386sol2.mh (XM_FILE): Delete.
1808 * config/i386/i386gnu.mh (XM_FILE): Delete.
1809 * config/i386/fbsd.mh (XM_FILE): Delete.
1810 * config/i386/nbsd64.mh (XM_FILE): Delete.
1811
1812 2004-07-29 Andrew Cagney <cagney@gnu.org>
1813
1814 * config/pa/xm-linux.h: Do not include "floatformat.h".
1815 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1816 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
1817 * config/i386/xm-i386.h: Do not include "floatformat.h".
1818 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1819 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
1820 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1821 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
1822 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
1823 GDB_HOST_LONG_DOUBLE_FORMAT instead.
1824 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
1825 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
1826 * configure, config.in: Regenerate.
1827 * configure.host (gdb_host_float_format, gdb_host_double_format)
1828 (gdb_host_long_double_format): Set according to the host.
1829
1830 2004-07-29 Andrew Cagney <cagney@gnu.org>
1831
1832 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
1833
1834 2004-07-28 Andrew Cagney <cagney@gnu.org>
1835
1836 * PROBLEMS: Mention threads/1650.
1837 * NEWS: Mention the NPTL fix.
1838
1839 2004-07-28 Andrew Cagney <cagney@gnu.org>
1840
1841 * cli/cli-decode.c (add_setshow_cmd): Delete function.
1842 (add_setshow_cmd_full): Make static.
1843 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
1844 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
1845 * cli/cli-decode.c (add_setshow_filename_cmd)
1846 (add_setshow_string_cmd): New functions.
1847 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
1848 * mips-tdep.c (_initialize_mips_tdep): Update.
1849 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
1850 * cli/cli-logging.c (_initialize_cli_logging): Update.
1851 * complaints.c (_initialize_complaints): Update.
1852 * remote.c (_initialize_remote): Update.
1853
1854 2004-07-28 Andrew Cagney <cagney@gnu.org>
1855
1856 * cli/cli-decode.c (add_setshow_zinteger_cmd)
1857 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
1858 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
1859 print parameters. Make string parameters constant.
1860 * command.h: Update. Update copyright.
1861 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
1862 * observer.c (_initialize_observer): Ditto.
1863 * frame.c (_initialize_frame): Ditto.
1864 * complaints.c (_initialize_complaints): Ditto.
1865 * maint.c (_initialize_maint_cmds): Ditto.
1866 * target.c (initialize_targets): Ditto.
1867 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
1868 * infcall.c (_initialize_infcall): Ditto.
1869 * arm-tdep.c (_initialize_arm_tdep): Ditto.
1870 * m32r-rom.c (_initialize_m32r_rom): Ditto.
1871 * remote-rdi.c (_initialize_remote_rdi): Ditto.
1872 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
1873 * mips-tdep.c (_initialize_mips_tdep): Ditto.
1874
1875 2004-07-28 Andrew Cagney <cagney@gnu.org>
1876
1877 * gdbtypes.c (lookup_primitive_typename): Delete function.
1878 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
1879 * ada-lex.l: Use language_lookup_primitive_type_by_name.
1880 * gdbtypes.c (lookup_typename): Ditto.
1881 * f-exp.y (yylex): Ditto.
1882 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
1883
1884 * scm-lang.c (c_builtin_types): Delete extern declaration.
1885 (scm_language_defn): Replace
1886 string_char_type and primitive_type_vector with
1887 la_language_arch_info.
1888 * jv-lang.c (java_language_defn): Replace
1889 string_char_type and primitive_type_vector with
1890 la_language_arch_info.
1891 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
1892 c_builtin_types in comment.
1893 * c-lang.h (struct language_arch_info): Declare opaque.
1894 (c_language_arch_info): Declare.
1895 (c_builtin_types): Delete declaration.
1896 * c-lang.c (c_language_arch_info): Set string_char_type to
1897 builtin_char, not builtin_true_char. Make global.
1898 (c_builtin_types): Delete array.
1899 (asm_language_defn, minimal_language_defn): Replace
1900 string_char_type and primitive_type_vector with
1901 la_language_arch_info.
1902
1903 2004-07-28 Andrew Cagney <cagney@gnu.org>
1904
1905 * gdbtypes.h (struct builtin_type): Rename true_char to
1906 builtin_true_char.
1907 * gdbtypes.c (gdbtypes_post_init): Update.
1908 * c-lang.c (arch_info): New function.
1909 (enum c_primitive_types): New enum.
1910 (c_language_defn): Instead of string_char_type and
1911 primitive_type_vector set la_language_arch_info.
1912
1913 2004-07-28 Andrew Cagney <cagney@gnu.org>
1914
1915 * language.h (struct language_arch_info): Fix typo
1916 s/primative/primitive/.
1917 * gdbtypes.c (lookup_primitive_typename): Ditto.
1918 * language.c (language_lookup_primitive_type_by_name)
1919 (unknown_language_arch_info): Ditto.
1920
1921 2004-07-27 Andrew Cagney <cagney@gnu.org>
1922
1923 * defs.h (enum language): Add nr_languages.
1924 * language.h (struct language_arch_info): Define.
1925 (struct language_defn): Add la_language_arch_info.
1926 (language_lookup_primative_type_by_name): Declare.
1927 (language_string_char_type): Declare.
1928 * language.c (_initialize_language, language_gdbarch_post_init)
1929 (struct language_gdbarch, language_gdbarch_data): Implement
1930 per-architecture language information.
1931 (unknown_language_arch_info, language_string_char_type)
1932 (language_lookup_primative_type_by_name): New functions.
1933 (unknown_language_defn, auto_language_defn)
1934 (local_language_defn): Set la_language_arch_info to
1935 unknown_language_arch_info.
1936 (unknown_builtin_types): Delete.
1937 * gdbtypes.c (lookup_primitive_typename): Use
1938 language_lookup_primative_type_by_name.
1939 (create_string_type): Use language_string_char_type.
1940 * values.c (value_from_string): Use language_string_char_type.
1941 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
1942 * p-lang.c (pascal_language_defn): Ditto.
1943 * m2-lang.c (m2_language_defn): Ditto.
1944 * jv-lang.c (java_language_defn): Ditto.
1945 * objc-lang.c (objc_language_defn): Ditto.
1946 * f-lang.c (f_language_defn): Ditto.
1947 * c-lang.c (c_language_defn, cplus_language_defn)
1948 (asm_language_defn, minimal_language_defn): Ditto.
1949
1950 2004-07-27 Andrew Cagney <cagney@gnu.org>
1951
1952 * gdbtypes.h (struct builtin_type): Declare.
1953 (builtin_type): Declare.
1954 * d10v-tdep.c (d10v_register_type): Use builtin_type.
1955 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
1956 (gdbtypes_post_init): New function.
1957 (builtin_type): New function.
1958
1959 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
1960
1961 * remote-m32r-sdi.c: Fix breakpoint bug.
1962 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
1963 recv_char_data, recv_long_data): New functions to replace communication
1964 sequences.
1965
1966 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
1967
1968 Document PR threads/1650.
1969 * PROBLEMS (Threads): Document problem with many threads
1970
1971 2004-07-26 Andrew Cagney <cagney@gnu.org>
1972
1973 * gdb-mi.el: Move from here ...
1974 * mi/gdb-mi.el: ... to here.
1975
1976 2004-07-26 Andrew Cagney <cagney@gnu.org>
1977
1978 Problem reported by Ashley Pittman <ashley@quadrics.com>.
1979 * main.c (captured_main): When in batch mode always detach.
1980
1981 2004-07-26 Andrew Cagney <cagney@gnu.org>
1982
1983 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
1984 and h8300 as broken.
1985 * NEWS: END-OF-LIFE frame compatibility module.
1986 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
1987 specific comments.
1988
1989 2004-07-26 Andrew Cagney <cagney@gnu.org>
1990
1991 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
1992 * xcoffsolib.c (_initialize_xcoffsolib): Update.
1993 * wince.c (_initialize_wince): Update.
1994 * win32-nat.c (_initialize_win32_nat): Update.
1995 * varobj.c (_initialize_varobj): Update.
1996 * valops.c (_initialize_valops): Update.
1997 * utils.c (initialize_utils, initialize_utils): Update.
1998 * tui/tui-win.c (_initialize_tui_win): Update.
1999 * top.c (init_main): Update.
2000 * symfile.c (_initialize_symfile): Update.
2001 * source.c (_initialize_source): Update.
2002 * somsolib.c (_initialize_som_solib): Update.
2003 * solib.c (_initialize_solib): Update.
2004 * solib-frv.c (_initialize_frv_solib): Update.
2005 * serial.c (_initialize_serial): Update.
2006 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2007 * remote.c (_initialize_remote, _initialize_remote): Update.
2008 * remote-vx.c (_initialize_vx): Update.
2009 * remote-utils.c (_initialize_sr_support): Update.
2010 * remote-sds.c (_initialize_remote_sds): Update.
2011 * remote-mips.c (_initialize_remote_mips): Update.
2012 * remote-e7000.c (_initialize_remote_e7000): Update.
2013 * proc-api.c (_initialize_proc_api): Update.
2014 * printcmd.c: Update.
2015 * parse.c (_initialize_parse): Update.
2016 * pa64solib.c (_initialize_pa64_solib): Update.
2017 * p-valprint.c (_initialize_pascal_valprint): Update.
2018 * monitor.c (_initialize_remote_monitors): Update.
2019 * mips-tdep.c (_initialize_mips_tdep): Update.
2020 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2021 * maint.c (_initialize_maint_cmds): Update.
2022 * lin-lwp.c (_initialize_lin_lwp): Update.
2023 * language.c (_initialize_language): Update.
2024 * kod.c (_initialize_kod): Update.
2025 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2026 * i386-tdep.c (_initialize_i386_tdep): Update.
2027 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2028 * gdbarch.sh: Update.
2029 * gdbarch.c: Re-generate.
2030 * gdb-events.sh: Update.
2031 * gdb-events.c: Re-generate.
2032 * frame.c (_initialize_frame): Update.
2033 * exec.c: Update.
2034 * demangle.c (_initialize_demangler): Update.
2035 * dcache.c (_initialize_dcache): Update.
2036 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2037 * cp-valprint.c (_initialize_cp_valprint): Update.
2038 * corefile.c (_initialize_core): Update.
2039 * command.h: Update.
2040 * cli/cli-decode.h: Update.
2041 * cli/cli-cmds.c (init_cli_cmds): Update.
2042 * charset.c (_initialize_charset): Update.
2043 * breakpoint.c (_initialize_breakpoint): Update.
2044 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2045 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2046 * aix-thread.c (_initialize_aix_thread): Update.
2047
2048 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2049
2050 Partial fix for PR backtrace/1718.
2051 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2052 that GCC migrates into the prolugue. Don't handle any
2053 instructions that clobber %ebx.
2054
2055 2004-07-23 Andrew Cagney <cagney@gnu.org>
2056
2057 Use regcache_raw_collect instead of regcache_collect.
2058 * regcache.h (regcache_collect): Delete declaration.
2059 * regcache.c (regcache_colect): Delete function.
2060 * win32-nat.c (do_child_store_inferior_registers): Update.
2061 * sol-thread.c (sol_thread_store_registers): Update.
2062 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2063 * rs6000-nat.c (store_register): Update.
2064 * remote.c (store_register_using_P, remote_store_registers): Update.
2065 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2066 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2067 (fill_vrregset, store_spe_registers, fill_gregset)
2068 (fill_gregset): Update.
2069 * nto-procfs.c (procfs_store_registers): Update.
2070 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2071 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2072 * m68klinux-nat.c (store_register, fill_gregset): Update.
2073 * m68k-tdep.c (fill_gregset): Update.
2074 * infptrace.c (store_register): Update.
2075 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2076 * i386-linux-nat.c (store_register, fill_gregset): Update.
2077 * hppa-linux-nat.c (fill_gregset): Update.
2078 * go32-nat.c (store_register): Update.
2079 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2080 (store_fp_regs): Update.
2081 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2082 (store_nwfpe_extended, store_fpregister, store_fpregs)
2083 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2084 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2085 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2086 (store_regs_user_thread, store_regs_kernel_thread): Update.
2087
2088 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2089
2090 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2091 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2092 encoding.
2093 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2094 member of `struct comp_unit'.
2095
2096 2004-07-23 Andrew Cagney <cagney@gnu.org>
2097
2098 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2099 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2100
2101 2004-07-23 Martin Hunt <hunt@redhat.com>
2102 Kevin Buettner <kevinb@redhat.com>
2103
2104 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2105 alignment was being added to the offset instead of multiplied.
2106
2107 2004-07-23 Mark Kettenis <kettenis@gnu.org>
2108
2109 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2110 changed signal trampoline in OpenBSD 3.5-current.
2111
2112 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2113 <machine/pcb.h> and "bsd-kvm.h".
2114 (sparc64nbsd_supply_pcb): New function.
2115 (_initialize_sparc64nbsd_nat): Renamed from
2116 _initialize_sparcnbsd_nat. Enable libkvm interface.
2117 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2118 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2119 (LOADLIBES): New variable.
2120
2121 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2122
2123 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2124
2125 2004-07-21 Andrew Cagney <cagney@gnu.org>
2126
2127 Use regcache_raw_supply instead of supply_register.
2128 * regcache.h (supply_register): Delete declaration.
2129 * regcache.c (supply_register): Delete function.
2130 * wince.c (do_child_fetch_inferior_registers): Update.
2131 * win32-nat.c (do_child_fetch_inferior_registers)
2132 (fetch_elf_core_registers): Update.
2133 * v850ice.c (v850ice_fetch_registers): Update.
2134 * thread-db.c (thread_db_store_registers): Update.
2135 * sol-thread.c (sol_thread_store_registers): Update.
2136 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2137 * rs6000-nat.c (fetch_register): Update.
2138 * rom68k-rom.c (rom68k_supply_one_register): Update.
2139 * remote.c (remote_wait, remote_async_wait): Update.
2140 * remote-st.c (get_hex_regs): Update.
2141 * remote-sim.c (gdbsim_fetch_register): Update.
2142 * remote-sds.c (sds_fetch_registers): Update.
2143 * remote-rdp.c (remote_rdp_fetch_register): Update.
2144 * remote-rdi.c (arm_rdi_fetch_registers): Update.
2145 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2146 * remote-m32r-sdi.c (m32r_fetch_register): Update.
2147 * remote-hms.c (init_hms_cmds): Update.
2148 * remote-est.c (init_est_cmds): Update.
2149 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
2150 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2151 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2152 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
2153 (fetch_register, supply_vrregset, supply_vrregset)
2154 (fetch_spe_registers): Update.
2155 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2156 * monitor.c (monitor_supply_register): Update.
2157 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2158 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2159 (mipsnbsd_supply_fpreg): Update.
2160 * mips-nat.c (fetch_inferior_registers)
2161 (fetch_core_registers): Update.
2162 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
2163 (supply_fpregset, mips64_supply_gregset)
2164 (mips64_supply_fpregset): Update.
2165 * m68klinux-nat.c (fetch_register, supply_gregset)
2166 (supply_fpregset): Update.
2167 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2168 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2169 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2170 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2171 * infptrace.c (fetch_register): Update.
2172 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2173 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2174 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
2175 (gnu_fetch_registers, gnu_store_registers): Update.
2176 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2177 * i386-linux-nat.c (fetch_register, supply_gregset)
2178 (dummy_sse_values): Update.
2179 * hpux-thread.c (hpux_thread_fetch_registers): Update.
2180 * hppah-nat.c (fetch_register): Update.
2181 * hppa-linux-nat.c (fetch_register, supply_gregset)
2182 (supply_fpregset): Update.
2183 * go32-nat.c (fetch_register): Update.
2184 * dve3900-rom.c (fetch_bitmapped_register)
2185 (_initialize_r3900_rom): Update.
2186 * cris-tdep.c (supply_gregset): Update.
2187 * abug-rom.c (init_abug_cmds): Update.
2188 * core-aout.c (fetch_core_registers): Update.
2189 * armnbsd-nat.c (supply_gregset, supply_fparegset)
2190 (fetch_register, fetch_fp_register): Update.
2191 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
2192 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
2193 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
2194 * alphanbsd-tdep.c (fetch_core_registers): Update.
2195 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
2196 * alpha-nat.c (fetch_osf_core_registers)
2197 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
2198 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
2199 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
2200
2201 2004-07-21 Andrew Cagney <cagney@gnu.org>
2202
2203 * PROBLEMS: Mention breakpoints/1702.
2204 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
2205 that is known to work.
2206
2207 2004-07-21 Andrew Cagney <cagney@gnu.org>
2208
2209 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
2210 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
2211 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
2212 (handle_inferior_event): Wrap call to deprecated
2213 IGNORE_HELPER_CALL in #ifdef.
2214 * config/mips/tm-nbsd.h: Update.
2215
2216 2004-07-20 Jim Blandy <jimb@redhat.com>
2217
2218 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
2219 bfd_mach_ppc has no segment registers.
2220
2221 Include PowerPC SPR numbers for special-purpose registers.
2222 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
2223 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
2224 new member in initializer.
2225 (S, S4, SN4, S64): New macros for defining special-purpose
2226 registers.
2227 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
2228 registers_403, registers_403GC, registers_505, registers_860,
2229 registers_601, registers_602, registers_603, registers_604,
2230 registers_750, registers_e500): Use them.
2231
2232 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
2233 replace references with expression used to initialize variable.
2234
2235 2004-07-20 Andrew Cagney <cagney@gnu.org>
2236
2237 * breakpoint.c (deprecated_read_memory_nobpt): Rename
2238 read_memory_nobpt.
2239 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
2240 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
2241 (s390_sigtramp_frame_sniffer): Update.
2242 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
2243 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
2244 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
2245 (mips32_fetch_instruction): Update.
2246 * mcore-tdep.c (get_insn): Update.
2247 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
2248 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
2249 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
2250 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2251 (i386_linux_rt_sigtramp_start): Update.
2252 * i386-linux-nat.c (child_resume): Update.
2253 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
2254 * hppa-linux-tdep.c (insns_match_pattern): Update.
2255 * gdbcore.h: Update.
2256 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
2257 * frame.c (safe_frame_unwind_memory): Update.
2258 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
2259 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
2260 * alpha-tdep.c (alpha_read_insn): Update.
2261
2262 2004-07-20 Andrew Cagney <cagney@gnu.org>
2263
2264 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
2265 containing both bytes and mask. Add "frame_type".
2266 * tramp-frame.c (tramp_frame_start): Update.
2267 (tramp_frame_prepend_unwinder): Update.
2268 * mips-linux-tdep.c (mips_linux_o32_sigframe)
2269 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
2270 (mips_linux_n64_rt_sigframe): Update. Make "static const".
2271 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
2272
2273 2004-07-19 Eli Zaretskii <eliz@gnu.org>
2274
2275 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
2276 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
2277 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
2278 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
2279
2280 2004-07-17 Andrew Cagney <cagney@gnu.org>
2281
2282 * NEWS, PROBLEMS: Update for 6.2.
2283
2284 * README: Update to 6.2.
2285
2286 * utils.c (xvasprintf): Call xstrvprintf.
2287
2288 * parse.c: Update copyright.
2289 (null_post_parser): Eliminate ARGSUSED.
2290
2291 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
2292 * tui/tui-win.c (tui_get_cmd_list): Ditto.
2293 * symfile-mem.c (_initialize_symfile_mem): Ditto.
2294
2295 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
2296 * ppc-linux-nat.c: Use "Linux kernel".
2297 * hppa-linux-tdep.c: Use GNU/Linux.
2298 * hppa-linux-nat.c: Use GNU/Linux.
2299 * dwarfread.c: Add [sic] to use of Linux.
2300
2301 * hppa-linux-nat.c: Do not include <string.h>.
2302 (supply_fpregset): Remove "register" attribute.
2303
2304 * solib-frv.c (fetch_loadmap): Use xfree, not free.
2305
2306 2004-07-17 Mark Kettenis <kettenis@gnu.org>
2307
2308 * configure.in: Define _MSE_INT_H on Solaris 9 too.
2309 * configure, config.in: Regenerated.
2310
2311 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
2312 "bsd-kvm.h".
2313 (vaxbsd_supply_pcb): New function.
2314 (_initialize_vaxbsd_nat): New prototype and function.
2315 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
2316 solib-sunos.o.
2317 (LOADLIBES): New variable.
2318 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2319 (LOADLIBES): New variable.
2320 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2321 (LOADLIBES): New variable.
2322 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2323
2324 2004-07-16 Andrew Cagney <cagney@gnu.org>
2325
2326 * defs.h (event_loop_p): Replace variable declaration with macro,
2327 always 1.
2328 * main.c (captured_main): Delete options "-async" and "-noasync".
2329 (event_loop_p): Delete variable.
2330 * NEWS: Mention that "-async" and "-noasync" were removed.
2331
2332 2004-07-16 Andrew Cagney <cagney@gnu.org>
2333
2334 * remote-m32r-sdi.c: Re-indent.
2335
2336 2004-07-16 Jim Blandy <jimb@redhat.com>
2337
2338 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
2339 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
2340 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
2341 missing MPC823 SPRs.
2342 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
2343 incorrect. (This was corrected in GDB's register name tables on
2344 2004-07-14.)
2345
2346 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
2347 should be "esasrr" ("ESA Save and Restore Register").
2348
2349 2004-07-16 Andrew Cagney <cagney@gnu.org>
2350
2351 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
2352 calls, no longer applicable. Update comments and rename parameter
2353 "step_frame" to "return_frame".
2354
2355 2004-07-16 Andrew Cagney <cagney@gnu.org>
2356
2357 * frame.c (fprint_field): New function.
2358 (fprint_frame_id): Use fprint_field.
2359
2360 2004-07-15 Joel Brobecker <brobecker@gnat.com>
2361
2362 * ada-lang.c (ada_language_defn): Remove commented out code.
2363
2364 2004-07-15 Jim Blandy <jimb@redhat.com>
2365
2366 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
2367 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
2368
2369 2004-07-14 Jim Blandy <jimb@redhat.com>
2370
2371 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
2372
2373 * ppc-tdep.h (ppc_num_vrs): New enum constant.
2374
2375 * ppc-tdep.h (ppc_num_srs): New enum constant.
2376
2377 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
2378 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
2379 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
2380 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
2381 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
2382 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
2383 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
2384 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
2385 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
2386 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
2387 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
2388 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
2389 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
2390 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
2391 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
2392 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
2393 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
2394 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
2395 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
2396 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
2397 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
2398 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
2399 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
2400 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
2401 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
2402 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
2403 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
2404 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
2405 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
2406 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
2407 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
2408 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
2409 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
2410 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
2411 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
2412 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
2413 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
2414 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
2415 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
2416 special-purpose register numbers.
2417
2418 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
2419 manual mentions 'md_twb', but many mention 'm_twb', and at that
2420 point in the register list.)
2421
2422 2004-07-14 Andrew Cagney <cagney@gnu.org>
2423
2424 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
2425 instead of "internal-error".
2426
2427 2004-07-10 Joel Brobecker <brobecker@gnat.com>
2428
2429 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
2430 that was inserted inside a comment.
2431
2432 2004-07-10 Randolph Chung <tausq@debian.org>
2433
2434 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
2435 function.
2436 (hppa_hpux_push_dummy_code): New function.
2437 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
2438 Set find_global_pointer method.
2439
2440 2004-07-10 Mark Kettenis <kettenis@gnu.org>
2441
2442 * NEWS: Mention BSD libkvm interface.
2443
2444 2004-07-10 Michael Snyder <msnyder@redhat.com>
2445
2446 * symfile.c (generic_load): Comment typo.
2447 * stack.c (get_selected_block): Ditto.
2448 * regcache.c (regcache_cooked_read): Ditto.
2449 * monitor.c (monitor_debug): Ditto.
2450 * mips-tdep.c (mips_read_pc): Ditto.
2451 * i386-linux-nat.c (ps_get_thread_area): Ditto.
2452 * gdb_mbuild.sh: Ditto.
2453 * gdbarch.sh: Ditto.
2454 * gdbarch.h: Ditto.
2455
2456 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
2457
2458 * ada-tasks.c: Remove file.
2459
2460 Remove ARI problems:
2461
2462 * ada-exp.y (write_var_from_sym): Reformat to put operator at
2463 beginning of line.
2464
2465 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
2466 Add comment.
2467 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
2468 (MIN_OF_SIZE): Rename min_of_size. Add comment.
2469 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
2470 (UMIN_OF_SIZE): Remove.
2471 (max_of_type): New function to replace orphan macro in gdbtypes.h
2472 (min_of_type): Ditto.
2473 (discrete_type_high_bound): Use max_of_type.
2474 (discrete_type_low_bound): Use min_of_type.
2475 (possible_user_operator_p): Move operator to beginning of line.
2476 (ada_is_variant_part): Ditto.
2477 (ensure_lval): Rewrite to avoid deprecated operations.
2478 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
2479 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
2480 (ada_enum_name): Remove assignments in 'if' statements.
2481 (build_ada_types): Add gdbarch parameter.
2482 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
2483 with gdbarch_data_register_post_init.
2484 Use add_setshow_uinteger_cmd rather than add_set_cmd and
2485 add_show_from_set.
2486
2487 * ada-valprint.c (inspect_it): Remove declaration.
2488 (repeat_count_threshold): Remove declaration.
2489 (ada_print_floating): Remove assignments in 'if' statements.
2490 (print_str): Move operator to beginning of line.
2491
2492 2004-07-08 Jim Blandy <jimb@redhat.com>
2493
2494 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
2495
2496 2004-07-08 Bob Rossi <bob@brasko.net>
2497
2498 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
2499
2500 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
2501
2502 * language.h (struct_language_defn): Add new function pointer:
2503 la_class_name_from_physname. Also add new prototype for
2504 language_class_name_from_physname.
2505 * language.c (language_class_name_from_physname): New function.
2506 (unk_lang_class_name): Ditto.
2507 (unknown_language_defn, auto_language_defn): Change
2508 to add unk_lang_class_name function pointer for
2509 la_class_name_from_physname.
2510 (local_language_defn): Ditto.
2511 * dwarf2read.c (guess_structure_name): Change to call
2512 language_class_name_from_physname.
2513 (determine_class_name): Ditto.
2514 * cp-support.c (class_name_from_physname): Renamed.
2515 (cp_class_name_from_physname): New name of function.
2516 * cp-support.h: Ditto.
2517 * c-lang.c (c_language_defn): Change to add NULL
2518 for class_name_from_physname function pointer.
2519 (cplus_language_defn): Change to add cp_class_name_from_physname.
2520 * jv-lang.c (java_class_name_physname): New function.
2521 (java_find_last_component): New static routine.
2522 (java_language_defn): Add java_class_name_from_physname pointer.
2523 * ada-lang.c (ada_language_defn): Change to add NULL
2524 for class_name_from_physname function pointer.
2525 * f-lang.c (f_language_defn): Ditto.
2526 * m2-lang.c (m2_language_defn): Ditto.
2527 * objc-lang.c (objc_language_defn): Ditto.
2528 * p-lang.c (pascal_language_defn): Ditto.
2529 * scm-lang.c (scm_language_defn): Ditto.
2530
2531 2004-07-06 Andrew Cagney <cagney@gnu.org>
2532
2533 Patch from Bart Robinson.
2534 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
2535 (O_LARGEFILE): Define to 0, if not defined.
2536
2537 2004-07-03 Mark Kettenis <kettenis@gnu.org>
2538
2539 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
2540 <machine/pcb.h> and "bsd-kvm.h".
2541 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
2542 (m68kbsd_supply_pcb): New function.
2543 (_initialize_m68kbsd_nat): New prototype and function.
2544 * Makefile.in (m68kbsd-nat.o): Update dependencies.
2545 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2546 (LOADLIBES): New variable.
2547 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2548 (LOADLIBES): New variable.
2549
2550 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
2551
2552 2004-07-03 Mark Kettenis <kettenis@gnu.org>
2553
2554 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
2555 <sys/proc.h>.
2556 (bsd_kvm_cmdlist): New variable.
2557 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
2558 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
2559 command and "kvm proc" command.
2560 * Makefile.in (bsd-kvm.o): Update dependencies.
2561
2562 2004-07-02 Mark Kettenis <kettenis@gnu.org>
2563
2564 * osabi.c: Update copyright year.
2565 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
2566 notes if EI_OSABI is set to ELFOSABI_HPUX.
2567
2568 2004-07-01 Michael Snyder <msnyder@redhat.com>
2569
2570 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
2571 that seems to have gotten whacked out of line.
2572
2573 2004-07-01 Mark Kettenis <kettenis@gnu.org>
2574
2575 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
2576 code.
2577
2578 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2579
2580 * ada-lang.c (decode_packed_array): Minor change to comment.
2581 (ada_value_slice_ptr): New function.
2582 (ada_value_slice): New function.
2583 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
2584 test. Don't know why it is there.
2585 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
2586 to avoid dereferencing huge arrays from which one is slicing.
2587 (empty_array): Correct to return an array rather than
2588 a subrange value.
2589 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
2590 on empty arrays (let'em use 'FIRST instead).
2591
2592 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2593
2594 Address complaints from gdb_ari.sh:
2595
2596 * ada-exp.y: Include gdb_string.h rather than string.h.
2597 (convert_char_literal): Reformat declaration.
2598 * ada-lang.h: Include opaque struct declaration for struct frame_info.
2599 * ada-lex.l: Change use of free to xfree (the macro would do so
2600 anyway, but this is harmless).
2601 Include gdb_string.h rather than string.h.
2602 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
2603
2604 * ada-lang.c (parse): Remove K&Rism in parameter list.
2605 (is_name_suffix): Correct Linux => GNU/Linux in comment.
2606
2607 2004-06-30 Mark Kettenis <kettenis@gnu.org>
2608
2609 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
2610 dead code.
2611
2612 2004-06-30 Mark Kettenis <kettenis@gnu.org>
2613
2614 * alphabsd-nat.c: Update copyright year.
2615 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
2616
2617 2004-06-29 Joel Brobecker <brobecker@gnat.com>
2618
2619 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
2620 (i386_cygwin_in_solib_call_trampoline): New function.
2621 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
2622 and skip_trampoline_code gdbarch methods.
2623
2624 2004-06-29 Jim Blandy <jimb@redhat.com>
2625
2626 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
2627 name actually used in the dependency lists.
2628
2629 2004-06-29 Randolph Chung <tausq@debian.org>
2630
2631 * NEWS (New native configurations): Mention GNU/Linux/hppa.
2632
2633 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
2634
2635 * win32-nat.c (child_pid_to_exec_file): New function.
2636 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
2637 functionality.
2638
2639 2004-06-28 Andrew Cagney <cagney@gnu.org>
2640
2641 * defs.h (xstrvprintf): Declare.
2642 * utils.c (xstrvprintf): New function.
2643 (internal_vproblem, xstrprintf, xasprintf)
2644 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
2645 * serial.c (serial_printf): Ditto.
2646 * complaints.c (vcomplaint): Ditto.
2647
2648 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
2649
2650 * infcmd.c (attach_command): Move call to target_terminal_inferior
2651 behind loading symbol table.
2652
2653 2004-06-28 Andrew Cagney <cagney@gnu.org>
2654
2655 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
2656 change - add back extern deprecated_ui_loop_hook declaration.
2657
2658 2004-06-28 Andrew Cagney <cagney@gnu.org>
2659
2660 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
2661 xstrprintf.
2662 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
2663 (c_value_of_variable): Ditto.
2664 * utils.c (internal_vproblem): Ditto.
2665 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
2666 * remote.c (add_packet_config_cmd): Ditto.
2667 * remote-rdp.c (rdp_set_command_line): Ditto.
2668 * regcache.c (regcache_dump): Ditto.
2669 * frv-tdep.c (new_variant, new_variant): Ditto.
2670 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
2671 (fbsd_find_memory_regions): Ditto.
2672 * breakpoint.c (create_thread_event_breakpoint)
2673 (create_breakpoints): Ditto.
2674 * aix-thread.c (aix_thread_pid_to_str): Ditto.
2675 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
2676
2677 2004-06-28 Joel Brobecker <brobecker@gnat.com>
2678
2679 * ada-lang.c: Re-indent file, with some massaging to help indent
2680 a bit when the result is otherwise really too ugly.
2681
2682 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2683
2684 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
2685 code_addr_p and special_addr_p to 'unsigned int'.
2686
2687 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2688
2689 * i386v4-nat.c: Update copyright year and tweak comment.
2690 (regmap): Remove trailing comma.
2691 (supply_gregset): Rename local variable i to regnum. Call
2692 regcache_raw_supply instead of supply_register.
2693 (fill_gregset): Rename argument regno to regnum. Call
2694 regcache_raw_collect instead of regcache_collect.
2695
2696 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2697
2698 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
2699 and special_addr_p.
2700 (frame_id_build, frame_id_build_special): Update comments.
2701 (frame_id_build_wild): New prototype.
2702 * frame.c (frame_id_build, frame_id_build_special): Fill in new
2703 struct frame_id fields.
2704 (frame_id_build_wild): New function.
2705 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
2706
2707 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2708
2709 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
2710 hppabsd-tdep.c.
2711
2712 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2713
2714 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
2715
2716 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2717
2718 * ada-lang.c: Re-indent file.
2719
2720 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2721
2722 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
2723 (no_symtab_msg): Likewise.
2724
2725 2004-06-27 Andreas Schwab <schwab@suse.de>
2726
2727 * source.c: Fix whitespace.
2728
2729 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2730
2731 * configure.in: Include <sys/param.h> for td_pcb test.
2732 * configure: Regenerated.
2733
2734 * i386nbsd-nat.c: New file.
2735 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
2736 i386obsd-nat.c and i386obsd-tdep.c.
2737 (i386nbsd-nat.o): New dependency.
2738 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
2739 bsd-kvm.o.
2740 (LOADLIBES): New variable.
2741 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
2742 bsd-kvm.o.
2743 (LOADLIBES): New variable.
2744
2745 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
2746 (LOADLIBES): New variable.
2747
2748 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
2749 fetching from BSD_KVM_PADDR. Correctly lookup address for
2750 "_thread0".
2751
2752 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
2753 "bsd-kvm.h".
2754 (amd64fbsd_supply_pcb): New funcion.
2755 (_initialize_amd64fbsd_nat): Enable libkvm interface.
2756
2757 2004-06-27 <david@streamline-computing.com>
2758
2759 Partial fix for PR cli/1056.
2760 * valarith.c: Check for zero in division and remainder
2761 evaluation.
2762
2763 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2764
2765 * i387-tdep.c: Remove excessive whitespace.
2766
2767 2004-06-26 Andrew Cagney <cagney@gnu.org>
2768
2769 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
2770 * gdb-events.h, gdb-events.c: Re-generate.
2771 * tui/tui-hooks.c (tui_install_hooks): Update.
2772 (tui_remove_hooks): Update.
2773 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
2774
2775 2004-06-26 Mark Kettenis <kettenis@gnu.org>
2776
2777 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
2778 (gregset_t, fpregset_t): Remove typedefs.
2779 (REG_OFFSET): Rename argument.
2780 (amd64bsd_r_reg_offset): Rename from reg_offset.
2781 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
2782 Remove functions.
2783 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
2784 of reg_offset.
2785 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
2786
2787 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
2788
2789 * vax-tdep.c: Tweak comment.
2790
2791 Add OpenBSD/hppa support.
2792 * NEWS (New native configurations): Mention OpenBSD/hppa.
2793 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
2794 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
2795 files.
2796 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
2797 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
2798 * configure.host: Add hppa*-*-openbsd*.
2799 * configure.tgt: Add hppa*-*-openbsd*.
2800
2801 2004-06-25 Andrew Cagney <cagney@gnu.org>
2802
2803 * defs.h (deprecated_ui_loop_hook): Deprecated.
2804 * wince.c (child_wait): Update.
2805 * win32-nat.c (child_wait): Update.
2806 * v850ice.c (v850ice_wait): Update.
2807 * top.c (deprecated_ui_loop_hook): Update.
2808 * serial.h: Update.
2809 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
2810 (do_unix_readchar): Update.
2811 * ser-tcp.c (net_open): Update.
2812 * remote-sim.c (gdb_os_poll_quit): Update.
2813 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
2814
2815 2004-06-24 Andrew Cagney <cagney@gnu.org>
2816
2817 * defs.h (deprecated_pre_add_symbol_hook)
2818 (deprecated_post_add_symbol_hook): Deprecated.
2819 * symfile.c (symbol_file_add_with_addrs_or_offsets)
2820 (symbol_file_add_with_addrs_or_offsets): Update references.
2821
2822 2004-06-24 Andrew Cagney <cagney@gnu.org>
2823
2824 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
2825 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
2826 * wince.c (ui_loop_hook): Delete extern declaration.
2827 * win32-nat.c (ui_loop_hook): Delete extern declaration..
2828 * v850ice.c (ui_loop_hook): Delete extern declaration..
2829 * ser-unix.c (ui_loop_hook): Delete extern declaration..
2830 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
2831 * remote-sim.c (ui_loop_hook): Delete extern declaration..
2832 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
2833 ui_loop_hook declaration.
2834
2835 2004-06-24 Andrew Cagney <cagney@gnu.org>
2836
2837 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
2838 entry_func_highpc fields.
2839 * objfiles.c (init_entry_point_info): Do not clear
2840 entry_func_lowpc and entry_func_highpc.
2841 (objfile_relocate): Do not relocate entry_func_lowpc and
2842 entry_func_highpc.
2843 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
2844 entry_func_highpc.
2845 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
2846 entry_func_highpc.
2847 * blockframe.c (legacy_frame_chain_valid): Replace tests against
2848 entry_func_lowpc and entry_func_highpc with call to
2849 inside_entry_func.
2850
2851 2004-06-24 Mark Kettenis <kettenis@gnu.org>
2852
2853 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
2854 quad-precision floating point arguments in registers.
2855
2856 2004-06-24 Mark Kettenis <kettenis@gnu.org>
2857
2858 From Michael Mueller <m.mueller99@kay-mueller.de>:
2859 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
2860 account.
2861
2862 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
2863
2864 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
2865 to -1.
2866 * breakpoint.c (bpstat_stop_status): Move check for ignoring
2867 untriggered watchpoints to a separate if clause. Update function
2868 comment regarding STOPPED_BY_WATCHPOINT argument.
2869
2870 2004-06-22 Jim Blandy <jimb@redhat.com>
2871
2872 * gdbarch.sh: Doc fix.
2873
2874 2004-06-21 Martin Hunt <hunt@redhat.com>
2875 Kevin Buettner <kevinb@redhat.com>
2876
2877 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
2878 * mips-tdep.h (MIPS_SP_REGNUM): Define.
2879 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
2880 to set_gdbarch_sp_regnum(). Use cooked register number.
2881 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
2882
2883 2004-06-21 Andrew Cagney <cagney@gnu.org>
2884
2885 * gdbarch.sh: When the macro field is empty, do not generate a
2886 macro definition. When the macro field is "=", generate the macro
2887 name from the upper-case function name.
2888 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
2889 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
2890 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
2891 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
2892 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
2893 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
2894 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
2895 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
2896 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
2897 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
2898 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
2899 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
2900 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
2901 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
2902 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
2903 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
2904 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
2905 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
2906 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
2907 (DEPRECATED_USE_STRUCT_CONVENTION)
2908 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2909 (DEPRECATED_FRAME_INIT_SAVED_REGS)
2910 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
2911 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
2912 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
2913 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
2914 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
2915 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
2916 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
2917 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
2918 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
2919 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
2920 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
2921 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
2922 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
2923 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
2924 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
2925 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
2926
2927 2004-06-21 Andrew Cagney <cagney@gnu.org>
2928
2929 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
2930 macro name, and the function rather than macro value. Only wrap
2931 macro print statements in #ifdef. Move format logic to where it
2932 is needed.
2933 * gdbarch.c: Re-generate.
2934
2935 * gdbarch.sh (read): Delete "print_p" and "description", add
2936 "garbage_at_eol". Check for non-empty garbage at end-of-line.
2937 Delete references to print_p.
2938 (TARGET_ARCHITECTURE): Delete print predicate.
2939 * gdbarch.c: Re-generate.
2940
2941 * gdbarch.sh: Check that multi-arch methods do not provide a
2942 macro.
2943 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
2944 (print_registers_info, print_float_info, print_vector_info)
2945 (adjust_breakpoint_address, remote_translate_xfer_address)
2946 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
2947 (address_class_type_flags_to_name, unwind_sp): Remove the macro
2948 name from the multi-arch definition.
2949
2950 2004-06-20 Andrew Cagney <cagney@gnu.org>
2951
2952 * gdbarch.sh: Sort by the function, instead of macro name.
2953 * gdbarch.c: Re-generate.
2954
2955 2004-06-20 Andrew Cagney <cagney@gnu.org>
2956
2957 * gdbarch.sh: Use the function, instead of macro name in
2958 errors and the log file.
2959 (return_value): Remove stray ":" in spec.
2960
2961 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
2962 * gdbarch.h, gdbarch.c: Re-generate.
2963 * Makefile.in (arch-utils.o): Update dependencies.
2964 * values.c (using_struct_return): Move code calling
2965 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
2966 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
2967 to legacy_return_value, simplify.
2968 * infcmd.c (print_return_value): Move code calling
2969 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
2970 to legacy_return_value, simplify.
2971 * infcall.c (call_function_by_hand): Move code calling
2972 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
2973 * arch-utils.c: Update copyright. Include "gdbcore.h".
2974 (legacy_return_value): New function.
2975 * arch-utils.h: Update copyright.
2976 (legacy_return_value): Declare.
2977
2978 2004-06-20 Andrew Cagney <cagney@gnu.org>
2979
2980 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
2981 * gdbarch.h, gdbarch.c: Re-generate.
2982 * values.c (using_struct_return): Update call.
2983 * mcore-tdep.c: Update comment.
2984 * infcall.c (call_function_by_hand): Update comment.
2985 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2986 * arch-utils.h (always_use_struct_convention): Update.
2987 * v850-tdep.c (v850_gdbarch_init): Update.
2988 * sh64-tdep.c (sh64_gdbarch_init): Update.
2989 * sh-tdep.c (sh_gdbarch_init): Update.
2990 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2991 * mips-tdep.c (mips_gdbarch_init): Update.
2992 * mcore-tdep.c (mcore_gdbarch_init): Update.
2993 * m32r-tdep.c (m32r_gdbarch_init): Update.
2994 * ia64-tdep.c (ia64_gdbarch_init): Update.
2995 * h8300-tdep.c (h8300_gdbarch_init): Update.
2996 * frv-tdep.c (frv_gdbarch_init): Update.
2997 * cris-tdep.c (cris_gdbarch_init): Update.
2998 * arm-tdep.c (arm_gdbarch_init): Update.
2999 * alpha-tdep.c (alpha_gdbarch_init): Update.
3000
3001 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3002
3003 * PROBLEMS: Add more specific information, and a work-around,
3004 for PR gdb/1458.
3005
3006 2004-06-18 Andrew Cagney <cagney@gnu.org>
3007
3008 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3009 * gdbarch.h, gdbarch.c: Re-generate.
3010 * ada-lang.c (ada_finish_decode_line_1): Update.
3011 * infrun.c (handle_inferior_event): Update.
3012 * infcall.c (find_function_addr): Update.
3013 * linespec.c (minsym_found): Update.
3014 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3015 Update.
3016 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3017 * cli/cli-cmds.c (disassemble_command): Update.
3018 * vax-tdep.c (vax_gdbarch_init): Update.
3019
3020 2004-06-18 Mark Kettenis <kettenis@gnu.org>
3021
3022 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3023
3024 2004-06-17 Andrew Cagney <cagney@gnu.org>
3025
3026 GDB 6.1.1 released from the GDB 6.1 branch.
3027 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3028 * PROBLEMS: Ditto.
3029
3030 2004-06-16 Daniel Jacobowitz <dan@debian.org>
3031
3032 PR gdb/1658
3033 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3034 operation as a uleb128. Found by Michael Coulter.
3035
3036 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3037
3038 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3039 make it non-static.
3040 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3041 to ada-lang.h; this is needed to be able to implement the kill command
3042 in multi-task mode.
3043 (task_ptid): Ditto.
3044 (task_entry): Ditto.
3045 (task_list): Ditto.
3046 (ada_build_task_list): Ditto.
3047
3048 * ada-lang.c: Conditionalize routines and data structures related
3049 to breakpoints, exceptions, completion, and symbol caching on
3050 GNAT_GDB, since these are not yet used in the submitted public sources.
3051 (ada_main_name): Editorial: Move definition out of exception-related
3052 code.
3053
3054 2004-06-15 Andrew Cagney <cagney@gnu.org>
3055
3056 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3057 deprecated_pc_in_call_dummy.
3058
3059 2004-06-15 Alan Modra <amodra@bigpond.net.au>
3060
3061 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3062 bfd_get_section_size_before_reloc or _raw_size.
3063 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3064 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3065 (dwarf2_read_section): Likewise.
3066 * elfread.c (elf_locate_sections): Likewise.
3067 * gcore.c (derive_heap_segment): Likewise.
3068 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3069 * remote-e7000.c (e7000_load): Likewise.
3070 * remote-m32r-sdi.c (m32r_load): Likewise.
3071 * remote-mips.c (mips_load_srec): Likewise.
3072 (pmon_load_fast): Likewise.
3073 * remote.c (compare_sections_command): Likewise.
3074 * symfile.c (add_section_size_callback): Likewise.
3075 (load_section_callback): Likewise.
3076 (pc_in_unmapped_range): Likewise.
3077 (pc_in_mapped_range): Likewise.
3078 (sections_overlap): Likewise.
3079 (list_overlays_command): Likewise.
3080 (simple_overlay_update_1): Likewise.
3081 (simple_overlay_update): Likewise.
3082 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3083 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3084
3085 2004-06-14 Randolph Chung <tausq@debian.org>
3086
3087 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3088 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3089 static.
3090 (hppa_hpux_inferior_created): New function.
3091 (hppa_hpux_init_abi): Register observer.
3092 * symfile.c (hp_cxx_exception_support_initialized)
3093 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3094 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3095
3096 2004-06-14 Randolph Chung <tausq@debian.org>
3097
3098 * MAINTAINERS (Write After Approval): Alphabetize my entry
3099 correctly.
3100
3101 2004-06-14 Andrew Cagney <cagney@gnu.org>
3102
3103 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3104 testsuite maintainer.
3105
3106 2004-06-13 Andrew Cagney <cagney@gnu.org>
3107
3108 * infcmd.c (print_return_value): Fix logic, allow
3109 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3110
3111 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3112 defining any macros.
3113 * gdbarch.h: Re-generate.
3114
3115 * gdbarch.sh: Delete "level" attribute. Only check for a macro
3116 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3117 * gdbarch.h: Re-generate.
3118
3119 * values.c (generic_use_struct_convention): Don't check gcc_p.
3120
3121 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3122 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3123 * gdbarch.h, gdbarch.c: Regenerate.
3124 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
3125 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3126 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3127 deprecated_max_register_raw_size and
3128 deprecated_max_register_virtual_size.
3129 * v850-tdep.c (v850_gdbarch_init): Ditto.
3130 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3131 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3132 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3133 * cris-tdep.c (cris_gdbarch_init): Ditto.
3134
3135 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3136 * gdbarch.h, gdbarch.c: Re-generate.
3137 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3138 (m68hc11_use_struct_convention): Delete function.
3139 (m68hc11_extract_struct_value_address): Delete function.
3140 (m68hc11_return_value): New function.
3141 (m68hc11_gdbarch_init): Instead of store_return_value,
3142 extract_return_value, return_value_on_stack,
3143 deprecated_extract_struct_value_address and use_struct_convention,
3144 set return_value.
3145 * values.c (using_struct_return): Do not call
3146 RETURN_VALUE_ON_STACK.
3147 * arch-utils.h (generic_return_value_on_stack_not): Delete
3148 declaration.
3149 * arch-utils.c (generic_return_value_on_stack_not): Delete
3150 function.
3151
3152 2004-06-12 Andrew Cagney <cagney@gnu.org>
3153
3154 * values.c (register_value_being_returned): Delete function.
3155 * infcmd.c (legacy_return_value): Delete function.
3156 * infcall.c (call_function_by_hand): Inline
3157 "register_value_being_returned", simplify.
3158 * values.c (using_struct_return): Update comment, refer to
3159 print_return_value instead of register_value_being_returned.
3160 * infcmd.c (print_return_value): Inline calls to
3161 register_value_being_returned and legacy_return_value. Simplify.
3162
3163 2004-06-11 Randolph Chung <tausq@debian.org>
3164
3165 * somread.c (som_symtab_read): Exclude gcc local symbols.
3166
3167 2004-06-11 Randolph Chung <tausq@debian.org>
3168
3169 * infrun.c (handle_inferior_event): Handle the case when a
3170 trampoline ends up in the runtime resolver, and if the trampoline
3171 has no name. Rearrange the code so that all the trampoline
3172 processing happens before other step-out-of-range handling.
3173
3174 2004-06-11 Martin Hunt <hunt@redhat.com>
3175
3176 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3177 has no fpu.
3178
3179 2004-06-10 Andrew Cagney <cagney@gnu.org>
3180
3181 * blockframe.c (legacy_inside_entry_func): Delete.
3182 (legacy_frame_chain_valid): Inline call to
3183 legacy_inside_entry_func, simplify.
3184
3185 2004-06-10 Bob Rossi <bob@brasko.net>
3186
3187 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3188 * dwarf2read.c (partial_die_info): Add dirname field.
3189 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
3190 (read_partial_die): Save away DW_AT_comp_dir.
3191 * defs.h (symtab_to_filename): Removed.
3192 * source.c (find_and_open_source): Added.
3193 (open_source_file): Just calls find_and_open_source.
3194 (symtab_to_filename): Removed.
3195 (symtab_to_fullname, psymtab_to_fullname): Added.
3196 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
3197 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
3198 symtab_to_filename.
3199 * symtab.h (partial_symtab): Add dirname field.
3200 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3201 (mi_cmd_file_list_exec_source_file): Call new function
3202 symtab_to_fullname to find fullname.
3203 (mi_cmd_file_list_exec_source_files): Added.
3204 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
3205 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
3206
3207 2004-06-10 Andrew Cagney <cagney@gnu.org>
3208
3209 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
3210 to generic_use_struct_convention, the default value.
3211
3212 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
3213 of abort.
3214
3215 * ns32k-tdep.c (ns32k_push_arguments): New function.
3216 (ns32k_gdbarch_init): Set deprecated_push_arguments.
3217 * infcall.c (call_function_by_hand): Call error instead of
3218 legacy_push_arguments.
3219 * value.h (legacy_push_arguments): Delete declaration.
3220 * valops.c (legacy_push_arguments): Delete function.
3221 (value_push): Delete function.
3222
3223 2004-06-10 Brian Ford <ford@vss.fsi.com>
3224
3225 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
3226 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
3227 info.
3228 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
3229
3230 2004-06-10 Andrew Cagney <cagney@gnu.org>
3231
3232 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
3233 * gdbarch.h, gdbarch.c: Re-generate.
3234 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
3235 parameters.
3236 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
3237 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
3238 deprecated_pc_in_call_dummy instead of
3239 DEPRECATED_PC_IN_CALL_DUMMY.
3240 (arm_skip_prologue): Ditto.
3241 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
3242 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
3243 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
3244 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
3245 Ditto.
3246 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
3247 (sh64_init_extra_frame_info, sh64_get_saved_register)
3248 (sh64_pop_frame): Ditto.
3249 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
3250 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
3251 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
3252 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
3253 (h8300_pop_frame): Ditto.
3254 * blockframe.c (legacy_inside_entry_func)
3255 (legacy_frame_chain_valid): Ditto.
3256 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
3257 to deprecated_pc_in_call_dummy.
3258
3259 2004-06-09 Andrew Cagney <cagney@gnu.org>
3260
3261 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
3262 provide a default value.
3263 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
3264 * gdbarch.h, gdbarch.c: Re-generate.
3265 * arch-utils.c (generic_convert_register_p): Rename
3266 legacy_convert_register_p
3267 (legacy_register_to_value, legacy_value_to_register): Delete
3268 functions.
3269 * arch-utils.h (generic_convert_register_p): Rename
3270 legacy_convert_register_p.
3271 (legacy_register_to_value, legacy_value_to_register): Delete
3272 declarations.
3273
3274 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
3275 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
3276 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
3277 * gdbarch.h, gdbarch.c: Re-generate.
3278 * infcmd.c (default_print_registers_info): Simplify.
3279 * findvar.c (value_of_register): Simplify.
3280 * mi/mi-main.c (get_register): Simplify.
3281 * arch-utils.c (legacy_convert_register_p): Always return 0.
3282 (legacy_register_to_value, legacy_value_to_register): Always call
3283 internal_error.
3284
3285 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
3286 #ifdef CLEAR_INSN_CACHE code.
3287 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
3288 Delete #ifdef CLEAR_DEFERRED_STORES code.
3289
3290 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
3291
3292 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
3293 copyright.
3294 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
3295
3296 * config/mips/mipsv4.mh: Delete file.
3297
3298 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
3299 unreferenced macro.
3300 (hpread_adjust_stack_address): Delete declaration.
3301
3302 2004-06-08 Andrew Cagney <cagney@gnu.org>
3303
3304 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3305 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
3306 PTRACE_ATTACH / PTRACE_DETACH available call error.
3307 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
3308 * infttrace.c (update_thread_state_after_attach, attach, detach):
3309 Remove #ifdef wrappers.
3310 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
3311 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3312 * config/nm-bsd.h (ATTACH_DETACH): Delete.
3313 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
3314 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
3315 * config/nm-linux.h (ATTACH_DETACH): Delete.
3316 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
3317 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
3318 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
3319 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
3320 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
3321
3322 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
3323
3324 * configure.in: Set $configdir to the right OS specific value.
3325 Use value when setting $tcldir and $tkdir.
3326 * configure: Regenerate.
3327
3328 2004-06-06 Paul Brook <paul@codesourcery.com>
3329
3330 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
3331 records.
3332
3333 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
3334
3335 * ada-lang.c (lookup_symbol_in_language): New function to allow
3336 re-use of another language's symbol lookup code. (Placed here
3337 temporarily while Ada support is being integrated into the public
3338 tree).
3339 (restore_language): New auxiliary function for
3340 lookup_symbol_in_language.
3341 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
3342 temporarily while Ada support is being integrated into the public
3343 tree).
3344
3345 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
3346
3347 * Makefile.in (check//%): New.
3348
3349 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
3350 (mn10300_store_return_value): Rewrite.
3351 (mn10300_type_align): New.
3352 (mn10300_use_struct_convention): Rewrite.
3353 (mn10300_return_value): New, using all of the above.
3354 (mn10300_pop_frame_regular): Add saved_regs_size.
3355 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
3356
3357 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
3358 regs if PC is on movm.
3359
3360 2004-06-07 Jim Blandy <jimb@redhat.com>
3361
3362 Add native Linux support for the PowerPC E500.
3363 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
3364 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
3365 all architectures except the E500.
3366 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
3367 #definitions.
3368 (struct gdb_evrregset_t): New type.
3369 (have_ptrace_getsetevrregs): New variable.
3370 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
3371 fetch_spe_registers): New functions.
3372 (fetch_register): Call fetch_spe_register as appropriate.
3373 Assert that we're only passed raw register numbers.
3374 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
3375 Don't fetch gprs if they're pseudoregisters.
3376 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
3377 store_spe_registers): New functions.
3378 (store_register): Call store_spe_register as appropriate.
3379 Assert that we're only passed raw register numbers.
3380 (store_ppc_registers): Call store_spe_registers as appropriate.
3381 Don't store gprs if they're pseudoregisters.
3382
3383 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
3384
3385 * thread-db.c (thread_get_info_callback): Fill in the thread_info
3386 struct if one exists, even if we are dealing with a zombie thread.
3387
3388 2004-06-07 Andrew Cagney <cagney@gnu.org>
3389
3390 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
3391 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
3392 Rename PC_REQUIRES_RUN_BEFORE_USE.
3393 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
3394 #ifdef.
3395
3396 2004-06-07 Randolph Chung <tausq@debian.org>
3397
3398 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
3399 unwinding after sp has been saved to the stack but before the end
3400 of the prologue, and after the fp has been modified but before it has
3401 been saved to the stack.
3402 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
3403 Remove superfluous definitions.
3404 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
3405
3406 2004-06-07 Guy Martin <gmsoft@gentoo.org>
3407
3408 Committed by Randolph Chung.
3409 * hppa-linux-nat.c: Include the correct version of the header file
3410 depending on the kernel version.
3411
3412 2004-06-06 Randolph Chung <tausq@debian.org>
3413
3414 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
3415 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
3416
3417 2004-06-06 Randolph Chung <tausq@debian.org>
3418
3419 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
3420 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
3421 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
3422 * hppa-tdep.c (hppa_symbol_address): New function definition.
3423 * hppa-tdep.h (hppa_symbol_address): New function declaration.
3424
3425 2004-06-06 Randolph Chung <tausq@debian.org>
3426
3427 * hppa-tdep.h (struct value): Forward declaration.
3428 (gdbarch_tdep): Define tdep find_global_pointer method.
3429 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
3430 associated with the function we are trying to call, and write it
3431 to the gp register.
3432 (hppa32_convert_from_funct_ptr_addr): New function.
3433 (hppa_find_global_pointer): New function.
3434 (hppa_gdbarch_init): Set default find_global_pointer method; set
3435 convert_from_func_ptr_addr method.
3436 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
3437 (hppa_linux_init_abi): Set find_global_pointer method.
3438 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
3439
3440 2004-06-06 Randolph Chung <tausq@debian.org>
3441
3442 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
3443 to struct value *function.
3444 * gdbarch.c: Regenerate.
3445 * gdbarch.h: Likewise.
3446 * infcall.c (call_function_by_hand): Pass entire function value
3447 to push_dummy_call.
3448
3449 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
3450 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
3451 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
3452 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
3453 * arm-tdep.c (arm_push_dummy_call): Likewise.
3454 * avr-tdep.c (avr_push_dummy_call): Likewise.
3455 * cris-tdep.c (cris_push_dummy_call): Likewise.
3456 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
3457 * frv-tdep.c (frv_push_dummy_call): Likewise.
3458 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
3459 * hppa-tdep.c (hppa32_push_dummy_call)
3460 (hppa64_push_dummy_call): Likewise.
3461 * i386-tdep.c (i386_push_dummy_call): Likewise.
3462 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
3463 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
3464 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
3465 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
3466 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
3467 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
3468 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
3469 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
3470 (ppc64_sysv_abi_push_dummy_call): Likewise.
3471 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
3472 (ppc64_sysv_abi_push_dummy_call): Likewise.
3473 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
3474 * s390-tdep.c (s390_push_dummy_call): Likewise.
3475 * sh-tdep.c (sh_push_dummy_call_fpu)
3476 (sh_push_dummy_call_nofpu): Likewise.
3477 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
3478 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
3479 * vax-tdep.c (vax_push_dummy_call): Likewise.
3480
3481 2004-06-04 Jim Blandy <jimb@redhat.com>
3482
3483 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
3484 gdbarch argument to register_size.
3485
3486 * rs6000-tdep.c (rs6000_store_return_value): Use
3487 regcache_cooked_write_part instead of
3488 deprecated_write_register_bytes.
3489 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
3490 not gdbarch_deprecated_store_return_value.
3491
3492 * ppc-linux-nat.c (store_register, fetch_register): Remove
3493 incorrect assertions. Simplify and generalize handling of
3494 transfers whose sizes are not multiples of, or less than, sizeof
3495 (PTRACE_XFER_TYPE).
3496
3497 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
3498
3499 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
3500 as a new thread event.
3501 * thread-db.c (thread_get_info_callback): If the thread is a
3502 zombie, return TD_THR_ZOMBIE.
3503 (thread_from_lwp): If thread_get_info_callback returns
3504 TD_THR_ZOMBIE, check if the thread is still on the thread list
3505 and return a -1 ptid if not found.
3506 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
3507 change the status to TARGET_WAITKIND_SPURIOUS.
3508
3509 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
3510
3511 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
3512 double values in little endian mode.
3513
3514 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
3515
3516 Committed by Andrew Cagney.
3517 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
3518 after last enum constant to avoid error from IBM C
3519 compiler.
3520
3521 2004-06-02 Jim Blandy <jimb@redhat.com>
3522
3523 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
3524 to 'message', and make it local to the lone block that uses it.
3525
3526 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
3527
3528 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
3529
3530 * ada-exp.y: Update copyright notice.
3531 Include block.h.
3532
3533 Replace REGNAME, LAST, INTERNAL_VARIABLE with
3534 SPECIAL_VARIABLE and unify the treatment of these cases.
3535
3536 (write_attribute_call0): Remove.
3537 (write_attribute_call1): Remove.
3538 (write_attribute_calln): Remove.
3539 (save_qualifier): Add missing semicolon.
3540
3541 (simple_exp,exp): Decomment (i.e., reactivate) code that was
3542 temporarily disabled to allow compilation with FSF head version.
3543
3544 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
3545 use individual operators (OP_*) for all attributes.
3546 (exp syntax): Use write_int.
3547 Handle STRING literals with OP_STRING.
3548 (variable syntax): Add limit parameter to calls to
3549 write_object_renaming.
3550
3551 (temp_parse_space): New definition to hold entities that need
3552 only live until the next call to ada_parse.
3553 (string_to_operator): Rename fields of ada_opname_table entries.
3554
3555 (write_var_from_sym): Record block.
3556 (write_var_from_name): Minor reformatting.
3557 Make sure saved name is properly encoded in the case of multiple
3558 matches, and set its language to Ada.
3559 Update comment.
3560 Modify to indicate unresolved name as symbol in the UNRESOLVED
3561 namespace, allocated in temp_parse_space.
3562 (write_int): New function.
3563
3564 (write_object_renaming): Add max_depth parameter to limit
3565 chains of object renamings.
3566 Handle case where root of renaming expression is itself a renaming.
3567 Use temp_parse_space for temporary name buffer.
3568 Handle renamings to dereferenced pointers (___XEXA suffices).
3569
3570 (ada_parse, yyerror, string_to_operator,
3571 write_var_from_sym, write_var_from_name, write_attribute_call0,
3572 write_attribute_call1, write_attribute_calln,
3573 write_object_renaming): Protoize.
3574
3575 (_initialize_ada_exp): New function.
3576
3577 * ada-lang.c: Update copyright notice.
3578 General terminology change to conform to GNAT compiler usage:
3579 mangle => encode, demangle => decode
3580 Include gdb_obstack.h.
3581 Include gdb_regex.h
3582 Include frame.h
3583 Include hashtab.h
3584 Include completer.h
3585 Include gdb_stat.h
3586 Include block.h
3587 Include infcall.h
3588
3589 (ADA_RETAIN_DOTS): Make sure this is defined.
3590 (TRUNCATION_TOWARDS_ZERO): Define.
3591 (struct string_vector): Define.
3592 (unresolved_names): Remove definition.
3593 (xnew_string_vector): New function.
3594 (string_vector_append): New function.
3595 (extract_string): Make static.
3596 (ada_unqualified_name): New function.
3597 (add_angle_brackets): New function.
3598 (function_name_from_pc): New function.
3599 (place_on_stack): Rename to ensure_lval.
3600
3601 (ensure_lval): Renamed from place_on_stack.
3602 Make identity on lvals.
3603 Update comment.
3604 (is_nonfunction): New interface.
3605 Only symbols in LOC_CONST class can be enumerals.
3606 (fill_in_ada_prototype): Remove; now independent of language.
3607 (add_defn_to_vec): Add obstack and symtab arguments.
3608 Use obstack to hold collected definitions.
3609 (num_defns_collected): New function.
3610 (defns_collected): New function.
3611 (ada_resolve_subexp): Rename to resolve_subexp.
3612 (resolve_subexp): Renamed from ada_resolve_subexp.
3613 (ada_op_name): Return non-const result.
3614 (ada_decoded_op_name): Renamed from ada_op_name, now used for
3615 other purposes.
3616
3617 (to_fixed_array_type): Add declaration.
3618 (coerce_unspec_val_to_type): Remove offset parameter.
3619 (find_sal_from_funcs_and_line): New interface.
3620 (find_line_in_linetable): Ditto.
3621
3622 (all_sals_for_line): Rename to ada_sals_for_line and make
3623 global.
3624 Add new parameter. When set, do not ask the user to choose the
3625 instance, but use the first one found instead.
3626 Use given line number in returned sals.
3627 Fix comment.
3628 Skip the prologue if funfirstline is set.
3629 Correct for memory leak when 0 lines found.
3630
3631 (value_pos_atr): Use pos_atr.
3632 (pos_atr): New function.
3633 (standard_lookup): Add block parameter.
3634
3635 (makeTimeStart): Remove declaration and uses.
3636 (makeTimeStop): Remove declaration and uses.
3637
3638 (ada_completer_word_break_characters): Allow for VMS.
3639 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
3640 (raise_sym_name): New constant.
3641 (raise_unhandled_sym_name): New constant.
3642 (raise_assert_sym_name): New constant.
3643 (process_raise_exception_name): New constant.
3644 (longest_exception_template): New constant.
3645 (warning_limit): New variable to limit warnings during expression
3646 evaluation.
3647 (warnings_issued): New variable to keep track of warnings issued.
3648 (known_runtime_file_name_patterns): New constant.
3649 (known_auxiliary_function_name_patterns): New constant.
3650 (symbol_list_obstack): New variable.
3651
3652 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
3653 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
3654 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
3655 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
3656 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
3657 ada_variant_discrim_name, field_alignment, dynamic_template_type,
3658 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
3659 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
3660 and strcmp.
3661
3662 (ada_get_field_index): New function.
3663 (lim_warning): New function.
3664 (ada_translate_error_message): New function.
3665 (MAX_OF_SIZE): New function.
3666 (MIN_OF_SIZE): New function.
3667 (UMAX_OF_SIZE): New function.
3668 (UMIN_OF_SIZE): New function.
3669 (discrete_type_high_bound): New function.
3670 (discrete_type_low_bound): New function.
3671 (base_type): New function.
3672 (do_command): Remove.
3673
3674 (ada_update_initial_language): Use language_ada, not language_unknown.
3675 (ada_encode): Renamed from ada_mangle.
3676 Obey ADA_RETAIN_DOTS.
3677 (ada_decode): Renamed from ada_demangle.
3678 Update coding conventions.
3679 (decoded_names_store): New hash table.
3680 (ada_decode_symbol): New function.
3681 (ada_la_decode): New function.
3682
3683 (modify_general_field): Correct computations of offset and bit
3684 position.
3685 (desc_base_type): Handle ref types, too.
3686 (ada_is_direct_array_type): New function.
3687
3688 (ada_is_simple_array): Rename to ada_is_simple_array_type.
3689 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
3690 (ada_is_bogus_array_descriptor,ada_type_of_array,
3691 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
3692 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
3693 ada_is_array_descriptor_type.
3694
3695 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
3696 (ada_is_packed_array_type): Handle pointers or
3697 references to packed arrays as well.
3698 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
3699 (decode_packed_array_type): Search for the packed array type
3700 symbol in the currently selected block and associated
3701 superblocks too.
3702 Use lookup_symbol again.
3703
3704 (decode_packed_array): Handle pointers and references.
3705 Update call to coerce_unspec_val_to_type.
3706 (decode_packed_array_type,value_subscript_packed): Limit warnings.
3707 (ada_value_primitive_packed_val): Improve comment.
3708
3709 (ada_index_type): Substitute int type for "undefined".
3710 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
3711 ada_array_langth, ada_is_string_type): Use renamed
3712 ada_is_simple_array_type.
3713 (empty_array): New function.
3714
3715 (ada_resolve): Rename to resolve.
3716 (resolve): Make static.
3717 Call renamed resolve_subexp.
3718 Update comment.
3719 (ada_resolve_subexp): Rename to resolve_subexp.
3720 (resolve_subexp): Update comment.
3721 Decomment disabled code.
3722 Add LOC_COMPUTED* cases.
3723 Modify to use temporary struct symbols (marked as being in
3724 UNDEF_NAMESPACE) to indicate unresolved names, instead of
3725 OP_UNRESOLVED_VALUE.
3726 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
3727 Add OP_STRING case.
3728 Remove OP_ARRAY.
3729 Use SYMBOL_PRINT_NAME instead of ada_demangle.
3730 Use new ada_lookup_symbol_list interface.
3731 Use new ada_resolve_function interface.
3732 Remove OP_TYPE case.
3733
3734 (ada_args_match): Idiot proof against null actuals.
3735 Use intermediate variables to clarify.
3736 (ada_resolve_function): Update comment and interface.
3737 (mangled_ordered_before): Rename to encoded_ordered_before and
3738 update comment.
3739 (sort_choices): Update comment and interface.
3740 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
3741 (user_select_syms): New interface.
3742 Use new sort_choices interface.
3743 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
3744 (possible_user_operator_p): Idiot-proof against null values.
3745 (ada_simple_renamed_entity): Don't make cleanup; rely on
3746 caller to free result string.
3747 Remove const from return type.
3748 (make_array_descriptor): Rename uses of place_on_stack to
3749 ensure_lval.
3750 Make sure that arrays are on stack.
3751
3752 (HASH_SIZE): Define.
3753 (struct cache_entry): Define.
3754 (cache_space): Define.
3755 (cache): Define.
3756 (clear_ada_sym_cache): New function.
3757 (find_entry): New function.
3758 (lookup_cached_symbol): New function.
3759 (defn_vector_size): Define.
3760 (cache_symbol): New function.
3761 (defn_symbols): Remove.
3762
3763 (standard_lookup): Use lookup_symbol_in_language to get effect of
3764 C lookup.
3765 Cache results.
3766
3767 (symbol_completion_match): New function.
3768 (symbol_completion_add): New function.
3769 (ada_make_symbol_completion_list): New function.
3770
3771 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
3772 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
3773 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
3774 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
3775
3776 (ada_lookup_simple_minsym): New function.
3777 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
3778
3779 (add_symbols_from_enclosing_procs): New interface.
3780 Conditionalize more helpfully.
3781 Don't bother if program isn't running.
3782 Use new interface to get_frame_block.
3783 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
3784
3785 (remove_extra_symbols): New interface.
3786 (xget_renaming_scope): New function.
3787 (is_package_name): New function.
3788 (renaming_is_visible): New function.
3789 (remove_out_of_scope_renamings): New function.
3790
3791 (ada_lookup_symbol_list): New interface.
3792 Properly reinitialize the symbol list obstack.
3793 Don't call add_symbols_from_enclosing_procs if we start from a
3794 static or global block.
3795 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
3796 add_symbols_from_enclosing_procs.
3797 Add symtab data to cached entries.
3798 Handle symbols prefixed with
3799 "standard__" specially; strip prefix and don't look in local symbols.
3800 Do not include out of scope renaming symbols in list of
3801 symbols returned.
3802 Add const to block parameter.
3803 Move check for non-local, non-global symbols earlier.
3804 Remove timing stuff.
3805 (ada_lookup_symbol): New interface.
3806 Find symtab as well.
3807 (ada_lookup_symbol_nonlocal): New function.
3808
3809 (is_name_suffix): Enhance suffix detection to recognize
3810 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
3811 (is_dot_digits_suffix): New function.
3812 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
3813
3814 (ada_add_block_symbols): New interface. Use obstack to return results
3815 in a vector of struct ada_symbol_infos. Add symtab argument.
3816 Use new interface to add_defn_to_vec.
3817 Remove calls to fill_in_ada_prototype.
3818 Use BLOCK_BUCKETS, BLOCK_BUCKET.
3819
3820 (ada_finish_decode_line_1): Add const qualification to local to fix
3821 warning.
3822 Start looking in static block for functions to avoid attempts
3823 to search frame chain for up-level variables.
3824 Adapt to new ada_sals_for_line interface.
3825 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
3826 Handle quoting of the function name inside the spec string.
3827 Skip prologue when funfirstline is set and update the
3828 function documentation to that effect.
3829
3830 (debug_print_lines, debug_print_block, debug_print_blocks,
3831 debug_print_symtab): Remove.
3832
3833 (ada_main_name): New function.
3834 (ada_exception_breakpoint_type): New function.
3835 (is_known_support_routine): New function.
3836 (ada_find_printable_frame): Renamed from find_printable_frame and made
3837 global.
3838 Remove level parameter.
3839 Use new interface to select_frame.
3840
3841 (begin_command): Remove.
3842 (ada_adjust_exception_stop): New function.
3843 (ada_print_exception_stop): New function.
3844 (exception_name_from_cond): New function.
3845 (ada_report_exception_break): Replace disabled code with
3846 conditionalization on GNAT_GDB.
3847 Get the exception name from the condition string.
3848 Remove and move functionality into new functions
3849 ada_print_exception_breakpoint_task and
3850 ada_print_exception_breakpoint_nontask.
3851 (error_breakpoint_runtime_sym_not_found): New function.
3852 (is_runtime_sym_defined): New function.
3853 (ada_breakpoint_rewrite): Uncomment suppressed code.
3854 Use symbolic error-message and runtime-symbol names.
3855 Surround runtime symbol names in quotes.
3856 Allow non-specific breakpoints on exceptions and assertions before
3857 program starts.
3858
3859 (ada_is_tagged_type): Add parameter.
3860 (ada_is_tag_type): New function.
3861 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
3862 (ada_variant_discrim_type): Ditto.
3863 (value_tag_from_contents_and_address): New function.
3864 (type_from_tag): New function.
3865 (struct tag_args): New structure used to communicate with
3866 ada_tag_name_1.
3867 (ada_tag_name_1): New function.
3868 (ada_tag_name): New function.
3869
3870 (ada_scan_number): Update comment.
3871 (find_struct_field): New function.
3872 (ada_search_struct_field): Make static.
3873 (ada_value_struct_elt): New version that returns references when
3874 given pointers or references to structs.
3875 (ada_lookup_struct_elt_type): Add 'refok' parameter.
3876 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
3877 interface.
3878 (ada_value_ind): Use new ada_to_fixed_value interface.
3879 (ada_coerce_ref): Ditto.
3880 (field_offset): Remove.
3881
3882 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
3883 (ada_find_renaming_symbol): New function.
3884 (ada_prefer_type): Prefer named types over unnamed ones.
3885 (variant_field_index): New function.
3886 (contains_variant_part): Removed: subsumed by variant_field_index.
3887 (ada_template_to_fixed_record_type): New function, mostly from
3888 template_to_fixed_record_type.
3889 (template_to_fixed_record_type):
3890 Do not scan the type fields beyond the last one; prevents a
3891 potential SEGV.
3892 Handle case where variant field is listed BEFORE discriminant it
3893 depends on.
3894 Fix calculation of record length when bit length is
3895 not evenly divisible by char length.
3896 Move code to ada_template_to_fixed_record_type and call it.
3897
3898 (template_to_static_fixed_type): Revise comment.
3899 Modify to work on ordinary record types as well as templates,
3900 so as to handle fields that use ___XVE or ___XVU encodings.
3901 (to_record_with_fixed_variant_part): Fill out comment.
3902 Initialize C++ stuff in right type.
3903 Allow case where DVAL is null.
3904 Handle case where variant field is not last.
3905 Fix typo concerning record length.
3906 (to_fixed_record_type): Decomment disabled code.
3907 (to_fixed_record_type): Use variant_field_index instead of
3908 contains_variant_part.
3909 (to_fixed_variant_branch_type): Ditto.
3910 (to_fixed_array_type): Decomment disabled code.
3911 (ada_to_fixed_type): Convert tagged types to the specific type.
3912 Deactivate the size-check for array types in order to avoid
3913 some false size alarms.
3914 (to_static_fixed_type): Decomment disabled code.
3915 Modify to call template_to_static_fixed_type
3916 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
3917 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
3918 Remove valaddr argument, as it is never really used.
3919 (ada_to_fixed_value): Change interface to act on single struct value*
3920 operand.
3921 (adjust_pc_past_prologue): New function.
3922 (ada_attribute_name): Modify to take enum exp_opcode argument.
3923
3924 (ada_enum_name): Recognize new homonym-distinguishing convention.
3925 Adjust local variable's type to remove compiler warning.
3926 Fix a small problem in the part that unqualifies the enumeration name.
3927 (ada_value_binop): New function.
3928 (ada_value_equal): New function.
3929
3930 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
3931 Don't give error message when not doing normal evaluation
3932 and a tagged type doesn't seem to contain a structure member.
3933 Give error message for packed arrays.
3934 For indexing arrays, handle pointers to packed arrays correctly.
3935 Handle case of 'first and 'last attributes of bare integral type
3936 without encoded subtype info.
3937 Remove some unnecessary casts.
3938 Fix uninitialized value of type in computing 'first, 'last, or 'length
3939 of array object.
3940 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
3941 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
3942 calls.
3943 Attributes are now exp_opcode values.
3944 Correct treatment of 'modulus.
3945 Better error message for taking 'length of wrong kind of type;
3946 improve comment.
3947 Change EVAL_NORMAL to noside for consistency.
3948 Use ada_value_binop for DIV, MOD, REM.
3949 Make special case out of array of length 0, since an argument
3950 of 0 upsets some platforms' malloc.
3951 Use OP_STRING instead of OP_ARRAY.
3952 For slice, add check that we have an array type before extracting
3953 a slice out of it. Avoids a SEGV.
3954 When evaluating an array slice, if the array type is a reference to
3955 an aligner type, then replace the aligner type by the actual type.
3956 Decomment disabled code.
3957 Remove some dead code.
3958 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
3959 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
3960 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
3961 and UNOP_MBR to UNOP_IN_RANGE.
3962 If an array type has a parallel ___XVE type, then use it.
3963 Turn arrays into pointers for lvalue arrays.
3964 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
3965 bounds error and handle 0-length slices.
3966 Use lim_warning.
3967 When selecting fields, apply ada_to_fixed_value (because the fields
3968 might have ___XVU or ___XVE encodings even if not dynamic.)
3969 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
3970 (ada_is_system_address_type): New function.
3971
3972 (get_var_value): Use new interface to ada_lookup_symbol_list.
3973 (get_int_var_value): New interface.
3974 (to_fixed_range_type): Allow unknown bound, with warning.
3975 (ada_is_modular_type): Decomment disabled code.
3976 (ADA_OPERATORS): New definition.
3977 (ada_operator_length): New function.
3978 (ada_expr_op_name): New function.
3979 (ada_forward_operator_length): New function.
3980 (ada_dump_subexp_body): New function.
3981 (ada_print_subexp): New function.
3982 (ada_exp_descriptor): New constant.
3983 (ada_op_print_tab): Add 'size. Remove FIXMEs.
3984 (ada_language_defn): Add ada_exp_descriptor entry.
3985 Change ada_parse => parse.
3986 Add post-parser entry.
3987 Use ada-specific non-local symbol lookup.
3988 Don't use C-style arrays.
3989 String lower-bound is 1.
3990 Decomment disabled code.
3991 (parse): New function.
3992 New fields ada_translate_error_message, ada_lookup_symbol,
3993 ada_lookup_minimal_symbol.
3994
3995 * ada-lang.h: Update copyright dates.
3996 Replace the mangle/demangle terminology throughout by the
3997 more appropriate encode/decode one.
3998 Include breakpoint.h.
3999 Forward declare struct partial_symbol, struct block.
4000 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4001 (EXTRACT_ADDRESS): Remove.
4002 (EXTRACT_INT): Remove.
4003 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4004 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4005 (MAX_RENAMING_CHAIN_LENGTH): Define.
4006 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4007
4008 (enum task_states): Remove.
4009 ada_task_states: Remove.
4010 (fat_string): Remove.
4011 (struct entry_call): Remove.
4012 (struct task_fields): Remove.
4013 (struct task_entry): Remove.
4014
4015 (struct ada_symbol_info): Define.
4016 (enum ada_attribute): Remove.
4017 (enum ada_operator): Define.
4018
4019 (ada_get_field_index): Declare.
4020 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4021 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4022 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4023 (ada_lookup_symbol_list): New interface.
4024 (ada_decode_symbol): Declare.
4025 (ada_decode): Declare.
4026 (ada_lookup_symbol): New interface.
4027 (ada_update_initial_language): Declare.
4028 (ada_lookup_simple_minsym): Declare.
4029 (user_select_syms): New interface.
4030 (ada_sals_for_line): Declare.
4031 (ada_is_tagged_type): New interface.
4032 (ada_tag_name): Declare.
4033 (ada_lookup_struct_elt_type): Remove declaration.
4034 (ada_search_struct_field): Remove declaration.
4035 (ada_attribute_name): New interface.
4036 (ada_is_system_address_type): Declare.
4037 (ada_to_fixed_value): Remove declaration.
4038 (ada_template_to_fixed_record_type_1): Declare.
4039 (get_int_var_value): New interface.
4040 (ada_find_any_symbol): Declare.
4041 (ada_find_renaming_symbol): Declare.
4042 (ada_mangle): Rename to ada_encode.
4043 (ada_simple_renamed_entity): Remove const.
4044 (ada_main_name): Declare.
4045 (get_current_task): Rename to ada_get_current_task.
4046 (get_entry_number): Remove declaration.
4047 (ada_report_exception_break): Remove declaration.
4048 (ada_print_exception_breakpoint_nontask): Declare.
4049 (ada_print_exception_breakpoint_task): Declare.
4050 (ada_find_printable_frame): Declare.
4051
4052 * ada-lex.l: Update copyright notices.
4053 Use xmalloc and xfree instead of malloc and free.
4054 Use new interface to name_lookup.
4055 Use new interface to
4056 ada_mangle=>ada_encode.
4057 Redo handling of '$...' variable to parallel current treatment
4058 in c-exp.y.
4059 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4060 digit_to_int, strtoulst, processInt, processReal, processId,
4061 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4062 yywrap): Protoize.
4063
4064 (processInt): Use cast to remove harmless warning.
4065 (processReal): Modify to get rid of compiler warning on scan formats.
4066
4067 (processId): Replace xmalloc with obstack_alloc for name and remove
4068 call to ada_name_string_cleanup.
4069 Remove obsolete disabled code.
4070 (name_lookup): Ditto.
4071 New interface.
4072 Use obsavestring on temp_parse_space instead of savestring
4073 on name, and remove call to ada_name_string_cleanup.
4074 Free string returned from ada_simple_renamed_entity.
4075 Use new interface to ada_lookup_symbol_list.
4076 Decomment disabled code.
4077 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4078 not types.
4079 When a type name lookup succeeds as a result of
4080 lookup_primitive_typename, check for regular type entry that has not
4081 yet been read in.
4082 Limit length of chain of renamed symbols we are willing to follow.
4083 Do not break names beginning with "standard__" into segments.
4084 (block_lookup): Use new interface to ada_lookup_symbol_list.
4085
4086 * ada-typeprint.c: Update copyright notice.
4087 (demangled_type_name): Rename to decoded_type_name.
4088 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4089 (print_range_bound): Correct handling of negative
4090 bounds that make the index type looked unsigned under STABS.
4091 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4092 (print_range_type_named): Use the builtin int type if no type
4093 corresponding to the given type name could be found.
4094 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4095 Add some bullet-proofing.
4096 (print_variant_clauses): Allow for variant branches with ___XVU
4097 encodings that are not dynamic fields.
4098 Use new interface to ada_is_tagged_type.
4099 (print_record_type): Allow for fields with ___XVE encodings that
4100 are not dynamic fields.
4101 Use new interface to ada_is_tagged_type.
4102 (ada_print_type): ada_is_array_descriptor =>
4103 ada_is_array_descriptor_type.
4104
4105 * ada-valprint.c: Update copyright notice.
4106 Include gdb_string.h
4107 Include infcall.h
4108 (ui_memcpy): New function.
4109 (ada_print_floating): New function.
4110 (ada_print_str): Order arguments correctly.
4111 Correct handling of empty arrays and arrays of 0-length items.
4112 ada_is_array_descriptor => ada_is_array_descriptor_type
4113 Print values of type System.Address in hexadecimal format.
4114 Use ada_print_floating to print floating-point numbers in Ada format.
4115 Print class tag values with type names.
4116 No longer print the address of reference values. Avoids
4117 a potential confusion.
4118 (ada_value_print): Stop printing the object type for reference
4119 values, but preserve that behavior for access types. Avoids
4120 a potential confusion.
4121 Simplify one conditional expression, as the first part is now
4122 necessarily true.
4123 ada_is_array_descriptor => ada_is_array_descriptor_type
4124 Add check for arrays for null records, and print them by hand.
4125
4126 2004-06-01 Jim Blandy <jimb@redhat.com>
4127
4128 * ppc-tdep.h: Delete unused 'regoff' member.
4129 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4130
4131 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
4132
4133 Fix PR symtab/1661.
4134 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4135 (hpread_read_struct_type): Likewise.
4136
4137 2004-06-01 Andrew Cagney <cagney@gnu.org>
4138
4139 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4140 instead of xasprintf.
4141 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
4142 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
4143 (mi_cmd_data_list_register_names)
4144 (mi_cmd_data_list_changed_registers)
4145 (mi_cmd_data_list_register_values)
4146 (get_register, mi_cmd_data_write_register_values)
4147 (mi_cmd_data_write_register_values)
4148 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
4149 (mi_cmd_target_download, mi_cmd_target_select)
4150 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
4151 (mi_execute_cli_command, mi_execute_async_cli_command)
4152 (mi_execute_async_cli_command): Ditto.
4153 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4154 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4155
4156 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4157 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4158 error_last_message instead of mi_error_last_message.
4159 * mi/mi-main.c (mi_error_last_message): Delete function.
4160
4161 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4162 "invalid number of columns" error. Delete redundant "out of
4163 memory" check.
4164
4165 2004-05-31 Mark Kettenis <kettenis@gnu.org>
4166
4167 * i386bsd-nat.c: Don't include <sys/procfs.h>.
4168 (gregset_t, fpregset_t): Remove typedefs.
4169 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4170 (REG_OFFSET): Rename argument.
4171 (i386bsd_r_reg_offset): Rename from reg_offset.
4172 (REG_ADDR): Remove macro.
4173 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4174 functions.
4175 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4176 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4177 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
4178 instead of supply_gregset.
4179 (store_inferior_registers): Use `struct reg' and `struct fpreg'
4180 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
4181 instead of fill_gregset.
4182 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4183
4184 * i386bsd-nat.c: Don't include "gregset.h".
4185 (supply_gregset, fill_gregset): Make static.
4186 (supply_fpregset, fill_fpregset): Remove.
4187 * Makefile.in (i386bsd-nat.o): Update dependencies.
4188
4189 2004-05-30 Mark Kettenis <kettenis@gnu.org>
4190
4191 * fbsd-proc.c: Include "regcache.h", "regset.h" and
4192 "gdb_assert.h". Con't include "gregset.h".
4193 (fbsd_make_corefile_notes): Use regset-based core file support
4194 instead off fill_gregset and fill_fpregset.
4195 * Makefile.in (fbsd-proc.o): Update dependencies.
4196
4197 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
4198 instructions.
4199 (m88k_frame_prev_register): Simplify code a bit.
4200
4201 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
4202 (amd64_collect_fpregset): New function.
4203 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
4204
4205 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
4206
4207 * i386-tdep.c (i386_supply_gregset): Adjust comment.
4208 (i386_collect_gregset): New function.
4209 (i386_supply_fpregset): Adjust comment.
4210 (i386_collect_fpregset): New function.
4211 (i386_regset_from_core_section): Use i386_collect_gregset and
4212 i386_collect_fpregset.
4213
4214 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
4215 handle VALUEP being null.
4216
4217 * regset.h (collect_regset_ftype): Unconstify fourth argument.
4218
4219 2004-05-29 Mark Kettenis <kettenis@gnu.org>
4220
4221 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
4222
4223 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
4224 assembler in OpenBSD 3.5-current.
4225 (amd64obsd_sigcontext_addr): Likewise.
4226
4227 2004-05-28 Jim Blandy <jimb@redhat.com>
4228
4229 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
4230 register set, so our regcache isn't declared "legacy" and our E500
4231 pseudoregister read and write functions aren't ignored.
4232 (rs6000_register_byte, rs6000_register_raw_size,
4233 rs6000_register_virtual_type, rs6000_register_convertible,
4234 rs6000_register_convert_to_virtual,
4235 rs6000_register_convert_to_raw): Deleted.
4236 (rs6000_register_type, rs6000_convert_register_p,
4237 rs6000_register_to_value, rs6000_value_to_register): New
4238 functions.
4239 (rs6000_gdbarch_init): Don't register
4240 gdbarch_deprecated_register_size,
4241 gdbarch_deprecated_register_bytes,
4242 gdbarch_deprecated_register_byte,
4243 gdbarch_deprecated_register_raw_size,
4244 gdbarch_deprecated_register_virtual_type,
4245 gdbarch_deprecated_register_convertible,
4246 gdbarch_deprecated_register_convert_to_virtual, or
4247 gdbarch_deprecated_register_convert_to_raw methods. Instead,
4248 register gdbarch_register_type, gdbarch_convert_register_p,
4249 gdbarch_register_to_value, and gdbarch_value_to_register methods.
4250
4251 2004-05-26 Jim Blandy <jimb@redhat.com>
4252
4253 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
4254 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
4255 functions, updated to match the register numberings used in GCC.
4256 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
4257 rs6000_dwarf2_reg_to_regnum as register number conversions
4258 functions for STABS and Dwarf2.
4259
4260 2004-05-26 Randolph Chung <tausq@debian.org>
4261
4262 * infttrace.h (target_waitkind): Forward declare type instead of pulling
4263 in header file.
4264
4265 2004-05-25 Joel Brobecker <brobecker@gnat.com>
4266
4267 * NEWS: Document new "start" command.
4268
4269 2004-05-25 Randolph Chung <tausq@debian.org>
4270
4271 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
4272 hppa-linux.
4273
4274 2004-05-25 Randolph Chung <tausq@debian.org>
4275
4276 * hppa-hpux-tdep.c (offsetof): Define.
4277 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
4278 (hppa32_hpux_frame_base_before_sigtramp)
4279 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4280 (hppa64_hpux_frame_saved_pc_in_sigtramp)
4281 (hppa64_hpux_frame_base_before_sigtramp)
4282 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
4283 functions.
4284 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
4285 (hppa_hpux_sigtramp_frame_unwind_cache)
4286 (hppa_hpux_sigtramp_frame_this_id)
4287 (hppa_hpux_sigtramp_frame_prev_register)
4288 (hppa_hpux_sigtramp_frame_unwind)
4289 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
4290 (hppa_hpux_init_abi): Register sigtramp unwinder.
4291 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
4292
4293 2004-05-25 Randolph Chung <tausq@debian.org>
4294
4295 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
4296 and multiple stack unwinds.
4297 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
4298
4299 2004-05-25 Andrew Cagney <cagney@gnu.org>
4300
4301 * symfile.h (symbol_file_add_from_memory): Delete declaration.
4302 * symfile-mem.h: Delete file.
4303 * symfile-mem.c: Do not include "symfile-mem.h".
4304 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
4305 "struct bfd_section". When an error do not bother returning NULL.
4306 (add_symbol_file_from_memory_command): Use "struct bfd" and
4307 "struct bfd_section".
4308 * Makefile.in (symfile_mem_h): Delete.
4309 (symfile-mem.o): Update dependencies.
4310
4311 2004-05-25 Nick Roberts <nickrob@gnu.org>
4312
4313 * gdb-mi.el: New file.
4314
4315 2004-05-25 Andrew Cagney <cagney@gnu.org>
4316
4317 * inftarg.c: Include "observer.h".
4318 (child_attach, child_create_inferior): Notify inferior_created.
4319 * corelow.c: Include "observer.h".
4320 (core_open): Notify inferior_created.
4321 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
4322
4323 2004-05-25 Andrew Cagney <cagney@gnu.org>
4324
4325 * target.h (struct target_ops): Add from_tty to
4326 to_create_inferior.
4327 (target_create_inferior, find_default_create_inferior): Update.
4328 * infcmd.c (run_command): Update.
4329 * wince.c (child_create_inferior): Update.
4330 * win32-nat.c (child_create_inferior): Update.
4331 * uw-thread.c (uw_thread_create_inferior): Update.
4332 * thread-db.c (thread_db_create_inferior): Update.
4333 * target.c (debug_to_create_inferior)
4334 (find_default_create_inferior): Update.
4335 (maybe_kill_then_create_inferior): Update.
4336 * sol-thread.c (sol_thread_create_inferior): Update.
4337 * remote.c (extended_remote_async_create_inferior)
4338 (extended_remote_create_inferior): Update.
4339 * remote-vx.c (vx_create_inferior): Update.
4340 * remote-st.c (st2000_create_inferior): Update.
4341 * remote-sim.c (gdbsim_create_inferior): Update.
4342 * remote-sds.c (sds_create_inferior): Update.
4343 * remote-rdp.c (remote_rdp_create_inferior): Update.
4344 * remote-rdi.c (arm_rdi_create_inferior): Update.
4345 * remote-m32r-sdi.c (m32r_create_inferior): Update.
4346 * remote-e7000.c (e7000_create_inferior): Update.
4347 * procfs.c (procfs_create_inferior): Update.
4348 * ocd.c (ocd_create_inferior): Update.
4349 * ocd.h (ocd_create_inferior): Update.
4350 * nto-procfs.c (procfs_create_inferior): Update.
4351 * monitor.c (monitor_create_inferior): Update.
4352 * lin-lwp.c (lin_lwp_create_inferior): Update.
4353 * inftarg.c (child_create_inferior): Update.
4354 * hpux-thread.c (hpux_thread_create_inferior): Update.
4355 * gnu-nat.c (gnu_create_inferior): Update.
4356
4357 2004-05-25 Andrew Cagney <cagney@gnu.com>
4358
4359 * MAINTAINERS: Update e-mail address.
4360
4361 2004-05-24 Randolph Chung <tausq@debian.org>
4362
4363 * thread.c (info_threads_command, thread_apply_all_command)
4364 (thread_apply_command, thread_command, do_captured_thread_select):
4365 Remove HPUXHPPA-specific code.
4366
4367 2004-05-24 Randolph Chung <tausq@debian.org>
4368
4369 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
4370 unused symbols.
4371 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
4372 references.
4373
4374 2004-05-24 Joel Brobecker <brobecker@gnat.com>
4375
4376 * infcmd.c (kill_if_already_running): New function, extracted
4377 from run_command().
4378 (run_command): Replace extracted code by call to
4379 kill_if_already_running().
4380 (start_command): New function.
4381 (_initialize_infcmd): Add "start" command.
4382
4383 2004-05-24 Mark Kettenis <kettenis@gnu.org>
4384
4385 Add OpenBSD/m88k support.
4386 * NEWS (New native configurations): Mention OpenBSD/m88k.
4387 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
4388 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
4389 * Makefile.in (m88k_tdep_h): New variable.
4390 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
4391 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
4392 * configure.host: Add m88*-*-openbsd*.
4393 * configure.tgt: Add m88*-*-openbsd*.
4394
4395 2004-05-24 Jim Blandy <jimb@redhat.com>
4396
4397 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
4398 to approve changes.
4399
4400 2004-05-24 Kevin Buettner <kevinb@redhat.com>
4401
4402 * symtab.c (fixup_section): Search section table when lookup by
4403 name fails.
4404
4405 2004-05-24 Randolph Chung <tausq@debian.org>
4406
4407 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
4408 be "small_struct".
4409
4410 2004-05-24 Mark Kettenis <kettenis@gnu.org>
4411
4412 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
4413 register number in regcache_raw_collect call.
4414 (m68kbsd_collect_fpregset): Likewise.
4415 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
4416
4417 * regset.h (struct regset): Add back `regset' member.
4418
4419 2004-05-23 Mark Kettenis <kettenis@gnu.org>
4420
4421 * configure.in: Check for td_pcb in `struct thread'.
4422 * configure, config.in: Regenerated.
4423
4424 * dpx2-nat.c: Remove file.
4425 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
4426 (dpx2-nat.o): Remove dependencies.
4427
4428 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
4429 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
4430 (amd64obsd_supply_pcb): New function.
4431 (_initialize_amd64obsd_nat): Enable libkvm interface.
4432 * Makefile.in (amd64obsd-nat.o): Update dependencies.
4433 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
4434 (LOADLIBES): New variable.
4435
4436 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
4437 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
4438 (sparc32nbsd_supply_pcb): New function.
4439 (_initialize_sparcnbsd_nat): Enable libkvm interface.
4440 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
4441 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4442 (LOADLIBES): New variable.
4443
4444 2004-05-22 Mark Kettenis <kettenis@gnu.org>
4445
4446 * bsd-kvm.c, bsd-kvm.h: New files.
4447 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4448 "bsd-kvm.h".
4449 (i386fbsd_supply_pcb): New function.
4450 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
4451 (i386fbsd-nat.o): Update dependencies.
4452 (bsd_kvm_h): New variable.
4453 (bsd-kvm.o): New dependency.
4454 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4455 (LOADLIBES): New variable.
4456
4457 * regset.c: Tweak comment.
4458 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
4459 macro.
4460 * regset.h: Update copyright year.
4461 (struct regset): Remove `descr' member, add `gdbarch' member.
4462 (regset_alloc): Adjust prototype and comment.
4463 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
4464 (i386_supply_fpregset): Likewise.
4465 (i386_regset_from_core_section): Update call to regset_alloc.
4466 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
4467 REGSET->arch.
4468 (i386obsd_aout_regset_from_core_section): Update call to
4469 regset_alloc.
4470 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
4471 REGSET->arch.
4472 (i386nbsd_aout_regset_from_core_section): Update call to
4473 regset_alloc.
4474 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
4475 REGSET->arch.
4476 (amd64_regset_from_core_section): Update call to regset_alloc.
4477 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
4478 REGSET->arch.
4479 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
4480 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
4481 &sparc32nbsd_gregset in sparc32_supply_gregset call.
4482 (sparc32nbsd_init_abi): Update call to regset_alloc.
4483 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
4484 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
4485 (sparc64obsd_init_abi): Update call to regset_alloc.
4486 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
4487 &sparc64nbsd_gregset in sparc64_supply_gregset call.
4488 (sparc64nbsd_init_abi): Update call to regset_alloc.
4489 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
4490 &sparc64fbsd_gregset in sparc64_supply_gregset call.
4491 (sparc64fbsd_init_abi): Update call to regset_alloc.
4492
4493 2004-05-22 Jim Blandy <jimb@redhat.com>
4494
4495 * ppc-tdep.h (spe_register_p): New declaration.
4496 (struct gdbarch_tdep): New members: ppc_acc_regnum and
4497 ppc_spefscr_regnum.
4498 * rs6000-tdep.c (spe_register_p): New function.
4499 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
4500 spefscr.
4501 (rs6000_gdbarch_init): Initialize the new members of the tdep
4502 structure.
4503
4504 2004-05-21 Jim Blandy <jimb@redhat.com>
4505
4506 * ppc-linux-nat.c (fetch_register): Move code back to be next
4507 to the comment that describes it. (Moved code, instead of
4508 comment, for symmetry with store_register.)
4509
4510 Allocate regset structures in the gdbarch's obstack, not using
4511 xmalloc.
4512 * regset.c (regset_alloc): Renamed from regset_xmalloc.
4513 Add 'arch' argument. Allocate the regset on arch's obstack, not
4514 using xmalloc.
4515 * regset.h (regset_alloc): Update declaration.
4516 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
4517 gdbarch argument.
4518 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4519 * i386-tdep.c (i386_regset_from_core_section): Same.
4520 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4521 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4522 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4523 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4524 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4525 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4526
4527 2004-05-21 Joel Brobecker <brobecker@gnat.com>
4528
4529 * config/djgpp/fnchange.lst: Undo previous change, was useless.
4530
4531 2004-05-21 Jim Blandy <jimb@redhat.com>
4532
4533 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
4534 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
4535
4536 2004-05-20 Jim Blandy <jimb@redhat.com>
4537
4538 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
4539
4540 2004-05-20 Mark Kettenis <kettenis@gnu.org>
4541
4542 * regset.h: Make prototype const-correct.
4543 * regset.c (regset_xmalloc): Make const-correct.
4544
4545 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
4546
4547 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
4548 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
4549 (symbol_search_name): Declare.
4550
4551 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
4552 (iter_name_next_hashed): Ditto.
4553 (iter_name_next_linear): Ditto.
4554 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
4555
4556 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
4557 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
4558 (symbol_search_name): New function.
4559
4560 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
4561
4562 * minsyms.c (build_minimal_symbol_hash_tables): Change
4563 test for adding to demangled hash table to check for difference
4564 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
4565
4566 2004-05-19 Jim Blandy <jimb@redhat.com>
4567
4568 Use a constructor function to create regset structures.
4569 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
4570 (struct regset): Use supply_regset_ftype. Add new
4571 'collect_regset' member.
4572 (regset_xmalloc): New declaration.
4573 * regset.c: New file.
4574 * am64-tdep.c (amd64_regset_from_core_section): Use
4575 regset_xmalloc to construct regset structures.
4576 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4577 * i386-tdep.c (i386_regset_from_core_section): Same.
4578 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4579 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4580 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4581 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4582 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4583 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4584 * Makefile.in (COMMON_OBS): Add regset.o.
4585 (regset.o): New rule.
4586
4587 2004-05-19 Joel Brobecker <brobecker@gnat.com>
4588
4589 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
4590 and pthread_cond_wait.c.
4591
4592 2004-05-18 Jim Blandy <jimb@redhat.com>
4593
4594 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
4595 before the mach-specific switch, and then let the individual cases
4596 override the defaults, rather than leaving them uninitialized
4597 until the switch and then setting them in each case.
4598
4599 2004-05-18 Randolph Chung <tausq@debian.org>
4600
4601 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
4602 millicode functions.
4603
4604 2004-05-18 Randolph Chung <tausq@debian.org>
4605
4606 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
4607 references to dld_flags_buffer consistent.
4608
4609 2004-05-18 Randolph Chung <tausq@debian.org>
4610
4611 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
4612 it for unwinding the stack.
4613
4614 2004-05-18 Randolph Chung <tausq@debian.org>
4615
4616 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
4617 Undefine these so we can overide them using gdbarch.
4618
4619 2004-05-18 Randolph Chung <tausq@debian.org>
4620
4621 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
4622 handling for 64-bit HPUX (elf).
4623
4624 2004-05-18 Daniel Jacobowitz <dan@debian.org>
4625
4626 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
4627 constants.
4628 * amd64-tdep.c (amd64_skip_prologue): Likewise.
4629 * ia64-tdep.c (examine_prologue): Likewise.
4630 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
4631 * v850-tdep.c (v850_fix_call_dummy): Likewise.
4632
4633 2004-05-18 Mark Kettenis <kettenis@gnu.org>
4634
4635 * vax-tdep.c (vax_return_value): Implement
4636 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4637
4638 2004-05-17 Mark Kettenis <kettenis@gnu.org>
4639
4640 * vax-tdep.c (vax_return_value): Fix typo.
4641
4642 2004-05-17 Andrew Cagney <cagney@redhat.com>
4643
4644 * MAINTAINERS: Mark Salter was also responsible for
4645 testsuite/config/
4646
4647 * NEWS: Mention signal fixes.
4648
4649 2004-05-17 Randolph Chung <tausq@debian.org>
4650
4651 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
4652 check to see if we are unwinding an export stub. Export stubs clobber
4653 the %rp in the call path and stores the original rp in a stack slot.
4654
4655 2004-05-17 Jim Blandy <jimb@redhat.com>
4656
4657 * MAINTAINERS: Update address for J.T. Conklin.
4658
4659 2004-05-17 Randolph Chung <tausq@debian.org>
4660
4661 * hppa-tdep.c: Remove superfluous #include's.
4662 * Makefile.in (hppa-tdep.o): Update dependencies.
4663
4664 2004-05-17 Randolph Chung <tausq@debian.org>
4665
4666 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
4667 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
4668 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
4669 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
4670 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
4671 Remove static function declarations.
4672
4673 2004-05-17 Mark Kettenis <kettenis@gnu.org>
4674
4675 * alphabsd-nat.c: Update copyright year.
4676 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
4677
4678 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
4679 and M68K_A2_REGNUM.
4680
4681 * m68k-tdep.c (m68k_svr4_return_value): Implement
4682 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4683
4684 2004-05-16 Mark Kettenis <kettenis@gnu.org>
4685
4686 * sol-thread.c Update copyright year. Fix various coding
4687 standards violations. Tweak a few comments.
4688 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
4689 Delete prototypes.
4690
4691 2004-05-15 Randolph Chung <tausq@debian.org>
4692
4693 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
4694 as pointer instead of array reference since HPUX compiler does
4695 not accept unsized array arguments.
4696 * somsolib.c (dld_flags_buffer): Use constant array size.
4697
4698 2004-05-15 Mark Kettenis <kettenis@gnu.org>
4699
4700 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
4701 offset with decimal offset.
4702 (amd64obsd_sigcontext_addr): Return correct address for entire
4703 signal trampoline.
4704
4705 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
4706 instead of get_frame_base.
4707
4708 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
4709 (fill_gregset): Use regcache_raw_collect.
4710
4711 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
4712 ppcobsd-tdep.c.
4713
4714 * config/sparc/tm-nbsd64.h: Remove file.
4715 * config/tm-sunos.h: Remove file.
4716
4717 2004-05-15 Joel Brobecker <brobecker@gnat.com>
4718
4719 * rs6000-tdep.c (store_param_on_stack_p): New function,
4720 an improved version of some code extracted from skip_prologue().
4721 (skip_prologue): Use store_param_on_stack_p() to detect
4722 instructions saving a parameter on the stack. Detect when r0
4723 is used to save a parameter.
4724 Do not mark "li rx, SIMM" instructions as part of the prologue,
4725 unless the following instruction is also part of the prologue.
4726
4727 2004-05-14 Andrew Cagney <cagney@redhat.com>
4728
4729 * infrun.c (handle_inferior_event): Simplify
4730 STEP_OVER_UNDEBUGGABLE.
4731
4732 * infrun.c (handle_step_into_function): Delete function.
4733 (handle_inferior_event): Inline calls to
4734 handle_step_into_function.
4735
4736 2004-05-14 Jerome Guitton <guitton@gnat.com>
4737
4738 * rs6000-nat.c: Fix a comment.
4739
4740 2004-05-12 David Anderson <davea@sgi.com>
4741
4742 Committed by Jim Blandy <jimb@redhat.com>:
4743 * regcache.c (struct regcache_descr): fix comment spelling.
4744
4745 2004-05-13 J. Brobecker <brobecker@gnat.com>
4746
4747 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
4748 Fixes a link link failure.
4749
4750 2004-05-13 J. Brobecker <brobecker@gnat.com>
4751
4752 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
4753 error that was causing the build to fail.
4754
4755 2004-05-13 J. Brobecker <brobecker@gnat.com>
4756
4757 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
4758 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
4759
4760 2004-05-13 Andrew Cagney <cagney@redhat.com>
4761
4762 * infrun.c (handle_inferior_event): Check for
4763 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
4764 calls. Update comments.
4765
4766 2004-05-13 Jim Blandy <jimb@redhat.com>
4767
4768 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
4769 (fetch_regs_user_thread, fetch_regs_kernel_thread)
4770 (store_regs_user_thread, store_regs_kernel_thread): Use
4771 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
4772 * ppc-linux-nat.c (fill_gregset): Same.
4773 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
4774 (ppc_linux_sigtramp_cache): Same.
4775 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
4776 (ppcnbsd_sigtramp_cache_init): Same.
4777 * rs6000-nat.c (fetch_core_registers): Same.
4778 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
4779 (rs6000_frame_cache): Same.
4780
4781 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
4782 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
4783 of assuming that the gprs are numbered starting with zero.
4784 * ppc-linux-nat.c (fill_gregset): Same.
4785 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
4786 * ppcnbsd-nat.c (getregs_supplies): Same.
4787 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
4788 * rs6000-nat.c (fetch_core_registers): Same.
4789 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
4790
4791 2004-05-07 Michael Snyder <msnyder@redhat.com>
4792
4793 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
4794 LOC_COMPUTED_ARG, and LOC_INDIRECT.
4795
4796 2004-05-13 Andrew Cagney <cagney@redhat.com>
4797
4798 * infrun.c (handle_inferior_event): Use frame_unwind_id.
4799
4800 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
4801
4802 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
4803 base_address for shared libraries.
4804
4805 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
4806
4807 * MAINTAINERS (write after approval): Add myself.
4808
4809 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
4810
4811 * breakpoint.c (bpstat_stop_status): Add new argument
4812 STOPPED_BY_WATCHPOINT. Use it instead of testing
4813 target_stopped_data_address agaist 0 to check whether
4814 or not we stopped due to a hardware watchpoint.
4815 * breakpoint.h (bpstat_stop_status): Adapt prototype.
4816 * infrun.c (handle_inferior_event): Call bpstat_stop_status
4817 with new argument.
4818
4819 2004-05-12 Jim Blandy <jimb@redhat.com>
4820
4821 * configure.in: When checking whether we should use the -bbigtoc
4822 option, don't forget to restore the original value of LDFLAGS.
4823 * configure: Regenerated.
4824
4825 2004-05-12 Andrew Cagney <cagney@redhat.com>
4826
4827 * thread.c (load_infrun_state): Delete step_sp.
4828 * infrun.c (context_switch): Ditto.
4829 * inferior.h (step_sp): Ditto.
4830 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
4831 * gdbthread.h (struct thread_info, save_infrun_state)
4832 (restore_infrun_state): Ditto.
4833
4834 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
4835
4836 * MAINTAINERS (write after approval): Add myself.
4837
4838 2004-05-12 Andrew Cagney <cagney@redhat.com>
4839
4840 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
4841 eliminate reference to step_sp.
4842 (struct execution_control_state, init_execution_control_state)
4843 (handle_inferior_event, keep_going): Delete update_step_sp and
4844 step_sp.
4845 * infcmd.c (step_sp): Note that variable is unused.
4846
4847 2004-05-11 Andrew Cagney <cagney@redhat.com>
4848
4849 * infrun.c (step_over_function): Delete function.
4850 (handle_step_into_function): Use insert_step_resume_breakpoint.
4851 (insert_step_resume_breakpoint): Fix assertion.
4852
4853 2004-05-11 Nick Roberts <nickrob@gnu.org>
4854
4855 * utils.c (defaulted_query): Just use the normal query input type
4856 when printing the annotations.
4857
4858 2004-05-11 Andrew Cagney <cagney@redhat.com>
4859
4860 * infrun.c (handle_inferior_event): Simplify code handling
4861 step-into or return-from a signal trampoline.
4862
4863 2004-05-11 Andrew Cagney <cagney@redhat.com>
4864
4865 * ppcnbsd-tdep.c: Include "gdb_assert.h".
4866 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
4867
4868 2004-05-10 Jim Blandy <jimb@redhat.com>
4869
4870 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
4871 with a call to internal_error.
4872
4873 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
4874 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
4875 processor variant lacks those registers.
4876 (ppc_floating_point_unit_p): Change description to make it clear
4877 that this returns info about the ISA, not the ABI.
4878 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
4879 return true or false by checking tdep->ppc_fp0_regnum and
4880 tdep->ppc_fpscr_regnum. The original code replicated the BFD
4881 arch/mach switching done in rs6000_gdbarch_init; it's better to
4882 keep that logic there, and just check the results here.
4883 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
4884 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
4885 floating-point registers.
4886 (ppc_supply_fpregset, ppc_collect_fpregset)
4887 (rs6000_push_dummy_call, rs6000_extract_return_value)
4888 (rs6000_store_return_value): Assert that we have floating-point
4889 registers.
4890 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
4891 (rs6000_frame_cache): Don't note the locations at which
4892 floating-point registers were saved if we have no fprs.
4893 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
4894 registers.
4895 (fetch_regs_user_thread, fetch_regs_kernel_thread)
4896 (store_regs_user_thread, store_regs_kernel_thread): Only call
4897 supply_fprs / fill_fprs if we actually have floating-point
4898 registers.
4899 (special_register_p): Check ppc_fpscr_regnum before matching
4900 against it.
4901 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
4902 supply / collect fpscr if we don't have it.
4903 * ppc-bdm.c: #include "gdb_assert.h".
4904 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
4905 have floating-point registers, since I can't test this code on
4906 FP-free systems to adapt it.
4907 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
4908 fpscr and floating point register numbers if they don't exist.
4909 (fetch_register): Assert that we have floating-point registers
4910 before we reach the code that handles them.
4911 (store_register): Same. And use tdep instead of calling
4912 gdbarch_tdep again.
4913 (fill_fpregset): Don't try to collect FP registers and fpscr if we
4914 don't have them.
4915 (ppc_linux_sigtramp_cache): Don't record the saved locations of
4916 fprs and fpscr if we don't have them.
4917 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
4918 don't have them.
4919 * ppcnbsd-nat.c: #include "gdb_assert.h".
4920 (getfpregs_supplies): Assert that we have floating-point registers.
4921 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
4922 * ppcobsd-tdep.c: #include "gdb_assert.h".
4923 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
4924 have floating-point registers.
4925 * rs6000-nat.c (regmap): Don't match against the fpscr and
4926 floating point register numbers if they don't exist.
4927 (fetch_inferior_registers, store_inferior_registers,
4928 fetch_core_registers): Only fetch / store / supply the
4929 floating-point registers and the fpscr if we have them.
4930 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
4931 (ppcobsd-tdep.o): Update dependencies.
4932
4933 2004-05-10 Andrew Cagney <cagney@redhat.com>
4934
4935 * infrun.c (through_sigtramp_breakpoint): Delete variable.
4936 (context_switch): Do not switch through_sigtramp_breakpoint.
4937 * gdbthread.h (save_infrun_state, load_infrun_state)
4938 (struct thread_info): Delete through_sigtramp_breakpoint parameter
4939 and structure member.
4940 * thread.c (load_infrun_state, save_infrun_state): Update.
4941
4942 2004-05-10 Mark Kettenis <kettenis@gnu.org>
4943
4944 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
4945
4946 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4947
4948 * acinclude.m4: Quote macro names being defined by AC_DEFUN
4949 throughout.
4950 * aclocal.m4: Regenerate.
4951
4952 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
4953
4954 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
4955
4956 2004-05-10 Andrew Cagney <cagney@redhat.com>
4957
4958 * infrun.c (check_sigtramp2): Delete function.
4959 (handle_inferior_event): When single stepping, and taking a
4960 signal, set a breakpoint at the signal return address. Delete
4961 redundant calls to check_sigtramp2.
4962 (insert_step_resume_breakpoint): New function.
4963 (through_sigtramp_breakpoint, handle_inferior_event)
4964 (follow_exec, wait_for_inferior, fetch_inferior_event)
4965 (currently_stepping, keep_going): Delete most uses of
4966 through_sigtramp_breakpoint, not that it should be deleted.
4967 (delete_breakpoint_current_contents): Delete function.
4968
4969 2004-05-10 Randolph Chung <tausq@debian.org>
4970
4971 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
4972 target.
4973 * config/pa/tm-linux.h: New file.
4974
4975 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
4976
4977 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
4978 of prefixes. Don't print the prefix twice in the CLI.
4979
4980 2004-05-10 Jim Blandy <jimb@redhat.com>
4981
4982 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
4983 collect all the gprs.
4984
4985 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
4986 loop collecting gprs.
4987
4988 2004-05-09 Andrew Cagney <cagney@redhat.com>
4989
4990 * remote-vx.c (net_step): Delete step-range code.
4991 * remote.c (remote_resume, init_all_packet_configs)
4992 (set_remote_protocol_E_packet_cmd)
4993 (show_remote_protocol_E_packet_cmd)
4994 (remote_protocol_E, show_remote_cmd, _initialize_remote)
4995 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
4996 (show_remote_protocol_e_packet_cmd): Ditto.
4997
4998 2004-05-09 Mark Kettenis <kettenis@gnu.org>
4999
5000 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5001
5002 * hppa-tdep.h: Update copyright year.
5003 (struct trad_frame_saved_reg): Add opaque declaration.
5004
5005 * amd64-tdep.c (amd64_return_value): Implement
5006 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5007
5008 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5009 (m68k_value_to_register): New functions.
5010 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5011 value_to_register.
5012
5013 * defs.h (enum return_value_convention): Add
5014 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5015 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5016 * infcmd.c (legacy_return_value): New function.
5017 (print_return_value): Rwerite to implement
5018 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5019 * values.c (using_struct_return): Check for inequality to
5020 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5021 RETURN_VALUE_STRUCT_CONVENTION.
5022 * i386-tdep.c (i386_return_value): Implement
5023 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5024
5025 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5026 include "symtab.h", "opcode/vax.h" and "inferior.h".
5027 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5028 to read_memory_unsigned_integer.
5029 (vax_gdbarch_init): Reorder.
5030 (_initialize_vax_tdep): Spell out prototype.
5031 * Makefile.in (vax-tdep.o): Update dependencies.
5032
5033 2004-05-08 Andrew Cagney <cagney@redhat.com>
5034
5035 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5036 * target.c (target_detach, target_disconnect): Ditto.
5037
5038 * infcall.c (call_function_by_hand): When no
5039 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5040 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5041 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5042 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5043 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5044
5045 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5046 * gdbarch.h, gdbarch.c: Re-generate.
5047 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5048 deprecated_fix_call_dummy.
5049 * v850-tdep.c (v850_gdbarch_init): Ditto.
5050 * infcall.c (call_function_by_hand): Do not call
5051 DEPRECATED_FIX_CALL_DUMMY.
5052
5053 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5054 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5055 * gdbarch.h, gdbarch.c: Re-generate.
5056 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5057 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5058 deprecated_sizeof_call_dummy_words.
5059 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5060 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5061 * v850-tdep.c (v850_gdbarch_init): Ditto.
5062 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5063 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5064 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5065 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5066 * arch-utils.h (legacy_call_dummy_words)
5067 (legacy_sizeof_call_dummy_words): Delete declarations.
5068 * arch-utils.c (legacy_call_dummy_words)
5069 (legacy_sizeof_call_dummy_words): Delete variables.
5070
5071 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5072 * gdbarch.h, gdbarch.c: Re-generate.
5073 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5074 * infcall.c (call_function_by_hand): Eliminate call to
5075 DEPRECATED_PUSH_DUMMY_FRAME.
5076 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5077 push_dummy_frame.
5078 (ns32k_push_dummy_frame): Delete function.
5079
5080 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5081 deprecated_call_dummy_breakpoint_offset or
5082 deprecated_call_dummy_start_offset.
5083 * dummy-frame.c, arm-tdep.c: Update comments.
5084 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5085 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5086 * gdbarch.h, gdbarch.c: Re-generate.
5087
5088 * infcall.c (legacy_push_dummy_code): Delete function.
5089 (push_dummy_code): Delete call.
5090
5091 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5092 * gdbarch.h, gdbarch.c: Re-generate.
5093 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5094 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5095 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5096 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5097
5098 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5099 (struct frame_info): Delete opaque declaration.
5100 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5101 * frame.c (get_frame_type): Delete call.
5102
5103 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5104 pc_in_call_dummy.
5105 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5106 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5107
5108 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5109
5110 * alphanbsd-tdep.c: Include "gdb_string.h".
5111 * armnbsd-tdep.c: Update copyright year.
5112 Include "gdb_string.h".
5113 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5114 dependencies.
5115
5116 * delta68-nat.c: Remove file.
5117 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5118 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5119 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5120 (delta68-nat.o): Remove dependency.
5121
5122 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5123 function.
5124 (m68k_gdbarch_init): Don't set
5125 deprecated_frameless_function_invocation.
5126
5127 2004-05-07 Randolph Chung <tausq@debian.org>
5128
5129 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
5130 read_memory_nobpt for code reading when doing frame unwinding.
5131 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5132
5133 2004-05-07 Randolph Chung <tausq@debian.org>
5134
5135 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5136 instead of sp, handle sigaltstack case.
5137 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
5138 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5139 signal handler and not that of the caller.
5140 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5141 hppa_linux_sigtramp_find_sigcontext.
5142
5143 2004-05-07 Randolph Chung <tausq@debian.org>
5144
5145 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5146 hppa-linux-nat.c.
5147 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5148 * hppa-linux-nat.c (fetch_register, store_register): Define.
5149 (fetch_inferior_registers, store_inferior_registers): Define.
5150 (supply_gregset): Add comment and clean up some unneeded code.
5151 (fill_gregset): Add comment and fix so that it saves registers in
5152 the right place in the gregset.
5153 (fill_fpregset): Fix buffer overrun problem.
5154 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5155
5156 2004-05-07 Randolph Chung <tausq@debian.org>
5157
5158 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
5159 do common handling of the pcoqt register.
5160 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5161 to use helper function.
5162 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5163 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5164 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5165 generic fallback unwinder when all else fails.
5166 (hppa_gdbarch_init): Add fallback sniffer.
5167 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5168 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5169 to use helper function.
5170
5171 2004-05-08 Joel Brobecker <brobecker@gnat.com>
5172
5173 * config/djgpp/fnchange.lst: Add translation rules for
5174 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5175
5176 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5177
5178 * frame.c (get_prev_frame_1): Work around GCC bug.
5179 * frame.h: Add comment about GCC bug.
5180
5181 2004-05-07 Andrew Cagney <cagney@redhat.com>
5182
5183 * observer.c: Include "commands.h" and "gdbcmd.h".
5184 (observer_debug, _initialize_observer): Add the
5185 command "set/show debug observer".
5186 * observer.sh: When observer debugging, log notify calls.
5187 * Makefile.in (observer.o): Update dependencies.
5188
5189 2004-05-07 Jason Molenda (jmolenda@apple.com)
5190
5191 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
5192
5193 2004-05-07 Jim Blandy <jimb@redhat.com>
5194
5195 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
5196 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
5197 to recognize gpr regnums, instead of assuming that
5198 tdep->ppc_fp0_regnum marks the end of the general-purpose
5199 registers.
5200
5201 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
5202 the given architecture has floating-point registers.
5203
5204 2004-05-07 Andrew Cagney <cagney@redhat.com>
5205
5206 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
5207 macro defined to 1.
5208 * gdbarch.h, gdbarch.c: Re-generate.
5209 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5210 deprecated_use_generic_dummy_frames.
5211
5212 2004-05-07 Brian Ford <ford@vss.fsi.com>
5213
5214 * NEWS: Mention Cygwin DWARF 2 support.
5215
5216 2004-05-07 Andrew Cagney <cagney@redhat.com>
5217
5218 * objfiles.h (struct entry_info): Delete unused fields
5219 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
5220 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
5221 * mipsread.c (mipscoff_symfile_read): Update.
5222 * mdebugread.c (parse_partial_symbols): Update.
5223 * dwarfread.c (read_file_scope): Update.
5224 * dwarf2read.c (read_file_scope): Update.
5225 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
5226 * coffread.c (complete_symtab): Update.
5227
5228 2004-05-07 Mark Kettenis <kettenis@gnu.org>
5229
5230 * infcall.c (_initialize_infcall): Fix typo.
5231
5232 2004-05-07 Andrew Cagney <cagney@redhat.com>
5233
5234 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
5235 * command.h (add_setshow_zinteger_cmd): Declare.
5236
5237 2004-05-06 Randolph Chung <tausq@debian.org>
5238
5239 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
5240 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
5241 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
5242 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
5243 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
5244 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
5245 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
5246 definitions ...
5247 * hppa-tdep.h: ... to here, with HPPA_ prefix.
5248 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
5249 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
5250 (hppa64_hpux_frame_find_saved_regs_in_sig)
5251 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
5252 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
5253 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
5254 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
5255 (hppa_linux_sigtramp_frame_prev_register): Likewise.
5256 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
5257 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
5258 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
5259 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
5260 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
5261 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
5262 (hppa32_register_type, hppa_cannot_store_register)
5263 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
5264 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
5265 * hpread.c (hpread_process_one_debug_symbol): Likewise.
5266 * pa64solib.c (pa64_solib_have_load_event)
5267 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
5268 (pa64_solib_unloaded_library_pathname): Likewise.
5269 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
5270 (som_solib_library_pathname): Likewise.
5271
5272 2004-05-05 Jim Ingham <jingham@apple.com>
5273
5274 * breakpoint.c (create_breakpoints): Copy the ignore count and
5275 thread id over from the pended breakpoint to the actual
5276 breakpoint.
5277
5278 2004-05-05 Andrew Cagney <cagney@redhat.com>
5279
5280 * gdbarch.sh (PARM_BOUNDARY): Delete.
5281 gdbarch.h, gdbarch.c: Re-generate.
5282 * valops.c (PARM_BOUNDARY): Delete macro.
5283 (value_push): Delete PARM_BOUNDARY code.
5284 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
5285
5286 2004-05-04 Jim Blandy <jimb@redhat.com>
5287
5288 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
5289 Don't assume that the gprs, fprs, and UISA sprs are
5290 contiguous, start at register number zero, and end with fpscr.
5291 Instead, use the numbers from the tdep structure.
5292
5293 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
5294 should no longer be used in code specific to the RS6000 and its
5295 derivatives.
5296 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
5297 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
5298 tdep->ppc_fp0_regnum.
5299 (ppc_supply_fpregset, ppc_collect_fpregset)
5300 (rs6000_push_dummy_call, rs6000_extract_return_value)
5301 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
5302 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
5303 FP0_REGNUM.
5304 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
5305 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
5306 Same.
5307 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
5308 bdm_ppc_store_registers): Same.
5309 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
5310 (store_register, fill_fpregset): Same.
5311 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
5312 (ppc_linux_supply_fpregset): Same.
5313 * ppcnbsd-nat.c (getfpregs_supplies): Same.
5314 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
5315 Same.
5316 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
5317 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
5318 ppc64_sysv_abi_return_value): Same.
5319 * rs6000-nat.c (regmap, fetch_inferior_registers)
5320 (store_inferior_registers, fetch_core_registers): Same.
5321
5322 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5323
5324 * m68knbsd-nat.c: Remove file.
5325 * m68knbsd-tdep.c: Remove file.
5326 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
5327 dependencies.
5328 * configure.host: Add m68k-*-netbsdelf*.
5329 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
5330 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
5331 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
5332 (XM_FILE): Remove.
5333 * config/m68k/nbsdelf.mh: New file.
5334 * config/m68k/nbsd.mt: New file.
5335 * config/m68k/nbsdaout.mt: Remove file.
5336 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
5337 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
5338 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
5339 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
5340 (use_struct_convention): Remove prototype.
5341 (USE_STRUCT_CONVENTION): Remove define.
5342 * config/m68k/xm-nbsd.h: Remove file.
5343
5344 2004-05-04 Michael Snyder <msnyder@redhat.com>
5345
5346 * m68k-tdep.c (m68k_gdbarch_init): Default to using
5347 reg_struct_return method (as gcc usually does for cross targets).
5348
5349 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5350
5351 Committed by Andrew Cagney.
5352 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
5353 alignment padding when accessing ucontext struct members.
5354
5355 2004-05-04 Jim Blandy <jimb@redhat.com>
5356
5357 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
5358 'ppc_gplast_regnum' member.
5359 (ppc_num_gprs): New enum constant.
5360 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
5361 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
5362 * rs6000-nat.c (regmap, fetch_inferior_registers,
5363 store_inferior_registers): Same.
5364 * rs6000-tdep.c (e500_pseudo_register_read)
5365 (e500_pseudo_register_write): Same.
5366 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
5367
5368 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
5369 * ppc-tdep.h (ppc_num_fprs): New enum constant.
5370 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
5371 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
5372 FPLAST_REGNUM.
5373 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
5374 Same.
5375 * ppc-linux-nat.c (ppc_register_u_addr): Same.
5376 * rs6000-nat.c (regmap, fetch_inferior_registers)
5377 (store_inferior_registers): Same.
5378
5379 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
5380 with FPLAST_REGNUM.
5381
5382 2004-05-03 Joel Brobecker <brobecker@gnat.com>
5383
5384 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
5385 failure detected by recent versions of GCC.
5386 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
5387 to be consistent with the usage in dwarf2_create_include_psymtab.
5388
5389 2004-05-03 Michael Snyder <msnyder@redhat.com>
5390
5391 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
5392 (heuristic_proc_start): Whitespace cleanup.
5393
5394 2004-05-04 Mark Kettenis <kettenis@gnu.org>
5395
5396 * sun3-nat.c: Remove file.
5397 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
5398 dependencies.
5399 (ALLDEPFILES): Remove sun3-nat.c.
5400 (sun3-nat.o): Remove dependencies.
5401
5402 * i386-interix-nat.c, i386-interix-tdep.c,
5403 config/i386/nm-interix.h, config/i386/interix.mh,
5404 config/i386/interix.mt: Remove files.
5405 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
5406 dependencies.
5407
5408 2004-05-03 Mark Kettenis <kettenis@gnu.org>
5409
5410 * m68k-tdep.h (struct gdbarch_tdep): Add member
5411 struct_value_regnum.
5412 (m68k_svr4_init_abi): New prototype.
5413 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
5414 different calling conventions.
5415 (m68k_extract_return_value): Remove code dealing with single-field
5416 structs.
5417 (m68k_store_return_value): Remove code dealing with single-field
5418 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
5419 (m68k_extract_struct_value_address): Remove function.
5420 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
5421 (m68k_reg_struct_return_p, m68k_return_value)
5422 (m68k_svr4_return_value): New functions.
5423 (m68k_use_struct_convention): Remove function.
5424 (m68k_push_dummy_call): Use new struct_value_regnum member of
5425 `struct gdbarch_tdep' instead of hardcoded register number to
5426 store STRUCT_ADDR.
5427 (m68k_svr4_init_abi): New function.
5428 (m68k_gdbarch_init): Don't set extract_return_value,
5429 store_return_values, deprecated_extract_struct_value_address and
5430 use_struct_convention. Set return_value instead. Initialize new
5431 struct_value_regnum member of `struct gdbarch_tdep'.
5432 * m68klinux-tdep.c: Update copyright year.
5433 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
5434 (m68k_linux_extract_struct_value_address): Remove function.
5435 (m68k_linux_init_abi): Don't set extract_return_value,
5436 store_return_values, deprecated_extract_struct_value_address and
5437 use_struct_convention. Call m68k_svr4_init_abi but override the
5438 new struct_value_regnum member of `struct gdbarch_tdep'.
5439 * Makefile.in (m68k-tdep.o): Update dependencies.
5440
5441 2004-05-03 J. Brobecker <brobecker@gnat.com>
5442
5443 * dwarf2read.c (line_header): Add new included_p field in
5444 field file_names.
5445 (partial_die_info): New field has_stmt_list. New field line_offset.
5446 (dwarf2_create_include_psymtab): New function.
5447 (dwarf2_build_include_psymtabs): New function.
5448 (add_file_name): Add forward declaration. Initialize new field.
5449 (dwarf_decode_lines): Add new parameter. Enhance this procedure
5450 to be able to determine the list of files included by the
5451 given unit, and build their associated psymtabs.
5452 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
5453 files as well.
5454 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
5455 (read_file_scope): Update call to dwarf_decode_lines.
5456 (read_partial_die): Handle DW_AT_stmt_list attributes.
5457
5458 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
5459
5460 Unfix PR gdb/1626.
5461 * configure.in: Revert special case for osf5.*.
5462 * configure: Regenerate.
5463
5464 2004-05-02 Jim Blandy <jimb@redhat.com>
5465
5466 Move the symbol-file-from-memory functions into their own file.
5467 * symfile-mem.c, symfile-mem.h: New files.
5468 * symfile.c (symbol_file_add_from_bfd): New function.
5469 (symbol_file_add): Call symbol_file_add_from_bfd.
5470 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
5471 Moved to symfile-mem.c.
5472 (_initialize_symfile): Move definition of
5473 add-symbol-file-from-memory command to symfile-mem.c.
5474 * symfile.h (symbol_file_add_from_bfd): New declaration.
5475 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
5476 * config/powerpc/linux.mt (TDEPFILES): Same.
5477 * Makefile.in (SFILES): Add symfile-mem.c.
5478 (symfile_mem_h): New variable.
5479 (HFILES_NO_SRCDIR): Add symfile-mem.h.
5480 (symfile-mem.o): New rule.
5481
5482 2004-05-01 Andrew Cagney <cagney@redhat.com>
5483
5484 * breakpoint.c (insert_bp_location): Use get_frame_id, and
5485 frame_find_by_id instead of frame_relative_level.
5486 (do_enable_breakpoint): Ditto.
5487 * thread.c: Update copyright.
5488 (info_threads_command): Ditto, simplify.
5489
5490 * frame.c (deprecated_generic_get_saved_register): Delete
5491 function, moved to "xstormy16-tdep.c".
5492 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
5493 deprecated_generic_get_saved_register from "frame.c".
5494 (xstormy16_frame_saved_register): Call
5495 xstormy16_get_saved_register.
5496 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
5497 static.
5498 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
5499 * frame.h (deprecated_generic_get_saved_register): Delete.
5500
5501 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
5502
5503 * dwarfread.c: Update documentation on the state of dwarf-1.
5504
5505 2004-05-01 Andrew Cagney <cagney@redhat.com>
5506
5507 * stack.c (select_frame_command): Delete call to
5508 frame_relative_level.
5509 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
5510 Delete #if0 code.
5511 (frame_info): Do not print FRAMELESS.
5512 (print_block_frame_labels): Replace DEPRECATED_STREQ.
5513 (catch_info): Delete #if0 code.
5514
5515 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
5516 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
5517 of frame_relative_level.
5518 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
5519 to SENTINEL_FRAME.
5520 * frame.h (enum frame_type): Add SENTINEL_FRAME.
5521 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
5522 frame_relative_level.
5523
5524 * frame.h (deprecated_set_frame_type): Delete declaration.
5525 * frame.c (deprecated_set_frame_type): Delete function, update
5526 comments.
5527
5528 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
5529 * gdbarch.h, gdbarch.c: Re-generate.
5530 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
5531 (shnbsd_pc_in_sigtramp): Delete.
5532 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
5533 pc_in_sigtramp.
5534 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
5535 pc_in_sigtramp.
5536 * frame.h: Update comments.
5537 * ppc-linux-tdep.c: Update comments.
5538 * breakpoint.c (bpstat_what): Update comments.
5539
5540 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
5541 m68klinux-tdep.o's dependencies, were previously added to
5542 m68klinux-nat.o.
5543
5544 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
5545 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
5546 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
5547 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
5548 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
5549
5550 * Makefile.in (m68klinux-nat.o): Update dependencies.
5551 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5552 (m68k_linux_sigtramp_frame_cache)
5553 (m68k_linux_sigtramp_frame_this_id)
5554 (m68k_linux_sigtramp_frame_prev_register)
5555 (m68k_linux_sigtramp_frame_unwind)
5556 (m68k_linux_sigtramp_frame_sniffer)
5557 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
5558 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
5559 names, use trad-frame.h.
5560 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
5561 (struct m68k_sigtramp_info): Delete.
5562 * m68k-tdep.c (m68k_sigtramp_frame_cache)
5563 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
5564 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
5565 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
5566 "m68klinux-tdep.c".
5567
5568 * infrun.c (check_sigtramp2): Delete check for
5569 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
5570
5571 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5572
5573 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
5574
5575 2004-05-01 Andrew Cagney <cagney@redhat.com>
5576
5577 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5578 (frv_linux_sigtramp_frame_cache)
5579 (frv_linux_sigtramp_frame_this_id)
5580 (frv_linux_sigtramp_frame_prev_register)
5581 (frv_linux_sigtramp_frame_unwind)
5582 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
5583 include "linux" in function and variable names, directly call
5584 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
5585 the latest trad-frame code.
5586 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
5587 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
5588 * Makefile.in (frv-linux-tdep.o): Update dependencies.
5589 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
5590 * frv-tdep.c (frv_sigtramp_frame_cache)
5591 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
5592 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
5593 frv-linux-tdep.c.
5594 (frv_gdbarch_init): Do not append a sigtramp sniffer.
5595 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
5596 (frv_set_sigcontext_reg_addr): Delete function.
5597
5598 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
5599 (DEPRECATED_SIGTRAMP_END): Delete.
5600 * gdbarch.h, gdbarch.c: Re-generate.
5601 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
5602 * config/vax/tm-vaxbsd.h: Update copyright.
5603 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
5604 (DEPRECATED_IN_SIGTRAMP): Define.
5605 * config/m68k/tm-nbsd.h: Update copyright.
5606 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
5607 (DEPRECATED_IN_SIGTRAMP): Define.
5608
5609 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5610
5611 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
5612 encondings. Fixes PR gdb/1628.
5613
5614 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
5615 DW_CFA_restore state without a matching DW_CFA_remember_state
5616 instead of aborting. Fixes PR backtrace/1589.
5617
5618 2004-04-30 Joel Brobecker <brobecker@gnat.com>
5619
5620 * MAINTAINERS: Add self as AIX maintainer.
5621 Update my e-mail address in write-after-approval section.
5622
5623 2004-04-30 Andrew Cagney <cagney@redhat.com>
5624
5625 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
5626 (legacy_get_prev_frame): Ditto.
5627
5628 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
5629 (mips_gdbarch_init): Do not set pc_in_sigtramp.
5630 * mipsread.c (sigtramp_address): Delete extern variable.
5631 (mipscoff_new_init): Delete reference.
5632 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
5633 (fixup_sigtramp): Delete function.
5634 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
5635 (fixup_sigtramp): Delete declarations.
5636
5637 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
5638 deprecated_pc_in_sigtramp.
5639 (ppcnbsd_pc_in_sigtramp): Delete function.
5640
5641 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5642
5643 * config/m68k/nm-nbsd.h: Tweak comments.
5644 * config/m68k/nm-nbsdaout.h: Likewise.
5645
5646 2004-04-30 Andrew Cagney <cagney@redhat.com>
5647
5648 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
5649 legacy_pc_in_sigtramp.
5650 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
5651
5652 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5653
5654 Add OpenBSD/m68k support.
5655 * NEWS (New native configurations): Mention OpenBSD/m68k.
5656 * m68kbsd-tdep.c: New file.
5657 * m68kbsd-nat.c: New file.
5658 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
5659 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
5660 * configure.host: Add m68k-*-openbsd.
5661 * configure.tgt: Add m68k-*-openbsd.
5662 * config/m68k/tm-obsd.h: New file.
5663 * config/m68k/obsd.mt: New file.
5664 * config/m68k/obsd.mh: New file.
5665 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
5666 m68kbsd-tdep.c.
5667
5668 2004-04-30 Andrew Cagney <cagney@redhat.com>
5669
5670 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
5671 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
5672
5673 2004-04-30 Mark Kettenis <kettenis@gnu.org>
5674
5675 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
5676 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
5677
5678 2004-04-30 Brian Ford <ford@vss.fsi.com>
5679
5680 Revert 2004-04-16 change.
5681 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
5682 (i386_coff_init_abi): Remove.
5683 * i386-tdep.h (i386_coff_init_abi): Remove.
5684 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
5685
5686 2004-04-30 Andrew Cagney <cagney@redhat.com>
5687
5688 * blockframe.c (find_pc_partial_function): Delete use of
5689 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
5690 DEPRECATED_SIGTRAMP_END.
5691
5692 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
5693 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
5694 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
5695 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
5696 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
5697
5698 * defs.h (deprecated_inside_entry_file): Delete declaration.
5699 * blockframe.c (deprecated_inside_entry_file): Delete function.
5700 (legacy_frame_chain_valid): Delete call.
5701 * sh64-tdep.c (sh64_frame_chain): Delete call.
5702 * objfiles.h: Update comments.
5703 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
5704 call.
5705 * frame.c (get_prev_frame): Delete call, update comments.
5706
5707 2004-04-30 Brian Ford <ford@vss.fsi.com>
5708
5709 * MAINTAINERS (Write After Approval): Add myself.
5710
5711 2004-04-30 Andrew Cagney <cagney@redhat.com>
5712
5713 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
5714 * gdbarch.h, gdbarch.c: Re-generate.
5715 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
5716 code.
5717
5718 2004-04-30 Andrew Cagney <cagney@redhat.com>
5719
5720 * gdb-events.sh (selected_thread_changed)
5721 (selected_frame_level_changed, target_changed): Delete.
5722 * gdb-events.h, gdb-events.c: Re-generate.
5723 * valops.c (value_assign): Update.
5724 * stack.c (select_frame_command, up_silently_base)
5725 (down_silently_base): Update.
5726
5727 2004-04-29 Andrew Cagney <cagney@redhat.com>
5728
5729 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
5730 registers correctly.
5731 (print_gp_register_row, mips32_heuristic_proc_desc)
5732 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
5733 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
5734 references to mips_isa_regsize.
5735
5736 2004-04-29 Andrew Cagney <cagney@redhat.com>
5737
5738 * mips-tdep.c (struct gdbarch_tdep): Delete
5739 mips_fp_register_double.
5740 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
5741 mips_abi_regsize.
5742 (mips_gdbarch_init): Do not set mips_fp_register_double.
5743 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
5744
5745 2004-04-29 Joel Brobecker <brobecker@gnat.com>
5746
5747 Committed by Andrew Cagney.
5748 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
5749 function calls.
5750
5751 2004-04-29 Andrew Cagney <cagney@redhat.com>
5752
5753 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
5754 gdbarch, use mips_abi, update callers.
5755 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
5756 mips_abi_regsize, update callers.
5757 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
5758 mips_default_abi_regsize.
5759 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
5760 mips_default_abi_regsize.
5761
5762 2004-04-29 Andrew Cagney <cagney@redhat.com>
5763
5764 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
5765 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
5766 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
5767 mips_default_abi_regsize.
5768 (mips_isa_regsize): Rename mips_regisze.
5769 * mipsnbsd-tdep.c: Update.
5770 * mips-linux-tdep.c: Update.
5771 * irix5-nat.c: Update.
5772 * mips-tdep.h (mips_isa_regsize): Update.
5773
5774 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
5775 Delete all disabled code.
5776 * gdb-events.h, gdb-events.c: Re-generate.
5777
5778 2004-04-19 Jerome Guitton <guitton@gnat.com>
5779 Mark Kettenis <kettenis@gnu.org>
5780
5781 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
5782 the function begins with a branch instruction.
5783
5784 2004-04-29 Mark Kettenis <kettenis@gnu.org>
5785
5786 * i386-tdep.c: Fix spelling mistakes.
5787
5788 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5789 Andrew Cagney <cagney@redhat.com>
5790
5791 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
5792 <sys/proc.h>.
5793 * acconfig.h: Provide default _KMEMUSER value.
5794 * config.in, configure: Re-generate.
5795 * NEWS: Mention fix.
5796
5797 2004-04-24 Randolph Chung <tausq@debian.org>
5798
5799 * configure.host (hppa*-*-linux*): New target.
5800 * configure.tgt (hppa*-*-linux*): Likewise.
5801 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
5802 gdbarch_init_osabi() call earlier so that osabi-specific frame
5803 unwinders can be registered first.
5804 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
5805 hppa-linux-nat.c.
5806 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
5807 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
5808 * config/pa/linux.mh: New file.
5809 * config/pa/linux.mt: New file.
5810 * config/pa/nm-linux.h: New file.
5811 * config/pa/xm-linux.h: New file.
5812 * hppa-linux-nat.c: New file.
5813 * hppa-linux-tdep.c: New file.
5814
5815 2004-04-28 Randolph Chung <tausq@debian.org>
5816
5817 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
5818 return values.
5819 (hppa32_push_dummy_call): Fix small struct and floating point argument
5820 passing, and make sure the stack frame is properly aligned.
5821
5822 2004-04-28 Andrew Cagney <cagney@redhat.com>
5823
5824 * stack.c (print_stack_frame): Fix description.
5825
5826 * NEWS: Mention gdb/gdbserver/configure execute permission
5827 changed. PR server/519.
5828
5829 2004-04-28 Andrew Cagney <cagney@redhat.com>
5830
5831 * stack.c (print_stack_frame_stub): Delete declaration.
5832 (struct print_stack_frame_args, print_stack_frame)
5833 (print_frame_info, print_frame): Replace "source" with print what.
5834 Replace "print" with "print_level". Replace "args" with
5835 "print_args".
5836 * frame.h (show_and_print_stack_frame, print_stack_frame)
5837 (print_frame_info): Update declarations.
5838 * stack.c (select_and_print_frame, frame_command)
5839 (current_frame_command, up_command, down_command): Update calls -
5840 use get_selected_frame, pass "enum print_what" for source, do not
5841 call frame_relative_level.
5842 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
5843 * remote-rdp.c (remote_rdp_open): Ditto.
5844 * remote-mips.c (common_open): Ditto.
5845 * remote-e7000.c (e7000_start_remote): Ditto.
5846 * ocd.c (ocd_start_remote): Ditto.
5847 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
5848 * infrun.c (normal_stop): Ditto.
5849 * inflow.c (kill_command): Ditto.
5850 * infcmd.c (finish_command): Ditto.
5851 * corelow.c (core_open): Ditto.
5852 * tracepoint.c (finish_tfind_command): Ditto.
5853 * thread.c (info_threads_command, info_threads_command)
5854 (restore_current_thread, do_captured_thread_select): Ditto.
5855 * ada-tasks.c (task_command): Ditto.
5856
5857 2004-04-26 Orjan Friberg <orjanf@axis.com>
5858
5859 * frame.c: Include "observer.h".
5860 (frame_observer_target_changed): New function.
5861 (_initialize_frame): Attach target_changed observer.
5862 * regcache.c: Include "observer.h".
5863 (regcache_observer_target_changed): New function.
5864 (_initialize_regcache): Attach target_changed observer.
5865 * valops.c: Include "observer.h".
5866 (value_assign): Notify target_changed event when modifying register.
5867 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
5868
5869 2004-04-26 Orjan Friberg <orjanf@axis.com>
5870
5871 From Paul Koning <pkoning@equallogic.com>:
5872 * breakpoint.c (free_valchain): New function.
5873 (insert_bp_location, delete_breakpoint): Use free_valchain.
5874 (remove_breakpoint): Do not remove the valchain.
5875 (bpstat_stop_status): If not stopped by watchpoint, skip
5876 watchpoints when generating stop status list.
5877 * infrun.c (handle_inferior_event): Make
5878 stepped_after_stopped_by_watchpoint a global variable.
5879 * remote.c (remote_stopped_data_address): Return watch data
5880 address rather than zero if stepped_after_stopped_by_watchpoint is
5881 set.
5882
5883 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
5884
5885 Fix PR gdb/1626.
5886 * configure.in: Check for curses after termcap.
5887 On osf5.*, do not check for ncurses.
5888 * configure: Regenerate.
5889
5890 2004-04-25 Mark Kettenis <kettenis@gnu.org>
5891
5892 * ppcobsd-nat.c: Include "ppc-tdep.h".
5893 * Makefile.in (ppcobsd-nat.o): Update dependencies.
5894
5895 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
5896 Fixes PR tdep/1623 and PR tdep/1624.
5897
5898 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
5899
5900 * xmodem.h, xmodem.c: Remove files.
5901 * Makefile.in: Remove references to xmodem.h, xmodem.c.
5902
5903 2004-04-23 Randolph Chung <tausq@debian.org>
5904
5905 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
5906 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
5907 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
5908 for handling stackless frames.
5909 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
5910
5911 2004-04-23 Randolph Chung <tausq@debian.org>
5912
5913 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
5914 starts at a pc before the frame is created.
5915
5916 2004-04-23 Joel Brobecker <brobecker@gnat.com>
5917
5918 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
5919
5920 2004-04-23 Jerome Guitton <guitton@gnat.com>
5921
5922 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
5923 use convert_typed_floating to get the appropriate format.
5924
5925 2004-04-22 Randolph Chung <tausq@debian.org>
5926
5927 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
5928 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
5929 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
5930 (hppa_sign_extend): Add prototype.
5931 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
5932 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
5933 (sign_extend): Rename with hppa_ prefix and make non-static. Other
5934 hppa targets will also use these functions.
5935 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
5936 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
5937 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
5938 (hppa_gdbarch_init): Remove gdbarch setting of
5939 skip_trampoline_code, in_solib_call_trampoline and
5940 in_solib_return_trampoline.
5941 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
5942 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
5943 hppa_in_solib_call_trampoline.
5944 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
5945 Moved from hppa-tdep.c.
5946 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
5947 in_solib_call_trampoline and in_solib_return_trampoline.
5948
5949 2004-04-22 Randolph Chung <tausq@debian.org>
5950
5951 * hppa-tdep.c (hppa_debug): New variable.
5952 (find_unwind_entry, hppa_frame_cache): Add debug output.
5953 (_initialize_hppa_tdep): Add command to set debug flag.
5954
5955 2004-04-22 Andrew Cagney <cagney@redhat.com>
5956
5957 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
5958 "trad-frame.h".
5959 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
5960 signal trampoline unwinder.
5961 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
5962
5963 2004-04-22 Mark Kettenis <kettenis@gnu.org>
5964
5965 Add OpenBSD/powerpc support.
5966 * NEWS (New native configurations): Mention OpenBSD/powerpc.
5967 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
5968 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
5969 (ppc_collect_fpregset): New prototypes.
5970 * ppcobsd-nat.c: New file.
5971 * ppcobsd-tdep.c: New file.
5972 * ppcobsd-tdep.h: New file.
5973 * rs6000-tdep.c: Include "regset.h".
5974 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
5975 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
5976 New functions.
5977 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
5978 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
5979 (rs6000-tdep.o): Update dependencies.
5980 * configure.host: Add powerpc-*-openbsd.
5981 * configure.tgt: Add powerpc-*-openbsd.
5982 * config/powerpc/obsd.mh: New file.
5983 * config/powerpc/nm-obsd.h: New file.
5984 * config/powerpc/obsd.mt: New file.
5985
5986 2004-04-22 Andrew Cagney <cagney@redhat.com>
5987
5988 * frame.h (show_frame_info): Delete declaration.
5989
5990 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
5991 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
5992 * m32r-tdep.c (m32r_frame_this_id): Ditto.
5993 * frv-tdep.c (frv_frame_this_id): Ditto.
5994 * avr-tdep.c (avr_frame_this_id): Ditto.
5995
5996 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
5997
5998 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
5999
6000 2004-04-22 Jim Blandy <jimb@redhat.com>
6001
6002 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6003 register number zero.
6004
6005 2004-04-21 Michael Snyder <msnyder@redhat.com>
6006
6007 * mips-tdep.c (heuristic_proc_start):
6008 Warning() already prefixes "Warning: ".
6009
6010 2004-04-21 Andrew Cagney <cagney@redhat.com>
6011
6012 * annotate.h (deprecated_annotate_starting_hook)
6013 (deprecated_annotate_stopped_hook)
6014 (deprecated_annotate_exited_hook)
6015 (deprecated_annotate_signal_hook)
6016 (deprecated_annotate_signalled_hook): Deprecate.
6017 * tracepoint.h (deprecated_create_tracepoint_hook)
6018 (deprecated_delete_tracepoint_hook)
6019 (deprecated_modify_tracepoint_hook)
6020 (deprecated_trace_find_hook)
6021 (deprecated_trace_start_stop_hook): Deprecate.
6022 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6023 * remote.h (deprecated_target_resume_hook)
6024 (deprecated_target_wait_loop_hook): Deprecate.
6025 * gdbcore.h (deprecated_exec_file_display_hook)
6026 (deprecated_file_changed_hook): Deprecate.
6027 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6028 * defs.h (deprecated_modify_breakpoint_hook)
6029 (deprecated_command_loop_hook, deprecated_show_load_progress)
6030 (deprecated_print_frame_info_listing_hook)
6031 (deprecated_query_hook, deprecated_warning_hook)
6032 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6033 (deprecated_delete_breakpoint_hook)
6034 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6035 (deprecated_readline_begin_hook, deprecated_readline_hook)
6036 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6037 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6038 (deprecated_context_hook, deprecated_target_wait_hook)
6039 (deprecated_attach_hook, deprecated_detach_hook)
6040 (deprecated_call_command_hook, deprecated_set_hook)
6041 (deprecated_error_hook, deprecated_error_begin_hook)
6042 (deprecated_ui_load_progress_hook): Deprecate.
6043 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6044 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6045 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6046 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6047 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6048 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6049 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6050 * annotate.c, aix-thread.c: Update.
6051
6052 2004-04-21 Andrew Cagney <cagney@redhat.com>
6053
6054 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6055 * vaxnbsd-tdep.c: Include "gdb_string.h".
6056
6057 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6058 (add_symbol_file_from_memory_command): #if 0 function body, call
6059 error instead.
6060
6061 2004-04-21 Andrew Cagney <cagney@redhat.com>
6062
6063 * gdbcore.h: Update copyright.
6064 (deprecated_add_core_fns): Rename add_core_fns.
6065 * win32-nat.c (_initialize_core_win32): Update.
6066 * sun3-nat.c (_initialize_core_sun3): Update.
6067 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6068 * rs6000-nat.c (_initialize_core_rs6000): Update.
6069 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6070 * nto-tdep.c (_initialize_nto_tdep): Update.
6071 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6072 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6073 * mips-nat.c (_initialize_core_mips): Update.
6074 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6075 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6076 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6077 * lynx-nat.c (_initialize_core_lynx): Update.
6078 * irix5-nat.c (_initialize_core_irix5): Update.
6079 * i386-interix-nat.c (_initialize_core_interix): Update.
6080 * cris-tdep.c (_initialize_cris_tdep): Update.
6081 * corelow.c (deprecated_add_core_fns): Update.
6082 * core-regset.c (_initialize_core_regset): Update.
6083 * core-aout.c (_initialize_core_aout): Update.
6084 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6085 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6086 * alpha-nat.c (_initialize_core_alpha): Update.
6087
6088 2004-04-21 Jim Blandy <jimb@redhat.com>
6089
6090 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6091
6092 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
6093
6094 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6095 Delete.
6096 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6097 (read_attribute_value): Update calls to dwarf_alloc_block.
6098 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6099 dwarf2_tmp_obstack.
6100 (psymtab_to_symtab_1): Likewise. Clean up using
6101 free_stack_comp_unit.
6102 (add_to_cu_func_list): Use the comp_unit_obstack.
6103
6104 2004-04-19 Joel Brobecker <brobecker@gnat.com>
6105
6106 * dwarf2read.c (dwarf2_flag_true_p): New function.
6107 (die_is_declaration): Use the function above. Add some comments.
6108
6109 2004-04-19 Mark Kettenis <kettenis@gnu.org>
6110
6111 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6112 architecture when registering sparcnbsd_core_osabi_sniffer.
6113 Adjust comment.
6114
6115 2004-04-18 Mark Kettenis <kettenis@gnu.org>
6116
6117 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6118 return value.
6119
6120 Based on a patch from Brian Ford <ford@vss.fsi.com>:
6121 * i386-tdep.c: Correct register numbering scheme comments
6122 throughout.
6123 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6124 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6125 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6126 (i386_gdb_arch_init): Likewise.
6127
6128 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6129 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6130 ppcnbsd-tdep.o.
6131
6132 * m68k-tdep.h: Tweak comments.
6133 * m68k-tdep.c: Tweak comment.
6134
6135 2004-04-17 Randolph Chung <tausq@debian.org>
6136
6137 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6138 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6139 (hppa_hpux_som_init_abi): Set is_elf to 0.
6140 (hppa_hpux_elf_init_abi): Set is_elf to 1.
6141 * hppa-tdep.c (low_text_segment_address): Remove global.
6142 (record_text_segment_lowaddr): Pass in low address as parameter. Use
6143 section offset to calculate segment address.
6144 (internalize_unwinds): Define low_text_segment_address as local and
6145 pass to record_text_segment_lowaddr for ELF targets.
6146 (hppa_gdbarch_init): Zero fill tdep structure.
6147 (hppa_dump_tdep): Print tdep structure.
6148 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6149
6150 2004-04-17 Randolph Chung <tausq@debian.org>
6151
6152 * hppa-tdep.c (hppa_pseudo_register_read): Define.
6153 (hppa_gdbarch_init): Set pseudo_register_read.
6154 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6155 * regcache.c (supply_register): Remove check for
6156 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6157
6158 2004-04-17 Randolph Chung <tausq@debian.org>
6159
6160 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6161 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6162 (hpread_adjust_stack_address): Move to hpread.c.
6163 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6164 obj_private_struct): Move from tm-hppa.h.
6165 * hpread.c (hppa-tdep.h): Include.
6166 (hpread_adjust_stack_address): Move from hppa-tdep.c.
6167 (hpread_read_function_type, hpread_read_doc_function_type)
6168 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
6169 directly.
6170 * pa64solib.c (hppa-tdep.h): Include.
6171 * somsolib.c (hppa-tdep.h): Include.
6172 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6173 inferior_status): Remove unused forward declarations.
6174 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6175 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6176 obj_private_struct): Move to hppa-tdep.h.
6177 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6178
6179 2004-04-17 Randolph Chung <tausq@debian.org>
6180
6181 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6182 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6183 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6184 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6185 Remove forward declaration and make static.
6186 (hppa_reg_struct_has_addr): Remove.
6187
6188 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6189
6190 * observer.sh: Move comments in sed command to first column.
6191
6192 2004-04-16 Jason Molenda (jmolenda@apple.com)
6193
6194 * frame.c: Minor typeo corrections in comments.
6195
6196 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6197
6198 * observer.c (observer_test_first_notification_function): Update
6199 function profile.
6200 (observer_test_second_notification_function): Likewise.
6201 (observer_test_third_notification_function): Likewise.
6202
6203 2004-04-16 Mark Kettenis <kettenis@gnu.org>
6204
6205 From Brian Ford <ford@vss.fsi.com>:
6206 * i386-tdep.c (i386_coff_init_abi): New function.
6207 * i386-tdep.h (i386_coff_init_abi): New prototype.
6208 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
6209 register number translation functions for DWARF and DWARF 2.
6210
6211 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6212
6213 * dwarf2read.c: Back out my previous change, it was incorrect.
6214
6215 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
6216
6217 * dwarf2read.c: Include "hashtab.h".
6218 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
6219 has_namespace_info.
6220 (struct partial_die_info): Add comments. Use bitfields to reduce
6221 memory footprint. Add scope, scope_set, has_specification,
6222 spec_offset, die_parent, die_child, and die_sibling.
6223 (peek_die_abbrev): Add prototype.
6224 (partial_read_comp_unit_head): New function, broken out from
6225 dwarf2_build_psymtabs_hard.
6226 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
6227 Use partial_read_comp_unit_head. Initialize the CU and
6228 comp_unit_obstack. Update calls to read_partial_die and
6229 scan_partial_symbols. Use free_stack_comp_unit and
6230 load_partial_dies.
6231 (scan_partial_symbols): Change PDI to a pointer. Use the child and
6232 sibling pointers to walk partial DIEs. Call fixup_partial_die.
6233 Update calls to helper functions. Remove NAMESPACE argument.
6234 Update comments.
6235 (partial_die_parent_scope, partial_die_full_name): New functions.
6236 (add_partial_symbol): Remove namespace argument. Update call to
6237 pdi_needs_namespace. Use partial_die_full_name. Handle
6238 DW_TAG_namespace. Check has_namespace_info flag.
6239 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
6240 tag. Handle namespaces.
6241 (add_partial_namespace, add_partial_enumeration): Simplify.
6242 (guess_structure_name): New function, derived from
6243 add_partial_structure.
6244 (add_partial_structure): Remove.
6245 (determine_class_name): Update comment.
6246 (dwarf2_read_abbrevs): Set has_namespace_info flag.
6247 (is_type_tag_for_partial, load_partial_dies): New functions.
6248 (read_partial_die): Pass abbrev and abbrev_len as arguments.
6249 Record specifications instead of following them immediately.
6250 (find_partial_die_in_comp_unit, find_partial_die)
6251 (fixup_partial_die, free_stack_comp_unit)
6252 (hashtab_obstack_allocate, dummy_obstack_deallocate)
6253 (partial_die_hash, partial_die_eq): New functions.
6254 * Makefile.in (hashtab_h): Define.
6255 (dwarf2read.o): Update dependencies.
6256 (observer_inc, observer_h): Move to the correct section.
6257
6258 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6259
6260 * dwarf2read.c (dwarf2_attribute_true_p): New function.
6261 (die_is_declaration): Use the function above. Add comment.
6262
6263 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6264
6265 * dwarf2read.c (read_structure_scope): Identify stub types
6266 using die_is_declaration() only.
6267
6268 2004-04-15 Roland McGrath <roland@redhat.com>
6269
6270 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
6271 argument instead of NAME.
6272 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
6273 in call to symbol_file_add_with_addrs_or_offsets.
6274 (build_addr_info): New function, helper for ...
6275 (symbol_file_add_from_memory): New function.
6276 (add_symbol_file_from_memory_command): New function using that.
6277 (_initialize_symfile): Register it for add-symbol-file-from-memory.
6278 (pre_add_symbol_hook): Add const to argument type.
6279 * symfile.h (symbol_file_add_from_memory): Declare it.
6280
6281 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6282
6283 * NEWS (New native configurations): Mention OpenBSD/vax.
6284 * configure.host: Add vax-*-openbsd*.
6285 * config/vax/obsd.mh: New file.
6286 * config/vax/nm-obsd.h: New file.
6287
6288 * vax-tdep.c: Include "regset.h".
6289 (vax_supply_gregset): New function.
6290 (vax_gregset): New variable.
6291 (vax_regset_from_core_section): New function.
6292 (vax_gdbarch_init): Set regset_from_core_section.
6293 * Makefile.in (vax-tdep.o): Update dependencies.
6294
6295 2004-04-15 Andrew Cagney <cagney@redhat.com>
6296
6297 * observer.c (normal_stop_subject, observer_notify_normal_stop)
6298 (observer_normal_stop_notification_stub)
6299 (observer_attach_normal_stop, observer_detach_normal_stop):
6300 Delete, replaced by #include "observer.inc".
6301 * infrun.c (normal_stop): Pass "stop_bpstat" to
6302 observer_notify_normal_stop.
6303 * Makefile.in (observer_inc): Define.
6304 (observer.o): Update dependencies.
6305 (observer.h, observer.inc): New rules.
6306 * observer.h: Delete file.
6307 * observer.sh: New file.
6308
6309 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6310
6311 * vax-tdep.c (vax_frame_cache): Fix typo.
6312
6313 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6314
6315 * NEWS (New native configurations): Mention NetBSD/vax.
6316 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
6317 * config/vax/nbsdelf.mh: New file.
6318 * config/vax/nbsdaout.mh: New file.
6319 * config/vax/nm-nbsd.h: New file.
6320 * config/vax/nm-nbsdaout.h: New file.
6321
6322 * vaxnbsd-tdep.c: New file.
6323 * Makefile.in (vaxnbsd-tdep.o): New dependency.
6324 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
6325 * config/vax/nbsd.mt: New file.
6326 * config/vax/tm-nbsd.h: New file.
6327
6328 * Makefile.in (vaxbsd-nat.o): New dependency.
6329
6330 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
6331 * vax-tdep.c (vax_store_arguments): Remove struct_return and
6332 struct_addr arguments. Don't push return value address.
6333 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
6334 arguments to vax_store_arguments. Store return value address in
6335 R1.
6336 (vax_store_struct_return, vax_extract_return_value)
6337 (vax_store_return_value): Remove functions.
6338 (vax_return_value): New function.
6339 (vax_gdbarch_init): Set return value. Don't set
6340 deprecated_store_struct_return, deprecated_extract_struct_return
6341 and deprecated_store_return_value.
6342
6343 2004-04-14 Andreas Schwab <schwab@suse.de>
6344
6345 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
6346 value buffer.
6347 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
6348
6349 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6350
6351 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
6352 (vax_unwind_dummy_id): New functions.
6353 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
6354 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
6355 variables.
6356 (vax_fix_call_dummy): Remove function.
6357 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
6358 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
6359 call_dummy_location, deprecated_call_dummy_words,
6360 deprecated_sizeof_call_dummy_words,
6361 deprecated_call_dummy_breakpoint_offset,
6362 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
6363 and deprecated_dummy_write_sp.
6364
6365 2004-04-13 David Carlton <carlton@kealia.com>
6366
6367 * MAINTAINERS: Move myself to "paper trail" section.
6368
6369 2004-04-12 Mark Kettenis <kettenis@gnu.org>
6370
6371 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
6372 "trad-frame.h".
6373 (vax_frame_init_saved_regs): Remove function.
6374 (vax_sigtramp_saved_pc): Remove function.
6375 (vax_frame_saved_pc): Remove function.
6376 (vax_frame_args_address): Remove function.
6377 (vax_frame_num_args): Rewrite.
6378 (vax_frame_chain): Remove function.
6379 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
6380 VAX_FP_REGNUM.
6381 (vax_pop_frame): Likewise.
6382 (vax_saved_pc_after_call): Remove function.
6383 (struct vax_frame_cache): New structure.
6384 (vax_frame_cache): New function.
6385 (vax_frame_this_id): New function.
6386 (vax_frame_prev_register): New function.
6387 (vax_frame_unwind): New variable.
6388 (vax_frame_sniffer): New function.
6389 (vax_frame_base_address): New function.
6390 (vax_frame_args_address): New function.
6391 (vax_frame_base): New variable.
6392 (vax_unwind_pc): New function.
6393 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
6394 deprecated_fp_regnum, deprecated_saved_pc_after_call,
6395 deprecated_frame_chain, deprecated_frame_saved_pc,
6396 deprecated_frame_args_address and
6397 deprecated_frame_init_saved_regs.
6398 * Makefile.in (vax-tdep.o): Update dependencies.
6399
6400 * vaxbsd-nat.c: New file.
6401
6402 * vax-tdep.h: Update copyright year. Adjust comments.
6403 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
6404 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
6405 (vax_regnum): New enum. Replacing...
6406 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
6407 (VAX_PS_REGNUM): ... these removed macros.
6408 * vax-tdep.c (vax_register_name): Remove prototype.
6409 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
6410 (vax_register_byte, vax_register_raw_size,
6411 vax_register_virtual_size, vax_register_virtual_type): Remove
6412 functions.
6413 (vax_register_type): New function.
6414 (vax_breakpoint_from_pc): Reorganize.
6415 (vax_gdbarch_init): Set register_type. Don't set
6416 deprecated_register_size, deprecated_register_bytes,
6417 deprecated_register_byte, deprecated_register_raw_size,
6418 deprecated_max_register_raw_size,
6419 deprecated_register_virtual_size,
6420 deprecated_max_register_virtual_size and
6421 deprecated_register_virtual_type. Add comment on stack direction.
6422
6423 2004-04-11 Mark Kettenis <kettenis@gnu.org>
6424
6425 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
6426 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
6427 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
6428
6429 2004-04-10 Randolph Chung <tausq@debian.org>
6430
6431 * MAINTAINERS (write after approval): Add myself.
6432
6433 2004-04-07 Randolph Chung <tausq@debian.org>
6434
6435 * hppa-tdep.c (hppa_inner_than): Remove.
6436 (is_pa_2): Remove unused static variable.
6437 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
6438
6439 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
6440
6441 * language.h (language_defn): Add new la_post_parser field.
6442 * parser-defs.h (null_post_parser): New declaration (default for
6443 la_post_parser).
6444
6445 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
6446 insert call to that function.
6447 (parse_exp_in_context): New function, including code formerly in
6448 parse_exp_1. Calls language-dependent post-parser after
6449 prefixification.
6450 (parse_expression_in_context): New exported function.
6451 (null_post_parser): New definition.
6452 * expression.h (parse_expression_in_context): Add declaration.
6453
6454 * p-lang.c (pascal_language_defn): Add trivial post-parser.
6455 * c-lang.c (c_language_defn): Ditto.
6456 (cplus_language_defn): Ditto.
6457 (asm_language_defn): Ditto.
6458 (minimal_language_defn): Ditto.
6459 * f-lang.c (f_language_defn): Ditto.
6460 * jv-lang.c (java_language_defn): Ditto.
6461 * language.c (unknown_language_defn): Ditto.
6462 (auto_language_defn): Ditto.
6463 (local_language_defn): Ditto.
6464 * m2-lang.c (m2_language_defn): Ditto.
6465 * scm-lang.c (scm_language_defn): Ditto.
6466 * obj-lang.c (objc_language_defn): Ditto.
6467
6468 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6469
6470 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
6471 (amd64nbsd_mcontext_addr): New function.
6472 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
6473 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
6474 with amd64nbsd_r_reg_offset, instead of building it on the fly.
6475
6476 * corelow.c (core_xfer_partial): Fix coding standards violation.
6477 Add support for TARGET_OBJECT_WCOOKIE.
6478
6479 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
6480 deprecated_pc_in_sigtramp.
6481 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
6482 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
6483 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
6484 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
6485 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
6486 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
6487 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
6488
6489 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
6490 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
6491 Fix typo.
6492
6493 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
6494 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
6495 (amd64_collect_fxsave): Likewise.
6496
6497 * i386-sol2-tdep.c: Include "gdb_string.h".
6498 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
6499 name.
6500 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6501
6502 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6503
6504 * i386-sol2-tdep.c: Include "solib-svr4.h".
6505 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6506 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6507 * config/i386/tm-i386sol2.h: Include :solib.h".
6508 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
6509 solib-svr4.o and solib-legacy.o.
6510 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
6511 solib-svr4.o.
6512
6513 2004-04-09 Mark Kettenis <kettenis@gnu.org>
6514
6515 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
6516 whether a register is supplied by PTRACE_GETFPREGS.
6517 (store_inferior_registers): Likewise.
6518 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
6519 whether a register is supplied by PT_GETFPREGS.
6520 (store_inferior_registers): Likewise.
6521
6522 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
6523 * config/i386/linux64.mt (TDEPFILES): Likewise.
6524
6525 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
6526
6527 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
6528 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6529 the program counter is in the range specified by `struct
6530 gdbarch_tdep'.
6531 * amd64-linux-tdep.c: Include "symtab.h".
6532 (amd64_linux_pc_in_sigtramp): Remove function.
6533 (amd64_linux_sigtramp_p): New function.
6534 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6535 deprecated_pc_in_sigtramp.
6536 * amd64nbsd-tdep.c: Include "symtab.h".
6537 (amd64nbsd_sigtramp_p): New function.
6538 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6539 deprecated_pc_in_sigtramp.
6540 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
6541 few comments.
6542 (amd64obsd_pc_in_sigtramp): Remove function.
6543 (amd64obsd_sigtramp_p): New function.
6544 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6545 deprecated_pc_in_sigtramp.
6546 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
6547 (i386bsd_pc_ins_sigtramp): Remove prototype.
6548 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
6549 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
6550 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6551 the program counter is in the range specified by `struct
6552 gdbarch_tdep'.
6553 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
6554 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
6555 (i386_go32_pc_in_sigtramp): Remove function.
6556 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
6557 Initialize TDEP->sigtramp_p.
6558 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
6559 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
6560 deprecated_pc_in_sigtramp.
6561 * i386-linux-tdep.c: Adjust comments.
6562 (i386_linux_pc_in_sigtramp): Remove function.
6563 (i386_linux_sigtramp_p): New function.
6564 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6565 deprecated_pc_in_sigtramp.
6566 * i386-nto-tdep.c: Update copyright year.
6567 (i386nto_pc_in_sigtramp): Remove function.
6568 (i386nto_sigtramp_p): New function.
6569 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
6570 SP_REGNUM.
6571 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
6572 deprecated_pc_in_sigtramp.
6573 * i386-sol2-tdep.c: Update copyright year.
6574 (i386_sol2_pc_in_sigtramp): Remove function.
6575 (i386_sol2_sigtramp_p): New function.
6576 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
6577 deprecated_pc_in_sigtramp.
6578 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
6579 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
6580 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6581 deprecated_sigtramp_start and deprecated_sigtramp_end.
6582 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
6583 (i386nbsd_pc_in_sigtramp): Remove function.
6584 (i386nbsd_sigtramp_p): New function.
6585 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6586 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
6587 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
6588 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
6589 (i386obsd_pc_in_sigtramp): Remove function.
6590 (i386obsd_sigtramp_p): New function.
6591 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
6592 functions.
6593 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6594 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
6595 TDEP->sigtramp_p.
6596 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
6597 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
6598 dependencies.
6599
6600 * config/i386/i386aout.mt: Remove file.
6601
6602 * configure.tgt: Remove i[34567]86-*-go32*,
6603 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
6604 and i[34567]86-*-isc*. Set gdb_target to i386 for
6605 i[34567]86-*-netware* and i[34567]86-*-*.
6606 * config/i386/i386.mt: New file.
6607 * config/i386/embed.mt: Remove file.
6608 * config/i386/go32.mt: Remove file.
6609 * config/i386/i386nw.mt: Remove file.
6610 * config/i386/i386v.mt: Remove file.
6611 * config/i386/tm-go32.h: Remove file.
6612
6613 * tui/tui-hooks.c: Include "readline/readline.h" after
6614 "gdb_curses.h" instead of before.
6615 * tui/tui-io.c: Likewise.
6616
6617 * tui/tui.c: Fix typo in comment.
6618
6619 * sparc64-tdep.c (sparc_address_from_register): Remove function.
6620
6621 2004-04-08 Andrew Cagney <cagney@redhat.com>
6622
6623 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
6624 (deprecated_exception_support_initialized): Declare.
6625 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
6626 (initialize_hp_cxx_exception_support)
6627 (child_enable_exception_callback): Update.
6628 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
6629 (deprecated_exception_support_initialized): Rename
6630 deprecated_exception_catchpoints_are_fragile and
6631 deprecated_exception_support_initialized.
6632 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
6633
6634 * symtab.c (deprecated_hp_som_som_object_present): Rename
6635 hp_som_som_object_present.
6636 * symtab.h (deprecated_hp_som_som_object_present): Declare.
6637 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
6638 Update. Delete extern declaration.
6639 * valops.c (hp_som_som_object_present): Ditto.
6640 * parse.c (deprecated_hp_som_som_object_present)
6641 (parse_nested_classes_for_hpacc): Ditto.
6642 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
6643 * hppa-hpux-tdep.c (hp_som_som_object_present)
6644 (initialize_hp_cxx_exception_support): Ditto.
6645 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
6646 * cp-valprint.c (hp_som_som_object_present)
6647 (cp_print_class_method): Ditto.
6648 * c-typeprint.c (hp_som_som_object_present):
6649 (c_type_print_base): Ditto.
6650 * c-exp.y (hp_som_som_object_present): Ditto.
6651
6652 2004-04-08 Andrew Cagney <cagney@redhat.com>
6653
6654 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
6655 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
6656 (frame_unwind_find_by_frame): Re-implement the unwind code so
6657 that it can both prepend and append sniffers. Replace
6658 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
6659 * tramp-frame.c (tramp_frame_append): Use
6660 frame_unwind_prepend_unwinder.
6661 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
6662 frame_unwind_register_unwinder.
6663 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
6664 tramp_frame_append.
6665 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
6666 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
6667 (mips_linux_init_abi): Update.
6668
6669 2004-04-08 Kevin Buettner <kevinb@redhat.com>
6670
6671 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
6672 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
6673 file support.
6674
6675 2004-04-07 Kevin Buettner <kevinb@redhat.com>
6676
6677 * ia64-tdep.c (elf.h): Don't include.
6678 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
6679
6680 2004-04-07 Jason Molenda (jmolenda@apple.com)
6681
6682 * frame.h: Typeo corrections in comments.
6683
6684 2004-04-07 Jim Blandy <jimb@redhat.com>
6685
6686 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
6687 %esp and %ebp
6688
6689 2004-04-07 Mark Kettenis <kettenis@gnu.org>
6690
6691 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
6692 * config/sparc/linux64.mt (TDEPFILES): Likewise.
6693 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
6694 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
6695 and solib-legacy.o.
6696 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
6697 solib-svr4.o.
6698 * config/sparc/tm-sol2.h: Update copyright year. Include
6699 "solib.h".
6700
6701 * sparc-sol2-tdep.c: Update copyright year. Include
6702 "solib-svr4.h".
6703 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6704 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
6705 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6706 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
6707 dependencies.
6708
6709 2004-04-06 Andrew Cagney <cagney@redhat.com>
6710
6711 * infttrace.c: Include "infttrace.h".
6712 * infttrace.h: Include "target.h".
6713 * Makefile.in (infttrace_h): Update.
6714 (infttrace.o): Update.
6715
6716 2004-04-06 Andrew Cagney <cagney@redhat.com>
6717
6718 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
6719 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
6720 move extern declarations from here ...
6721 * infttrace.h: ... to here.
6722 * Makefile.in (hppah-nat.o): Update dependencies.
6723
6724 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
6725 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
6726 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
6727 (hppa_breakpoint_from_pc): Delete.
6728
6729 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
6730
6731 2004-04-05 Andrew Cagney <cagney@redhat.com>
6732
6733 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
6734 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
6735 <sys/file.h>.
6736
6737 2004-04-06 Randolph Chung <tausq@debian.org>
6738
6739 Committed by Andrew Cagney (mechanical change).
6740 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
6741 exception_catchpoints_are_fragile, find_stub_with_shl_get,
6742 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
6743 child_enable_exception_callback, current_ex_event,
6744 null_symtab_and_line, child_get_current_exception_event,
6745 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
6746 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
6747 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
6748 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
6749 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
6750 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
6751 Move hpux-specific definitions ...
6752 * hppa-hpux-tdep.c: ... to here.
6753
6754 2004-04-05 Andrew Cagney <cagney@redhat.com>
6755
6756 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
6757 skip_prologue_using_sal.
6758
6759 2004-04-05 Andrew Cagney <cagney@redhat.com>
6760
6761 * config/i386/tm-i386.h: Delete file.
6762 * config/i386/tm-vxworks.h: Update copyright, do not include
6763 "tm-i386.h".
6764 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
6765 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
6766 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
6767 * config/i386/ncr3000.mt (TM_FILE): Delete.
6768 * config/i386/interix.mt (TM_FILE): Delete.
6769 * config/i386/i386v.mt (TM_FILE): Delete.
6770 * config/i386/i386nw.mt (TM_FILE): Delete.
6771 * config/i386/i386gnu.mt (TM_FILE): Delete.
6772 * config/i386/i386aout.mt (TM_FILE): Delete.
6773 * config/i386/embed.mt (TM_FILE): Delete.
6774
6775 2004-04-05 Kevin Buettner <kevinb@redhat.com>
6776
6777 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
6778 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
6779 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
6780 (accg7_regnum): New constants.
6781 (last_spr_regnum, last_pseudo_regnum): Update.
6782 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
6783 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
6784 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
6785 for accg registers.
6786 (frv_register_sim_regno): Update spr_map[].
6787
6788 2004-04-04 Andrew Cagney <cagney@redhat.com>
6789
6790 * config/mips/xm-riscos.h: Delete.
6791 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
6792 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
6793 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
6794 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
6795 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
6796 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
6797 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
6798 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
6799 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
6800 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
6801 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
6802 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
6803 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
6804 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
6805 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
6806 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
6807 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
6808 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
6809 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
6810 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
6811 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
6812 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
6813 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
6814 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
6815 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
6816 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
6817
6818 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
6819 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
6820 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
6821 * configure.host: Remove m680[01]0-sun-sunos3*,
6822 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
6823 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
6824 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
6825 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
6826 mips-*-riscos*.
6827 * NEWS: Mention removed systems.
6828
6829 2004-04-04 Andrew Cagney <cagney@redhat.com>
6830
6831 GDB 6.1 release created from 6.1 branch.
6832
6833 2004-04-04 Andrew Cagney <cagney@redhat.com>
6834
6835 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
6836 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
6837 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
6838
6839 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
6840 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
6841 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
6842
6843 2004-04-03 Jim Blandy <jimb@redhat.com>
6844
6845 * MAINTAINERS: Chris Faylor has changed employers; add him to
6846 "paper trail" section, and update his E-mail address.
6847
6848 2004-04-03 Andrew Cagney <cagney@redhat.com>
6849
6850 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
6851 generic dummy frames.
6852 * dummy-frame.c: Update copyright.
6853 (dummy_frame_sniffer): Delete check for generic dummy frames.
6854
6855 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
6856 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
6857 (REG_PARM_STACK_SPACE): Delete.
6858 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
6859 Inline reference to REG_PARM_STACK_SPACE.
6860
6861 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
6862 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
6863 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
6864 (FRAME_BASE_BEFORE_SIGTRAMP)
6865 (hppa32_hpux_frame_base_before_sigtramp)
6866 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
6867 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
6868 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
6869 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
6870 (FRAME_BASE_BEFORE_SIGTRAMP)
6871 (hppa64_hpux_frame_base_before_sigtramp)
6872 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
6873
6874 2004-04-03 Andrew Cagney <cagney@redhat.com>
6875
6876 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
6877
6878 2004-04-02 Andrew Cagney <cagney@redhat.com>
6879
6880 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
6881 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
6882 * dummy-frame.h: Delete out-of-date comments.
6883 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
6884 * gdbarch.h, gdbarch.c: Re-generate.
6885
6886 2004-04-02 Joel Brobecker <brobecker@gnat.com>
6887
6888 Committed by Andrew Cagney <cagney@redhat.com>.
6889 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
6890 into account an instruction saving a register if we have already
6891 seen an earlier instruction saving that same register.
6892
6893 2004-04-02 Andrew Cagney <cagney@redhat.com>
6894
6895 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
6896 * gdbarch.h, gdbarch.c: Re-generate.
6897 * frame.c (legacy_get_prev_frame): Delete references to
6898 DEPRECATED_INIT_FRAME_PC_FIRST.
6899
6900 * infrun.c (pc_in_sigtramp): Delete function.
6901 (check_sigtramp2): Inline call to pc_in_sigtramp, use
6902 get_frame_type.
6903
6904 2004-04-02 Andrew Cagney <cagney@redhat.com>
6905
6906 * infrun.c (handle_step_into_function): Delete code conditional on
6907 legacy_frame_p.
6908 (handle_inferior_event, step_over_function): Ditto.
6909
6910 2004-04-02 Andrew Cagney <cagney@redhat.com>
6911
6912 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
6913 "previous frame inner to this frame" test.
6914
6915 2004-04-02 Andrew Cagney <cagney@redhat.com>
6916
6917 * frame.c (safe_frame_unwind_memory): New function.
6918 * frame.h (safe_frame_unwind_memory): Declare. Update description
6919 of /safe_/ methods.
6920 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
6921 "next_frame". Use safe_frame_unwind_memory.
6922 (tramp_frame_sniffer): Update call to tramp_frame_start.
6923
6924 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
6925
6926 * dwarf2read.c (dwarf2_objfile_data_key): New.
6927 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
6928 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
6929 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
6930 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
6931 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
6932 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
6933 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
6934 Remove variables.
6935 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
6936 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
6937 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
6938 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
6939 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
6940 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
6941 Remove macros.
6942 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
6943 data.
6944 (dwarf2_locate_sections, dwarf2_build_psymtabs)
6945 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
6946 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
6947 (read_partial_die, read_full_die, read_indirect_string)
6948 (dwarf_decode_line_header, dwarf_decode_macros)
6949 (dwarf2_symbol_mark_computed): Remove use of removed macros.
6950 Update uses of removed variables.
6951 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
6952 of removed macros.
6953 (_initialize_dwarf2_read): New function.
6954 * symfile.h (dwarf2_has_info): Update prototype.
6955 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
6956 * elfread.c (elf_symfile_read): Likewise.
6957
6958 2004-04-01 Jim Blandy <jimb@redhat.com>
6959
6960 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
6961 function for register numbers on all the rs6000-derived targets.
6962 (rs6000_gdbarch_init): Don't register a separate
6963 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
6964 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
6965 variants.
6966
6967 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
6968 numbering.
6969
6970 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
6971
6972 * valarith.c: Update copyright notice.
6973 (value_add): Handle range types.
6974 (value_sub): Ditto.
6975 (value_equal): Ditto.
6976 (value_less): Ditto.
6977 (value_neg): Ditto.
6978 (value_complement): Ditto.
6979 (value_binop): Simplify slightly by using is_integral_type and
6980 eliminiating unnecessary COERCE_ENUMs.
6981
6982 2004-03-31 Andrew Cagney <cagney@redhat.com>
6983
6984 * frame.h (frame_unwind_id): Declare.
6985 * frame.c (frame_unwind_id): New function.
6986 (get_prev_frame_1): New function.
6987 (frame_debug_got_null_frame): New function.
6988 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
6989 code proper to prev_frame, update description.
6990 * infrun.c (step_over_function): Use frame_unwind_id.
6991
6992 2004-04-31 J. Brobecker <brobecker@gnat.com>
6993
6994 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
6995 (hppa64_push_dummy_call): Likewise.
6996
6997 2004-03-30 Jim Blandy <jimb@redhat.com>
6998
6999 From Ulrich Weigand:
7000 * utils.c (query): Do not use a va_list variable multiple times.
7001
7002 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7003
7004 * Makefile.in (linux_nat_h): Update dependencies.
7005 * configure.in: Check for <gnu/libc-version.h>.
7006 * configure: Regenerate.
7007 * config.in: Regenerate.
7008 * linux-nat.h: Include "target.h". Add waitstatus field to
7009 struct lwp_info.
7010 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7011 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7012 to.
7013 (lin_lwp_handle_extended): New function. Handle clone events.
7014 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7015 thread exit events.
7016 (child_wait): Handle clone events.
7017 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7018 * linux-nat.c (linux_enable_event_reporting): Turn on
7019 PTRACE_O_TRACECLONE.
7020 (linux_handle_extended_wait): Handle clone events.
7021 * thread-db.c: Include <gnu/libc-version.h>.
7022 (struct private_thread_info): Add dying flag.
7023 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7024 higher.
7025 (attach_thread): Update comments. Handle dying threads.
7026 (detach_thread): Set the dying flag.
7027 (check_event): Always call attach_thread.
7028
7029 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7030
7031 * mips-tdep.c (mips_pdr_data): New.
7032 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7033 (_initialize_mips_tdep): Initialize mips_pdr_data.
7034
7035 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
7036
7037 * minsyms.c (install_minimal_symbols): Move dropping leading
7038 char from linkage name from here...
7039 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7040 test for "__gnu_compiled*" symbols.
7041
7042 2004-03-28 Jim Blandy <jimb@redhat.com>
7043
7044 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7045 registers to temp register r0 and byte stores as prologue
7046 instructions.
7047
7048 2004-03-28 Andrew Cagney <cagney@redhat.com>
7049
7050 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7051 arm*-*-*.
7052
7053 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7054
7055 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7056 and switch the layout to force a display of register window.
7057
7058 2004-02-26 J. Brobecker <brobecker@gnat.com>
7059
7060 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7061 of the INTEGER class.
7062
7063 2004-03-26 Jim Blandy <jimb@redhat.com>
7064
7065 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7066 bytes long on PPC GNU/Linux.
7067
7068 2004-03-26 David Carlton <carlton@kealia.com>
7069
7070 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7071
7072 2004-03-25 Andrew Cagney <cagney@redhat.com>
7073
7074 * PROBLEMS: Add general section titles, remove references to
7075 specific releases.
7076
7077 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
7078
7079 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7080 INT_REGISTER_SIZE.
7081 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7082 FP_REGISTER_VIRTUAL_SIZE.
7083 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7084 of DEPRECATED_REGISTER_RAW_SIZE.
7085 (arm_register_type): Add gdbarch argument.
7086 (arm_register_raw_size, arm_register_virtual_size): Delete.
7087 (arm_register_byte, arm_extract_return_value)
7088 (arm_store_return_value, arm_get_longjmp_target): Update references
7089 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7090 (arm_gdbarch_init): Likewise. Don't set
7091 deprecated_register_raw_size, deprecated_register_virtual_size,
7092 deprecated_max_register_raw_size,
7093 deprecated_max_register_virtual_size, or
7094 deprecated_max_register_virtual_type. Do set register_type.
7095 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7096 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7097 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7098 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7099 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7100 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7101 INT_REGISTER_SIZE.
7102 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7103 (remote_rdp_store_register): Likewise.
7104
7105 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
7106
7107 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7108 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7109 to after osabi initialization.
7110 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7111 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7112 functions.
7113 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7114 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7115 variables.
7116 (mips_linux_init_abi): Append signal trampoline unwinders.
7117
7118 2004-03-24 Andrew Cagney <cagney@redhat.com>
7119
7120 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7121 * tramp-frame.c: Include "gdb_assert.h".
7122 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
7123 correct sizeof.
7124 (tramp_frame_append): Validate the tramp frame's instructions.
7125 * Makefile.in (tramp-frame.o): Update dependencies.
7126
7127 2004-03-23 Andrew Cagney <cagney@redhat.com>
7128
7129 * trad-frame.h (trad_frame_set_reg_addr): Declare.
7130
7131 2004-03-23 Andrew Cagney <cagney@redhat.com>
7132
7133 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7134 Nasser as past testsuite/lib/ (and other) maintainers.
7135
7136 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7137
7138 * infcmd.c (attach_command): Reread symbols if we already have
7139 an exec file.
7140
7141 2004-03-23 Andrew Cagney <cagney@redhat.com>
7142
7143 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7144
7145 2004-03-23 Andrew Cagney <cagney@redhat.com>
7146
7147 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7148 * gdbarch.h, gdbarch.c: Re-generate.
7149 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7150 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7151 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7152 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
7153 (DEPRECATED_SIGTRAMP_START): Update.
7154 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
7155 (DEPRECATED_SIGTRAMP_START): Update.
7156 * blockframe.c (find_pc_sect_partial_function): Update.
7157 * arch-utils.c (legacy_pc_in_sigtramp): Update.
7158
7159 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7160
7161 * remote.c (remote_open_1): Reopen the exec file and reread symbols
7162 if necessary.
7163
7164 2004-03-23 Andrew Cagney <cagney@redhat.com>
7165
7166 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7167 predicate, deprecate.
7168 * gdbarch.h, gdbarch.c: Re-generate.
7169 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7170 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7171 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7172 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7173 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7174 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7175 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7176 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7177 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7178 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7179 * blockframe.c (find_pc_partial_function): Update.
7180 * breakpoint.c (bpstat_what): Update.
7181 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7182 * frv-linux-tdep.c (frv_linux_init_abi): Update.
7183 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7184 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7185 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7186 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7187 * i386-nto-tdep.c (i386nto_init_abi): Update.
7188 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
7189 * i386-tdep.c (i386_sigtramp_frame_sniffer)
7190 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
7191 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7192 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7193 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7194 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
7195 * infrun.c (pc_in_sigtramp): Update.
7196 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
7197 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7198 * mips-tdep.c (mips_gdbarch_init): Update.
7199 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
7200 * ppc-linux-tdep.c: Update comment.
7201 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
7202 * shnbsd-tdep.c (shnbsd_init_abi): Update.
7203 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
7204 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
7205 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
7206 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
7207 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
7208 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
7209 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
7210 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
7211
7212 2004-03-23 Andrew Cagney <cagney@redhat.com>
7213
7214 * tramp-frame.h, tramp-frame.h: New files.
7215 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
7216 Update rules to include "tramp-frame.h" and "tramp-frame.c".
7217
7218 * Makefile.in: Update all dependencies.
7219
7220 2004-03-23 Andrew Cagney <cagney@redhat.com>
7221
7222 * Makefile.in (trad_frame_h): Add $(frame_h).
7223 * trad-frame.h: Update copyright. Include "frame.h".
7224 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
7225 (trad_frame_set_id, trad_frame_get_id): Declare.
7226 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
7227 * trad-frame.c: Update copyright.
7228 (struct trad_frame_cache): Define.
7229 (trad_frame_cache_zalloc): New function.
7230 (trad_frame_set_id, trad_frame_get_id): New functions.
7231 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
7232
7233 2004-03-22 Andrew Cagney <cagney@redhat.com>
7234
7235 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
7236 s390_pltstub_unwind_cache.
7237 (s390_stub_frame_unwind_cache): Rename
7238 s390_pltstub_frame_unwind_cache.
7239 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
7240 (s390_stub_frame_prev_register): Rename
7241 s390_pltstub_frame_prev_register.
7242 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
7243 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
7244
7245 From Ulrich Weigand:
7246 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
7247 pointer calls like PLT calls.
7248
7249 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7250
7251 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
7252 PC rather than the partial function start address. Use the start
7253 address to sanity check the found PDR.
7254
7255 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7256
7257 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
7258 linux_handle_extended_wait.
7259
7260 2004-03-22 Andrew Cagney <cagney@redhat.com>
7261
7262 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
7263 function.
7264
7265 * frame.h (generic_pop_current_frame): Delete declaration.
7266 (deprecate_pop_dummy_frame): Deprecate
7267 generic_pop_dummy_frame.
7268 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
7269 (generic_pop_current_frame): Delete function.
7270 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
7271 generic_pop_current_frame.
7272 * v850-tdep.c (v850_pop_frame): Update.
7273 * mcore-tdep.c (mcore_pop_frame): Update.
7274 * sh64-tdep.c (sh64_pop_frame): Update.
7275 * h8300-tdep.c (h8300_pop_frame): Update.
7276
7277 2004-03-22 Andrew Cagney <cagney@redhat.com>
7278
7279 * frame.h (deprecated_pc_in_call_dummy): Rename
7280 generic_pc_in_call_dummy.
7281 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
7282 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
7283 generic_pc_in_call_dummy.
7284 (pc_in_dummy_frame): Make static.
7285 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
7286 * gdbarch.h, gdbarch.c: Re-generate.
7287 * dummy-frame.c (dummy_frame_sniffer): Simplify.
7288 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
7289 (legacy_get_prev_frame): Ditto.
7290 * inferior.h: Delete reference to generic_pc_in_call_dummy in
7291 comment.
7292
7293 2004-03-21 Andrew Cagney <cagney@redhat.com>
7294
7295 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
7296 declaration and out-of-date comment.
7297 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
7298 Delete function.
7299 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
7300 deprecated_pc_in_call_dummy.
7301
7302 * infrun.c (handle_inferior_event): For non legacy frames, use the
7303 frame ID and frame type to identify a signal trampoline. Update
7304 comments.
7305
7306 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
7307
7308 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
7309 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
7310
7311 2004-03-21 Andrew Cagney <cagney@redhat.com>
7312
7313 * frame-unwind.h: Update copyright.
7314 (struct frame_data): Add opaque declaration.
7315 (frame_sniffer_ftype): Declare.
7316 (struct frame_unwind): Add "unwind_data" and "sniffer".
7317 (frame_unwind_register_unwinder): Declare.
7318 (frame_unwind_find_by_frame): Add parameter "this_cache".
7319 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
7320 (legacy_get_prev_frame, legacy_get_prev_frame)
7321 (get_frame_type): Pass the prologue_cache to
7322 frame_unwind_find_by_frame.
7323 * frame-unwind.c (struct frame_unwind_table_entry): Add field
7324 "unwinder".
7325 (frame_unwind_register_unwinder): New function.
7326 (frame_unwind_find_by_frame): Handle an unwind sniffer.
7327
7328 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
7329
7330 * bcache.c (print_percentage): Use floating point to avoid
7331 incorrect results when portion*100 overflows.
7332
7333 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7334
7335 * ppc_tdep.h (ppc_linux_frame_saved_pc)
7336 (ppc_linux_init_extra_frame_info)
7337 (ppc_linux_frameless_function_invocation)
7338 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
7339 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
7340 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
7341 (rs6000_frame_chain): Delete declarations.
7342 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
7343 (ppc_linux_init_extra_frame_info)
7344 (ppc_linux_frameless_function_invocation)
7345 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
7346 (ppc_linux_init_abi): Remove registration of above deleted functions.
7347 * rs6000-tdep.c (rs6000_init_extra_frame_info)
7348 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
7349 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
7350 (rs6000_pop_frame, rs6000_frameless_function_invocation)
7351 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
7352 (rs6000_gdbarch_init): Remove registration of above deleted functions.
7353 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
7354 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
7355 frame management for all OSABIs.
7356
7357 2004-03-19 Andrew Cagney <cagney@redhat.com>
7358
7359 Committed by Kevin Buettner <kevinb@redhat.com>.
7360
7361 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
7362 Update copyright.
7363 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
7364 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
7365 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
7366 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
7367 unwinders. #ifdef legacy frame code.
7368 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
7369 "frame-base.h".
7370 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
7371 (struct rs6000_frame_cache, rs6000_frame_cache)
7372 (rs6000_frame_this_id, rs6000_frame_prev_register)
7373 (rs6000_frame_sniffer, rs6000_frame_unwind)
7374 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
7375 (rs6000_frame_base): Implement a traditional frame unwinder.
7376 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
7377 frame unwinder.
7378
7379 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7380
7381 * breakpoint.c (adjust_breakpoint_address): Don't adjust
7382 breakpoint address for watchpoints or the catch eventpoints.
7383 Add new paramter ``bptype''. Adjust all callers.
7384
7385 2004-03-19 Andrew Cagney <cagney@redhat.com>
7386
7387 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
7388
7389 * PROBLEMS: Delete note that ARM does not use frame code, problem
7390 fixed.
7391
7392 2004-03-18 Andrew Cagney <cagney@redhat.com>
7393
7394 * stack.c (return_command): Delete code wrapped in #ifdef
7395 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
7396
7397 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
7398
7399 2004-03-18 Andrew Cagney <cagney@redhat.com>
7400
7401 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
7402 DEPRECATED_IN_SIGTRAMP.
7403 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7404 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
7405 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7406 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7407 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7408 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7409 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7410 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7411 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
7412 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
7413
7414 2004-03-18 Andrew Cagney <cagney@redhat.com>
7415
7416 * frame-base.c: Update copyright. Include "gdb_obstack.h".
7417 (struct frame_base_table_entry): Define.
7418 (struct frame_base_table): Re-implement as a linked list.
7419 (frame_base_init): Re-implement.
7420 (frame_base_table): Delete function.
7421 (append_predicate): Delete function.
7422 (frame_base_append_sniffer): Update.
7423 (frame_base_set_default): Update.
7424 (frame_base_find_by_frame): Update.
7425 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
7426 * Makefile.in (frame-base.o): Update dependencies.
7427
7428 2004-03-17 Andrew Cagney <cagney@redhat.com>
7429
7430 * frame.c (legacy_get_prev_frame): Pass correct frame to
7431 frame_unwind_find_by_frame.
7432
7433 2004-03-17 David Carlton <carlton@kealia.com>
7434
7435 * NEWS: Mention C++ nested types and namespaces
7436
7437 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
7438
7439 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
7440 and "Regressions since gdb 5.3.". Add known regressions since
7441 gdb 6.0.
7442
7443 2004-03-16 David Carlton <carlton@kealia.com>
7444
7445 * dwarf2read.c (process_structure_scope): Process children even
7446 when we're a declaration.
7447
7448 2004-03-16 Andrew Cagney <cagney@redhat.com>
7449
7450 * symtab.h (find_pc_sect_partial_function): Delete declaration.
7451 * blockframe.c (find_pc_partial_function)
7452 (find_pc_sect_partial_function): Merge into a single
7453 find_pc_partial_function.
7454
7455 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7456
7457 * i386bsd-nat.c: s/regno/regnum/g.
7458 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
7459 FP0_REGNUM.
7460 (store_inferior_registers): Likewise.
7461
7462 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7463
7464 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
7465 of i387_fill_fsave.
7466 (store_inferior_registers): Call i387_collect_fsave and
7467 i387_collect_fxsave instead of i387_fill_fsave and
7468 i387_fill_fxsave.
7469
7470 2004-03-15 Andrew Cagney <cagney@redhat.com>
7471
7472 * Makefile.in (frame-unwind.o): Update dependencies.
7473 * frame-unwind.c: Include "gdb_obstack.h".
7474 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
7475 parameter.
7476 (append_predicate): Delete function.
7477 (struct frame_unwind_table_entry): New structure.
7478 (struct frame_unwind_table): Replace "sniffer" with "head" and
7479 "tail".
7480 (frame_unwind_append_sniffer): Update.
7481 (frame_unwind_find_by_frame): Update.
7482 (_initialize_frame_unwind): Registe frame_unwind_init using
7483 gdbarch_data_register_pre_init.
7484
7485 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7486
7487 * i386bsd-nat.c: Update copyright year.
7488 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
7489 define unconditionally.
7490
7491 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7492
7493 * i387-tdep.h (i387_collect_fsave): New prototype.
7494 * i387-tdep.c (i387_collect_fsave): New function containing most
7495 of the code from i387_fill_fsave.
7496 (i387_fill_fsave): Call i387_collect_fsave.
7497
7498 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7499
7500 * i386-linux-tdep.c: Update copyright year.
7501 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
7502 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
7503 svr4_ilp32_link_map_offsets instead of
7504 i386_linux_svr4_fetch_link_map_offsets.
7505
7506 2004-03-15 David Carlton <carlton@kealia.com>
7507
7508 Fix for PR c++/1553:
7509 * dwarf2read.c (read_structure_type): Determine type name by
7510 calling determine_class_name.
7511 (determine_class_name): New.
7512 (determine_prefix): Look at TYPE_TAG_NAME and call
7513 determine_class_name when appropriate.
7514 (determine_prefix_aux, class_name): Delete.
7515 (read_namespace): Set die->type.
7516
7517 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7518
7519 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
7520 unused macro definition. The definition in target.h (or perhaps
7521 elsewhere) takes precedence.
7522
7523 2004-03-15 Andrew Cagney <cagney@redhat.com>
7524
7525 * ppc-tdep.h: Update copyright.
7526 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
7527 function signatures to match "regsets.h".
7528 * ppc-linux-tdep.c: Include "regset.h".
7529 (ELF_GREGSET_SIZE): Delete.
7530 (right_supply_register): New function.
7531 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
7532 using right_supply_register.
7533 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
7534 functions.
7535 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
7536 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
7537 (_initialize_ppc_linux_tdep): Do not register
7538 ppc_linux_regset_core_fns.
7539 (ppc_linux_regset_from_core_section): Replace
7540 fetch_core_registers.
7541 (ppc_linux_regset_core_fns): Delete.
7542 * ppc-linux-nat.c: (right_fill_reg): New function.
7543 (supply_gregset): Update call to ppc_linux_supply_gregset.
7544 (fill_gregset): Clear the register set, use right_fill_reg.
7545 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
7546 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
7547
7548 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
7549 unsigned.
7550
7551 2004-03-15 Andrew Cagney <cagney@redhat.com>
7552
7553 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
7554 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
7555 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
7556 and register_gdbarch_data.
7557 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
7558 (struct gdbarch_data): Replace "init" by "pre_init" and
7559 "post_init".
7560 * gdbarch.h, gdbarch.c: Re-generate.
7561 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
7562 with"obstack", use OBSTACK_ZALLOC.
7563 (dwarf2_frame_ops): Delete.
7564 (dwarf2_frame_set_init_reg): Use gdbarch_data.
7565 (dwarf2_frame_init_reg): Use gdbarch_data.
7566 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
7567 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
7568 (_initialize_svr4_solib): Update.
7569 * user-regs.c (_initialize_user_regs): Update.
7570 * reggroups.c (_initialize_reggroup): Update.
7571 * regcache.c (_initialize_regcache): Update.
7572 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
7573 * libunwind-frame.c (_initialize_libunwind_frame): Update.
7574 * gnu-v3-abi.c (init_gnuv3_ops): Update.
7575 * frame-unwind.c (_initialize_frame_unwind): Update.
7576 * frame-base.c (_initialize_frame_base): Update.
7577 * user-regs.c (user_reg_add): Update.
7578 * reggroups.c (reggroup_add): Update.
7579 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
7580 * libunwind-frame.c (libunwind_frame_set_descr): Update.
7581 * frame-unwind.c (frame_unwind_append_sniffer): Update.
7582 * frame-base.c (frame_base_table): Update.
7583 * remote.c (_initialize_remote): Update.
7584 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
7585
7586 2004-03-15 Andrew Cagney <cagney@redhat.com>
7587
7588 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
7589
7590 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7591
7592 * Makefile.in (frv-linux-tdep.o): Add dependencies.
7593 * frv-linux-tdep.c: New file.
7594 * frv-tdep.c (struct gdbarch_tdep): Add new field
7595 ``sigcontext_reg_addr''.
7596 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
7597 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7598 (frv_sigramp_frame_sniffer): New functions.
7599 (frv_sigtramp_frame_unwind): New static global.
7600 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
7601 sniffers.
7602 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
7603 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
7604
7605 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7606
7607 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
7608 but not via a call to error(), when unable to read memory.
7609
7610 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7611
7612 * frv-tdep.c (frv_call_dummy_words): Delete.
7613 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
7614
7615 2004-03-15 Andrew Cagney <cagney@redhat.com>
7616
7617 * infrun.c (handle_step_into_function, step_over_function): Only
7618 update and use STEP_FRAME_ID when the system is using legacy
7619 frames. Update comments.
7620
7621 2004-03-14 Mark Kettenis <kettenis@gnu.org>
7622
7623 * amd64-linux-tdep.h: Remove file.
7624 * amd64-linux-tdep.c: Don't include "inferior.h" and
7625 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
7626 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
7627 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
7628 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
7629 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
7630 macros.
7631 (user_to_gdb_regmap): Remove variable.
7632 (amd64_linux_gregset_reg_offset): New variable.
7633 (amd64_core_fns): Remove variable.
7634 (fetch_core_registers): Remove function.
7635 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
7636 functions.
7637 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
7638 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
7639 * Makefile.in (amd64_linux_tdep_h): Remove.
7640 (amd64-linux-nat.o): Update dependencies.
7641 (amd64-linux-tdep.o): Update dependencies.
7642
7643 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
7644 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
7645 functions.
7646 (fetch_inferior_registers, store_inferior_registers): Rewrite.
7647
7648 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
7649 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
7650
7651 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
7652
7653 * dwarf2read.c (read_structure_type): Rename from
7654 read_structure_scope. Don't create a symbol or call process_die.
7655 Return immediately if die->type is set. Call read_type_die before
7656 dwarf2_add_member_fn.
7657 (process_structure_scope): New function.
7658 (read_enumeration_type, process_enumeration_scope): New functions,
7659 broken out from read_enumeration. Don't create the enumeration
7660 type if it has already been created.
7661 (read_enumeration): Removed.
7662 (process_die): Call read_structure_type, process_structure_scope,
7663 read_enumeration_type, and process_enumeration_scope. Just call
7664 new_symbol for base and subrange types. Add a comment about other
7665 type dies.
7666 (read_type_die): Call read_enumeration_type.
7667 (add_partial_structure, new_symbol): Update comments.
7668
7669 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7670
7671 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
7672
7673 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7674
7675 * tui/tui-win.h (tui_get_cmd_list): Declare.
7676 * tui/tui-win.c (tui_command): New function.
7677 (tui_get_cmd_list): New function.
7678 (_initialize_tui_win): Moved initialization of tui command in
7679 tui_get_cmd_list.
7680
7681 * tui/tui-data.c (init_content_element): Setup new data members.
7682 (init_win_info): Likewise.
7683 (free_content_elements): Free it.
7684 * tui/tui-data.h (struct tui_data_element): Store the register
7685 content to print.
7686 (struct tui_data_info): Keep the current register group.
7687
7688 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
7689
7690 * tui/tui-regs.h (tui_show_registers): Update prototype.
7691 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
7692 (tui_resize_all): No need to calculate anything for register window.
7693 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
7694 (tui_set_register_element, tui_set_general_regs_content): Remove.
7695 (tui_set_special_regs_content): Remove.
7696 (tui_set_general_and_special_regs_content): Remove.
7697 (tui_set_float_regs_content): Remove.
7698 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
7699 (tui_set_regs_content): Remove.
7700 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
7701 (tui_v_show_registers_command_support): Remove.
7702 (tui_show_registers): Use a reggroup to specify the registers to show.
7703 (tui_show_register_group): New function.
7704 (tui_display_registers_from): Compute the layout of register window
7705 and refresh with new API; be sure to delete old register windows.
7706 (tui_check_register_values): Update to use tui_get_register and
7707 tui_display_data.
7708 (tui_display_register): Just refresh the register window part.
7709 (tui_register_format): Format registers and save in tui_data_element.
7710 (tui_get_register): New to combine tui_reg_value_has_changed and
7711 tui_get_register_raw_value; fix to use the new gdb API.
7712 (tui_show_float_command): Renamed tui_reg_float_command.
7713 (tui_show_general_command): Renamed tui_reg_general_command.
7714 (tui_show_special_command): Renamed tui_reg_system_command.
7715 (_initialize_tui_regs): Remove unused commands.
7716
7717 2004-03-13 Mark Kettenis <kettenis@gnu.org>
7718
7719 * NEWS (New native configurations): Mention OpenBSD/amd64.
7720
7721 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
7722 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
7723 Remove defines.
7724 * config/i386/nm-fbsd64.h: Likewise.
7725 * config/i386/nm-obsd.h: Likewise.
7726 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
7727 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
7728
7729 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7730
7731 * frv-tdep.c (set_variant_scratch_registers): New function.
7732 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
7733 New constants.
7734
7735 From Richard Sandiford <rsandifo@redhat.com>:
7736 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
7737
7738 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7739
7740 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
7741 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
7742 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
7743 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
7744 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
7745 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
7746 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
7747 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
7748 definitions from frv-tdep.c to frv-tdep.h.
7749
7750 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7751
7752 Add shared library support for FR-V FDPIC ABI:
7753 * Makefile.in (solib-frv.o): Add dependencies.
7754 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
7755 New functions.
7756 (frv_push_dummy_call): Add support for FDPIC ABI.
7757 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
7758 for FDPIC ABI.
7759 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
7760 (frv_fdpic_find_canonical_descriptor): Declare.
7761 * solib-frv.c: New file.
7762 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
7763 * config/frv/tm-frv.h (solib.h): Include.
7764
7765 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7766
7767 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
7768 (frv-tdep.o): Update dependencies.
7769 * frv-tdep.h: New file.
7770 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
7771 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
7772 constants.
7773 (struct gdbarch_tdep): Add new member ``frv_abi''.
7774 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
7775 functions.
7776 (new_variant): Set ``frv_abi'' field.
7777 (gdb_arch_init): Detect FDPIC executables.
7778
7779 2004-03-12 Mark Kettenis <kettenis@gnu.org>
7780
7781 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
7782 wrapper.
7783
7784 2004-03-11 Andrew Cagney <cagney@redhat.com>
7785
7786 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
7787
7788 2004-03-11 Kevin Buettner <kevinb@redhat.com>
7789
7790 * solist.h (master_so_list): New function.
7791 * solib.c (master_so_list): Likewise.
7792 * solib-svr4.c (enable_break): Iterate over so_list entries
7793 obtained from master list instead of entries obtained directly
7794 via svr4_current_sos().
7795
7796 2004-03-10 Ben Elliston <bje@gnu.org>
7797
7798 * MAINTAINERS: Update my mail address.
7799
7800 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7801
7802 * remote-m32r-sdi.c: Support hardware watchpoint.
7803
7804 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7805
7806 * user-regs.c: Update copyright years.
7807 (struct user_regs): Rename to gdb_user_regs.
7808 (append_user_reg, builtin_user_regs, user_regs_init)
7809 (user_reg_add, user_reg_map_name_to_regnum)
7810 (usernum_to_user_reg): Update.
7811
7812 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7813
7814 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
7815 (skip_children): New functions.
7816 (locate_pdi_sibling): Call skip_children.
7817
7818 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7819
7820 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
7821 * gdbtypes.c (check_typedef): Update comments.
7822
7823 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7824
7825 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
7826 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
7827 pointer. Update comment about comp_unit_head.
7828 (struct abbrev_info): Shorten two int flags.
7829 (dwarf_alloc_abbrev): Take a CU argument.
7830 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
7831 each time through the loop. Update cleanup argument.
7832 (psymtab_to_symtab_1): Update cleanup call.
7833 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
7834 abbrev_obstack.
7835 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
7836 Just call obstack_free and clear the pointer.
7837
7838 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7839
7840 * infrun.c (handle_inferior_event): Remove short-circuit code for
7841 events in a different thread.
7842
7843 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7844
7845 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
7846 print the whole transfer.
7847 (initialize_targets): Update description of "set debug target".
7848
7849 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7850
7851 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
7852
7853 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
7854
7855 * MAINTAINERS (write after approval): Add myself.
7856
7857 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
7858
7859 * sh-tdep.c (sh_print_registers_info): Use for loop.
7860 Don't skip multiple registers when a float register is encountered.
7861
7862 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
7863
7864 Fix PR tdep/1291.
7865 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
7866 to official SH documentation.
7867
7868 2004-03-07 Andrew Cagney <cagney@redhat.com>
7869
7870 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
7871 unused function.
7872
7873 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
7874
7875 * arm-tdep.c (thumb_get_next_pc): Handle BX.
7876 (arm_get_next_pc): Handle BX and BLX.
7877
7878 2004-03-07 Andrew Cagney <cagney@redhat.com>
7879
7880 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
7881 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
7882 HPPA_SP_REGNUM.
7883 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
7884 (hppa_target_read_fp): Delete.
7885 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
7886 register_virtual_size, max_register_raw_size,
7887 max_register_virtual_size, register_byte, register_size,
7888 target_read_fp, fp_regnum, and register_bytes. Set register_type
7889 instead of register_virtual_type.
7890 (hppa32_register_type, hppa64_register_type): Replace
7891 hppa32_register_virtual_type and hppa64_register_virtual_type.
7892 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
7893 (HPPA_FP_REGNUM): Define.
7894
7895 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
7896
7897 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
7898 (pa_do_registers_info): Delete.
7899 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
7900 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
7901 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
7902
7903 * infcall.c (legacy_push_dummy_code): Delete #ifdef
7904 GDB_TARGET_IS_HPPA code.
7905 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
7906 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
7907 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
7908 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
7909 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
7910 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
7911 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
7912 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
7913 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
7914 (hppa_frameless_function_invocation, hppa64_store_return_value)
7915 (hppa_store_struct_return, hppa64_extract_return_value)
7916 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
7917 (hppa32_call_dummy_length, hppa64_call_dummy_length)
7918 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
7919 (find_proc_framesize, deposit_21, restore_pc_queue)
7920 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
7921 (rp_saved, pc_in_linker_stub): Delete.
7922
7923 Unconditionally enable 64-bit frame and ABI code.
7924 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
7925 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
7926 push_dummy_frame, fix_call_dummy, push_arguments,
7927 call_dummy_location, extract_return_value, use_struct_convention,
7928 store_return_value, store_struct_return, saved_pc_after_call,
7929 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
7930 frame_chain, frame_chain_valid, frameless_function_invocation,
7931 frame_saved_pc, and pop_frame.
7932
7933 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
7934 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
7935 (hppa_gdbarch_init): Do not set PC_REGNUM.
7936
7937 2004-03-06 Mark Kettenis <kettenis@gnu.org>
7938
7939 * config/alpha/tm-fbsd.h: Remove file.
7940 * config/alpha/fbsd.mt: Tweak comment.
7941 (TM_FILE): Set to tm-alpha.h.
7942
7943 2004-03-05 Andrew Cagney <cagney@redhat.com>
7944
7945 * infrun.c (step_over_function): When non-legacy code, and no
7946 step_frame_id, use the unwinder to get the caller's frame ID.
7947
7948 2004-03-05 Mark Kettenis <kettenis@gnu.org>
7949
7950 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
7951 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
7952 bfd_arch_unknown. Adjust comment.
7953
7954 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
7955 * i386obsd-tdep.c: Correct spelling in comment.
7956 * i386nbsd-tdep.c: Correct spelling in comment.
7957 * sparc-tdep.c: Correct spelling in comments.
7958
7959 2004-03-05 David Carlton <carlton@kealia.com>
7960
7961 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
7962 bug.
7963
7964 2004-03-05 Mark Kettenis <kettenis@gnu.org>
7965
7966 * sparc-tdep.c: Fix typo in comment.
7967
7968 2004-03-04 J. Brobecker <brobecker@gnat.com>
7969
7970 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
7971
7972 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
7973
7974 * dwarf2read.c: Add comment describing memory lifetimes.
7975 (struct dwarf2_pinfo): Update comment.
7976 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
7977 (read_enumeration, new_symbol): Don't use obsavestring.
7978
7979 2004-03-04 Mark Kettenis <kettenis@gnu.org>
7980
7981 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
7982 instead of amd64_fill_fxsave.
7983 * amd64bsd-nat.c (store_inferior_registers): Likewise.
7984 * amd64fbsd-nat.c (fill_fpregset): Likewise.
7985
7986 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
7987 Reorganize code a bit.
7988
7989 2004-03-04 Orjan Friberg <orjanf@axis.com>
7990
7991 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
7992 when the frame pointer is pushed. Don't set the frame pointer's
7993 address on the stack unless it's actually located there.
7994 Set the SRP's address on the stack correctly when the PC is still in
7995 the prologue.
7996 (cris_return_value): New function.
7997 (cris_gdbarch_init): Clear deprecated store_return_value,
7998 extract_return_value.
7999
8000 2004-03-02 Jim Blandy <jimb@redhat.com>
8001
8002 * stabsread.c (reg_value_complaint): The maximum register number
8003 is one less than the number of registers.
8004
8005 2004-03-02 Andrew Cagney <cagney@redhat.com>
8006
8007 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8008 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8009 trailing comma and redundant assignment of I386_ST0_REGNUM.
8010 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8011 32-bit segment registers.
8012
8013 2004-03-01 Andrew Cagney <cagney@redhat.com>
8014
8015 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8016 use frame_relative_level and get_next_frame.
8017
8018 2004-02-29 Andrew Cagney <cagney@redhat.com>
8019
8020 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8021 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8022 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8023 Delete macro.
8024
8025 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8026
8027 * inflow.c (terminal_inferior): Don't give up the terminal if we
8028 previously couldn't get the inferior's terminal state.
8029
8030 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8031
8032 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8033 PC_REGNUM.
8034
8035 2004-02-28 Andrew Cagney <cagney@redhat.com>
8036
8037 * NEWS: Refer to GDB 6.1.
8038 * README: Refer to GDB 6.1.
8039 * PROBLEMS: Refer to GDB 6.1.
8040
8041 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
8042
8043 * thread-db.c (disable_thread_signals): Remove unused function.
8044
8045 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8046
8047 * amd64-nat.c: Include "gdb_string.h".
8048 (amd64_collect_native_gregset): Zero-extend the 32-bit
8049 general-purpose registers and %eip.
8050
8051 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8052 * amd64-tdep.c (amd64_collect_fxsave): New function.
8053 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8054
8055 * i387-tdep.h: Update copyright year.
8056 (i387_collect_fxsave): New prototype.
8057 * i387-tdep.c: Update copyright year.
8058 (i387_collect_fxsave): New function containing most of the code
8059 from i387_fill_fxsave.
8060 (i387_fill_fxsave): Call i387_collect_fxsave.
8061
8062 2004-02-28 Andrew Cagney <cagney@redhat.com>
8063
8064 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8065 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8066
8067 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8068
8069 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8070
8071 2004-02-28 Andrew Cagney <cagney@redhat.com>
8072
8073 * utils.c: Use "", instead of <>, to include readline.
8074 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8075 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8076 * source.c, solib.c, exec.c, event-top.c: Ditto.
8077 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8078 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8079 * Makefile.in: Update all dependencies.
8080 (readline_tilde_h, readline_history_h): Define.
8081 (readline_headers): Delete.
8082
8083 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8084
8085 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8086 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8087 "config/i386/tm-lx64.h".
8088
8089 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8090 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8091 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8092
8093 2004-02-28 Andrew Cagney <cagney@redhat.com>
8094
8095 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8096
8097 * breakpoint.c (_initialize_breakpoint): Use
8098 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8099 Add help to show command.
8100
8101 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8102
8103 * i386-nat.c: Reformat to be closer to coding standards.
8104 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8105 `retval'. Make variables `align' and `size' local to while-loop.
8106 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8107 (_initialize_i386_nat): New prototype.
8108
8109 * tui/tui.c: Include <readline/readline.h> instead of
8110 "readline/readline.h". Include it after <term.h> and
8111 "gdb_curses.h".
8112
8113 2004-02-27 Andrew Cagney <cagney@redhat.com>
8114
8115 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8116 the new frame unwind code.
8117 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8118 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8119 PCOQ_HEAD_REGNUM.
8120
8121 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8122 "return_value" and "push_dummy_call".
8123 (hppa32_use_struct_convention): Delete unused function.
8124 (hppa32_store_return_value): Delete unused function.
8125 (hppa32_extract_return_value): Delete unused function.
8126 (hppa32_stack_align): Delete function.
8127
8128 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
8129
8130 * coffread.c (enter_linenos): Don't let rawptr reference memory
8131 outside linetab[]'s limits.
8132
8133 2004-02-27 Andrew Cagney <cagney@redhat.com>
8134
8135 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8136 inferior stack space - the stack needs to grow upwards.
8137 (hppa32_frame_align): New function.
8138 (hppa64_frame_align): Replace hppa_frame_align.
8139 (hppa_gdbarch_init): Update.
8140
8141 2004-02-26 Orjan Friberg <orjanf@axis.com>
8142
8143 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8144 (dwarf2-frame.h): Include.
8145 (enum cris_regnums): New enum CRIS_FP_REGNUM.
8146 Remove static variables related to ABI setting.
8147 (struct gdbarch_tdep): Remove cris_abi member.
8148 (struct frame_extra_info): Remove.
8149 (cris_unwind_cache, stack_item): New structs.
8150 (cris_frame_unwind, cris_frame_base): New variables.
8151 (push_stack_item, pop_stack_item)
8152 (cris_frame_unwind_cache, cris_frame_this_id)
8153 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8154 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8155 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8156 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8157 (cris_reg_struct_has_addr): New functions.
8158 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8159 (cris_frame_saved_pc, cris_saved_pc_after_call,
8160 (cris_store_struct_return, cris_frameless_function_invocation)
8161 (cris_pop_frame, cris_skip_prologue_main)
8162 (cris_abi_original_store_return_value)
8163 (cris_abi_v2_store_return_value)
8164 (cris_abi_original_extract_return_value)
8165 (cris_abi_v2_extract_return_value)
8166 (cris_abi_original_reg_struct_has_addr)
8167 (cris_abi_v2_reg_struct_has_addr)
8168 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8169 (cris_push_return_address, cris_abi_update): Remove.
8170 (_initialize_cris_tdep): Remove ABI command.
8171 (cris_dump_tdep): Ditto.
8172 (cris_gdbarch_init): Remove ABI command.
8173 Set store_return_value, extract_return_value, push_dummy_code,
8174 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8175 frame_unwind_append_sniffer, frame_base_set_default.
8176 Clear deprecated init_frame_pc, push_arguments, store_return_value,
8177 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8178 sizeof_call_dummy_words, get_saved_register, push_return_address,
8179 pop_frame, store_struct_return, frame_init_saved_regs,
8180 init_extra_frame_info, frameless_function_invocation, frame_chain,
8181 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8182 dummy_write_sp.
8183
8184 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8185
8186 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8187 * valprint.c (print_hex_chars): Change from static to external.
8188 (print_char_chars): New function.
8189 * printcmd.c (print_scalar_formatted): For integer and enum types
8190 that are longer than LONGEST, perform processing via appropriate
8191 print_*_chars routines.
8192
8193 2004-02-26 Andrew Cagney <cagney@redhat.com>
8194
8195 * Makefile.in: Update dependencies.
8196 Changes from Ulrich Weigand,
8197 * s390-tdep.c: Include "dwarf2-frame.h".
8198 (s390_dwarf2_frame_init_reg): New function.
8199 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
8200 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
8201
8202 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8203
8204 * breakpoint.c (pending_break_support): New setting variable.
8205 (break_command_1): Account for pending_break_support setting
8206 when creating pending breakpoints.
8207 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
8208 (_initialize_breakpoint): Add "set breakpoint pending" and
8209 "show breakpoint pending" commands.
8210
8211 2004-02-26 Andrew Cagney <cagney@redhat.com>
8212
8213 Fix PR i18n/1570.
8214 * charset.c (backslashable, backslashed, represented): Remove 'e'
8215 from list of escaped characters, not part of ISO-C.
8216
8217 2004-02-25 J. Brobecker <brobecker@gnat.com>
8218
8219 From Peter Schauer <schauer@pdf.de>:
8220 * tui/tui.c: Move system header includes after local includes.
8221 Fixes a build failure on solaris systems.
8222
8223 2004-02-25 J. Brobecker <brobecker@gnat.com>
8224
8225 * configure.in: Refine the previous change.
8226 * configure: Regenerate.
8227
8228 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8229
8230 * amd64-tdep.h: Renamed from x86-64-tdep.h.
8231 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
8232 "amd64-tdep.h" instead of "x86-64-tdep.h".
8233 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8234 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
8235 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
8236 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8237 and "x86-64-tdep.c".
8238 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
8239 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8240 and "x86-64-tdep.c".
8241 * amd64bsd-nat.c: Update copyright year.
8242 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8243 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
8244 "x86-64-tdep.h".
8245 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
8246 "x86-64-tdep.h".
8247 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
8248 "x86-64-tdep.h".
8249 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
8250 "x86-64-tdep.h".
8251 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
8252 "x86-64-tdep.h".
8253 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
8254 "x86-64-tdep.h".
8255 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
8256 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
8257 * Makefile.in (amd64_linux_tdep_h): Renamed from
8258 x86_64_linux_tdep_h.
8259 (amd64_tdep_h): Renamed from x86_64_tdep_h.
8260 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
8261 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
8262 (amd64obsd-tdep.o): Update dependencies.
8263 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
8264 dependencies.
8265 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
8266 dependencies.
8267 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
8268 amd64-linux-nat.c amd64-linux-tdep.c.
8269 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
8270 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
8271 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
8272 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
8273 amd64-tdep.o and amd64-linux-tdep.o.
8274 (TM_FILE): Set to tm-linux64.h.
8275 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
8276 (NAT_FILE): Set to nm-linux64.h.
8277 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
8278 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8279 amd64-tdep.o.
8280 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8281 amd64-tdep.o.
8282 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8283 amd64-tdep.o.
8284
8285 2004-02-25 Roland McGrath <roland@redhat.com>
8286
8287 * remote.c (remote_protocol_qPart_auxv): New variable.
8288 (init_all_packet_configs): Initialize it.
8289 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
8290 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
8291 (show_remote_cmd): Call it.
8292 (_initialize_remote): Initialize commands.
8293 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
8294 service TARGET_OBJECT_AUXV requests.
8295
8296 2004-02-25 J. Brobecker <brobecker@gnat.com>
8297
8298 * configure.in: Make sure that the wborder function is available.
8299 Otherwise, search for it in the cur_colr library.
8300 * configure: Regenerate.
8301
8302 2004-02-25 Andrew Cagney <cagney@redhat.com>
8303
8304 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
8305
8306 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8307
8308 * config/i386/tm-x86-64linux.h: Tweak comments.
8309
8310 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
8311
8312 * MAINTAINERS: Add self to write-after-approval list.
8313
8314 2004-02-25 Andrew Cagney <cagney@redhat.com>
8315
8316 PR cli/1566. Problem found, and fix suggested by David Allan.
8317 * cli/cli-script.c (execute_control_command): Unconditionally
8318 install a cleanup. Default "ret" to "invalid_control". Use
8319 "break" instead of "return" to escape from the switch.
8320
8321 2004-02-24 J. Brobecker <brobecker@gnat.com>
8322
8323 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
8324 with the lines macro defined in term.h on AiX.
8325 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
8326 a collision with the label_width macro defined in term.h on AiX.
8327
8328 2004-02-23 David Mosberger <davidm@hpl.hp.com>
8329
8330 Committed by Kevin Buettner <kevinb@redhat.com>.
8331
8332 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
8333 * ia64-tdep.c (ia64_write_pc): Make it a global function.
8334 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
8335 instead of ia64_write_pc().
8336 * ia64-linux-tdep.c (regcache.h): Include.
8337 (ia64_linux_write_pc): New function.
8338
8339 2004-02-23 Roland McGrath <roland@redhat.com>
8340
8341 * auxv.c (info_auxv_command): Fix typos in error messages.
8342
8343 2004-02-23 Mark Kettenis <kettenis@gnu.org>
8344
8345 * x86-64-tdep.h: Tweak comment.
8346 (enum amd64_regnum): New.
8347 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
8348 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
8349 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
8350 (X86_64_XMM1_REGNUM): Removed.
8351 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
8352 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
8353 prototypes for renamed functions.
8354 * x86-64-tdep.c: Fix typo.
8355 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
8356 register numbers.
8357 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
8358 Use constants from `enum amd64_regnum' for register numbers.
8359 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
8360 (amd64_analyze_prologue, amd64_frame_cache,
8361 amd64_sigtramp_frame_cache): Use constants from `enum
8362 amd64_regnum' for register numbers.
8363 (amd64_supply_fpregset): Adjust for renamed functions.
8364 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
8365 `enum amd64_regnum' for register numbers.
8366 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
8367 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
8368 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
8369 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
8370 (amd64_linux_fill_gregset): Adjust for renamed macros.
8371 (fetch_core_registers): Adjust for renamed functions.
8372 (amd64_linux_init_abi): Adjust for renamed functions.
8373 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
8374 renamed functions.
8375 * amd64-nat.c: Adjust for renamed macros.
8376 * amd64bsd-nat.c (fetch_inferior_registers)
8377 (store_inferior_registers): Use constants from `enum amd64_regnum'
8378 for register numbers. Adjust for renamed variables.
8379 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
8380 renamed variables.
8381 (_initialize_amd64fbsd_nat): Use constants from `enum
8382 amd64_regnum' for register numbers.
8383 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
8384 `enum amd64_regnum' for register numbers.
8385 (amd64fbsd_init_abi): Adjust for renamed functions.
8386 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
8387 `enum amd64_regnum' for register numbers.
8388 (amd64nbsd_init_abi): Adjust for renamed functions.
8389 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
8390 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
8391 `enum amd64_regnum' for register numbers.
8392 (amd64obsd_init_abi): Adjust for renamed functions.
8393 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
8394
8395 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8396
8397 * breakpoint.c (print_one_breakpoint): Do not output spaces
8398 after printing <PENDING> for a pending breakpoint.
8399
8400 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8401
8402 * printcmd.c (print_scalar_formatted): Initialize val_long
8403 to remove compiler warning message.
8404
8405 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8406
8407 * defs.h (nquery, yquery): New prototypes.
8408 * breakpoint.c (break_command_1): Use new nquery interface.
8409 * utils.c (defaulted_query, nquery, yquery): New functions.
8410
8411 2004-02-23 Andrew Cagney <cagney@redhat.com>
8412
8413 * hppa-tdep.c (hppa_frame_align): New function.
8414 (hppa32_push_dummy_call): New function.
8415 (hppa64_push_dummy_call): New function.
8416 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
8417 disabled.
8418
8419 * infcall.c (legacy_push_dummy_code): Don't call deprecated
8420 FIX_CALL_DUMMY when push_dummy_call is available.
8421 (call_function_by_hand, push_dummy_code): Ditto.
8422
8423 2004-02-22 Andrew Cagney <cagney@redhat.com>
8424
8425 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
8426 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
8427 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
8428 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
8429 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
8430 call_dummy_location to ON_STACK.
8431
8432 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8433
8434 * x86-64-linux-tdep.c: Tweak comment.
8435 (amd64_linux_supply_gregset): Renamed from
8436 x86_64_linux_supply_gresget.
8437 (amd64_linux_fill_gregset): Renamed from
8438 x86_64_linux_fill_gregset.
8439 (fetch_core_registers): Adjust for renamed functions.
8440 (amd64_core_fns): Renamed from x86_64_core_fns.
8441 (amd64_linux_sigtramp_start): Renamed from
8442 x86_64_linux_sigtramp_start.
8443 (amd64_linux_pc_in_sigtramp): Renamed from
8444 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
8445 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
8446 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
8447 (amd64_linux_sigcontext_addr): Renamed from
8448 x86_64_linux_sigcontext_addr.
8449 (amd64_linux_sc_reg_offset): Renamed from
8450 x86_64_linux_sc_reg_offset.
8451 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
8452 Adjust for renamed functions and variables.
8453 (_initialize_amd64_linux_tdep): Renamed from
8454 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
8455 variables.
8456 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
8457 Adjust for renamed functions.
8458
8459 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
8460 from x86_64_linux_gregset64_reg_offset.
8461 (amd64_linux_gregset32_reg_offset): Rename from
8462 x86_64_linux_gregset64_reg_offset.
8463 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
8464 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
8465 (amd64_linux_dr_set_control): Renamed from
8466 x86_64_linux_dr_set_control. Adjust for renamed functions.
8467 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
8468 Adjust for renamed functions.
8469 (amd64_linux_dr_reset_addr): Renamed from
8470 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
8471 (amd64_linux_dr_get_status): Renamed from
8472 x86_64_linux_dr_get_status. Adjust for renamed functions.
8473 (_initialize_amd64_linux_nat): Renamed from
8474 _initialize_x86_64_linux_nat. Adjust for renamed variables and
8475 functions.
8476 * config/i386/nm-x86-64linux.h: Update copyright year.
8477 Adjust for renamed functions.
8478
8479 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
8480 amd64fbsd_sigtramp_start.
8481 (amd64fbsd_sigtramp_end_addr): Renamed from
8482 amd64fbsd_sigtramp_end.
8483 (amd64fbsd_init_abi): Adjust for renamed variables.
8484 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
8485 variables.
8486 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
8487 amd64fbsd_sigtramp_start.
8488 (amd64fbsd_sigtramp_end_addr): Renamed from
8489 amd64fbsd_sigtramp_end.
8490
8491 2004-02-22 Andrew Cagney <cagney@redhat.com>
8492
8493 * hppa-tdep.c (hppa32_return_value): New function.
8494 (hppa64_return_value): New function.
8495 (hppa_gdbarch_init): Set return_value; keep disabled.
8496
8497 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
8498 struct-return and inferior function call methods.
8499
8500 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8501 "frame-base.h".
8502 (struct hppa_frame_cache): Define.
8503 (hppa_frame_cache, hppa_frame_this_id): New functions.
8504 (hppa_frame_prev_register): New function.
8505 (hppa_frame_unwind, hppa_frame_base): New variables.
8506 (hppa_frame_unwind_sniffer): New function.
8507 (hppa_frame_base_address, hppa_unwind_pc): New function.
8508 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
8509 sniffer, and frame base sniffer; keep disabled.
8510 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
8511 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
8512
8513 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
8514 to predicates for "seriously old code".
8515
8516 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
8517 runtime if(0).
8518
8519 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
8520 unsigned.
8521 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
8522
8523 * config/pa/tm-hppa.h: Update copyright.
8524 (DEPRECATED_INIT_FRAME_PC): Delete macro.
8525 (deprecated_init_frame_pc_default): Delete declaration.
8526 (hppa_frame_init_saved_regs): Delete declaration.
8527 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8528 * hppa-tdep.c: Include "arch-utils.h".
8529 (hppa_gdbarch_init): Set deprecated init_frame_pc
8530 and deprecated frame_init_saved_regs.
8531 (hppa_frame_init_saved_regs): Make static.
8532
8533 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8534
8535 Remove old 386BSD support.
8536 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
8537 * configure.host: Remove i[34567]86-*-bsd*.
8538 * configure.tgt: Remove i[34567]86-*-bsd*.
8539 * i386b-nat.c: Removed.
8540 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
8541 (i386b-nat.o): Remove dependencies.
8542
8543 * config/i386/i386bsd.mh: Removed.
8544 * config/i386/i386bsd.mt: Removed.
8545 * config/i386/nm-i386bsd.h: Removed.
8546 * config/i386/tm-i386bsd.h: Removed.
8547 * config/i386/xm-i386bsd.h: Removed.
8548
8549 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
8550
8551 * amd64fbsd-tdep.c: Include "solib-svr4.h".
8552 (amd64fbsd_init_abi): Set link map offsets.
8553 * amd64nbsd-tdep.c: Include "slib-svr4.h".
8554 (amd64nbsd_init_abi): Set link map offsets.
8555 * amd64obsd-tdep.c: Include "solib-svr4.h".
8556 (amd64obsd_init_abi): Set link map offsets.
8557 * i386fbsd-tdep.c: Include "solib-svr4.h".
8558 (i386fbsd_init_abi): Set link map offsets.
8559 * i386nbsd-tdep.c: Include "solib-svr4.h".
8560 (i386nbsdelf_init_abi): Set link map offsets.
8561 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
8562 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
8563 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
8564 solib-legacy.o and core-aout.o. Reformat.
8565 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
8566 solib-svr4.o, solib-legacy.o. Reformat.
8567 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
8568 * config/i386/nbsdelf.mh: Reformat.
8569 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
8570 solib-svr4.o, solib-legacy.o and corelow.o.
8571 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
8572 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
8573 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
8574 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
8575 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
8576 (TM_FILE): Set to tm-fbsd.h.
8577 * config/i386/nbsd.mt (TDEPFILES): Reformat.
8578 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
8579 solib-svr4.o.
8580 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
8581 solib-svr4.o.
8582 (TM_FILE): Set to nm-nbsd.h.
8583 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
8584 Simplify shared library support. Don't include "elf/common.h".
8585 (SVR4_SHARED_LIBS): Don't define.
8586 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
8587 "solib.h".
8588 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
8589 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
8590 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
8591 Don't include "i386/tm-i386.h". Include "solib.h".
8592 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
8593 Don't include "i386/tm-i386.h".
8594 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
8595 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
8596 Include "i386/xm-i386.h".
8597 (HOST_LONG_DOUBLE_FORMAT): Remove.
8598
8599 Fix OpenBSD/i386 sigtramp recognition.
8600 * i386-tdep.h: Update copyright year.
8601 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
8602 (i386bsd_sigtramp_end): New prototypes.
8603 (i386fbsd_sigtramp_start_addr): Renamed from
8604 i386fbsd_sigtramp_start.
8605 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8606 (i386obsd_sigtramp_start_addr): Renamed from
8607 i386obsd_sigtramp_start.
8608 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8609 * i386bsd-tdep.c: Update copyright year.
8610 (i386bsd_pc_in_sigtramp): Make public.
8611 * i386fbsd-nat.c: Update copyright year.
8612 (_initialize_i386fbsd_nat): Adjust for renamed variables.
8613 * i386fbsd-tdep.c: Update copyright year.
8614 (i386fbsd_sigtramp_start_addr): Renamed from
8615 i386fbsd_sigtramp_start.
8616 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8617 (i386fbsdaout_init_abi): Adjust for renamed variables.
8618 * i386obsd-nat.c: Update copyright year.
8619 (_initialize_i386obsd_nat): Adjust for renamed variables.
8620 * i386obsd-tdep.c: Include "target.h".
8621 (i386obsd_page_size): New variable.
8622 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
8623 (i386obsd_sigtramp_end): New functions.
8624 (i386obsd_sigtramp_start_addr): Renamed from
8625 i386obsd_sigtramp_start.
8626 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8627 (i386obsd_init_abi): Adjust for renamed variables. Set
8628 pc_in_sigtramp, sigtramp_start and sigtramp_end.
8629 * Makefile.in (i386obsd-tdep.o): Update dependencies.
8630
8631 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
8632 trampoline change in OpenBSD kernel.
8633
8634 * amd64-nat.c: Update copyright year.
8635 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
8636 architecture from REGCACHE.
8637
8638 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
8639 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
8640
8641 2004-02-21 Mark Kettenis <kettenis@gnu.org>
8642
8643 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
8644 i[34567]86-*-openbsd3.[0-3].
8645 * config/i386/obsdaout.mh: New file.
8646
8647 * config/i386/obsd.mh (MH_FLAGS): Remove.
8648
8649 Fix PR build/1549.
8650 * i386obsd-tdep.c: Update copyright years. Include
8651 "solib-svr4.h".
8652 (i386obsd_init_abi): Don't set regset_from_core_section here.
8653 (i386obsd_aout_init_abi): New function. Set
8654 regset_from_core_section here.
8655 (i386obsd_elf_init_abi): New function.
8656 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
8657 * Makefile.in (i386obsd-tdep.o): Update dependecies.
8658 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
8659 (TM_FILE): Set to tm-nbsd.h.
8660
8661 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
8662 solib-sunos.o.
8663
8664 * solib-svr4.h: Update copyright year.
8665 (svr4_ilp32_fetch_link_map_offsets)
8666 (svr4_lp64_fetch_link_map_offsets): New prototype.
8667 * solib-svr4.c: Update copyright year.
8668 (svr4_ilp32_fetch_link_map_offsets)
8669 (svr4_lp64_fetch_link_map_offsets): New function.
8670
8671 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
8672
8673 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
8674 to the partial symbol table.
8675
8676 2004-02-20 J. brobecker <brobecker@gnat.com>
8677
8678 * PROBLEMS: Add description of problem documented under gdb/1560.
8679
8680 2004-02-20 Mark Kettenis <kettenis@gnu.org>
8681
8682 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
8683 comments.
8684 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
8685 functions.
8686 (amd64obsd_init_abi): Reorder initializations. Use
8687 amd64obsd_r_reg_offset to initialize the general-purpose register
8688 set details. Set regset_from_core_section.
8689 (_initialize_amd64obsd_tdep): Rename from
8690 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
8691 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
8692 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
8693
8694 * NEWS (New native configurations): Mention OpenBSD/alpha.
8695 * configure.tgt: Add alpha*-*-openbsd*.
8696 * configure.host: Add alpha*-*-openbsd*.
8697 * alphanbsd-tdep.c: Update copyright year.
8698 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
8699
8700 2004-02-20 Andrew Cagney <cagney@redhat.com>
8701
8702 Fix PR tdep/1372.
8703 * configure.tgt: Delete target "none-*-*".
8704 * configure.host: Delete host "none-*-*".
8705 * config/none/none.mh: Delete file.
8706 * config/none/none.mt: Delete file.
8707 * config/none/xm-none.h: Delete file.
8708 * config/none/tm-none.h: Delete file.
8709 * config/none/nm-none.h: Delete file.
8710
8711 2004-02-19 Fred Fish <fnf@redhat.com>
8712
8713 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
8714 cache->uses_fp prior to setting it.
8715
8716 2004-02-19 Fred Fish <fnf@redhat.com>
8717
8718 Fix for PR breakpoint/1558.
8719 * sh-tdep.c (IS_JSR): New macro.
8720 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
8721
8722 2004-02-19 Jim Blandy <jimb@redhat.com>
8723
8724 * findvar.c (value_from_register): Doc fix.
8725
8726 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
8727
8728 * printcmd.c (print_scalar_formatted): Do not check for sizeof
8729 type being greater than sizeof of host's LONGEST. Always use
8730 unpack_long() unless format 'f' chosen.
8731
8732 2004-02-19 Joel Brobecker <brobecker@gnat.com>
8733
8734 Committed by Elena Zannoni <ezannoni@redhat.com>
8735
8736 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
8737 contains a symbol wich is the best, non-exact match for the given
8738 pc. Update comments.
8739
8740 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
8741
8742 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
8743 macro, which was part of the now removed Mach 3 port.
8744 * utils.c (request_quit): Ditto.
8745
8746 2004-02-18 Mark Kettenis <kettenis@gnu.org>
8747
8748 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
8749 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
8750
8751 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8752
8753 Committed by Mark Kettenis <kettenis@gnu.org>.
8754
8755 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
8756 Define.
8757
8758 2004-02-18 Andrew Cagney <cagney@redhat.com>
8759
8760 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
8761 CONFIG_INSTALL and CONFIG_UNINSTALL.
8762 * configure: Re-generate.
8763 * interps.h (INTERP_TUI): Define.
8764 * Makefile.in: Update dependencies.
8765 (TUI): New macro.
8766 (tui-main.o): Specify dependencies.
8767 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
8768 * tui/tui-main.c: New file.
8769
8770 2004-02-18 Mark Kettenis <kettenis@gnu.org>
8771
8772 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
8773 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
8774 dependencies.
8775 * configure.host: Add x86_64-*-openbsd*.
8776 * configure.tgt: Add x86_64-*-openbsd*.
8777 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
8778
8779 * tui/tui.c: Don't include <malloc.h>.
8780
8781 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
8782 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
8783 amd64nbsd-tdep.c.
8784
8785 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8786 static. Remove extraneous whitespace.
8787 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
8788 static.
8789
8790 2004-02-17 Jim Blandy <jimb@redhat.com>
8791
8792 * findvar.c (value_from_register): Doc fix.
8793
8794 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8795
8796 Committed by Jim Blandy <jimb@redhat.com>.
8797
8798 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
8799 CORE_ADDR as type for selectors. Correct types for GNU run time
8800 message lookup function to use double indirection.
8801 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
8802 * objc-lang.h (lookup_child_selector): Adapt prototype.
8803
8804 * s390-nat.c (SUBOFF): New macro.
8805 (supply_gregset, fill_gregset): Use it to handle debugging
8806 of 32-bit exectuables running under a 64-bit kernel.
8807 * s390-tdep.c: Include "solib-svr4.h".
8808 (s390_svr4_fetch_link_map_offset): New function.
8809 (s390x_svr_fetch_link_map_offset): Likewise.
8810 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
8811 * Makefile.in (s390-tdep.o): Update dependencies.
8812
8813 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
8814 "frame-unwind.h".
8815 (s390_readinstruction): Reformat. Use read_memory_nobpt.
8816 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
8817 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
8818 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
8819 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
8820 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8821 S390_SIGNAL_FRAMESIZE,
8822 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
8823 (struct frame_extra_info): Remove.
8824 (s390_memset_extra_info): Remove.
8825 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
8826 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
8827 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
8828 (is_rse): Renamed to ...
8829 (is_rsy): ... this. Support long displacements.
8830 (is_rxe): Renamed to ...
8831 (is_rxy): ... this. Support long displacements.
8832 (compute_x_addr): Support long displacements.
8833 (struct s390_prologue_data): New data type.
8834 (s390_on_stack): Change API to use struct s390_prologue_data.
8835 (s390_store): Reimplement.
8836 (s390_load): New function.
8837 (s390_get_signal_frame_info): Remove.
8838 (s390_get_frame_info): Remove, replace by ...
8839 (s390_analyze_prolog): ... this new function.
8840 (s390_check_function_end): Remove.
8841 (s390_function_start): Remove.
8842 (s390_frameless_function_invokation): Remove.
8843 (s390_is_sigreturn): Remove.
8844 (s390_init_frame_pc_first): Remove.
8845 (s390_init_frame_extra_info): Remove.
8846 (s390_frame_init_saved_regs): Remove.
8847 (s390_frame_saved_pc_nofix): Remove.
8848 (s390_frame_saved_pc): Remove.
8849 (s390_frame_chain): Remove.
8850 (s390_fp_regnum, s390_read_fp): Remove.
8851 (s390_pop_frame_regular, s390_pop_frame): Remove.
8852 (s390_saved_pc_after_call): Remove.
8853 (s390_skip_prologue): Reimplement.
8854 (s390_in_function_epilogue_p): Support long displacements.
8855 (struct s390_unwind_cache): New data structure.
8856 (s390_frame_unwind_cache): New function.
8857 (s390_prologue_frame_unwind_cache): Likewise.
8858 (s390_backchain_frame_unwind_cache): Likewise.
8859 (s390_frame_this_id, s390_frame_prev_register): Likewise.
8860 (s390_frame_unwind): Define.
8861 (s390_frame_sniffer): New function.
8862 (struct s390_pltstub_unwind_cache): New data structure.
8863 (s390_pltstub_frame_unwind_cache): New function.
8864 (s390_pltstub_frame_this_id): Likewise.
8865 (s390_pltstub_frame_prev_register): Likewise.
8866 (s390_pltstub_frame_unwind): Define.
8867 (s390_pltstub_frame_sniffer): New function.
8868 (struct s390_sigtramp_unwind_cache): New data structure.
8869 (s390_sigtramp_frame_unwind_cache): New function.
8870 (s390_sigtramp_frame_this_id): Likewise.
8871 (s390_sigtramp_frame_prev_register): Likewise.
8872 (s390_sigtramp_frame_unwind): Define.
8873 (s390_sigtramp_frame_sniffer): New function.
8874 (s390_frame_base_address, s390_local_base_address): New functions.
8875 (s390_frame_base): Define.
8876 (s390_unwind_pc, s390_unwind_sp): New function.
8877 (s390_push_dummy_call): Use new frame base location.
8878 (s390_unwind_dummy_id): Likewise.
8879 (s390_gdbarch_init): Remove calls to:
8880 set_gdbarch_frameless_function_invocation,
8881 set_gdbarch_deprecated_init_frame_pc,
8882 set_gdbarch_deprecated_frame_chain,
8883 set_gdbarch_deprecated_frame_init_saved_regs,
8884 set_gdbarch_deprecated_pop_frame,
8885 set_gdbarch_deprecated_init_extra_frame_info,
8886 set_gdbarch_deprecated_init_frame_pc_first,
8887 set_gdbarch_deprecated_target_read_fp,
8888 set_gdbarch_deprecated_frame_saved_pc,
8889 set_gdbarch_deprecated_saved_pc_after_call,
8890 set_gdbarch_deprecated_fp_regnum.
8891 Add calls to:
8892 set_gdbarch_in_solib_call_trampoline,
8893 frame_unwind_append_sniffer,
8894 frame_base_set_default,
8895 set_gdbarch_unwind_pc,
8896 set_gdbarch_unwind_sp.
8897 * Makefile.in (s390-tdep.o): Update dependencies.
8898
8899 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
8900 (S390_STACK_FRAME_OVERHEAD): Remove.
8901 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
8902 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
8903 (s390_promote_integer_argument): Remove.
8904 (s390_cannot_extract_struct_value_address): Remove.
8905 (s390_use_struct_convention, s390_store_struct_return): Remove.
8906 (s390_extract_return_value, s390_store_return_value): Remove.
8907 (s390_return_value_convention, s390_return_value): New functions.
8908 (is_float_singleton): Handle typedefs.
8909 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
8910 Remove, replace by ...
8911 (s390_function_arg_pass_by_reference, s390_function_arg_float,
8912 s390_function_arg_integer): ... these new functions.
8913 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
8914 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
8915 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
8916 Fill in tdep->abi.
8917 Remove calls to:
8918 set_gdbarch_deprecated_store_struct_return,
8919 set_gdbarch_deprecated_extract_return_value,
8920 set_gdbarch_deprecated_store_return_value,
8921 set_gdbarch_use_struct_convention,
8922 set_gdbarch_extract_struct_value_address,
8923 set_gdbarch_deprecated_pc_in_call_dummy,
8924 set_gdbarch_deprecated_push_arguments,
8925 set_gdbarch_deprecated_save_dummy_frame_tos,
8926 set_gdbarch_deprecated_push_return_address,
8927 set_gdbarch_deprecated_sizeof_call_dummy_words,
8928 set_gdbarch_deprecated_call_dummy_words,
8929 set_gdbarch_deprecated_dummy_write_sp.
8930 Add calls to:
8931 set_gdbarch_push_dummy_call,
8932 set_gdbarch_unwind_dummy_id,
8933 set_gdbarch_return_value.
8934
8935 * config/s390/nm-linux.h: Update comments.
8936 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
8937 (STOPPED_BY_WATCHPOINT): Redefine.
8938 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
8939 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
8940 (s390_stopped_by_watchpoint): Likewise.
8941 (watch_area_cnt): Remove.
8942 * s390-nat.c: Update comments.
8943 (watch_area): Remove typedef.
8944 Global replace watch_area by struct watch_area.
8945 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8946 (s390_stopped_by_watchpoint): Remove pid argument,
8947 use s390_inferior_tid. Add short-cut for the no watchpoint case.
8948 (s390_fix_watch_points): Remove pid argument,
8949 use s390_inferior_tid. Recompute area spanned by watchpoints.
8950 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
8951 argument. Reimplement.
8952
8953 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
8954 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
8955 (FETCH_INFERIOR_REGISTERS): Define.
8956 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
8957 core-regset.o.
8958 * config/s390/s390x.mt: Remove.
8959 * config/s390/tm-s390.h: Remove.
8960 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
8961 (TARGET_ELF64): Remove.
8962 (SKIP_TRAMPOLINE_CODE): Do not undefine.
8963 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
8964 s390*-*-* case; always set gdb_target to s390.
8965 * regformats/reg-s390.dat: Remove control registers.
8966 * regformats/reg-s390x.dat: Likewise.
8967 * s390-tdep.h: New file.
8968 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
8969 Include "inferior.h" and "s390-tdep.h".
8970 Remove private definition of offsetof.
8971 (s390_register_u_addr): Remove.
8972 (regmap_gregset, regmap_fpregset): Define.
8973 (supply_gregset, fill_gregset): Reimplement.
8974 (supply_fpregset, fill_fpregset): Likewise.
8975 (s390_inferior_tid): New function.
8976 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
8977 (fetch_inferior_registers, store_inferior_registers): Likewise.
8978 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
8979 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
8980 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
8981 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
8982 (struct gdbarch_tdep): Define.
8983 (struct s390_register_info): Define.
8984 (s390_register_info): New variable.
8985 (s390_register_name): Reimplement.
8986 (s390_register_type): New function.
8987 (s390_register_raw_size, s390x_register_raw_size): Remove.
8988 (s390_cannot_fetch_register): Remove.
8989 (s390_register_byte): Remove.
8990 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
8991 (s390_dwarf_regmap): New variable.
8992 (s390_dwarf_reg_to_regnum): New function.
8993 (s390_stab_reg_to_regnum): Remove.
8994 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
8995 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
8996 (s390_convert_register_p): Likewise.
8997 (s390_register_to_value, s390_value_to_register): Likewise.
8998 (s390_register_reggroup_p): Likewise.
8999 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9000 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9001 (s390_supply_regset, s390_regset_from_core_section): New functions.
9002 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9003 (S390_FPR_SIZE): Likewise.
9004 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9005 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9006 (S390_NUM_GPRS): Move here from tm-s390.h.
9007 (S390_NUM_FPRS): Likewise.
9008 (s390_in_function_epilogue_p): New function.
9009 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9010 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9011 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9012 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9013 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9014 Remove calls to:
9015 set_gdbarch_deprecated_max_register_raw_size,
9016 set_gdbarch_deprecated_max_register_virtual_size,
9017 set_gdbarch_deprecated_register_byte,
9018 set_gdbarch_cannot_fetch_register,
9019 set_gdbarch_cannot_store_register,
9020 set_gdbarch_deprecated_register_size,
9021 set_gdbarch_deprecated_register_raw_size,
9022 set_gdbarch_deprecated_register_virtual_size,
9023 set_gdbarch_deprecated_register_virtual_type,
9024 set_gdbarch_deprecated_register_bytes.
9025 Add calls to:
9026 set_gdbarch_num_pseudo_regs,
9027 set_gdbarch_register_type,
9028 set_gdbarch_convert_register_p,
9029 set_gdbarch_register_to_value,
9030 set_gdbarch_value_to_register,
9031 set_gdbarch_register_reggroup_p,
9032 set_gdbarch_regset_from_core_section,
9033 set_gdbarch_pseudo_register_read,
9034 set_gdbarch_pseudo_register_write,
9035 set_gdbarch_in_function_epilogue_p.
9036 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9037 (s390_tdep_h): New variable.
9038
9039 2004-02-17 Jim Blandy <jimb@redhat.com>
9040
9041 * findvar.c (value_from_register): If the type has no length, just
9042 return an acceptable value --- don't report an internal error.
9043
9044 * stabsread.c (read_type): If we find any type numbers that are
9045 forward references, complain if the references aren't resolved by
9046 the time we're finished reading.
9047 (cleanup_undefined_types): Make error message more appropriate for
9048 a complaint.
9049
9050 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9051
9052 * Makefile.in (defs_h): Remove dependency on progress_h.
9053 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9054 progress.h.
9055 * main.c (captured_main): Delete use of START_PROGRESS and
9056 END_PROGRESS.
9057
9058 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9059
9060 * objfiles.c (terminate_minimal_symbol_table): Add back
9061 initialization of MSYMBOL_TYPE.
9062
9063 2004-02-17 David Mosberger <davidm@hpl.hp.com>
9064
9065 Committed by Andrew Cagney.
9066 * Makefile.in (ia64_tdep_h): New macro.
9067 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9068 (ia64-tdep.o): Likewise.
9069 * ia64-tdep.h: New file.
9070 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9071 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9072 (ia64_aix_sigcontext_register_address): Likewise.
9073 (ia64_linux_getunwind_table): Delete declaration.
9074 * ia64-linux-tdep.c: Likewise.
9075
9076 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
9077
9078 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9079 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9080 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9081
9082 2004-02-17 Andrew Cagney <cagney@redhat.com>
9083
9084 * symtab.c (skip_prologue_using_sal): New function.
9085 * symtab.h (skip_prologue_using_sal): Declare.
9086 * frv-tdep.c: Include "symtab.h".
9087 (skip_prologue_using_sal): Delete function.
9088 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9089 * rs6000-tdep.c (refine_prologue_limit): Mention
9090 skip_prologue_using_sal.
9091 * ia64-tdep.c (refine_prologue_limit): Ditto.
9092 * Makefile.in: Update dependencies.
9093
9094 2004-02-16 Andrew Cagney <cagney@redhat.com>
9095
9096 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9097 START_INFERIOR_TRAPS_EXPECTED.
9098 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9099 START_INFERIOR_TRAPS_EXPECTED.
9100 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9101 Delete macro.
9102 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9103 macro, moved to "nm-osf.h". Update copyright.
9104 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9105 update copyright.
9106
9107 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9108 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9109 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9110 frameless_look_for_prologue.
9111 * frame.h (legacy_frameless_look_for_prologue): Rename
9112 frameless_look_for_prologue.
9113 * gdbarch.h, gdbarch.c: Re-generate.
9114 * sh64-tdep.c (sh64_gdbarch_init): Update.
9115 * sh-tdep.c (sh_gdbarch_init): Update.
9116 * s390-tdep.c (s390_gdbarch_init): Update.
9117 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9118 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9119 * m68k-tdep.c (m68k_gdbarch_init): Update.
9120 (delta68_frame_args_address): Update.
9121 * m32r-tdep.c (m32r_gdbarch_init): Update.
9122 * hppa-tdep.c (hppa_gdbarch_init): Update.
9123 * h8300-tdep.c (h8300_gdbarch_init): Update.
9124 * frv-tdep.c (frv_gdbarch_init): Update.
9125 (frv_frameless_function_invocation): Update.
9126 * cris-tdep.c (cris_gdbarch_init): Update.
9127 (cris_frameless_function_invocation): Update.
9128 * avr-tdep.c (avr_gdbarch_init): Update.
9129 * arm-tdep.c (arm_gdbarch_init): Update.
9130 * stack.c (frame_info): Update, call predicate.
9131 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9132 * frame.c (legacy_get_prev_frame): Update, call predicate..
9133 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9134 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9135 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9136 invocation.
9137 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9138 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9139 * vax-tdep.c (vax_gdbarch_init): Ditto.
9140
9141 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9142 function.
9143
9144 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9145
9146 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9147 initializations.
9148
9149 2004-02-16 Andrew Cagney <cagney@redhat.com>
9150
9151 * tui/tui-windata.c: Include "gdb_string.h".
9152 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9153 * tui/tui-layout.c, tui/tui-command.c: Ditto.
9154 * Makefile.in: Update dependencies.
9155
9156 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9157
9158 * Makefile.in (infrun.o): Add $(gdb_assert_h).
9159 * infrun.c: Include "gdb_assert.h".
9160 (singlestep_ptid, saved_singlestep_ptid)
9161 (stepping_past_singlestep_breakpoint): New variables.
9162 (resume): Set singlestep_ptid. Check for singlestep thread
9163 hop.
9164 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9165 (handle_inferior_event): Handle singlestep thread hop.
9166
9167 2004-02-16 Andrew Cagney <cagney@redhat.com>
9168
9169 * dwarf2-frame.c (dwarf2_frame_ops): New function.
9170 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9171 (dwarf2_frame_init_reg): Ditto.
9172
9173 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
9174 suggested by Joshua Neuheisel
9175
9176 * configure.in: Always check for curses, including pdcurses.
9177 Warn, instead of error, when no curses are found. Enable TUI when
9178 curses is available.
9179 * configure: Re-generate.
9180
9181 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9182
9183 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9184 sh_sh4_register_convert_to_virtual.
9185 (sh_register_convert_to_raw): Rename from
9186 sh_sh4_register_convert_to_raw.
9187 (sh_pseudo_register_read): Accomodate above name change.
9188 (sh_pseudo_register_write): Ditto.
9189
9190 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9191
9192 * sh-tdep.c (sh_generic_register_name): Remove.
9193 (sh_gdbarch_init): Use sh_sh_register_name in default case.
9194
9195 2004-02-15 Andrew Cagney <cagney@redhat.com>
9196
9197 * configure.in (build_warnings): Add -Wunused-function.
9198 * configure: Re-generate.
9199
9200 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
9201 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
9202
9203 * procfs.c (procfs_init_inferior): Assume that
9204 START_INFERIOR_TRAPS_EXPECTED is defined.
9205 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
9206 * config/ns32k/tm-nbsd.h: Delete file,
9207 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
9208
9209 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
9210 * config/vax/tm-vax.h: Delete file.
9211
9212 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9213 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9214 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9215 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9216 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
9217 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9218 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
9219
9220 2004-02-15 Mark Kettenis <kettenis@gnu.org>
9221
9222 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
9223 * dwarf2-frame.c (dwarf2_frame_data): New variable.
9224 (struct dwarf2_frame_ops): New.
9225 (dwarf2_frame_default_init_reg): New function, based on
9226 dwarf2_frame_init_reg.
9227 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
9228 (dwarf2_frame_init_reg): Call architecture-specific function.
9229 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
9230 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
9231 instead of dwarf2_frame_data.
9232 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
9233 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
9234
9235 2004-02-15 Andrew Cagney <cagney@redhat.com>
9236
9237 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
9238 register_gdbarch_swap.
9239 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
9240 * f-lang.c (_initialize_f_language): Update, use
9241 DEPRECATED_REGISTER_GDBARCH_SWAP.
9242 * remote.c (_initialize_remote): Ditto.
9243 * regcache.c (_initialize_regcache): Ditto.
9244 * parse.c (_initialize_parse): Ditto.
9245 * infrun.c (_initialize_infrun): Ditto.
9246 * mi/mi-main.c (_initialize_mi_main): Ditto.
9247 * gdbtypes.c (_initialize_gdbtypes): Ditto.
9248
9249 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
9250 poking .cacheable directly.
9251 * symfile.c (symfile_bfd_open): Ditto.
9252
9253 * Makefile.in: Update all dependencies.
9254
9255 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
9256 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
9257 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
9258 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
9259 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
9260
9261 2004-02-14 Andrew Cagney <cagney@redhat.com>
9262
9263 * arch-utils.c (legacy_convert_register_p): Check
9264 DEPRECATED_REGISTER_CONVERTIBLE_P.
9265 * findvar.c (value_of_register): Ditto.
9266
9267 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
9268 * gdbarch.h, gdbarch.c: Re-generate.
9269 * arch-utils.c (deprecated_register_convertible_not): Delete.
9270 * arch-utils.h (deprecated_register_convertible_not): Delete.
9271 * mi/mi-main.c (get_register): Update. Update copyright.
9272 * infcmd.c (default_print_registers_info): Update.
9273
9274 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9275 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
9276 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
9277 * gdbarch.h, gdbarch.c: Re-generate.
9278 * frame.c (deprecated_get_next_frame_hack): Delete function.
9279 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
9280 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9281 Update.
9282 * infcall.c (call_function_by_hand): Update.
9283
9284 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
9285
9286 * symfile.c (init_entry_point_info, entry_point_address): Move
9287 from here...
9288 * objfiles.c (init_entry_point_info, entry_point_address):..to
9289 here.
9290 * symfile.h (init_entry_point_info, entry_point_address): Remove
9291 prototypes.
9292 * objfiles.h (init_entry_point_info, entry_point_address):Add
9293 prototypes.
9294 * cris-tdep.c: Remove include of symfile.h. Add include of
9295 objfiles.h.
9296 * infcall.c: Ditto.
9297 * mcore-tdep.c: Ditto.
9298 * mn10300-tdep.c: Ditto.
9299 * sh64-tdep.c: Ditto.
9300 * v850-tdep.c: Ditto.
9301 * arm-tdep.c: Remove include of symfile.h.
9302 * blockframe.c: Ditto.
9303 * coffread.c: Ditto.
9304 * dbxread.c: Ditto.
9305 * dwarf2read.c: Ditto.
9306 * dwarfread.c: Ditto.
9307 * frv-tdep.c: Ditto.
9308 * ia64-tdep.c: Ditto.
9309 * mdebugread.c: Ditto.
9310 * mipsread.c: Ditto.
9311 * rs6000-tdep.c: Ditto.
9312 * s390-tdep.c: Ditto.
9313 * sh-tdep.c: Ditto.
9314 * xstormy16-tdep.c: Ditto.
9315 * gdbarch.sh: Remove include of symfile.h.
9316 * gdbarch.c: Regenerate.
9317 * solib-irix.c (enable_break): Use entry_point_address().
9318 Add comment about include file.
9319 * xcoffread.c: Add comment about include file.
9320 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
9321 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
9322 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
9323 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9324 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
9325
9326 2004-02-13 Andrew Cagney <cagney@redhat.com>
9327
9328 * corelow.c (core_xfer_partial): Use "struct bfd_section".
9329 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
9330 copyright.
9331 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
9332
9333 2004-02-12 Fred Fish <fnf@redhat.com>
9334
9335 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
9336 set_gdbarch_store_return_value.
9337
9338 2004-02-12 Andrew Cagney <cagney@redhat.com>
9339
9340 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
9341 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
9342 (interrupt_query): Ditto.
9343 (ofunc): Delete unused variable.
9344 * cris-tdep.c (cris_abi): Delete unused function.
9345 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
9346 (cris_get_wide_opcode, cris_get_short_size): Ditto.
9347 (cris_get_asr_quick_shift_steps): Ditto.
9348 (cris_skip_prologue_frameless_p): Ditto.
9349 * arm-tdep.c (arm_push_return_address): Delete unused function.
9350 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
9351 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
9352 * s390-tdep.c (s390_function_start): Delete unused function.
9353
9354 2004-02-12 Andrew Cagney <cagney@redhat.com>
9355
9356 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
9357 gdbarch.h, gdbarch.c: Re-generate.
9358 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
9359 to generic_prologue_frameless_p.
9360 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
9361 * arch-utils.c (generic_prologue_frameless_p): Delete function.
9362
9363 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
9364
9365 * mips-linux-tdep.c: Include "frame.h".
9366 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
9367 (mips_linux_skip_resolver): New functions.
9368 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
9369 and set_gdbarch_in_solib_call_trampoline.
9370 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
9371 to after set_gdbarch_in_solib_return_trampoline. Only set the
9372 solib hooks to mips16 functions if the OS ABI is unknown.
9373 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
9374 including "config/tm-linux.h".
9375 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
9376 * Makefile.in (mips-linux-tdep.o): Update.
9377
9378 2004-02-11 David Carlton <carlton@kealia.com>
9379
9380 * linespec.c (decode_compound): Only look for a class symbol when
9381 considering all but the rightmost component.
9382
9383 2004-02-11 Andrew Cagney <cagney@redhat.com>
9384
9385 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
9386 abi code are are separatly grouped.
9387
9388 2004-02-11 Andrew Cagney <cagney@redhat.com>
9389
9390 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
9391 * gdbarch.h, gdbarch.c: Re-generate.
9392 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9393 * v850-tdep.c (v850_gdbarch_init): Update.
9394 * sh64-tdep.c (sh64_gdbarch_init): Update.
9395 * sh-tdep.c (sh_gdbarch_init): Update.
9396 * s390-tdep.c (s390_gdbarch_init): Update.
9397 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9398 * mips-tdep.c (mips_gdbarch_init): Update.
9399 * mcore-tdep.c (mcore_gdbarch_init): Update.
9400 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9401 * m32r-tdep.c (m32r_gdbarch_init): Update.
9402 * ia64-tdep.c (ia64_gdbarch_init): Update.
9403 * hppa-tdep.c (hppa_gdbarch_init): Update.
9404 * h8300-tdep.c (h8300_gdbarch_init): Update.
9405 * frv-tdep.c (frv_gdbarch_init): Update.
9406 * d10v-tdep.c (d10v_gdbarch_init): Update.
9407 * cris-tdep.c (cris_gdbarch_init): Update.
9408 * avr-tdep.c (avr_gdbarch_init): Update.
9409 * arm-tdep.c (arm_gdbarch_init): Update.
9410 * alpha-tdep.c (alpha_gdbarch_init): Update.
9411
9412 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
9413
9414 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
9415 comma.
9416 (sh_sh4al_dsp_register_name): Ditto.
9417
9418 2004-02-10 Andrew Cagney <cagney@redhat.com>
9419
9420 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
9421 (mips_init_frame_pc_first): Delete function.
9422 (mips_frame_saved_pc): Delete function.
9423 (mips_frame_chain): Delete function.
9424 (mips_init_extra_frame_info): Delete function.
9425 (mips_xfer_register): Delete unused variable "reg".
9426 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
9427 (mips_n32n64_return_value): Delete unused variable "reg".
9428 (mips_n32n64_return_value): Delete unused variable "pos".
9429 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
9430 (mips_o32_return_value): Delete unused variable "pos".
9431 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
9432 (mips_print_fp_register): Delete unused variable "namelen"
9433 (mips_print_fp_register): Delete unused variable "flt2"
9434 (get_frame_pointer): Delete function.
9435 (cached_proc_desc): Delete static variable.
9436 (mips_pop_frame): Delete function.
9437 (mips_find_saved_regs): Delete function.
9438 (mips_get_saved_register): Delete function.
9439 (mips_saved_pc_after_call): Delete function.
9440 (SIGFRAME_BASE): Delete macro.
9441 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
9442 (SIGFRAME_PC_OFF): Delete macro.
9443 (SIGFRAME_REGSAVE_OFF): Delete macro.
9444 (mips_dump_tdep): Do not print deleted macro definitions.
9445
9446 2004-02-10 Andrew Cagney <cagney@redhat.com>
9447
9448 * Makefile.in (SFILES): Remove explictly listed tui files.
9449 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
9450
9451 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
9452
9453 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
9454 to use paddr functions to format ia64 addresses and long values.
9455 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
9456 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
9457 (get_kernel_table, ia64_find_proc_info_x): Ditto.
9458 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
9459 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
9460
9461 2004-02-10 Andrew Cagney <cagney@redhat.com>
9462
9463 * defs.h: Do not include "tui.h".
9464 * gdb_curses.h: New file.
9465 * tui/tui-hooks.h: New file.
9466 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
9467 (tui_install_hooks, tui_remove_hooks): Delete declarations.
9468 (tui_initialize_io): Delete declaration.
9469 (tui_initialize_readline: Delete redundant declaration.
9470 (struct tui_point): Delete definition.
9471 * tui/tui-data.h (struct tui_point): Define.
9472 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
9473 * utils.c: Include "tui/tui.h".
9474 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
9475 * printcmd.c [TUI]: Include "tui/tui.h".
9476 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
9477 * tui/tui-command.c: Include "gdb_curses.h".
9478 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
9479 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
9480 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
9481 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
9482 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
9483 * Makefile.in: Update all dependencies.
9484 (tui_hooks_h, gdb_curses_h): Define.
9485 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
9486
9487 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
9488
9489 * objfiles.h (struct objfile): Remove unused fields auxf1 and
9490 auxf2. Add comments about some other rarely used fields.
9491
9492 2004-02-10 Andrew Cagney <cagney@redhat.com>
9493
9494 * Makefile.in (init.c): Fix script removing duplicates. Problem
9495 reported by Peter Schauer.
9496
9497 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
9498
9499 * bcache.c (bcache_xmalloc): Use obstack_init instead of
9500 obstack_specify_allocation.
9501 * objfiles.c (allocate_objfile): Ditto.
9502 * solib-sunos.c (solib_add_common_symbols)
9503 (allocate_rt_common_objfile): Ditto.
9504 * symfile.c (reread_symbols): Ditto.
9505 * gdb_obstack.h: Add comment.
9506
9507 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
9508
9509 * linespec.c (decode_line_1, locate_first_half)
9510 (decode_compound, lookup_prefix_sym): Update comments. Delete old
9511 commented out code.
9512
9513 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
9514
9515 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
9516 obstack_free.
9517
9518 2004-02-09 Andrew Cagney <cagney@redhat.com>
9519
9520 * blockframe.c (find_pc_partial_function): If find_pc_overlay
9521 fails, try find_pc_section. Fix PR c++/1267.
9522 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
9523 instead of find_pc_mapped_section.
9524 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
9525 not default to the section containing PC. Fix PR symtab/1519.
9526
9527 2004-02-09 Andrew Cagney <cagney@redhat.com>
9528
9529 * Makefile.in (mips-tdep.o): Update dependencies.
9530 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
9531 "trad-frame.h".
9532 (mips_unwind_pc): Return the pseudo PC register.
9533 (mips_unwind_dummy_id): New function.
9534 (mips16_fetch_instruction): New function.
9535 (mips32_fetch_instruction): New function.
9536 (struct mips_frame_cache): Define.
9537 (mips_mdebug_frame_cache): New function.
9538 (mips_mdebug_frame_this_id): New function.
9539 (mips_mdebug_frame_prev_register): New function.
9540 (mips_mdebug_frame_unwind): Define.
9541 (mips_mdebug_frame_sniffer): New function.
9542 (mips_mdebug_frame_base_address): New function.
9543 (mips_mdebug_frame_base): Define.
9544 (mips_mdebug_frame_base_sniffer): New function.
9545 (mips_gdbarch_init): Append unwind and base sniffers. Set
9546 unwind_dummy_id.
9547
9548 2004-02-08 Andrew Cagney <cagney@redhat.com>
9549
9550 * frame.c: Print both the register number and name.
9551
9552 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
9553 and a sed into a single sed. Make .c and .o patterns more robust.
9554 (OBS): Delete.
9555 (INIT_FILES): Replace OBS with COMMON_OBS.
9556 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
9557
9558 2004-02-08 Mark Kettenis <kettenis@gnu.org>
9559
9560 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
9561 the PT_WCOOKIE request.
9562
9563 2004-02-08 Andrew Cagney <cagney@redhat.com>
9564
9565 * mips-tdep.c (mips_unwind_pc): New function.
9566 (mips_gdbarch_init): Set mips_unwind_pc.
9567
9568 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
9569 (get_frame_id): Allow the UNKNOWN_FRAME.
9570 (frame_register_unwind, get_frame_type): Ditto.
9571
9572 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
9573 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
9574 unwind_dummy_id indicates a legacy frame.
9575
9576 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
9577 * configure: Re-generate.
9578
9579 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
9580 methods.
9581
9582 2004-02-08 Andrew Cagney <cagney@redhat.com>
9583
9584 * configure.in (CONFIG_ALL): Set to Makefile target, and not
9585 makefile macro.
9586 * configure: Re-generate.
9587 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
9588 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
9589 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
9590 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
9591 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
9592 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
9593 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
9594 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
9595 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
9596 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
9597
9598 2004-02-07 Andrew Cagney <cagney@redhat.com>
9599
9600 * Makefile.in: Update all dependencies.
9601
9602 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
9603 * configure: Re-generate.
9604 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
9605 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
9606 (COMMON_OBS): Add "main.o" and "annotate.o".
9607 (ANNOTATE_OBS): Delete.
9608 (OBS): Remove ANNOTATE_OBS.
9609 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
9610 CONFIG_INITS.
9611 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
9612 against CONFIG_OBS and "main.o".
9613 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
9614 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
9615
9616 * tui/tui-command.c: Include "gdb_string.h", delete register
9617 attribute, use ISO-C function signatures.
9618 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
9619 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
9620 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
9621 * tui/tui.c: Ditto.
9622
9623 * tui/tui-command.c: Change variable and function names to lower
9624 case.
9625 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
9626 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
9627 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
9628 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9629 * tui/tui-winsource.c, tui/tui.c: Ditto.
9630
9631 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9632
9633 * buildsym.c (free_pending_blocks, finish_block)
9634 (record_pending_block, make_blockvector, end_symtab): Replace
9635 symbol_obstack with objfile_obstack.
9636 * coffread.c (process_coff_symbol, coff_read_struct_type)
9637 (coff_read_enum_type): Ditto.
9638 * cp-namespace.c (initialize_namespace_symtab)
9639 (check_one_possible_namespace_symbol): Ditto.
9640 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
9641 (dwarf2_symbol_mark_computed): Ditto.
9642 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
9643 * elfread.c (elf_symtab_read): Ditto.
9644 * hpread.c (hpread_symfile_init, hpread_symfile_init)
9645 (hpread_read_enum_type, hpread_read_function_type)
9646 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
9647 Ditto.
9648 * jv-lang.c (get_java_class_symtab, add_class_symbol)
9649 (java_link_class_type): Ditto.
9650 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
9651 (new_symbol): Ditto.
9652 * minsyms.c (install_minimal_symbols): Ditto.
9653 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
9654 (terminate_minimal_symbol_table): Replace symbol_obstack with
9655 objfile_obstack.
9656 (free_objfile): Remove freeing of symbol_obstack.
9657 * objfiles.h: Remove symbol_obstack field.
9658 * pa64solib.c (add_to_solist): Replace symbol_obstack with
9659 objfile_obstack.
9660 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
9661 symbol_obstack.
9662 (solib_add_common_symbols): Replace symbol_obstack with
9663 objfile_obstack.
9664 * somsolib.c (som_solib_add): Ditto.
9665 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
9666 (common_block_start, common_block_end): Ditto.
9667 * symfile.c (reread_symbols): Remove freeing and init of
9668 symbol_obstack.
9669 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
9670 * symfile.h: Update comment.
9671 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
9672 stats printing.
9673 * symtab.c (symbol_set_names): Replace symbol_obstack with
9674 objfile_obstack.
9675 * symtab.h (struct general_symbol_info, struct minimal_symbol):
9676 Update comments.
9677 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
9678 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
9679 objfile_obstack.
9680
9681 2004-02-07 Andrew Cagney <cagney@redhat.com>
9682
9683 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
9684 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
9685 fields and variables.
9686 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
9687 (m_beInvisible): Delete macro.
9688 * tui/tui-data.h: Fix case case fields and variables.
9689 (m_genWinPtrIsNull): Delete macro.
9690 (tui_win_list): Rename winList.
9691 (TUI_SRC_WIN): Rename srcWin.
9692 (TUI_DISASM_WIN): Rename disassemWin.
9693 (TUI_DATA_WIN): Rename dataWin.
9694 (TUI_CMD_WIN): Rename cmdWin.
9695 (m_genWinPtrNotNull): Delete macro.
9696 (m_winPtrIsNull): Delete macro.
9697 (m_winPtrNotNull): Delete macro.
9698 (tui_win_is_source_type): Replace m_winIsSourceType
9699 (tui_win_is_auxillary): Replace m_winIsAuzillary.
9700 (tui_win_has_locator): Replace m_hasLocator.
9701 (tui_set_win_highlight): Replace m_setWinHighlightOn and
9702 m_setWinHighlightOff.
9703 * tui/tui-data.c: Update references.
9704 (tui_win_is_source_type, tui_set_win_highlight): New functions.
9705 (tui_win_has_locator, tui_win_is_auxillary): New functions.
9706 * tui/tui-command.c, tui/tui-disasm.c: Update references.
9707 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
9708 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
9709 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9710 * tui/tui-winsource.c, tui/tui.c: Ditto.
9711
9712 2004-02-07 Mark Kettenis <kettenis@gnu.org>
9713
9714 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
9715 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
9716 StackGhost.
9717
9718 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
9719 variable `i6' to `i7'.
9720 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
9721
9722 2004-02-07 Andrew Cagney <cagney@redhat.com>
9723
9724 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
9725 (TuiPoint, TuiPointPtr): Ditto.
9726 (TuiStatus, TuiStatusPtr): Ditto.
9727 (TuiWinType, TuiWinTypePtr): Ditto.
9728 (struct tui_point): Rename _TuiPoint.
9729 (tui_get_low_disassembly_address): Rename
9730 tuiGetLowDisassemblyAddress.
9731 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
9732 (tuiFree): Delete declaration.
9733 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
9734 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
9735 * tui/tui.c (tuiFree): Delete function.
9736 * cli/cli-cmds.c (disassemble_command): Update references.
9737 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
9738 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
9739 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
9740 * tui/tui-winsource.c: Ditto.
9741
9742 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9743
9744 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
9745 coffstab_build_psymtabs, elfstab_build_psymtabs)
9746 (stabsect_build_psymtabs): Replace psymbol_obstack with
9747 objfile_obstack.
9748 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
9749 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
9750 Ditto.
9751 * dwarfread.c (scan_compilation_units): Ditto.
9752 * elfread.c (elfstab_offset_sections): Ditto.
9753 * hppa-tdep.c (read_unwind_info): Ditto.
9754 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
9755 (hpread_end_psymtab): Ditto.
9756 * mdebugread.c (mdebug_build_psymtabs, add_pending)
9757 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
9758 Ditto.
9759 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
9760 * objfiles.c (add_to_objfile_sections)
9761 (build_objfile_section_table): Ditto.
9762 (allocate_objfile): Remove init of psymbol_obstack.
9763 (free_objfile): Remove freeing of psymbol_obstack.
9764 * objfiles.h (struct objfile): Remove field
9765 psymbol_obstack. Update comments.
9766 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
9767 psymbol_obstack with objfile_obstack.
9768 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
9769 psymbol_obstack.
9770 * somread.c (som_symfile_offsets, init_import_symbols)
9771 (init_export_symbols): Replace psymbol_obstack with
9772 objfile_obstack.
9773 * somsolib.c (som_solib_add_solib_objfile): Ditto.
9774 * symfile.c (default_symfile_offsets, syms_from_objfile)
9775 (reread_symbols): Remove freeing and init of psymbol_obstack.
9776 (cashier_psymtab): Update comment.
9777 * symmisc.c (print_objfile_statistics): Don't report stats for
9778 psymbol obstack.
9779 * symtab.h (struct general_symbol_info, struct partial_symtab):
9780 Update comments.
9781 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
9782 (xcoff_symfile_offsets): Replace psymbol_obstack with
9783 objfile_obstack.
9784
9785 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9786
9787 * objfiles.h (struct objfile): Add objfile_obstack field.
9788 Remove type_obstack field.
9789
9790 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
9791 read_structure_scope read_enumeration, new_symbol): Replace
9792 type_obstack with objfile_obstack.
9793 * dwarfread.c (struct_type, enum_type): Ditto.
9794 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
9795 (lookup_fundamental_type): Ditto.
9796 * gdbtypes.h (TYPE_ALLOC): Ditto.
9797 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
9798 (hpread_read_doc_function_type, hpread_read_struct_type)
9799 (fix_static_member_physnames, hpread_read_array_type)
9800 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
9801 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
9802 (java_link_class_type): Ditto.
9803 * mdebugread.c (parse_type): Ditto.
9804 * objfiles.c (allocate_objfile, free_objfile): Ditto.
9805 * solib-sunos.c (solib_add_common_symbols): Ditto.
9806 * stabsread.c (define_symbol, read_type, read_member_functions,
9807 read_cpp_abbrev, read_one_struct_field): Ditto.
9808 * symfile.c (reread_symbols): Ditto.
9809 * symmisc.c (print_objfile_statistics): Ditto.
9810
9811 2004-02-07 Andrew Cagney <cagney@redhat.com>
9812
9813 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
9814 (tui_exec_info_content): Rename TuiExecInfoContent.
9815 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
9816 (TuiWinInfo, TuiWinInfoPtr): Ditto.
9817 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
9818 (TuiList, TuiListPtr): Ditto.
9819 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
9820 (TuiDataType, TuiDataTypePtr): Ditto.
9821 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
9822 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
9823 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
9824 (TuiSourceElement, TuiSourceElementPtr): Ditto.
9825 (TuiDataElement, TuiDataElementPtr): Ditto.
9826 (TuiWinElement, TuiWinElementPtr): Ditto.
9827 (TuiDataInfo, TuiDataInfoPtr): Ditto.
9828 (TuiCommandElement, TuiCommandElementPtr): Ditto.
9829 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
9830 (TuiWhichElement, TuiWhichElementPtr): Ditto.
9831 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
9832 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
9833 * tui/tui-command.c, tui/tui-data.c: Update references.
9834 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
9835 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
9836 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9837 * tui/tui-winsource.c, tui/tui.c: Ditto.
9838
9839 2004-02-07 Mark Kettenis <kettenis@gnu.org>
9840
9841 * dwarf2-frame.h: Update copyright.
9842 (enum dwarf2_frame_reg_rule): New.
9843 (struct dwarf2_frame_state_reg): New.
9844 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
9845 * dwarf2-frame.c: Update copyright.
9846 (enum dwarf2_reg_rule): Remove.
9847 (struct dwarf2_frame_state): Remove defenition of `struct
9848 dwarf2_frame_state_reg'.
9849 (read_reg): Call get_frame_arch to get the architecture instead of
9850 using CURRENT_GDBARCH.
9851 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
9852 DWARF2_FRAME_.
9853 (dwarf2_frame_init_reg): New function.
9854 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
9855 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
9856 initialize the register state. Prefix old `enum dwarf2_reg_rule'
9857 tags with DWARF2_FRAME_.
9858 (dwarf2_frame_prev_register): Call get_frame_arch to get the
9859 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
9860 dwarf2_reg_rule' tags with DWARF2_FRAME_.
9861
9862 2004-02-06 Andrew Cagney <cagney@redhat.com>
9863
9864 * tui/tui-data.h (struct tui_list): Rename _TuiList.
9865 (enum tui_data_type): Rename _TuiDataType.
9866 (struct tui_layout_def): Rename _TuiLayoutDef.
9867 (struct tui_source_element): Rename _TuiSourceElement.
9868 (struct tui_data_element): Rename _TuiDataElement.
9869 (struct tui_command_element): Rename _TuiCommandElement.
9870 (struct tui_locator_element): Rename _TuiLocatorElement.
9871 (union tui_which_element): Define.
9872 (struct tui_win_element): Rename _TuiWinElement.
9873 (struct tui_data_info): Rename _TuiDataInfo.
9874 (struct tui_source_info): Rename _TuiSourceInfo.
9875 (struct tui_command_info): Rename _TuiCommandInfo.
9876 (tui_initialize_static_data): Rename initializeStaticData.
9877 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
9878 (tui_alloc_win_info): Rename allocWinInfo.
9879 (tui_init_generic_part): Rename initGenericPart.
9880 (tui_init_win_info): Rename initWinInfo.
9881 (tui_alloc_content): Rename allocContent.
9882 (tui_add_content_elements): Rename addContentElements.
9883 (tui_init_content_element): Rename initContentElement.
9884 (tui_free_window): Rename freeWindow.
9885 (tui_free_win_content): Rename freeWinContent.
9886 (tui_free_data_content): Rename freeDataContent.
9887 (tui_free_all_source_wins_content): Rename
9888 freeAllSourceWinsContent.
9889 (tui_del_window): Rename tuiDelWindow.
9890 (tui_del_data_windows): Rename tuiDelDataWindows.
9891 (tui_partial_win_by_name): Rename partialWinByName.
9892 (tui_win_name): Rename winName.
9893 (tui_current_layout): Rename currentLayout.
9894 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
9895 (tui_term_height): Rename termHeight.
9896 (tui_set_term_height_to): Rename setTermHeightTo.
9897 (tui_term_width): Rename termWidth.
9898 (tui_set_term_width_to): Rename setTermWidthTo.
9899 (tui_set_gen_win_origin): Rename setGenWinOrigin.
9900 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
9901 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
9902 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
9903 (tui_source_windows): Rename sourceWindows.
9904 (tui_clear_source_windows): Rename clearSourceWindows.
9905 (tui_clear_source_windows_detail): Rename
9906 clearSourceWindowsDetail.
9907 (tui_clear_win_detail): Rename clearWinDetail.
9908 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
9909 (tui_default_tab_len): Rename tuiDefaultTabLen.
9910 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
9911 (tui_win_with_focus): Rename tuiWinWithFocus.
9912 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
9913 (tui_layout_def): Rename tuiLayoutDef.
9914 (tui_win_resized): Rename tuiWinResized.
9915 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
9916 (tui_next_win): Rename tuiNextWin.
9917 (tui_prev_win): Rename tuiPrevWin.
9918 (tui_add_to_source_windows): Rename addToSourceWindows.
9919 * tui/tui-winsource.c, tui/tui-win.c: Update references.
9920 * tui/tui-layout.c, tui/tui-source.c: Ditto.
9921 * tui/tui-stack.c, tui/tui-io.c: Ditto.
9922 * tui/tui.c, tui/tui-data.c: Ditto.
9923 * tui/tui-interp.c, tui/tui-data.c: Ditto.
9924 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
9925
9926 * tui/tui-source.h: Update copyright. Include "tui-data.h".
9927 (struct symtab): Declare.
9928 (tui_set_source_content): Rename tuiSetSourceContent.
9929 (tui_show_symtab_source): Rename tuiShowSource.
9930 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
9931 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
9932 * tui/tui-source.c: Update copyright. Update references.
9933 * tui/tui-win.c, tui/tui-winsource.c: Update references.
9934 * tui/tui-stack.c: Update references.
9935
9936 * tui/tui-win.h: Update copyright. Include "tui-data.h".
9937 (struct tui_win_info): Declare.
9938 (tui_scroll_forward): Rename tuiScrollForward.
9939 (tui_scroll_backward): Rename tuiScrollBackward.
9940 (tui_scroll_left): Rename tuiScrollLeft.
9941 (tui_scroll_right): Rename tuiScrollRight.
9942 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
9943 (tui_resize_all): Rename tuiResizeAll.
9944 (tui_refresh_all_win): Rename tuiRefreshAll.
9945 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
9946 * tui/tui-layout.c, * tui/tui-io.c: Update references.
9947 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
9948 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
9949
9950 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
9951 (tui_erase_data_content): Rename tuiEraseDataContent.
9952 (tui_display_all_data): Rename tuiDisplayAllData.
9953 (tui_check_data_values): Rename tuiCheckDataValues.
9954 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
9955 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
9956 (tui_first_data_element_no_in_line): Rename
9957 tuiFirstDataElementNoInLine.
9958 (tui_delete_data_content_windows): Rename
9959 tuiDeleteDataContentWindows.
9960 (tui_refresh_data_win): Rename tuiRefreshDataWin.
9961 (tui_display_data_from): Rename tuiDisplayDataFrom.
9962 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
9963 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
9964 * tui/tui-win.c, tui/tui-regs.c: Update references.
9965 * tui/tui-layout.c, tui/tui.c: Update references.
9966
9967 * tui/tui-wingeneral.h: Update copyright.
9968 (m_allBeVisible): Delete macro.
9969 (m_allBeInvisible): Delete macro.
9970 (struct tui_gen_win_info): Declare.
9971 (struct tui_win_info): Declare.
9972 (tui_unhighlight_win): Rename unhighlightWin.
9973 (tui_make_visible, tui_make_invisible): Replace makeVisible.
9974 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
9975 (tui_make_window): Rename makeWindow.
9976 (tui_copy_win): Rename copyWin.
9977 (tui_box_win): Rename boxWin.
9978 (tui_highlight_win): Rename highlightWin.
9979 (tui_check_and_display_highlight_if_needed): Rename
9980 checkAndDisplayHighlightIfNeeded.
9981 (tui_refresh_all): Rename refreshAll.
9982 (tui_delete_win): Rename tuiDelwin.
9983 (tui_refresh_win): Rename tuiRefreshWin.
9984 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
9985 (tui_make_visible, tui_make_invisible): New functions.
9986 (tui_make_all_visible, tui_make_all_invisible): New functions.
9987 (make_all_visible): Rename makeAllVisible.
9988 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
9989 * tui/tui-data.c, tui/tui-winsource.c: Update references.
9990 * tui/tui-windata.c, tui/tui-win.c: Update references.
9991 * tui/tui-regs.c, tui/tui-layout.c: Update references.
9992 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
9993
9994 2004-02-06 Mark Kettenis <kettenis@gnu.org>
9995
9996 * proc-api.c (write_with_trace): Initialize local variable to
9997 silence compiler warning.
9998
9999 2004-02-06 Andrew Cagney <cagney@redhat.com>
10000
10001 * tui/tui-source.h: Do not include "defs.h".
10002 (struct tui_win_info): Declare.
10003 (tui_set_source_content_nil): Declare.
10004 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10005 (union tui_line_or_address): Rename _TuiLineOrAddress.
10006 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10007 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10008 (tui_update_source_window_as_is): Rename
10009 tuiUpdateSourceWindowAsIs.
10010 (tui_update_source_windows_with_addr): Rename
10011 tuiUpdateSourceWindowsWithAddr.
10012 (tui_update_source_windows_with_line): Rename
10013 tuiUpdateSourceWindowsWithLine.
10014 (tui_clear_source_content): Rename tuiClearSourceContent.
10015 (tui_erase_source_content): Rename tuiEraseSourceContent.
10016 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10017 (tui_show_source_content): Rename tuiShowSourceContent.
10018 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10019 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10020 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10021 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10022 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10023 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10024 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10025 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10026 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10027 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10028 (struct tui_win_info): Declare.
10029 * tui/tui-stack.c: Update references.
10030 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10031 * tui/tui-win.c, tui/tui-source.c: Ditto.
10032 * tui/tui.c, tui/tui-disasm.c: Ditto.
10033
10034 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10035
10036 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10037 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10038
10039 2004-02-05 Mark Kettenis <kettenis@gnu.org>
10040
10041 * infrun.c (handle_inferior_event): Allow for breakpoint
10042 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10043 and SIGEMT. Update comments.
10044 * NEWS (Revised SPARC target): Mention support for non-executable
10045 stack.
10046
10047 2004-02-04 Mark Kettenis <kettenis@gnu.org>
10048
10049 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10050 * inftarg.c: Update copyright year.
10051 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10052 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10053 (sparc_xfer_wcookie): New function.
10054 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10055 * Makefile.in (sparc-nat.o): Update dependencies.
10056 * config/sparc/nm-nbsd.h: Include "target.h".
10057 (NATIVE_XFER_WCOOKIE): New define.
10058 (sparc_xfer_wcookie): New prototype.
10059
10060 2004-02-04 Andrew Cagney <cagney@redhat.com>
10061
10062 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10063 SYSCALL_TRAP function.
10064 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10065
10066 2004-02-04 Andrew Cagney <cagney@redhat.com>
10067 Daniel Jacobowitz <drow@mvista.com>
10068
10069 * objfiles.h: Delete comments refering to inside_entry_func and
10070 DEPRECATED_FRAME_CHAIN_VALID.
10071 * defs.h (inside_entry_func): Update prototype..
10072 * blockframe.c (inside_entry_func): Rename to
10073 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10074 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10075
10076 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10077
10078 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10079 outside of #ifdef SOLIB_ADD region.
10080 (do_restore_lang_radix_cleanup): Ditto.
10081 (resolve_pending_breakpoint): Ditto.
10082
10083 2004-02-03 Andrew Cagney <cagney@redhat.com>
10084
10085 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10086 (process_note_abi_tag_sections): Delete unused function.
10087 (ia64_read_fp): Delete unused function.
10088 (gdbarch_extract_struct_value_address): Delete declaration.
10089
10090 2004-02-02 Andrew Cagney <cagney@redhat.com>
10091
10092 * vax-tdep.c (vax_frame_chain): Delete call to
10093 deprecated_inside_entry_file.
10094 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10095
10096 2004-02-02 Mark Kettenis <kettenis@gnu.org>
10097
10098 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10099 column that's "empty" or "same value" when eliminating REG_RA
10100 rules.
10101
10102 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10103
10104 * NEWS: Add information about new pending breakpoint support.
10105
10106 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10107
10108 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10109 and pending fields for pending breakpoint support.
10110 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10111 (condition_command): Only parse condition if not a pending
10112 breakpoint.
10113 (print_one_breakpoint): Add support for pending breakpoints.
10114 (describe_other_breakpoints): Add checks to verify we are not
10115 dealing with pending breakpoints.
10116 (check_duplicates): Don't check pending breakpoints.
10117 (set_raw_breakpoint): Initialize pending flag.
10118 (do_restore_lang_radix_cleanup): New cleanup routine.
10119 (resolve_pending_breakpoint): New function.
10120 (re_enable_breakpoints_in_shlibs): Try and resolve any
10121 pending breakpoints via resolve_pending_breakpoint.
10122 (mention): Add pending breakpoint support.
10123 (parse_breakpoint_sals): Add new parameter to pass to
10124 decode_line_1 to indicate silent errors when files or functions
10125 are not found. Change all callers.
10126 (do_captured_parse_breakpoint): New function.
10127 (break_command_1): Change prototype to return an rc value and to
10128 take an optional pending breakpoint pointer. Support creating
10129 a pending breakpoint if a "not found" form of error occurs when
10130 parsing the breakpoint. Also support resolving an existing pending
10131 breakpoint and be silent if the resolution fails.
10132 (create_breakpoints): Change prototype to take pending breakpoint
10133 pointer. When resolving a pending breakpoint, use the new pointer
10134 to provide a conditional or commands added by the end-user.
10135 (delete_breakpoint): Add appropriate check for pending.
10136 (breakpoint_re_set_one): Ditto.
10137 (do_enable_breakpoint): Ditto.
10138
10139 2004-02-02 David Carlton <carlton@kealia.com>
10140
10141 * valops.c (enum oload_classification): New.
10142 (find_overload_match): Break implementation into separate
10143 functions; delete #if 0'd code; look for symbols within
10144 namespaces.
10145 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10146 (find_oload_champ,oload_method_static,classify_oload_match): New.
10147 * cp-support.h: Add declaration for cp_func_name; update
10148 declaration for make_symbol_overload_list.
10149 * cp-support.c (cp_func_name): New.
10150 (overload_list_add_symbol): Fix comment, use
10151 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10152 (make_symbol_overload_list): Take a function name and a namespace
10153 instead of a symbol; change implementation.
10154 (make_symbol_overload_list_using): New.
10155 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10156
10157 2004-02-02 Fred Fish <fnf@redhat.com>
10158
10159 * main.c (gdb_stdtarg): Move definition to group with other
10160 gdb_stdtarg definitions and update copyright years.
10161 * remote-sim.c (gdb_os_write_stderr): Write output to
10162 gdb_stdtargerr stream instead of gdb_stdtarg stream.
10163 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
10164 gdb_stderr stream and update copyright years.
10165
10166 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10167
10168 * Makefile.in (mips-linux-nat.o): Update dependencies.
10169 * mips-linux-nat.c: Include mips-tdep.h.
10170
10171 2004-02-01 Roland McGrath <roland@redhat.com>
10172
10173 * sol-thread.c (sol_thread_xfer_partial): New function.
10174 (init_sol_thread_ops): Use that for to_xfer_partial hook.
10175 (init_sol_core_ops): Likewise.
10176
10177 * procfs.c (procfs_xfer_partial): New function.
10178 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10179 * Makefile.in (procfs.o): Add $(auxv_h) dep.
10180
10181 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10182 procfs_xfer_auxv function.
10183
10184 * procfs.c (procfs_make_note_section): If we can read
10185 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10186 * linux-proc.c (linux_make_note_section): Likewise.
10187
10188 * auxv.h: New file.
10189 * auxv.c: New file.
10190 * Makefile.in (auxv_h): New variable.
10191 (COMMON_OBS): Add auxv.o here.
10192 (auxv.o): New target.
10193
10194 * corelow.c (core_xfer_partial): New function.
10195 (init_core_ops): Use it for core_ops.to_xfer_partial.
10196
10197 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
10198 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
10199 macro if that is defined.
10200
10201 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10202
10203 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
10204 and check the specified thread for each breakpoint.
10205 * breakpoint.h (bpstat_stop_status): Update prototype.
10206 * infrun.c (handle_inferior_event): Update calls to
10207 bpstat_stop_status.
10208
10209 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10210
10211 * Makefile.in (cli-cmds.o): Add $(readline_h).
10212
10213 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10214
10215 * cli/cli-cmds.c: Include readline.h.
10216 (complete_command): Pass the start of the last word to
10217 complete_line.
10218
10219 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10220
10221 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
10222 argument, and change first argument to a CORE_ADDR.
10223 * breakpoint.h (bpstat_stop_status): Update prototype.
10224 * infrun.c (adjust_pc_after_break): Add a new comment.
10225 (handle_inferior_event): Update calls to bpstat_stop_status.
10226
10227 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10228
10229 * breakpoint.h: Update copyright years.
10230
10231 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10232
10233 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
10234 (bpstat_stop_status): Don't decrement PC.
10235 * breakpoint.h (software_breakpoint_inserted_here_p): Add
10236 prototype.
10237 * infrun.c (adjust_pc_after_break): New function.
10238 (handle_inferior_event): Call it, early. Remove later references
10239 to DECR_PC_AFTER_BREAK.
10240 (normal_stop): Add commentary.
10241
10242 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10243
10244 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
10245 2004-01-27 double-free fix.
10246
10247 2004-01-31 Mark Kettenis <kettenis@gnu.org>
10248
10249 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10250 (sparc32_frame_prev_register): Handle StackGhost.
10251 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10252
10253 2004-01-29 Roland McGrath <roland@redhat.com>
10254
10255 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
10256 * configure: Regenerated.
10257
10258 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
10259 * Makefile.in (procfs.o): Add dep.
10260
10261 2004-01-28 Andrew Cagney <cagney@redhat.com>
10262
10263 * tui/tui-stack.h: Update copyright.
10264 (struct frame_info): Add opaque declaration.
10265 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
10266 (tui_show_locator_content): Rename tuiShowLocatorContent.
10267 (tui_show_frame_info): Rename tuiShowFrameInfo.
10268 * tui/tui-stack.c: Update copyright. Update references.
10269 * tui/tui-winsource.c: Update references.
10270 * tui/tui-win.c: Update references.
10271 * tui/tui-layout.c: Update references.
10272 * tui/tui-hooks.c: Update copyright, update references.
10273 * tui/tui.c: Update copyright, update references.
10274 * tui/tui-disasm.c: Update references.
10275
10276 2004-01-28 David Carlton <carlton@kealia.com>
10277
10278 * dwarf2read.c (add_partial_structure): Use demangled name if
10279 namespace equals "".
10280
10281 2004-01-27 Jim Blandy <jimb@redhat.com>
10282
10283 Clean up misapplied patch:
10284 * dwarf2read.c (determine_prefix): Change one of the two forward
10285 declarations for 'determine_prefix_aux' to a declaration for this.
10286 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
10287 argument to 'die_specification'.
10288
10289 * dwarf2read.c (read_func_scope): Re-indent comment.
10290
10291 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
10292
10293 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
10294 b->exp to NULL after freeing so that error during re-parsing or
10295 evaluation of expressions associated with breakpoint don't
10296 eventually lead to re-freeing of storage.
10297 Committed by Andrew Cagney.
10298
10299 2004-01-27 Andrew Cagney <cagney@redhat.com>
10300
10301 * source.c (ambiguous_line_spec): Delete undefined declaration.
10302 * m32r-rom.c (m32r_set_board_address): Delete unused function.
10303 (m32r_set_server_address, m32r_set_download_path): Ditto.
10304 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
10305
10306 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
10307
10308 * dwarf2read.c: Update calls to changed and renamed functions, and
10309 references to moved variables.
10310
10311 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
10312 language, language_defn, list_in_scope, and ftypes members.
10313 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
10314 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
10315 (baseaddr): Remove globals.
10316
10317 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
10318 (set_cu_language, die_is_declaration, die_specification)
10319 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
10320 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
10321 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
10322 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
10323
10324 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
10325 cu.list_in_scope. Don't initialize cu_header_offset.
10326 (add_partial_symbol): Add local baseaddr.
10327 (psymtab_to_symtab_1): Add local baseaddr. Use
10328 objfile->section_offsets for consistency. Don't initialize
10329 cu_header_offset; do initialize cu.header.offset and
10330 cu.list_in_scope.
10331 (read_file_scope, read_func_scope, read_lexical_block_scope)
10332 (dwarf_decode_lines, new_symbol): Add local baseaddr.
10333
10334 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
10335
10336 * PROBLEMS: Add gdb/1516.
10337
10338 2003-12-29 Robert Millan <robertmh@gnu.org>
10339
10340 Patch committed by Andrw Cagney.
10341 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
10342 * configure.tgt: Match knetbsd*-gnu.
10343
10344 2004-01-26 Andrew Cagney <cagney@redhat.com>
10345
10346 * breakpoint.c (catch_command_1): Delete #ifdef code.
10347 (catch_fork_command_1): Delete #ifdef wrapper.
10348 (catch_exec_command_1): Ditto.
10349 (catch_load_command_1): Ditto.
10350 (catch_unload_command_1): Ditto.
10351
10352 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
10353 (catch_breakpoint): Delete #if0ed function.
10354 (disable_catch_breakpoint): Ditto.
10355 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
10356 (disable_catch, enable_catch, delete_catch): Ditto.
10357
10358 2004-01-26 Andrew Cagney <cagney@redhat.com>
10359
10360 * remote.c (echo_check, quit_flag): Delete variables.
10361 (cisco_kernel_mode): Delete variable.
10362 (minitelnet_return, tty_input, escape_count): Delete variables.
10363 (remote_cisco_mode): Delete variable.
10364 (remote_cisco_open, remote_cisco_close): Delete function.
10365 (remote_cisco_mourn, remote_cisco_wait): Delete function.
10366 (init_remote_cisco_ops): Delete function.
10367 (_initialize_remote): Do not install "remote cisco" code.
10368 (read_frame): Delete cisco specific code.
10369 (remote_info_process): Delete function.
10370 (remote_wait): Delete cisco specific code.
10371 (remote_cisco_section_offsets): Delete function.
10372 (remote_cisco_objfile_relocate): Delete function.
10373 (remote_async_wait): Delete cisco specific code.
10374 (minitelnet, readtty, readsocket): Delete function.
10375
10376 2004-01-26 Andrew Cagney <cagney@redhat.com>
10377
10378 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
10379 comments mentioning extract_returned_value_address.
10380 * infcmd.c (print_return_value): Update. Add comments on
10381 extract_returned_value_address.
10382 * stack.c (return_command): Add comments on
10383 extract_returned_value_address.
10384 * values.c: Update comment.
10385 * m32r-tdep.c: Update comment.
10386 * sparc-tdep.c: Update comment.
10387 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
10388 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10389 * sh64-tdep.c (sh64_gdbarch_init): Update.
10390 * sh-tdep.c (sh_gdbarch_init): Update.
10391 * s390-tdep.c (s390_gdbarch_init): Update.
10392 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10393 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10394 * m68k-tdep.c (m68k_gdbarch_init): Update.
10395 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10396 * m32r-tdep.c (m32r_gdbarch_init): Update.
10397 * ia64-tdep.c (ia64_gdbarch_init): Update.
10398 * h8300-tdep.c (h8300_gdbarch_init): Update.
10399 * frv-tdep.c (frv_gdbarch_init): Update.
10400 * arm-tdep.c (arm_gdbarch_init): Update.
10401 * alpha-tdep.c (alpha_gdbarch_init): Update.
10402
10403 2004-01-26 Andrew Cagney <cagney@redhat.com>
10404
10405 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
10406 SYMBOL_LOCATION_FUNCS
10407 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
10408 "struct symbol_ops".
10409 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
10410 type to "struct symbol_ops".
10411 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
10412 (struct symbol): Replace ".aux_value.loc.funcs" and
10413 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
10414 (SYMBOL_OBJFILE): Delete macro.
10415 (SYMBOL_LOCATION_FUNCS): Delete macro.
10416 (SYMBOL_LOCATION_BATON): Update.
10417 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
10418 intead of SYMBOL_LOCATION_FUNCS.
10419 * ax-gdb.c (gen_var_ref): Ditto.
10420 * printcmd.c (address_info): Ditto.
10421 * findvar.c (read_var_value): Ditto.
10422 (symbol_read_needs_frame): Ditto.
10423
10424 2004-01-26 Andrew Cagney <cagney@redhat.com>
10425
10426 * dwarf2read.c (read_func_scope): Document frame-base hack.
10427
10428 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10429
10430 * infcmd.c (print_return_value): Plug memory leak; delete
10431 ui_stream object. Rename argument `structure_return' to
10432 `struct_return'.
10433
10434 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10435
10436 * infcmd.c (print_return_value): Wrap long lines.
10437 (finish_command_continuation, finish_command): Remove unused
10438 variable `funcaddr'. Fix some coding-standards problems.
10439
10440 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
10441 SECT_SIZE is large enough, not whether it's exactly the right size.
10442 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
10443 TDEP->fpregset to zero.
10444
10445 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
10446 floating-point registers for traditional NetBSD core files.
10447 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
10448 TDEP->sizeof_fpregset here.
10449
10450 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10451
10452 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
10453 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
10454 function with code split out from
10455 sparc32nbsd_sigcontext_frame_cache.
10456 (sparc32nbsd_sigcontext_frame_cache): Use
10457 sparc32nbsd_sigcontext_saved_regs.
10458 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
10459 OpenBSD.
10460 * sparcobsd-tdep.c: New file.
10461 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
10462 (sparcobsd-tdep.o): New dependency.
10463 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
10464 * config/sparc/obsd.mt: New file.
10465
10466 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
10467 TDEP->fpregset to be initialized to enable core file register
10468 sets.
10469
10470 2004-01-24 Mark Kettenis <kettenis@gnu.org>
10471
10472 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
10473 Add opaque declarations.
10474 (sparc64nbsd_sigcontext_saved_regs): New prototype.
10475 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
10476 function with code split out from
10477 sparc64nbsd_sigcontext_frame_cache.
10478 (sparc64nbsd_sigcontext_frame_cache): Use
10479 sparc64nbsd_sigcontext_saved_regs.
10480 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
10481 OpenBSD.
10482 * sparc64obsd-tdep.c: New file.
10483 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
10484 (sparc64obsd-tdep.o): New dependency.
10485 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
10486 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
10487 * config/sparc/obsd64.mt: New file.
10488
10489 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
10490 read the instruction at PC.
10491
10492 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
10493 value of GDB_OSABI_DEFAULT.
10494 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
10495 instead of GDB_OSABI_NETBSD_AOUT.
10496
10497 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
10498
10499 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
10500 copyright.
10501
10502 2004-01-23 Andrew Cagney <cagney@redhat.com>
10503
10504 * printcmd.c (display_command): Replace tui_set_display call with
10505 tui_set_layout_for_display_command.
10506 * tui/tui.h (enum tui_win_type): Define.
10507 (tui_set_layout): Delete declaration.
10508 (tui_set_layout_for_display_command): Rename set_tui_layout.
10509 * tui/tui-data.h (enum tui_layout_type): Define.
10510 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
10511 "tui.h".
10512 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
10513 (tui_default_win_height): Rename tuiDefaultWinHeight.
10514 (tui_default_win_viewport_height): Rename
10515 tuiDefaultWinViewportHeight.
10516 (tui_set_layout): RenametuiSetLayout.
10517 * tui/tui-layout.c: Update references.
10518 * tui/tui.c: Update references.
10519 * tui/tui-disasm.c: Update references.
10520
10521 2004-01-23 David Carlton <carlton@kealia.com>
10522
10523 Partial workaround for PR c++/1511:
10524 * cp-namespace.c: Include frame.h.
10525 (cp_lookup_transparent_type): New
10526 (cp_lookup_transparent_type_loop): New.
10527 * cp-support.h: Declare cp_lookup_transparent_type.
10528 * symtab.c (basic_lookup_transparent_type): Renamed from
10529 lookup_transparent_type.
10530 (lookup_transparent_type): Replace old body by a call to
10531 current_language->la_lookup_transparent_type.
10532 * symtab.h: Update copyright. Declare
10533 basic_lookup_transparent_type.
10534 * language.h: Update copyright.
10535 (struct language_defn): Add la_lookup_transparent_type.
10536 * language.c: Update copyright.
10537 (unknown_language_defn): Add basic_lookup_transparent_type.
10538 (auto_language_defn): Add basic_lookup_transparent_type.
10539 (local_language_defn): Add basic_lookup_transparent_type.
10540 * ada-lang.c: Update copyright.
10541 (ada_language_defn): Add basic_lookup_transparent_type.
10542 * c-lang.c: Update copyright.
10543 (c_language_defn): Add basic_lookup_transparent_type.
10544 (cplus_language_defn): Add basic_lookup_transparent_type.
10545 (asm_language_defn): Add basic_lookup_transparent_type.
10546 (minimal_language_defn): Add basic_lookup_transparent_type.
10547 * f-lang.c: Update copyright.
10548 (f_language_defn): Add basic_lookup_transparent_type.
10549 * jv-lang.c: Update copyright.
10550 (java_language_defn): Add basic_lookup_transparent_type.
10551 * m2-lang.c: Update copyright.
10552 (m2_language_defn): Add basic_lookup_transparent_type.
10553 * objc-lang.c: Update copyright.
10554 (objc_language_defn): Add basic_lookup_transparent_type.
10555 * p-lang.c: Update copyright.
10556 (p_language_defn): Add basic_lookup_transparent_type.
10557 * scm-lang.c: Update copyright.
10558 (scm_language_defn): Add basic_lookup_transparent_type.
10559 * Makefile.in (cp-namespace.o): Depend on frame.h.
10560
10561 2004-01-23 David Carlton <carlton@kealia.com>
10562
10563 Patch for PR c++/1520:
10564 * dwarf2read.c (read_func_scope): Set processing_current_prefix
10565 properly if we have a specification die.
10566 (determine_prefix_aux): Rename from determine_prefix.
10567 (determine_prefix): Like the old determine_prefix, but never
10568 returns NULL.
10569
10570 2004-01-23 Theodore A. Roth <troth@openavr.org>
10571
10572 * avr-tdep.c: Update copyright.
10573 (avr_iaddr_p): Delete unused function.
10574 (avr_saddr_p): Delete unused function.
10575
10576 2004-01-23 David Carlton <carlton@kealia.com>
10577
10578 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
10579 Fix for PR symtab/1534.
10580
10581 2004-01-23 Mark Kettenis <kettenis@gnu.org>
10582
10583 * NEWS (New native configurations): Mention OpenBSD/sparc and
10584 OpenBSD/sparc64.
10585 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
10586 * configure.host: Likewise.
10587 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
10588 handler for OpenBSD.
10589 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
10590
10591 2004-01-22 Mark Kettenis <kettenis@gnu.org>
10592
10593 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
10594 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
10595
10596 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
10597 * cli/cli-cmds.c (shell_escape): Likewise.
10598
10599 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
10600 OpenBSD .note.openbsd.ident sections.
10601
10602 2004-01-22 David Carlton <carlton@kealia.com>
10603
10604 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
10605 get_scope_pc_bounds.
10606 (read_file_scope): Ditto.
10607 (get_scope_pc_bounds): New function, produced by extracting code
10608 from the above two functions, consolidating it, and adding support
10609 for DW_TAG_namespace.
10610
10611 2004-01-22 Mark Kettenis <kettenis@gnu.org>
10612
10613 * osabi.c (MAX_NOTESZ): New define.
10614 (check_note): New function.
10615 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
10616 check_note.
10617
10618 2004-01-21 Roland McGrath <roland@redhat.com>
10619
10620 * MAINTAINERS (write after approval): Add myself.
10621
10622 2004-01-21 Eli Zaretskii <eliz@gnu.org>
10623
10624 * utils.c (init_page_info): Move declarations of `rows' and
10625 `cols' before the __GO32__-specific code. Move the closing brace
10626 outside the #ifdef __GO32__..#endif block.
10627 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
10628
10629 2004-01-21 Paul Brook <paul@codesourcery.com>
10630
10631 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
10632 BPSTAT_WHAT_CHECK_SHLIBS.
10633
10634 2004-01-21 Paul Brook <paul@codesourcery.com>
10635
10636 * MAINTAINERS: Add myself to write-after-approval.
10637
10638 2004-01-20 Andrew Cagney <cagney@redhat.com>
10639
10640 * ax-gdb.c (print_axs_value): Delete unused function.
10641 * jv-lang.c (java_lookup_type): Delete unused function.
10642 * cli/cli-dump.c (dump_filetype): Delete unused function.
10643 * remote-mips.c (remote_mips_insert_hw_breakpoint)
10644 (remote_mips_remove_hw_breakpoint): Delete unused functions.
10645 (mips_getstring): Delete unused function.
10646 (pmon_insert_breakpoint): Delete #if0ed function.
10647 (PMON_MAX_BP): Delete #if0ed MACRO.
10648 (mips_pmon_bp_info): Delete #if0ed variable.
10649 (pmon_remove_breakpoint): Delete #if0ed function.
10650 * monitor.c (monitor_write_even_block): Delete unused function.
10651 (monitor_write_memory_block): Delete #if0ed code.
10652 * dink32-rom.c (dink32_load): Delete unused function.
10653 (_initialize_dink32_rom): Delete #if0ed code.
10654 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
10655
10656 * tui/tui-command.c: Update references.
10657 * tui/tui-io.c: Update references.
10658 * tui/tui-command.h: Update copyright.
10659 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
10660
10661 * source.c (ambiguous_line_spec): Delete never-defined function.
10662 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
10663 * gdbtypes.c (add_name, add_mangled_type): Ditto.
10664 * cli/cli-cmds.c (validate_comname): Ditto.
10665
10666 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
10667 "tui-data.h".
10668 (tui_set_disassem_content): Rename tuiSetDisassemContent.
10669 (tui_show_disassem): Rename tuiShowDisassem.
10670 (tui_show_disassem_and_update_source): Rename
10671 tuiVerticalDisassemScroll.
10672 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
10673 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
10674 * tui/tui.h: Update copyright.
10675 (enum tui_status): Define.
10676 * tui/tui-data.h (enum tui_scroll_direction): Define.
10677 * tui/tui-disasm.c: Update copyright. Update references.
10678 * tui/tui-winsource.c: Update copyright. Update references.
10679 * tui/tui-win.c: Update references.
10680 * tui/tui-layout.c: Update references.
10681
10682 2004-01-20 Andrew Cagney <cagney@redhat.com>
10683
10684 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
10685 sym2 to start of block.
10686
10687 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
10688
10689 * MAINTAINERS: Delete mmalloc.
10690 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
10691 * NEWS: Mention removal of --with-malloc.
10692 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
10693 * config.in: Regenerate.
10694 * configure: Regenerate.
10695 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
10696 USE_MMALLOC, MMCHECK_FORCE.
10697 * gdbinit.in: Remove mmalloc.
10698 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
10699 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
10700 * config/i386/go32.mh: Likewise.
10701 * config/i386/interix.mh: Likewise.
10702 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
10703
10704 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
10705
10706 * linespec.c (decode_variable, symtab_from_filename): Call
10707 error_silent with error message instead of throwing an exception
10708 directly.
10709 * defs.h (error_silent, error_output_message): Add prototypes.
10710 (catch_exceptions_with_msg): Ditto.
10711 * utils.c (error_silent, error_output_message): New functions.
10712 * top.c (catch_exceptions_with_msg): New function.
10713
10714 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
10715
10716 * mi/mi-cmds.h (enum print_values): Add definition.
10717
10718 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
10719 type and value for simple data types and just the name and type
10720 for complex ones, if required.
10721
10722 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
10723 children, if required.
10724
10725 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10726
10727 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
10728 unused declarations.
10729
10730 2004-01-19 Andrew Cagney <cagney@redhat.com>
10731
10732 * top.h (mapped_symbol_files): Delete declaration.
10733 * main.c (captured_main): Delete option "m" and "mapped".
10734 * objfiles.c (mapped_symbol_files): Delete variable.
10735 * symfile.c (symbol_file_command): Delete mmap code.
10736 (symbol_file_add_with_addrs_or_offsets): Ditto.
10737 (add_symbol_file_command, reread_separate_symbols): Ditto.
10738 * objfiles.h (OBJF_MAPPED): Delete.
10739 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
10740 (free_objfile) [USE_MMALLOC]: Ditto.
10741 (open_existing_mapped_file): Delete function.
10742 (open_mapped_file): Delete function.
10743 (map_to_file): Delete function.
10744
10745 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10746
10747 * infrun.c (step_into_function): Account for possible breakpoint
10748 adjustment when computing ``stop_func_start''.
10749
10750 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10751
10752 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
10753 the region size against the size of a pointer, not the size of
10754 a register as given by DEPRECATED_REGISTER_SIZE.
10755
10756 2004-01-19 Andrew Cagney <cagney@redhat.com>
10757
10758 * tui/tui-regs.h: Include "tui-data.h".
10759 (tuiFirstRegElementNoInLine): Delete declaration.
10760 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
10761 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
10762 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
10763 (tui_calculate_regs_column_count): Rename
10764 tuiCalculateRegsColumnCount.
10765 (tui_check_register_values): Rename tuiCheckRegisterValues.
10766 (tui_show_registers): Rename tuiShowRegisters.
10767 (tui_display_registers_from_line): Rename
10768 tuiDisplayRegistersFromLine.
10769 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
10770 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
10771 (tui_first_reg_element_no_inline): Rename
10772 tuiFirstRegElementNoInLine.
10773 * tui/tui-data.h: Update copyright.
10774 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
10775 * tui/tui-windata.c: Update copyright, update references.
10776 * tui/tui-regs.c: Update copyright, update references.
10777 * tui/tui-win.c: Update copyright, update references.
10778 * tui/tui-layout.c: Update copyright, update references.
10779
10780 2004-01-18 Andrew Cagney <cagney@redhat.com>
10781
10782 * tui/tui-io.c: Update copyright.
10783 (key_is_end_sequence, key_is_backspace): New functions.
10784 (key_is_command_char, key_is_start_sequence): New function.
10785 (tui_getc): Update references.
10786 * tui/tui-io.h: Update copyright.
10787 (m_tuiStartNewLine): Delete macro.
10788 (m_isBackspace, m_isDeleteChar): Delete macros.
10789 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
10790 (m_isNextPage, m_isPrevPage): Delete macros.
10791 (m_isLeftArrow, m_isRightArrow): Delete macros.
10792 (m_isXdbStyleCommandChar): Delete macro.
10793 (key_is_start_sequence): Declare, replace m_isStartSequence.
10794 (key_is_end_sequence): Declare, replace m_isEndSequence.
10795 (key_is_backspace): Declare ,replace m_isBackspace.
10796 (key_is_command_char): Declare, replace m_isCommandChar.
10797 * tui/tui-command.c: Update copyright.
10798 (tuiDispatchCtrlChar): Update references.
10799
10800 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
10801 tuiSourceWin.h.
10802
10803 * tui/tui-command.c: Rename tui/tuiCommand.c.
10804 * tui/tui-command.h: Rename tui/tuiCommand.h.
10805 * tui/tui-data.c: Rename tui/tuiData.c.
10806 * tui/tui-data.h: Rename tui/tuiData.h.
10807 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
10808 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
10809 * tui/tui-io.c: Rename tui/tuiIO.c.
10810 * tui/tui-io.h: Rename tui/tuiIO.h.
10811 * tui/tui-layout.c: Rename tui/tuiLayout.c.
10812 * tui/tui-layout.h: Rename tui/tuiLayout.h.
10813 * tui/tui-regs.c: Rename tui/tuiRegs.c.
10814 * tui/tui-regs.h: Rename tui/tuiRegs.h.
10815 * tui/tui-source.c: Rename tui/tuiSource.c.
10816 * tui/tui-source.h: Rename tui/tuiSource.h.
10817 * tui/tui-stack.c: Rename tui/tuiStack.c.
10818 * tui/tui-stack.h: Rename tui/tuiStack.h.
10819 * tui/tui-win.c: Rename tui/tuiWin.c.
10820 * tui/tui-win.h: Rename tui/tuiWin.h.
10821 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
10822 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
10823 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
10824 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
10825 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
10826 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
10827 * tui/tui-file.c: Update includes.
10828 * tui/tui-hooks.c: Update includes.
10829 * tui/tui-interp.c: Update includes.
10830 * tui/tui.c: Update includes.
10831 * Makefile.in: Update all tui/ dependencies.
10832 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
10833
10834 * Makefile.in: Update copyright. Update dependencies.
10835
10836 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
10837 problem.
10838
10839 2004-01-18 Andrew Cagney <cagney@redhat.com>
10840
10841 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
10842 instead of register_gdbarch_init.
10843
10844 * remote-sds.c (tohex): Delete unused function. Update copyright.
10845 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
10846 * v850-tdep.c (v850_register_virtual_size): Ditto.
10847 * target.c (normal_target_post_startup_inferior): Ditto.
10848 * source.c (ambiguous_line_spec): Ditto.
10849 * remote.c (adapt_remote_get_threadinfo): Ditto.
10850 * mi/mi-out.c (out_field_fmt): Ditto.
10851 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
10852 (output_control_change_notification): Ditto.
10853 * m68k-tdep.c (m68k_register_byte): Ditto.
10854 (m68k_remote_breakpoint_from_pc): Ditto.
10855 * ui-out.c (init_ui_out_state): Delete unused declaration.
10856 * stabsread.c (search_value): Ditto.
10857 * mi/mi-cmd-env.c (env_cli_command): Ditto.
10858 * maint.c (print_section_table): Ditto.
10859 * infrun.c (set_follow_fork_mode_command): Ditto.
10860
10861 2004-01-18 Mark Kettenis <kettenis@gnu.org>
10862
10863 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
10864 DW_CFA_def_cfa_exporession. Add support for
10865 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
10866 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
10867
10868 2004-01-18 Andrew Cagney <cagney@redhat.com>
10869
10870 * ocd.c: Update copyright.
10871 (bdm_read_register_command): Delete unused function.
10872 (_initialize_remote_ocd): Delete commented out reference.
10873 (get_quoted_char, reset_packet): Delete #if0ed function.
10874 (output_packet, put_quoted_char): Delete #if0ed function.
10875 (stu_put_packet, stu_get_packet): Delete #if0ed function.
10876 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
10877 (BDM_BREAKPOINT): Delete #if0ed macro.
10878 (remote_timeout): Delete #if0ed variable.
10879
10880 2004-01-18 Mark Kettenis <kettenis@gnu.org>
10881
10882 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
10883 (core-sol2.o): Remove dependency.
10884 * core-sol2.c: Remove file.
10885
10886 2004-01-17 Andrew Cagney <cagney@redhat.com>
10887
10888 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
10889 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
10890 enums.
10891
10892 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10893
10894 * remote.c: Update copyright years.
10895
10896 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10897
10898 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
10899
10900 2004-01-17 Andrew Cagney <cagney@redhat.com>
10901
10902 * mdebugread.c: Update copyright.
10903 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
10904 (parse_type, parse_procedure): Ditto.
10905 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
10906
10907 * cris-tdep.c (cris_store_struct_return): Put back accidently
10908 deleted function.
10909
10910 * gdbarch.sh: Update copyright year.
10911 * gdbarch.h, gdbarch.c: Re-generate.
10912
10913 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10914
10915 Suggested by George Anzinger.
10916 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
10917 correct stack offset. Include unknown opcode numbers in the error
10918 message.
10919
10920 2004-01-17 Andrew Cagney <cagney@redhat.com>
10921
10922 * x86-64-tdep.c (x86_64_init_abi): No need to clear
10923 extract_struct_value_address, i386 does not set it.
10924 * sparc64-tdep.c (sparc64_init_abi): Do not set
10925 extract_struct_value_address, never called.
10926 (sparc64_extract_struct_value_address): Delete function.
10927 * m68hc11-tdep.c: Update copyright.
10928 (m68hc11_gdbarch_init): Delete redundant assignment of
10929 extract_struct_value_address.
10930 * i386-tdep.c: Update copyright.
10931 (i386_gdbarch_init): Do not set extract_struct_value_address,
10932 never called.
10933 (i386_extract_struct_value_address): Delete function.
10934 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
10935 extract_struct_value_address, never called.
10936 (sparc32_extract_struct_value_address): #if 0 function. Add
10937 comments explaining its future.
10938
10939 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10940
10941 * arm-tdep.c (arm_write_pc): New function.
10942 (arm_gdbarch_init): Call set_gdbarch_write_pc.
10943
10944 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10945
10946 * breakpoint.c (must_shift_inst_regs): Delete.
10947 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
10948 and SHIFT_INST_REGS.
10949 * infcmd.c (step_1, step_1_continuation): Delete references to
10950 SHIFT_INST_REGS.
10951 * infrun.c (keep_going): Likewise.
10952 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
10953 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
10954
10955 2004-01-17 Andrew Cagney <cagney@redhat.com>
10956
10957 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10958 * gdbarch.h, gdbarch.c: Re-generate.
10959 * infcmd.c (print_return_value): Delete reference to
10960 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
10961
10962 * cris-tdep.c (cris_gdbarch_init): Do not set
10963 deprecated_extract_struct_value_address.
10964
10965 * xstormy16-tdep.c: Update copyright.
10966 (xstormy16_extract_struct_value_address): Update to current
10967 extract struct value address interface.
10968 (xstormy16_gdbarch_init): Set extract_struct_value_address.
10969 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
10970 current extract struct value address interface.
10971 (sh64_gdbarch_init): Set extract_struct_value_address.
10972
10973 * cris-tdep.c: Update copyright.
10974 (cris_extract_struct_value_address): Delete function.
10975 (struct_return_address): Delete variable.
10976 (cris_store_struct_return): Do not set struct_return_address.
10977
10978 * mcore-tdep.c: Update copyright.
10979 (mcore_extract_struct_value_address): Delete function. Update
10980 comments.
10981 (mcore_gdbarch_init): Update.
10982 * mn10300-tdep.c: Update copyright.
10983 (mn10300_extract_struct_value_address): Delete function.
10984 (mn10300_gdbarch_init): Update.
10985 * v850-tdep.c: Update copyright.
10986 (v850_extract_struct_value_address): Delete.
10987 (v850_gdbarch_init): Update.
10988 * ns32k-tdep.c: Update copyright.
10989 (ns32k_extract_struct_value_address): Delete.
10990 (ns32k_gdbarch_init): Update.
10991 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
10992 (hppa_gdbarch_init): Update.
10993 * vax-tdep.c: Update copyright.
10994 (vax_extract_struct_value_address): Delete.
10995 (vax_gdbarch_init): Update.
10996
10997 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
10998 * gdbarch.h, gdbarch.c: Re-generate.
10999 * procfs.c (procfs_fetch_registers): Delete reference to
11000 DEPRECATED_NPC_REGNUM.
11001 (procfs_store_registers): Ditto.
11002 * regcache.c (generic_target_write_pc): Simplify.
11003 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11004
11005 * core-sol2.c (fetch_core_registers): Replace
11006 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11007
11008 * hppa-tdep.c: Update copyright year.
11009 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11010 NPC_REGNUM.
11011 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11012
11013 * mips-tdep.c (mips_write_pc): New function.
11014 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11015 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11016 (mips_find_saved_regs, mips_software_single_step: Ditto.
11017 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11018 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11019
11020 2004-01-17 Andrew Cagney <cagney@redhat.com>
11021
11022 * mips-tdep.c: Re-indent. Group functions by ABI.
11023
11024 2004-01-17 Andrew Cagney <cagney@redhat.com>
11025
11026 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11027 * gdbarch.c: Re-generate.
11028 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11029 DECR_PC_AFTER_BREAK to zero.
11030 * vax-tdep.c (vax_gdbarch_init): Ditto.
11031 * v850-tdep.c (v850_gdbarch_init): Ditto.
11032 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11033 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11034 * sh-tdep.c (sh_gdbarch_init): Ditto.
11035 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11036 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11037 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11038 * mips-tdep.c (mips_gdbarch_init): Ditto.
11039 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11040 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11041 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11042 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11043 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11044 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11045 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11046 * frv-tdep.c (frv_gdbarch_init): Ditto.
11047 * cris-tdep.c (cris_gdbarch_init): Ditto.
11048 * avr-tdep.c (avr_gdbarch_init): Ditto.
11049 * arm-tdep.c (arm_gdbarch_init): Ditto.
11050 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11051
11052 2004-01-17 J. Brobecker <brobecker@gnat.com>
11053
11054 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11055 Delete, no longer used.
11056 (read_subrange_type): New function, mostly extracted from
11057 read_array_type().
11058 (read_array_type): Replace extracted code by call to
11059 read_subrange_type().
11060 (dwarf2_get_attr_constant_value): New function.
11061 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11062 (add_partial_symbol): Likewise.
11063 (process_die): Likewise.
11064 (new_symbol): Likewise.
11065 (read_type_die): Likewise.
11066
11067 2004-01-16 Andrew Cagney <cagney@redhat.com>
11068
11069 * symfile.c: Update copyright year.
11070 (compare_symbols): Delete unused function.
11071 * stabsread.c: Update copyright year.
11072 (lrs_general_complaint): Delete unused function.
11073 (ref_search_value): Ditto.
11074 (get_substring): Delete declaration.
11075 * sh64-tdep.c: Update copyright year.
11076 (sh64_get_gdb_regnum): Delete unused function.
11077 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11078 Delete unused function.
11079
11080 2004-01-17 Mark Kettenis <kettenis@gnu.org>
11081
11082 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11083 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11084
11085 2004-01-16 Andrew Cagney <cagney@redhat.com>
11086
11087 Changes from Peter Schauer.
11088 * rs6000-tdep.c: Update copyright year.
11089 (rs6000_push_dummy_call): Update the stack pointer before
11090 accessing the corresponding stack region.
11091 * rs6000-nat.c: Update copyright year.
11092 (set_host_arch): Set "info.abfd" to "exec_bfd".
11093
11094 2004-01-15 Mark Kettenis <kettenis@gnu.org>
11095
11096 * blockframe.c: Update copyright year.
11097 (inside_entry_func): Don't treat a zero PC specially.
11098
11099 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
11100
11101 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11102 variable.
11103 (gcore_create_callback): Ditto. Skip any memory segment that has
11104 no permissions set.
11105
11106 2004-01-14 David Carlton <carlton@kealia.com>
11107
11108 Change symbols for C++ nested types to contain the fully qualified
11109 name, if possible. (At least in the DWARF-2 case.) Partial fix
11110 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11111 c++/895.
11112 * c-exp.y (qualified_type): Handle types nested within classes.
11113 * cp-namespace.c: Update comments.
11114 (cp_set_block_scope): Delete #if 0.
11115 (cp_lookup_nested_type): Handle types nested within classes.
11116 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11117 when appropriate.
11118 (add_partial_symbol): Add the name of the enclosing namespace to
11119 types.
11120 (pdi_needs_namespace): New.
11121 (add_partial_namespace): Tweak comment.
11122 (add_partial_structure): New.
11123 (psymtab_to_symtab_1): Initialize processing_current_prefix
11124 here...
11125 (process_die): instead of here.
11126 (read_structure_scope): Try to figure out the name of the class or
11127 namespace that the structure might be defined within.
11128 (read_enumeration): Generate fully-qualified names, if possible.
11129 (read_namespace): Don't set name to NULL.
11130 (die_specification): New.
11131 (new_symbol): Generate fully-qualified names for types.
11132 (read_type_die): Determine appropriate prefix.
11133 (determine_prefix): New.
11134 (typename_concat): New.
11135 (class_name): New.
11136 * valops.c (value_aggregate_elt): Pass NOSIDE to
11137 value_struct_elt_for_reference.
11138 (value_struct_elt_for_reference): Make static, add NOSIDE
11139 parameter, call value_maybe_namespace_elt as a last resort.
11140 (value_namespace_elt): Break out code into
11141 value_maybe_namespace_elt.
11142 (value_maybe_namespace_elt): New.
11143
11144 2004-01-12 Andrew Cagney <cagney@redhat.com>
11145
11146 * mips-tdep.c (mips_convert_register_p): Handle both raw and
11147 cooked floating-point registers.
11148 (mips_gdbarch_init): Set convert_register_p, register_to_value,
11149 and value_to_register.
11150
11151 2004-01-13 Andrew Cagney <cagney@redhat.com>
11152
11153 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11154 * gdbarch.c: Re-generate.
11155 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11156 FUNCTION_START_OFFSET.
11157 * v850-tdep.c (v850_gdbarch_init): Ditto.
11158 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11159 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11160 * sh-tdep.c (sh_gdbarch_init): Ditto.
11161 * s390-tdep.c (s390_gdbarch_init): Ditto.
11162 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11163 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11164 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11165 * mips-tdep.c (mips_gdbarch_init): Ditto.
11166 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11167 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11168 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11169 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11170 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11171 * i386-tdep.c (i386_gdbarch_init): Ditto.
11172 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11173 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11174 * frv-tdep.c (frv_gdbarch_init): Ditto.
11175 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11176 * cris-tdep.c (cris_gdbarch_init): Ditto.
11177 * avr-tdep.c (avr_gdbarch_init): Ditto.
11178 * arm-tdep.c (arm_gdbarch_init): Ditto.
11179 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11180
11181 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
11182
11183 * infrun.c (follow_fork_mode_ask): Remove.
11184 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11185 (follow_fork): Simplify and remove internal error for
11186 follow_fork_mode_ask.
11187 (_initialize_infrun): Update "set follow-fork-mode" help text.
11188
11189 2004-01-13 Andrew Cagney <cagney@redhat.com>
11190
11191 * configure.in: Update copyright year.
11192 (build_warnings): Add -Wunused-label.
11193 * configure: Re-generate.
11194
11195 2004-01-12 Andrew Cagney <cagney@redhat.com>
11196
11197 * exec.h (exec_ops): Make "extern".
11198
11199 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
11200 the function is void.
11201 (mips_pseudo_register_write): Ditto.
11202
11203 2004-01-12 Andrew Cagney <cagney@redhat.com>
11204
11205 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
11206 call. Never defined.
11207 * sparc-tdep.h (struct frame_info): Add opaque declaration.
11208 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
11209 (struct sparc_gregset, struct regcache): Ditto.
11210 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
11211
11212 2004-01-12 Andrew Cagney <cagney@redhat.com>
11213
11214 * mi/ChangeLog: Delete file. Renamed to ...
11215 * mi/ChangeLog-1999-2003: New file.
11216 * tui/ChangeLog: Delete file. Renamed to ...
11217 * tui/ChangeLog-1998-2003: New file.
11218
11219 2004-01-11 Mark Kettenis <kettenis@gnu.org>
11220
11221 * sparc64nbsd-tdep.c: Include "regset.h".
11222 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
11223 Remove variables.
11224 (fetch_core_registers): Remove function.
11225 (sparc64nbsd_core_fns): Remove variable.
11226 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
11227 functions.
11228 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
11229 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11230 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
11231
11232 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
11233 sparc_extract_struct_value_address.
11234 (sparc32_gdbarch_init): Set extract_struct_value_address.
11235 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
11236 function.
11237 (sparc64_init_abi): Set extract_struct_value_address. Don't set
11238 return_value_on_stack.
11239
11240 * NEWS: Mention that %cs and %ss have been added to the AMD64
11241 configurations
11242
11243 * frame.c: Update copyright year.
11244 (get_prev_frame): Improve comment.
11245
11246 * sparc64fbsd-tdep.c: Include "regset.h".
11247 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11248 Remove variables.
11249 (fetch_core_registers): Remove function.
11250 (sparc64fbsd_core_fns): Remove variable.
11251 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
11252 functions.
11253 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
11254 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11255 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
11256
11257 * sparcnbsd-tdep.c: Include "regset.h".
11258 (fetch_core_registers): Remove function.
11259 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
11260 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
11261 functions.
11262 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
11263 TDEP->fpregset.
11264 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
11265
11266 * sparc-tdep.h (struct regset): Provide opaque declaration.
11267 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
11268 fpregset and sizeof_fpregset members.
11269 * sparc-tdep.c (struct regset): Provide opaque declaration.
11270 (sparc_regset_from_core_section): New function.
11271 (sparc32_gdbarch_init): Initialize TDEP->gregset,
11272 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
11273 Set regset_from_core_section when appropriate.
11274
11275 2004-01-10 Mark Kettenis <kettenis@gnu.org>
11276
11277 * x86-64-tdep.c (amd64_non_pod_p): New function.
11278 (amd64_classify_aggregate): Return class memory for non-POD
11279 C++ structure types.
11280
11281 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
11282 argument. Use it to reserve a register if necessary.
11283 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
11284 amd64_push_arguments.
11285
11286 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
11287
11288 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
11289 register numbers in comments.
11290 * x86-64-tdep.h: Update copyright year.
11291 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
11292 Adjust for addition of %cs and %ss.
11293 * amd64fbsd-nat.c: Update copyright year.
11294 (reg_offset): Add register offsets for %cs and %ss.
11295 * amd64fbsd-tdep.c: Update copyright year.
11296 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
11297 (amd64fbsd_sc_reg_offset): Likewise.
11298 * x86-64-linux-nat.c: Update copyright year.
11299 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
11300 and %ss.
11301 * amd64nbsd-nat.c: Update copyright year.
11302 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
11303 * amd64nbsd-tdep.c: Update copyright year.
11304 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
11305 * x86-64-linux-tdep.c: Update copyright year.
11306 (user_to_gdb_regmap): Add mapping for %cs and %ss.
11307 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
11308 * regformats/reg-x86-64.dat: Add %cs and %ss.
11309
11310 * blockframe.c (inside_entry_func): Reformat. Introduce new local
11311 variables to prevent long lines. Update comments to reflect
11312 reality.
11313
11314 2004-01-09 David Carlton <carlton@kealia.com>
11315
11316 Checked in by Elena Zannoni <ezannoni@redhat.com>.
11317 * dwarf2read.c (read_namespace): Pull out name-generating code
11318 into namespace_name. Rename previous_namespace to previous_prefix
11319 and processing_current_namespace to processing_current_prefix..
11320 (namespace_name): New function.
11321 (add_partial_symbol): Substitute uses of pdi->name with
11322 actual_name.
11323 * cp-support.h: Rename processing_current_namespace to
11324 processing_current_prefix.
11325 Update copyright year.
11326 * cp-namespace.c: Rename processing_current_namespace to
11327 processing_current_prefix.
11328 Update copyright year.
11329
11330 2004-01-09 Andrew Cagney <cagney@redhat.com>
11331
11332 * jv-valprint.c, ser-unix.c: Add missing copyright years.
11333
11334 2004-01-09 Mark Kettenis <kettenis@gnu.org>
11335
11336 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
11337 complaining.
11338 (process_one_symbol): Deal with N_PATCH stabs.
11339
11340 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
11341
11342 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
11343 ifdeffed code.
11344 Update copyright year.
11345
11346 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11347
11348 * config/pa/tm-hppa.h: Update extern declarations for
11349 hppa32_hpux_frame_saved_pc_in_sigtramp,
11350 hppa32_hpux_frame_base_before_sigtramp, and
11351 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
11352
11353 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11354
11355 * config/pa/tm-hppah.h: Update copyright years.
11356
11357 2004-01-08 Andrew Cagney <cagney@redhat.com>
11358
11359 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
11360 (mips_o32_reg_struct_has_addr): Delete function.
11361 (mips_gdbarch_init): Update.
11362 (mips_extract_struct_value_address): Delete function.
11363
11364 2004-01-08 David Mosberger <davidm@hpl.hp.com>
11365
11366 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
11367 reality.
11368
11369 2004-01-07 Andrew Cagney <cagney@redhat.com>
11370
11371 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
11372 architecture's elf flags (when available).
11373
11374 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
11375 FPU to the start, check the MIPS FPU when looking for an old
11376 architecture.
11377 (set_mipsfpu_single_command): Update the architecture.
11378 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
11379
11380 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
11381 (mips_mask_address_p): Add "tdep" parameter.
11382 (show_mask_address, mips_addr_bits_remove): Update.
11383 (mips_dump_tdep): Update.
11384 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
11385 (MIPS_STACK_ARGSIZE): Delete macro.
11386 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
11387 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
11388 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
11389 (mips_dump_tdep): Update.
11390 (MIPS_SAVED_REGSIZE): Delete macro.
11391 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
11392 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
11393 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
11394 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
11395 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
11396 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
11397 (mips_pop_frame, return_value_location): Update.
11398 (mips_n32n64_return_value, mips_dump_tdep): Update.
11399
11400 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
11401 MIPS ABI.
11402
11403 * mips-tdep.c: Update copyright.
11404 (mips_gdbarch_init): Merge two code blocks handling the register
11405 name and number layout.
11406
11407 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
11408
11409 * tracepoint.c (validate_actionline): Fix segv at EOF
11410
11411 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11412
11413 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
11414 properly for static fields.
11415
11416 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
11417 Jason Molenda <jmolenda@apple.com>
11418
11419 * disasm.c: Update copyright to include 2004.
11420 (do_mixed_source_and_assembly): For uiout asm list
11421 and tuple cleanups, initialize to null_cleanup instead of
11422 NULL and do so prior to loop. Only reset when we close off
11423 the tuple/list. Move check for whether to close off the
11424 asm tuple/list to after dump_insns call where it will be run
11425 on each loop iteration.
11426
11427 2004-01-05 Andrew Cagney <cagney@redhat.com>
11428
11429 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
11430 should be a switch case and not a label.
11431 * mips-tdep.c (mips32_next_pc): Delete unused labels
11432 "greater_equal_branch" and "less_zero_branch".
11433 * jv-valprint.c (java_print_value_fields): Delete unused label
11434 "flush_it".
11435
11436 * target.c (unpush_target): Only close a target that is in the
11437 target stack.
11438
11439 2004-01-05 Mark Kettenis <kettenis@gnu.org>
11440
11441 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
11442 address from [sp + 64] instead of %o2.
11443
11444 * frame.c (get_prev_frame): Don't try to unwind the PC. This
11445 fixes PR backtrace/1476.
11446
11447 2004-01-05 Andrew Cagney <cagney@redhat.com>
11448
11449 * libunwind-frame.h (struct frame_id): Add opaque declaration,
11450 move to start of file.
11451 * i386-tdep.h (struct regcache): Add opaque declaration.
11452 * config/ia64/nm-linux.h (struct target_ops): Add opaque
11453 declaration.
11454 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
11455 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
11456 * win32-nat.c (fake_create_process): Use ISO C style definition.
11457 * stabsread.c (define_symbol): Delete #ifndef
11458 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
11459 stabs_argument_has_addr call, macro never defined.
11460
11461 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
11462
11463 * op50-rom.c: Delete.
11464 * w89k-rom.c: Delete.
11465 * Makefile.in: Remove references.
11466
11467 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11468
11469 * x86-64-tdep.c: Update copyright year.
11470 (struct amd64_register_info): Rename from x86_64_register_info.
11471 (amd64_register_info): Rename from x86_64_register_info.
11472 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
11473 (amd64_register_name): Rename from x86_64_register_name.
11474 (amd64_register_type): Rename from x86_64_register_type.
11475 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
11476 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
11477 (amd64_dwarf_reg_to_regnum): Rename from
11478 x86_64_dwarf_reg_to_regnum.
11479 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
11480 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
11481 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
11482 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
11483 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
11484 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
11485 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
11486 (amd64_frame_cache): Rename from x86_64_frame_cache.
11487 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
11488 (amd64_frame_prev_register): Rename from
11489 x86_64_frame_prev_register.
11490 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
11491 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
11492 (amd64_sigtramp_frame_cache): Rename from
11493 x86_64_sigtramp_frame_cache.
11494 (amd64_sigtramp_frame_prev_register): Rename from
11495 x86_64_sigtramp_frame_prev_register.
11496 (amd64_sigtramp_frame_unwind): Rename from
11497 x86_64_sigtramp_frame_unwind.
11498 (amd64_sigtramp_frame_sniffer): Rename from
11499 x86_64_sigtramp_frame_sniffer.
11500 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
11501 (amd64_frame_base): Rename from x86_64_frame_base.
11502 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
11503 (amd64_frame_align): Rename from x86_64_frame_align.
11504 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
11505 (amd64_regset_from_core_section): Rename from
11506 x86_64_regset_from_core_section.
11507 (x86_64_init_abi): Update comments.
11508
11509 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
11510
11511 * MAINTAINERS (write after approval): Add myself.
11512
11513 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11514
11515 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
11516 `float' arguments.
11517
11518 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11519
11520 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
11521 such that it mentions a specific version of GCC that exhibits this
11522 bug.
11523
11524 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11525
11526 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
11527 structure that has a single `float' member, store it in %f1 in
11528 addition to %f0.
11529
11530 * sparc-sol2-nat.c: Add missing '\'.
11531
11532 * sparc-tdep.c (sparc32_return_value): New function.
11533 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
11534 Remove functions.
11535 (sparc32_gdbarch_init): Set return_value, don't set
11536 extract_return_value, store_return_value, use_struct_convention
11537 and return_value_on_stack.
11538
11539 * sparc-sol2-nat.c: Add missing ')'.
11540
11541 2004-01-03 J. Brobecker <brobecker@gnat.com>
11542
11543 * infrun.c (handle_step_into_function): New function.
11544 (handle_inferior_event): Extract out some code into the new
11545 function above.
11546
11547 2004-01-03 J. Brobecker <brobecker@gnat.com>
11548
11549 * infrun.c (handle_inferior_event): Move the declaration of
11550 real_stop_pc inside the if blocks where it is used.
11551
11552 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11553
11554 * sparc64-tdep.c (sparc64_16_byte_align_p)
11555 (sparc64_store_floating_fields, sparc64_store_floating_fields):
11556 Use check_typedef to get subtypes of structures and unions.
11557 (sparc64_store_return_value): Fix calculation of the appropriate
11558 offset into VALBUF when storing a structure or union.
11559 (sparc64_return_value): New function.
11560 (sparc64_use_struct_convention): Remove function.
11561 (sparc64_init_abi): Set return_value, don't set
11562 extract_return_value, store_return_value and
11563 use_struct_convention.
11564
11565 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
11566
11567 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
11568 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
11569 gdb/config/alpha/xm-alphaosf.h,
11570 gdb/config/powerpc/tm-ppcle-eabi.h,
11571 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
11572 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
11573 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
11574 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
11575 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
11576 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
11577 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
11578 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
11579 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
11580 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
11581 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
11582 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
11583 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
11584 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
11585 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
11586 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
11587 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
11588 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
11589 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
11590 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
11591 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
11592 Remove lines for .cvsignore files.
11593
11594 2004-01-03 J. Brobecker <brobecker@gnat.com>
11595
11596 * infrun.c: Back out the previous change.
11597
11598 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11599
11600 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
11601 sparc-*-sunos4* to the list of REMOVED configurations.
11602
11603 * configure.tgt: Add back sparc-*-vxworks*.
11604 * remote-vxsparc.c: Remove all includes except for "defs.h",
11605 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
11606 Include "sparc-tdep.h".
11607 (SPARC_R_G1): New define.
11608 (vxsparc_gregset): New variable.
11609 (ext_format_sparc): Remove extern declaration.
11610 (vx_read_register): Rewrite to use sparc32_supply_gregset and
11611 sparc32_supply_fpregset.
11612 (vx_write_register): Rewrite to use sparc32_collect_gregset,
11613 sparc_collect_rwindow and sparc32_collect_fpregset.
11614 * config/sparc/tm-vxworks.h: New file, based on recently removed
11615 tm-vxsparc.h.
11616 * config/sparc/vxworks.mt: New file, based on recently removed
11617 vxworks.mt.
11618
11619 2004-01-03 J. Brobecker <brobecker@gnat.com>
11620
11621 * infrun.c (handle_step_into_function): New function.
11622 (handle_inferior_event): Extract out some code into the new
11623 function above.
11624
11625 2004-01-02 Mark Kettenis <kettenis@gnu.org>
11626
11627 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
11628 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
11629 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
11630 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
11631 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
11632 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
11633 (sparc_nat_h): New variable.
11634 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
11635 (tm-sun4os4.h): Remove dependency.
11636 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
11637 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
11638 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
11639 sparc-tdep.o): Update dependencies.
11640 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
11641 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
11642 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
11643 dependencies.
11644 * configure.host: Remove existing sparc-*-lynxos*,
11645 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
11646 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
11647 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
11648 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
11649 triplets.
11650 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
11651 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
11652 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
11653 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
11654 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
11655 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
11656 sparc64-*-solaris2* and sparc64-*-* triplets.
11657 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
11658 "symtab.h" and "objfiles.h".
11659 (BIAS): Remove define.
11660 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
11661 (X_DISP19): Remove macros.
11662 (sparc_fetch_instruction): Remove function.
11663 (struct gdbarch_tdep): Remove definition.
11664 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
11665 (sparc_breakpoint_from_pc): Remove function.
11666 (struct sparc64_frame_cache): Remove definition.
11667 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
11668 sparc64_unwind_pc): Remove functions.
11669 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
11670 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
11671 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
11672 (sparc64_frame_cache): Change return type to `struct
11673 sparc_frame_cache *'. Simply call sparc_frame_cache.
11674 (sparc64_frame_this_id, sparc64_frame_prev_register,
11675 sparc64_frame_base_address): Use `struct sparc_frame_cache'
11676 instead of `struct sparc64_frame_cache.
11677 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
11678 sparc_analyze_control_transfer, sparc_software_single_step,
11679 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
11680 _initialize_sparc64_tdep): Remove functions.
11681 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
11682 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
11683 macros.
11684 (sparc64_supply_gregset, sparc64_collect_gregset,
11685 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
11686 (sparc64_init_abi): New function.
11687 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
11688 inclusion guard. Include "sparc-tdep.h".
11689 (BIAS): Define.
11690 (r_tstate_offset, r_fprs_offset): New defines.
11691 (enum sparc_regnum): Remove defenition.
11692 (enum sparc64_regnum): Reformat.
11693 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
11694 (sparc64_init_abi, sparc64_supply_gregset,
11695 sparc64_collect_gregset, sparc64_supply_fpregset,
11696 sparc64_collect_fpregset): New prototypes.
11697 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
11698 Add extern declarations.
11699 (sparc64_sol2_init_abi): New prototype.
11700 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
11701 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
11702 prototypes.
11703 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
11704 "sparnbsd-nat.h".
11705 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
11706 functions.
11707 (_initialize_sparc64fbsd_nat): Remove initialization of
11708 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
11709 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
11710 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
11711 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
11712 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
11713 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
11714 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
11715 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
11716 (sparc64fbsd_r_y_offset): Remove variables.
11717 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11718 Make static and const.
11719 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
11720 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
11721 functions.
11722 (sparc64fbsd_gregset): New variable.
11723 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
11724 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
11725 and sparc64_supply_fpregset.
11726 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
11727 (sparc64fbsd_sigtramp_frame_this_id)
11728 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
11729 (sparc64fbsd_sigtramp_frame_unwind): New variable.
11730 (sparc64fbsd_sigtramp_frame_sniffer): New function.
11731 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
11732 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
11733 * sparcnbsd-tdep.c: Update copyright year. Include
11734 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
11735 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
11736 "value.h" and "sparcnbsd-tdep.h".
11737 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
11738 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
11739 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
11740 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
11741 defines.
11742 (sparcnbsd_gregset): New variable.
11743 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
11744 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
11745 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
11746 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
11747 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
11748 variables.
11749 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
11750 (sparc32nbsd_sigcontext_frame_this_id)
11751 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
11752 (sparc32nbsd_sigcontext_frame_unwind): New variable.
11753 (sparc32nbsd_sigtramp_frame_sniffer): New function.
11754 (sparcnbsd_get_longjmp_target_32,
11755 sparcnbsd_get_longjmp_target_64): Remove functions.
11756 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
11757 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
11758 sparcnbsd_init_elf): Remove.
11759 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
11760 (sparcnbsd_elf_init_abi): New functions.
11761 (_initialize_sparcnbsd_tdep): New prototype.
11762 (_initialize_sparnbsd_tdep): Update.
11763 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
11764 corelow.o. Add sparc64-nat.o and sparc-nat.o.
11765 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
11766 * config/sparc/linux.mh: Update comment.
11767 (XM_FILE, HOST_IPC): Remove variables.
11768 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
11769 sparc-linux-nat.o.
11770 * config/sparc/linux.mt: Update comment.
11771 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
11772 * config/sparc/nbsd.mt: Reformat.
11773 * config/sparc/nbsd64.mh: Update comment.
11774 (NATDEPFILES): Add sparc-nat.o.
11775 * config/sparc/nbsd64.mt: Update comment.
11776 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
11777 (TM_FILE): Set to tm-nbsd.h.
11778 * config/sparc/nbsdelf.mh: Update comment.
11779 (NATDEPFILES): Add sparc-nat.o.
11780 (XM_FILE): Delete.
11781 * config/sparc/nbsdaout.mh: Update comment.
11782 (NATDEPFILES): Add sparc-nat.o
11783 (XM_FILE): Delete.
11784 * config/sparc/nm-linux.h: Update copyright year. Don't include
11785 "config/nm-svr4.h" and "solib.h". Add protection against multiple
11786 inclusion.
11787 (KERNEL_U_SIZE): Remove define.
11788 (kernel_u_size): Remove prototype.
11789 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
11790 * config/sparc/nm-nbsd.h: Update copyright. Don't include
11791 "regcache.h".
11792 (CHILD_PREPARE_TO_STORE): Remove define.
11793 * config/sparc/nm-nbsdaout.h: Tweak some comments.
11794 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
11795 sparcnbsd-nat.c: Rewrite files.
11796 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
11797 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
11798 sparcnbsd-tdep.h: Remove files.
11799 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
11800 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
11801 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
11802 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
11803 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
11804 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
11805 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
11806 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
11807 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
11808 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
11809 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
11810 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
11811 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
11812 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
11813 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
11814 * config/sparc/linux64.mh, config/sparc/linux64.mt,
11815 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
11816 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
11817 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
11818
11819 2004-01-02 Andrew Cagney <cagney@redhat.com>
11820
11821 From 2003-12-18 Kazuhiro Inaoka:
11822 * configure.host: Add m32r-linux target.
11823
11824 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
11825
11826 * top.c (print_gdb_version): Update year to 2004.
11827
11828 2004-01-02 Mark Mitchell <mark@codesourcery.com>
11829
11830 * MAINTAINERS: Add myself to the write-after-approval category.
11831
11832 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
11833
11834 From Bernardo Innocenti <bernie@develer.com>:
11835 * configure.tgt: Add uClinux target.
11836
11837 2004-01-02 Andrew Cagney <cagney@redhat.com>
11838
11839 * utils.c (do_my_cleanups): Make static, add forward declaration.
11840 * defs.h (do_my_cleanups): Delete declaration.
11841
11842 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
11843
11844 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
11845 bfd/ChangeLog-0203.
11846
11847 2004-01-02 Mark Kettenis <kettenis@gnu.org>
11848
11849 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
11850 in <machine/reg.h>.
11851 * configure, config.in: Regenerate.
11852
11853 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
11854 tui/ChangeLog-1998-2003.
11855 \f
11856 Local Variables:
11857 mode: change-log
11858 left-margin: 8
11859 fill-column: 74
11860 version-control: never
11861 End:
This page took 0.279854 seconds and 4 git commands to generate.