2003-05-08 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
0c92afe8
AC
12003-05-08 Andrew Cagney <cagney@redhat.com>
2
3 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
4 * gdbarch.h: Re-generate.
5 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
6 (legacy_max_register_virtual_size): Delete declaration.
7 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8 * d10v-tdep.c (d10v_print_registers_info): Ditto.
9 * tracepoint.c (memrange_sortmerge): Ditto.
10 * sparc-tdep.c (sparc_print_registers): Ditto.
11 * regcache.c (legacy_max_register_virtual_size): Delete function.
12
6037b830
JB
132002-05-08 J. Brobecker <brobecker@gnat.com>
14
15 * fork-child.c (escape_bang_in_quoted_argument): New function.
16 (fork_inferior): Escape '!' characters in quoted arguments
17 only when needed.
18
5d62c8b1
JB
192003-05-08 J. Brobecker <brobecker@gnat.com>
20
21 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
22 the language of the CU is not currently supported by GDB.
23
20a0e81d
JB
242003-05-08 J. Brobecker <brobecker@gnat.com>
25
26 * defs.h (language): Add language_minimal enum value.
27 * c-lang.c (minimal_language_defn): New language definition.
28 (_initialize_c_language): Add the new minimal language to the list
29 of languages known to GDB.
30
710ee10a
KB
312003-05-08 Kevin Buettner <kevinb@redhat.com>
32
33 * frame.c (get_frame_type): Don't attempt to lazily initialize
34 frame's unwinder for legacy frames.
35
1750fa04
AC
362003-05-07 Andrew Cagney <cagney@redhat.com>
37
38 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
39 and "regcache" parameters.
40 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
41
ddf9f258
JJ
422003-05-07 Jeff Johnston <jjohnstn@redhat.com>
43
44 * dwarf2read.c (dwarf_decode_lines): Only use output of
45 check_cu_functions() when calling record_line(). Do not update
46 the current address.
47
87767c29
AC
482003-05-07 Andrew Cagney <cagney@redhat.com>
49
50 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
51 code.
52
5e7b2f39
JB
532003-05-07 Jim Blandy <jimb@redhat.com>
54
55 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
56 'maint info symtabs' and 'maint info psymtabs'.
57 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
58 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
59 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
60 Declarations updated.
61 * maint.c (maintenance_list_command): Delete.
62 (_initialize_maint_cmds): Update calls to add_cmd.
63 * gdbcmd.h (maintenancelistlist): Delete declaration.
64 * cli/cli-cmds.c (maintenancelistlist): Delete.
65 (init_cmd_lists): Don't initialize it.
66 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
67
f6684c31
AC
682003-05-07 Andrew Cagney <cagney@redhat.com>
69
70 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
71 "regcache".
72 (d10v_print_registers_info): Update.
73 (d10v_dmap_register, d10v_imap_register): Delete functions.
74 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
75 and "imap_register".
76 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
77 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
78 * arch-utils.c (generic_remote_translate_xfer_address): Add
79 "regcache" and "gdbarch" parameters.
80 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
81 parameter. Change class to multi-arch.
82 * gdbarch.h, gdbarch.c: Re-generate.
83 * remote.c (remote_xfer_memory): Use
84 gdbarch_remote_translate_xfer_address.
85
e4846b08
JJ
862003-05-07 Jeff Johnston <jjohnstn@redhat.com>
87
88 * infrun.c (prev_pc): Move declaration ahead of proceed().
89 (proceed): Refresh prev_pc value before resuming.
90 (stop_stepping): Remove code to refresh prev_pc.
91
6b71b8ac
KW
922003-05-06 Kris Warkentin <kewarken@qnx.com>
93
94 * nto-tdep.c: Removed stray comment.
95
47979a4b
KW
962003-05-06 Kris Warkentin <kewarken@qnx.com>
97
98 * i386-nto-tdep.c: Fix old K&R function definitions.
99 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
100 Also change add_show_from_set() call to add_setshow_cmd().
101 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
102
00905d52
AC
1032003-05-05 Andrew Cagney <cagney@redhat.com>
104
105 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
106 (fprint_dummy_frames): New function.
107 (maintenance_print_dummy_frames): New function.
108 (_initialize_dummy_frame): Add command "maint print dummy-frames".
109 * frame.c (fprint_frame_id): Make global.
110 * frame.h (fprint_frame_id): Declare.
111 * Makefile.in (dummy-frame.o): Update dependencies.
112
b1e29e33
AC
1132003-05-05 Andrew Cagney <cagney@redhat.com>
114
115 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
116 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
117 SIZEOF_CALL_DUMMY_WORDS.
118 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
119 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
120 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
121 CALL_DUMMY_BREAKPOINT_OFFSET.
122 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
123 CALL_DUMMY_START_OFFSET.
124 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
125 * gdbarch.h, gdbarch.c: Re-generate.
126 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
127 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
128 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
129 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
130 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
131 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
132 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
133 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
134 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
135 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
136 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
137 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
138 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
139 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
140 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
141
1422003-05-05 Kris Warkentin <kewarken@qnx.com>
143
144 * configure.tgt: Add i[3456]86-*-nto*.
145 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
146 * nto-tdep.c: New file. Neutrino target support routines.
147 * nto-tdep.h: New file. Neutrino target header.
148 * config/tm-qnxnto.h: New file.
149 * config/i386/i386nto.mt: New file.
150 * config/i386/tm-i386nto.h: New file.
b1e29e33 151
0ce3d317
AC
1522003-05-04 Andrew Cagney <cagney@redhat.com>
153
154 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
155 (load_infrun_state): Ditto.
156 (struct thread_info): Drop "prev_func_name" field.
157 * thread.c (load_infrun_state): Update.
158 (save_infrun_state): Update.
159 * infrun.c (prev_func_name): Delete variable.
160 (init_wait_for_inferior): Do not clear prev_func_name.
161 (stop_stepping, keep_going, context_switch): Do not swap
162 prev_func_name.
163 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
164 instead of PC_IN_SIGTRAMP.
165
46654a5b
AC
1662003-05-04 Andrew Cagney <cagney@redhat.com>
167
168 * sentinel-frame.c (sentinel_frame_prev_register): Replace
169 REGISTER_BYTE with register_offset_hack.
170 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
171 that REGISTER_BYTE is consistent with the regcache.
172 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
173 * gdbarch.h, gdbarch.c: Regenerate.
174
14b08c1b
MK
1752003-05-04 Mark Kettenis <kettenis@gnu.org>
176
04c8243f
MK
177 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
178 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
179
14b08c1b
MK
180 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
181
c7a11e01
JB
1822003-05-03 J. Brobecker <brobecker@gnat.com>
183
184 From Thierry Schneider <tpschneider1@yahoo.com>
185 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
186 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
187 (mi-cmd-symbol.o): Add rule.
188
7043d8dc
AC
1892003-05-03 Andrew Cagney <cagney@redhat.com>
190
191 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
192 comments noteing that it replaces the old FIX_CALL_DUMMY code.
193 * gdbarch.h, gdbarch.c: Re-generate.
194 * d10v-tdep.c (d10v_push_dummy_code): New function.
195 (d10v_gdbarch_init): Set push_dummy_code.
196 * infcall.c (legacy_push_dummy_code): New function.
197 (generic_push_dummy_code): New function.
198 (push_dummy_code): New function.
199 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
200 instead of dummy_addr, to push_dummy_call. Move call to
201 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
202 switch.
203 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
204
92bf2b80
AC
2052003-05-03 Andrew Cagney <cagney@redhat.com>
206
207 * disasm.h (print_insn): Declare.
208 * disasm.c (init_gdb_disassemble_info): New function.
209 (gdb_disassembly): Call init_gdb_disassemble_info.
210 (gdb_print_insn): New function.
211 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
212 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
213 * mcore-tdep.c: Include "disasm.h"
214 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
215 * d10v-tdep.c: Include "disasm.h".
216 (display_trace): Call gdb_print_insn, instead of print_insn.
217 (print_insn): Delete function.
218 * printcmd.c: Include "disasm.h".
219 (print_insn): Delete function.
220 (print_formatted): Call gdb_print_insn, instead of print_insn.
221 * Makefile.in (printcmd.o): Update dependencies.
222 (mcore-tdep.o, d10v-tdep.o): Ditto.
223
27d94c49
AC
2242003-05-02 Andrew Cagney <cagney@redhat.com>
225
82de1e5b
AC
226 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
227 PC_REGNUM, re-indent.
228 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
229 PC_REGNUM isn't set.
230
27d94c49
AC
231 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
232 * gdbarch.h, gdbarch.c: Re-generate.
233 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
234 register_virtual_size, pc_regnum, or register_bytes.
235 (D10V_PC_REGNUM): Rename _PC_REGNUM.
236 (d10v_register_type): Use D10V_PC_REGNUM.
237 (d10v_print_registers_info, d10v_read_pc): Ditto.
238 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
239 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
240
a9c0dc7f
DC
2412003-05-02 David Carlton <carlton@bactrian.org>
242
243 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
244 the name with mstrsave.
245
e33d66ec
EZ
2462003-05-02 Elena Zannoni <ezannoni@redhat.com>
247
248 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
249 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
250 (host_charset_name, target_charset_name): New vars for use by
251 set/show commands.
252 (host_charset_enum, target_charset_enum): New enums for set/show
253 commands.
254 (set_charset_sfunc, set_host_charset_sfunc,
255 set_target_charset_sfunc): New functions.
256 (set_host_charset, set_target_charset): Make static.
257 (list_charsets, set_host_charset_command,
258 set_target_charset_command): Delete functions.
259 (show_charset_command): Rewrite as....
260 (show_charset): Hook this up with the set/show command mechanism.
261 (_initialize_charset): Change names of charsets to match the
262 set/show enums. Use host_charset_name and target_charset_name.
263 Use set/show mechanism for charset, host-charset, target-charset
264 commands. Do not make 'show host-charset' and 'show
265 target-charset' be aliases of 'show charset'.
266
267 * charset.h (set_host_charset, set_target_charset): Don't export,
268 they are not used outside the file.
269
2b6fd0d8
AC
2702003-05-01 Andrew Cagney <cagney@redhat.com>
271
272 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
273 (gdb_disassembly): Make "di" non static, always initialize and
274 cleanup. Always use dis_asm_read_memory.
275 (gdb_dis_asm_read_memory): Delete function.
276
6ae2f580
AC
2772003-05-01 Andrew Cagney <cagney@redhat.com>
278
279 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
280 (d10v_gdbarch_init): Set frame_align instead of stack_align.
281
810ecf9f
AC
2822003-04-30 Andrew Cagney <cagney@redhat.com>
283
284 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
285 "tm_print_insn_info".
286 (TARGET_PRINT_INSN_INFO): Delete macro.
287 (dis_asm_read_memory): Delete function declaration.
288 (dis_asm_memory_error, dis_asm_print_address): Ditto.
289 (tm_print_insn_info): Delete variable definition.
290 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
291 * gdbarch.h, gdbarch.c: Re-generate.
292 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
293 "deprecated_tm_print_insn_info".
294 * mcore-tdep.c (mcore_dump_insn): Ditto.
295 * mips-tdep.c (mips_gdbarch_init): Ditto.
296 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
297 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
298 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
299 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
300 instead of TARGET_PRINT_INSN_INFO, add comment.
301 * s390-tdep.c (s390_get_frame_info): Instead of
302 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
303 (s390_check_function_end, s390_is_sigreturn): Ditto.
304 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
305 (dis_asm_memory_error, dis_asm_print_address): Ditto.
306 * disasm.c: Include "gdbcore.h".
307 (_initialize_disasm): New function, initialize
308 "deprecated_tm_print_insn_info".
309 (deprecated_tm_print_insn_info): New variable.
310 (dis_asm_read_memory): Moved from "corefile.c", made static.
311 (dis_asm_print_address, dis_asm_memory_error): Ditto.
312 * Makefile.in (disasm.o): Update dependencies.
313
07020390
AC
3142003-04-30 Andrew Cagney <cagney@redhat.com>
315
316 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
317
a9fa03de
AF
3182003-04-29 Adam Fedor <fedor@gnu.org>
319
320 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
321 * infcall.c (find_function_addr): Make non-static.
322 * infcall.h (find_function_addr): Declare.
323 * Makefile.in (eval.o): Update dependencies.
324
1bae87b9
AF
3252003-04-28 Adam Fedor <fedor@gnu.org>
326
327 * symtab.c (symbol_find_demangled_name): Check for and demangle
328 ObjC symbols.
329 (symbol_init_demangled_name): Init for language_objc as well.
330
0ba6dca9
AC
3312003-04-28 Andrew Cagney <cagney@redhat.com>
332
333 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
334 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
335 * gdbarch.h, gdbarch.c: Re-generate.
336 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
337 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
338 * inferior.h (deprecated_read_fp): Rename read_fp.
339 (generic_target_read_fp): Delete declaration.
340 * regcache.c (generic_target_read_fp): Delete function.
341 (deprecated_read_fp): Replace read_fp, use
342 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
343 * d10v-tdep.c (d10v_read_fp): Delete function.
344 (d10v_gdbarch_init): Do not set deprecated_read_fp.
345
346 * sparc-tdep.c (sparc_gdbarch_init): Do not set
347 deprecated_target_read_fp to generic_target_read_fp.
348 * sh-tdep.c (sh_gdbarch_init): Ditto.
349 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
350 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
351 * frv-tdep.c (frv_gdbarch_init): Ditto.
352
353 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
354 deprecated_fp_regnum.
355 * x86-64-tdep.c (x86_64_init_abi): Ditto.
356 * vax-tdep.c (vax_gdbarch_init): Ditto.
357 * v850-tdep.c (v850_gdbarch_init): Ditto.
358 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
359 * sh-tdep.c (sh_gdbarch_init): Ditto.
360 * s390-tdep.c (s390_gdbarch_init): Ditto.
361 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
362 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
363 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
364 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
365 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
366 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
367 * i386-tdep.c (i386_gdbarch_init): Ditto.
368 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
369 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
370 * frv-tdep.c (frv_gdbarch_init): Ditto.
371 * cris-tdep.c (cris_gdbarch_init): Ditto.
372 * avr-tdep.c (avr_gdbarch_init): Ditto.
373 * arm-tdep.c (arm_gdbarch_init): Ditto.
374 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
375
376 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
377 * v850-tdep.c (v850_gdbarch_init): Ditto.
378 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
379 * sh-tdep.c (sh_gdbarch_init): Ditto.
380 * s390-tdep.c (s390_gdbarch_init): Ditto.
381 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
382 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
383 * mips-tdep.c (mips_gdbarch_init): Ditto.
384 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
385 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
386 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
387 * frv-tdep.c (frv_gdbarch_init): Ditto.
388 * avr-tdep.c (avr_gdbarch_init): Ditto.
389 * arm-tdep.c (arm_gdbarch_init): Ditto.
390
391 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
392 DEPRECATED_FP_REGNUM.
393 (vax_push_dummy_frame, vax_pop_frame): Ditto.
394 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
395 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
396 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
397 (sparc32_register_virtual_type): Ditto.
398 * sh-tdep.c (sh64_frame_chain): Ditto.
399 (sh64_get_saved_register, sh64_pop_frame): Ditto.
400 (sh_nofp_frame_init_saved_regs): Ditto.
401 (sh64_nofp_frame_init_saved_regs): Ditto.
402 (sh_fp_frame_init_saved_regs): Ditto.
403 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
404 * remote-e7000.c (fetch_regs_from_dump): Ditto.
405 * procfs.c (procfs_fetch_registers): Ditto.
406 (procfs_store_registers): Ditto.
407 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
408 (store_inferior_registers, fetch_core_registers): Ditto.
409 (fetch_kcore_registers, clear_regs): Ditto.
410 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
411 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
412 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
413 * nlm/i386.c (do_status): Ditto.
414 * mipsv4-nat.c (supply_gregset): Ditto.
415 * mips-tdep.c: Ditto for comments.
416 * mips-nat.c (fetch_inferior_registers): Ditto.
417 (store_inferior_registers, fetch_core_registers): Ditto.
418 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
419 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
420 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
421 (i386_do_pop_frame, i386_register_type): Ditto.
422 * hppa-tdep.c (hppa_frame_chain): Ditto.
423 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
424 (hppa_pop_frame, hppa_read_fp): Ditto.
425 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
426 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
427 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
428 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
429 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
430 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
431 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
432 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
433 * blockframe.c: Ditto for comments.
434 * arch-utils.h: Ditto for comments.
435 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
436 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
437 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
438 * alpha-tdep.h: Ditto for comments.
439 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
440 (alpha_cannot_store_register): Ditto.
441 (alpha_push_dummy_frame): Ditto.
442 * alpha-nat.c (supply_gregset): Ditto.
443
444 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
445 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
446 * config/sparc/tm-sparc.h: Update comment.
447
448 * hppa-tdep.c (hppa_init_extra_frame_info): Use
449 deprecated_read_fp instead of TARGET_READ_FP.
450 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
451 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
452 * sparc-tdep.c (sparc_init_extra_frame_info): Use
453 deprecated_read_fp instead of read_fp.
454 * s390-tdep.c (s390_push_arguments): Ditto.
455 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
456 * frame.h: Ditto in comments.
457 * frame.c (legacy_get_prev_frame): Ditto.
458 * dummy-frame.c (dummy_frame_this_id): Ditto.
459 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
460
d7a27068
AC
4612003-04-28 Andrew Cagney <cagney@redhat.com>
462
463 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
464 * gdbarch.h, gdbarch.c: Re-generate.
465 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
466 * vax-tdep.c (_initialize_vax_tdep): Update.
467 * v850-tdep.c (_initialize_v850_tdep): Update.
468 * sparc-tdep.c (_initialize_sparc_tdep): Update.
469 * s390-tdep.c (_initialize_s390_tdep): Update.
470 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
471 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
472 * mips-tdep.c (_initialize_mips_tdep): Update.
473 * mcore-tdep.c (_initialize_mcore_tdep): Update.
474 * m68k-tdep.c (_initialize_m68k_tdep): Update.
475 * ia64-tdep.c (_initialize_ia64_tdep): Update.
476 * hppa-tdep.c (_initialize_hppa_tdep): Update.
477 * h8300-tdep.c (_initialize_h8300_tdep): Update.
478 * frv-tdep.c (_initialize_frv_tdep): Update.
479 * cris-tdep.c (cris_delayed_get_disassembler): Update.
480 (_initialize_cris_tdep): Update.
481 * arch-utils.c (legacy_print_insn): Update.
482 * alpha-tdep.c (_initialize_alpha_tdep): Update.
483
d2630e69
AF
4842003-04-26 Adam Fedor <fedor@gnu.org>
485
486 * linespec.c (decode_objc): New function to decode ObjC calls
487 (decode_line_1): Check for ObjC calls (using decode_objc)
488 * Makefile (linespec.o): Update dependencies.
489
3086aeae
DJ
4902003-04-26 Daniel Jacobowitz <drow@mvista.com>
491
492 * breakpoint.h (struct breakpoint_ops): New.
493 (struct breakpoint): Add ops member.
494
495 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
496 (mention): Use new breakpoint ops member.
497 (set_raw_breakpoint): Initialize ops field to NULL.
498 (print_exception_catchpoint, print_one_exception_catchpoint)
499 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
500 (gnu_v3_exception_catchpoint_ops): New.
501 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
502
1fbec6c3
AF
5032003-04-25 Adam Fedor <fedor@gnu.org>
504
505 * Makefile.in (COMMON_OBS): Add objc-lang.o
506
0ef21242
AC
5072003-04-25 Andrew Cagney <cagney@redhat.com>
508
509 * d10v-tdep.c (print_insn): Delete function.
510 (display_trace): Use TARGET_PRINT_INSN.
511 (_initialize_d10v_tdep): Do not set tm_print_insn.
512 (d10v_gdbarch_init): Set print_insn.
513
f75493ed
AC
5142003-04-25 Andrew Cagney <cagney@redhat.com>
515
516 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
517 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
518 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
519 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
520 (nr_dmap_regs, a0_regnum): ... new functions.
521 (d10v_print_registers_info): Use a0_regnum, use register_size.
522 (d10v_register_byte): Delete function.
523 (d10v_register_raw_size): Delete function.
524 (d10v_register_type): Use a0_regnum.
525 (d10v_print_registers_info): Use a0_regnum.
526 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
527 (d10v_gdbarch_init): Do not set register_byte or
528 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
529 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
530 extract_address.
531 (trace_command): Use XCALLOC.
532 (print_insn): Delete reference to tm_print_insn.
533 (saved_regs_unwinder): Use store_unsigned_integer instead of
534 store_address.
535 * frame.h (FRAME_OBSTACK_CALLOC): Define
536
2202b100
DC
5372003-04-25 David Carlton <carlton@bactrian.org>
538
539 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
540
4e45ca2e
AF
5412003-04-24 Adam Fedor <fedor@gnu.org>
542
543 * objc-lang.c: Include "valprint.h"
544 * Makefile.in (objc-lang.o): Update dependencies.
545
93de3e7f
AF
5462003-04-24 Adam Fedor <fedor@gnu.org>
547
548 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
549 architecture dependant compilation and mark as unimplemented
550 (until they get put in the gdbarch vector).
551
0f20eeea
DC
5522003-04-23 David Carlton <carlton@bactrian.org>
553
554 * cp-support.c (cp_find_first_component): Accept 'operator' in
555 more locations.
556
74cfe982
AC
5572003-04-23 Andrew Cagney <cagney@redhat.com>
558
559 * infcall.c (call_function_by_hand): Eliminate redundant
560 indentation. Move "saved_async" and "old_cleanups" to where they
561 are needed.
562
52557533
AC
5632003-04-23 Andrew Cagney <cagney@redhat.com>
564
565 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
566 and "buffer". Move the "name" code to where it is needed.
567
158775de
AC
5682003-04-23 Andrew Cagney <cagney@redhat.com>
569
570 * infcall.c (call_function_by_hand): Move variables "start_sp",
571 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
572 code to ON_STACK switch branch.
573
ebc7896c
AC
5742003-04-23 Andrew Cagney <cagney@redhat.com>
575
576 * infcall.c (call_function_by_hand): Make declaration of "i",
577 "sal", "bpt" and "old_sp" more local to their use. Delete #if
578 lint.
579
d727590f
AC
5802003-04-23 Andrew Cagney <cagney@redhat.com>
581
582 * infcall.c (call_function_by_hand): Delete variable
583 "n_method_args". Localize "param_type"'s declaration to the loop
584 that it is used. Reinstate code assigning to said variable -
585 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
586 Rationalize code using "param_type".
587
d585e13a
AC
5882003-04-22 Andrew Cagney <cagney@redhat.com>
589
590 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
591 compute the breakpoint address. Only call FIX_CALL_DUMMY when
592 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
593 to DEPRECATED_PUSH_RETURN_ADDRESS.
594
051caad9
KB
5952003-04-22 Kevin Buettner <kevinb@redhat.com>
596
597 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
598 on the DWARF2 register number prior to fetching a register.
599
77296879
JB
6002003-04-22 J. Brobecker <brobecker@gnat.com>
601
602 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
603 Update all the tests using SOFT_FLOAT considering the fact that
604 this macro was always set to 0.
605 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
606 considering the fact that this macro was always set to 0.
607 * hppa-tdep.h (hppa_store_return_value): Likewise.
608 (hppa_extract_return_value): Likewise.
609
4252f1df
JB
6102003-04-22 J. Brobecker <brobecker@gnat.com>
611
612 * config/pa/tm-hppa.h: Remove obsolete code, was used by
613 the hppa-pro target only.
614
14604c6b
JB
6152003-04-21 J. Brobecker <brobecker@gnat.com>
616
617 Ongoing multi-arch conversion effort for HP/UX:
618 * config/pa/tm-hppa.h: Move all macro that are no longer
619 defined now that GDB_MULTI_ARCH is now set to 1 from here...
620 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
621
77eb01d1
JB
6222003-04-21 J. Brobecker <brobecker@gnat.com>
623
624 * config/pa/tm-hppa.h: Obsolete a section that was only used
625 for hppa-pro.
626
61995b3b
JB
6272003-04-21 J. Brobecker <brobecker@gnat.com>
628
629 Ongoing multi-arch conversion for HP/UX.
630 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
631 if already defined (allows hppa64 to stay non-multiarched for now).
632 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
633
4aa79dcc
AC
6342003-04-21 Andrew Cagney <cagney@redhat.com>
635
636 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
637
0f751ff2
AC
6382003-04-21 Andrew Cagney <cagney@redhat.com>
639
640 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
641 "i386_num_mmx_regs".
642
04714b91
AC
6432003-04-21 Andrew Cagney <cagney@redhat.com>
644
645 * infcall.c: New file.
646 * infcall.h: New file.
647 * valarith.c: Include "infcall.h".
648 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
649 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
650 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
651 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
652 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
653 (SFILES): Add "infcall.c"
654 (COMMON_OBS): Add "infcall.o".
655 (infcall.o): Specify dependencies.
656 * value.h (call_function_by_hand): Delete declaration.
657 * inferior.h (run_stack_dummy): Delete declaration.
658 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
659 (run_stack_dummy): Move to "infcall.c", merged into
660 call_function_by_hand.
661 * valops.c (call_function_by_hand): Moved to "infcall.c".
662 (find_function_addr, value_arg_coerce): Ditto.
663 (unwindonsignal_p, coerce_float_to_double): Ditto.
664 (_initialize_valops): Move "set/show coerce-float-to-double", and
665 "set/show unwindonsignal" commands to "infcall.c".
666 * v850-tdep.c, target.h: Update comments.
667 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
668 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
669 (sh64_init_extra_frame_info): Update comments.
670 * mn10300-tdep.c: Update comments.
671 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
672 * config/sparc/tm-sparc.h: Update comments.
673 * breakpoint.h: Update comments.
674 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
675 * arm-tdep.c: Update comment.
676
f9d3c2a8
MK
6772003-04-19 Mark Kettenis <kettenis@gnu.org>
678
c40e1eab
MK
679 * i386-tdep.c (i386_num_register_names): New variable.
680 (i386_num_mmx_regs): Renamed from mmx_num_regs.
681 (MM0_REGNUM): Remove redundant parentheses in define.
682 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
683 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
684 i386_mxcsr_regnum_p): Remove redundant parentheses.
685 (i386_register_name): Use i386_num_register_names.
686
94ea66b3
MK
687 * i386-tdep.c (i386_extract_return_value,
688 i386_store_return_value): Correct check for availability of
689 floating-point registers.
690
54299a1d
MK
691 * i386-tdep.c (i386_frame_num_args): Remove function.
692 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
693
c86c27af
MK
694 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
695 mmx_regnum_to_fp_regnum. Adjust all callers.
696
f9d3c2a8
MK
697 * i386-tdep.c (i386_get_longjmp_target): Use
698 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
699 and TARGET_CHAR_BIT. Use extract_typed_address instead of
700 extract_address.
701
94ba74a9
MK
7022003-04-19 Mark Kettenis <kettenis@gnu.org>
703
704 * core-regset.c: Update comments to reflect reality. Re-order
705 includes.
706 (fetch_core_registers): Use switch instead of if. Remove
707 redundant prototype.
708
4074e13c
JB
7092003-04-18 Jim Blandy <jimb@redhat.com>
710
711 * s390-tdep.c (s390_frame_align): New function.
712 (s390_gdbarch_init): Register it with the gdbarch object.
713
e3ab4aba
RH
7142003-04-17 Richard Henderson <rth@redhat.com>
715
716 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
717
627bf7c1
EZ
7182003-04-17 Michael Snyder <msnyder@redhat.com>
719 Karen Bennet <bennet@redhat.com>
720
721 Committed by Elena Zannoni <ezannoni@redhat.com>
722 * gdb_gcore.sh: New script to create a core dump of a process.
723
514621a9
EZ
7242003-04-17 Elena Zannoni <ezannoni@redhat.com>
725
726 * values.c (value_being_returned): Don't fetch the return
727 value if the return type is void.
728
b4acd559
JJ
7292003-04-17 Jeff Johnston <jjohnstn@redhat.com>
730
731 * thread-db.c: Reindented.
732
530b167e
JJ
7332003-04-17 Jeff Johnston <jjohnstn@redhat.com>
734
735 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
736 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
737 as types.
738
ab9fe00e
KB
7392003-04-16 Kevin Buettner <kevinb@redhat.com>
740
610a3745 741 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
742 the size of ``long double'' to 16, instead of 8.
743
e64a344c
MK
7442003-04-16 Mark Kettenis <kettenis@gnu.org>
745
746 * i386-linux-nat.c: Add some whitespace to make things more
747 readable.
748 (fetch_register, store_register, fetch_inferior_registers,
749 store_inferior_registers): Get rid of assignment in if-statement.
750 (store_register): Fix typo in error message.
751
25d41031
AC
7522003-04-16 Andrew Cagney <cagney@redhat.com>
753
754 * utils.c (xmmalloc): Always allocate something, matches
755 libiberty/xmalloc's semantics.
756 (xmrealloc, xmcalloc): Ditto.
757
c50901fd
AC
7582003-04-16 Andrew Cagney <cagney@redhat.com>
759
760 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
761 update comments.
762 (get_frame_type): Initialize unwind and type when needed.
763 (get_frame_id, frame_register_unwind): Ditto.
764
f81824a9
AC
7652003-04-16 Andrew Cagney <cagney@redhat.com>
766
767 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
768 obsolete.
769 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
770 * sparcl-stub.c: Obsolete file.
771 * config/sparc/tm-sparclet.h: Obsolete file.
772 * sparclet-stub.c: Obsolete file.
773 * sparclet-rom.c: Obsolete file.
774 * sparcl-tdep.c: Obsolete file.
775 * config/sparc/tm-sparclite.h: Obsolete file.
776 * config/sparc/sparclite.mt: Obsolete file.
777 * config/sparc/sparclet.mt: Obsolete file.
778 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
779 sparc86x-*-* obsolete.
780
9219021c
DC
7812003-04-15 David Carlton <carlton@math.stanford.edu>
782
783 * Makefile.in (SFILES): Add cp-namespace.c.
784 (COMMON_OBS): Add cp-namespace.o.
785 (block.o): Depend on gdb_obstack_h and cp_support_h.
786 (buildsym.o): Depend on cp_support_h.
787 (cp-namespace.o): New.
788 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
789 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
790 (dwarf2read.o): Depend on cp_support_h.
791 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
792 * dwarf2read.c (process_die): Set processing_has_namespace_info,
793 processing_current_namespace.
794 (read_namespace): Update processing_current_namespace; check for
795 anonymous namespaces.
796 (dwarf2_name): New function.
797 (dwarf2_extension): Ditto.
798 * cp-support.h: Update copyright, contributors.
799 Add inclusion guards.
800 Add opaque declaration for structs obstack, block, symbol.
801 (struct using_direct): New struct.
802 Add declarations for cp_find_first_component,
803 cp_entire_prefix_len, processing_has_namespace_info,
804 processing_current_namespace, cp_is_anonymous,
805 cp_add_using_directive, cp_initialize_namespace,
806 cp_finalize_namespace, cp_set_block_scope,
807 cp_scan_for_anonymous_namespaces.
808 * cp-namespace.c: New file.
809 * cp-support.c: Update copyright.
810 Include ctype.h, gdb_assert.h, gdbcmd.h.
811 New variable maint_cplus_cmd_list.
812 (cp_find_first_component): New function.
813 (cp_entire_prefix_len, maint_cplus_command)
814 (first_component_command, _initialize_cp_support): Ditto.
815 * buildsym.c: Include cp-support.h.
816 New variable using_list.
817 (add_symbol_to_list): Check for anonymous namespaces.
818 (finish_block): Set block's scope.
819 (start_symtab): Initialize C++ namespace support.
820 (end_symtab): Finalize C++ namespace support.
821 * block.h: Add opaque declarations for structs
822 block_namespace_info, using_direct, and obstack.
823 Add declarations for block_set_scope and block_set_using.
824 (struct block): Add 'language_specific' member.
825 (BLOCK_NAMESPACE): New macro.
826 * block.c: Include gdb_obstack.h and cp-support.h.
827 (struct block_namespace_info): New struct.
828 (block_set_scope): New function.
829 (block_set_using, block_initialize_namespace): Ditto.
830
d5a921c9
KB
8312003-04-14 Kevin Buettner <kevinb@redhat.com>
832
833 * solib-svr4.c (svr4_have_link_map_offsets): New function.
834 (locate_base): Return early if there aren't any link map offsets.
835 (svr4_solib_create_inferior_hook): Warn if shared library support
836 is unavailable.
837
d2a52b27
DC
8382003-04-14 David Carlton <carlton@math.stanford.edu>
839
840 * symtab.c (symbol_set_names): Add prefix when storing Java names
841 in hash table. Fix for PR java/1039.
842
980cae7a
DC
8432003-04-14 David Carlton <carlton@math.stanford.edu>
844
845 * symtab.c (symbol_set_names): Rename 'name' arg to
846 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
847 * symtab.h: Change 'name' argument in declaration of
848 symbol_set_names to 'linkage_name'.
849 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
850
e227b13c
AC
8512003-04-14 Andrew Cagney <cagney@redhat.com>
852
853 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
854 return the fully sign-extended register value.
855 (get_frame_pointer): Ditto.
856 (mips_pop_frame): Initialize "proc_desc" after checking for a
857 dummy frame.
858
36712a20
AC
8592003-04-14 Andrew Cagney <cagney@redhat.com>
860
861 * mips-tdep.c (mips_push_dummy_frame): Delete function.
862 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
863 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
864 (mips_push_register): Delete function.
865 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
866 PUSH_FP_REGNUM.
867
44ea7b70
JB
8682003-04-14 Jim Blandy <jimb@redhat.com>
869
870 * symmisc.c: #include "gdb_regex.h".
871 (maintenance_list_symtabs, maintenance_list_psymtabs): New
872 functions.
873 * maint.c (maintenance_list_command): New function.
874 (_initialize_maint_cmds): Register the above as commands.
875 * symtab.h (maintenance_list_symtabs,
876 maintenance_list_psymtabs): New declarations.
877 * cli/cli-cmds.c (maintenancelistlist): New variable.
878 (init_cmd_lists): Initialize it.
879 * cli/cli-cmds.h (maintenancelistlist): New declaration.
880 * gdbcmd.h (maintenancelistlist): New declaration.
881 * Makefile.in (symmisc.o): Update dependencies.
882
2d0c7962
EZ
8832003-04-14 Elena Zannoni <ezannoni@redhat.com>
884
885 * s390-nat.c: Include asm/types.h for addr_t.
886
1947a811
CV
8872003-04-14 Corinna Vinschen <vinschen@redhat.com>
888
889 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
890 actually incoming type.
891
adb616d7
AC
8922003-04-13 Andrew Cagney <cagney@redhat.com>
893
894 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
895 get_next_frame and get_frame_saved_regs.
896
9b5e151c
AC
8972003-04-13 Andrew Cagney <cagney@redhat.com>
898
899 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
900 of gdbarch_num_regs.
901
ef6e7e13
AC
9022003-04-13 Andrew Cagney <cagney@redhat.com>
903
904 * frame.h: Mention what replaced what in "struct frame_info".
905 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
906 deprecated_update_frame_base_hack and
907 deprecated_update_frame_pc_hack.
908 * hppa-tdep.c: Ditto.
909
61fbb938
DJ
9102003-04-13 Daniel Jacobowitz <drow@mvista.com>
911
912 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
913 to read_reg and update its comment. Remove regnum member.
914 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
915 Don't call read_reg when setting in_reg. Call read_reg to get
916 the frame base if it's in a register. Return the register number
917 on the stack instead of in the context. Remove extra arguments
918 to read_reg.
919 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
920 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
921 the register number on the expression stack.
922 (needs_frame_read_reg): Remove extra arguments.
923
0d53c4c4
DJ
9242003-04-13 Daniel Jacobowitz <drow@mvista.com>
925
926 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
927 made non-static.
928 (execute_stack_op): All callers updated.
929 * dwarf2expr.h: Add prototype for dwarf2_read_address.
930 * dwarf2loc.c (find_location_expression): New function.
931 (dwarf_expr_frame_base): Call it.
932 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
933 (dwarf2_tracepoint_var_ref): New function, broken out from
934 locexpr_tracepoint_var_ref.
935 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
936 Make static.
937 (loclist_read_variable, loclist_read_needs_frame): New functions.
938 (loclist_describe_location, loclist_tracepoint_var_ref): New
939 functions.
940 (dwarf2_loclist_funcs): New struct location_funcs.
941 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
942 (struct dwarf2_locexpr_baton): Add comments.
943 (dwarf2_loclist_funcs): New extern.
944 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
945 base_address and base_known.
946 (dwarf_loc_buffer): New variable.
947 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
948 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
949 (dwarf2_has_info): Initialize dwarf_loc_offset.
950 (dwarf2_build_psymtabs): Read in .debug_loc.
951 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
952 DWARF_LOC_SIZE.
953 (psymtab_to_symtab_1): Likewise. Move base address calculation
954 here, from...
955 (dwarf2_get_pc_bounds): ... here. Use the base address from
956 cu_header.
957 (dwarf2_symbol_mark_computed): Handle location lists.
958
6aca59a3
DJ
9592003-04-13 Daniel Jacobowitz <drow@mvista.com>
960
961 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
962 if the linkage name demangled successfully.
963
aca1fcd0
MK
9642003-04-13 Mark Kettenis <kettenis@gnu.org>
965
97095916
MK
966 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
967 disassmbly_flavour): Removed.
968
aca1fcd0
MK
969 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
970
562a961f
MK
9712003-04-13 Mark Kettenis <kettenis@gnu.org>
972
973 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
974
bd013d54
AC
9752003-04-12 Andrew Cagney <cagney@redhat.com>
976
977 * frame.h (struct frame_info): Move definition from here ...
978 * frame.c (struct frame_info): ... to here.
979
167ef8b1
AC
9802003-04-12 Andrew Cagney <cagney@redhat.com>
981
982 * gdbthread.h (save_infrun_state): Delete parameter
983 "prev_func_start".
984 (struct thread_info): Delete field "prev_func_start".
985 (load_infrun_state): Ditto.
986 * thread.c (load_infrun_state, save_infrun_state): Update.
987 * infrun.c (prev_func_start): Delete variable.
988 (context_switch, init_wait_for_inferior): Update.
989 (stop_stepping, keep_going): Update.
990
da3331ec
AC
9912003-04-12 Andrew Cagney <cagney@redhat.com>
992
993 * gdbarch.sh: Add missing opaque declarations.
994 * gdbarch.h: Regnerate.
995 * symtab.h: Add missing opaque declarations.
996 * value.h, target.h, symfile.h, stabsread.h: Ditto.
997 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
998 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
999 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
1000 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
1001 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
1002 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
1003 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
1004 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
1005 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
1006 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
1007 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
1008 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
1009
18adea3f
AC
10102003-04-11 Andrew Cagney <cagney@redhat.com>
1011
1012 * frame.c (get_frame_id): Return this frame's "id".
1013 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
1014 function start.
1015 (legacy_saved_regs_this_id): Replace function body with
1016 internal-error.
1017 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
1018 FRAME_OBSTACK_ZALLOC.
1019 (create_new_frame): Mark the frame ID as valid.
1020
2252e863
AO
10212003-04-11 Alexandre Oliva <aoliva@redhat.com>
1022
1023 * Makefile.in (libbfd_h): Added missing setting.
1024 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
1025 according to the selected ABI.
1026
a8245ab8
JJ
10272003-04-11 Jeff Johnston <jjohnstn@redhat.com>
1028
1029 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
1030
6913c89a
AC
10312003-04-11 Andrew Cagney <cagney@redhat.com>
1032
1033 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
1034 SAVED_PC_AFTER_CALL.
1035 * gdbarch.h, gdbarch.c: Regenerate.
1036 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1037 * x86-64-tdep.c (x86_64_init_abi): Update.
1038 * vax-tdep.c (vax_gdbarch_init): Update.
1039 * v850-tdep.c (v850_gdbarch_init): Update.
1040 * sparc-tdep.c (sparc_gdbarch_init): Update.
1041 * sh-tdep.c (sh_gdbarch_init): Update.
1042 * s390-tdep.c (s390_gdbarch_init): Update.
1043 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1044 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1045 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1046 * mips-tdep.c (mips_gdbarch_init): Update.
1047 * mcore-tdep.c (mcore_gdbarch_init): Update.
1048 * m68k-tdep.c (m68k_gdbarch_init): Update.
1049 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1050 * ia64-tdep.c (ia64_gdbarch_init): Update.
1051 (ia64_saved_pc_after_call): Update declaration.
1052 * i386ly-tdep.c (i386lynx_init_abi): Update.
1053 * i386-tdep.c (i386_gdbarch_init): Update.
1054 * hppa-tdep.c (hppa_gdbarch_init): Update.
1055 * h8300-tdep.c (h8300_gdbarch_init): Update.
1056 * frv-tdep.c (frv_gdbarch_init): Update.
1057 * cris-tdep.c (cris_gdbarch_init): Update.
1058 * avr-tdep.c (avr_gdbarch_init): Update.
1059 * arm-tdep.c (arm_gdbarch_init): Update.
1060 * alpha-tdep.c (alpha_gdbarch_init): Update.
1061 * ns32knbsd-nat.c (frame_num_args): Update.
1062 * ns32k-tdep.c (umax_frame_num_args): Update.
1063 * mips-tdep.c (mips_init_frame_pc_first): Update.
1064 * infrun.c (step_over_function): Update.
1065 * i386-linux-tdep.c (skip_hurd_resolver): Update.
1066 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
1067 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
1068 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
1069 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
1070 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
1071 * arm-linux-tdep.c (skip_hurd_resolver): Update.
1072 * arch-utils.c (init_frame_pc_default): Update.
1073 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
1074 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
1075 declaration.
1076
38edeab8
AC
10772003-04-11 Andrew Cagney <cagney@redhat.com>
1078
1079 * i387-tdep.c: Update copyright.
1080 (i387_to_double): Delete function.
1081 (double_to_i387): Delete function.
1082
81f8a206
AC
10832003-04-10 Andrew Cagney <cagney@redhat.com>
1084
1085 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
1086 frame's function's address. Simplify.
1087 (d10v_frame_unwind_cache): Check that the frame's function is
1088 non-zero.
1089
6e691f7a
JB
10902003-04-10 Jim Blandy <jimb@redhat.com>
1091
1092 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
1093 call to set_gdbarch_deprecated_push_arguments.
1094
7f78e237
AC
10952003-04-10 Andrew Cagney <cagney@redhat.com>
1096
1097 * frame.c (fprint_frame_id): New function.
1098 (fprint_frame_type, fprint_frame): New function.
1099 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
1100 (create_sentinel_frame, get_frame_id): Ditto.
1101 (frame_id_p, frame_id_eq): Ditto.
1102 (frame_id_inner, create_new_frame): Ditto.
1103 (legacy_get_prev_frame, get_prev_frame): Ditto.
1104 (deprecated_update_frame_pc_hack): Ditto.
1105 (frame_register_unwind): Ditto.
1106 (deprecated_update_frame_base_hack): Ditto.
1107
f870b49b
CV
11082003-04-10 Corinna Vinschen <vinschen@redhat.com>
1109
1110 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
1111 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
1112 frame_chain function.
1113 * Makefile.in: Add dependencies due to above change.
1114
7c86889b
CV
11152003-04-10 Corinna Vinschen <vinschen@redhat.com>
1116
1117 * blockframe.c (legacy_frame_chain_valid): Move call to
1118 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
1119 inside_entry_file.
1120
d0a55772
AC
11212003-04-09 Andrew Cagney <cagney@redhat.com>
1122
1123 * frame.h (struct frame_id): Replace "pc" and "base" with
1124 "stack_addr" and "code_addr". Update comments.
1125 (frame_id_build): Update parameter names and comment.
1126 (struct frame_info): Replace "id_p" and "id" with "this_id".
1127 * dummy-frame.c (dummy_frame_this_id): Update.
1128 * breakpoint.c (print_one_breakpoint): Update.
1129 * frame.c (get_frame_id): Update.
1130 (get_frame_base, frame_id_build): Update.
1131 (create_sentinel_frame, legacy_get_prev_frame): Update.
1132 (deprecated_update_frame_base_hack): Update.
1133 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
1134 (frame_id_inner): Ditto.
1135
ac16bf07
AC
11362003-04-09 Andrew Cagney <cagney@redhat.com>
1137
1138 * defs.h (gdb_print_host_address): Make "addr" parameter a
1139 pointer constant.
1140 * utils.c (gdb_print_host_address): Update.
1141
366cfc9e
KB
11422003-04-09 Kevin Buettner <kevinb@redhat.com>
1143
1144 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
1145 register number for R0 is 0.
1146
cd983b5c
JB
11472003-04-09 J. Brobecker <brobecker@gnat.com>
1148
1149 * frame.h (struct gdbarch): Add opaque structure definition
1150 to avoid a compilation warning on LynxOS 4.0.
1151
d1340264
AC
11522003-04-09 Andrew Cagney <cagney@redhat.com>
1153
1154 * frame.h (struct frame_info): Delete field "pc". Replace
1155 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
1156 structure.
1157 * frame.c (frame_pc_unwind): Update.
1158 (create_sentinel_frame): Do not set "pc".
1159 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
1160 (get_frame_pc): Call frame_pc_unwind.
1161 (deprecated_update_frame_pc_hack): Update.
1162 (create_new_frame): Use "pc" not "->pc".
1163
90a6fffb
AC
11642003-04-09 Andrew Cagney <cagney@redhat.com>
1165
1166 * frame.c (get_frame_id): Eliminate code updating "frame".
1167 (legacy_get_prev_frame): Ditto.
1168 (get_frame_base): Return id.base directly.
1169 (deprecated_update_frame_base_hack): Update "id.base".
1170 * frame.h (struct frame_info): Delete field "frame".
1171
2fbce691
AC
11722003-04-09 Andrew Cagney <cagney@redhat.com>
1173
1174 * NEWS: Mention that the "Sequent family" is obsolete.
1175 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
1176 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
1177 * configure.host: Obsolete i[3456]86-sequent-bsd*,
1178 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
1179 * config/i386/tm-ptx4.h: Obsolete file.
1180 * config/i386/tm-ptx.h: Obsolete file.
1181 * symm-tdep.c: Obsolete file.
1182 * config/i386/symmetry.mt: Obsolete file.
1183 * config/i386/tm-symmetry.h: Obsolete file.
1184 * symm-nat.c: Obsolete file.
1185 * config/i386/nm-symmetry.h: Obsolete file.
1186 * config/i386/xm-symmetry.h: Obsolete file.
1187 * config/i386/symmetry.mh: Obsolete file.
1188 * config/i386/nm-ptx4.h: Obsolete file.
1189 * config/i386/ptx4.mh: Obsolete file.
1190 * config/i386/ptx.mt: Obsolete file.
1191 * config/i386/ptx.mh: Obsolete file.
1192 * config/i386/xm-ptx4.h: Obsolete file.
1193 * config/i386/xm-ptx.h: Obsolete file.
1194
78c43945
AC
11952003-04-09 Andrew Cagney <cagney@redhat.com>
1196
1197 Obsolete mips*-*-mach3*.
1198 * NEWS: Mention that mips*-*-mach3* is obsolete.
1199 * m3-nat.c: Obsolete file.
1200 * config/nm-m3.h: Obsolete file.
1201 * config/mips/tm-mipsm3.h: Obsolete file.
1202 * config/mips/mipsm3.mt: Obsolete file.
1203 * config/mips/mipsm3.mh: Obsolete file.
1204 * config/mips/xm-mipsm3.h: Obsolete file.
1205 * mipsm3-nat.c: Obsolete file.
1206 * configure.host: Obsolete mips-dec-mach3*.
1207 * configure.tgt: Obsolete mips*-*-mach3*.
1208
f1908289
AC
12092003-04-09 Andrew Cagney <cagney@redhat.com>
1210
1211 * doublest.h: Update copyright.
1212 (deprecated_store_floating, deprecated_extract_floating): Rename
1213 store_floating and extract_floating. Update comments.
1214 * doublest.c: Update copyright.
1215 (extract_floating_by_length): Replace extract_floating.
1216 (store_floating_by_length): Replace store_floating.
1217 (deprecated_extract_floating): New function.
1218 (deprecated_store_floating): New function.
1219 (extract_typed_floating): Call extract_floating_by_length.
1220 (store_typed_floating): Call store_floating_by_length.
1221 * x86-64-tdep.c (x86_64_store_return_value): Update.
1222 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
1223 (sh64_extract_return_value): Update.
1224 (sh_sh4_register_convert_to_virtual): Update.
1225 (sh_sh64_register_convert_to_virtual): Update.
1226 (sh_sh4_register_convert_to_raw): Update.
1227 (sh_sh64_register_convert_to_raw): Update.
1228 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
1229 (rs6000_register_convert_to_raw): Update.
1230 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
1231 (ia64_register_convert_to_raw): Update.
1232 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
1233 (REGISTER_CONVERT_TO_VIRTUAL): Update.
1234 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
1235 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
1236 (alpha_register_convert_to_raw): Update.
1237
4443bd83
AC
12382003-04-08 Andrew Cagney <cagney@redhat.com>
1239
1240 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
1241 * gdbarch.h, gdbarch.c: Re-generate.
1242 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
1243 (d10v_gdbarch_init): Do not set saved_pc_after_call.
1244 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
1245 conditionally, use frame_pc_unwind as an alternative. Add
1246 comments.
1247 * arch-utils.c (init_frame_pc_default): Only call
1248 SAVED_PC_AFTER_CALL when available.
1249
c0236d92
EZ
12502003-04-08 Elena Zannoni <ezannoni@redhat.com>
1251
1252 * infrun.c (stop_soon): Rename from stop_soon_quietly.
1253 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
1254 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
1255 (start_remote): Ditto.
1256 (handle_inferior_event): Ditto.
1257 (save_inferior_status): Ditto.
1258 (restore_inferior_status): Ditto.
1259 * infcmd.c (attach_command): Ditto.
1260 * fork-child.c (startup_inferior): Ditto.
1261 * inferior.h (stop_soon): Rename from stop_soon_quietly.
1262 * alpha-tdep.c (heuristic_proc_start): Ditto.
1263 * mips-tdep.c (heuristic_proc_start): Ditto.
1264 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
1265 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
1266 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
1267 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
1268 * remote-vx.c (vx_create_inferior): Ditto.
1269
12702003-04-08 Elena Zannoni <ezannoni@redhat.com>
1271
1272 * infrun.c (stop_soon_quietly): Make it an enum, to better
1273 override the default behavior of handle_inferior_event.
1274 (clear_proceed_status): Update uses of stop_soon_quietly to
1275 reflect that it is now an enum.
1276 (start_remote): Ditto.
1277 (handle_inferior_event): Change logic a bit if stop_soon_quietly
1278 is set to handle the new GNU/Linux kernel behavior for
1279 attach/sigstop. Update uses of stop_soon_quietly.
1280 * inferior.h (enum stop_kind): New enum.
1281 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
1282 Reset normal handle_inferior_event behavior, afterwards.
1283 * fork-child.c (startup_inferior): Update.
1284 * alpha-tdep.c (heuristic_proc_start): Update.
1285 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
1286 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
1287 * solib-osf.c (osf_solib_create_inferior_hook): Update.
1288 * solib-irix.c (irix_solib_create_inferior_hook): Update.
1289 * remote-vx.c (vx_create_inferior): Update.
1290 * mips-tdep.c (heuristic_proc_start): Update.
1291
1211bce3
EZ
12922003-04-07 Elena Zannoni <ezannoni@redhat.com>
1293
1294 * disasm.c (dump_insns): Move variables inside loop, or they will
1295 be freed more than once, causing wild memory corruptions.
1296 (gdb_disassembly): Look for the substring "-thread",
1297 instead of "-threads" in the target name, to make sure to find
1298 the 'multi-thread' target. Also, make sure we do the right thing
1299 with the "core" target.
1300
f0ef6b29
KB
13012003-04-07 Kevin Buettner <kevinb@redhat.com>
1302
1303 * mips-tdep.c (mips_print_fp_register): New function, created from
1304 do_fp_register_row(). Registers are now (also) printed as hex.
1305 Only one register is printed per row.
1306 (mips_print_register, do_fp_register_row): Print floating point
1307 registers with mips_print_fp_register().
1308
8cf71652
AC
13092003-04-06 Andrew Cagney <cagney@redhat.com>
1310
5e488a7b
AC
1311 * valprint.h (inspect_it): Add extern declaration.
1312 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
1313 (selectors_info, classes_info): Ditto.
1314 (find_objc_msgcall): Fix indentation.
1315 (objc_printstr): Delete extern declarations.
1316
8cf71652
AC
1317 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
1318
e6ba3bc9
AC
13192003-04-06 Andrew Cagney <cagney@redhat.com>
1320
1321 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
1322 Update comment.
1323 * frame.c (legacy_saved_regs_this_id): Update.
1324 (legacy_get_prev_frame): Update.
1325 * xstormy16-tdep.c: Update comment.
1326 * sparc-tdep.c (sparc_frame_chain): Update comment.
1327 * blockframe.c (legacy_frame_chain_valid): Update.
1328
55e1d7e7
AC
13292003-04-06 Andrew Cagney <cagney@redhat.com>
1330
996179ee
AC
1331 * valprint.c (val_print_type_code_int): Delete #ifdef
1332 PRINT_TYPELESS_INTEGER code.
1333
55e1d7e7
AC
1334 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
1335 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
1336 multi-arch definition.
1337 * gdbarch.h: Re-generate.
1338
43bd9a9e
AC
13392003-04-05 Andrew Cagney <cagney@redhat.com>
1340
1341 Eliminate FRAME_FIND_SAVED_REGS.
1342 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
1343 Change FSR parameter to a pointer.
1344 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
1345 Assume FSR parameter is a pointer.
1346 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
1347 Make fsr a pointer.
1348 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
1349 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
1350 saved_regs a pointer.
1351 (hppa_frame_saved_pc): Ditto.
1352 (find_dummy_frame_regs): Make frame_saved_regs a pointer
1353 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
1354 pointer.
1355 (restore_pc_queue): Make fsr a pointer.
1356 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
1357 (hppa_frame_chain): Make saved_regs a pointer, call
1358 hppa_frame_init_saved_regs.
1359 * sparc-tdep.c: Include "gdb_assert.h".
1360 (sparc_frame_find_saved_regs): Replace internal_error with
1361 gdb_assert.
1362 * remote-vxsparc.c (vx_read_register): Delete reference to
1363 FRAME_FIND_SAVED_REGS.
1364 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
1365 * gdbarch.h: Regenerate.
1366 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
1367 (deprecated_get_frame_saved_regs): Delete declaration.
1368 (struct frame_saved_regs): Delete definition.
1369 * frame.c (deprecated_get_frame_saved_regs): Delete function.
1370 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
1371 (hppa_frame_find_saved_regs): Delete declaration.
1372 (FRAME_FIND_SAVED_REGS): Delete macro.
1373 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
1374 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
1375 FRAME_FIND_SAVED_REGS in comment.
1376
be41e9f4
AC
13772003-04-05 Andrew Cagney <cagney@redhat.com>
1378
1379 * frame.c (frame_func_unwind, get_frame_func): New functions.
1380 * frame.h (get_frame_func, frame_func_unwind): Declare.
1381 (struct frame_info): Add field "prev_func" for caching the
1382 previous frame's function address.
1383 * arm-tdep.c (arm_frameless_function_invocation): Combine
1384 get_pc_function_start and get_frame_pc into get_frame_func.
1385 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
1386 (sh64_nofp_frame_init_saved_regs): Ditto.
1387 * s390-tdep.c (s390_function_start): Ditto.
1388 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
1389 (rs6000_frameless_function_invocation): Ditto.
1390 (rs6000_frame_saved_pc): Ditto.
1391 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
1392 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
1393 * i386-tdep.c (i386_frameless_signal_p): Ditto.
1394 (i386_frame_init_saved_regs): Ditto.
1395 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
1396 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
1397 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
1398 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
1399 * blockframe.c (frameless_look_for_prologue): Ditto.
1400
a01dd7cc
AC
14012003-04-05 Andrew Cagney <cagney@redhat.com>
1402
1403 * frame.c (legacy_get_prev_frame): Link prev to next at the
1404 function start. Update comments.
1405
5e5592e6
AC
14062003-04-05 Andrew Cagney <cagney@redhat.com>
1407
1408 * frame.c (get_frame_id): Update comment.
1409 (legacy_get_prev_frame): Update comment.
1410 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
1411 * gdbarch.h: Regenerate.
1412 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
1413 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
1414
6fba5002
AC
14152003-04-05 Andrew Cagney <cagney@redhat.com>
1416
1417 * stack.c (print_frame_info): Use get_frame_pc.
1418
7df05f2b
AC
14192003-04-04 Andrew Cagney <cagney@redhat.com>
1420
1421 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
1422 the frame's type from the unwinder.
1423 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
1424 (create_new_frame, legacy_get_prev_frame): When the unwinder's
1425 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
1426 (get_frame_base_address): Use get_frame_type.
1427 (get_frame_locals_address, get_frame_args_address): Ditto.
1428 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
1429 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
1430 (struct frame_info): Add comment explaining why the frame contains
1431 a "type" field.
1432 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
1433 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
1434 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
1435 NORMAL_FRAME.
1436 * frame-unwind.h: Include "frame.h".
1437 (struct frame_unwind): Add "type" field.
1438 * Makefile.in (frame_unwind_h): Add $(frame_h).
1439
11889732
AC
14402003-04-04 Andrew Cagney <cagney@redhat.com>
1441
1442 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
1443 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
1444 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
1445 get_frame_base.
1446 (d10v_unwind_dummy_id): Use frame_id_build.
1447 * frame.c (find_frame_sal): Use get_frame_pc.
1448 (create_new_frame): Use deprecated_update_frame_pc_hack and
1449 deprecated_update_frame_base_hack.
1450 (create_sentinel_frame): Add comment about ->pc going away.
1451 (get_prev_frame): Add comment about ->pc going away.
1452 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
1453 frame_id_build, deprecated_update_frame_pc_hack and
1454 deprecated_update_frame_base_hack.
1455 (select_frame): Use get_frame_pc.
1456 (legacy_saved_regs_this_id): Use frame_id_build.
1457
50c46a0d
EZ
14582003-04-04 Elena Zannoni <ezannoni@redhat.com>
1459
1460 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
1461 signed integer case.
1462 (classify_argument): Handle enumerations and references.
1463
50bbdbd9
AC
14642003-04-04 Andrew Cagney <cagney@redhat.com>
1465
1466 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
1467 ID to NULL.
1468
36018d2e
AF
14692003-04-01 Adam Fedor <fedor@gnu.org>
1470
1471 * gdb/objc-lang.c (selectors_info): Replace calls to
1472 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
1473 SYMBOL_NATURAL_NAME.
1474 (classes_info, find_methods): Likewise.
1475
35cec841
KB
14762003-04-03 Kevin Buettner <kevinb@redhat.com>
1477
1478 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
1479 ``mach'' to the value determined by bfd_default_set_arch_mach().
1480
43136899
BR
14812003-04-02 Bob Rossi <bob_rossi@cox.net>
1482
1483 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
1484 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
1485 (mi-cmd-file.o): Update dependencies.
1486
040b99fd
KB
14872003-04-01 Kevin Buettner <kevinb@redhat.com>
1488
1489 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
1490 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
1491
9a3d7dfd
AF
14922003-04-01 Adam Fedor <fedor@gnu.org>
1493
1494 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
1495 * language.h (struct language_defn): Add la_demangle.
1496 (language_demangle): Declare.
1497 * language.c (language_demangle): New function.
1498 (unk_lang_demangle): Likewise.
1499 (unknown_language_defn, auto_language_defn, local_language_defn):
1500 Add ukn_lang_demangle.
1501 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
1502 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
1503 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
1504 (cplus_language_defn): Add cplus_demangle for la_demangle element.
1505 * jv-lang.c (java_demangle): New function
1506 (java_language_defn): Use it for la_demangle element.
1507 * objc-lang.c (objc_demangle): Add options argument
1508 (objc_language_defn): Use objc_demangle for la_demangle element.
1509 * maint.c (maintenance_demangle): Replace switch with
1510 call to language_demangle.
1511 * utils.c (fprintf_symbol_filtered): Likewise.
1512
5e074003
AC
15132003-04-01 Andrew Cagney <cagney@redhat.com>
1514
1515 * printcmd.c (print_frame_nameless_args): Delete #ifdef
1516 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
1517 PRINT_TYPELESS_INTEGER.
1518 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
1519 PUSH_RETURN_ADDRESS.
1520
270cb5d6
AC
15212003-04-01 Andrew Cagney <cagney@redhat.com>
1522
1523 * Makefile.in (d10v-tdep.o): Update dependencies.
1524 * d10v-tdep.c: Include "frame-base.h".
1525 (d10v_frame_unwind): Make constant.
1526 (d10v_frame_base_address): New function.
1527 (d10v_frame_base): New variable.
1528 (d10v_gdbarch_init): Set frame_base default.
1529 (struct d10v_unwind_cache): Add the field "prev_sp". Update
1530 comment for base.
1531 (d10v_frame_unwind_cache): Set and use "prev_sp".
1532 (d10v_frame_this_id): Use the previous frame's inner most stack
1533 address and this frame's func address for the frame ID. Use
1534 frame_id_build. Don't analyze beyond the current instruction.
1535
6bfb3e36
AC
15362003-04-01 Andrew Cagney <cagney@redhat.com>
1537
1538 * frame.h (get_frame_locals_address, get_frame_args_address):
1539 Refer to the base address, instead of the address of the first
1540 local or parameter.
1541
da62e633
AC
15422003-04-01 Andrew Cagney <cagney@redhat.com>
1543
1544 Add frame debug info addresses:
1545 * frame-base.c: New file.
1546 * frame-base.h: New file.
1547 * frame.h (struct frame_base): Add opaque declaration.
1548 (get_frame_base): Update comment.
1549 (get_frame_base_address): Declare.
1550 (get_frame_locals_address): Declare.
1551 (get_frame_args_address): Declare.
1552 (struct frame_info): Add "base" and "base_cache". Update
1553 comments on the unwinder.
1554 * frame.c: Include "frame-base.h".
1555 (get_frame_locals_address): New function.
1556 (get_frame_base_address): New function.
1557 (get_frame_args_address): New function.
1558 * findvar.c (read_var_value): Use get_frame_locals_address and
1559 get_frame_args_address.
1560 * stack.c (frame_info): Use get_frame_locals_address and
1561 get_frame_args_address.
1562 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
1563 moved to "frame-base.c".
1564 * printcmd.c (print_frame_nameless_args): Ditto.
1565 * symtab.h (address_class): Update comments.
1566 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
1567 get_frame_base_address.
1568 * dwarf2expr.c (execute_stack_op): Ditto.
1569 * Makefile.in (frame_base_h): Define.
1570 (frame.o): Update dependencies.
1571 (frame-base.o): Add dependencies.
1572 (SFILES): Add frame-base.c.
1573 (COMMON_OBS): Add frame-base.o.
1574
3d30e9c2
AC
15752003-04-01 Andrew Cagney <cagney@redhat.com>
1576
1577 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
1578 CALL_DUMMY_LENGTH): Ditto.
1579 * gdbarch.c: Re-generate.
1580 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
1581 (CALL_DUMMY_LENGTH): Delete macro.
1582 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
1583 * arm-tdep.c (arm_gdbarch_init): Ditto.
1584 * avr-tdep.c (avr_gdbarch_init): Ditto.
1585 * cris-tdep.c (cris_gdbarch_init): Ditto.
1586 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1587 * frv-tdep.c (frv_gdbarch_init): Ditto.
1588 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1589 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
1590 * i386-tdep.c (i386_gdbarch_init): Ditto.
1591 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1592 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1593 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1594 * mips-tdep.c (mips_gdbarch_init): Ditto.
1595 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1596 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1597 * s390-tdep.c (s390_gdbarch_init): Ditto.
1598 * sh-tdep.c (sh_gdbarch_init): Ditto.
1599 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1600 * v850-tdep.c (v850_gdbarch_init): Ditto.
1601 * vax-tdep.c (vax_gdbarch_init): Ditto.
1602 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
1603
ce0c7262
CV
16042003-04-01 Corinna Vinschen <vinschen@redhat.com>
1605
1606 * frame.c (get_prev_frame): Disable call to inside_entry_file().
1607
73dd234f
AC
16082003-04-01 Andrew Cagney <cagney@redhat.com>
1609
1610 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
1611 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
1612 * gdbarch.h, gdbarch.c: Re-generate.
1613 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
1614 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
1615 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
1616 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
1617 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
1618 * infcmd.c (run_stack_dummy): Simplify assuming
1619 CALL_DUMMY_BREAKPOINT_OFFSET_P.
1620 * infrun.c (handle_inferior_event): Ditto.
1621 * alpha-tdep.c (alpha_gdbarch_init): Do not set
1622 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
1623 * arm-tdep.c (arm_gdbarch_init): Ditto.
1624 * avr-tdep.c (avr_gdbarch_init): Ditto.
1625 * cris-tdep.c (cris_gdbarch_init): Ditto.
1626 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1627 * frv-tdep.c (frv_gdbarch_init): Ditto.
1628 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1629 * i386-tdep.c (i386_gdbarch_init): Ditto.
1630 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1631 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1632 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
1633 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1634 * mips-tdep.c (mips_gdbarch_init): Ditto.
1635 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1636 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
1637 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1638 * s390-tdep.c (s390_gdbarch_init): Ditto.
1639 * sh-tdep.c (sh_gdbarch_init): Ditto.
1640 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1641 * v850-tdep.c (v850_gdbarch_init): Ditto.
1642 * vax-tdep.c (vax_gdbarch_init): Ditto.
1643 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
1644
97606a13
DJ
16452003-04-01 Daniel Jacobowitz <drow@mvista.com>
1646
1647 * symfile.c (symfile_relocate_debug_section): Update call to
1648 bfd_simple_get_relocated_section_contents.
1649
e8ab51f7
AC
16502003-03-31 Andrew Cagney <cagney@redhat.com>
1651
1652 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
1653 * gdbarch.h, gdbarch.c: Regenerate.
1654 * inferior.h (FIX_CALL_DUMMY): Delete macro.
1655 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
1656 available.
1657 * frame.h (generic_fix_call_dummy): Delete declaration.
1658 * dummy-frame.h: Update comment.
1659 * dummy-frame.c (generic_fix_call_dummy): Delete function.
1660 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
1661 fix_call_dummy.
1662 * sh-tdep.c (sh_gdbarch_init): Ditto.
1663 * s390-tdep.c (s390_gdbarch_init): Ditto.
1664 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1665 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1666 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1667 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1668 * i386-tdep.c (i386_gdbarch_init): Ditto.
1669 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1670 * frv-tdep.c (frv_gdbarch_init): Ditto.
1671 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1672 * cris-tdep.c (cris_gdbarch_init): Ditto.
1673 * avr-tdep.c (avr_gdbarch_init): Ditto.
1674 * arm-tdep.c (arm_gdbarch_init): Ditto.
1675
018d1b48
JB
16762003-03-31 J. Brobecker <brobecker@gnat.com>
1677
1678 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
1679 (INIT_FRAME_AP): Likewise.
1680 (EXTRA_FRAME_INFO): Likewise.
1681
e9a2674e
AC
16822003-03-31 Andrew Cagney <cagney@redhat.com>
1683
1684 * gdbarch.sh: Include "symfile.h".
1685 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
1686 * gdbarch.h, gdbarch.c: Re-generate.
1687 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
1688 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
1689 call_dummy_address, the default is at entry_point_address.
1690 * v850-tdep.c (v850_gdbarch_init): Ditto.
1691 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1692 * sh-tdep.c (sh_gdbarch_init): Ditto.
1693 * s390-tdep.c (s390_gdbarch_init): Ditto.
1694 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1695 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1696 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1697 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1698 * i386-tdep.c (i386_gdbarch_init): Ditto.
1699 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1700 * frv-tdep.c (frv_gdbarch_init): Ditto.
1701 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1702 * cris-tdep.c (cris_gdbarch_init): Ditto.
1703 * arm-tdep.c (arm_gdbarch_init): Ditto.
1704
e8a8712a
AC
17052003-03-31 Andrew Cagney <cagney@redhat.com>
1706
1707 * gdbarch.sh (CALL_DUMMY_P): Delete.
1708 * gdbarch.h, gdbarch.c: Re-generate.
1709 * inferior.h (CALL_DUMMY_P): Delete macro.
1710 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1711 * vax-tdep.c (vax_gdbarch_init): Update.
1712 * v850-tdep.c (v850_gdbarch_init): Update.
1713 * sparc-tdep.c (sparc_gdbarch_init): Update.
1714 * sh-tdep.c (sh_gdbarch_init): Update.
1715 * s390-tdep.c (s390_gdbarch_init): Update.
1716 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1717 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1718 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1719 * mips-tdep.c (mips_gdbarch_init): Update.
1720 * mcore-tdep.c (mcore_gdbarch_init): Update.
1721 * m68k-tdep.c (m68k_gdbarch_init): Update.
1722 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1723 * ia64-tdep.c (ia64_gdbarch_init): Update.
1724 * i386-tdep.c (i386_gdbarch_init): Update.
1725 * h8300-tdep.c (h8300_gdbarch_init): Update.
1726 * frv-tdep.c (frv_gdbarch_init): Update.
1727 * d10v-tdep.c (d10v_gdbarch_init): Update.
1728 * cris-tdep.c (cris_gdbarch_init): Update.
1729 * breakpoint.c (deprecated_frame_in_dummy): Update.
1730 * avr-tdep.c (avr_gdbarch_init): Update.
1731 * alpha-tdep.c (alpha_gdbarch_init): Update.
1732 * arm-tdep.c (arm_gdbarch_init): Update.
1733 * dummy-frame.c (dummy_frame_this_id): Update comments.
1734 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
1735 * frame.c (legacy_get_prev_frame): Ditto.
1736 * valops.c (call_function_by_hand): Delete function.
1737 (hand_function_call): Rename to call_function_by_hand
1738
ed234cf8
AC
17392003-03-30 Andrew Cagney <cagney@redhat.com>
1740
1741 2002-11-10 Klee Dienes <kdienes@apple.com>
1742 * value.h (struct value): Update comment.
1743
06c77151
AC
17442003-03-30 Andrew Cagney <cagney@redhat.com>
1745
6c2b5168
AC
1746 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
1747 D10V_FP_REGNUM.
1748 (d10v_gdbarch_init): Do not set fp_regnum.
1749
06c77151
AC
1750 * frame.c (get_frame_base): Force ID initialization.
1751 (get_prev_frame): Move computation of the frame ID from here ...
1752 (get_frame_id): ... to here.
1753 (legacy_get_prev_frame): Mark the frame ID as valid.
1754 * frame.h (struct frame_info): Add field "id_p".
1755
97a1a11c
MK
17562003-03-30 Mark Kettenis <kettenis@gnu.org>
1757
1758 * i386-tdep.c (i386_store_struct_return): Removed.
1759 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
1760
6c0e89ed
AC
17612003-03-30 Andrew Cagney <cagney@redhat.com>
1762
1763 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
1764 * gdbarch.h, gdbarch.c: Regenerate.
1765 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
1766 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
1767 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1768 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
1769 * i386-tdep.c (i386_gdbarch_init): Ditto.
1770 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1771 * cris-tdep.c (cris_gdbarch_init): Ditto.
1772 * vax-tdep.c (vax_gdbarch_init): Ditto.
1773 * s390-tdep.c (s390_gdbarch_init): Ditto.
1774 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
1775 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1776 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
1777 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
1778 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
1779 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
1780 * sparc-tdep.c (sparc_gdbarch_init): Update.
1781 * sh-tdep.c (sh_gdbarch_init): Update.
1782 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1783 * mips-tdep.c (mips_gdbarch_init): Update.
1784 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1785 * ia64-tdep.c (ia64_gdbarch_init): Update.
1786 * frv-tdep.c (frv_gdbarch_init): Update.
1787 * avr-tdep.c (avr_gdbarch_init): Update.
1788 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
1789 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
1790 instead of when push_dummy_call is not available.
1791
f7dd6af2
AC
17922003-03-30 Andrew Cagney <cagney@redhat.com>
1793
1794 * infttrace.c: Include "gdbthread.h".
1795 (parent_attach_all): Fix function signature.
1796 (call_ptrace): Update call.
1797 * Makefile.in (infttrace.o): Update dependencies.
1798
28f617b3
AC
17992003-03-30 Andrew Cagney <cagney@redhat.com>
1800
1801 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
1802 PUSH_RETURN_ADDRESS.
1803 * gdbarch.h, gdbarch.c: Regenerate.
1804 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1805 * x86-64-tdep.c (x86_64_init_abi): Update.
1806 * v850-tdep.c (v850_gdbarch_init): Update.
1807 * sparc-tdep.c (sparc_gdbarch_init): Update.
1808 * sh-tdep.c (sh_gdbarch_init): Update.
1809 * s390-tdep.c (s390_gdbarch_init): Update.
1810 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1811 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1812 * mips-tdep.c (mips_gdbarch_init): Update.
1813 * mcore-tdep.c (mcore_gdbarch_init): Update.
1814 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1815 * ia64-tdep.c (ia64_gdbarch_init): Update.
1816 * i386-tdep.c (i386_gdbarch_init): Update.
1817 * h8300-tdep.c (h8300_gdbarch_init): Update.
1818 * frv-tdep.c (frv_gdbarch_init): Update.
1819 * cris-tdep.c (cris_gdbarch_init): Update.
1820 * avr-tdep.c (avr_gdbarch_init): Update.
1821 * arm-tdep.c (arm_gdbarch_init): Update.
1822 * valops.c (hand_function_call): Update.
1823
4d628cd7
AC
18242003-03-29 Andrew Cagney <cagney@redhat.com>
1825
1826 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
1827 sizeof_call_dummy_words.
1828 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
1829 define.
1830 * gdbarch.h: Regenerate.
1831
65e82032
AC
18322003-03-29 Andrew Cagney <cagney@redhat.com>
1833
1834 * infttrace.h: New file.
1835 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
1836 (hpread_get_textlow): Detect an uninitialized dn_bufp.
1837 (hpread_read_doc_function_type): Detect an initialized type1.
1838 (hpread_quick_traverse): Initialize mod_name_string.
1839 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
1840 (som_solib_get_solib_by_pc): Declare.
1841 (so_lib_thread_start_addr): Declare.
1842 (no_shared_libraries): Declare.
1843 * somread.c (init_import_symbols): Make static. Add forward
1844 declaration.
1845 * config/pa/nm-hppah.h: Include "infttrace.h" for
1846 parent_attach_all.
1847 (hppa_insert_hw_watchpoint): Declare.
1848 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
1849 * hppah-nat.c: Include "gdb_string.h".
1850 (parent_attach_all): Delete extern declaration, moved to
1851 "infttrace.h".
1852 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
1853 int.
1854 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
1855 * Makefile.in (infttrace_h): Define.
1856 (hpread.o): Update dependencies.
1857 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
1858 * hppa-hpux-tdep.c: Include "gdb_string.h".
1859 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
1860 * infrun.c (handle_inferior_event): Always initialize
1861 stepped_after_stopped_by_watchpoint. Add default and remove
1862 fallthrough in switch statement.
1863 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
1864 parameter to int.
1865 (hppa_remove_hw_watchpoint): Ditto.
1866
2c3bbe77
AC
18672003-03-29 Andrew Cagney <cagney@redhat.com>
1868
1869 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
1870 offset.
1871
2dd604e7
RE
18722003-03-29 Richard Earnshaw <rearnsha@arm.com>
1873
1874 * arm-tdep.c (arm_push_arguments): Delete.
1875 (struct stack_item): New type.
1876 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
1877 (arm_store_struct_return): Delte.
1878 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
1879 arm_push_arguments or arm_store_struct_return.
1880
e8933a55
AC
18812003-03-28 Andrew Cagney <cagney@redhat.com>
1882
1883 * Makefile.in (d10v-tdep.o): Update dependencies.
1884 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
1885 * d10v-tdep.c: Include "remote.h".
1886 (target_resume_hook): Delete extern declaration.
1887 (target_wait_loop_hook): Ditto.
1888 (tdisassemble_command): Eliminate assignment in "if" conditional.
1889 (d10v_ts2_register_sim_regno): Eliminate call to
1890 legacy_register_sim_regno.
1891 (d10v_ts3_register_sim_regno): Ditto.
1892
6949171e
JJ
18932003-03-28 Jeff Johnston <jjohnstn@redhat.com>
1894
1895 * thread.c: Reindented.
1896 * lin-lwp.c: Ditto.
1897 * linux-proc.c: Ditto.
1898
98c7071f
BR
18992003-03-28 Bob Rossi <bob_rossi@cox.net>
1900
1901 * MAINTAINERS (write after approval): Add myself.
1902
5edc9ca6
TR
19032003-03-27 Theodore A. Roth <troth@openavr.org>
1904
1905 * objc-exp.y: Add missing semi-colons.
1906
378bfd1b
AC
19072003-03-27 Andrew Cagney <cagney@redhat.com>
1908
1909 * regcache.c (write_sp): Delete function and references.
1910 * inferior.h (write_sp): Delete declaration.
1911 * valops.c (hand_function_call): Replace write_sp with
1912 TARGET_WRITE_SP.
1913 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
1914 (sparc_pop_frame): Ditto.
1915
56056df7
AC
19162003-03-27 Andrew Cagney <cagney@redhat.com>
1917
1918 * NEWS: Mention removal of support for hppa*-*-bsd* and
1919 hppa*-*-osf* natives, and hppa*-*-pro* target.
1920 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
1921 * config/pa/xm-pa.h: Obsolete file.
1922 * config/pa/xm-hppab.h: Obsolete file.
1923 * config/pa/nm-hppab.h: Obsolete file.
1924 * config/pa/tm-hppab.h: Obsolete file.
1925 * config/pa/tm-hppao.h: Obsolete file.
1926 * config/pa/nm-hppao.h: Obsolete file.
1927 * config/pa/tm-pro.h: Obsolete file.
1928 * config/pa/hppaosf.mt: Obsolete file.
1929 * config/pa/hppaosf.mh: Obsolete file.
1930 * config/pa/hppapro.mt: Obsolete file.
1931 * config/pa/hppabsd.mt: Obsolete file.
1932 * config/pa/hppabsd.mh: Obsolete file.
1933 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
1934 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
1935 hppa*-*-osf*.
1936
5873a88d
AC
19372003-03-27 Andrew Cagney <cagney@redhat.com>
1938
1939 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
1940 push_arguments. Don't set push_return_address or write_sp.
1941 (d10v_push_dummy_call): Replace d10v_push_arguments.
1942 (d10v_push_return_address, d10v_write_sp): Delete function,
1943 handled by push_dummy_call.
1944
b81774d8
AC
19452003-03-26 Andrew Cagney <cagney@redhat.com>
1946
1947 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
1948 (push_dummy_call): New pure multi-arch replacement with gdbarch,
1949 regcache and dummy_addr parameters.
1950 * gdbarch.h, gdbarch.c: Re-generate.
1951 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
1952 available; assume it will handle stack alignment and return
1953 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
1954 legacy_push_arguments.
1955 (legacy_push_arguments): Rename default_push_arguments.
1956 * value.h (legacy_push_arguments): Rename default_push_arguments.
1957 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
1958 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
1959 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
1960 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
1961 * config/i386/tm-symmetry.h: Update.
1962 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1963 * x86-64-tdep.c (x86_64_init_abi): Update.
1964 * v850-tdep.c (v850_gdbarch_init): Update.
1965 * sparc-tdep.c (sparc_gdbarch_init): Update.
1966 * sh-tdep.c (sh_gdbarch_init): Update.
1967 * s390-tdep.c (s390_gdbarch_init): Update.
1968 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1969 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1970 * mips-tdep.c (mips_gdbarch_init): Update.
1971 * mcore-tdep.c (mcore_gdbarch_init): Update.
1972 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1973 * ia64-tdep.c (ia64_gdbarch_init): Update.
1974 * i386-tdep.c (i386_gdbarch_init): Update.
1975 * hppa-tdep.c (hppa_gdbarch_init): Update.
1976 * h8300-tdep.c (h8300_gdbarch_init): Update.
1977 * frv-tdep.c (frv_gdbarch_init): Update.
1978 * d10v-tdep.c (d10v_gdbarch_init): Update.
1979 * cris-tdep.c (cris_gdbarch_init): Update.
1980 * avr-tdep.c (avr_gdbarch_init): Update.
1981 * arm-tdep.c (arm_gdbarch_init): Update.
1982 * arm-linux-tdep.c (arm_linux_init_abi): Update.
1983 * alpha-tdep.c (alpha_gdbarch_init): Update.
1984
f541410f
DJ
19852003-03-26 Daniel Jacobowitz <drow@mvista.com>
1986
1987 * signals/signals.c (do_target_signal_to_host): Correct realtime
1988 signal range test.
1989
69f567ae
DJ
19902003-03-26 Daniel Jacobowitz <drow@mvista.com>
1991
1992 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
1993 (struct sal_chain, map_catch_names): Remove.
1994 (catch_exception_command_1): Don't call
1995 handle_gnu_4_16_catch_command.
1996
d5d14a5a
DJ
19972003-03-26 Daniel Jacobowitz <drow@mvista.com>
1998
1999 From Mark Dettinger <dettinge@de.ibm.com>:
2000 * dwarf2cfi.c (read_2u): Increment pointer by two.
2001
bdd73e22
DJ
20022003-03-26 Daniel Jacobowitz <drow@mvista.com>
2003
2004 * signals/signals.c: Fix typos in last change.
2005
960cb555
DJ
20062003-03-26 Daniel Jacobowitz <drow@mvista.com>
2007
2008 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
2009 not already defined. Use __SIGRTMIN if available.
2010 (target_signal_from_host): Remove SIGRTMIN block.
2011 (do_target_signal_to_host): Remove SIGRTMIN block; check that
2012 the signal is within the realtime range.
2013
f636b87d
AF
20142003-03-25 Adam Fedor <fedor@gnu.org>
2015
2016 * Makefile.in (infrun.o): Add $(language_h)
2017 * infrun.c (handle_inferior_event): Use skip_language_trampoline
2018 for language specific trampolines.
2019 * language.h (struct language_defn): Add skip_trampoline.
2020 (skip_language_trampoline): Declare.
2021 * language.c (unk_lang_trampoline, skip_language_trampoline):
2022 New functions.
2023 (unknown_language_defn, auto_language_defn, local_language_defn):
2024 Add ukn_lang_trampoline.
2025 * ada-lang.c (ada_language_defn): Add NULL for language
2026 specific skip_trampoline.
2027 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
2028 scm-lang.c: Likewise.
2029 * objc-lang.c (objc_skip_trampoline): New function.
2030 (objc_language_defn): Add objc_skip_trampoline.
2031
28f617b3 20322003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
2033
2034 * frame.c (get_prev_frame): Delay validating a frame's ID -
2035 non-NULL, didn't go backwards - until an attempt to unwind it to
2036 the previous frame.
2037
f933a9c5
AC
20382003-03-25 Andrew Cagney <cagney@redhat.com>
2039
2040 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
2041 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
2042 * gdbarch.h, gdbarch.c: Re-generate.
2043 * config/sparc/tm-sparc.h
2044 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
2045 * sparc-tdep.c (sparc_gdbarch_init): Set
2046 deprecated_extra_stack_alignment_needed.
2047 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
2048 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
2049 extra_stack_alignment_needed.
2050 * v850-tdep.c (v850_gdbarch_init): Ditto.
2051 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
2052 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2053 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2054 * cris-tdep.c (cris_gdbarch_init): Ditto.
2055 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2056 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2057
4183d812
AC
20582003-03-25 Andrew Cagney <cagney@redhat.com>
2059
2060 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
2061 STORE_STRUCT_RETURN.
2062 * gdbarch.h, gdbarch.c: Regenerate.
2063 * d10v-tdep.c (d10v_store_struct_return): Delete function.
2064 (d10v_push_arguments): Set the struct return register.
2065 (d10v_gdbarch_init): Update.
2066 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2067 * x86-64-tdep.c (x86_64_init_abi): Update.
2068 * vax-tdep.c (vax_gdbarch_init): Update.
2069 * v850-tdep.c (v850_gdbarch_init): Update.
2070 * sparc-tdep.c (sparc_gdbarch_init): Update.
2071 * sh-tdep.c (sh_gdbarch_init): Update.
2072 * s390-tdep.c (s390_gdbarch_init): Update.
2073 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2074 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2075 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2076 * mips-tdep.c (mips_gdbarch_init): Update.
2077 * mcore-tdep.c (mcore_gdbarch_init): Update.
2078 * m68k-tdep.c (m68k_gdbarch_init): Update.
2079 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2080 * ia64-tdep.c (ia64_gdbarch_init): Update.
2081 * i386-tdep.c (i386_gdbarch_init): Update.
2082 * hppa-tdep.c (hppa_gdbarch_init): Update.
2083 * h8300-tdep.c (h8300_gdbarch_init): Update.
2084 * frv-tdep.c (frv_gdbarch_init): Update.
2085 * cris-tdep.c (cris_gdbarch_init): Update.
2086 * avr-tdep.c (avr_gdbarch_init): Update.
2087 * arm-tdep.c (arm_gdbarch_init): Update.
2088 * alpha-tdep.c (alpha_gdbarch_init): Update.
2089
1bf6d5cc
AC
20902003-03-25 Andrew Cagney <cagney@redhat.com>
2091
2092 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
2093 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
2094 CALL_DUMMY_STACK_ADJUST with a predicate variable.
2095 * gdbarch.h, gdbarch.c: Regenerate.
2096 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2097 call_dummy_stack_adjust_p.
2098 * vax-tdep.c (vax_gdbarch_init): Ditto.
2099 * v850-tdep.c (v850_gdbarch_init): Ditto.
2100 * sh-tdep.c (sh_gdbarch_init): Ditto.
2101 * s390-tdep.c (s390_gdbarch_init): Ditto.
2102 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2103 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2104 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2105 * mips-tdep.c (mips_gdbarch_init): Ditto.
2106 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2107 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2108 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2109 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2110 * i386-tdep.c (i386_gdbarch_init): Ditto.
2111 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2112 * frv-tdep.c (frv_gdbarch_init): Ditto.
2113 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2114 * cris-tdep.c (cris_gdbarch_init): Ditto.
2115 * avr-tdep.c (avr_gdbarch_init): Ditto.
2116 * arm-tdep.c (arm_gdbarch_init): Ditto.
2117 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2118 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
2119 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
2120 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
2121 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
2122 call_dummy_stack_adjust_p.
2123 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
2124 (CALL_DUMMY_STACK_ADJUST): Delete macro.
2125 * sparc-tdep.c (sparc32_push_arguments): Update.
2126 * valops.c (hand_function_call): Update.
2127
71c08af0
CV
21282003-03-25 Corinna Vinschen <vinschen@redhat.com>
2129
2130 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
2131 set_gdbarch_char_signed.
2132
30757f90
RE
21332003-03-25 Richard Earnshaw <rearnsha@arm.com>
2134
2135 PR cli/548
2136 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
2137
03d48a7d
RE
21382003-03-25 Richard Earnshaw <rearnsha@arm.com>
2139
2140 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
2141 (_initialize_arm_tdep): Don't set tm_print_insn.
2142
2cf6873c
AF
21432003-03-24 Adam Fedor <fedor@gnu.org>
2144
2145 * Makefile.in (YYOBJ): Add objc-exp.tab.o
2146 * objc-lang.h: Add multiple inclusion protection.
2147 (start_msglist, add_msglist, end_msglist): Additional declarations.
2148
17c0759e
RE
21492003-03-24 Richard Earnshaw <rearnsha@arm.com>
2150
2151 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
2152 value was renamed to ARM_FLOAT_SOFT_FPA.
2153
618ce49f
AC
21542003-03-23 Andrew Cagney <cagney@redhat.com>
2155
2156 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
2157 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
2158 * gdbarch.h, gdbarch.c: Regenerate.
2159 * valops.c (hand_function_call): Update.
2160 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
2161 * frame.c (legacy_saved_regs_this_id): Update.
2162 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
2163 * dummy-frame.h: Update.
2164 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
2165 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
2166 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
2167 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
2168 * config/m68k/tm-sun3.h: Update.
2169 * blockframe.c (inside_main_func, frame_chain_valid): Update.
2170 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2171 * x86-64-tdep.c (x86_64_init_abi): Update.
2172 * vax-tdep.c (vax_gdbarch_init): Update.
2173 * v850-tdep.c (v850_gdbarch_init): Update.
2174 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
2175 * sh-tdep.c (sh_gdbarch_init): Update.
2176 * s390-tdep.c (s390_gdbarch_init): Update.
2177 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2178 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
2179 (frame_get_saved_regs): Update.
2180 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
2181 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2182 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2183 * mips-tdep.c (mips_gdbarch_init): Update.
2184 * mcore-tdep.c (mcore_gdbarch_init): Update.
2185 * m68k-tdep.c (m68k_gdbarch_init): Update.
2186 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2187 * ia64-tdep.c (ia64_gdbarch_init): Update.
2188 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
2189 * i386-interix-tdep.c (i386_interix_init_abi): Update.
2190 (i386_interix_back_one_frame): Update.
2191 * hppa-tdep.c (hppa_gdbarch_init): Update.
2192 (hppa_init_extra_frame_info): Update.
2193 * h8300-tdep.c (h8300_gdbarch_init): Update.
2194 * frv-tdep.c (frv_gdbarch_init): Update.
2195 * cris-tdep.c (cris_gdbarch_init): Update.
2196 * avr-tdep.c (avr_gdbarch_init): Update.
2197 * arm-tdep.c (arm_gdbarch_init): Update.
2198 * alpha-tdep.c (alpha_gdbarch_init): Update.
2199
fd50bc42
RE
22002003-03-22 Richard Earnshaw <rearnsha@arm.com>
2201
2202 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
2203 (arm_get_fp_model): Declare.
2204 * arm-tdep.c (fp_model_strings): New string array.
2205 (arm_fp_model, current_fp_model): New variables.
2206 (arm_get_fp_model): New function.
2207 (arm_set_fp): New function.
2208 (set_fp_model_sfunc): New function.
2209 (show_fp_model): New function.
2210 (_initialize_arm_tdep): Add new command to set/show the FPU.
2211 (arm_extract_return_value): Use arm_get_fp_model.
2212 (arm_store_return_value): Likewise.
2213 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
2214 to initialize the floating-point data types.
2215 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
2216 model is FPA.
2217
26304000
RE
22182003-03-22 Richard Earnshaw <rearnsha@arm.com>
2219
2220 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
2221 the current setting of each value.
2222 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
2223 new_set and new_show. Use add_setshow_cmd_full and
2224 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
2225 commands and add new version as subcommands of "set/show arm".
2226
afd7eef0
RE
22272003-03-22 Richard Earnshaw <rearnsha@arm.com>
2228
2229 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
2230 (set_arm_command, show_arm_command): New functions.
2231 (_initialize_arm_tdep): Add them.
2232 (num_disassembly_options): Renamed from num_flavor_options.
2233 (valid_disassembly_styles): Renamed from valid_flavors.
2234 (disassembly_style): Renamed from disassembly_flavor.
2235 (set_disassembly_style_sfunc): Renamed from
2236 set_disassembly_flavor_sfunc.
2237 (set_disassembly_style): Renamed from set_disassembly_flavor.
2238 (arm_othernames): Updated.
2239 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
2240 command. Add "set/show arm disassembly" commands. Deprecate
2241 "othernames" command.
2242
299a7944
RE
22432003-03-22 Richard Earnshaw <rearnsha@arm.com>
2244
2245 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
2246 (arm-tdep.o): Depend on elf_arm_h.
2247
c1dac9e6
RE
22482003-03-22 Richard Earnshaw <rearnsha@arm.com>
2249
2250 * Makefile.in (coff_internal_h): Define.
2251 (arm-tdep.o): Update dependencies.
2252
2702d96c
RE
22532003-03-22 Richard Earnshaw <rearnsha@arm.com>
2254
2255 * arm-tdep.c (prologue_cache): Delete.
2256 (check_prologue_cache, save_prologue_cache): Delete.
2257 (arm_scan_prologue): Don't check or update the prologue_cache.
2258 (arm_gdb_arch_init): Don't initialize it.
2259 (_initialize_arm_tdep): Likewise.
2260
27d5d74b
SC
22612003-03-21 Stephane Carrez <stcarrez@nerim.fr>
2262
2263 * MAINTAINERS (tui): Maintainer of tui code.
2264
1762d96d
CV
22652003-03-21 Corinna Vinschen <vinschen@redhat.com>
2266
2267 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
2268 (i386-cygwin-tdep.o): Add dependencies.
2269 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
2270 * i386-cygwin-tdep.c: New file.
2271 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
2272 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
2273
4c2e2391
AC
22742003-03-20 Andrew Cagney <cagney@redhat.com>
2275
f20d38b7
AC
2276 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
2277 (handle_inferior_event): Remove code calling
2278 DYNAMIC_TRAMPOLINE_NEXTPC.
2279
0022b738
AC
2280 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
2281 already has a full path.
2282
864dbc90
AC
2283 * main.c (gdb_main): Return 1.
2284 (captured_main): Call error to report an invalid interpreter.
2285
4c2e2391
AC
2286 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
2287 * alpha-osf1-tdep.c: Include "gdb_string.h".
2288
5ef7553b
JB
22892003-03-19 J. Brobecker <brobecker@gnat.com>
2290
2291 Continuing work to convert the hppa targets to multiarch partial.
2292
2293 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
2294 method, now that hppa_push_dummy_frame has a conformant prototype.
2295 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
2296 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
2297 for the switch to multiarch partial.
2298
7bde8967
KB
22992003-03-19 Kevin Buettner <kevinb@redhat.com>
2300
2301 * mdebugread.c (parse_symbol): For stEnd, we're done counting
2302 when iss is issNull.
2303
b006a9e9
KB
23042003-03-18 Kevin Buettner <kevinb@redhat.com>
2305
2306 * mips-tdep.c (mips_register_name): Fix fencepost error involving
2307 NUM_REGS bounds check.
2308
5e2e9765
KB
23092003-03-18 Kevin Buettner <kevinb@redhat.com>
2310
2311 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
2312 * mips-tdep.c (gdb_assert.h): Include.
2313 (mips_generic_reg_names, mips_processor_reg_names): Make static.
2314 (mips_register_name): Handle integer registers explicitly. Add
2315 bounds checking.
2316 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
2317 (mips_lsi33k_reg_names): Don't list integer registers; they're
2318 handled by mips_register_name() now.
2319 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
2320 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
2321 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
2322 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
2323 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
2324
a2867626
AC
23252003-03-18 Andrew Cagney <cagney@redhat.com>
2326
2327 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
2328 a void pointer.
2329 * gdbtypes.h (print_scalar_formatted): Update declaration.
2330 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
2331
06600e06
JB
23322003-03-18 J. Brobecker <brobecker@gnat.com>
2333
2334 * infrun.c (observer.h): Add #include.
2335 (normal_stop): Add call to observer_notify_normal_stop.
2336 * Makefile.in (infrun.o): Add dependency on observer.h.
2337
7daf4f5b
JB
23382003-03-18 J. Brobecker <brobecker@gnat.com>
2339
2340 Continuing work to convert the hppa targets to multiarch partial.
2341 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
2342 parameter. Reformat comment.
2343 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
2344 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
2345 to match new profile.
2346
3371ccc0
JB
23472003-03-18 J. Brobecker <brobecker@gnat.com>
2348
2349 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
2350 appear to be working in any case.
2351
4fbe891e
JB
23522003-03-18 J. Brobecker <brobecker@gnat.com>
2353
2354 * observer.c (observer_test_first_observer): New static variable.
2355 (observer_test_second_observer): Likewise.
2356 (observer_test_third_observer): Likewise.
2357 (observer_test_first_notification_function): New static function.
2358 (observer_test_second_notification_function): Likewise.
2359 (observer_test_third_notification_function): Likewise.
2360
a7ff40e7
JB
23612003-03-17 J. Brobecker <brobecker@gnat.com>
2362
2363 * hppa-tdep.c (gdb_assert.h): Add missing #include.
2364 * somsolib.c (gdb_assert.h): Likewise.
2365 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
2366 (somsolib.o): Likewise.
2367
26ca4152
AC
23682003-03-17 Andrew Cagney <cagney@redhat.com>
2369
2370 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
2371 BFD. Simplify setting of di.endian.
2372
0a613259
AC
23732003-03-17 Andrew Cagney <cagney@redhat.com>
2374
2375 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
2376 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
2377
2378 From Elena Zannoni <ezannoni@redhat.com>
2379 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
2380 vector and floating-point parameters.
2381 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
2382 convention.
2383 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
2384
1132738f
FN
23852003-03-17 Fernando Nasser <fnasser@redhat.com>
2386
2387 * MAINTAINERS: Remove my name from several maintainership roles.
2388
6dc42492
AC
23892003-03-17 Andrew Cagney <cagney@redhat.com>
2390
2391 Fix frame off-by-one bug.
2392 * frame-unwind.h (frame_this_id_ftype): Replace
2393 frame_unwind_id_ftype.
2394 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
2395 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
2396 with "prev_register".
2397 * frame-unwind.c (frame_unwind_find_by_pc): Return
2398 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
2399 comment.
2400 * dummy-frame.c (cached_find_dummy_frame): Delete function.
2401 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
2402 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
2403 (dummy_frame_unwind): Update.
2404 * sentinel-frame.c (sentinel_frame_prev_register): Replace
2405 sentinel_frame_register_unwind.
2406 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
2407 (sentinel_frame_unwinder): Update.
2408 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
2409 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
2410 * frame.c (create_sentinel_frame): Update. Initialize
2411 "prologue_cache" instead of "unwind_cache".
2412 (frame_register_unwind): Call this frame's prev_register with the
2413 next frame and this frame's prologue cache.
2414 (get_prev_frame): Simplify. Always call prev frame's this_id with
2415 this frame and prev frame's prologue cache. Document that this
2416 call is shifted one to the left when compared to the
2417 frame_register_unwind call.
2418 (legacy_saved_regs_prev_register): Replace
2419 frame_saved_regs_register_unwind.
2420 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
2421 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
2422 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
2423 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
2424 (d10v_frame_unwind): Update.
2425 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
2426 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
2427 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
2428 "saved_regs" with "this_saved_regs".
2429
efd710d6
AC
24302003-03-16 Andrew Cagney <cagney@redhat.com>
2431
2432 * frame.c (frame_pop): Don't call target_store_registers. Fix
2433 problem reported by Mark Kettenis.
2434
4e259f09
MK
24352003-03-16 Mark Kettenis <kettenis@gnu.org>
2436
2437 * i386-tdep.c (i386_register_type): Renamed from
2438 i386_register_virtual_type. Adjust function signature.
2439 (i386_gdbarch_init): Set register_type instead of
2440 deprecated_max_register_raw_size,
2441 deprecated_max_register_virtual_size and register_virtual_type.
2442
055bb976
AC
24432003-03-14 Andrew Cagney <cagney@redhat.com>
2444
2445 * frame.c (get_prev_frame): When a legacy frame, always call
2446 legacy_get_prev_frame. Simplify unwind code using assumption that
2447 the unwinder is new.
2448 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
2449 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
2450 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
2451
ac2adee5
AC
24522003-03-14 Andrew Cagney <cagney@redhat.com>
2453
2454 * frame.c (get_saved_register): Delete function.
2455 * frame.h (get_saved_register): Delete declaration.
2456 * xstormy16-tdep.c: Update comment.
2457 * regcache.h: Update comments.
2458 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
2459 get_saved_register and extract_address, use
2460 frame_read_unsigned_register.
2461 (sparc_frame_saved_pc): Ditto.
2462 (sparc_get_saved_register): Instead of get_saved_register, use
2463 frame_register.
2464 (sparc_pop_frame): Ditto.
2465 * findvar.c: Update comments.
2466 (value_of_register): Call frame_register instead of
2467 get_saved_register.
2468 (value_from_register): Ditto.
2469 * config/sparc/tm-sparc.h: Update comment.
2470 * breakpoint.c: Update comment.
2471
129c1cd6
AC
24722003-03-14 Andrew Cagney <cagney@redhat.com>
2473
2474 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
2475 GET_SAVED_REGISTER.
2476 * gdbarch.h, gdbarch.c: Re-generate.
2477 * frame.h: Update comments.
2478 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2479 * x86-64-tdep.c (x86_64_init_abi): Update.
2480 * sparc-tdep.c (sparc_gdbarch_init): Update.
2481 * sh-tdep.c (sh_gdbarch_init): Update.
2482 * mips-tdep.c (mips_gdbarch_init): Update.
2483 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2484 * cris-tdep.c (cris_gdbarch_init): Update.
2485 * ia64-tdep.c (ia64_gdbarch_init): Update.
2486 * frame.c (frame_register): Update.
2487 (get_saved_register): Update.
2488 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
2489
749b82f6
AC
24902003-03-13 Andrew Cagney <cagney@redhat.com>
2491
2492 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
2493 * gdbarch.h, gdbarch.c: Regenerate.
2494 * valops.c (hand_function_call): Update comment.
2495 * stack.c (return_command): Update comment.
2496 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
2497 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
2498 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2499 * x86-64-tdep.c (x86_64_init_abi): Update.
2500 * vax-tdep.c (vax_gdbarch_init): Update.
2501 * v850-tdep.c (v850_gdbarch_init): Update.
2502 * sparc-tdep.c (sparc_gdbarch_init): Update.
2503 * sh-tdep.c (sh_gdbarch_init): Update.
2504 * s390-tdep.c (s390_gdbarch_init): Update.
2505 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2506 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2507 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2508 * mips-tdep.c (mips_gdbarch_init): Update.
2509 * mcore-tdep.c (mcore_gdbarch_init): Update.
2510 * m68k-tdep.c (m68k_gdbarch_init): Update.
2511 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2512 * ia64-tdep.c (ia64_gdbarch_init): Update.
2513 * i386-tdep.c (i386_gdbarch_init): Update.
2514 * hppa-tdep.c (hppa_gdbarch_init): Update.
2515 * h8300-tdep.c (h8300_gdbarch_init): Update.
2516 * frv-tdep.c (frv_gdbarch_init): Update.
2517 * cris-tdep.c (cris_gdbarch_init): Update.
2518 * avr-tdep.c (avr_gdbarch_init): Update.
2519 * arm-tdep.c (arm_gdbarch_init): Update.
2520 * alpha-tdep.c (alpha_gdbarch_init): Update.
2521
1594fa56
AC
25222003-03-13 Andrew Cagney <cagney@redhat.com>
2523
2524 * frame.c (legacy_frame_p): New function.
2525 (get_prev_frame): Use legacy_frame_p.
2526 * frame.h (legacy_frame_p): Declare.
2527
7717fda3
V
25282003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
2529
2530 * MAINTAINERS (write after approval): Alphabetically
2531 listing corrected.
2532
0c67cbe9
V
25332003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
2534
2535 * MAINTAINERS (write after approval): Add myself.
2536
03febf99
AC
25372003-03-12 Andrew Cagney <cagney@redhat.com>
2538
2539 * frame.c (get_prev_frame): Rename the frame parameter to
2540 "this_frame".
2541 (get_next_frame, legacy_get_prev_frame): Ditto.
2542
0a1e1ca1
AC
25432003-03-12 Andrew Cagney <cagney@redhat.com>
2544
2545 * frame.c (get_current_frame): Check target_has_registers before
2546 checking target_has_stack.
2547 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
2548 instead of deprecated_selected_frame.
2549 * findvar.c (value_of_register): Pass "frame", not
2550 deprecated_selected_frame, to value_of_builtin_reg.
2551
a66a9c23
AC
25522003-03-12 Andrew Cagney <cagney@redhat.com>
2553
2554 * regcache.c (regcache_cooked_write_signed): New function.
2555 (regcache_cooked_write_unsigned): New function.
2556 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
2557 (regcache_cooked_read_signed): Fix regnum in range assertion.
2558 * regcache.h (regcache_cooked_write_signed): Declare.
2559 (regcache_cooked_write_unsigned): Declare.
2560
8bedc050
AC
25612003-03-12 Andrew Cagney <cagney@redhat.com>
2562
2563 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
2564 * gdbarch.h, gdbarch.c: Re-generate.
2565 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2566 * x86-64-tdep.h: Update.
2567 * x86-64-tdep.c (x86_64_init_abi): Update.
2568 * v850-tdep.c (v850_gdbarch_init): Update.
2569 * sparc-tdep.c (sparc_gdbarch_init): Update.
2570 * sh-tdep.c (sh_gdbarch_init): Update.
2571 * s390-tdep.c (s390_gdbarch_init): Update.
2572 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2573 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
2574 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2575 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2576 * mips-tdep.c (mips_gdbarch_init): Update.
2577 * mcore-tdep.c (mcore_gdbarch_init): Update.
2578 * m68k-tdep.c (m68k_gdbarch_init): Update.
2579 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2580 * ia64-tdep.c (ia64_gdbarch_init): Update.
2581 * i386-tdep.c (i386_gdbarch_init): Update.
2582 * i386-interix-tdep.c (i386_interix_init_abi): Update.
2583 * hppa-tdep.c (hppa_gdbarch_init): Update.
2584 * h8300-tdep.c (h8300_gdbarch_init): Update.
2585 * frv-tdep.c (frv_gdbarch_init): Update.
2586 * cris-tdep.c (cris_gdbarch_init): Update.
2587 * avr-tdep.c (avr_gdbarch_init): Update.
2588 * arm-tdep.c (arm_gdbarch_init): Update.
2589 * alpha-tdep.c (alpha_gdbarch_init): Update.
2590 * sh-tdep.c (sh_init_extra_frame_info): Update.
2591 (sh64_init_extra_frame_info): Update.
2592 * ns32knbsd-nat.c (frame_num_args): Update.
2593 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
2594 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
2595 (xstormy16_frame_chain_valid): Update.
2596 * vax-tdep.c (vax_saved_pc_after_call): Update.
2597 * v850-tdep.c (v850_frame_chain): Update.
2598 (v850_pop_frame): Update.
2599 (v850_init_extra_frame_info): Update.
2600 * sparc-tdep.c (setup_arbitrary_frame): Update.
2601 * ns32k-tdep.c (umax_frame_num_args): Update.
2602 * s390-tdep.c (s390_pop_frame_regular): Update.
2603 * mn10300-tdep.c (mn10300_frame_chain): Update.
2604 (mn10300_pop_frame_regular): Update.
2605 (mn10300_init_extra_frame_info): Update.
2606 * mips-tdep.c (mips_init_frame_pc_first): Update.
2607 (mips_frame_chain): Update.
2608 (mips_pop_frame): Update.
2609 * mcore-tdep.c (mcore_frame_chain): Update.
2610 (mcore_pop_frame): Update.
2611 (mcore_init_extra_frame_info): Update.
2612 * arch-utils.c (init_frame_pc_default): Update.
2613 * m68k-tdep.c (isi_frame_num_args): Update.
2614 (delta68_frame_num_args): Update.
2615 (news_frame_num_args): Update.
2616 * ia64-tdep.c (ia64_pop_frame_regular): Update.
2617 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
2618 (alpha_frame_chain): Update.
2619 (alpha_pop_frame): Update.
2620 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
2621 (hppa_init_extra_frame_info): Update.
2622 (hppa_frame_chain): Update.
2623 (hppa_frame_chain_valid): Update.
2624 * cris-tdep.c (cris_init_extra_frame_info): Update.
2625 * avr-tdep.c (avr_init_extra_frame_info): Update.
2626 * arm-tdep.c (arm_frame_chain_valid): Update.
2627 (arm_init_extra_frame_info): Update.
2628 (arm_pop_frame): Update.
2629 * frame.c (frame_pc_unwind): Update.
2630 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
2631 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
2632 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
2633 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
2634 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
2635 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
2636
7a25a7c1
AC
26372003-03-12 Andrew Cagney <cagney@redhat.com>
2638
2639 Eliminate the need for POP_FRAME.
2640 * frame.c (do_frame_unwind_register): New function.
2641 (frame_pop): When no POP_FRAME, pop the frame using register
2642 unwind and a scratch regcache.
2643 (frame_saved_regs_pop): Delete function.
2644 (trad_frame_unwinder): Update.
2645 * d10v-tdep.c (d10v_frame_pop): Delete function.
2646 (d10v_frame_unwind): Update.
2647 * sentinel-frame.c (sentinel_frame_pop): Delete function.
2648 (sentinel_frame_unwinder): Update.
2649 * dummy-frame.c (dummy_frame_pop): Delete function.
2650 (dummy_frame_unwind): Update.
2651 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
2652 (struct frame_unwind): Update.
2653
2f38ef89
KB
26542003-03-11 Kevin Buettner <kevinb@redhat.com>
2655
2656 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
2657 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
2658 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
2659 Do range checks on register number obtained from debugging info.
2660 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
2661 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
2662 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
2663 mapping function.
2664 (do_fp_register_row): Fix typo which caused double type to be
2665 used when attempting to unpack a float.
2666
552f4abf
JB
26672003-03-11 J. Brobecker <brobecker@gnat.com>
2668
2669 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
2670
e0d2ae16
AC
26712003-03-11 Andrew Cagney <cagney@redhat.com>
2672
2673 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
2674 frame. Problem found by Corinna Vinschen.
2675
ddbfdd06
PM
26762003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
2677
2678 * doublest.c (floatformat_from_length): Accept also
2679 the real size of 'long double' type.
2680
088b2ddc 26812003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 2682
088b2ddc 2683 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
2684 * breakpoint.c (bpstat_copy): Copy the command lines as well
2685 as the old value, to match what is freed in bpstat_clear.
2686
f56f77c1
DC
26872003-03-10 David Carlton <carlton@math.stanford.edu>
2688
2689 * minsyms.c (add_minsym_to_hash_table): Replace
2690 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
2691 (compare_minimal_symbols, compact_minimal_symbols)
2692 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
2693 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
2694 of DEPRECATED_SYMBOL_MATCHES_NAME.
2695 (lookup_minimal_symbol_solib_trampoline): Ditto.
2696
5602984a
AC
26972003-03-10 Andrew Cagney <cagney@redhat.com>
2698
2699 * regcache.h (regcache_cooked_read_ftype): Define.
2700 (regcache_save, regcache_restore): Add a cooked_read parameter.
2701 * regcache.c (regcache_save, regcache_restore): Update.
2702 (do_cooked_read): New function.
2703 (regcache_cpy): Pass do_cooked_read to regcache_save and
2704 regcache_restore.
2705
8bedc050
AC
27062003-03-10 Andrew Cagney <cagney@redhat.com>
2707
2708 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
2709 * gdbarch.h, gdbarch.c: Re-generate.
2710 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2711 * x86-64-tdep.h: Update.
2712 * x86-64-tdep.c (x86_64_init_abi): Update.
2713 * v850-tdep.c (v850_gdbarch_init): Update.
2714 * sparc-tdep.c (sparc_gdbarch_init): Update.
2715 * sh-tdep.c (sh_gdbarch_init): Update.
2716 * s390-tdep.c (s390_gdbarch_init): Update.
2717 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2718 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
2719 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2720 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2721 * mips-tdep.c (mips_gdbarch_init): Update.
2722 * mcore-tdep.c (mcore_gdbarch_init): Update.
2723 * m68k-tdep.c (m68k_gdbarch_init): Update.
2724 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2725 * ia64-tdep.c (ia64_gdbarch_init): Update.
2726 * i386-tdep.c (i386_gdbarch_init): Update.
2727 * i386-interix-tdep.c (i386_interix_init_abi): Update.
2728 * hppa-tdep.c (hppa_gdbarch_init): Update.
2729 * h8300-tdep.c (h8300_gdbarch_init): Update.
2730 * frv-tdep.c (frv_gdbarch_init): Update.
2731 * cris-tdep.c (cris_gdbarch_init): Update.
2732 * avr-tdep.c (avr_gdbarch_init): Update.
2733 * arm-tdep.c (arm_gdbarch_init): Update.
2734 * alpha-tdep.c (alpha_gdbarch_init): Update.
2735 * sh-tdep.c (sh_init_extra_frame_info): Update.
2736 (sh64_init_extra_frame_info): Update.
2737 * ns32knbsd-nat.c (frame_num_args): Update.
2738 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
2739 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
2740 (xstormy16_frame_chain_valid): Update.
2741 * vax-tdep.c (vax_saved_pc_after_call): Update.
2742 * v850-tdep.c (v850_frame_chain): Update.
2743 (v850_pop_frame): Update.
2744 (v850_init_extra_frame_info): Update.
2745 * sparc-tdep.c (setup_arbitrary_frame): Update.
2746 * ns32k-tdep.c (umax_frame_num_args): Update.
2747 * s390-tdep.c (s390_pop_frame_regular): Update.
2748 * mn10300-tdep.c (mn10300_frame_chain): Update.
2749 (mn10300_pop_frame_regular): Update.
2750 (mn10300_init_extra_frame_info): Update.
2751 * mips-tdep.c (mips_init_frame_pc_first): Update.
2752 (mips_frame_chain): Update.
2753 (mips_pop_frame): Update.
2754 * mcore-tdep.c (mcore_frame_chain): Update.
2755 (mcore_pop_frame): Update.
2756 (mcore_init_extra_frame_info): Update.
2757 * arch-utils.c (init_frame_pc_default): Update.
2758 * m68k-tdep.c (isi_frame_num_args): Update.
2759 (delta68_frame_num_args): Update.
2760 (news_frame_num_args): Update.
2761 * ia64-tdep.c (ia64_pop_frame_regular): Update.
2762 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
2763 (alpha_frame_chain): Update.
2764 (alpha_pop_frame): Update.
2765 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
2766 (hppa_init_extra_frame_info): Update.
2767 (hppa_frame_chain): Update.
2768 (hppa_frame_chain_valid): Update.
2769 * cris-tdep.c (cris_init_extra_frame_info): Update.
2770 * avr-tdep.c (avr_init_extra_frame_info): Update.
2771 * arm-tdep.c (arm_frame_chain_valid): Update.
2772 (arm_init_extra_frame_info): Update.
2773 (arm_pop_frame): Update.
2774 * frame.c (frame_pc_unwind): Update.
2775 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
2776 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
2777 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
2778 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
2779 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
2780 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
2781
12cc2063
AC
27822003-03-10 Andrew Cagney <cagney@redhat.com>
2783
2784 * gdbarch.sh (gdbarch_unwind_pc): New method.
2785 * gdbarch.h, gdbarch.c: Regenerate.
2786 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
2787 but use read_pc and FRAME_SAVED_PC as fall backs.
2788 (frame_saved_regs_pc_unwind): Delete function.
2789 (trad_frame_unwinder): Update.
2790 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
2791 (struct frame_unwind): Update.
2792 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
2793 (dummy_frame_unwind): Update.
2794 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
2795 (sentinel_frame_unwinder): Update.
2796 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
2797 (d10v_frame_unwind): Update.
2798 (d10v_unwind_pc): New function.
2799 (d10v_gdbarch_init): Set unwind_pc.
2800
ef840a37
AC
28012003-03-10 Andrew Cagney <cagney@redhat.com>
2802
a2ce2e56
AC
2803 * gdbarch.h: Re-generate.
2804
ef840a37
AC
2805 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
2806 PC.
2807 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
2808 the PC register.
2809
08f3424b
MK
28102003-03-08 Mark Kettenis <kettenis@gnu.org>
2811
2812 * gdbarch.sh (save_dummy_frame_tos): Add comment.
2813
1248ede2
AC
28142003-03-08 Andrew Cagney <cagney@redhat.com>
2815
2816 * cli-out.c: Update copyright.
2817 (cli_out_data): Define typedef. Use instead of ui_out_data.
2818
f49bacc8
AC
28192003-03-08 Andrew Cagney <cagney@redhat.com>
2820
2821 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
2822 the result.
2823
9b05f993
AC
28242003-03-07 Andrew Cagney <cagney@redhat.com>
2825
2826 * gdbarch.sh: Don't generate two macro definitions when an
2827 undefined macro taking no arguments.
2828 * gdbarch.h: Regenerate.
2829
166f4c7b
ML
28302002-03-07 Michal Ludvig <mludvig@suse.cz>
2831
2832 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
2833 (x86_64_unwind_dummy_id): New functions.
2834 (x86_64_init_abi): Register these two new functions.
2835
6d686a84
ML
28362003-03-07 Michal Ludvig <mludvig@suse.cz>
2837
2838 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
2839 (x86_64_skip_prologue): Move prologue detection to
2840 separate function.
2841 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
2842
6314f104
AC
28432003-03-05 Andrew Cagney <cagney@redhat.com>
2844
2845 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
2846 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
2847 * frame.c (get_prev_frame): Restructure the frame ID unwind code
2848 to use unwind_dummy_id when a dummy frame.
2849 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
2850 predicate.
2851 * gdbarch.h, gdbarch.c: Regneerate.
2852
ceea5145
AC
28532003-03-05 Andrew Cagney <cagney@redhat.com>
2854
2855 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
2856 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
2857 Do not use d10v_read_sp or d10v_read_fp when obtaining register
2858 values.
2859
0d843116
AC
28602003-03-05 Andrew Cagney <cagney@redhat.com>
2861
2862 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
2863 (struct d10v_unwind_cache): Delete field "frameless". Replace
2864 "next_addr" with "sp_offset". Add "r11_offset".
2865 (d10v_frame_unwind_cache): Update.
2866 (prologue_find_regs): Update. When "mv r11, sp", save the
2867 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
2868 RN was saved in r11_offset.
2869
b2579786
AC
28702003-03-05 Andrew Cagney <cagney@redhat.com>
2871
2872 * frame.c (deprecated_update_frame_pc_hack): Also update the the
2873 cached PC value in the next frame.
2874
218e5956
AC
28752003-03-05 Andrew Cagney <cagney@redhat.com>
2876
2877 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
2878 "id_unwind_cache" with "id".
2879 (frame_id_unwind): Delete declaration.
2880 * frame.c (frame_id_unwind): Delete function.
2881 (get_prev_frame): Call the frame id unwind method directly. Store
2882 the returned next frame's ID value in NEXT_FRAME. Note that there
2883 is a problem with the wrong unwind ID being called with the wrong
2884 unwind cache.
2885
ed363b1b
DJ
28862003-03-05 Daniel Jacobowitz <drow@mvista.com>
2887
2888 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
2889
fe1f4a5e
DJ
28902003-03-05 James Ingham <jingham@apple.com>
2891 Daniel Jacobowitz <drow@mvista.com>
2892
2893 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
2894 (auto_cp_abi): New variable.
2895 (current_cp_abi, num_cp_abis): Make static.
2896 (CP_ABI_MAX): Define.
2897 (cp_abis): Turn into an array.
2898 (value_virtual_fn_field): Fix formatting.
2899 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
2900 takes a pointer.
2901 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
2902 (list_cp_abis, _initialize_cp_abi): New functions.
2903 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
2904 declarations for cp_abis, num_cp_abis, current_cp_abi, and
2905 switch_to_cp_abi. Update prototype for register_cp_abi.
2906 * Makefile.in (cp-abi.o): Update dependencies.
2907 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
2908 instead of switch_to_cp_abi.
2909 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
2910 register_cp_abi.
2911 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
2912 register_cp_abi.
2913 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
2914
e4adbba9
DJ
29152003-03-05 Daniel Jacobowitz <drow@mvista.com>
2916
2917 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
2918 * dwarf2loc.c: Include "regcache.h".
2919 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
2920 register_size.
2921 * Makefile.in (dwarf2loc.o): Update dependencies.
2922
91ccbfc1
TR
29232003-03-04 Theodore A. Roth <troth@openavr.org>
2924
2925 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
2926 number of io registers reported by remote target is not a multiple of
2927 step.
2928
3d4e8fd2
DC
29292003-03-04 David Carlton <carlton@math.stanford.edu>
2930
2931 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
2932 (lookup_symbol_aux_psymtabs): Update call to
2933 lookup_partial_symbol.
2934 (lookup_transparent_type, find_main_psymtab)
2935 (make_symbol_overload_list): Ditto.
2936
ed42d87b
KH
29372003-03-04 Kazu Hirata <kazu@cs.umass.edu>
2938
2939 * MAINTAINERS (Write after approval): Update my email address.
2940
a0ed5532
AC
29412003-03-03 Andrew Cagney <cagney@redhat.com>
2942
2943 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
2944 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
2945 predicate. Replace MAX_REGISTER_RAW_SIZE.
2946 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
2947 MAX_REGISTER_VIRTUAL_SIZE.
2948 * regcache.c (legacy_max_register_raw_size): New function.
2949 (legacy_max_register_virtual_size): New function.
2950 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
2951 (MAX_REGISTER_RAW_SIZE): Define.
2952 (legacy_max_register_raw_size): Declare.
2953 (legacy_max_register_virtual_size): Declare.
2954 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
2955 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
2956 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
2957 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
2958 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
2959 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
2960 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
2961 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
2962 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
2963 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2964 * vax-tdep.c (vax_gdbarch_init): Update.
2965 * v850-tdep.c (v850_gdbarch_init): Update.
2966 * sparc-tdep.c (sparc_gdbarch_init): Update.
2967 * sh-tdep.c (sh_gdbarch_init): Update.
2968 * s390-tdep.c (s390_gdbarch_init): Update.
2969 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2970 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2971 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2972 * mips-tdep.c (mips_gdbarch_init): Update.
2973 * mcore-tdep.c (mcore_gdbarch_init): Update.
2974 * m68k-tdep.c (m68k_gdbarch_init): Update.
2975 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2976 * ia64-tdep.c (ia64_gdbarch_init): Update.
2977 * i386-tdep.c (i386_gdbarch_init): Update.
2978 * hppa-tdep.c (hppa_gdbarch_init): Update.
2979 * h8300-tdep.c (h8300_gdbarch_init): Update.
2980 * frv-tdep.c (frv_gdbarch_init): Update.
2981 * cris-tdep.c (cris_gdbarch_init): Update.
2982 * avr-tdep.c (avr_gdbarch_init): Update.
2983 * arm-tdep.c (arm_gdbarch_init): Update.
2984 * alpha-tdep.c (alpha_gdbarch_init): Update.
2985 * d10v-tdep.c (d10v_gdbarch_init): Do not set
2986 max_register_raw_size or max_register_virtual_size.
2987
8e437497
DC
29882003-03-03 David Carlton <carlton@math.stanford.edu>
2989
2990 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
2991 SYMBOL_MATCHES_NAME, add comment.
2992 (SYMBOL_MATCHES_NATURAL_NAME): New.
2993 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
2994 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
2995 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
2996 * symtab.c (lookup_partial_symbol): Use
2997 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
2998 unhelpful comment.
2999 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
3000 SYMBOL_MATCHES_NAME.
3001 Fix for PR c++/33.
3002
25120b0d
DC
30032003-03-03 David Carlton <carlton@math.stanford.edu>
3004
3005 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
3006 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
3007 by regexp matching against SYMBOL_NATURAL_NAME.
3008
78a11fb4
DC
30092003-03-03 David Carlton <carlton@math.stanford.edu>
3010
3011 * linespec.c (find_method): Extract code into collect_methods.
3012 (collect_methods): New.
3013
645dd519
MK
30142003-03-02 Mark Kettenis <kettenis@gnu.org>
3015
b4700d91
MK
3016 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
3017 get_frame_base.
3018
645dd519
MK
3019 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
3020 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
3021
0aa7e1aa
SC
30222003-03-02 Stephane Carrez <stcarrez@nerim.fr>
3023
3024 * arch-utils.c (generic_register_byte): Fix to use the loop index
3025 and not regnum when summing the size of all registers up to regnum.
3026
f30ee0bc
AC
30272003-03-01 Andrew Cagney <cagney@redhat.com>
3028
3029 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
3030 FRAME_INIT_SAVED_REGS.
3031 * gdbarch.h, gdbarch.c: Regenerate.
3032 * stack.c (frame_info): Update.
3033 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
3034 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
3035 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
3036 * ns32k-tdep.c (ns32k_pop_frame): Update.
3037 * mips-tdep.c (mips_pop_frame): Update.
3038 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
3039 * ia64-tdep.c (ia64_frame_chain): Update.
3040 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
3041 (ia64_frameless_function_invocation): Update.
3042 (ia64_init_extra_frame_info): Update.
3043 (ia64_pop_frame_regular): Update.
3044 * frame.h (struct frame_info): Update comment.
3045 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
3046 * frame.c (frame_saved_regs_register_unwind): Update.
3047 (frame_saved_regs_register_unwind): Update.
3048 (deprecated_generic_get_saved_register): Update.
3049 * cris-tdep.c: Update comment.
3050 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
3051 Rename macro.
3052 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3053 * x86-64-tdep.c (x86_64_init_abi): Update.
3054 * vax-tdep.c (vax_gdbarch_init): Update.
3055 * v850-tdep.c (v850_gdbarch_init): Update.
3056 * sparc-tdep.c (sparc_gdbarch_init): Update.
3057 * sh-tdep.c (sh_gdbarch_init): Update.
3058 * s390-tdep.c (s390_gdbarch_init): Update.
3059 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3060 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
3061 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3062 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3063 * mips-tdep.c (mips_gdbarch_init): Update.
3064 * mcore-tdep.c (mcore_gdbarch_init): Update.
3065 * m68k-tdep.c (m68k_gdbarch_init): Update.
3066 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3067 * ia64-tdep.c (ia64_gdbarch_init): Update.
3068 * i386-tdep.c (i386_gdbarch_init): Update.
3069 * frv-tdep.c (frv_gdbarch_init): Update.
3070 * avr-tdep.c (avr_gdbarch_init): Update.
3071 * arm-tdep.c (arm_gdbarch_init): Update.
3072 * alpha-tdep.c (alpha_gdbarch_init): Update.
3073
42fa7c0f
AC
30742003-03-01 Andrew Cagney <cagney@redhat.com>
3075
3076 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
3077 option enum and switch. When no windows, set the interpreter to
3078 INTERP_CONSOLE.
3079
49c7e338
AC
30802003-03-01 Andrew Cagney <cagney@redhat.com>
3081
3082 * main.c (captured_main): Replace magic option characters with an
3083 enum.
3084
e9582e71
AC
30852003-03-01 Andrew Cagney <cagney@redhat.com>
3086
3087 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
3088 INIT_EXTRA_FRAME_INFO.
3089 * gdbarch.h, gdbarch.c: Regenerate.
3090 * arm-tdep.c: Update comments.
3091 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
3092 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
3093 * frame.h, avr-tdep.c: Ditto.
3094 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
3095 (create_new_frame, legacy_get_prev_frame): Ditto.
3096 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
3097 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
3098 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
3099 deprecated_init_extra_frame_info instead of init_extra_frame_info.
3100 * x86-64-tdep.c (x86_64_init_abi): Ditto.
3101 * v850-tdep.c (v850_gdbarch_init): Ditto.
3102 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3103 * sh-tdep.c (sh_gdbarch_init): Ditto.
3104 * s390-tdep.c (s390_gdbarch_init): Ditto.
3105 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
3106 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3107 * mips-tdep.c (mips_gdbarch_init): Ditto.
3108 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3109 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3110 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3111 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
3112 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
3113 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3114 * frv-tdep.c (frv_gdbarch_init): Ditto.
3115 * cris-tdep.c (cris_gdbarch_init): Ditto.
3116 * avr-tdep.c (avr_gdbarch_init): Ditto.
3117 * arm-tdep.c (arm_gdbarch_init): Ditto.
3118 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
3119 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3120
35cac7cf
AC
31212003-03-01 Andrew Cagney <cagney@redhat.com>
3122
3123 * gdbarch.sh (register_type): New function with predicate.
3124 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
3125 * gdbarch.h, gdbarch.c: Re-generate.
3126 * arch-utils.c (generic_register_byte): Use generic_register_size.
3127 (generic_register_size): When available, use
3128 gdbarch_register_type.
3129 * regcache.c (init_regcache_descr): When available, initialize the
3130 register type array using gdbarch_register_type. If the
3131 architecture supplies gdbarch_register_type, do not use the legacy
3132 regcache layout.
3133 * d10v-tdep.c (d10v_register_type): Replace
3134 d10v_register_virtual_type.
3135 (d10v_gdbarch_init): Set register_type instead of
3136 register_virtual_type.
3137
7b83296f
AC
31382003-03-01 Andrew Cagney <cagney@redhat.com>
3139
3140 * Makefile.in (ax-gdb.o): Update dependencies.
3141 * ax-gdb.c: Include "regcache.h".
3142 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
3143 * findvar.c (value_of_register): Ditto.
3144 * infcmd.c (default_print_registers_info): Ditto.
3145
eadc1c87
MK
31462003-03-01 Mark Kettenis <kettenis@gnu.org>
3147
3148 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
3149 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
3150
14143612
MK
31512003-03-01 Mark Kettenis <kettenis@gnu.org>
3152
3153 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
3154 of STREQ.
3155
a55cc764
DJ
31562003-02-28 Daniel Jacobowitz <drow@mvista.com>
3157
3158 * Makefile.in (dwarf2loc.o): Update dependencies.
3159 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
3160 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
3161 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
3162 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
3163 (locexpr_tracepoint_var_ref): New function.
3164 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
3165
08a617da
AC
31662003-02-28 Andrew Cagney <cagney@redhat.com>
3167
3168 * regcache.c (register_size): New function.
3169 * regcache.h (register_size): Declare
3170 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
3171 max_register_size instead of MAX_REGISTER_RAW_SIZE.
3172
4224873a
DC
31732003-02-28 David Carlton <carlton@math.stanford.edu>
3174
3175 * linespec.c (decode_compound): Extract code into find_method.
3176 (find_method): New.
3177
ccdc5d7f
JB
31782003-02-28 J. Brobecker <brobecker@gnat.com>
3179
3180 * Makefile.in: Add rules to build and link in observer.o.
3181
974e8ced
JB
31822003-02-27 J. Brobecker <brobecker@gnat.com>
3183
3184 * observer.c: Minor comments edits.
3185
7a28f973
JB
31862003-02-27 J. Brobecker <brobecker@gnat.com>
3187
3188 * observer.h, observer.c: New file.
3189
27cddce2
AC
31902003-02-27 Andrew Cagney <cagney@redhat.com>
3191
3192 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
3193
b94a41a1
SC
31942003-02-27 Stephane Carrez <stcarrez@nerim.fr>
3195
3196 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
3197 (M6812_OP_STS_EXT): Likewise.
3198 (m6811_prologue): Use the above to recognize prologue.
3199 (m6812_prologue): Likewise.
3200
c8be8951
DC
32012003-02-27 David Carlton <carlton@math.stanford.edu>
3202
3203 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
3204 SYMBOL_PRINT_NAME.
3205 (compare_psymbols): Ditto.
3206 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
3207
d05bb1fc
MS
32082003-02-27 Michael Snyder <msnyder@redhat.com>
3209
4e845cd3
MS
3210 * f-lang.c (build_fortran_types): New function.
3211 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
3212 * doublest.c (extract_floating): Fix warning text.
3213
f3824013
AC
32142003-02-27 Andrew Cagney <cagney@redhat.com>
3215
3216 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
3217 predicate. Replaces PUSH_DUMMY_FRAME.
3218 * gdbarch.h, gdbarch.c: Regnerate.
3219 * valops.c (hand_function_call): Update. Call
3220 generic_push_dummy_frame directly.
3221 * vax-tdep.c (vax_gdbarch_init): Update.
3222 * sparc-tdep.c (sparc_gdbarch_init): Update.
3223 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3224 * m68k-tdep.c (m68k_gdbarch_init): Update.
3225 * hppa-tdep.c (hppa_gdbarch_init): Update.
3226 * alpha-tdep.c (alpha_gdbarch_init): Update.
3227 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
3228 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
3229 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
3230 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
3231 push_dummy_frame to generic_push_dummy_frame.
3232 * v850-tdep.c (v850_gdbarch_init): Ditto.
3233 * sh-tdep.c (sh_gdbarch_init): Ditto.
3234 * s390-tdep.c (s390_gdbarch_init): Ditto.
3235 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3236 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3237 * mips-tdep.c (mips_gdbarch_init): Ditto.
3238 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3239 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3240 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3241 * i386-tdep.c (i386_gdbarch_init): Ditto.
3242 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3243 * frv-tdep.c (frv_gdbarch_init): Ditto.
3244 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3245 * cris-tdep.c (cris_gdbarch_init): Ditto.
3246 * avr-tdep.c (avr_gdbarch_init): Ditto.
3247 * arm-tdep.c (arm_gdbarch_init): Ditto.
3248
ad188201
KB
32492003-02-26 Kevin Buettner <kevinb@redhat.com>
3250
3251 * mips-tdep.c (show_mips_abi): New function.
3252 (_initialize_mips_tdep): Use show_mips_abi() to implement the
3253 command ``show mips abi''.
3254
6b37567a
JJ
32552003-02-26 Jeff Johnston <jjohnstn@redhat.com>
3256
3257 From Elena Zannoni <ezannoni@redhat.com>
3258 * dbxread.c (process_one_symbol): Only record line 0 if one or
3259 more sline entries have been seen for the function.
3260
d3e0a5bf
MC
32612003-02-26 Michael Chastain <mec@shout.net>
3262
3263 * configure: Regenerate with autoconf 000227.
3264
18972eea
MC
32652003-02-26 Michael Chastain <mec@shout.net>
3266
3267 Close PR build/660.
3268 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
3269 for old libc5/glibc.
3270 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
3271
0bbde931
KW
32722003-02-26 Kris Warkentin <kewarken@qnx.com>
3273
3274 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
3275 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
3276
27ca5dad
MC
32772003-02-26 Michael Chastain <mec@shout.net>
3278
3279 * configure.in: New variable HAVE_UINTPTR_T.
3280 * configure, config.in: Regenerated.
3281
6f88d630
DJ
32822003-02-26 Daniel Jacobowitz <drow@mvista.com>
3283
3284 Fix PR build/1097.
3285 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
3286
b14185ce
AC
32872003-02-25 Andrew Cagney <cagney@redhat.com>
3288
3289 * frame.c (get_prev_frame): Add comment on check for
3290 inside_entry_func. Only check for inside_entry_file when not a
3291 dummy and not a sentinel. Check that the new frame is not inner
3292 to the old frame.
3293
ac2bd0a9
AC
32942003-02-25 Andrew Cagney <cagney@redhat.com>
3295
3296 * frame.c (frame_debug): New variable.
3297 (_initialize_frame): Add "set/show debug frame" command.
3298 (get_prev_frame): When frame_debug, print reason why unwind
3299 failed.
3300
b18a0fd2
MC
33012003-02-25 Michael Chastain <mec@shout.net>
3302
3303 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
3304 to avoid uintptr_t definition problems.
3305
22abf04a
DC
33062003-02-25 David Carlton <carlton@math.stanford.edu>
3307
3308 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
3309 (SYMBOL_LINKAGE_NAME): Ditto.
3310 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
3311 SYMBOL_LINKAGE_NAME.
3312 (struct general_symbol_info): Expand comment.
3313 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
3314 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
3315 (SYMBOL_MATCHES_REGEXP): Ditto.
3316 * symtab.c (symbol_natural_name): New function.
3317 * objfiles.h: Replace all uses of SYMBOL_NAME by
3318 DEPRECATED_SYMBOL_NAME.
3319 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
3320 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
3321 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
3322 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
3323 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
3324 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
3325 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
3326 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
3327 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
3328 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
3329 * ada-exp.y: Ditto.
3330 * ada-exp.y: Update copyright.
3331 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
3332 * cp-valprint.c: Ditto.
3333
1a5848f6
JJ
33342003-02-25 Jeff Johnston <jjohnstn@redhat.com>
3335
3336 * infptrace.c (detach): Do not flag error if ptrace detach fails
3337 and errno is set to ESRCH.
3338
7343d46a
AC
33392003-02-24 Andrew Cagney <cagney@redhat.com>
3340
3341 * infptrace.c (udot_info): Change type of udot_off to long. Use
3342 paddr when printing udot_off's value.
3343
49fa1dc2
DC
33442003-02-24 David Carlton <carlton@math.stanford.edu>
3345
3346 * symtab.c (make_symbol_overload_list): Only read in partial
3347 symtabs containing a matching partial symbol.
3348
0fe19209
DC
33492003-02-24 David Carlton <carlton@math.stanford.edu>
3350
3351 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
3352 do the comparison, not strcmp.
3353 * symfile.c (compare_psymbols): Ditto.
3354 * defs.h: Declare strcmp_iw_ordered.
3355 * utils.c (strcmp_iw_ordered): New function.
3356
8e3ee7b5
JB
33572003-02-24 Jim Blandy <jimb@redhat.com>
3358
3359 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
3360 support, shared libs): Remove my name from here, to better reflect
3361 reality.
3362
7df1a324
KW
33632003-02-24 Kris Warkentin <kewarken@qnx.com>
3364
3365 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
3366 (target_ops): Add to_have_continuable_watchpoint.
3367 * target.c (update_current_target): Add INHERIT line for
3368 to_have_continuable_watchpoint.
3369 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
3370 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
3371 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
3372 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
3373
d1c76907
EZ
33742003-02-24 Elena Zannoni <ezannoni@redhat.com>
3375
3376 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
3377 maintainership.
3378
2610b0bf
KW
33792003-02-24 Kris Warkentin <kewarken@qnx.com>
3380
f46169db
KW
3381 * solib.c (solib_open): Call target defined search function after
3382 failing with solib-search-path.
3383 * solist.h (target_so_ops): Add find_and_open_solib function hook and
3384 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 3385
9a3c34fe
KW
33862003-02-24 Kris Warkentin <kewarken@qnx.com>
3387
f46169db 3388 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 3389
2417dd25
SC
33902003-02-23 Stephane Carrez <stcarrez@nerim.fr>
3391
3392 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
3393
b631436b
SC
33942003-02-22 Stephane Carrez <stcarrez@nerim.fr>
3395
3396 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
3397 (m68hc11_add_reggroups): New function.
3398 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
3399 (m68hc11_gdbarch_init): Install the reggroups.
3400 (_initialize_m68hc11_tdep): Initialize them.
3401
0aa8c1e4
JW
34022003-02-21 James E Wilson <wilson@tuliptree.org>
3403
3404 * MAINTAINERS: Update my email address.
3405
50ceaba5
DC
34062003-02-21 David Carlton <carlton@math.stanford.edu>
3407
3408 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
3409
4c2df51b
DJ
34102003-02-21 Daniel Jacobowitz <drow@mvista.com>
3411
3412 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
3413 * symtab.h: Add opaque declarations of struct axs_value and
3414 struct agent_expr.
3415 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
3416 (struct location_funcs): New type.
3417 (struct symbol): Add "loc" to aux_value.
3418 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
3419 * dwarf2read.c: Include "dwarf2expr.h".
3420 (dwarf2_symbol_mark_computed): New function.
3421 (read_func_scope): Use it.
3422 (var_decode_location): New function.
3423 (new_symbol): Use it.
3424 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
3425
3426 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
3427 (dwarf2expr_h, dwarf2loc_h): New variables.
3428 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
3429 (dwarf2expr.o, dwarf2loc.o): New rules.
3430 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
3431 * buildsym.c (finish_block): Handle LOC_COMPUTED and
3432 LOC_COMPUTED_ARG.
3433 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
3434 * m2-exp.y (yylex): Likewise.
3435 * printcmd.c (address_info, print_frame_args): Likewise.
3436 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
3437 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
3438 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
3439 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
3440 * symtab.c (lookup_block_symbol): Likewise.
3441
5784d15e
AF
34422003-02-20 Adam Fedor <fedor@gnu.org>
3443
3444 * symtab.h: Remove objc_specific struct
3445 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
3446 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
3447 Have language_objc use cplus_specific struct.
3448
d4cad8db
TT
34492003-02-20 Tom Tromey <tromey@redhat.com>
3450
3451 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
3452 TYPE_NAME, when printing a String value. PR java/1075.
3453
2f9a90b4
AF
34542003-02-20 Adam Fedor <fedor@gnu.org>
3455
d38074a8 3456 * objc-lang.h (find_methods): Remove declaration.
2f9a90b4
AF
3457 * objc-lang.c (find_methods): Make static.
3458
6f17862b
CF
34592003-02-20 Christopher Faylor <cgf@redhat.com>
3460
3461 * win32-nat.c (get_image_name): Check return value from
3462 ReadProcessMemory.
3463 (child_xfer_memory): Ditto.
3464
715d1656
AO
34652003-02-20 Alexandre Oliva <aoliva@redhat.com>
3466
3467 * configure.in (TARGET_SYSTEM_ROOT): Set default to
3468 ${exec_prefix}/${target_alias}/sys-root. Match explicit
3469 '${exec_prefix}' (in addition to the expansion thereof) as
3470 relocatable.
3471 * configure: Rebuilt.
3472
b1262a02
DC
34732003-02-20 David Carlton <carlton@math.stanford.edu>
3474
3475 * symtab.c (search_symbols): Revert the search_symbols part of my
3476 2002-12-23 patch. Add comment.
3477
7134143f
DJ
34782002-02-20 Daniel Jacobowitz <drow@mvista.com>
3479
3480 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
3481 * dbxread.c (elfstab_build_psymtabs): Don't call
3482 install_minimal_symbols.
3483 (stabsect_build_psymtabs): Likewise.
3484 * elfread.c (elf_symfile_read): Call install_minimal_symbols
3485 earlier.
3486 * somread.c (som_symfile_read): Call install_minimal_symbols
3487 and do_cleanups earlier.
3488 * nlmread.c (nlm_symfile_read): Likewise.
3489 * mdebugread.c (elfmdebug_build_psymtabs): Call
3490 install_minimal_symbols and make appropriate cleanups.
3491
cf466558
KB
34922003-02-20 Kevin Buettner <kevinb@redhat.com>
3493
3494 * solib.c (reload_shared_libraries): New function.
3495 (_initialize_solib): Add callbacks for ``set solib-search-path''
3496 and ``set solib-absolute-prefix''.
3497
de5ad195
DC
34982003-02-20 David Carlton <carlton@math.stanford.edu>
3499
3500 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
3501 expand comment.
3502 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
3503 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
3504 * ada-typeprint.c (ada_typedef_print): Ditto.
3505 * ax-gdb.c (gen_var_ref): Ditto.
3506 * breakpoint.c (print_one_breakpoint): Ditto.
3507 * buildsym.c (finish_block): Ditto.
3508 * c-valprint.c (c_val_print): Ditto.
3509 * expprint.c (print_subexp): Ditto.
3510 * findvar.c (locate_var_value): Ditto.
3511 * infcmd.c (jump_command): Ditto.
3512 * linespec.c (decode_line_2, decode_compound): Ditto.
3513 * maint.c (maintenance_translate_address): Ditto.
3514 * objc-lang.c (compare_selectors, compare_classes): Ditto.
3515 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
3516 Ditto.
3517 * p-valprint.c (pascal_val_print): Ditto.
3518 * stabsread.c (define_symbol): Ditto.
3519 * stack.c (print_frame, frame_info, print_block_frame_locals)
3520 (print_frame_arg_vars, return_command): Ditto.
3521 * symfile.c (compare_symbols, compare_psymbols): Ditto.
3522 * symmisc.c (print_symbol): Ditto.
3523 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
3524 (compare_search_syms, print_symbol_info, print_msymbol_info)
3525 (rbreak_command): Ditto.
3526 * tracepoint.c (tracepoints_info): Ditto.
3527 * typeprint.c (typedef_print): Ditto.
3528 * valops.c (value_of_variable, hand_function_call): Ditto.
3529 * cli/cli-cmds.c (edit_command, list_command): Ditto.
3530 * ada-typeprint.c: Update Copyright.
3531 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
3532 * tracepoint.c, cli/cli-cmds.c: Ditto.
3533
f796e4be
KB
35342003-02-20 Kevin Buettner <kevinb@redhat.com>
3535
3536 * frame.c (generic_unwind_get_saved_register): Make non-static.
3537 * frame.h (generic_unwind_get_saved_register): Declare.
3538 * mips-tdep.c (read_next_frame_reg): Fetch register from
3539 current regcache when frame is NULL.
3540 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
3541 that must be NULL.
3542 (mips_get_saved_register): Call generic_unwind_get_saved_register()
3543 instead of frame_register_unwind().
3544
836cc9f4
AC
35452003-02-20 Andrew Cagney <ac131313@redhat.com>
3546
3547 * remote-sim.c (gdbsim_insert_breakpoint)
3548 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
3549 code.
3550
501eef12
AC
35512003-02-20 Andrew Cagney <ac131313@redhat.com>
3552
3553 * remote.c (_initialize_remote): Add commands "set/show remote
3554 hardware-watchpoint-limit" and "set/show remote
3555 hardware-breakpoint-limit".
3556 (remote_hw_watchpoint_limit): Initialize to -1.
3557 (remote_hw_breakpoint_limit): Ditto.
3558 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
3559
1b6bc7e0
CF
35602003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
3561
3562 * coff-pe-read.c: New file - support reading of minimal symbols from a
3563 portable executable using the export table.
3564 * coff-pe-read.h: New file.
3565 * coffread.c: Include coff-pe-read.h.
3566 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
3567 debugging symbols found.
3568 * Makefile.in (SFILES): Add coff-pe-read.o.
3569 (coff_pe_read_h): Define.
3570 (COMMON_OBS): Add coff-pe-read.o.
3571 (coffread.o): Add coff_pe_read_h dependency.
3572 (coff-pe-read.o): New target.
3573
fe898f56
DC
35742003-02-19 David Carlton <carlton@math.stanford.edu>
3575
3576 * Makefile.in (SFILES): Add block.c.
3577 (block_h): New.
3578 (COMMON_OBS): Add block.o.
3579 (block.o): New.
3580 (x86-64-tdep.o): Add $(block_h).
3581 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
3582 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
3583 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
3584 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
3585 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
3586 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
3587 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
3588 * value.h: Add opaque declaration for struct block.
3589 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
3590 * ada-lang.h: Ditto.
3591 * x86-64-tdep.c: #include "block.h"
3592 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
3593 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
3594 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
3595 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
3596 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
3597 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
3598 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
3599 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
3600 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
3601 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
3602 * symtab.c (block_function): Ditto.
3603 (contained_in): Ditto.
3604 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
3605 block.h. Add opaque declaration for struct block.
3606 * symtab.h: Move block_function and contained_in declarations to
3607 block.h. Add opaque declarations for struct block, struct
3608 blockvector.
3609 (struct block): Move to block.h.
3610 (struct blockvector): Ditto.
3611 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
3612 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
3613 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
3614 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
3615 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
3616 Ditto.
3617 * block.c: New file.
3618 * block.h: New file.
3619
173345b5
TR
36202003-02-19 Theodore A. Roth <troth@openavr.org>
3621
3622 * avr-tdep.c (avr_extract_return_value): Remove function.
3623 (avr_store_return_value): Remove function.
3624 (avr_extract_struct_value_address): Remove function.
3625 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
3626
338ef23d
AC
36272003-02-19 Andrew Cagney <ac131313@redhat.com>
3628
3629 * rs6000-tdep.c: Include "gdb_assert.h".
3630 (registers_e500): Add "acc" and "spefscr".
3631 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
3632 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
3633 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
3634 really is "r0".
3635 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
3636
5412f5f3
KS
36372003-02-18 Keith Seitz <keiths@redhat.com>
3638
3639 * Makefile.in: Add gdbtk-interps.c.
3640
881324eb
KB
36412003-02-18 Kevin Buettner <kevinb@redhat.com>
3642
3643 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
3644 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
3645
6a2f5abf
AC
36462003-02-18 Andrew Cagney <cagney@redhat.com>
3647
3648 * symtab.h (struct objfile): Add opaque declaration.
3649
54c7009d
EZ
36502003-02-18 Elena Zannoni <ezannoni@redhat.com>
3651
3652 From Jim Ingham <jingham@apple.com>:
3653 * dbxread.c (process_one_symbol): Use last_function_start rather
3654 than function_start_offset to find the real beginning of the
3655 current function. The latter is just the text section offset on
3656 some systems, the former is always the real function start.
3657
7ee6d7eb
AC
36582003-02-17 Andrew Cagney <cagney@redhat.com>
3659
3660 * configure.in: Revert ${target} != ${host}.
3661
2846da9b
AC
36622003-02-17 Andrew Cagney <ac131313@redhat.com>
3663
3664 * configure.in (Makefile): Use the test ${target} != ${host},
3665 instead of the absence of the "nm.h" file, to determine of the
3666 configuration non-native.
3667 * configure: Regenerate.
3668
3b27aeea
EZ
36692003-02-14 Elena Zannoni <ezannoni@redhat.com>
3670
3671 From Brian Ford <ford@vss.fsi.com>
3672
3673 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
3674 conditionalize tui_active test.
3675 (lookup_cmd_1): Ditto.
3676
b0b1c2c0
MK
36772003-02-14 Mark Kettenis <kettenis@gnu.org>
3678
3679 * configure.in: Add check for _etext.
3680 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
3681 available.
3682 * config.in, configure: regenerated.
3683
8f05cde5
DJ
36842003-02-14 Daniel Jacobowitz <drow@mvista.com>
3685
3686 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
3687
021e7609
AC
36882003-02-14 Andrew Cagney <ac131313@redhat.com>
3689
3690 * main.c (tui_version): Delete variable.
3691 (captured_main): When --tui, set interpreter_p to "tui" instead of
3692 enabling tui_version.
3693 * printcmd.c (display_command) [TUI]: Test tui_active instead of
3694 tui_version.
3695 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
3696 * cli/cli-cmds.c (disassemble_command): Ditto.
3697 * defs.h (tui_version): Delete declaration.
3698 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
3699 (tui-interp.o): Add rules.
3700 (SUBDIR_TUI_OBS): Add "tui-interp.o".
3701
e325dcec
CF
37022003-02-14 Christopher Faylor <cgf@redhat.com>
3703
36ffb041 3704 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
3705 just-loaded dll.
3706
c4f90d87
JM
37072003-02-12 Jason Molenda (jmolenda@apple.com)
3708
3709 * symmisc.c (print_objfile_statistics): Include information about
3710 the number of psymtabs and symtabs in each object file.
3711
e46e5ccd
KS
37122003-02-13 Keith R Seitz <keiths@redhat.com>
3713
3714 * main.h (struct captured_main_args): Add interpreter_p.
3715 * main.c (captured_main): Initialize interpreter_p from context.
3716 * gdb.c (main): Set interpreter_p argument.
3717 * Makefile.in (gdb.o): Add dependency for interps.h.
3718
fe97fe9c
AC
37192003-02-12 Andrew Cagney <ac131313@redhat.com>
3720
3721 * event-top.c (cli_command_loop): Delete declaration.
3722 (_initialize_event_loop): Delete function setting event_loop_hook.
3723 * event-top.h (cli_command_loop): Declare. Update copyright.
3724 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
3725 * interps.c (current_interp_command_loop): When event_loop_p, call
3726 cli_command_loop.
3727
1cdac4ef
AC
37282003-02-12 Andrew Cagney <ac131313@redhat.com>
3729
3730 * interps.h (interp_command_loop_ftype): Change return type to
3731 void.
3732
48037ead
ML
37332003-02-12 Michal Ludvig <mludvig@suse.cz>
3734
3735 * x86-64-tdep.c (x86_64_extract_return_value)
3736 (x86_64_store_return_value): Use regcache instead of regbuf.
3737 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
3738 * x86-64-linux-nat.c (fill_gregset): Use regcache.
3739
033afc63
AC
37402003-02-11 Andrew Cagney <ac131313@redhat.com>
3741
3742 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
3743 * aclocal.m4: Regenerate.
3744 * configure: Regenerate.
3745
3746 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
3747 TCL_LD_SEARCH_FLAGS.
3748
40d02bca
ML
37492003-02-10 Michal Ludvig <mludvig@suse.cz>
3750
3751 * dwarf2cfi.c: Reindented.
3752
11308a41
AC
37532003-02-09 Andrew Cagney <ac131313@redhat.com>
3754
3755 * interps.c (clear_interpreter_hooks): Convert function definition
3756 to ISO C.
3757
e1c1c0f6
DC
37582003-02-07 David Carlton <carlton@math.stanford.edu>
3759
3760 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
3761
ab5d3da6
KB
37622003-02-07 Kevin Buettner <kevinb@redhat.com>
3763
3764 * gdbtypes.h (struct main_type): Move ``length'' field from here...
3765 (struct type): ...to here.
3766 (TYPE_LENGTH): Adjust to reflect different location of ``length''
3767 field.
3768 * gdbtypes.c (make_qualified_type): Set length on newly created type.
3769 (replace_type): Set length on all type variants for a given type.
3770
b8a92b82
AC
37712003-02-07 Andrew Cagney <ac131313@redhat.com>
3772
3773 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
3774 <sys/stat.h>.
3775 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
3776
5cb316ef
AC
37772003-02-06 Andrew Cagney <ac131313@redhat.com>
3778
2555fe1a
AC
3779 * Makefile.in (symm-nat.o): Update dependencies.
3780 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
3781 (lynx-nat.o, ia64-linux-nat.): Ditto.
3782 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
3783 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
3784 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
3785
44270758
AC
3786 * Makefile.in (inflow_h): Define.
3787 (procfs.o, inflow.o, procfs.o): Update dependencies.
3788 * inftarg.c (child_stop): Delete extern declaration of
3789 inferior_process_group. Include "inflow.h".
3790 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
3791 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
3792 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
3793 (our_process_group, inferior_process_group): Extern declarations.
3794
df8f7274
AC
3795 * procfs.c: Include "gdb_assert.h".
3796
5cb316ef
AC
3797 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
3798 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
3799 * jv-typeprint.c (java_type_print_base): Ditto.
3800 * typeprint.c (typedef_print): Eliminate STREQ.
3801 * cli/cli-script.c (define_command, define_command): Ditto.
3802 * main.c (captured_main): Ditto.
3803 * values.c (lookup_internalvar): Ditto.
3804 * utils.c (safe_strerror, parse_escape): Eliminate assignment
3805 within `if' conditional.
3806 * linespec.c (decode_line_2): Ditto.
3807 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
3808 (bfd_openw_with_cleanup): Ditto.
3809
2a28ccea
MK
38102003-02-07 Mark Kettenis <kettenis@gnu.org>
3811
3812 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
3813 legacy_extract_return_value and store_return_value to
3814 legacy_return_value.
3815
786b8124
CF
38162003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
3817
3818 * win32-nat.c (get_relocated_section_addrs): New function. Find
3819 section load addresses for symbol handling in relocated DLLs.
3820 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
3821
b871e4ec
FF
38222003-02-05 Fred Fish <fnf@intrinsity.com>
3823
3824 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
3825 '=' and '!='.
3826 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
3827 with '&' and '=='.
3828 (angel_RDI_info): Ditto.
3829 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
3830 with '&' and '!='.
3831 (threads_continue_all_with_signals): Ditto.
3832
4389a95a
AC
38332003-02-05 Jim Ingham <jingham@apple.com>
3834 Keith Seitz <keiths@redhat.com>
3835 Elena Zannoni <ezannoni@redhat.com>
3836 Andrew Cagney <ac131313@redhat.com>
3837
3838 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
3839 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
3840 (SUBDIR_MI_OBS): Add "mi-interp.o".
3841 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
3842 (SFILES): Add "interps.c".
3843 (COMMON_OBS): Add "interps.o".
3844 (interps_h, mi_main_h): Define.
3845 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
3846 (mi-main.o, main.o, event-top.o): Update dependencies.
3847 * cli/cli-interp.c: New file.
3848 * interps.h, interps.c: New files.
3849 * top.c: (gdb_init): Don't install the default interpreter, handed
3850 by captured_main.
3851 * main.c: Include "interps.h".
3852 (interpreter_p): Note that it should malloc'ed.
3853 (captured_command_loop): Call current_interp_command_loop.
3854 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
3855 xfree and xstrdup when updating interpreter_p. Install the
3856 default interpreter. Add hack to stop mi1's copyright notice
3857 being encoded.
3858 * event-top.h (gdb_setup_readline): Declare.
3859 (gdb_disable_readline): Declare.
3860 * event-top.c: Include "interps.h".
3861 (display_gdb_prompt): Call current_interp_display_prompt_p.
3862 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
3863 gdb_stdlog, and gdb_stdtarg.
3864 (_initialize_event_loop): Don't call gdb_setup_readline.
3865 * cli-out.c (cli_out_set_stream): New function.
3866 * cli-out.h (cli_out_set_stream): Declare.
3867
ff3b5810
MK
38682003-02-06 Mark Kettenis <kettenis@gnu.org>
3869
3870 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
3871 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
3872 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
3873 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
3874 config/i386/i386v42mp.mt: Removed.
3875
5b729aa5
MK
38762003-02-05 Mark Kettenis <kettenis@gnu.org>
3877
3878 * configure.tgt (*-*-solaris*): Set gdb_osabi to
3879 GDB_OSABI_SOLARIS.
3880
8cc15142
MC
38812003-02-05 Michael Chastain <mec@shout.net>
3882
3883 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
3884 2.12.1 and earlier versions.
3885
5aa5d4b9
AC
38862003-02-05 Andrew Cagney <ac131313@redhat.com>
3887
3888 Remove orphaned hosts, targets and files.
3889 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
3890 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
3891 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
3892 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
3893 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
3894 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
3895 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
3896 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
3897 * config/sparc/tm-sp64sim.h: Delete.
3898 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
3899 hosts.
3900 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
3901 mips*-dec-mach3* targets.
3902
b68767c1
MC
39032003-02-04 Michael Chastain <mec@shout.net>
3904
3905 * NEWS: Fix typo: sepcifying -> specifying.
3906
5ae7ca1d
MC
39072003-02-04 Michael Chastain <mec@shout.net>
3908
3909 * dwarfread.c: Add documentation on the state of dwarf-1,
3910 looking towards obsoletion.
3911
d08a4280
MC
39122003-02-03 Michael Chastain <mec@shout.net>
3913
3914 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
3915 gdb/testsuite/gdb.c++/pr-1023.exp.
3916
e9be73e4
AC
39172003-02-04 Andrew Cagney <ac131313@redhat.com>
3918
3919 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
3920 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
3921
3922 * utils.c (init_page_info): Delete reference to MPW in comments.
3923 * main.c (captured_main): Delete #ifdef MPW.
3924
05d57f6f
AC
39252003-02-04 Andrew Cagney <ac131313@redhat.com>
3926
3927 * NEWS: Note that the m32r-*-elf* is obsolete.
3928 * monitor.c (monitor_expect): Obsolete reference to m32r.
3929 * configure.tgt: Mark m32r-*-elf* as obsolete.
3930 * MAINTAINERS: Mark m32k as obsolete.
3931 * m32r-rom.c: Obsolete file.
3932 * config/m32r/m32r.mt: Obsolete file.
3933 * config/m32r/tm-m32r.h: Obsolete file.
3934 * m32r-stub.c: Obsolete file.
3935 * m32r-tdep.c: Obsolete file.
3936
8b0e5691
AC
39372003-02-04 Andrew Cagney <ac131313@redhat.com>
3938
3939 * NEWS: Mention that the z8k-zilog-none is obsolete.
3940 * MAINTAINERS: Mark z8k as obsolete.
3941 * configure.tgt: Obsolete the z8k-*-coff* target.
3942 * config/z8k/z8k.mt: Obsolete file.
3943 * config/z8k/tm-z8k.h: Obsolete file.
3944 * z8k-tdep.c: Obsolete file.
3945
67f16606
AC
39462003-02-04 Andrew Cagney <ac131313@redhat.com>
3947
3948 * NEWS: Mention that the mn10200-elf is obsolete.
3949 * configure.tgt: Obsolete mn10200-*-* target.
3950 * breakpoint.c (update_breakpoints_after_exec): Update comment to
3951 mention that the mn10200 is obsolete.
3952 * breakpoint.h: Ditto.
3953 * MAINTAINERS: Mark the mn10200-elf as obsolete.
3954 * config/mn10200/mn10200.mt: Obsolete file.
3955 * config/mn10200/tm-mn10200.h: Obsolete file.
3956 * mn10200-tdep.c: Obsolete file.
3957
fd2299bd
AC
39582003-02-04 Andrew Cagney <ac131313@redhat.com>
3959
3960 * MAINTAINERS: Mark h8500 as obsolete.
3961 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
3962 * findvar.c (value_from_register): Ditto.
3963 * h8500-tdep.c: Mark file as obsolete.
3964 * config/h8500/h8500.mt: Ditto.
3965 * config/h8500/tm-h8500.h: Ditto.
3966 * NEWS: Mention that h8500 is obsolete.
3967
eb9a305d
DC
39682003-02-04 David Carlton <carlton@math.stanford.edu>
3969
3970 * objfiles.c (allocate_objfile): Always set name. Add comment at
3971 start of function.
3972 * jv-lang.c (get_dynamics_objfile): Add comment.
3973
406fc7fb
DC
39742003-02-04 David Carlton <carlton@math.stanford.edu>
3975
3976 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
3977 * printcmd.c (build_address_symbolic): Replace uses of
3978 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
3979 SYMBOL_NAME, and asm_demangle.
3980 Update copyright.
3981
93d91629
DC
39822003-02-04 David Carlton <carlton@math.stanford.edu>
3983
3984 * linespec.c (decode_compound): Extract code into
3985 lookup_prefix_sym.
3986 (lookup_prefix_sym): New function.
3987
1c5cb38e
DC
39882003-02-04 David Carlton <carlton@math.stanford.edu>
3989
3990 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
3991 FLOAT_COERCION_BADNESS.
3992 * gdbtypes.c (rank_one_type): Replace all uses of
3993 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
3994
0cf824c9
JB
39952003-02-04 Jim Blandy <jimb@redhat.com>
3996
3997 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
3998 section, let dwarf_macinfo_section point to it, not
3999 dwarf_loc_section.
4000
a2d356b0
DJ
40012003-02-04 Daniel Jacobowitz <drow@mvista.com>
4002
4003 Pointed out by Anton Blanchard <anton@samba.org>.
4004 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
4005 (ppc_linux_at_sigtramp_return_path): Use it.
4006
2de7ced7
DJ
40072003-02-04 Daniel Jacobowitz <drow@mvista.com>
4008
4009 * defs.h (streq): Add prototype.
4010 * utils.c (streq): New function.
4011
4012 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
4013 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
4014 * mdebugread.c (new_symbol): Likewise.
4015 * stabsread.c (define_symbol): Likewise.
4016 * coffread.c (process_coff_symbol): Likewise.
4017 * dwarfread.c (new_symbol): Likewise.
4018
4019 * minsyms.c (prim_record_minimal_symbol_and_info): Use
4020 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
4021 here.
4022 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
4023 SYMBOL_INIT_DEMANGLED_NAME.
4024 * objfiles.c: Include "hashtab.h".
4025 (allocate_objfile): Call htab_set_functions_ex for the
4026 demangled_names_hash.
4027 (free_objfile): Call htab_delete for the demangled_names_hash.
4028 * objfiles.h (struct htab): Add declaration.
4029 (struct objfile): Add demangled_names_hash.
4030 * symfile.c: Include "hashtab.h".
4031 (reread_symbols): Call htab_delete for the demangled_names_hash.
4032 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
4033 SYMBOL_NAME in the bcache.
4034 * symtab.c: Include "hashtab.h". Update comments.
4035 (create_demangled_names_hash, symbol_set_names): New functions.
4036 (symbol_find_demangled_name): New function, broken out from
4037 symbol_init_demangled_names.
4038 (symbol_init_demangled_names): Use it.
4039 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
4040 (SYMBOL_SET_NAMES): New macro.
4041 (symbol_set_names): Add prototype.
4042
15831452
JB
40432003-02-03 Jim Blandy <jimb@redhat.com>
4044
4045 Use a single, consistent representation for an empty minimal
4046 symbol table in an objfile.
4047 * objfiles.c (terminate_minimal_symbol_table): New function.
4048 (allocate_objfile): Call it.
4049 * objfiles.h (terminate_minimal_symbol_table): New declaration.
4050 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
4051 non-NULL.
4052 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
4053 objfile has minimal symbols, compare minimal_symbol_count to zero,
4054 instead of comparing msymbols with NULL.
4055 * objfiles.c (have_minimal_symbols): Same.
4056 * solib-sunos.c (solib_add_common_symbols): Call
4057 terminate_minimal_symbol_table.
4058 * symfile.c (reread_symbols): Same.
4059
ffc65945
KB
40602003-02-03 Kevin Buettner <kevinb@redhat.com>
4061
4062 * s390-tdep.c (s390_address_class_type_flags)
4063 (s390_address_class_type_flags_to_name)
4064 (s390_address_class_name_to_type_flags): New functions.
4065 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
4066 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
4067
f211c6d4
MS
40682003-02-03 Michael Snyder <msnyder@redhat.com>
4069
4070 * arm-tdep.c: Fix spell-o in comment.
4071
659b0389
ML
40722003-02-03 Michal Ludvig <mludvig@suse.cz>
4073
4074 * dwarf2cfi.c (pointer_encoding): Added new parameter.
4075 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
4076 error messages to contain BFD filename.
4077
3b31d625
EZ
40782003-02-02 Elena Zannoni <ezannoni@redhat.com>
4079
997b089a 4080 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
4081 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
4082 (do_mixed_source_and_assembly): Use
4083 make_cleanup_ui_out_tuple_begin_end and
4084 make_cleanup_ui_out_tuple_begin_end.
4085 (do_mixed_source_and_assembly): Ditto.
4086 * thread.c (do_captured_list_thread_ids): Ditto.
4087 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
4088 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
4089 ui_out_tuple_end): Delete prototypes.
4090 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
4091 ui_out_list_end, ui_out_tuple_end): Delete.
4092
4093 From Kevin Buettner <kevinb@redhat.com>:
4094 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
4095 * ui-out.c (make_cleanup_ui_out_table_begin_end)
4096 (do_cleanup_table_end): New functions.
4097 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
4098 Use cleanups to invoke_ui_out_tuple_end().
4099 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
4100 * cli/cli-setshow.c (cmd_show_list): Use
4101 make_cleanup_ui_out_tuple_begin_end.
4102
5b181d62
AC
41032003-02-02 Andrew Cagney <ac131313@redhat.com>
4104
4105 * frame.c (frame_unwind_register): New function.
4106 (frame_unwind_unsigned_register): Use.
4107 (frame_unwind_signed_register): Use.
4108 (frame_read_register): New function.
4109 * frame.h (frame_unwind_register): Declare.
4110 (frame_read_register): Declare.
4111
4112 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
4113 and frame_unwind_register instead of read_memory, write_register
4114 and deprecated_write_register_bytes.
4115
5f601589
AC
41162003-02-02 Andrew Cagney <ac131313@redhat.com>
4117
4118 * frame.h: Note that namelen can be negative.
4119 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
4120 NAME's length.
4121
4122 * NEWS: Mention that the d10v's `regs' command is deprecated.
4123 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
4124 (d10v_print_registers_info): New function.
4125 (show_regs): Call d10v_print_registers_info.
4126 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
4127
6a3fe0a4
MK
41282003-02-02 Mark Kettenis <kettenis@gnu.org>
4129
4130 * stack.c (print_frame_info): Restore call to annotate_frame_begin
4131 lost in the previous patch.
4132
075559bc
AC
41332003-02-01 Andrew Cagney <ac131313@redhat.com>
4134
4135 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
4136 * stack.c (print_frame_info_base): Output complete FRAME tuple
4137 for synthesized frames.
4138
6789195b
AC
41392003-02-02 Andrew Cagney <ac131313@redhat.com>
4140
4141 * mips-nat.c (zerobuf): Delete.
4142 (fetch_inferior_registers): Alloc local zerobuf.
4143 (fetch_core_registers): Alloc local zerobuf.
4144 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
4145 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
4146 * thread-db.c (thread_db_store_registers): Ditto.
4147 * sh-tdep.c (sh_do_register): Ditto.
4148 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
4149 * remote-sim.c (gdbsim_store_register): Ditto.
4150 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
4151 * remote-e7000.c (fetch_regs_from_dump): Ditto.
4152 * monitor.c (monitor_supply_register): Ditto.
4153 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
4154 * mips-nat.c (fetch_inferior_registers): Ditto.
4155 * m68klinux-nat.c (fetch_register): Ditto.
4156 * lynx-nat.c (fetch_inferior_registers): Ditto.
4157 (fetch_inferior_registers): Ditto.
4158 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
4159 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
4160 (hpux_thread_store_registers): Ditto.
4161 * hppah-nat.c (fetch_register): Ditto.
4162 * hppab-nat.c (fetch_register): Ditto.
4163 * hppa-tdep.c (pa_register_look_aside): Ditto.
4164 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
4165 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
4166
e669114a
AC
41672003-02-01 Andrew Cagney <ac131313@redhat.com>
4168
4169 * gdbarch.sh: Explictly specify all method levels. When a
4170 variable with an empty level, provide a non-multi-arch default.
4171 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
4172 * gdbarch.h: Re-generate.
4173 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
4174 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
4175
9a043c1d
AC
41762003-02-01 Andrew Cagney <ac131313@redhat.com>
4177
4178 * defs.h (host_pointer_to_address): Delete declaration.
4179 (address_to_host_pointer): Delete declaration.
4180 * utils.c (host_pointer_to_address): Delete function.
4181 (address_to_host_pointer): Delete function.
4182 * procfs.c (procfs_address_to_host_pointer): New function.
4183 * procfs.c (proc_set_watchpoint): Use.
4184 (procfs_can_use_hw_breakpoint): Update comments.
4185 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
4186 (som_solib_add): Use.
4187 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
4188 * hppa-tdep.c (unwind_command): Use.
4189
7ca9f392
AC
41902003-02-01 Andrew Cagney <ac131313@redhat.com>
4191
94bbfd30
AC
4192 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
4193 strlen d_name.
4194
7ca9f392
AC
4195 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
4196 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
4197 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
4198 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
4199 (define_symbol): Update.
4200 * symfile.c (generic_load): Remove references to nindy.
4201 * symtab.c: Remove references to nindy.
4202
31a85ea2
AC
42032003-02-01 Andrew Cagney <ac131313@redhat.com>
4204
4205 * infcmd.c (print_float_info): Delete code conditional on
4206 FLOAT_INFO.
4207 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
4208 * config/m68k/nm-apollo68b.h: Ditto.
4209 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
4210 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
4211 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
4212
f6e85fc8
MK
42132003-02-01 Mark Kettenis <kettenis@gnu.org>
4214
6015b6a0
MK
4215 * config/i386/tm-i386os9k.h: Removed.
4216
f7a30bdf
MK
4217 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
4218 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
4219 they're identical to i[3456]86-*-sysv* now.
4220 * config/i386/i386v32.mh: Removed.
4221 * config/i386/xm-i386v32.h: Removed.
4222 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
4223
28d52111
MK
4224 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
4225
4d3f6bce
MK
4226 * config/i386/i386dgux.mh: Removed.
4227 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
4228
f6e85fc8
MK
4229 * configure.in: Fix typo.
4230 * configure: Regenerated.
4231
53955967
DC
42322003-01-31 David Carlton <carlton@math.stanford.edu>
4233
4234 * dwarf2read.c (dwarf2_locate_sections): Set
4235 dwarf_ranges_section.
4236
b1364885
AC
42372003-01-31 Andrew Cagney <ac131313@redhat.com>
4238
8dbb1c65
AC
4239 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
4240 * utils.c: Update comments documenting legitimate uses of PTR.
4241
8731e58e
AC
4242 * utils.c: Re-indent.
4243
b1364885
AC
4244 * config/djgpp/fnchange.lst: Delete nindy files.
4245 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
4246 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
4247 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
4248 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
4249 * nindy-share/README, nindy-share/Onindy.c: Delete files.
4250 * nindy-tdep.c, nindy-share/Makefile: Delete files.
4251 * Makefile.in (init.c): Remove nindy references.
4252 (saber_gdb): Delete rule.
4253 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
4254 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
4255 and a68v-nat.c.
4256 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
4257 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
4258 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
4259 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
4260 nindy-share/stop.h.
4261 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
4262 * saber.suppress: Delete file.
4263
086df311
DJ
42642003-01-31 Daniel Jacobowitz <drow@mvista.com>
4265
4266 * dbxread.c (stabs_data): New static variable.
4267 (fill_symbuf): Support an in-memory buffer for stabs data.
4268 (stabs_seek): New function.
4269 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
4270 (read_ofile_symtab): Use stabs_seek.
4271 (elfstab_build_psymtabs): Take an asection* instead of
4272 an offset and size. Relocate the stabs data if necessary.
4273 Save the section* for dbx_psymtab_to_symtab.
4274 * dwarf2read.c: Add section variables for each debug section.
4275 (dwarf2_locate_sections): Fill them in.
4276 (dwarf2_read_section): Take an asection* argument.
4277 Relocate the section contents if necessary.
4278 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
4279 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
4280 it to dwarf2_read_section.
4281 (dwarf2_build_frame_info): Update callers.
4282 * elfread.c (elf_symfile_read): Update call to
4283 elfstab_build_psymtabs.
4284 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
4285 (DBX_STAB_SECTION): New macro.
4286 * stabsread.h (elfstab_build_psymtabs): Update prototype.
4287 * symfile.c (symfile_dummy_outputs): New function.
4288 (symfile_relocate_debug_section): New function.
4289 * symfile.h (symfile_relocate_debug_section): Add prototype.
4290
87d1b352
RH
42912003-01-31 Richard Henderson <rth@redhat.com>
4292
4293 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
4294 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
4295 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
4296 * alpha-tdep.c (alpha_register_name): Add "unique".
4297 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
4298 (ALPHA_UNIQUE_REGNUM): New.
4299 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
4300
c48861fb
AC
43012003-01-31 Andrew Cagney <ac131313@redhat.com>
4302
4303 * README: Remove reference to Ericsson 1800 monitor.
4304 * Makefile.in (remote-es.o): Delete rule.
4305 (ALLDEPFILES): Delete remote-es.c.
4306 * remote-es.c: Delete file.
4307 * config/m68k/es1800.mt: Delete file.
4308 * config/djgpp/fnchange.lst: Update.
4309 * configure.tgt: Delete m68*-ericsson-* target.
4310
d764a824
AF
43112003-01-31 Adam Fedor <fedor@gnu.org>
4312
4313 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
4314 Remove duplicate/shadowing variable of same name.
4315
fe36c4f4
JB
43162003-01-30 Jim Blandy <jimb@redhat.com>
4317
4318 * symfile.c (find_separate_debug_file): Assert that the objfile's
4319 directory name we compute ends with a slash, and then assume that
4320 that's so everywhere we use it.
4321
cb741690
DJ
43222003-01-30 Daniel Jacobowitz <drow@mvista.com>
4323
4324 * valops.c (value_assign): Flush frame cache after stores to memory
4325 also.
4326
96ee5227
AC
43272003-01-30 Andrew Cagney <ac131313@redhat.com>
4328
4329 * Makefile.in (mon960-rom.o): Delete rule.
4330 * mon960-rom.c: Delete file.
4331
7f6104a9
AC
43322003-01-30 Andrew Cagney <ac131313@redhat.com>
4333
4334 * d10v-tdep.c: Include "frame-unwind.h".
4335 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
4336 list.
4337 (next_addr, uses_frame): Delete.
4338 (struct d10v_unwind_cache): Define.
4339 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
4340 Use info instead of next_addr and uses_frame globals.
4341 (d10v_frame_init_saved_regs): Delete function.
4342 (d10v_init_extra_frame_info): Delete function.
4343 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
4344 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
4345 init_frame_pc or frame_saved_pc.
4346 (d10v_pop_frame): Delete function.
4347 (do_d10v_pop_frame): Delete function.
4348 (d10v_frame_chain): Delete function.
4349 (d10v_frame_chain_valid): Delete function.
4350 (d10v_frame_pc_unwind): New function.
4351 (d10v_frame_id_unwind): New function.
4352 (saved_regs_unwinder): New function.
4353 (d10v_frame_register_unwind): New function.
4354 (d10v_frame_pop): New function.
4355 (d10v_frame_unwind): New variable.
4356 (d10v_frame_p): New function.
4357 (d10v_frame_saved_pc): Delete function.
4358 * Makefile.in (d10v-tdep.o): Update dependencies.
4359
cad2e848
JB
43602003-01-30 J. Brobecker <brobecker@gnat.com>
4361
4362 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
4363 causing some regressions due to a change in the default value
4364 for this macro.
4365
af34e669
DJ
43662003-01-29 Richard Henderson <rth@redhat.com>
4367 Elena Zannoni <ezannoni@redhat.com>
4368 Daniel Jacobowitz <drow@mvista.com>
4369
4370 Fix PR gdb/961.
4371 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
4372 variables.
4373 (RANGES_SECTION): New.
4374 (dwarf_ranges_buffer): New variable.
4375 (struct comp_unit_head): Add member "die".
4376 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
4377 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
4378 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
4379 (dwarf2_locate_sections): Likewise.
4380 (dwarf2_build_psymtabs): Read .debug_ranges.
4381 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
4382 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
4383 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
4384 Look for DW_AT_ranges and return the bounding box.
4385
baa93fa6
CF
43862003-01-29 Brian Ford <ford@vss.fsi.com>
4387
4388 * win32-nat.c (cygwin_pid): Removed as unused.
4389 (child_attach): Try fall back to Cygwin pid.
4390
c63f977f
JB
43912003-01-29 Jim Blandy <jimb@redhat.com>
4392
4393 * objfiles.h (struct objfile): Doc fix.
4394
d62d1979
AC
43952003-01-29 Andrew Cagney <ac131313@redhat.com>
4396
4397 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
4398 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
4399 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
4400 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
4401 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
4402 (FRAME_SAVED_PC): Change to a function with predicate.
4403 * gdbarch.h, gdbarch.c: Re-generate.
4404
1ae18a04
AC
44052003-01-28 Andrew Cagney <ac131313@redhat.com>
4406
52287340
AC
4407 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
4408
1ae18a04
AC
4409 * complaints.c (complain): Delete function.
4410 * complaints.h (struct deprecated_complaint): Delete definition.
4411 (complain): Delete declaration.
4412
f2c16bd6
KB
44132003-01-28 Kevin Buettner <kevinb@redhat.com>
4414
4415 * mips-tdep.c (mips_init_extra_frame_info): Return early for
4416 dummy frames.
4417
a94dd1fd
AC
44182003-01-27 Andrew Cagney <ac131313@redhat.com>
4419
4420 * sentinel-frame.h, sentinel-frame.c: New files.
4421 * Makefile.in (frame.o): Update dependencies.
4422 (SFILES): Add sentinel-frame.c.
4423 (sentinel_frame_h): Define.
4424 (COMMON_OBS): Add sentinel-frame.o.
4425 (sentinel-frame.o): Specify dependencies.
4426 * frame.c: Include "sentinel-frame.h".
4427 (frame_register_unwind): Rewrite assuming that there is always a a
4428 ->next frame.
4429 (frame_register, generic_unwind_get_saved_register): Ditto.
4430 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
4431 (create_sentinel_frame, unwind_to_current_frame): New functions.
4432 (get_current_frame): Rewrite using create_sentinel_frame and
4433 unwind_to_current_frame. When possible, always create a frame.
4434 (create_new_frame): Set next to the sentinel frame.
4435 (get_next_frame): Rewrite. Don't go below the level 0 frame.
4436 (deprecated_update_frame_pc_hack): Update the next frame's PC and
4437 ID cache when necessary.
4438 (frame_saved_regs_id_unwind): Use frame_relative_level.
4439 (deprecated_generic_get_saved_register): Use frame_relative_level,
4440 get_frame_saved_regs, get_frame_pc, get_frame_base and
4441 get_next_frame.
4442 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
4443 frame_register.
4444
5378adc4
DJ
44452003-01-27 Daniel Jacobowitz <drow@mvista.com>
4446
4447 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
4448
51ee2ddc
DJ
44492003-01-27 Daniel Jacobowitz <drow@mvista.com>
4450
4451 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
4452 (maintenance_set_profile_cmd): Use error () instead of warning ().
4453
d9feb4e7
DJ
44542003-01-27 Daniel Jacobowitz <drow@mvista.com>
4455
4456 * configure.in: Check that -pg works if using --enable-profiling.
4457 Check for monstartup and _mcleanup regardless of --enable-profiling.
4458 * maint.c: Check for monstartup and _mcleanup before using them.
4459 * config.in: Regenerated.
4460 * configure: Regenerated.
4461
2d188dd3
NC
44622003-01-24 Nick Clifton <nickc@redhat.com>
4463
4464 * Add sh2e support:
4465
4466 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
4467
4468 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
4469 (sh2e_show_regs): New.
4470 (sh_gdbarch_init): Handle bfd_mach_sh2e.
4471 * config/sh/tm-sh.h: Added sh2e to comments.
4472
cb3c37b2
JB
44732003-01-23 Jim Blandy <jimb@redhat.com>
4474
4475 * symfile.c (syms_from_objfile): Don't print the "(no debugging
4476 symbols found)" message here; we haven't checked for a separate
4477 debug info file yet, so we don't know yet.
4478 (symbol_file_add_with_addrs_or_offsets): Print it here, after
4479 we've looked everywhere. Also, there's no need to print a special
4480 message when we're loading the separate debug info file: the one
4481 symbol_file_add prints is fine.
4482
5b5d99cf
JB
44832003-01-23 Alexander Larsson <alexl@redhat.com>
4484 Jim Blandy <jimb@redhat.com>
4485
4486 Add support for executables whose debug info has been separated
4487 out into a separate file, leaving only a link behind.
4488 * objfiles.h (struct objfile): New fields: separate_debug_objfile
4489 and separate_debug_objfile_backlink.
4490 (put_objfile_before): New declaration.
4491 * symfile.c: #include "filenames.h".
4492 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
4493 debug info in a separate file, read that, too. Save the addrs
4494 argument, so we can use it again to read the separated debug info;
4495 syms_from_objfile modifies the table we pass it.
4496 (reread_symbols): After re-reading an objfile, call
4497 reread_separate_symbols to refresh its separate debug info
4498 objfile, if it has one.
4499 (reread_separate_symbols, find_separate_debug_file,
4500 get_debug_link_info, separate_debug_file_exists): New functions.
4501 (debug_file_directory): New global var.
4502 (_initialize_symfile): Initialize debug_file_directory, and
4503 provide the new `set debug-file-directory' command to let the user
4504 change it.
4505 * objfiles.c (free_objfile): If this objfile has its debug info in
4506 a separate objfile, free that one too. If this is itself a
4507 separate debug info objfile, clear our parent's backlink.
4508 (put_objfile_before): New function.
4509 * utils.c (gnu_debuglink_crc32): New function.
4510 * defs.h (gnu_debuglink_crc32): New declaration.
4511 * Makefile.in (symfile.o): Note dependency on "filenames.h".
4512 * configure.in: Handle --with-separate-debug-dir config option.
4513 * acinclude.m4 (AC_DEFINE_DIR): New macro.
4514 * acconfig.h (DEBUGDIR): New macro.
4515 * configure, aclocal.m4, config.in: Regenerated.
4516
7e8580c1
JB
45172003-01-22 Jim Blandy <jimb@redhat.com>
4518
7904e09f
JB
4519 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
4520 like the old symbol_file_add, but taking new arguments: you can
4521 now pass in either a `struct section_addr_info' list to say where
4522 each section is loaded, or a `struct section_offsets' table. Pass
4523 these new arguments through to syms_from_objfile as appropriate.
4524 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
4525 with the appropriate quiescent values for the new arguments.
4526
7e8580c1
JB
4527 * symfile.c: #include "gdb_assert.h".
4528 (syms_from_objfile): Add the ability to pass in a section offset
4529 table directly, as an alternative to the section_addr_info table.
4530 Document arguments better.
4531 (symbol_file_add): Pass extra arguments to syms_from_objfile.
4532 * symfile.h (syms_from_objfile): Update declaration.
4533 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
4534 syms_from_objfile.
4535 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
4536
d28f9cdf
DJ
45372003-01-22 Daniel Jacobowitz <drow@mvista.com>
4538
4539 Original patch by Tom Tromey <tromey@cygnus.com> and
4540 Jason Molenda <jmolenda@apple.com>.
4541 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
4542 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
4543 * NEWS: Mention profiling.
4544 * configure.in (--enable-gdbtk): Fix typo.
4545 (--enable-profiling): New. Set PROFILE_CFLAGS.
4546 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
4547 Fill in function.
4548 (profiling_state): New variable.
4549 (mcleanup_wrapper): New function.
4550 (_initialize_maint): Remove NOTYET, fix call to
4551 add_setshow_boolean_cmd for "maint set profile".
4552 * configure: Regenerated.
4553
df21e465
MH
45542003-01-21 Martin M. Hunt <hunt@redhat.com>
4555
4556 * Makefile.in (install-gdbtk): Install PNG images too.
4557
73c1f219
AC
45582003-01-21 Andrew Cagney <ac131313@redhat.com>
4559
4560 * exec.c (text_start): Delete global variable.
4561 (exec_file_attach): Make text_start local to the function.
4562 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
4563 * valops.c (hand_function_call): Delete code that handles
4564 BEFORE_TEXT_END and AFTER_TEXT_END.
4565 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
4566 of CALL_DUMMY_LOCATION.
4567 * gdbarch.c: Regenerate.
4568 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
4569 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
4570 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
4571 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
4572 (text_end): Delete extern declaration.
4573
eb4f72c5
AC
45742003-01-21 Andrew Cagney <ac131313@redhat.com>
4575
4576 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
4577 * blockframe.c (backtrace_below_main): Move to "frame.c".
4578 (frame_chain_valid): Delete check for backtrace_below_main.
4579 (_initialize_blockframe): Delete initialization, move ``set
4580 backtrace-below-main'' command to "frame.c".
4581 (do_flush_frames_sfunc): Delete function.
4582 * frame.c: Include "command.h" and "gdbcmd.h".
4583 (frame_type_from_pc): New function.
4584 (create_new_frame): Use frame_type_from_pc.
4585 (legacy_get_prev_frame): New function.
4586 (get_prev_frame): Rewrite. When an old style frame, call
4587 legacy_get_prev_frame. Otherwize, unwind the PC first.
4588 (_initialize_frame): Add ``set backtrace-below-main'' command.
4589 * Makefile.in (frame.o): Update dependencies.
4590
778ce8cc
AC
45912003-01-19 Andrew Cagney <ac131313@redhat.com>
4592
4593 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
4594 DEPRECATED_REGISTERS_INFO.
4595
01c193c8
AC
45962003-01-19 Andrew Cagney <ac131313@redhat.com>
4597
4598 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
4599 Maintainers'. Update `Various Maintainers'.
4600
dedc2a2b
AC
46012003-01-19 Andrew Cagney <ac131313@redhat.com>
4602
4603 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
4604 * gdbarch.sh (POP_FRAME): Change to function with predicate.
4605 Suppress actual parameters when `-'.
4606 * gdbarch.h, gdbarch.c: Regenerate.
4607
b7261c70
AC
46082003-01-19 Andrew Cagney <ac131313@redhat.com>
4609
4610 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
4611 code handling dummy frames.
4612
dbe9fe58
AC
46132003-01-19 Andrew Cagney <ac131313@redhat.com>
4614
4615 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
4616 (struct frame_unwind): Add field pop.
4617 * frame.h (frame_pop): Declare.
4618 * frame.c (frame_saved_regs_pop): New function.
4619 (trad_frame_unwinder): Add frame_saved_regs_pop.
4620 (frame_pop): New function.
4621 * dummy-frame.c (dummy_frame_pop): New function.
4622 (discard_innermost_dummy): New function.
4623 (generic_pop_dummy_frame): Use discard_innermost_dummy.
4624 (dummy_frame_unwind): Add dummy_frame_pop.
4625 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
4626 * valops.c (hand_function_call): Ditto.
4627 * stack.c (return_command): Ditto.
4628
570b8f7c
AC
46292003-01-18 Andrew Cagney <ac131313@redhat.com>
4630
4631 * cris-tdep.c: Fix function declaration indentation.
4632 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
4633 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
4634 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
4635 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
4636 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
4637 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
4638
46392003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
4640
4641 * README (Unpacking and Installation -- quick overview):
4642 Warn against ".../gdb-5.3/gdb/configure".
4643
494cca16
AC
46442003-01-18 Andrew Cagney <ac131313@redhat.com>
4645
4646 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
4647 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
4648 (struct frame_unwind): Declare opaque.
4649 (dummy_frame_p): Declare function.
4650 * dummy-frame.c (dummy_frame_id_unwind): Make static.
4651 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
4652 * dummy-frame.c: Include "frame-unwind.h".
4653 (dummy_frame_p): New function.
4654 (dummy_frame_unwind): New variable.
4655 * frame.c: Include "frame-unwind.h".
4656 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
4657 to use the new unwind field.
4658 (set_unwind_by_pc): Delete function.
4659 (create_new_frame, get_prev_frame): Set unwind field using
4660 frame_unwind_find_by_pc.
4661 (trad_frame_unwind, trad_frame_unwinder): New variables.
4662 * frame.h (trad_frame_unwind): Declare variable.
4663 (frame_id_unwind_ftype): Delete declaration.
4664 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
4665 (struct frame_unwind): Declare opaque.
4666 (struct frame_info): Replace the fields id_unwind, pc_unwind and
4667 register_unwind with a single unwind pointer.
4668 * frame-unwind.h, frame-unwind.c: New files.
4669 * Makefile.in (SFILES): Add frame-unwind.c.
4670 (frame_unwind_h): Define.
4671 (COMMON_OBS): Add frame-unwind.o.
4672 (frame-unwind.o): Specify dependencies.
4673 (frame.o, dummy-frame.o): Update dependencies.
4674
4efb68b1
AC
46752003-01-18 Andrew Cagney <ac131313@redhat.com>
4676
4677 * ada-valprint.c: Eliminate PTR.
4678 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
4679 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
4680 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
4681 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
4682 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
4683 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
4684 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
4685
a84d24ee
AC
46862003-01-17 Andrew Cagney <ac131313@redhat.com>
4687
762f08a3
AC
4688 * main.c (captured_main): Don't use PTR.
4689 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
4690 * gdbtypes.c (lookup_primitive_typename): Ditto.
4691 (lookup_struct_elt_type): Ditto.
4692 * f-valprint.c (info_common_command): Ditto.
4693 (list_all_visible_commons): Ditto.
4694 * jv-typeprint.c (java_type_print_base): Ditto.
4695
a84d24ee
AC
4696 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
4697 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
4698 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
4699 i386-interix-nat.c and i386-interix-tdep.c. Rename
4700 m68klinux-nat.c and m68klinux-tdep.c. Rename
4701 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
4702 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
4703 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
4704 * main.c (captured_main): Use xfree, not free.
4705
c170fb60
AC
47062003-01-16 Andrew Cagney <ac131313@redhat.com>
4707
4708 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
4709 ID back using a parameter.
4710 * frame.c (frame_id_unwind): Update call.
4711 (frame_saved_regs_id_unwind): Update.
4712 * dummy-frame.c (dummy_frame_id_unwind): Update function.
4713 * dummy-frame.h (struct frame_id): Add opaque declaration.
4714 (dummy_frame_id_unwind): Update declaration.
4715
867f3898
AC
47162003-01-15 Andrew Cagney <ac131313@redhat.com>
4717
4718 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
4719
40622be8 47202003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 4721
40622be8 4722 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 4723
ae66c1fc
EZ
47242003-01-14 Elena Zannoni <ezannoni@redhat.com>
4725
997b089a 4726 Fix PR gdb/898
ae66c1fc
EZ
4727 * breakpoint.c (until_break_command): Add new argument. Use it to
4728 decide whether to stop only at the current frame or not.
4729 * breakpoint.h (until_break_command): Update prototype.
4730 * infcmd.c (until_command): Add new argument to until_break_command
4731 call.
4732 (advance_command): New function.
4733 (_initialize_infcmd): Update help string for 'until' command.
4734 Add new 'advance' command.
4735
a04257e6
DC
47362003-01-14 David Carlton <carlton@math.stanford.edu>
4737
4738 * linespec.c (decode_line_1): Normalize comments.
4739 (set_flags): Ditto.
4740 (locate_first_half): Ditto.
4741 (decode_compound): Ditto.
4742 (symtab_from_filename): Ditto.
4743 (decode_all_digits): Ditto.
4744 (decode_dollar): Ditto.
4745 (find_methods): Ditto.
4746 (find_toplevel_char): Ditto.
4747
1bac305b
AC
47482003-01-13 Andrew Cagney <ac131313@redhat.com>
4749
4750 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
4751 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
4752 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
4753 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
4754 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
4755 * language.c, language.h, m32r-tdep.c: Update copyright.
4756 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
4757 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
4758 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
4759 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
4760 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
4761 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
4762
25caa7a8
EZ
47632003-01-13 Elena Zannoni <ezannoni@redhat.com>
4764
4765 * stabsread.h (process_later, resolve_cfront_continuation):
4766 Obsolete.
4767 Update copyright years.
4768 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
4769 Update copyright year.
4770 * dbxread.c(struct cont_elem): Obsolete.
4771 (process_later, process_now): Obsolete functions.
4772 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
4773 Update copyright year.
4774 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
4775 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
4776 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
4777 (parse_partial_symbols): Obsolete cfront support.
4778 * stabsread.c
4779 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
4780 macros.
4781 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
4782 read_cfront_baseclasses, read_cfront_member_functions,
4783 resolve_cfront_continuation,read_cfront_static_fields,
4784 copy_cfront_struct_fields): Obsolete functions.
4785 (define_symbol, read_one_struct_field): Obsolete cfront support.
4786 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
4787 Update Copyright year.
4788
7789c6f5
EZ
47892003-01-13 Elena Zannoni <ezannoni@redhat.com>
4790
4791 * stack.c (print_frame_info, print_stack_frame_base_stub,
4792 print_stack_frame_base, show_and_print_stack_frame_stub,
4793 show_and_print_stack_frame, print_only_stack_frame_stub,
4794 print_only_stack_frame): Delete functions.
4795 (print_stack_frame_stub): Call print_frame_info instead of
4796 print_frame_info_base.
4797 (print_frame_info_base): Rename to print_frame_info.
4798 (backtrace_command_1): Call print_frame_info, instead of
4799 print_frame_info_base.
4800 (current_frame_command): Call print_stack_frame, instead of
4801 print_only_stack_frame.
4802 (frame_command): Call print_stack_frame, instead of
4803 show_and_print_stack_frame.
4804 (up_command): Ditto.
4805 (down_command): Ditto.
4806 * frame.h (print_only_stack_frame): Delete prototype.
4807 * infrun.c (normal_stop): Call print_stack_frame, instead of
4808 show_and_print_stack_frame.
4809 * thread.c (info_threads_command): Call print_stack_frame, instead
4810 of print_only_stack_frame.
4811
3f5a3016
AC
48122003-01-13 Andrew Cagney <ac131313@redhat.com>
4813
d99ba314
AC
4814 * README (Graphical interface to GDB): Update URL. Point at
4815 gdb/links/.
4816
3f5a3016
AC
4817 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
4818 version match.
4819
083ae935
DJ
48202003-01-13 Daniel Jacobowitz <drow@mvista.com>
4821
4822 * symtab.c (find_pc_sect_line): Don't consider end-of-function
4823 lines.
4824
5365276c
DJ
48252003-01-13 Daniel Jacobowitz <drow@mvista.com>
4826
4827 * thread-db.c (attach_thread): Prototype.
4828 (struct private_thread_info): Remove lwpid. Add thread handle (th),
4829 thread information (ti), and valid flags (th_valid, ti_valid).
4830 (attach_thread): Move target_pid_to_str call to after the thread
4831 is added to GDB's list. Initialize the cache.
4832 (thread_get_info_callback, thread_db_map_id2thr)
4833 (thread_db_get_info): New functions.
4834 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
4835 (thread_db_store_registers, thread_db_thread_alive)
4836 (thread_db_get_thread_local_address): Use them.
4837 (thread_db_pid_to_str): Likewise. Return "Missing" instead
4838 of calling error() for threads in unknown state.
4839
4840 (clear_lwpid_callback): New function.
4841 (thread_db_resume): Use it to clear the cache.
4842
9fc30b6b
DJ
48432003-01-13 Daniel Jacobowitz <drow@mvista.com>
4844
4845 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
4846 (resume_callback): Remove dead code.
4847
8f871025
AC
48482003-01-13 Andrew Cagney <ac131313@redhat.com>
4849
4850 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
4851 predicate.
4852 * gdbarch.h, gdbarch.c: Regenerate.
4853 * stack.c (frame_info): Only initialize the saved registers when
4854 FRAME_INIT_SAVED_REGS_P.
4855 * frame.c (frame_saved_regs_register_unwind): Assert
4856 FRAME_INIT_SAVED_REGS_P.
4857 (deprecated_generic_get_saved_register): Ditto.
4858
3f565f1e
DJ
48592003-01-13 Daniel Jacobowitz <drow@mvista.com>
4860
4861 * source.c (openp): Squelch warning about "filename".
4862
072b1022
DJ
48632003-01-13 Daniel Jacobowitz <drow@mvista.com>
4864
4865 * source.c (openp): If the file does not exist don't necessarily
4866 search the path.
4867
973ccf8b
DJ
48682003-01-13 Daniel Jacobowitz <drow@mvista.com>
4869
4870 Fix PR gdb/872.
4871 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
4872 (integer_types_same_name_p): New function.
4873 (rank_one_type): Use it.
4874 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
4875
030292b7
DJ
48762003-01-13 Daniel Jacobowitz <drow@mvista.com>
4877
4878 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
4879 variables.
4880 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
4881 * configure.in: Add --with-sysroot.
4882 * configure: Regenerated.
4883 * main.c (gdb_sysroot): New variable.
4884 (captured_main): Initialize gdb_sysroot.
4885 * defs.h (gdb_sysroot): New extern declaration.
4886 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
4887
afb5d334
MC
48882003-01-12 Michael Chastain <mec@shout.net>
4889
4890 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
4891
751ceeb4
MC
48922003-01-12 Michael Chastain <mec@shout.net>
4893
4894 * top.c (print_gdb_version): Bump copyright year to 2003.
4895
94cd26f8
DC
48962003-01-12 David Carlton <carlton@bactrian.org>
4897
4898 * linespec.c (symtab_from_filename): Rename variable 's' to
4899 'file_symtab'.
4900
1ce79225
AC
49012003-01-12 Andrew Cagney <ac131313@redhat.com>
4902
4903 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
4904 dummy frame.
4905 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
4906
fa1fd571
AC
49072003-01-12 Andrew Cagney <ac131313@redhat.com>
4908
4909 * d10v-tdep.c: Include "gdb_assert.h".
4910 (d10v_store_return_value): Rewrite to match current interface.
4911 (d10v_extract_struct_value_address): Ditto.
4912 (d10v_extract_return_value): Ditto.
4913 (d10v_gdbarch_init): Set store_restore_value,
4914 extract_struct_value_address and extract_return_value.
4915
68b8d23e
JB
49162003-01-12 J. Brobecker <brobecker@gnat.com>
4917
4918 * hpread.c (set_namestring): New procedure replacing the
4919 SET_NAMESTRING macro.
4920 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
4921 by calls to set_namestring.
4922
49232003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
4924
4925 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
4926 a compilation warning.
4927 (hpread_process_one_debug_symbol): Likewise.
4928
88d262ca
DC
49292003-01-10 David Carlton <carlton@math.stanford.edu>
4930
4931 * linespec.c (decode_line_1): Rename variable 's' to
4932 'file_symtab'.
4933 (decode_all_digits): Rename argument 's' to 'file_symtab'.
4934 (decode_dollar): Ditto.
4935 (decode_variable): Ditto.
4936 (symbol_found): Ditto.
4937
86669319
MC
49382003-01-09 Michael Chastain <mec@shout.net>
4939
4940 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
4941
616a9dc4
CV
49422003-01-07 Corinna Vinschen <vinschen@redhat.com>
4943
4944 * win32-nat.c (set_process_privilege): New function.
4945 (child_attach): Call set_process_privilege() to enable the
4946 SE_DEBUG_NAME user privilege if available in process token.
4947
3269bcfa
JB
49482003-01-10 J. Brobecker <brobecker@gnat.com>
4949
4950 * hpread.c (hpread_process_one_debug_symbol): Fix a small
4951 compilation error in the previous revision.
4952
2b0ee454
DC
49532003-01-09 David Carlton <carlton@math.stanford.edu>
4954
4955 * linespec.c: Update copyright.
4956
b3ba1b44
DJ
49572003-01-09 Daniel Jacobowitz <drow@mvista.com>
4958
4959 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
4960 than inferior_ptid.
4961 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
4962
4ef3f3be
AC
49632003-01-09 Andrew Cagney <ac131313@redhat.com>
4964
479ab5a0
AC
4965 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
4966 Update comments.
4967 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
4968 (frame_saved_regs_zalloc): Update.
4969 (frame_saved_regs_register_unwind): Update.
4970 (create_new_frame): Update.
4971 (get_prev_frame): Update.
4972 (frame_extra_info_zalloc): Update.
4973 (deprecated_get_frame_saved_regs): Update.
4974 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
4975 * cris-tdep.c: Update comment.
4976
bde58177
AC
4977 * somsolib.h: Fix function indentation.
4978 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
4979 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
4980 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
4981 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
4982 * somsolib.c, inftarg.c: Remove assignment in if conditional.
4983
4ef3f3be
AC
4984 * infrun.c (follow_fork): Use ISO C definition.
4985 * expprint.c (print_subexp): Use xfree instead of free.
4986 * charset.c: Include "gdb_string.h" instead of <string.h>.
4987 (register_iconv_charsets): Use ISO C definition.
4988 (host_charset, target_charset): Ditto.
4989 * Makefile.in (charset.o): Update dependencies.
4990 (mi-cmd-env.o): Update dependencies.
4991
1c615f7a
AC
49922003-01-08 Andrew Cagney <cagney@redhat.com>
4993
4994 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
4995 get_frame_base.
4996
c9a1dc08
AC
49972003-01-08 Andrew Cagney <ac131313@redhat.com>
4998
4999 * gdb_mbuild.sh: Add --keep option. When specified, keep the
5000 build directories. Save edited gdb output in Mbuild.log. If a
5001 build fails, remove any final GDB executable.
5002
dbad9d94
AC
50032003-01-08 Andrew Cagney <ac131313@redhat.com>
5004
5005 * gdb_mbuild.sh: Edit the output of `maint print architecture'
5006 replacing hex constants with function names and stripping leading
5007 file name directory prefixes.
5008
8d357cca
AC
50092003-01-08 Andrew Cagney <cagney@redhat.com>
5010
5011 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
5012 get_frame_base.
5013
bca02a8a
DC
50142003-01-08 David Carlton <carlton@math.stanford.edu>
5015
5016 * linespec.c (decode_line_1): Move code into decode_variable.
5017 (decode_variable): New function.
5018
7f8ab3a0
AC
50192003-01-08 Andrew Cagney <ac131313@redhat.com>
5020
5021 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
5022
7b5849cc
AC
50232003-01-08 Andrew Cagney <cagney@redhat.com>
5024
5025 * cris-tdep.c (cris_frame_init_saved_regs): Use
5026 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
5027 saved_regs buffer.
5028 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
5029 (sh64_nofp_frame_init_saved_regs): Ditto.
5030 (sh_fp_frame_init_saved_regs): Ditto.
5031 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
5032 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
5033 * mcore-tdep.c (analyze_dummy_frame): Ditto.
5034 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
5035
72a5efb3
DJ
50362003-01-08 Daniel Jacobowitz <drow@mvista.com>
5037
5038 * minsyms.c (lookup_minimal_symbol): Update comment.
5039 (lookup_minimal_symbol_text): Update comment. Use the hash table.
5040 (lookup_minimal_symbol_solib_trampoline): Likewise.
5041
11c02a10
AC
50422003-01-08 Andrew Cagney <cagney@redhat.com>
5043
aab3ea25
AC
5044 * d10v-tdep.c (d10v_init_extra_frame_info): Use
5045 frame_relative_level.
5046
da50a4b7
AC
5047 * alpha-tdep.c: Use get_frame_extra_info.
5048 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
5049 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
5050 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
5051 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
5052
11c02a10
AC
5053 * alpha-tdep.c: Use get_next_frame.
5054 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
5055 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
5056 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
5057 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
5058 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
5059 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
5060 * xstormy16-tdep.c: Ditto.
5061
1e2330ba
AC
50622003-01-07 Andrew Cagney <cagney@redhat.com>
5063
5064 * alpha-tdep.c: Use get_frame_base.
5065 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
5066 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
5067 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
5068 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
5069 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
5070 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
5071 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
5072 * config/sparc/tm-sparc.h: Ditto.
5073
2d75187b
AC
50742003-01-07 Andrew Cagney <cagney@redhat.com>
5075
5076 * frame.c (deprecated_get_frame_context): New function.
5077 (deprecated_set_frame_context): New function.
5078 * frame.h (deprecated_get_frame_context): Declare.
5079 (deprecated_set_frame_context): Declare.
5080 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
5081 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
5082
483d36b2
AC
50832003-01-07 Andrew Cagney <cagney@redhat.com>
5084
5085 * frame.c (deprecated_set_frame_next_hack): New function.
5086 (deprecated_set_frame_prev_hack): New function.
5087 * frame.h (deprecated_set_frame_next_hack): Declare.
5088 (deprecated_set_frame_prev_hack): Declare.
5089 * mcore-tdep.c (analyze_dummy_frame): Use
5090 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
5091 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
5092
14e91ac5
DC
50932003-01-07 David Carlton <carlton@math.stanford.edu>
5094
5095 * linespec.c (decode_line_1): Move code into decode_dollar.
5096 (decode_dollar): New function.
5097
b0c6b05c
AC
50982003-01-07 Andrew Cagney <cagney@redhat.com>
5099
5100 * arm-tdep.c (arm_init_extra_frame_info): Use
5101 deprecated_update_frame_base_hack.
5102 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
5103 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
5104 (fix_frame_pointer): Ditto.
5105 (mn10300_analyze_prologue): Ditto.
5106
a00a19e9
AC
51072003-01-07 Andrew Cagney <cagney@redhat.com>
5108
5109 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
5110 extra_info using frame_extra_info_zalloc.
5111 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
5112 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
5113 (sh64_init_extra_frame_info): Ditto.
5114 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
5115 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
5116 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
5117 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
5118 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
5119 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
5120 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
5121 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
5122 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
5123 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
5124 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
5125 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
5126
5127 * mn10300-tdep.c (analyze_dummy_frame): Use
5128 deprecated_set_frame_extra_info_hack.
5129 * mcore-tdep.c (analyze_dummy_frame): Ditto.
5130
1fb4c65b
JB
51312003-01-07 J. Brobecker <brobecker@gnat.com>
5132
5133 * mdebugread.c (parse_symbol): Skip stProc entries which storage
5134 class is not scText. These do not define "real" procedures.
5135 (parse_partial_symbols): Likewise.
5136
9fe7d6bf
MS
51372003-01-06 Michael Snyder <msnyder@redhat.com>
5138
5139 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
5140
f6c609c4
AC
51412003-01-06 Andrew Cagney <ac131313@redhat.com>
5142
5143 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
5144 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
5145 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
5146 deprecated_frame_xmalloc_with_cleanup.
5147 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
5148 deprecated_frame_xmalloc.
5149 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
5150 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
5151
d995ff4b
AC
51522003-01-06 Andrew Cagney <cagney@redhat.com>
5153
84dc46cb
AC
5154 * x86-64-linux-tdep.c: Include "osabi.h".
5155 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
5156
d995ff4b
AC
5157 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
5158
66140c26
AC
51592003-01-06 Andrew Cagney <cagney@redhat.com>
5160
5161 * MAINTAINERS (Target Instruction Set Architectures): Update
5162 arm-elf. Can be built with -Werror, has been multiarched.
5163
5164 * value.h (unpack_long): Make buffer parameter constant.
5165 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
5166 * scm-lang.h (scm_parse): Ditto.
5167 * defs.h (extract_typed_address, extract_address): Ditto.
5168 (extract_long_unsigned_integer): Ditto.
5169 * inferior.h (unsigned_pointer_to_address): Ditto.
5170 (signed_pointer_to_address): Ditto.
5171 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
5172 * gdbarch.h, gdbarch.c: Regenerate.
5173 * findvar.c (extract_long_unsigned_integer): Update.
5174 (extract_address): Update.
5175 (extract_typed_address): Update.
5176 (unsigned_pointer_to_address): Update.
5177 * values.c (unpack_long): Update.
5178 (unpack_double): Update.
5179 (unpack_pointer): Update.
5180 (unpack_field_as_long): Update.
5181 * d10v-tdep.c (d10v_pointer_to_address): Update.
5182 * avr-tdep.c (avr_pointer_to_address): Update.
5183 * scm-lang.c (scm_unpack): Update.
5184 * findvar.c (signed_pointer_to_address): Update.
5185
b089b3da
ML
51862003-01-06 Michal Ludvig <mludvig@suse.cz>
5187
5188 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
5189 since it is in i386-tdep.c.
5190
aff87235
JB
51912003-01-06 J. Brobecker <brobecker@gnat.com>
5192
5193 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
5194 failure introduced in the previous change.
5195
34f5e845
MC
51962003-01-05 Michael Chastain <mec@shout.net>
5197
5198 * README: Remove references to deleted remote-*.c files:
5199 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
5200 remote-nrom.c, remote-os9k.c, remote-udi.c.
5201
28bcfd30
MK
52022003-01-05 Mark Kettenis <kettenis@gnu.org>
5203
5204 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
5205 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
5206 i386_get_longjmp_target.
5207
15a5b3ee
AC
52082003-01-05 Andrew Cagney <ac131313@redhat.com>
5209
5210 * arm-tdep.c (prologue_cache): Change to a pointer.
5211 (_initialize_arm_tdep): Allocate prologue_cache.
5212 (check_prologue_cache): Update.
5213 (save_prologue_cache): Update.
5214 (arm_gdbarch_init): Update.
5215
c263362b
DJ
52162003-01-04 Daniel Jacobowitz <drow@mvista.com>
5217
5218 * stabsread.c (update_method_name_from_physname): Call complaint()
5219 instead of error.
5220
51603483
DJ
52212003-01-04 Daniel Jacobowitz <drow@mvista.com>
5222
5223 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
5224 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
5225 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
5226
5227 * blockframe.c: Include "gdbcmd.h" and "command.h".
5228 (backtrace_below_main): New variable.
5229 (file_frame_chain_valid, func_frame_chain_valid)
5230 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
5231 (generic_func_frame_chain_valid): Remove functions.
5232 (frame_chain_valid, do_flush_frames_sfunc): New functions.
5233 (_initialize_blockframe): New function.
5234 * Makefile.in (blockframe.o): Update dependencies.
5235 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
5236 comment. Call frame_chain_valid ().
5237 * frame.h: Remove old prototypes. Add prototype for
5238 frame_chain_valid and update comments to match.
5239 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
5240 Remove old comment.
5241 * gdbarch.h: Regenerated.
5242 * gdbarch.c: Regenerated.
5243
5244 * alpha-tdep.c (alpha_gdbarch_init): Don't call
5245 set_gdbarch_frame_chain_valid.
5246 * avr-tdep.c (avr_gdbarch_init): Likewise.
5247 * cris-tdep.c (cris_gdbarch_init): Likewise.
5248 * frv-tdep.c (frv_gdbarch_init): Likewise.
5249 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
5250 * i386-tdep.c (i386_svr4_init_abi): Likewise.
5251 (i386_nw_init_abi): Likewise.
5252 (i386_gdbarch_init): Likewise.
5253 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
5254 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
5255 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
5256 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
5257 * mips-tdep.c (mips_gdbarch_init): Likewise.
5258 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
5259 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
5260 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
5261 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
5262 * s390-tdep.c (s390_gdbarch_init): Likewise.
5263 * sh-tdep.c (sh_gdbarch_init): Likewise.
5264 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
5265 * v850-tdep.c (v850_gdbarch_init): Likewise.
5266 * vax-tdep.c (vax_gdbarch_init): Likewise.
5267 * x86-64-tdep.c (x86_64_init_abi): Likewise.
5268
5269 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
5270 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
5271 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
5272 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
5273 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
5274 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
5275 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
5276 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
5277
b00a8037
DJ
52782002-01-04 Daniel Jacobowitz <drow@mvista.com>
5279
5280 * Makefile.in (acconfig_h): Remove incorrect macro.
5281 (config_h): Define.
5282 (osabi.o): Update dependencies.
5283 * configure.tgt: Set gdb_osabi based on target triplet.
5284 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
5285 * configure: Regenerated.
5286 * config.in: Regenerated.
5287 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
5288 (GDB_OSABI_DEFAULT): Define if not already defined.
5289 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
5290 (set_osabi_string): New variables.
5291 (gdbarch_register_osabi): Add new OS ABI to
5292 gdb_osabi_available_names.
5293 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
5294 (set_osabi, show_osabi): New functions.
5295 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
5296
4be87837
DJ
52972003-01-04 Daniel Jacobowitz <drow@mvista.com>
5298
5299 * arch-utils.c (gdbarch_info_init): Set osabi to
5300 GDB_OSABI_UNINITIALIZED.
5301 * gdbarch.sh: Add osabi to struct gdbarch and to struct
5302 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
5303 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
5304 * gdbarch.c: Regenerated.
5305 * gdbarch.h: Regenerated.
5306 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
5307 there's no BFD.
5308 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
5309 * osabi.h (enum gdb_osabi): Move to defs.h.
5310 (gdbarch_init_osabi): Update prototype.
5311 * defs.h (enum gdb_osabi): Moved here.
5312 * Makefile.in: Update dependencies.
5313
5314 * alpha-tdep.h: Don't include "osabi.h".
5315 (struct gdbarch_tdep): Remove osabi member.
5316 * alpha-tdep.c: Include "osabi.h".
5317 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
5318 iterate over arches. Update call to gdbarch_init_osabi.
5319 (alpha_dump_tdep): Don't dump osabi.
5320 * alpha-linux-tdep.c: Include "osabi.h".
5321 * alpha-osf1-tdep.c: Include "osabi.h".
5322 * alphafbsd-tdep.c: Include "osabi.h".
5323 * alphanbsd-tdep.c: Include "osabi.h".
5324
5325 * arm-tdep.h: Don't include "osabi.h".
5326 (struct gdbarch_tdep): Remove osabi member.
5327 * arm-tdep.c: Include "osabi.h".
5328 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
5329 iterate over arches. Update call to gdbarch_init_osabi.
5330 (arm_dump_tdep): Don't dump osabi.
5331 * arm-linux-tdep.c: Include "osabi.h".
5332 * armnbsd-tdep.c: Include "osabi.h".
5333
5334 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
5335 Update call to gdbarch_init_osabi.
5336
5337 * i386-tdep.h: Don't include "osabi.h".
5338 (struct gdbarch_tdep): Remove osabi member.
5339 * i386-tdep.c: Include "osabi.h".
5340 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
5341 iterate over arches. Update call to gdbarch_init_osabi.
5342 (i386_dump_tdep): Don't dump osabi.
5343 * i386-linux-tdep.c: Include "osabi.h".
5344 * i386-sol2-tdep.c: Include "osabi.h".
5345 * i386bsd-tdep.c: Include "osabi.h".
5346 * i386gnu-tdep.c: Include "osabi.h".
5347 * i386ly-tdep.c: Include "osabi.h".
5348 * i386nbsd-tdep.c: Include "osabi.h".
5349 * i386obsd-tdep.c: Include "osabi.h".
5350
5351 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
5352 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
5353 check osabi when iterating over arches. Update call to
5354 gdbarch_init_osabi.
5355 (mips_dump_tdep): Don't dump osabi.
5356
5357 * ns32k-tdep.h: Don't include "osabi.h".
5358 (struct gdbarch_tdep): Remove.
5359 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
5360 gdbarch_lookup_osabi. Don't iterate over arches. Don't
5361 allocate tdep. Update call to gdbarch_init_osabi.
5362 (ns32k_dump_tdep): Remove.
5363 (_initialize_ns32k_tdep): Update call to gdbarch_register.
5364 * ns32knbsd-tdep.c: Include "osabi.h".
5365
5366 * ppc-tdep.h: Don't include "osabi.h".
5367 (struct gdbarch_tdep): Remove osabi member.
5368 * rs6000-tdep.c: Include "osabi.h".
5369 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
5370 osabi when iterating over arches. Update call to
5371 gdbarch_init_osabi.
5372 (rs6000_dump_tdep): Don't dump osabi.
5373 * ppc-linux-tdep.c: Include "osabi.h".
5374 * ppcnbsd-tdep.c: Include "osabi.h".
5375
5376 * sh-tdep.h: Don't include "osabi.h".
5377 (struct gdbarch_tdep): Remove osabi member.
5378 * sh-tdep.c: Include "osabi.h".
5379 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
5380 iterate over arches. Update call to gdbarch_init_osabi.
5381 (sh_dump_tdep): Don't dump osabi.
5382 * shnbsd-tdep.c: Include "osabi.h".
5383
5384 * sparc-tdep.c: Include "osabi.h".
5385 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
5386 iterate over arches. Update call to gdbarch_init_osabi.
5387 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
5388 tdep structure.
5389
5390 * vax-tdep.h: Don't include "osabi.h".
5391 (struct gdbarch_tdep): Remove.
5392 * vax-tdep.c: Include "osabi.h".
5393 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
5394 iterate over arches. Don't allocate tdep. Update call
5395 to gdbarch_init_osabi.
5396 (vax_dump_tdep): Remove.
5397 (_initialize_vax_tdep): Update call to gdbarch_register.
5398
a881cf8e
DJ
53992003-01-04 Daniel Jacobowitz <drow@mvista.com>
5400
5401 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
5402 entirely.
5403 (breakpoint_re_set_one): Don't fetch the value for a disabled
5404 watchpoint.
5405
1e698235
DJ
54062003-01-04 Daniel Jacobowitz <drow@mvista.com>
5407
5408 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
5409 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
5410 (COERCE_FLOAT_TO_DOUBLE): Remove.
5411 * gdbarch.c: Regenerate.
5412 * gdbarch.h: Regenerate.
5413 * Makefile.in: Remove value_h from gdbarch_h.
5414 * valops.c (coerce_float_to_double): New variable.
5415 (default_coerce_float_to_double): Remove.
5416 (standard_coerce_float_to_double): Remove.
5417 (value_arg_coerce): Use coerce_float_to_double.
5418 (_initialize_valops): Add "set coerce-float-to-double".
5419 * value.h (default_coerce_float_to_double): Remove prototype.
5420 (standard_coerce_float_to_double): Remove prototype.
5421
5422 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
5423 prototyped.
5424 * mdebugread.c (parse_symbol): Likewise.
5425 * stabsread.c (define_symbol): Mark all functions as prototyped.
5426
5427 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
5428 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
5429 set_gdbarch_coerce_float_to_double.
5430 * arm-tdep.c (arm_gdbarch_init): Likewise.
5431 * frv-tdep.c (frv_gdbarch_init): Likewise.
5432 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
5433 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
5434 * mips-tdep.c (mips_gdbarch_init): Likewise.
5435 (mips_coerce_float_to_double): Remove.
5436 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
5437 (rs6000_coerce_float_to_double): Remove.
5438 * s390-tdep.c (s390_gdbarch_init): Likewise.
5439 * sh-tdep.c (sh_gdbarch_init): Likewise.
5440 (sh_coerce_float_to_double): Remove.
5441 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
5442 (sparc_coerce_float_to_double): Remove.
5443 * v850-tdep.c (v850_gdbarch_init): Likewise.
5444 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
5445 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
5446 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
5447 (hppa_coerce_float_to_double): Remove prototype.
5448 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
5449
f436a26a
DJ
54502003-01-04 Daniel Jacobowitz <drow@mvista.com>
5451
5452 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
5453
248f8055
DJ
54542003-01-04 Daniel Jacobowitz <drow@mvista.com>
5455
5456 Suggested by Stewart Brown <sb24@avaya.com>:
5457 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
5458 in recursive calls. Handle TYPE_CODE_TYPEDEF.
5459 (c_type_print_varspec_suffix): Likewise.
5460
72cfdc76
MK
54612003-01-04 Mark Kettenis <kettenis@gnu.org>
5462
bfd260bb
MK
5463 * configure.in: Don't set and AC_SUBST SUBDIRS.
5464 * configure: Regenerated.
5465
72cfdc76
MK
5466 * configure.in: Remove code dealing with shared libraries.
5467 * Makefile.in: Remove HLDFLAGS and HLDENV.
5468 * configure: Regenerated.
5469
c8b8a898
AC
54702003-01-04 Andrew Cagney <ac131313@redhat.com>
5471
5472 * frame.c (deprecated_frame_xmalloc): New function.
5473 (deprecated_set_frame_saved_regs_hack): New function.
5474 (deprecated_set_frame_extra_info_hack): New function.
5475 * frame.h (deprecated_frame_xmalloc): Declare.
5476 (deprecated_set_frame_saved_regs_hack): Declare.
5477 (deprecated_set_frame_extra_info_hack): Declare.
5478
14abd0fb
MK
54792003-01-04 Mark Kettenis <kettenis@gnu.org>
5480
8ee53726
MK
5481 * configure.in: Move code that provides the --enable-gdbtk option
5482 right after the code that handles the --enable-tui option, and
5483 polish it somewhat.
5484 * configure: Regenerated.
5485
14abd0fb
MK
5486 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
5487 AC_CHECK_FUNCS and remove the old check for pread64.
5488 * acinclude.m4 (AC_GNU_SOURCE): New macro.
5489 * acconfig.h (_GNU_SOURCE): Add.
5490 (HAVE_PREAD64): Remove.
5491 * configure, aclocal.m4, config.in: Regenerated.
5492
b2fb4676
AC
54932003-01-03 Andrew Cagney <ac131313@redhat.com>
5494
5495 * alpha-tdep.c: Use get_frame_saved_regs.
5496 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
5497 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
5498 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
5499 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
5500 * vax-tdep.c, xstormy16-tdep.c: Ditto.
5501
8dcde887
MK
55022003-01-03 Mark Kettenis <kettenis@gnu.org>
5503
5504 * configure.in: Remove all use of the SUBDIRS variable; add
5505 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
5506 code providing the --enable-multi-ice option, and move it right in
5507 front of the code that checks whether gdbserver is supported.
5508 Polish that too.
5509 * configure: Regenerated.
5510 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
5511 @SUBDIRS@.
5512
8ccd593b
AC
55132003-01-03 Andrew Cagney <cagney@redhat.com>
5514
5515 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
5516 * avr-tdep.c, cris-tdep.c: Ditto.
5517 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
5518 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
5519
91151a06
MK
55202003-01-03 Mark Kettenis <kettenis@gnu.org>
5521
5522 * configure.in: Remove --enable-netrom option.
5523 * configure: Regenerated.
5524
8fe84d01
MK
55252003-01-03 Mark Kettenis <kettenis@gnu.org>
5526
5527 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
5528 declaration for `struct re_pattern_buffer' instead.
5529 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
5530
f0394be6
JB
55312003-01-03 J. Brobecker <brobecker@gnat.com>
5532
5533 * mdebugread.c (parse_symbol): Count until the stEnd matching
5534 the structure name.
5535
27e9bf90
MK
55362003-01-02 Mark Kettenis <kettenis@gnu.org>
5537
93d331ba
MK
5538 * configure.in: Remove --with-cpu option.
5539 subscripts. Remove evil changequotes here.
5540 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
5541 * config.in, configure: Regenerated.
5542
27e9bf90
MK
5543 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
5544 * configure.in: Cleanup section that sources GDB and BFD configure
5545 subscripts. Remove evil changequotes here.
5546 * config.in, configure: Regenerated.
5547
50abf9e5
AC
55482003-01-02 Andrew Cagney <ac131313@redhat.com>
5549
5550 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
5551 frame accessor methods.
5552 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
5553 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
5554 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
5555 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
5556 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
5557 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
5558 * z8k-tdep.c: Ditto.
5559
287c1a40
MK
55602003-01-02 Mark Kettenis <kettenis@gnu.org>
5561
f5dbc56d
MK
5562 * configure.in: Remove UI_OUT configuration code.
5563 * ada-lang.c: Update assuming UI_OUT is always true.
5564 * Makefile.in (UIOUT_CFLAGS): Remove.
5565 * configure: Regenerated.
5566 * TODO: Remove blurb about elimination of -DUI_OUT.
5567
627af7ea
MK
5568 * configure.in: Move code that provides the --enable-gdbcli,
5569 --enable-gdbmi options right before the code that handles the
5570 --enable-tui option. Polish a bit.
5571 * configure: Regenerated.
5572
06825bd1
MK
5573 * configure.in: Rewrite check for GNU regex and the
5574 --without-included regex option, and move it into the "Checks for
5575 library functions" section. This makes us use the system regex
5576 again by default on systems with version 2 of the GNU C library.
5577 This was apparently broken.
5578 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
5579 * acconfig.h (USE_INCLUDED_REGEX): Remove.
5580 * config.in, configure: Regenerated.
5581
287c1a40
MK
5582 * configure.in: Move code that provides the --enable-tui option
5583 before the "Checks for libraries" section. Polish the code
5584 somewhat and set need_curses to yes if we build the TUI. Rewrite
5585 code that looks for a library providing termcap functionality to
5586 match more closely what's done in the Readline library, and move
5587 it into to the "Checks for libraries" section.
5588 * configure: Regenerated.
5589 * Makefile.in (TERMCAP): Remove variable.
5590 * config/i386/go32.mh (TERMCAP): Remove variable.
5591
684e56bf
AC
55922003-01-02 Andrew Cagney <ac131313@redhat.com>
5593
5594 * MAINTAINERS: Mention gdb_mbuild.sh.
5595 * gdb_mbuild.sh: Rewrite.
5596
e1ea1d75
MK
55972003-01-02 Mark Kettenis <kettenis@gnu.org>
5598
5599 * configure.in: Fix typo in last change.
5600 * config.in, configure: Regenerated.
5601
1b831c93
AC
56022003-01-02 Andrew Cagney <ac131313@redhat.com>
5603
5604 * valarith.c (value_binop): Delete obsolete code and comments.
5605 * configure.host: Ditto.
5606 * buildsym.h (make_blockvector): Ditto.
5607 * buildsym.c (make_blockvector): Ditto.
5608 * defs.h (enum language): Ditto.
5609 (chill_demangle): Ditto.
5610 * elfread.c (elf_symtab_read): Ditto.
5611 * dwarfread.c (CHILL_PRODUCER): Ditto.
5612 (set_cu_language): Ditto.
5613 (handle_producer): Ditto.
5614 * expprint.c (print_subexp): Ditto.
5615 * gdbtypes.c (chill_varying_type): Ditto.
5616 * gdbtypes.h (builtin_type_chill_bool): Ditto.
5617 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
5618 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
5619 (chill_varying_type): Ditto.
5620 * language.h (_LANG_chill): Ditto.
5621 * language.c (binop_result_type, integral_type): Ditto.
5622 (character_type, string_type, structured_type): Ditto.
5623 (lang_bool_type, binop_type_check): Ditto.
5624 * stabsread.h (os9k_stabs): Ditto.
5625 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
5626 (define_symbol, read_type, read_struct_fields): Ditto.
5627 (read_array_type, read_enum_type, read_huge_number): Ditto.
5628 (read_range_type, start_stabs): Ditto.
5629 * symfile.c (init_filename_language_table): Ditto.
5630 (add_psymbol_with_dem_name_to_list): Ditto.
5631 * symtab.c (symbol_init_language_specific): Ditto.
5632 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
5633 * symtab.h (struct general_symbol_info): Ditto.
5634 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
5635 * typeprint.c (typedef_print): Ditto.
5636 * utils.c (fprintf_symbol_filtered): Ditto.
5637 * valops.c (value_cast, search_struct_field, value_slice): Delete
5638 obsolete code.
5639 (varying_to_slice): Delete function.
5640 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
5641 (varying_to_slice): Delete declaration.
5642 * MAINTAINERS: Update.
5643
8bb2c122
MK
56442003-01-02 Mark Kettenis <kettenis@gnu.org>
5645
97bf5e38
MK
5646 * configure.in: Reorganize "Checks for library functions section"
5647 a bit. Remove check for `btowc' and `isascii' functions.
5648 * configure: Regenerated.
5649
5ee754fc
MK
5650 * acconfig.h (_MSE_INT_H): Remove.
5651 * configure.in: Create "Checks for header files" section, and move
5652 appropriate tests there. Don't check for objlist.h, wchar.h,
5653 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
5654 misdetection fix. Also add "Checks for types", "Checks for
5655 compiler characteristics" and "Checks for library functions"
5656 sections.
5657 * config.in, configure: Regenerated.
5658
8bb2c122
MK
5659 * configure.in: Create "Checks for programs" section, and move
5660 appropriate tests there.
5661
9a156167
MK
56622003-01-01 Mark Kettenis <kettenis@gnu.org>
5663
5664 * configure.in: Create "Checks for libraries" section, and move
5665 appropriate tests there. Cleanup check for wctype in libw. Use
5666 AC_SEARCH_LIBS to see whether we need libsocket.
5667 * configure: Regenerated.
5668
a80e2bcb 5669For older changes see ChangeLog-2002
c906108c
SS
5670\f
5671Local Variables:
5672mode: change-log
5673left-margin: 8
5674fill-column: 74
5675version-control: never
5676End:
This page took 0.784696 seconds and 4 git commands to generate.