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